Page MenuHomePhorge

Build 2270
PassedPublic

Drydock: Run Command on atomic02.kolabsys.com

When
Completed at Dec 29 2015, 8:49 PM · Built for 36 m, 37 s
Status
Passed

Build Log 7668 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1+ '[' -z master -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/DO/docker.git ']'
3+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
4+ test_build=1
5+ test_functional=1
6+ test_integration=1
7+ test_performance=1
8+ test_unit=1
9+ test_obs=1
10+ '[' -z git ']'
11+ case ${vcs} in
12++ basename ssh://git@git.kolab.org/diffusion/DO/docker.git .git
13+ package=docker
14++ echo ssh://git@git.kolab.org/diffusion/DO/docker.git
15++ sed -e 's|ssh://git@|https://|g'
16+ ro_uri=https://git.kolab.org/diffusion/DO/docker.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/drydock/workingcopy-60/repo/docker
20+ TMPDIR=/var/drydock/workingcopy-60/repo/docker
21+ '[' '!' -d docker.git ']'
22+ pushd docker.git
23+ git remote set-url origin https://git.kolab.org/diffusion/DO/docker.git
24+ git fetch origin
25From https://git.kolab.org/diffusion/DO/docker
26 7732753..64d4b41 master -> origin/master
27+ git reset --hard origin/master
28+ git clean -d -f -x
29+ git checkout master
30Already on 'master'
31+ popd
32+ '[' docker '!=' stick ']'
33+ '[' '!' -d stick.git ']'
34+ pushd stick.git
35+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
36+ git fetch origin
37+ git reset --hard origin/master
38+ git clean -d -f -x
39+ popd
40+ export commit
41+ export differential
42+ export id
43+ export package
44+ export phid
45+ export ro_uri
46+ export uri
47+ export vcs
48+ export test_build
49+ export test_functional
50+ export test_integration
51+ export test_performance
52+ export test_unit
53+ export test_obs
54+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
55+ '[' -x stick.git/drydocker/docker/build.sh ']'
56+ pushd docker.git
57+ ../stick.git/drydocker/docker/build.sh
58/bin/sh: line 2: kubectl: command not found
59/bin/sh: line 2: kubectl: command not found
60/bin/sh: line 2: kubectl: command not found
61Makefile:12: *** The 'sphinx-build' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the 'sphinx-build' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/. Stop.
62Got HTTP status code >= 400: 404 Not found
63Error response from daemon: could not find image: no such id: kolab/jmap-proxy:latest
64The command '/bin/sh -c wget http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 && tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 && cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*' returned a non-zero code: 4
65The command '/bin/sh -c wget http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 && tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 && cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*' returned a non-zero code: 4
66Error response from daemon: Conflict, cannot delete 89815c1c75bb because the container fe1ba2c91123 is using it, use -f to force
67Error: failed to remove images: [89815c1c75bb]
68Error response from daemon: Conflict, cannot delete af65f0b5d8d9 because the container bdb2a966a1ad is using it, use -f to force
69Error: failed to remove images: [af65f0b5d8d9]
70+ retval=0
71+ popd
72+ exit 0
73

Build Log 7667 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1/var/drydock/workingcopy-60/repo/docker/docker.git /var/drydock/workingcopy-60/repo/docker
2HEAD is now at 64d4b41 RUN wget rather
3/var/drydock/workingcopy-60/repo/docker
4/var/drydock/workingcopy-60/repo/docker/stick.git /var/drydock/workingcopy-60/repo/docker
5HEAD is now at 8772f5f No longer suppress localization tests
6/var/drydock/workingcopy-60/repo/docker
7/var/drydock/workingcopy-60/repo/docker/docker.git /var/drydock/workingcopy-60/repo/docker
8Undetermined amount of free space, cleaning up in any case.
9for replicationcontroller in $(kubectl get --no-headers=true replicationcontrollers | awk '{print $1}' | grep -v kubernetes); do \
10 kubectl delete replicationcontroller ${replicationcontroller} 2>/dev/null || : ; \
11done
12for service in $(kubectl get --no-headers=true services | awk '{print $1}' | grep -v kubernetes); do \
13 kubectl delete service ${service} 2>/dev/null || : ; \
14done
15for pod in $(kubectl get --no-headers=true pods | awk '{print $1}' | grep -v kubernetes); do \
16 kubectl delete pod ${pod} 2>/dev/null || : ; \
17done
18for container in $(docker ps -aq); do \
19 docker rm ${container} ; \
20done
210648f98bceb9
22682852f888a6
23for image in $(docker images -q --filter dangling=true); do \
24 docker rmi ${image} ; \
25done
26make -C docs clean html || :
27make[1]: Entering directory `/var/drydock/workingcopy-60/repo/docker/docker.git/docs'
28make[1]: Leaving directory `/var/drydock/workingcopy-60/repo/docker/docker.git/docs'
29for image in $(find . -mindepth 2 -maxdepth 2 -type f -name "Dockerfile" -exec dirname {} \; | sort); do \
30 echo "== $image ==" ; \
31 docker build \
32 -t kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest \
33 $image/. ; \
34 docker tag -f kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest \
35 docker.io/kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest ; \
36done
37== ./00-base ==
38Sending build context to Docker daemon 28.16 kB
39Sending build context to Docker daemon 28.16 kB
40
41Step 0 : FROM centos:centos7
42 ---> 14dab3d40372
43Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
44 ---> Using cache
45 ---> 3d9834da0d43
46Step 2 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
47 ---> Using cache
48 ---> 39f27e1a1fa0
49Step 3 : RUN sed -r -i -e 's/^enabled.*$/enabled = 0/g' /etc/yum/pluginconf.d/fastestmirror.conf
50 ---> Using cache
51 ---> ede89a3ef203
52Step 4 : RUN yum -y install epel-release && yum clean all
53 ---> Using cache
54 ---> 1ef77c9e6a05
55Step 5 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
56 ---> Using cache
57 ---> 1e95d48c68a3
58Step 6 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
59
60 ---> Using cache
61 ---> d2869c0d828e
62Step 7 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
63 ---> Using cache
64 ---> 432fc6ec3ec5
65Step 8 : RUN rpm --import https://ssl.kolabsys.com/community.asc
66 ---> Using cache
67 ---> 210a1b23befa
68Step 9 : RUN yum -y install yum-plugin-priorities && yum clean all
69 ---> Using cache
70 ---> 7f73db7450dc
71Step 10 : RUN yum -y install bind-utils cyrus-imapd cyrus-sasl-plain git lsof net-tools nmap-ncat openldap-clients psmisc strace telnet traceroute vim-enhanced && yum clean all
72 ---> Using cache
73 ---> facd6b7ea019
74Step 11 : ADD /functions.sh /functions.sh
75 ---> Using cache
76 ---> 01d276278fc9
77Step 12 : ADD /entrypoint.sh /entrypoint.sh
78 ---> Using cache
79 ---> 1f33ac1d16a5
80Step 13 : RUN chmod a+x /entrypoint.sh
81 ---> Using cache
82 ---> f2fb81053725
83Step 14 : ENTRYPOINT /entrypoint.sh
84 ---> Using cache
85 ---> 2e19a966cccb
86Successfully built 2e19a966cccb
87== ./01-base-asav ==
88Sending build context to Docker daemon 5.12 kB
89Sending build context to Docker daemon 5.12 kB
90
91Step 0 : FROM kolab/base:latest
92 ---> 2e19a966cccb
93Step 1 : RUN yum -y install amavisd-new clamav && yum clean all
94 ---> Using cache
95 ---> 708ed552baa7
96Step 2 : VOLUME /data
97 ---> Using cache
98 ---> 33242fd4772a
99Step 3 : EXPOSE 10024
100 ---> Using cache
101 ---> 08983140b5e4
102Step 4 : ADD /entrypoint.sh /entrypoint.sh
103 ---> Using cache
104 ---> fb8051da5005
105Step 5 : RUN chmod a+x /entrypoint.sh
106 ---> Using cache
107 ---> b59bf1ba0473
108Step 6 : CMD /usr/sbin/amavisd -u amavis -g amavis -c /etc/amavisd/amavisd.conf foreground
109 ---> Using cache
110 ---> 66cdae299b1a
111Successfully built 66cdae299b1a
112== ./01-base-imap ==
113Sending build context to Docker daemon 2.048 kB
114Sending build context to Docker daemon 2.048 kB
115
116Step 0 : FROM kolab/base:latest
117 ---> 2e19a966cccb
118Step 1 : RUN yum -y install cyrus-imapd kolab-saslauthd && yum clean all
119 ---> Using cache
120 ---> a5885e34c05a
121Step 2 : EXPOSE 110 143 993 995 4190
122 ---> Using cache
123 ---> 80ad166f0763
124Step 3 : CMD /usr/lib/cyrus-imapd/cyrus-master -L /dev/null
125 ---> Using cache
126 ---> c0b914bfcb44
127Successfully built c0b914bfcb44
128== ./01-base-ldap ==
129Sending build context to Docker daemon 9.216 kB
130Sending build context to Docker daemon 9.216 kB
131
132Step 0 : FROM kolab/base:latest
133 ---> 2e19a966cccb
134Step 1 : RUN yum -y --setopt tsflags= install kolab-schema && yum -y install kolab-ldap net-tools && yum clean all
135 ---> Using cache
136 ---> 81915830348f
137Step 2 : RUN cp /usr/share/doc/kolab-schema-*/*.ldif /etc/dirsrv/schema/99kolab3.ldif && chown root:root /etc/dirsrv/schema/99kolab3.ldif && chmod 644 /etc/dirsrv/schema/99kolab3.ldif
138 ---> Using cache
139 ---> 540a66310dc6
140Step 3 : ADD /template.ldif /usr/share/dirsrv/data/template.ldif
141 ---> Using cache
142 ---> 8d2cfe5f91b5
143Step 4 : RUN mkdir -p /run/lock
144 ---> Using cache
145 ---> 3caa95184a36
146Step 5 : RUN ln -sf /bin/true /sbin/semanage
147 ---> Using cache
148 ---> 67c89299b70d
149Step 6 : RUN ln -sf /bin/true /bin/systemctl
150 ---> Using cache
151 ---> ec42ec83895a
152Step 7 : VOLUME /data
153 ---> Using cache
154 ---> 13534ab7d655
155Step 8 : EXPOSE 389 636
156 ---> Using cache
157 ---> 30f0b219f892
158Successfully built 30f0b219f892
159== ./01-base-mx ==
160Sending build context to Docker daemon 2.048 kB
161Sending build context to Docker daemon 2.048 kB
162
163Step 0 : FROM kolab/base:latest
164 ---> 2e19a966cccb
165Step 1 : RUN yum -y install postfix postfix-kolab && yum clean all
166 ---> Using cache
167 ---> ee4f06c3de7e
168Step 2 : VOLUME /data
169 ---> Using cache
170 ---> 9f74e7d3405f
171Successfully built 9f74e7d3405f
172== ./01-base-nodejs ==
173Sending build context to Docker daemon 3.072 kB
174Sending build context to Docker daemon 3.072 kB
175
176Step 0 : FROM kolab/base:latest
177 ---> 2e19a966cccb
178Step 1 : ENV NODE_VERSION 0.12.8
179 ---> Using cache
180 ---> 5784e251ea5f
181Step 2 : RUN yum -y install bzip2 gcc-c++ libjpeg-turbo-utils libpng-devel make nodejs npm tar && yum clean all
182 ---> Using cache
183 ---> 33154d19afae
184Step 3 : RUN npm config set registry http://registry.npmjs.org/
185 ---> Using cache
186 ---> 192cceca1a63
187Step 4 : RUN npm update --verbose -g node-gyp npm && npm install --verbose -g bower && rm -rf /root/.npm/
188 ---> Using cache
189 ---> 2cb21f4fe69d
190Successfully built 2cb21f4fe69d
191== ./01-base-web ==
192Sending build context to Docker daemon 2.048 kB
193Sending build context to Docker daemon 2.048 kB
194
195Step 0 : FROM kolab/base:latest
196 ---> 2e19a966cccb
197Step 1 : RUN yum -y install httpd php mod_ssl && yum clean all
198 ---> Using cache
199 ---> f6e2cfbf97a6
200Step 2 : RUN sed -r -i -e 's|^(\s*)CustomLog .* common$|\1CustomLog /proc/self/fd/1 common|g' -e 's|^(\s*)ErrorLog .*$|\1ErrorLog /proc/self/fd/2|g' /etc/httpd/conf/httpd.conf
201 ---> Using cache
202 ---> 109147b2941d
203Step 3 : EXPOSE 80 443
204 ---> Using cache
205 ---> bc92c2e4175b
206Step 4 : CMD /usr/sbin/httpd -DFOREGROUND
207 ---> Using cache
208 ---> e7521c07d33e
209Successfully built e7521c07d33e
210== ./02-base-web-rc ==
211Sending build context to Docker daemon 2.048 kB
212Sending build context to Docker daemon 2.048 kB
213
214Step 0 : FROM kolab/base-web:latest
215 ---> e7521c07d33e
216Step 1 : RUN yum -y install libcalendaring libkolab libkolabxml php-kolab php-kolabformat && yum -y --setopt tsflags= install roundcubemail && yum clean all
217 ---> Using cache
218 ---> 38f04a91d09d
219Successfully built 38f04a91d09d
220== ./03-asav-in ==
221Sending build context to Docker daemon 2.048 kB
222Sending build context to Docker daemon 2.048 kB
223
224Step 0 : FROM kolab/base-asav:latest
225 ---> 66cdae299b1a
226Step 1 : ENV KOLAB_ROLE ASAV_IN
227 ---> Using cache
228 ---> e3ca980c8d1f
229Successfully built e3ca980c8d1f
230== ./03-asav-out ==
231Sending build context to Docker daemon 2.048 kB
232Sending build context to Docker daemon 2.048 kB
233
234Step 0 : FROM kolab/base-asav:latest
235 ---> 66cdae299b1a
236Step 1 : ENV KOLAB_ROLE ASAV_OUT
237 ---> Using cache
238 ---> 9ce908a15ffe
239Successfully built 9ce908a15ffe
240== ./03-chwala ==
241Sending build context to Docker daemon 3.072 kB
242Sending build context to Docker daemon 3.072 kB
243
244Step 0 : FROM kolab/base-web-rc:latest
245 ---> 38f04a91d09d
246Step 1 : RUN yum -y install chwala && yum clean all
247 ---> Using cache
248 ---> fb9fcf968932
249Step 2 : ADD /entrypoint.sh /entrypoint.sh
250 ---> Using cache
251 ---> 6df2cb49a79e
252Step 3 : RUN chmod a+x /entrypoint.sh
253 ---> Using cache
254 ---> dfb948aa5223
255Successfully built dfb948aa5223
256== ./03-ext-mx-in ==
257Sending build context to Docker daemon 5.12 kB
258Sending build context to Docker daemon 5.12 kB
259
260Step 0 : FROM kolab/base-mx:latest
261 ---> 9f74e7d3405f
262Step 1 : EXPOSE 25 10025
263 ---> Using cache
264 ---> 199dc301e689
265Step 2 : ADD /entrypoint.sh /entrypoint.sh
266 ---> Using cache
267 ---> 8b9744788d5f
268Step 3 : RUN chmod a+x /entrypoint.sh
269 ---> Using cache
270 ---> 3b47794c89e6
271Step 4 : CMD /usr/libexec/postfix/master -D
272 ---> Using cache
273 ---> 481de1562e89
274Successfully built 481de1562e89
275== ./03-ext-mx-out ==
276Sending build context to Docker daemon 4.608 kB
277Sending build context to Docker daemon 4.608 kB
278
279Step 0 : FROM kolab/base-mx:latest
280 ---> 9f74e7d3405f
281Step 1 : EXPOSE 25 10025
282 ---> Using cache
283 ---> 199dc301e689
284Step 2 : ADD /entrypoint.sh /entrypoint.sh
285 ---> Using cache
286 ---> 0b8c06c63421
287Step 3 : RUN chmod a+x /entrypoint.sh
288 ---> Using cache
289 ---> 13b17e5cc5d2
290Step 4 : CMD /usr/libexec/postfix/master -D
291 ---> Using cache
292 ---> 5d7430bae3f6
293Successfully built 5d7430bae3f6
294== ./03-freebusy ==
295Sending build context to Docker daemon 3.072 kB
296Sending build context to Docker daemon 3.072 kB
297
298Step 0 : FROM kolab/base-web-rc:latest
299 ---> 38f04a91d09d
300Step 1 : RUN yum -y install kolab-freebusy && yum clean all
301 ---> Using cache
302 ---> 58b217acbe86
303Step 2 : ADD /entrypoint.sh /entrypoint.sh
304 ---> Using cache
305 ---> f52403ae0e44
306Step 3 : RUN chmod a+x /entrypoint.sh
307 ---> Using cache
308 ---> fdfed9b8920d
309Successfully built fdfed9b8920d
310== ./03-guam ==
311Sending build context to Docker daemon 8.192 kB
312Sending build context to Docker daemon 8.192 kB
313
314Step 0 : FROM kolab/base:latest
315 ---> 2e19a966cccb
316Step 1 : ENV GUAM_BRANCH master
317 ---> Using cache
318 ---> a5297b3a0ac7
319Step 2 : RUN yum -y install erlang-eimap erlang-erts erlang-goldrush erlang-lager erlang-rebar make && yum clean all
320 ---> Using cache
321 ---> f15641fa9bea
322Step 3 : RUN git clone -b ${GUAM_BRANCH} https://git.kolab.org/diffusion/G/guam.git /root/guam.git
323 ---> Using cache
324 ---> 8685067faf47
325Step 4 : WORKDIR /root/guam.git/
326 ---> Using cache
327 ---> ecd25cf13b4a
328Step 5 : RUN timeout 60s rebar get-deps
329 ---> Using cache
330 ---> 988c02fae972
331Step 6 : RUN timeout 60s rebar compile
332 ---> Using cache
333 ---> 1ba54c98564c
334Step 7 : RUN timeout 60s rebar eunit
335 ---> Using cache
336 ---> b413bb074dec
337Step 8 : RUN mkdir -p deps
338 ---> Using cache
339 ---> 569815ef6aaa
340Step 9 : WORKDIR /root/guam.git/rel/
341 ---> Using cache
342 ---> 4e4883eff7ed
343Step 10 : RUN timeout 60s rebar generate
344 ---> Using cache
345 ---> 73e56d274452
346Step 11 : WORKDIR /root/guam.git/
347 ---> Using cache
348 ---> 178cc69f81dd
349Step 12 : ADD /entrypoint.sh /entrypoint.sh
350 ---> Using cache
351 ---> d9a329c58562
352Step 13 : RUN chmod a+x /entrypoint.sh
353 ---> Using cache
354 ---> 025874c69881
355Step 14 : RUN mkdir -p /etc/guam/ && mv -v $(ls -1d /root/guam.git/rel/kolab_guam/releases/*/)/sys.config /etc/guam/sys.config && ln -s /etc/guam/sys.config $(ls -1d /root/guam.git/rel/kolab_guam/releases/*/)/.
356 ---> Using cache
357 ---> 71c4e0aec8a9
358Step 15 : EXPOSE 143 993
359 ---> Using cache
360 ---> c6438625d581
361Step 16 : CMD rel/kolab_guam/bin/kolab_guam foreground
362 ---> Using cache
363 ---> 2cfd8eec2074
364Successfully built 2cfd8eec2074
365== ./03-http-prx ==
366Sending build context to Docker daemon 2.048 kB
367Sending build context to Docker daemon 2.048 kB
368
369Step 0 : FROM microwebapps/haproxy-frontend-atomicapp:latest
370 ---> 30e350ecefaa
371Successfully built 30e350ecefaa
372== ./03-imapb ==
373Sending build context to Docker daemon 3.072 kB
374Sending build context to Docker daemon 3.072 kB
375
376Step 0 : FROM kolab/base-imap:latest
377 ---> c0b914bfcb44
378Step 1 : VOLUME /data
379 ---> Using cache
380 ---> 00ed16e205e6
381Step 2 : ADD /entrypoint.sh /entrypoint.sh
382 ---> Using cache
383 ---> 267de5afec51
384Step 3 : RUN chmod a+x /entrypoint.sh
385 ---> Using cache
386 ---> de471a857855
387Successfully built de471a857855
388== ./03-imapf-ext ==
389Sending build context to Docker daemon 8.704 kB
390Sending build context to Docker daemon 8.704 kB
391
392Step 0 : FROM kolab/base-imap:latest
393 ---> c0b914bfcb44
394Step 1 : ADD /entrypoint.sh /entrypoint.sh
395 ---> Using cache
396 ---> 20c79e6b4c9d
397Step 2 : RUN chmod a+x /entrypoint.sh
398 ---> Using cache
399 ---> 8dbfd27dd46a
400Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
401 ---> Using cache
402 ---> e004ea9831d3
403Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
404 ---> Using cache
405 ---> 58b8f47e2474
406Successfully built 58b8f47e2474
407== ./03-imapf-int ==
408Sending build context to Docker daemon 8.704 kB
409Sending build context to Docker daemon 8.704 kB
410
411Step 0 : FROM kolab/base-imap:latest
412 ---> c0b914bfcb44
413Step 1 : ADD /entrypoint.sh /entrypoint.sh
414 ---> Using cache
415 ---> 20c79e6b4c9d
416Step 2 : RUN chmod a+x /entrypoint.sh
417 ---> Using cache
418 ---> 8dbfd27dd46a
419Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
420 ---> Using cache
421 ---> e004ea9831d3
422Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
423 ---> Using cache
424 ---> 58b8f47e2474
425Successfully built 58b8f47e2474
426== ./03-imap-mupdate ==
427Sending build context to Docker daemon 8.192 kB
428Sending build context to Docker daemon 8.192 kB
429
430Step 0 : FROM kolab/base-imap:latest
431 ---> c0b914bfcb44
432Step 1 : ADD /entrypoint.sh /entrypoint.sh
433 ---> Using cache
434 ---> 856f6ddcff0c
435Step 2 : RUN chmod a+x /entrypoint.sh
436 ---> Using cache
437 ---> 8b3b7fa579cf
438Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
439 ---> Using cache
440 ---> 998272d902e0
441Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
442 ---> Using cache
443 ---> 6a46d23a764a
444Successfully built 6a46d23a764a
445== ./03-int-mx ==
446Sending build context to Docker daemon 5.12 kB
447Sending build context to Docker daemon 5.12 kB
448
449Step 0 : FROM kolab/base-mx:latest
450 ---> 9f74e7d3405f
451Step 1 : EXPOSE 25 587
452 ---> Using cache
453 ---> 8d27ab10f7b2
454Step 2 : ADD /entrypoint.sh /entrypoint.sh
455 ---> Using cache
456 ---> 0fb733f3b52e
457Step 3 : RUN chmod a+x /entrypoint.sh
458 ---> Using cache
459 ---> 2b1c076650cd
460Step 4 : CMD /usr/libexec/postfix/master -D
461 ---> Using cache
462 ---> 32455cb41e71
463Successfully built 32455cb41e71
464== ./03-irony ==
465Sending build context to Docker daemon 3.072 kB
466Sending build context to Docker daemon 3.072 kB
467
468Step 0 : FROM kolab/base-web-rc:latest
469 ---> 38f04a91d09d
470Step 1 : RUN yum -y install iRony && yum clean all
471 ---> Using cache
472 ---> ccd1cf269f1d
473Step 2 : ADD /entrypoint.sh /entrypoint.sh
474 ---> Using cache
475 ---> 6945f2ead720
476Step 3 : RUN chmod a+x /entrypoint.sh
477 ---> Using cache
478 ---> 3d7c210f1134
479Successfully built 3d7c210f1134
480== ./03-jmap-proxy ==
481Sending build context to Docker daemon 13.31 kB
482Sending build context to Docker daemon 13.31 kB
483
484Step 0 : FROM docker.io/library/centos:centos7
485 ---> 14dab3d40372
486Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
487 ---> Running in e2756353199c
488 ---> 4f52486a134a
489Removing intermediate container e2756353199c
490Step 2 : RUN yum -y install epel-release && yum -y install @fedora-packager gcc libuuid-devel net-tools nginx perl-AnyEvent-HTTP perl-Archive-Tar perl-CPAN perl-CPAN-Meta perl-CPAN-Meta-Requirements perl-CPAN-Meta-YAML perl-Data-UUID perl-DateTime perl-DBD-SQLite perl-DBI perl-Email-Address perl-Email-MIME perl-ExtUtils-CBuilder perl-ExtUtils-MakeMaker perl-HTML-Parser perl-HTML-Strip perl-HTTP-Tiny perl-Image-Size perl-IO-Socket-SSL perl-JSON perl-JSON-PP perl-JSON-XS perl-Locale-Maketext-Gettext perl-Object-Event perl-Parse-CPAN-Meta perl-Switch screen vim-enhanced
491 ---> Running in 679edeeee120
492Loaded plugins: fastestmirror
493Determining fastest mirrors
494 * base: pkg.adfinis-sygroup.ch
495 * extras: pkg.adfinis-sygroup.ch
496 * updates: centos.schlundtech.de
497Resolving Dependencies
498--> Running transaction check
499---> Package epel-release.noarch 0:7-5 will be installed
500--> Finished Dependency Resolution
501
502Dependencies Resolved
503
504================================================================================
505 Package Arch Version Repository Size
506================================================================================
507Installing:
508 epel-release noarch 7-5 extras 14 k
509
510Transaction Summary
511================================================================================
512Install 1 Package
513
514Total download size: 14 k
515Installed size: 24 k
516Downloading packages:
517warning: /var/cache/yum/x86_64/7/extras/packages/epel-release-7-5.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
518Public key for epel-release-7-5.noarch.rpm is not installed
519Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
520Importing GPG key 0xF4A80EB5:
521 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
522 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
523 Package : centos-release-7-2.1511.el7.centos.2.10.x86_64 (@CentOS)
524 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
525Running transaction check
526Running transaction test
527Transaction test succeeded
528Running transaction
529 Installing : epel-release-7-5.noarch 1/1
530 Verifying : epel-release-7-5.noarch 1/1
531
532Installed:
533 epel-release.noarch 0:7-5
534
535Complete!
536Loaded plugins: fastestmirror
537Loading mirror speeds from cached hostfile
538 * base: pkg.adfinis-sygroup.ch
539 * epel: ftp.pbone.net
540 * extras: pkg.adfinis-sygroup.ch
541 * updates: centos.schlundtech.de
542No package perl-HTML-Strip available.
543No package perl-Image-Size available.
544No package perl-Object-Event available.
545Resolving Dependencies
546--> Running transaction check
547---> Package bodhi-client.noarch 0:0.9.8-4.el7 will be installed
548--> Processing Dependency: python-fedora >= 0.3.5 for package: bodhi-client-0.9.8-4.el7.noarch
549--> Processing Dependency: python-kitchen for package: bodhi-client-0.9.8-4.el7.noarch
550---> Package bzr.x86_64 0:2.5.1-14.el7 will be installed
551---> Package cvs.x86_64 0:1.11.23-35.el7 will be installed
552---> Package fedora-easy-karma.noarch 0:0-0.26.20150921gitc932687a.el7 will be installed
553--> Processing Dependency: fedora-cert for package: fedora-easy-karma-0-0.26.20150921gitc932687a.el7.noarch
554---> Package fedora-packager.noarch 0:0.5.10.5-1.el7 will be installed
555--> Processing Dependency: fedpkg >= 1.0 for package: fedora-packager-0.5.10.5-1.el7.noarch
556--> Processing Dependency: ykpers for package: fedora-packager-0.5.10.5-1.el7.noarch
557--> Processing Dependency: rpmlint for package: fedora-packager-0.5.10.5-1.el7.noarch
558--> Processing Dependency: redhat-rpm-config for package: fedora-packager-0.5.10.5-1.el7.noarch
559--> Processing Dependency: pyOpenSSL for package: fedora-packager-0.5.10.5-1.el7.noarch
560--> Processing Dependency: packagedb-cli for package: fedora-packager-0.5.10.5-1.el7.noarch
561--> Processing Dependency: openssh-clients for package: fedora-packager-0.5.10.5-1.el7.noarch
562---> Package gcc.x86_64 0:4.8.5-4.el7 will be installed
563--> Processing Dependency: libgomp = 4.8.5-4.el7 for package: gcc-4.8.5-4.el7.x86_64
564--> Processing Dependency: cpp = 4.8.5-4.el7 for package: gcc-4.8.5-4.el7.x86_64
565--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-4.el7.x86_64
566--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-4.el7.x86_64
567--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-4.el7.x86_64
568--> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-4.el7.x86_64
569---> Package git.x86_64 0:1.8.3.1-6.el7 will be installed
570--> Processing Dependency: perl-Git = 1.8.3.1-6.el7 for package: git-1.8.3.1-6.el7.x86_64
571--> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-6.el7.x86_64
572--> Processing Dependency: rsync for package: git-1.8.3.1-6.el7.x86_64
573--> Processing Dependency: perl(warnings) for package: git-1.8.3.1-6.el7.x86_64
574--> Processing Dependency: perl(vars) for package: git-1.8.3.1-6.el7.x86_64
575--> Processing Dependency: perl(strict) for package: git-1.8.3.1-6.el7.x86_64
576--> Processing Dependency: perl(lib) for package: git-1.8.3.1-6.el7.x86_64
577--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-6.el7.x86_64
578--> Processing Dependency: perl(Git) for package: git-1.8.3.1-6.el7.x86_64
579--> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-6.el7.x86_64
580--> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-6.el7.x86_64
581--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-6.el7.x86_64
582--> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-6.el7.x86_64
583--> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-6.el7.x86_64
584--> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-6.el7.x86_64
585--> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-6.el7.x86_64
586--> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-6.el7.x86_64
587--> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-6.el7.x86_64
588--> Processing Dependency: perl(Error) for package: git-1.8.3.1-6.el7.x86_64
589--> Processing Dependency: less for package: git-1.8.3.1-6.el7.x86_64
590--> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-6.el7.x86_64
591--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-6.el7.x86_64
592---> Package koji.noarch 0:1.10.1-1.el7.centos will be installed
593--> Processing Dependency: python-krbV >= 1.0.13 for package: koji-1.10.1-1.el7.centos.noarch
594---> Package libuuid-devel.x86_64 0:2.23.2-26.el7 will be installed
595---> Package mercurial.x86_64 0:2.6.2-4.el7 will be installed
596---> Package mock.noarch 0:1.2.13-2.el7.centos will be installed
597--> Processing Dependency: yum-utils for package: mock-1.2.13-2.el7.centos.noarch
598--> Processing Dependency: usermode for package: mock-1.2.13-2.el7.centos.noarch
599--> Processing Dependency: python-six for package: mock-1.2.13-2.el7.centos.noarch
600--> Processing Dependency: python-requests for package: mock-1.2.13-2.el7.centos.noarch
601--> Processing Dependency: pigz for package: mock-1.2.13-2.el7.centos.noarch
602--> Processing Dependency: createrepo_c for package: mock-1.2.13-2.el7.centos.noarch
603--> Processing Dependency: btrfs-progs for package: mock-1.2.13-2.el7.centos.noarch
604---> Package net-tools.x86_64 0:2.0-0.17.20131004git.el7 will be installed
605---> Package nginx.x86_64 1:1.6.3-7.el7 will be installed
606--> Processing Dependency: nginx-filesystem = 1:1.6.3-7.el7 for package: 1:nginx-1.6.3-7.el7.x86_64
607--> Processing Dependency: perl(constant) for package: 1:nginx-1.6.3-7.el7.x86_64
608--> Processing Dependency: openssl for package: 1:nginx-1.6.3-7.el7.x86_64
609--> Processing Dependency: nginx-filesystem for package: 1:nginx-1.6.3-7.el7.x86_64
610--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
611--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
612--> Processing Dependency: gd for package: 1:nginx-1.6.3-7.el7.x86_64
613--> Processing Dependency: GeoIP for package: 1:nginx-1.6.3-7.el7.x86_64
614--> Processing Dependency: libxslt.so.1()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
615--> Processing Dependency: libprofiler.so.0()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
616--> Processing Dependency: libperl.so()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
617--> Processing Dependency: libgd.so.2()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
618--> Processing Dependency: libexslt.so.0()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
619--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 1:nginx-1.6.3-7.el7.x86_64
620---> Package perl-AnyEvent-HTTP.noarch 0:2.22-1.el7 will be installed
621--> Processing Dependency: perl(AnyEvent) >= 5.0 for package: perl-AnyEvent-HTTP-2.22-1.el7.noarch
622--> Processing Dependency: perl(common::sense) for package: perl-AnyEvent-HTTP-2.22-1.el7.noarch
623--> Processing Dependency: perl(AnyEvent::Util) for package: perl-AnyEvent-HTTP-2.22-1.el7.noarch
624--> Processing Dependency: perl(AnyEvent::Handle) for package: perl-AnyEvent-HTTP-2.22-1.el7.noarch
625---> Package perl-Archive-Tar.noarch 0:1.92-2.el7 will be installed
626--> Processing Dependency: perl(IO::Zlib) >= 1.01 for package: perl-Archive-Tar-1.92-2.el7.noarch
627--> Processing Dependency: perl(Compress::Zlib) >= 2.015 for package: perl-Archive-Tar-1.92-2.el7.noarch
628--> Processing Dependency: perl(Pod::Usage) for package: perl-Archive-Tar-1.92-2.el7.noarch
629--> Processing Dependency: perl(Package::Constants) for package: perl-Archive-Tar-1.92-2.el7.noarch
630--> Processing Dependency: perl(IO::Zlib) for package: perl-Archive-Tar-1.92-2.el7.noarch
631--> Processing Dependency: perl(Data::Dumper) for package: perl-Archive-Tar-1.92-2.el7.noarch
632--> Processing Dependency: perl(Carp) for package: perl-Archive-Tar-1.92-2.el7.noarch
633---> Package perl-CPAN.noarch 0:1.9800-286.el7 will be installed
634--> Processing Dependency: perl(local::lib) for package: perl-CPAN-1.9800-286.el7.noarch
635--> Processing Dependency: perl(Text::ParseWords) for package: perl-CPAN-1.9800-286.el7.noarch
636--> Processing Dependency: perl(Digest::SHA) for package: perl-CPAN-1.9800-286.el7.noarch
637---> Package perl-CPAN-Meta.noarch 0:2.120921-5.el7 will be installed
638--> Processing Dependency: perl(version) >= 0.88 for package: perl-CPAN-Meta-2.120921-5.el7.noarch
639--> Processing Dependency: perl(Scalar::Util) for package: perl-CPAN-Meta-2.120921-5.el7.noarch
640---> Package perl-CPAN-Meta-Requirements.noarch 0:2.122-7.el7 will be installed
641---> Package perl-CPAN-Meta-YAML.noarch 0:0.008-14.el7 will be installed
642---> Package perl-DBD-SQLite.x86_64 0:1.39-3.el7 will be installed
643---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed
644--> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64
645--> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64
646--> Processing Dependency: perl(Storable) for package: perl-DBI-1.627-4.el7.x86_64
647---> Package perl-Data-UUID.x86_64 0:1.219-3.el7 will be installed
648--> Processing Dependency: perl(Digest::MD5) for package: perl-Data-UUID-1.219-3.el7.x86_64
649---> Package perl-DateTime.x86_64 2:1.04-5.el7 will be installed
650--> Processing Dependency: perl(Params::Validate) >= 0.76 for package: 2:perl-DateTime-1.04-5.el7.x86_64
651--> Processing Dependency: perl(DateTime::TimeZone) >= 1.09 for package: 2:perl-DateTime-1.04-5.el7.x86_64
652--> Processing Dependency: perl(DateTime::Locale) >= 0.41 for package: 2:perl-DateTime-1.04-5.el7.x86_64
653--> Processing Dependency: perl(Try::Tiny) for package: 2:perl-DateTime-1.04-5.el7.x86_64
654---> Package perl-Email-Address.noarch 0:1.898-3.el7 will be installed
655---> Package perl-Email-MIME.noarch 0:1.926-1.el7 will be installed
656--> Processing Dependency: perl(MIME::Types) >= 1.13 for package: perl-Email-MIME-1.926-1.el7.noarch
657--> Processing Dependency: perl(Encode) >= 1.9801 for package: perl-Email-MIME-1.926-1.el7.noarch
658--> Processing Dependency: perl(Email::Simple) >= 2.102 for package: perl-Email-MIME-1.926-1.el7.noarch
659--> Processing Dependency: perl(Email::MIME::Encodings) >= 1.314 for package: perl-Email-MIME-1.926-1.el7.noarch
660--> Processing Dependency: perl(Email::MIME::ContentType) >= 1.016 for package: perl-Email-MIME-1.926-1.el7.noarch
661--> Processing Dependency: perl(parent) for package: perl-Email-MIME-1.926-1.el7.noarch
662--> Processing Dependency: perl(Encode) for package: perl-Email-MIME-1.926-1.el7.noarch
663--> Processing Dependency: perl(Email::Simple::Header) for package: perl-Email-MIME-1.926-1.el7.noarch
664--> Processing Dependency: perl(Email::Simple::Creator) for package: perl-Email-MIME-1.926-1.el7.noarch
665--> Processing Dependency: perl(Email::MessageID) for package: perl-Email-MIME-1.926-1.el7.noarch
666---> Package perl-ExtUtils-CBuilder.noarch 1:0.28.2.6-286.el7 will be installed
667--> Processing Dependency: perl-devel for package: 1:perl-ExtUtils-CBuilder-0.28.2.6-286.el7.noarch
668--> Processing Dependency: perl(Perl::OSType) for package: 1:perl-ExtUtils-CBuilder-0.28.2.6-286.el7.noarch
669--> Processing Dependency: perl(IPC::Cmd) for package: 1:perl-ExtUtils-CBuilder-0.28.2.6-286.el7.noarch
670---> Package perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 will be installed
671--> Processing Dependency: perl(Test::Harness) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
672--> Processing Dependency: perl(Pod::Man) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
673--> Processing Dependency: perl(ExtUtils::Packlist) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
674--> Processing Dependency: perl(ExtUtils::Manifest) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
675--> Processing Dependency: perl(ExtUtils::Installed) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
676--> Processing Dependency: perl(ExtUtils::Install) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
677---> Package perl-HTML-Parser.x86_64 0:3.71-4.el7 will be installed
678--> Processing Dependency: perl(HTML::Tagset) >= 3 for package: perl-HTML-Parser-3.71-4.el7.x86_64
679--> Processing Dependency: perl(URI) for package: perl-HTML-Parser-3.71-4.el7.x86_64
680--> Processing Dependency: perl(HTTP::Headers) for package: perl-HTML-Parser-3.71-4.el7.x86_64
681---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
682--> Processing Dependency: perl(Time::Local) for package: perl-HTTP-Tiny-0.033-3.el7.noarch
683---> Package perl-IO-Socket-SSL.noarch 0:1.94-3.el7 will be installed
684--> Processing Dependency: perl(Socket) >= 1.95 for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
685--> Processing Dependency: perl(Net::SSLeay) >= 1.21 for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
686--> Processing Dependency: perl(IO::Socket::IP) >= 0.20 for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
687--> Processing Dependency: perl(Net::SSLeay) for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
688--> Processing Dependency: perl(Net::LibIDN) for package: perl-IO-Socket-SSL-1.94-3.el7.noarch
689---> Package perl-JSON.noarch 0:2.59-2.el7 will be installed
690---> Package perl-JSON-PP.noarch 0:2.27202-2.el7 will be installed
691---> Package perl-JSON-XS.x86_64 1:3.01-2.el7 will be installed
692--> Processing Dependency: perl(Types::Serialiser) for package: 1:perl-JSON-XS-3.01-2.el7.x86_64
693---> Package perl-Locale-Maketext-Gettext.noarch 0:1.27-13.el7 will be installed
694--> Processing Dependency: perl(Locale::Maketext) for package: perl-Locale-Maketext-Gettext-1.27-13.el7.noarch
695---> Package perl-Parse-CPAN-Meta.noarch 1:1.4404-5.el7 will be installed
696---> Package perl-Switch.noarch 0:2.16-7.el7 will be installed
697--> Processing Dependency: perl(Filter::Util::Call) for package: perl-Switch-2.16-7.el7.noarch
698---> Package rpm-build.x86_64 0:4.11.3-17.el7 will be installed
699--> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-17.el7.x86_64
700--> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-17.el7.x86_64
701--> Processing Dependency: unzip for package: rpm-build-4.11.3-17.el7.x86_64
702--> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-17.el7.x86_64
703--> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-17.el7.x86_64
704--> Processing Dependency: file for package: rpm-build-4.11.3-17.el7.x86_64
705--> Processing Dependency: bzip2 for package: rpm-build-4.11.3-17.el7.x86_64
706--> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-17.el7.x86_64
707---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed
708--> Processing Dependency: emacs-filesystem for package: rpmdevtools-8.3-5.el7.noarch
709--> Processing Dependency: /usr/bin/man for package: rpmdevtools-8.3-5.el7.noarch
710---> Package screen.x86_64 0:4.1.0-0.21.20120314git3c2946.el7 will be installed
711---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be installed
712--> Processing Dependency: vim-common = 2:7.4.160-1.el7 for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
713--> Processing Dependency: which for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
714--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
715--> Running transaction check
716---> Package GeoIP.x86_64 0:1.5.0-9.el7 will be installed
717---> Package btrfs-progs.x86_64 0:3.19.1-1.el7 will be installed
718--> Processing Dependency: liblzo2.so.2()(64bit) for package: btrfs-progs-3.19.1-1.el7.x86_64
719--> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-3.19.1-1.el7.x86_64
720---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
721---> Package cpp.x86_64 0:4.8.5-4.el7 will be installed
722---> Package createrepo_c.x86_64 0:0.9.0-1.el7.centos will be installed
723--> Processing Dependency: createrepo_c-libs = 0.9.0-1.el7.centos for package: createrepo_c-0.9.0-1.el7.centos.x86_64
724--> Processing Dependency: libcreaterepo_c.so.0()(64bit) for package: createrepo_c-0.9.0-1.el7.centos.x86_64
725---> Package elfutils.x86_64 0:0.163-3.el7 will be installed
726---> Package emacs-filesystem.noarch 1:24.3-18.el7 will be installed
727---> Package fedora-cert.noarch 0:0.5.10.5-1.el7 will be installed
728---> Package fedpkg.noarch 0:1.20-1.el7 will be installed
729--> Processing Dependency: pyrpkg >= 1.33 for package: fedpkg-1.20-1.el7.noarch
730---> Package file.x86_64 0:5.11-31.el7 will be installed
731---> Package gd.x86_64 0:2.0.35-26.el7 will be installed
732--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: gd-2.0.35-26.el7.x86_64
733--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: gd-2.0.35-26.el7.x86_64
734--> Processing Dependency: libpng15.so.15()(64bit) for package: gd-2.0.35-26.el7.x86_64
735--> Processing Dependency: libjpeg.so.62()(64bit) for package: gd-2.0.35-26.el7.x86_64
736--> Processing Dependency: libfreetype.so.6()(64bit) for package: gd-2.0.35-26.el7.x86_64
737--> Processing Dependency: libfontconfig.so.1()(64bit) for package: gd-2.0.35-26.el7.x86_64
738--> Processing Dependency: libXpm.so.4()(64bit) for package: gd-2.0.35-26.el7.x86_64
739--> Processing Dependency: libX11.so.6()(64bit) for package: gd-2.0.35-26.el7.x86_64
740---> Package gdb.x86_64 0:7.6.1-80.el7 will be installed
741---> Package glibc-devel.x86_64 0:2.17-106.el7_2.1 will be installed
742--> Processing Dependency: glibc-headers = 2.17-106.el7_2.1 for package: glibc-devel-2.17-106.el7_2.1.x86_64
743--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-106.el7_2.1.x86_64
744---> Package gperftools-libs.x86_64 0:2.4-7.el7 will be installed
745--> Processing Dependency: libunwind.so.8()(64bit) for package: gperftools-libs-2.4-7.el7.x86_64
746---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed
747---> Package less.x86_64 0:458-9.el7 will be installed
748--> Processing Dependency: groff-base for package: less-458-9.el7.x86_64
749---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
750---> Package libgomp.x86_64 0:4.8.5-4.el7 will be installed
751---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
752---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
753---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed
754--> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-9.el7.x86_64
755---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
756---> Package nginx-filesystem.noarch 1:1.6.3-7.el7 will be installed
757---> Package openssh-clients.x86_64 0:6.6.1p1-22.el7 will be installed
758--> Processing Dependency: openssh = 6.6.1p1-22.el7 for package: openssh-clients-6.6.1p1-22.el7.x86_64
759--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-22.el7.x86_64
760--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-22.el7.x86_64
761--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-22.el7.x86_64
762---> Package openssl.x86_64 1:1.0.1e-51.el7_2.1 will be installed
763--> Processing Dependency: make for package: 1:openssl-1.0.1e-51.el7_2.1.x86_64
764---> Package packagedb-cli.noarch 0:2.8.2-1.el7 will be installed
765--> Processing Dependency: python-setuptools for package: packagedb-cli-2.8.2-1.el7.noarch
766--> Processing Dependency: python-bugzilla for package: packagedb-cli-2.8.2-1.el7.noarch
767--> Processing Dependency: python-beautifulsoup4 for package: packagedb-cli-2.8.2-1.el7.noarch
768---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
769---> Package perl.x86_64 4:5.16.3-286.el7 will be installed
770--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-286.el7.x86_64
771--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-286.el7.x86_64
772--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-286.el7.x86_64
773--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-286.el7.x86_64
774--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-286.el7.x86_64
775---> Package perl-AnyEvent.x86_64 0:7.07-3.el7 will be installed
776--> Processing Dependency: perl(Task::Weaken) for package: perl-AnyEvent-7.07-3.el7.x86_64
777---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
778---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
779---> Package perl-DateTime-Locale.noarch 0:0.45-6.el7 will be installed
780--> Processing Dependency: perl(List::MoreUtils) for package: perl-DateTime-Locale-0.45-6.el7.noarch
781---> Package perl-DateTime-TimeZone.noarch 0:1.63-2.el7 will be installed
782--> Processing Dependency: perl(Class::Singleton) >= 1.03 for package: perl-DateTime-TimeZone-1.63-2.el7.noarch
783--> Processing Dependency: perl(Class::Load) for package: perl-DateTime-TimeZone-1.63-2.el7.noarch
784---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
785--> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64
786---> Package perl-Digest-SHA.x86_64 1:5.85-3.el7 will be installed
787---> Package perl-Email-MIME-ContentType.noarch 0:1.017-1.el7 will be installed
788---> Package perl-Email-MIME-Encodings.noarch 0:1.315-1.el7 will be installed
789---> Package perl-Email-MessageID.noarch 0:1.404-1.el7 will be installed
790---> Package perl-Email-Simple.noarch 0:2.203-1.el7 will be installed
791--> Processing Dependency: perl(Email::Date::Format) for package: perl-Email-Simple-2.203-1.el7.noarch
792---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
793---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
794---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
795---> Package perl-ExtUtils-Install.noarch 0:1.58-286.el7 will be installed
796---> Package perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 will be installed
797---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
798---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
799---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
800---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
801---> Package perl-Git.noarch 0:1.8.3.1-6.el7 will be installed
802---> Package perl-HTML-Tagset.noarch 0:3.20-15.el7 will be installed
803---> Package perl-HTTP-Message.noarch 0:6.06-6.el7 will be installed
804--> Processing Dependency: perl(LWP::MediaTypes) >= 6 for package: perl-HTTP-Message-6.06-6.el7.noarch
805--> Processing Dependency: perl(HTTP::Date) >= 6 for package: perl-HTTP-Message-6.06-6.el7.noarch
806--> Processing Dependency: perl(Encode::Locale) >= 1 for package: perl-HTTP-Message-6.06-6.el7.noarch
807--> Processing Dependency: perl(IO::HTML) for package: perl-HTTP-Message-6.06-6.el7.noarch
808--> Processing Dependency: perl(Compress::Raw::Zlib) for package: perl-HTTP-Message-6.06-6.el7.noarch
809---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
810--> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
811---> Package perl-IO-Socket-IP.noarch 0:0.21-4.el7 will be installed
812---> Package perl-IO-Zlib.noarch 1:1.10-286.el7 will be installed
813---> Package perl-IPC-Cmd.noarch 1:0.80-4.el7 will be installed
814--> Processing Dependency: perl(Params::Check) >= 0.20 for package: 1:perl-IPC-Cmd-0.80-4.el7.noarch
815--> Processing Dependency: perl(Module::Load::Conditional) for package: 1:perl-IPC-Cmd-0.80-4.el7.noarch
816--> Processing Dependency: perl(Locale::Maketext::Simple) for package: 1:perl-IPC-Cmd-0.80-4.el7.noarch
817---> Package perl-Locale-Maketext.noarch 0:1.23-3.el7 will be installed
818---> Package perl-MIME-Types.noarch 0:1.38-2.el7 will be installed
819---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
820---> Package perl-Net-SSLeay.x86_64 0:1.55-3.el7 will be installed
821---> Package perl-Package-Constants.noarch 1:0.02-286.el7 will be installed
822---> Package perl-Params-Validate.x86_64 0:1.08-4.el7 will be installed
823--> Processing Dependency: perl(Module::Implementation) for package: perl-Params-Validate-1.08-4.el7.x86_64
824---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
825---> Package perl-Perl-OSType.noarch 0:1.003-3.el7 will be installed
826---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed
827--> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch
828--> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch
829--> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch
830---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
831--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
832---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
833---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
834---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
835---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
836---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
837---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
838---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
839---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
840---> Package perl-Try-Tiny.noarch 0:0.12-2.el7 will be installed
841---> Package perl-Types-Serialiser.noarch 0:1.0-1.el7 will be installed
842---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
843--> Processing Dependency: perl(Business::ISBN) for package: perl-URI-1.60-9.el7.noarch
844---> Package perl-common-sense.noarch 0:3.6-4.el7 will be installed
845---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
846---> Package perl-devel.x86_64 4:5.16.3-286.el7 will be installed
847--> Processing Dependency: systemtap-sdt-devel for package: 4:perl-devel-5.16.3-286.el7.x86_64
848--> Processing Dependency: perl(ExtUtils::ParseXS) for package: 4:perl-devel-5.16.3-286.el7.x86_64
849--> Processing Dependency: libdb-devel for package: 4:perl-devel-5.16.3-286.el7.x86_64
850--> Processing Dependency: gdbm-devel for package: 4:perl-devel-5.16.3-286.el7.x86_64
851---> Package perl-libs.x86_64 4:5.16.3-286.el7 will be installed
852---> Package perl-local-lib.noarch 0:1.008010-3.el7 will be installed
853---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
854---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
855---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
856---> Package perl-version.x86_64 3:0.99.07-2.el7 will be installed
857---> Package pigz.x86_64 0:2.3.3-1.el7.centos will be installed
858---> Package pyOpenSSL.x86_64 0:0.13.1-3.el7 will be installed
859---> Package python-fedora.noarch 0:0.6.4-1.el7 will be installed
860--> Processing Dependency: python-simplejson for package: python-fedora-0.6.4-1.el7.noarch
861--> Processing Dependency: python-munch for package: python-fedora-0.6.4-1.el7.noarch
862--> Processing Dependency: python-lockfile for package: python-fedora-0.6.4-1.el7.noarch
863---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
864--> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch
865---> Package python-krbV.x86_64 0:1.0.90-8.el7 will be installed
866---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be installed
867--> Processing Dependency: python-urllib3 >= 1.10.2-1 for package: python-requests-2.6.0-1.el7_1.noarch
868---> Package python-six.noarch 0:1.9.0-2.el7 will be installed
869---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
870--> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
871--> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
872--> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
873---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
874--> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
875---> Package rsync.x86_64 0:3.0.9-17.el7 will be installed
876---> Package unzip.x86_64 0:6.0-15.el7 will be installed
877---> Package usermode.x86_64 0:1.111-5.el7 will be installed
878---> Package vim-common.x86_64 2:7.4.160-1.el7 will be installed
879--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-1.el7.x86_64
880---> Package which.x86_64 0:2.20-7.el7 will be installed
881---> Package ykpers.x86_64 0:1.17.2-3.el7 will be installed
882--> Processing Dependency: libyubikey.so.0(YUBIKEY_1.5)(64bit) for package: ykpers-1.17.2-3.el7.x86_64
883--> Processing Dependency: libyubikey.so.0(YUBIKEY_1.0)(64bit) for package: ykpers-1.17.2-3.el7.x86_64
884--> Processing Dependency: libyubikey.so.0()(64bit) for package: ykpers-1.17.2-3.el7.x86_64
885--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: ykpers-1.17.2-3.el7.x86_64
886---> Package yum-utils.noarch 0:1.1.31-34.el7 will be installed
887--> Running transaction check
888---> Package createrepo_c-libs.x86_64 0:0.9.0-1.el7.centos will be installed
889---> Package desktop-file-utils.x86_64 0:0.22-1.el7 will be installed
890---> Package dwz.x86_64 0:0.11-3.el7 will be installed
891---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be installed
892---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
893--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64
894---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
895--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
896---> Package freetype.x86_64 0:2.4.11-11.el7 will be installed
897---> Package gdbm-devel.x86_64 0:1.10-8.el7 will be installed
898---> Package glibc-headers.x86_64 0:2.17-106.el7_2.1 will be installed
899--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-106.el7_2.1.x86_64
900--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-106.el7_2.1.x86_64
901---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
902---> Package libX11.x86_64 0:1.6.3-2.el7 will be installed
903--> Processing Dependency: libX11-common >= 1.6.3-2.el7 for package: libX11-1.6.3-2.el7.x86_64
904--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.3-2.el7.x86_64
905---> Package libXpm.x86_64 0:3.5.11-3.el7 will be installed
906---> Package libdb-devel.x86_64 0:5.3.21-19.el7 will be installed
907---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
908---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
909---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed
910---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
911---> Package libunwind.x86_64 0:1.1-5.el7 will be installed
912---> Package libusbx.x86_64 0:1.0.15-4.el7 will be installed
913---> Package libyubikey.x86_64 0:1.13-1.el7 will be installed
914---> Package lzo.x86_64 0:2.06-8.el7 will be installed
915---> Package make.x86_64 1:3.82-21.el7 will be installed
916---> Package openssh.x86_64 0:6.6.1p1-22.el7 will be installed
917---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
918--> Processing Dependency: perl(Business::ISBN::Data) >= 20120719.001 for package: perl-Business-ISBN-2.06-2.el7.noarch
919---> Package perl-Class-Load.noarch 0:0.20-3.el7 will be installed
920--> Processing Dependency: perl(Package::Stash) >= 0.14 for package: perl-Class-Load-0.20-3.el7.noarch
921--> Processing Dependency: perl(Module::Runtime) >= 0.012 for package: perl-Class-Load-0.20-3.el7.noarch
922--> Processing Dependency: perl(Module::Runtime) for package: perl-Class-Load-0.20-3.el7.noarch
923--> Processing Dependency: perl(Data::OptList) for package: perl-Class-Load-0.20-3.el7.noarch
924---> Package perl-Class-Singleton.noarch 0:1.4-14.el7 will be installed
925---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
926---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
927---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
928---> Package perl-Email-Date-Format.noarch 0:1.002-15.el7 will be installed
929---> Package perl-Encode-Locale.noarch 0:1.03-5.el7 will be installed
930---> Package perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7 will be installed
931---> Package perl-HTTP-Date.noarch 0:6.02-8.el7 will be installed
932--> Processing Dependency: perl(Time::Zone) for package: perl-HTTP-Date-6.02-8.el7.noarch
933---> Package perl-IO-HTML.noarch 0:1.00-2.el7 will be installed
934---> Package perl-LWP-MediaTypes.noarch 0:6.02-2.el7 will be installed
935--> Processing Dependency: mailcap for package: perl-LWP-MediaTypes-6.02-2.el7.noarch
936---> Package perl-List-MoreUtils.x86_64 0:0.33-9.el7 will be installed
937---> Package perl-Locale-Maketext-Simple.noarch 1:0.21-286.el7 will be installed
938---> Package perl-Module-Implementation.noarch 0:0.06-6.el7 will be installed
939---> Package perl-Module-Load-Conditional.noarch 0:0.54-3.el7 will be installed
940--> Processing Dependency: perl(Module::Metadata) >= 1.000005 for package: perl-Module-Load-Conditional-0.54-3.el7.noarch
941--> Processing Dependency: perl(Module::Load) >= 0.11 for package: perl-Module-Load-Conditional-0.54-3.el7.noarch
942--> Processing Dependency: perl(Module::CoreList) >= 2.22 for package: perl-Module-Load-Conditional-0.54-3.el7.noarch
943---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed
944---> Package perl-Params-Check.noarch 1:0.38-2.el7 will be installed
945---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
946---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
947--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
948---> Package perl-Task-Weaken.noarch 0:1.04-6.el7 will be installed
949---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
950---> Package perl-macros.x86_64 4:5.16.3-286.el7 will be installed
951---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
952---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
953---> Package pyrpkg.noarch 0:1.35-2.el7 will be installed
954--> Processing Dependency: GitPython >= 0.2.0 for package: pyrpkg-1.35-2.el7.noarch
955--> Processing Dependency: python-osbs for package: pyrpkg-1.35-2.el7.noarch
956---> Package python-beautifulsoup4.noarch 0:4.3.2-1.el7 will be installed
957--> Processing Dependency: python-html5lib for package: python-beautifulsoup4-4.3.2-1.el7.noarch
958---> Package python-bugzilla.noarch 0:1.2.2-1.el7 will be installed
959--> Processing Dependency: python-magic for package: python-bugzilla-1.2.2-1.el7.noarch
960---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed
961---> Package python-lockfile.noarch 1:0.9.1-4.el7.centos will be installed
962---> Package python-munch.noarch 0:2.0.2-2.el7.centos will be installed
963---> Package python-setuptools.noarch 0:0.9.8-4.el7 will be installed
964--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-4.el7.noarch
965---> Package python-simplejson.x86_64 0:3.3.3-1.el7 will be installed
966---> Package python-urllib3.noarch 0:1.10.2-2.el7_1 will be installed
967---> Package systemtap-sdt-devel.x86_64 0:2.8-10.el7 will be installed
968--> Processing Dependency: pyparsing for package: systemtap-sdt-devel-2.8-10.el7.x86_64
969---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be installed
970---> Package zip.x86_64 0:3.0-10.el7 will be installed
971--> Running transaction check
972---> Package GitPython.noarch 0:0.3.2-0.6.RC1.el7 will be installed
973--> Processing Dependency: python-gitdb for package: GitPython-0.3.2-0.6.RC1.el7.noarch
974---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
975---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
976---> Package kernel-headers.x86_64 0:3.10.0-327.3.1.el7 will be installed
977---> Package libX11-common.noarch 0:1.6.3-2.el7 will be installed
978---> Package libxcb.x86_64 0:1.11-4.el7 will be installed
979--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.11-4.el7.x86_64
980---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
981---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
982---> Package perl-Data-OptList.noarch 0:0.107-9.el7 will be installed
983--> Processing Dependency: perl(Sub::Install) >= 0.921 for package: perl-Data-OptList-0.107-9.el7.noarch
984--> Processing Dependency: perl(Params::Util) for package: perl-Data-OptList-0.107-9.el7.noarch
985---> Package perl-Module-CoreList.noarch 1:2.76.02-286.el7 will be installed
986---> Package perl-Module-Load.noarch 1:0.24-3.el7 will be installed
987---> Package perl-Module-Metadata.noarch 0:1.000018-2.el7 will be installed
988---> Package perl-Module-Runtime.noarch 0:0.013-4.el7 will be installed
989---> Package perl-Package-Stash.noarch 0:0.34-2.el7 will be installed
990--> Processing Dependency: perl(Package::Stash::XS) >= 0.26 for package: perl-Package-Stash-0.34-2.el7.noarch
991--> Processing Dependency: perl(Package::DeprecationManager) for package: perl-Package-Stash-0.34-2.el7.noarch
992---> Package perl-Pod-Escapes.noarch 1:1.04-286.el7 will be installed
993---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
994---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed
995---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
996--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
997---> Package python-html5lib.noarch 1:0.999-5.el7 will be installed
998---> Package python-magic.noarch 0:5.11-31.el7 will be installed
999---> Package python-osbs-client.noarch 0:0.15-1.el7 will be installed
1000--> Processing Dependency: python-dockerfile-parse for package: python-osbs-client-0.15-1.el7.noarch
1001--> Processing Dependency: krb5-workstation for package: python-osbs-client-0.15-1.el7.noarch
1002--> Running transaction check
1003---> Package krb5-workstation.x86_64 0:1.13.2-10.el7 will be installed
1004---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
1005---> Package perl-Package-DeprecationManager.noarch 0:0.13-7.el7 will be installed
1006---> Package perl-Package-Stash-XS.x86_64 0:0.26-3.el7 will be installed
1007---> Package perl-Params-Util.x86_64 0:1.07-6.el7 will be installed
1008---> Package perl-Sub-Install.noarch 0:0.926-6.el7 will be installed
1009---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
1010---> Package python-dockerfile-parse.noarch 0:0.0.5-1.el7 will be installed
1011---> Package python-gitdb.x86_64 0:0.5.4-5.el7 will be installed
1012--> Processing Dependency: python-async >= 0.6.1 for package: python-gitdb-0.5.4-5.el7.x86_64
1013--> Processing Dependency: python-smmap for package: python-gitdb-0.5.4-5.el7.x86_64
1014--> Running transaction check
1015---> Package python-async.x86_64 0:0.6.1-6.el7 will be installed
1016---> Package python-smmap.noarch 0:0.8.1-6.el7 will be installed
1017--> Finished Dependency Resolution
1018
1019Dependencies Resolved
1020
1021================================================================================
1022 Package Arch Version Repository
1023 Size
1024================================================================================
1025Installing for group install "Fedora Packager":
1026 bodhi-client noarch 0.9.8-4.el7 epel 22 k
1027 bzr x86_64 2.5.1-14.el7 base 6.1 M
1028 cvs x86_64 1.11.23-35.el7 base 581 k
1029 fedora-easy-karma noarch 0-0.26.20150921gitc932687a.el7
1030 epel 30 k
1031 fedora-packager noarch 0.5.10.5-1.el7 epel 42 k
1032 git x86_64 1.8.3.1-6.el7 updates 4.4 M
1033 koji noarch 1.10.1-1.el7.centos extras 222 k
1034 mercurial x86_64 2.6.2-4.el7 base 2.6 M
1035 mock noarch 1.2.13-2.el7.centos extras 300 k
1036 rpm-build x86_64 4.11.3-17.el7 base 143 k
1037 rpmdevtools noarch 8.3-5.el7 base 97 k
1038Installing:
1039 gcc x86_64 4.8.5-4.el7 base 16 M
1040 libuuid-devel x86_64 2.23.2-26.el7 base 83 k
1041 net-tools x86_64 2.0-0.17.20131004git.el7 base 304 k
1042 nginx x86_64 1:1.6.3-7.el7 epel 507 k
1043 perl-AnyEvent-HTTP noarch 2.22-1.el7 epel 41 k
1044 perl-Archive-Tar noarch 1.92-2.el7 base 73 k
1045 perl-CPAN noarch 1.9800-286.el7 base 292 k
1046 perl-CPAN-Meta noarch 2.120921-5.el7 base 113 k
1047 perl-CPAN-Meta-Requirements noarch 2.122-7.el7 base 24 k
1048 perl-CPAN-Meta-YAML noarch 0.008-14.el7 base 24 k
1049 perl-DBD-SQLite x86_64 1.39-3.el7 base 1.3 M
1050 perl-DBI x86_64 1.627-4.el7 base 802 k
1051 perl-Data-UUID x86_64 1.219-3.el7 epel 25 k
1052 perl-DateTime x86_64 2:1.04-5.el7 base 112 k
1053 perl-Email-Address noarch 1.898-3.el7 base 39 k
1054 perl-Email-MIME noarch 1.926-1.el7 epel 45 k
1055 perl-ExtUtils-CBuilder noarch 1:0.28.2.6-286.el7 base 67 k
1056 perl-ExtUtils-MakeMaker noarch 6.68-3.el7 base 275 k
1057 perl-HTML-Parser x86_64 3.71-4.el7 base 115 k
1058 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
1059 perl-IO-Socket-SSL noarch 1.94-3.el7 base 113 k
1060 perl-JSON noarch 2.59-2.el7 base 96 k
1061 perl-JSON-PP noarch 2.27202-2.el7 base 55 k
1062 perl-JSON-XS x86_64 1:3.01-2.el7 epel 103 k
1063 perl-Locale-Maketext-Gettext noarch 1.27-13.el7 base 60 k
1064 perl-Parse-CPAN-Meta noarch 1:1.4404-5.el7 base 14 k
1065 perl-Switch noarch 2.16-7.el7 base 22 k
1066 screen x86_64 4.1.0-0.21.20120314git3c2946.el7
1067 base 551 k
1068 vim-enhanced x86_64 2:7.4.160-1.el7 base 1.0 M
1069Installing for dependencies:
1070 GeoIP x86_64 1.5.0-9.el7 base 709 k
1071 GitPython noarch 0.3.2-0.6.RC1.el7 epel 433 k
1072 btrfs-progs x86_64 3.19.1-1.el7 base 552 k
1073 bzip2 x86_64 1.0.6-13.el7 base 52 k
1074 cpp x86_64 4.8.5-4.el7 base 5.9 M
1075 createrepo_c x86_64 0.9.0-1.el7.centos extras 68 k
1076 createrepo_c-libs x86_64 0.9.0-1.el7.centos extras 85 k
1077 desktop-file-utils x86_64 0.22-1.el7 base 67 k
1078 dwz x86_64 0.11-3.el7 base 99 k
1079 e2fsprogs-libs x86_64 1.42.9-7.el7 base 165 k
1080 elfutils x86_64 0.163-3.el7 base 268 k
1081 emacs-filesystem noarch 1:24.3-18.el7 base 58 k
1082 fedora-cert noarch 0.5.10.5-1.el7 epel 35 k
1083 fedpkg noarch 1.20-1.el7 epel 38 k
1084 file x86_64 5.11-31.el7 base 56 k
1085 fipscheck x86_64 1.4.1-5.el7 base 21 k
1086 fipscheck-lib x86_64 1.4.1-5.el7 base 11 k
1087 fontconfig x86_64 2.10.95-7.el7 base 228 k
1088 fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
1089 freetype x86_64 2.4.11-11.el7 base 391 k
1090 gd x86_64 2.0.35-26.el7 base 146 k
1091 gdb x86_64 7.6.1-80.el7 base 2.4 M
1092 gdbm-devel x86_64 1.10-8.el7 base 47 k
1093 glibc-devel x86_64 2.17-106.el7_2.1 updates 1.0 M
1094 glibc-headers x86_64 2.17-106.el7_2.1 updates 661 k
1095 gperftools-libs x86_64 2.4-7.el7 base 272 k
1096 gpm-libs x86_64 1.20.7-5.el7 base 32 k
1097 groff-base x86_64 1.22.2-8.el7 base 942 k
1098 kernel-headers x86_64 3.10.0-327.3.1.el7 updates 3.2 M
1099 krb5-workstation x86_64 1.13.2-10.el7 base 765 k
1100 less x86_64 458-9.el7 base 120 k
1101 libX11 x86_64 1.6.3-2.el7 base 605 k
1102 libX11-common noarch 1.6.3-2.el7 base 162 k
1103 libXau x86_64 1.0.8-2.1.el7 base 29 k
1104 libXpm x86_64 3.5.11-3.el7 base 54 k
1105 libdb-devel x86_64 5.3.21-19.el7 base 38 k
1106 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k
1107 libgnome-keyring x86_64 3.8.0-3.el7 base 109 k
1108 libgomp x86_64 4.8.5-4.el7 base 130 k
1109 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
1110 libmpc x86_64 1.0.1-3.el7 base 51 k
1111 libpipeline x86_64 1.2.3-3.el7 base 53 k
1112 libpng x86_64 2:1.5.13-7.el7_2 updates 213 k
1113 libunwind x86_64 1.1-5.el7 base 56 k
1114 libusbx x86_64 1.0.15-4.el7 base 50 k
1115 libxcb x86_64 1.11-4.el7 base 189 k
1116 libxslt x86_64 1.1.28-5.el7 base 242 k
1117 libyubikey x86_64 1.13-1.el7 epel 30 k
1118 lzo x86_64 2.06-8.el7 base 59 k
1119 mailcap noarch 2.1.41-2.el7 base 31 k
1120 make x86_64 1:3.82-21.el7 base 420 k
1121 man-db x86_64 2.6.3-9.el7 base 559 k
1122 mpfr x86_64 3.1.1-4.el7 base 203 k
1123 nginx-filesystem noarch 1:1.6.3-7.el7 epel 15 k
1124 openssh x86_64 6.6.1p1-22.el7 base 434 k
1125 openssh-clients x86_64 6.6.1p1-22.el7 base 639 k
1126 openssl x86_64 1:1.0.1e-51.el7_2.1 updates 711 k
1127 packagedb-cli noarch 2.8.2-1.el7 epel 55 k
1128 patch x86_64 2.7.1-8.el7 base 110 k
1129 perl x86_64 4:5.16.3-286.el7 base 8.0 M
1130 perl-AnyEvent x86_64 7.07-3.el7 epel 437 k
1131 perl-Business-ISBN noarch 2.06-2.el7 base 25 k
1132 perl-Business-ISBN-Data noarch 20120719.001-2.el7 base 24 k
1133 perl-Carp noarch 1.26-244.el7 base 19 k
1134 perl-Class-Load noarch 0.20-3.el7 base 27 k
1135 perl-Class-Singleton noarch 1.4-14.el7 base 18 k
1136 perl-Compress-Raw-Bzip2 x86_64 2.061-3.el7 base 32 k
1137 perl-Compress-Raw-Zlib x86_64 1:2.061-4.el7 base 57 k
1138 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
1139 perl-Data-OptList noarch 0.107-9.el7 base 23 k
1140 perl-DateTime-Locale noarch 0.45-6.el7 base 1.6 M
1141 perl-DateTime-TimeZone noarch 1.63-2.el7 base 417 k
1142 perl-Digest noarch 1.17-245.el7 base 23 k
1143 perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k
1144 perl-Digest-SHA x86_64 1:5.85-3.el7 base 58 k
1145 perl-Email-Date-Format noarch 1.002-15.el7 epel 17 k
1146 perl-Email-MIME-ContentType noarch 1.017-1.el7 epel 19 k
1147 perl-Email-MIME-Encodings noarch 1.315-1.el7 epel 18 k
1148 perl-Email-MessageID noarch 1.404-1.el7 epel 18 k
1149 perl-Email-Simple noarch 2.203-1.el7 epel 33 k
1150 perl-Encode x86_64 2.51-7.el7 base 1.5 M
1151 perl-Encode-Locale noarch 1.03-5.el7 base 16 k
1152 perl-Error noarch 1:0.17020-2.el7 base 32 k
1153 perl-Exporter noarch 5.68-3.el7 base 28 k
1154 perl-ExtUtils-Install noarch 1.58-286.el7 base 73 k
1155 perl-ExtUtils-Manifest noarch 1.61-244.el7 base 31 k
1156 perl-ExtUtils-ParseXS noarch 1:3.18-2.el7 base 77 k
1157 perl-File-Path noarch 2.09-2.el7 base 26 k
1158 perl-File-Temp noarch 0.23.01-3.el7 base 56 k
1159 perl-Filter x86_64 1.49-3.el7 base 76 k
1160 perl-Getopt-Long noarch 2.40-2.el7 base 56 k
1161 perl-Git noarch 1.8.3.1-6.el7 updates 53 k
1162 perl-HTML-Tagset noarch 3.20-15.el7 base 18 k
1163 perl-HTTP-Date noarch 6.02-8.el7 base 14 k
1164 perl-HTTP-Message noarch 6.06-6.el7 base 82 k
1165 perl-IO-Compress noarch 2.061-2.el7 base 260 k
1166 perl-IO-HTML noarch 1.00-2.el7 base 23 k
1167 perl-IO-Socket-IP noarch 0.21-4.el7 base 35 k
1168 perl-IO-Zlib noarch 1:1.10-286.el7 base 50 k
1169 perl-IPC-Cmd noarch 1:0.80-4.el7 base 34 k
1170 perl-LWP-MediaTypes noarch 6.02-2.el7 base 24 k
1171 perl-List-MoreUtils x86_64 0.33-9.el7 base 58 k
1172 perl-Locale-Maketext noarch 1.23-3.el7 base 93 k
1173 perl-Locale-Maketext-Simple noarch 1:0.21-286.el7 base 49 k
1174 perl-MIME-Types noarch 1.38-2.el7 epel 38 k
1175 perl-Module-CoreList noarch 1:2.76.02-286.el7 base 84 k
1176 perl-Module-Implementation noarch 0.06-6.el7 base 17 k
1177 perl-Module-Load noarch 1:0.24-3.el7 base 11 k
1178 perl-Module-Load-Conditional noarch 0.54-3.el7 base 18 k
1179 perl-Module-Metadata noarch 1.000018-2.el7 base 26 k
1180 perl-Module-Runtime noarch 0.013-4.el7 base 19 k
1181 perl-Net-Daemon noarch 0.48-5.el7 base 51 k
1182 perl-Net-LibIDN x86_64 0.12-15.el7 base 28 k
1183 perl-Net-SSLeay x86_64 1.55-3.el7 base 285 k
1184 perl-Package-Constants noarch 1:0.02-286.el7 base 44 k
1185 perl-Package-DeprecationManager noarch 0.13-7.el7 base 18 k
1186 perl-Package-Stash noarch 0.34-2.el7 base 34 k
1187 perl-Package-Stash-XS x86_64 0.26-3.el7 base 31 k
1188 perl-Params-Check noarch 1:0.38-2.el7 base 18 k
1189 perl-Params-Util x86_64 1.07-6.el7 base 38 k
1190 perl-Params-Validate x86_64 1.08-4.el7 base 69 k
1191 perl-PathTools x86_64 3.40-5.el7 base 82 k
1192 perl-Perl-OSType noarch 1.003-3.el7 base 20 k
1193 perl-PlRPC noarch 0.2020-14.el7 base 36 k
1194 perl-Pod-Escapes noarch 1:1.04-286.el7 base 50 k
1195 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
1196 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
1197 perl-Pod-Usage noarch 1.63-3.el7 base 27 k
1198 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
1199 perl-Socket x86_64 2.010-3.el7 base 49 k
1200 perl-Storable x86_64 2.45-3.el7 base 77 k
1201 perl-Sub-Install noarch 0.926-6.el7 base 21 k
1202 perl-Task-Weaken noarch 1.04-6.el7 base 18 k
1203 perl-TermReadKey x86_64 2.30-20.el7 base 31 k
1204 perl-Test-Harness noarch 3.28-3.el7 base 302 k
1205 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
1206 perl-Thread-Queue noarch 3.02-2.el7 base 17 k
1207 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
1208 perl-Time-Local noarch 1.2300-2.el7 base 24 k
1209 perl-TimeDate noarch 1:2.30-2.el7 base 52 k
1210 perl-Try-Tiny noarch 0.12-2.el7 base 23 k
1211 perl-Types-Serialiser noarch 1.0-1.el7 epel 17 k
1212 perl-URI noarch 1.60-9.el7 base 106 k
1213 perl-common-sense noarch 3.6-4.el7 epel 28 k
1214 perl-constant noarch 1.27-2.el7 base 19 k
1215 perl-devel x86_64 4:5.16.3-286.el7 base 452 k
1216 perl-libs x86_64 4:5.16.3-286.el7 base 687 k
1217 perl-local-lib noarch 1.008010-3.el7 base 64 k
1218 perl-macros x86_64 4:5.16.3-286.el7 base 43 k
1219 perl-parent noarch 1:0.225-244.el7 base 12 k
1220 perl-podlators noarch 2.5.1-3.el7 base 112 k
1221 perl-srpm-macros noarch 1-8.el7 base 4.6 k
1222 perl-threads x86_64 1.87-4.el7 base 49 k
1223 perl-threads-shared x86_64 1.43-6.el7 base 39 k
1224 perl-version x86_64 3:0.99.07-2.el7 base 84 k
1225 pigz x86_64 2.3.3-1.el7.centos extras 68 k
1226 pyOpenSSL x86_64 0.13.1-3.el7 base 133 k
1227 pyparsing noarch 1.5.6-9.el7 base 94 k
1228 pyrpkg noarch 1.35-2.el7 epel 108 k
1229 python-async x86_64 0.6.1-6.el7 epel 69 k
1230 python-backports x86_64 1.0-8.el7 base 5.8 k
1231 python-backports-ssl_match_hostname
1232 noarch 3.4.0.2-4.el7 base 12 k
1233 python-beautifulsoup4 noarch 4.3.2-1.el7 epel 149 k
1234 python-bugzilla noarch 1.2.2-1.el7 epel 89 k
1235 python-chardet noarch 2.2.1-1.el7_1 base 227 k
1236 python-dockerfile-parse noarch 0.0.5-1.el7 epel 20 k
1237 python-fedora noarch 0.6.4-1.el7 epel 260 k
1238 python-gitdb x86_64 0.5.4-5.el7 epel 91 k
1239 python-html5lib noarch 1:0.999-5.el7 epel 206 k
1240 python-kitchen noarch 1.1.1-5.el7 base 267 k
1241 python-krbV x86_64 1.0.90-8.el7 base 54 k
1242 python-lockfile noarch 1:0.9.1-4.el7.centos extras 28 k
1243 python-magic noarch 5.11-31.el7 base 33 k
1244 python-munch noarch 2.0.2-2.el7.centos extras 14 k
1245 python-osbs-client noarch 0.15-1.el7 epel 89 k
1246 python-requests noarch 2.6.0-1.el7_1 base 94 k
1247 python-setuptools noarch 0.9.8-4.el7 base 396 k
1248 python-simplejson x86_64 3.3.3-1.el7 epel 171 k
1249 python-six noarch 1.9.0-2.el7 base 29 k
1250 python-smmap noarch 0.8.1-6.el7 epel 27 k
1251 python-urllib3 noarch 1.10.2-2.el7_1 base 100 k
1252 redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k
1253 rpmlint noarch 1.5-4.el7 base 229 k
1254 rsync x86_64 3.0.9-17.el7 base 360 k
1255 systemtap-sdt-devel x86_64 2.8-10.el7 base 65 k
1256 unzip x86_64 6.0-15.el7 base 166 k
1257 usermode x86_64 1.111-5.el7 base 193 k
1258 vim-common x86_64 2:7.4.160-1.el7 base 5.9 M
1259 vim-filesystem x86_64 2:7.4.160-1.el7 base 9.6 k
1260 which x86_64 2.20-7.el7 base 41 k
1261 ykpers x86_64 1.17.2-3.el7 epel 98 k
1262 yum-utils noarch 1.1.31-34.el7 base 113 k
1263 zip x86_64 3.0-10.el7 base 260 k
1264
1265Transaction Summary
1266================================================================================
1267Install 40 Packages (+193 Dependent packages)
1268
1269Total download size: 88 M
1270Installed size: 277 M
1271Downloading packages:
1272warning: /var/cache/yum/x86_64/7/epel/packages/GitPython-0.3.2-0.6.RC1.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
1273Public key for GitPython-0.3.2-0.6.RC1.el7.noarch.rpm is not installed
1274--------------------------------------------------------------------------------
1275Total 34 MB/s | 88 MB 00:02
1276Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
1277Importing GPG key 0x352C64E5:
1278 Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
1279 Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
1280 Package : epel-release-7-5.noarch (@extras)
1281 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
1282Running transaction check
1283Running transaction test
1284Transaction test succeeded
1285Running transaction
1286 Installing : python-six-1.9.0-2.el7.noarch 1/233
1287 Installing : groff-base-1.22.2-8.el7.x86_64 2/233
1288 Installing : fipscheck-1.4.1-5.el7.x86_64 3/233
1289 Installing : fipscheck-lib-1.4.1-5.el7.x86_64 4/233
1290 Installing : mpfr-3.1.1-4.el7.x86_64 5/233
1291 Installing : pyOpenSSL-0.13.1-3.el7.x86_64 6/233
1292 Installing : fedora-cert-0.5.10.5-1.el7.noarch 7/233
1293 Installing : file-5.11-31.el7.x86_64 8/233
1294 Installing : libmpc-1.0.1-3.el7.x86_64 9/233
1295 Installing : less-458-9.el7.x86_64 10/233
1296 Installing : python-chardet-2.2.1-1.el7_1.noarch 11/233
1297 Installing : python-kitchen-1.1.1-5.el7.noarch 12/233
1298 Installing : freetype-2.4.11-11.el7.x86_64 13/233
1299 Installing : bzip2-1.0.6-13.el7.x86_64 14/233
1300 Installing : 1:emacs-filesystem-24.3-18.el7.noarch 15/233
1301 Installing : desktop-file-utils-0.22-1.el7.x86_64 16/233
1302 Installing : yum-utils-1.1.31-34.el7.noarch 17/233
1303 Installing : cpp-4.8.5-4.el7.x86_64 18/233
1304 Installing : python-magic-5.11-31.el7.noarch 19/233
1305 Installing : openssh-6.6.1p1-22.el7.x86_64 20/233
1306 Installing : 1:perl-parent-0.225-244.el7.noarch 21/233
1307 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 22/233
1308 Installing : perl-podlators-2.5.1-3.el7.noarch 23/233
1309 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 24/233
1310 Installing : 1:perl-Pod-Escapes-1.04-286.el7.noarch 25/233
1311 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 26/233
1312 Installing : perl-Encode-2.51-7.el7.x86_64 27/233
1313 Installing : perl-Pod-Usage-1.63-3.el7.noarch 28/233
1314 Installing : 4:perl-libs-5.16.3-286.el7.x86_64 29/233
1315 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 30/233
1316 Installing : perl-threads-1.87-4.el7.x86_64 31/233
1317 Installing : perl-Storable-2.45-3.el7.x86_64 32/233
1318 Installing : perl-Carp-1.26-244.el7.noarch 33/233
1319 Installing : perl-Filter-1.49-3.el7.x86_64 34/233
1320 Installing : perl-Exporter-5.68-3.el7.noarch 35/233
1321 Installing : perl-constant-1.27-2.el7.noarch 36/233
1322 Installing : 4:perl-macros-5.16.3-286.el7.x86_64 37/233
1323 Installing : perl-Time-Local-1.2300-2.el7.noarch 38/233
1324 Installing : perl-Socket-2.010-3.el7.x86_64 39/233
1325 Installing : perl-threads-shared-1.43-6.el7.x86_64 40/233
1326 Installing : perl-File-Temp-0.23.01-3.el7.noarch 41/233
1327 Installing : perl-File-Path-2.09-2.el7.noarch 42/233
1328 Installing : perl-PathTools-3.40-5.el7.x86_64 43/233
1329 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 44/233
1330 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 45/233
1331 Installing : perl-Getopt-Long-2.40-2.el7.noarch 46/233
1332 Installing : 4:perl-5.16.3-286.el7.x86_64 47/233
1333 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 48/233
1334 Installing : 3:perl-version-0.99.07-2.el7.x86_64 49/233
1335 Installing : perl-common-sense-3.6-4.el7.noarch 50/233
1336 Installing : perl-Try-Tiny-0.12-2.el7.noarch 51/233
1337 Installing : perl-Locale-Maketext-1.23-3.el7.noarch 52/233
1338 Installing : 1:perl-Locale-Maketext-Simple-0.21-286.el7.noarch 53/233
1339 Installing : 1:perl-Params-Check-0.38-2.el7.noarch 54/233
1340 Installing : perl-List-MoreUtils-0.33-9.el7.x86_64 55/233
1341 Installing : perl-Net-SSLeay-1.55-3.el7.x86_64 56/233
1342 Installing : perl-Email-Address-1.898-3.el7.noarch 57/233
1343 Installing : perl-Digest-1.17-245.el7.noarch 58/233
1344 Installing : perl-Module-Runtime-0.013-4.el7.noarch 59/233
1345 Installing : perl-Module-Implementation-0.06-6.el7.noarch 60/233
1346 Installing : perl-Params-Validate-1.08-4.el7.x86_64 61/233
1347 Installing : rpmlint-1.5-4.el7.noarch 62/233
1348 Installing : perl-Sub-Install-0.926-6.el7.noarch 63/233
1349 Installing : perl-Params-Util-1.07-6.el7.x86_64 64/233
1350 Installing : 1:perl-Error-0.17020-2.el7.noarch 65/233
1351 Installing : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 66/233
1352 Installing : perl-Data-OptList-0.107-9.el7.noarch 67/233
1353 Installing : perl-Package-DeprecationManager-0.13-7.el7.noarch 68/233
1354 Installing : perl-DateTime-Locale-0.45-6.el7.noarch 69/233
1355 Installing : 1:perl-Digest-SHA-5.85-3.el7.x86_64 70/233
1356 Installing : perl-Digest-MD5-2.52-3.el7.x86_64 71/233
1357 Installing : perl-Email-MessageID-1.404-1.el7.noarch 72/233
1358 Installing : perl-Types-Serialiser-1.0-1.el7.noarch 73/233
1359 Installing : perl-CPAN-Meta-Requirements-2.122-7.el7.noarch 74/233
1360 Installing : 1:perl-Module-CoreList-2.76.02-286.el7.noarch 75/233
1361 Installing : perl-Module-Metadata-1.000018-2.el7.noarch 76/233
1362 Installing : perl-JSON-PP-2.27202-2.el7.noarch 77/233
1363 Installing : perl-IO-HTML-1.00-2.el7.noarch 78/233
1364 Installing : perl-IO-Socket-IP-0.21-4.el7.noarch 79/233
1365 Installing : perl-Task-Weaken-1.04-6.el7.noarch 80/233
1366 Installing : perl-AnyEvent-7.07-3.el7.x86_64 81/233
1367 Installing : perl-TermReadKey-2.30-20.el7.x86_64 82/233
1368 Installing : 1:perl-Module-Load-0.24-3.el7.noarch 83/233
1369 Installing : perl-Module-Load-Conditional-0.54-3.el7.noarch 84/233
1370 Installing : perl-Encode-Locale-1.03-5.el7.noarch 85/233
1371 Installing : perl-Package-Stash-XS-0.26-3.el7.x86_64 86/233
1372 Installing : perl-Package-Stash-0.34-2.el7.noarch 87/233
1373 Installing : perl-Class-Load-0.20-3.el7.noarch 88/233
1374 Installing : perl-local-lib-1.008010-3.el7.noarch 89/233
1375 Installing : perl-HTML-Tagset-3.20-15.el7.noarch 90/233
1376 Installing : perl-Class-Singleton-1.4-14.el7.noarch 91/233
1377 Installing : 2:perl-DateTime-1.04-5.el7.x86_64 92/233
1378 Installing : perl-DateTime-TimeZone-1.63-2.el7.noarch 93/233
1379 Installing : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 94/233
1380 Installing : perl-IO-Compress-2.061-2.el7.noarch 95/233
1381 Installing : 1:perl-IO-Zlib-1.10-286.el7.noarch 96/233
1382 Installing : perl-Test-Harness-3.28-3.el7.noarch 97/233
1383 Installing : perl-Email-MIME-Encodings-1.315-1.el7.noarch 98/233
1384 Installing : perl-ExtUtils-Manifest-1.61-244.el7.noarch 99/233
1385 Installing : perl-CPAN-Meta-YAML-0.008-14.el7.noarch 100/233
1386 Installing : 1:perl-Parse-CPAN-Meta-1.4404-5.el7.noarch 101/233
1387 Installing : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 102/233
1388 Installing : perl-Business-ISBN-2.06-2.el7.noarch 103/233
1389 Installing : perl-URI-1.60-9.el7.noarch 104/233
1390 Installing : perl-Email-MIME-ContentType-1.017-1.el7.noarch 105/233
1391 Installing : 1:perl-TimeDate-2.30-2.el7.noarch 106/233
1392 Installing : perl-HTTP-Date-6.02-8.el7.noarch 107/233
1393 Installing : 1:perl-Package-Constants-0.02-286.el7.noarch 108/233
1394 Installing : perl-Perl-OSType-1.003-3.el7.noarch 109/233
1395 Installing : perl-Net-Daemon-0.48-5.el7.noarch 110/233
1396 Installing : perl-PlRPC-0.2020-14.el7.noarch 111/233
1397 Installing : perl-DBI-1.627-4.el7.x86_64 112/233
1398 Installing : perl-Thread-Queue-3.02-2.el7.noarch 113/233
1399 Installing : perl-MIME-Types-1.38-2.el7.noarch 114/233
1400 Installing : perl-Net-LibIDN-0.12-15.el7.x86_64 115/233
1401 Installing : perl-Email-Date-Format-1.002-15.el7.noarch 116/233
1402 Installing : perl-Email-Simple-2.203-1.el7.noarch 117/233
1403 Installing : 1:python-html5lib-0.999-5.el7.noarch 118/233
1404 Installing : python-beautifulsoup4-4.3.2-1.el7.noarch 119/233
1405 Installing : python-smmap-0.8.1-6.el7.noarch 120/233
1406 Installing : gdb-7.6.1-80.el7.x86_64 121/233
1407 Installing : libunwind-1.1-5.el7.x86_64 122/233
1408 Installing : gperftools-libs-2.4-7.el7.x86_64 123/233
1409 Installing : unzip-6.0-15.el7.x86_64 124/233
1410 Installing : python-backports-1.0-8.el7.x86_64 125/233
1411 Installing : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 126/233
1412 Installing : python-setuptools-0.9.8-4.el7.noarch 127/233
1413 Installing : python-dockerfile-parse-0.0.5-1.el7.noarch 128/233
1414 Installing : python-urllib3-1.10.2-2.el7_1.noarch 129/233
1415 Installing : python-requests-2.6.0-1.el7_1.noarch 130/233
1416 Installing : python-bugzilla-1.2.2-1.el7.noarch 131/233
1417 Installing : gdbm-devel-1.10-8.el7.x86_64 132/233
1418install-info: No such file or directory for /usr/share/info/gdbm.info.gz
1419 Installing : e2fsprogs-libs-1.42.9-7.el7.x86_64 133/233
1420 Installing : GeoIP-1.5.0-9.el7.x86_64 134/233
1421 Installing : python-krbV-1.0.90-8.el7.x86_64 135/233
1422 Installing : koji-1.10.1-1.el7.centos.noarch 136/233
1423 Installing : pyparsing-1.5.6-9.el7.noarch 137/233
1424 Installing : systemtap-sdt-devel-2.8-10.el7.x86_64 138/233
1425 Installing : elfutils-0.163-3.el7.x86_64 139/233
1426 Installing : libyubikey-1.13-1.el7.x86_64 140/233
1427 Installing : rsync-3.0.9-17.el7.x86_64 141/233
1428 Installing : 1:nginx-filesystem-1.6.3-7.el7.noarch 142/233
1429 Installing : zip-3.0-10.el7.x86_64 143/233
1430 Installing : kernel-headers-3.10.0-327.3.1.el7.x86_64 144/233
1431 Installing : glibc-headers-2.17-106.el7_2.1.x86_64 145/233
1432 Installing : glibc-devel-2.17-106.el7_2.1.x86_64 146/233
1433 Installing : usermode-1.111-5.el7.x86_64 147/233
1434 Installing : libgnome-keyring-3.8.0-3.el7.x86_64 148/233
1435 Installing : libxslt-1.1.28-5.el7.x86_64 149/233
1436 Installing : libpipeline-1.2.3-3.el7.x86_64 150/233
1437 Installing : man-db-2.6.3-9.el7.x86_64 151/233
1438 Installing : 2:vim-filesystem-7.4.160-1.el7.x86_64 152/233
1439 Installing : 2:vim-common-7.4.160-1.el7.x86_64 153/233
1440 Installing : pigz-2.3.3-1.el7.centos.x86_64 154/233
1441 Installing : krb5-workstation-1.13.2-10.el7.x86_64 155/233
1442 Installing : python-osbs-client-0.15-1.el7.noarch 156/233
1443 Installing : python-simplejson-3.3.3-1.el7.x86_64 157/233
1444 Installing : mailcap-2.1.41-2.el7.noarch 158/233
1445 Installing : perl-LWP-MediaTypes-6.02-2.el7.noarch 159/233
1446 Installing : perl-HTTP-Message-6.06-6.el7.noarch 160/233
1447 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 161/233
1448 Installing : fontpackages-filesystem-1.44-8.el7.noarch 162/233
1449 Installing : fontconfig-2.10.95-7.el7.x86_64 163/233
1450 Installing : 1:python-lockfile-0.9.1-4.el7.centos.noarch 164/233
1451 Installing : libX11-common-1.6.3-2.el7.noarch 165/233
1452 Installing : python-munch-2.0.2-2.el7.centos.noarch 166/233
1453 Installing : python-fedora-0.6.4-1.el7.noarch 167/233
1454 Installing : packagedb-cli-2.8.2-1.el7.noarch 168/233
1455 Installing : bodhi-client-0.9.8-4.el7.noarch 169/233
1456 Installing : dwz-0.11-3.el7.x86_64 170/233
1457 Installing : lzo-2.06-8.el7.x86_64 171/233
1458 Installing : btrfs-progs-3.19.1-1.el7.x86_64 172/233
1459 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 173/233
1460 Installing : openssh-clients-6.6.1p1-22.el7.x86_64 174/233
1461 Installing : perl-Git-1.8.3.1-6.el7.noarch 175/233
1462 Installing : git-1.8.3.1-6.el7.x86_64 176/233
1463 Installing : createrepo_c-libs-0.9.0-1.el7.centos.x86_64 177/233
1464 Installing : createrepo_c-0.9.0-1.el7.centos.x86_64 178/233
1465 Installing : mock-1.2.13-2.el7.centos.noarch 179/233
1466 Installing : perl-srpm-macros-1-8.el7.noarch 180/233
1467 Installing : redhat-rpm-config-9.1.0-68.el7.centos.noarch 181/233
1468 Installing : libXau-1.0.8-2.1.el7.x86_64 182/233
1469 Installing : libxcb-1.11-4.el7.x86_64 183/233
1470 Installing : libX11-1.6.3-2.el7.x86_64 184/233
1471 Installing : libXpm-3.5.11-3.el7.x86_64 185/233
1472 Installing : 1:make-3.82-21.el7.x86_64 186/233
1473 Installing : 1:openssl-1.0.1e-51.el7_2.1.x86_64 187/233
1474 Installing : libgomp-4.8.5-4.el7.x86_64 188/233
1475 Installing : patch-2.7.1-8.el7.x86_64 189/233
1476 Installing : rpm-build-4.11.3-17.el7.x86_64 190/233
1477 Installing : rpmdevtools-8.3-5.el7.noarch 191/233
1478 Installing : libdb-devel-5.3.21-19.el7.x86_64 192/233
1479 Installing : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 193/233
1480 Installing : perl-ExtUtils-Install-1.58-286.el7.noarch 194/233
1481 Installing : 4:perl-devel-5.16.3-286.el7.x86_64 195/233
1482 Installing : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 196/233
1483 Installing : 1:perl-IPC-Cmd-0.80-4.el7.noarch 197/233
1484 Installing : python-async-0.6.1-6.el7.x86_64 198/233
1485 Installing : python-gitdb-0.5.4-5.el7.x86_64 199/233
1486 Installing : GitPython-0.3.2-0.6.RC1.el7.noarch 200/233
1487 Installing : pyrpkg-1.35-2.el7.noarch 201/233
1488 Installing : fedpkg-1.20-1.el7.noarch 202/233
1489 Installing : gpm-libs-1.20.7-5.el7.x86_64 203/233
1490 Installing : which-2.20-7.el7.x86_64 204/233
1491install-info: No such file or directory for /usr/share/info/which.info.gz
1492 Installing : 2:libpng-1.5.13-7.el7_2.x86_64 205/233
1493 Installing : gd-2.0.35-26.el7.x86_64 206/233
1494 Installing : libusbx-1.0.15-4.el7.x86_64 207/233
1495 Installing : ykpers-1.17.2-3.el7.x86_64 208/233
1496 Installing : fedora-packager-0.5.10.5-1.el7.noarch 209/233
1497 Installing : 1:nginx-1.6.3-7.el7.x86_64 210/233
1498 Installing : 2:vim-enhanced-7.4.160-1.el7.x86_64 211/233
1499 Installing : 1:perl-ExtUtils-CBuilder-0.28.2.6-286.el7.noarch 212/233
1500 Installing : perl-CPAN-1.9800-286.el7.noarch 213/233
1501 Installing : gcc-4.8.5-4.el7.x86_64 214/233
1502 Installing : perl-IO-Socket-SSL-1.94-3.el7.noarch 215/233
1503 Installing : fedora-easy-karma-0-0.26.20150921gitc932687a.el7.noarc 216/233
1504 Installing : perl-HTML-Parser-3.71-4.el7.x86_64 217/233
1505 Installing : perl-Email-MIME-1.926-1.el7.noarch 218/233
1506 Installing : perl-DBD-SQLite-1.39-3.el7.x86_64 219/233
1507 Installing : perl-Archive-Tar-1.92-2.el7.noarch 220/233
1508 Installing : perl-CPAN-Meta-2.120921-5.el7.noarch 221/233
1509 Installing : perl-AnyEvent-HTTP-2.22-1.el7.noarch 222/233
1510 Installing : 1:perl-JSON-XS-3.01-2.el7.x86_64 223/233
1511 Installing : perl-Data-UUID-1.219-3.el7.x86_64 224/233
1512 Installing : perl-Locale-Maketext-Gettext-1.27-13.el7.noarch 225/233
1513 Installing : perl-JSON-2.59-2.el7.noarch 226/233
1514 Installing : perl-Switch-2.16-7.el7.noarch 227/233
1515 Installing : bzr-2.5.1-14.el7.x86_64 228/233
1516 Installing : cvs-1.11.23-35.el7.x86_64 229/233
1517install-info: No such file or directory for /usr/share/info/cvs.info.gz
1518install-info: No such file or directory for /usr/share/info/cvsclient.info.gz
1519 Installing : net-tools-2.0-0.17.20131004git.el7.x86_64 230/233
1520 Installing : mercurial-2.6.2-4.el7.x86_64 231/233
1521 Installing : screen-4.1.0-0.21.20120314git3c2946.el7.x86_64 232/233
1522 Installing : libuuid-devel-2.23.2-26.el7.x86_64 233/233
1523 Verifying : 2:vim-common-7.4.160-1.el7.x86_64 1/233
1524 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/233
1525 Verifying : perl-IO-HTML-1.00-2.el7.noarch 3/233
1526 Verifying : perl-IO-Compress-2.061-2.el7.noarch 4/233
1527 Verifying : perl-Email-MIME-1.926-1.el7.noarch 5/233
1528 Verifying : perl-common-sense-3.6-4.el7.noarch 6/233
1529 Verifying : perl-Class-Load-0.20-3.el7.noarch 7/233
1530 Verifying : openssh-6.6.1p1-22.el7.x86_64 8/233
1531 Verifying : perl-IO-Socket-IP-0.21-4.el7.noarch 9/233
1532 Verifying : mock-1.2.13-2.el7.centos.noarch 10/233
1533 Verifying : libusbx-1.0.15-4.el7.x86_64 11/233
1534 Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 12/233
1535 Verifying : 1:perl-JSON-XS-3.01-2.el7.x86_64 13/233
1536 Verifying : perl-Types-Serialiser-1.0-1.el7.noarch 14/233
1537 Verifying : perl-Task-Weaken-1.04-6.el7.noarch 15/233
1538 Verifying : perl-LWP-MediaTypes-6.02-2.el7.noarch 16/233
1539 Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 17/233
1540 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 18/233
1541 Verifying : python-beautifulsoup4-4.3.2-1.el7.noarch 19/233
1542 Verifying : perl-Git-1.8.3.1-6.el7.noarch 20/233
1543 Verifying : which-2.20-7.el7.x86_64 21/233
1544 Verifying : glibc-devel-2.17-106.el7_2.1.x86_64 22/233
1545 Verifying : groff-base-1.22.2-8.el7.x86_64 23/233
1546 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 24/233
1547 Verifying : 1:nginx-1.6.3-7.el7.x86_64 25/233
1548 Verifying : gpm-libs-1.20.7-5.el7.x86_64 26/233
1549 Verifying : 2:perl-DateTime-1.04-5.el7.x86_64 27/233
1550 Verifying : perl-DBI-1.627-4.el7.x86_64 28/233
1551 Verifying : 1:perl-Module-Load-0.24-3.el7.noarch 29/233
1552 Verifying : GitPython-0.3.2-0.6.RC1.el7.noarch 30/233
1553 Verifying : perl-Encode-Locale-1.03-5.el7.noarch 31/233
1554 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 32/233
1555 Verifying : python-async-0.6.1-6.el7.x86_64 33/233
1556 Verifying : libdb-devel-5.3.21-19.el7.x86_64 34/233
1557 Verifying : perl-DateTime-Locale-0.45-6.el7.noarch 35/233
1558 Verifying : perl-Package-Stash-XS-0.26-3.el7.x86_64 36/233
1559 Verifying : perl-Params-Validate-1.08-4.el7.x86_64 37/233
1560 Verifying : fedora-cert-0.5.10.5-1.el7.noarch 38/233
1561 Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 39/233
1562 Verifying : 1:perl-Digest-SHA-5.85-3.el7.x86_64 40/233
1563 Verifying : 1:perl-Pod-Escapes-1.04-286.el7.noarch 41/233
1564 Verifying : 1:perl-IPC-Cmd-0.80-4.el7.noarch 42/233
1565 Verifying : patch-2.7.1-8.el7.x86_64 43/233
1566 Verifying : perl-AnyEvent-7.07-3.el7.x86_64 44/233
1567 Verifying : perl-File-Path-2.09-2.el7.noarch 45/233
1568 Verifying : libgomp-4.8.5-4.el7.x86_64 46/233
1569 Verifying : libuuid-devel-2.23.2-26.el7.x86_64 47/233
1570 Verifying : 1:make-3.82-21.el7.x86_64 48/233
1571 Verifying : libXau-1.0.8-2.1.el7.x86_64 49/233
1572 Verifying : 1:openssl-1.0.1e-51.el7_2.1.x86_64 50/233
1573 Verifying : perl-Data-OptList-0.107-9.el7.noarch 51/233
1574 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 52/233
1575 Verifying : perl-local-lib-1.008010-3.el7.noarch 53/233
1576 Verifying : desktop-file-utils-0.22-1.el7.x86_64 54/233
1577 Verifying : perl-srpm-macros-1-8.el7.noarch 55/233
1578 Verifying : perl-HTML-Tagset-3.20-15.el7.noarch 56/233
1579 Verifying : createrepo_c-libs-0.9.0-1.el7.centos.x86_64 57/233
1580 Verifying : python-osbs-client-0.15-1.el7.noarch 58/233
1581 Verifying : file-5.11-31.el7.x86_64 59/233
1582 Verifying : 3:perl-version-0.99.07-2.el7.x86_64 60/233
1583 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 61/233
1584 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 62/233
1585 Verifying : perl-JSON-PP-2.27202-2.el7.noarch 63/233
1586 Verifying : perl-CPAN-Meta-2.120921-5.el7.noarch 64/233
1587 Verifying : lzo-2.06-8.el7.x86_64 65/233
1588 Verifying : createrepo_c-0.9.0-1.el7.centos.x86_64 66/233
1589 Verifying : 1:emacs-filesystem-24.3-18.el7.noarch 67/233
1590 Verifying : libxcb-1.11-4.el7.x86_64 68/233
1591 Verifying : perl-Locale-Maketext-1.23-3.el7.noarch 69/233
1592 Verifying : perl-Class-Singleton-1.4-14.el7.noarch 70/233
1593 Verifying : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 71/233
1594 Verifying : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 72/233
1595 Verifying : python-setuptools-0.9.8-4.el7.noarch 73/233
1596 Verifying : bzip2-1.0.6-13.el7.x86_64 74/233
1597 Verifying : libX11-1.6.3-2.el7.x86_64 75/233
1598 Verifying : 1:perl-Locale-Maketext-Simple-0.21-286.el7.noarch 76/233
1599 Verifying : python-magic-5.11-31.el7.noarch 77/233
1600 Verifying : perl-CPAN-Meta-Requirements-2.122-7.el7.noarch 78/233
1601 Verifying : dwz-0.11-3.el7.x86_64 79/233
1602 Verifying : perl-List-MoreUtils-0.33-9.el7.x86_64 80/233
1603 Verifying : python-munch-2.0.2-2.el7.centos.noarch 81/233
1604 Verifying : fedpkg-1.20-1.el7.noarch 82/233
1605 Verifying : libX11-common-1.6.3-2.el7.noarch 83/233
1606 Verifying : 1:python-lockfile-0.9.1-4.el7.centos.noarch 84/233
1607 Verifying : pyrpkg-1.35-2.el7.noarch 85/233
1608 Verifying : 1:perl-parent-0.225-244.el7.noarch 86/233
1609 Verifying : packagedb-cli-2.8.2-1.el7.noarch 87/233
1610 Verifying : gd-2.0.35-26.el7.x86_64 88/233
1611 Verifying : libmpc-1.0.1-3.el7.x86_64 89/233
1612 Verifying : git-1.8.3.1-6.el7.x86_64 90/233
1613 Verifying : ykpers-1.17.2-3.el7.x86_64 91/233
1614 Verifying : 1:perl-Module-CoreList-2.76.02-286.el7.noarch 92/233
1615 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 93/233
1616 Verifying : perl-Encode-2.51-7.el7.x86_64 94/233
1617 Verifying : perl-Net-SSLeay-1.55-3.el7.x86_64 95/233
1618 Verifying : python-bugzilla-1.2.2-1.el7.noarch 96/233
1619 Verifying : screen-4.1.0-0.21.20120314git3c2946.el7.x86_64 97/233
1620 Verifying : fedora-easy-karma-0-0.26.20150921gitc932687a.el7.noarc 98/233
1621 Verifying : perl-threads-1.87-4.el7.x86_64 99/233
1622 Verifying : fontconfig-2.10.95-7.el7.x86_64 100/233
1623 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 101/233
1624 Verifying : perl-HTTP-Date-6.02-8.el7.noarch 102/233
1625 Verifying : python-kitchen-1.1.1-5.el7.noarch 103/233
1626 Verifying : python-fedora-0.6.4-1.el7.noarch 104/233
1627 Verifying : perl-IO-Socket-SSL-1.94-3.el7.noarch 105/233
1628 Verifying : perl-Email-Address-1.898-3.el7.noarch 106/233
1629 Verifying : perl-DateTime-TimeZone-1.63-2.el7.noarch 107/233
1630 Verifying : perl-Test-Harness-3.28-3.el7.noarch 108/233
1631 Verifying : perl-URI-1.60-9.el7.noarch 109/233
1632 Verifying : perl-Email-MIME-Encodings-1.315-1.el7.noarch 110/233
1633 Verifying : perl-Digest-1.17-245.el7.noarch 111/233
1634 Verifying : perl-JSON-2.59-2.el7.noarch 112/233
1635 Verifying : gcc-4.8.5-4.el7.x86_64 113/233
1636 Verifying : perl-Business-ISBN-2.06-2.el7.noarch 114/233
1637 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 115/233
1638 Verifying : perl-Module-Runtime-0.013-4.el7.noarch 116/233
1639 Verifying : mailcap-2.1.41-2.el7.noarch 117/233
1640 Verifying : perl-threads-shared-1.43-6.el7.x86_64 118/233
1641 Verifying : perl-Storable-2.45-3.el7.x86_64 119/233
1642 Verifying : python-simplejson-3.3.3-1.el7.x86_64 120/233
1643 Verifying : perl-ExtUtils-Manifest-1.61-244.el7.noarch 121/233
1644 Verifying : perl-DBD-SQLite-1.39-3.el7.x86_64 122/233
1645 Verifying : 4:perl-libs-5.16.3-286.el7.x86_64 123/233
1646 Verifying : krb5-workstation-1.13.2-10.el7.x86_64 124/233
1647 Verifying : gperftools-libs-2.4-7.el7.x86_64 125/233
1648 Verifying : perl-CPAN-Meta-YAML-0.008-14.el7.noarch 126/233
1649 Verifying : pigz-2.3.3-1.el7.centos.x86_64 127/233
1650 Verifying : 1:perl-ExtUtils-CBuilder-0.28.2.6-286.el7.noarch 128/233
1651 Verifying : perl-HTML-Parser-3.71-4.el7.x86_64 129/233
1652 Verifying : perl-Package-DeprecationManager-0.13-7.el7.noarch 130/233
1653 Verifying : pyOpenSSL-0.13.1-3.el7.x86_64 131/233
1654 Verifying : 1:perl-Params-Check-0.38-2.el7.noarch 132/233
1655 Verifying : perl-Module-Load-Conditional-0.54-3.el7.noarch 133/233
1656 Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 134/233
1657 Verifying : 1:perl-Parse-CPAN-Meta-1.4404-5.el7.noarch 135/233
1658 Verifying : perl-HTTP-Message-6.06-6.el7.noarch 136/233
1659 Verifying : 2:vim-filesystem-7.4.160-1.el7.x86_64 137/233
1660 Verifying : perl-Carp-1.26-244.el7.noarch 138/233
1661 Verifying : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 139/233
1662 Verifying : libpipeline-1.2.3-3.el7.x86_64 140/233
1663 Verifying : perl-Package-Stash-0.34-2.el7.noarch 141/233
1664 Verifying : libxslt-1.1.28-5.el7.x86_64 142/233
1665 Verifying : libXpm-3.5.11-3.el7.x86_64 143/233
1666 Verifying : 1:python-html5lib-0.999-5.el7.noarch 144/233
1667 Verifying : rpm-build-4.11.3-17.el7.x86_64 145/233
1668 Verifying : perl-Email-MIME-ContentType-1.017-1.el7.noarch 146/233
1669 Verifying : bodhi-client-0.9.8-4.el7.noarch 147/233
1670 Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 148/233
1671 Verifying : btrfs-progs-3.19.1-1.el7.x86_64 149/233
1672 Verifying : usermode-1.111-5.el7.x86_64 150/233
1673 Verifying : perl-PlRPC-0.2020-14.el7.noarch 151/233
1674 Verifying : kernel-headers-3.10.0-327.3.1.el7.x86_64 152/233
1675 Verifying : perl-Try-Tiny-0.12-2.el7.noarch 153/233
1676 Verifying : rpmlint-1.5-4.el7.noarch 154/233
1677 Verifying : perl-podlators-2.5.1-3.el7.noarch 155/233
1678 Verifying : perl-Sub-Install-0.926-6.el7.noarch 156/233
1679 Verifying : zip-3.0-10.el7.x86_64 157/233
1680 Verifying : perl-Module-Implementation-0.06-6.el7.noarch 158/233
1681 Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 159/233
1682 Verifying : yum-utils-1.1.31-34.el7.noarch 160/233
1683 Verifying : mpfr-3.1.1-4.el7.x86_64 161/233
1684 Verifying : 1:nginx-filesystem-1.6.3-7.el7.noarch 162/233
1685 Verifying : perl-Filter-1.49-3.el7.x86_64 163/233
1686 Verifying : 1:perl-Package-Constants-0.02-286.el7.noarch 164/233
1687 Verifying : perl-Archive-Tar-1.92-2.el7.noarch 165/233
1688 Verifying : koji-1.10.1-1.el7.centos.noarch 166/233
1689 Verifying : perl-Email-Simple-2.203-1.el7.noarch 167/233
1690 Verifying : rsync-3.0.9-17.el7.x86_64 168/233
1691 Verifying : libyubikey-1.13-1.el7.x86_64 169/233
1692 Verifying : perl-Module-Metadata-1.000018-2.el7.noarch 170/233
1693 Verifying : fipscheck-1.4.1-5.el7.x86_64 171/233
1694 Verifying : less-458-9.el7.x86_64 172/233
1695 Verifying : mercurial-2.6.2-4.el7.x86_64 173/233
1696 Verifying : perl-Locale-Maketext-Gettext-1.27-13.el7.noarch 174/233
1697 Verifying : perl-CPAN-1.9800-286.el7.noarch 175/233
1698 Verifying : perl-Perl-OSType-1.003-3.el7.noarch 176/233
1699 Verifying : systemtap-sdt-devel-2.8-10.el7.x86_64 177/233
1700 Verifying : freetype-2.4.11-11.el7.x86_64 178/233
1701 Verifying : net-tools-2.0-0.17.20131004git.el7.x86_64 179/233
1702 Verifying : perl-Exporter-5.68-3.el7.noarch 180/233
1703 Verifying : perl-constant-1.27-2.el7.noarch 181/233
1704 Verifying : perl-PathTools-3.40-5.el7.x86_64 182/233
1705 Verifying : perl-Email-MessageID-1.404-1.el7.noarch 183/233
1706 Verifying : elfutils-0.163-3.el7.x86_64 184/233
1707 Verifying : 4:perl-macros-5.16.3-286.el7.x86_64 185/233
1708 Verifying : pyparsing-1.5.6-9.el7.noarch 186/233
1709 Verifying : python-krbV-1.0.90-8.el7.x86_64 187/233
1710 Verifying : openssh-clients-6.6.1p1-22.el7.x86_64 188/233
1711 Verifying : python-dockerfile-parse-0.0.5-1.el7.noarch 189/233
1712 Verifying : perl-Net-Daemon-0.48-5.el7.noarch 190/233
1713 Verifying : GeoIP-1.5.0-9.el7.x86_64 191/233
1714 Verifying : fedora-packager-0.5.10.5-1.el7.noarch 192/233
1715 Verifying : 4:perl-5.16.3-286.el7.x86_64 193/233
1716 Verifying : perl-Data-UUID-1.219-3.el7.x86_64 194/233
1717 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 195/233
1718 Verifying : 4:perl-devel-5.16.3-286.el7.x86_64 196/233
1719 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 197/233
1720 Verifying : glibc-headers-2.17-106.el7_2.1.x86_64 198/233
1721 Verifying : perl-Time-Local-1.2300-2.el7.noarch 199/233
1722 Verifying : man-db-2.6.3-9.el7.x86_64 200/233
1723 Verifying : cvs-1.11.23-35.el7.x86_64 201/233
1724 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 202/233
1725 Verifying : python-six-1.9.0-2.el7.noarch 203/233
1726 Verifying : perl-Socket-2.010-3.el7.x86_64 204/233
1727 Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 205/233
1728 Verifying : perl-MIME-Types-1.38-2.el7.noarch 206/233
1729 Verifying : perl-Params-Util-1.07-6.el7.x86_64 207/233
1730 Verifying : bzr-2.5.1-14.el7.x86_64 208/233
1731 Verifying : perl-AnyEvent-HTTP-2.22-1.el7.noarch 209/233
1732 Verifying : 2:vim-enhanced-7.4.160-1.el7.x86_64 210/233
1733 Verifying : 1:perl-Error-0.17020-2.el7.noarch 211/233
1734 Verifying : gdbm-devel-1.10-8.el7.x86_64 212/233
1735 Verifying : perl-ExtUtils-Install-1.58-286.el7.noarch 213/233
1736 Verifying : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 214/233
1737 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 215/233
1738 Verifying : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 216/233
1739 Verifying : python-backports-1.0-8.el7.x86_64 217/233
1740 Verifying : rpmdevtools-8.3-5.el7.noarch 218/233
1741 Verifying : unzip-6.0-15.el7.x86_64 219/233
1742 Verifying : libunwind-1.1-5.el7.x86_64 220/233
1743 Verifying : gdb-7.6.1-80.el7.x86_64 221/233
1744 Verifying : perl-Getopt-Long-2.40-2.el7.noarch 222/233
1745 Verifying : 1:perl-IO-Zlib-1.10-286.el7.noarch 223/233
1746 Verifying : cpp-4.8.5-4.el7.x86_64 224/233
1747 Verifying : redhat-rpm-config-9.1.0-68.el7.centos.noarch 225/233
1748 Verifying : python-requests-2.6.0-1.el7_1.noarch 226/233
1749 Verifying : perl-Switch-2.16-7.el7.noarch 227/233
1750 Verifying : python-chardet-2.2.1-1.el7_1.noarch 228/233
1751 Verifying : python-smmap-0.8.1-6.el7.noarch 229/233
1752 Verifying : python-gitdb-0.5.4-5.el7.x86_64 230/233
1753 Verifying : perl-Net-LibIDN-0.12-15.el7.x86_64 231/233
1754 Verifying : python-urllib3-1.10.2-2.el7_1.noarch 232/233
1755 Verifying : perl-Email-Date-Format-1.002-15.el7.noarch 233/233
1756
1757Installed:
1758 bodhi-client.noarch 0:0.9.8-4.el7
1759 bzr.x86_64 0:2.5.1-14.el7
1760 cvs.x86_64 0:1.11.23-35.el7
1761 fedora-easy-karma.noarch 0:0-0.26.20150921gitc932687a.el7
1762 fedora-packager.noarch 0:0.5.10.5-1.el7
1763 gcc.x86_64 0:4.8.5-4.el7
1764 git.x86_64 0:1.8.3.1-6.el7
1765 koji.noarch 0:1.10.1-1.el7.centos
1766 libuuid-devel.x86_64 0:2.23.2-26.el7
1767 mercurial.x86_64 0:2.6.2-4.el7
1768 mock.noarch 0:1.2.13-2.el7.centos
1769 net-tools.x86_64 0:2.0-0.17.20131004git.el7
1770 nginx.x86_64 1:1.6.3-7.el7
1771 perl-AnyEvent-HTTP.noarch 0:2.22-1.el7
1772 perl-Archive-Tar.noarch 0:1.92-2.el7
1773 perl-CPAN.noarch 0:1.9800-286.el7
1774 perl-CPAN-Meta.noarch 0:2.120921-5.el7
1775 perl-CPAN-Meta-Requirements.noarch 0:2.122-7.el7
1776 perl-CPAN-Meta-YAML.noarch 0:0.008-14.el7
1777 perl-DBD-SQLite.x86_64 0:1.39-3.el7
1778 perl-DBI.x86_64 0:1.627-4.el7
1779 perl-Data-UUID.x86_64 0:1.219-3.el7
1780 perl-DateTime.x86_64 2:1.04-5.el7
1781 perl-Email-Address.noarch 0:1.898-3.el7
1782 perl-Email-MIME.noarch 0:1.926-1.el7
1783 perl-ExtUtils-CBuilder.noarch 1:0.28.2.6-286.el7
1784 perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7
1785 perl-HTML-Parser.x86_64 0:3.71-4.el7
1786 perl-HTTP-Tiny.noarch 0:0.033-3.el7
1787 perl-IO-Socket-SSL.noarch 0:1.94-3.el7
1788 perl-JSON.noarch 0:2.59-2.el7
1789 perl-JSON-PP.noarch 0:2.27202-2.el7
1790 perl-JSON-XS.x86_64 1:3.01-2.el7
1791 perl-Locale-Maketext-Gettext.noarch 0:1.27-13.el7
1792 perl-Parse-CPAN-Meta.noarch 1:1.4404-5.el7
1793 perl-Switch.noarch 0:2.16-7.el7
1794 rpm-build.x86_64 0:4.11.3-17.el7
1795 rpmdevtools.noarch 0:8.3-5.el7
1796 screen.x86_64 0:4.1.0-0.21.20120314git3c2946.el7
1797 vim-enhanced.x86_64 2:7.4.160-1.el7
1798
1799Dependency Installed:
1800 GeoIP.x86_64 0:1.5.0-9.el7
1801 GitPython.noarch 0:0.3.2-0.6.RC1.el7
1802 btrfs-progs.x86_64 0:3.19.1-1.el7
1803 bzip2.x86_64 0:1.0.6-13.el7
1804 cpp.x86_64 0:4.8.5-4.el7
1805 createrepo_c.x86_64 0:0.9.0-1.el7.centos
1806 createrepo_c-libs.x86_64 0:0.9.0-1.el7.centos
1807 desktop-file-utils.x86_64 0:0.22-1.el7
1808 dwz.x86_64 0:0.11-3.el7
1809 e2fsprogs-libs.x86_64 0:1.42.9-7.el7
1810 elfutils.x86_64 0:0.163-3.el7
1811 emacs-filesystem.noarch 1:24.3-18.el7
1812 fedora-cert.noarch 0:0.5.10.5-1.el7
1813 fedpkg.noarch 0:1.20-1.el7
1814 file.x86_64 0:5.11-31.el7
1815 fipscheck.x86_64 0:1.4.1-5.el7
1816 fipscheck-lib.x86_64 0:1.4.1-5.el7
1817 fontconfig.x86_64 0:2.10.95-7.el7
1818 fontpackages-filesystem.noarch 0:1.44-8.el7
1819 freetype.x86_64 0:2.4.11-11.el7
1820 gd.x86_64 0:2.0.35-26.el7
1821 gdb.x86_64 0:7.6.1-80.el7
1822 gdbm-devel.x86_64 0:1.10-8.el7
1823 glibc-devel.x86_64 0:2.17-106.el7_2.1
1824 glibc-headers.x86_64 0:2.17-106.el7_2.1
1825 gperftools-libs.x86_64 0:2.4-7.el7
1826 gpm-libs.x86_64 0:1.20.7-5.el7
1827 groff-base.x86_64 0:1.22.2-8.el7
1828 kernel-headers.x86_64 0:3.10.0-327.3.1.el7
1829 krb5-workstation.x86_64 0:1.13.2-10.el7
1830 less.x86_64 0:458-9.el7
1831 libX11.x86_64 0:1.6.3-2.el7
1832 libX11-common.noarch 0:1.6.3-2.el7
1833 libXau.x86_64 0:1.0.8-2.1.el7
1834 libXpm.x86_64 0:3.5.11-3.el7
1835 libdb-devel.x86_64 0:5.3.21-19.el7
1836 libedit.x86_64 0:3.0-12.20121213cvs.el7
1837 libgnome-keyring.x86_64 0:3.8.0-3.el7
1838 libgomp.x86_64 0:4.8.5-4.el7
1839 libjpeg-turbo.x86_64 0:1.2.90-5.el7
1840 libmpc.x86_64 0:1.0.1-3.el7
1841 libpipeline.x86_64 0:1.2.3-3.el7
1842 libpng.x86_64 2:1.5.13-7.el7_2
1843 libunwind.x86_64 0:1.1-5.el7
1844 libusbx.x86_64 0:1.0.15-4.el7
1845 libxcb.x86_64 0:1.11-4.el7
1846 libxslt.x86_64 0:1.1.28-5.el7
1847 libyubikey.x86_64 0:1.13-1.el7
1848 lzo.x86_64 0:2.06-8.el7
1849 mailcap.noarch 0:2.1.41-2.el7
1850 make.x86_64 1:3.82-21.el7
1851 man-db.x86_64 0:2.6.3-9.el7
1852 mpfr.x86_64 0:3.1.1-4.el7
1853 nginx-filesystem.noarch 1:1.6.3-7.el7
1854 openssh.x86_64 0:6.6.1p1-22.el7
1855 openssh-clients.x86_64 0:6.6.1p1-22.el7
1856 openssl.x86_64 1:1.0.1e-51.el7_2.1
1857 packagedb-cli.noarch 0:2.8.2-1.el7
1858 patch.x86_64 0:2.7.1-8.el7
1859 perl.x86_64 4:5.16.3-286.el7
1860 perl-AnyEvent.x86_64 0:7.07-3.el7
1861 perl-Business-ISBN.noarch 0:2.06-2.el7
1862 perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7
1863 perl-Carp.noarch 0:1.26-244.el7
1864 perl-Class-Load.noarch 0:0.20-3.el7
1865 perl-Class-Singleton.noarch 0:1.4-14.el7
1866 perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7
1867 perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7
1868 perl-Data-Dumper.x86_64 0:2.145-3.el7
1869 perl-Data-OptList.noarch 0:0.107-9.el7
1870 perl-DateTime-Locale.noarch 0:0.45-6.el7
1871 perl-DateTime-TimeZone.noarch 0:1.63-2.el7
1872 perl-Digest.noarch 0:1.17-245.el7
1873 perl-Digest-MD5.x86_64 0:2.52-3.el7
1874 perl-Digest-SHA.x86_64 1:5.85-3.el7
1875 perl-Email-Date-Format.noarch 0:1.002-15.el7
1876 perl-Email-MIME-ContentType.noarch 0:1.017-1.el7
1877 perl-Email-MIME-Encodings.noarch 0:1.315-1.el7
1878 perl-Email-MessageID.noarch 0:1.404-1.el7
1879 perl-Email-Simple.noarch 0:2.203-1.el7
1880 perl-Encode.x86_64 0:2.51-7.el7
1881 perl-Encode-Locale.noarch 0:1.03-5.el7
1882 perl-Error.noarch 1:0.17020-2.el7
1883 perl-Exporter.noarch 0:5.68-3.el7
1884 perl-ExtUtils-Install.noarch 0:1.58-286.el7
1885 perl-ExtUtils-Manifest.noarch 0:1.61-244.el7
1886 perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7
1887 perl-File-Path.noarch 0:2.09-2.el7
1888 perl-File-Temp.noarch 0:0.23.01-3.el7
1889 perl-Filter.x86_64 0:1.49-3.el7
1890 perl-Getopt-Long.noarch 0:2.40-2.el7
1891 perl-Git.noarch 0:1.8.3.1-6.el7
1892 perl-HTML-Tagset.noarch 0:3.20-15.el7
1893 perl-HTTP-Date.noarch 0:6.02-8.el7
1894 perl-HTTP-Message.noarch 0:6.06-6.el7
1895 perl-IO-Compress.noarch 0:2.061-2.el7
1896 perl-IO-HTML.noarch 0:1.00-2.el7
1897 perl-IO-Socket-IP.noarch 0:0.21-4.el7
1898 perl-IO-Zlib.noarch 1:1.10-286.el7
1899 perl-IPC-Cmd.noarch 1:0.80-4.el7
1900 perl-LWP-MediaTypes.noarch 0:6.02-2.el7
1901 perl-List-MoreUtils.x86_64 0:0.33-9.el7
1902 perl-Locale-Maketext.noarch 0:1.23-3.el7
1903 perl-Locale-Maketext-Simple.noarch 1:0.21-286.el7
1904 perl-MIME-Types.noarch 0:1.38-2.el7
1905 perl-Module-CoreList.noarch 1:2.76.02-286.el7
1906 perl-Module-Implementation.noarch 0:0.06-6.el7
1907 perl-Module-Load.noarch 1:0.24-3.el7
1908 perl-Module-Load-Conditional.noarch 0:0.54-3.el7
1909 perl-Module-Metadata.noarch 0:1.000018-2.el7
1910 perl-Module-Runtime.noarch 0:0.013-4.el7
1911 perl-Net-Daemon.noarch 0:0.48-5.el7
1912 perl-Net-LibIDN.x86_64 0:0.12-15.el7
1913 perl-Net-SSLeay.x86_64 0:1.55-3.el7
1914 perl-Package-Constants.noarch 1:0.02-286.el7
1915 perl-Package-DeprecationManager.noarch 0:0.13-7.el7
1916 perl-Package-Stash.noarch 0:0.34-2.el7
1917 perl-Package-Stash-XS.x86_64 0:0.26-3.el7
1918 perl-Params-Check.noarch 1:0.38-2.el7
1919 perl-Params-Util.x86_64 0:1.07-6.el7
1920 perl-Params-Validate.x86_64 0:1.08-4.el7
1921 perl-PathTools.x86_64 0:3.40-5.el7
1922 perl-Perl-OSType.noarch 0:1.003-3.el7
1923 perl-PlRPC.noarch 0:0.2020-14.el7
1924 perl-Pod-Escapes.noarch 1:1.04-286.el7
1925 perl-Pod-Perldoc.noarch 0:3.20-4.el7
1926 perl-Pod-Simple.noarch 1:3.28-4.el7
1927 perl-Pod-Usage.noarch 0:1.63-3.el7
1928 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
1929 perl-Socket.x86_64 0:2.010-3.el7
1930 perl-Storable.x86_64 0:2.45-3.el7
1931 perl-Sub-Install.noarch 0:0.926-6.el7
1932 perl-Task-Weaken.noarch 0:1.04-6.el7
1933 perl-TermReadKey.x86_64 0:2.30-20.el7
1934 perl-Test-Harness.noarch 0:3.28-3.el7
1935 perl-Text-ParseWords.noarch 0:3.29-4.el7
1936 perl-Thread-Queue.noarch 0:3.02-2.el7
1937 perl-Time-HiRes.x86_64 4:1.9725-3.el7
1938 perl-Time-Local.noarch 0:1.2300-2.el7
1939 perl-TimeDate.noarch 1:2.30-2.el7
1940 perl-Try-Tiny.noarch 0:0.12-2.el7
1941 perl-Types-Serialiser.noarch 0:1.0-1.el7
1942 perl-URI.noarch 0:1.60-9.el7
1943 perl-common-sense.noarch 0:3.6-4.el7
1944 perl-constant.noarch 0:1.27-2.el7
1945 perl-devel.x86_64 4:5.16.3-286.el7
1946 perl-libs.x86_64 4:5.16.3-286.el7
1947 perl-local-lib.noarch 0:1.008010-3.el7
1948 perl-macros.x86_64 4:5.16.3-286.el7
1949 perl-parent.noarch 1:0.225-244.el7
1950 perl-podlators.noarch 0:2.5.1-3.el7
1951 perl-srpm-macros.noarch 0:1-8.el7
1952 perl-threads.x86_64 0:1.87-4.el7
1953 perl-threads-shared.x86_64 0:1.43-6.el7
1954 perl-version.x86_64 3:0.99.07-2.el7
1955 pigz.x86_64 0:2.3.3-1.el7.centos
1956 pyOpenSSL.x86_64 0:0.13.1-3.el7
1957 pyparsing.noarch 0:1.5.6-9.el7
1958 pyrpkg.noarch 0:1.35-2.el7
1959 python-async.x86_64 0:0.6.1-6.el7
1960 python-backports.x86_64 0:1.0-8.el7
1961 python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7
1962 python-beautifulsoup4.noarch 0:4.3.2-1.el7
1963 python-bugzilla.noarch 0:1.2.2-1.el7
1964 python-chardet.noarch 0:2.2.1-1.el7_1
1965 python-dockerfile-parse.noarch 0:0.0.5-1.el7
1966 python-fedora.noarch 0:0.6.4-1.el7
1967 python-gitdb.x86_64 0:0.5.4-5.el7
1968 python-html5lib.noarch 1:0.999-5.el7
1969 python-kitchen.noarch 0:1.1.1-5.el7
1970 python-krbV.x86_64 0:1.0.90-8.el7
1971 python-lockfile.noarch 1:0.9.1-4.el7.centos
1972 python-magic.noarch 0:5.11-31.el7
1973 python-munch.noarch 0:2.0.2-2.el7.centos
1974 python-osbs-client.noarch 0:0.15-1.el7
1975 python-requests.noarch 0:2.6.0-1.el7_1
1976 python-setuptools.noarch 0:0.9.8-4.el7
1977 python-simplejson.x86_64 0:3.3.3-1.el7
1978 python-six.noarch 0:1.9.0-2.el7
1979 python-smmap.noarch 0:0.8.1-6.el7
1980 python-urllib3.noarch 0:1.10.2-2.el7_1
1981 redhat-rpm-config.noarch 0:9.1.0-68.el7.centos
1982 rpmlint.noarch 0:1.5-4.el7
1983 rsync.x86_64 0:3.0.9-17.el7
1984 systemtap-sdt-devel.x86_64 0:2.8-10.el7
1985 unzip.x86_64 0:6.0-15.el7
1986 usermode.x86_64 0:1.111-5.el7
1987 vim-common.x86_64 2:7.4.160-1.el7
1988 vim-filesystem.x86_64 2:7.4.160-1.el7
1989 which.x86_64 0:2.20-7.el7
1990 ykpers.x86_64 0:1.17.2-3.el7
1991 yum-utils.noarch 0:1.1.31-34.el7
1992 zip.x86_64 0:3.0-10.el7
1993
1994Complete!
1995 ---> b710bfea393f
1996Removing intermediate container 679edeeee120
1997Step 3 : RUN ( sleep 1; echo "yes"; ) | perl -MCPAN -e shell || :
1998 ---> Running in f931fac0780f
1999
2000CPAN.pm requires configuration, but most of it can be done automatically.
2001If you answer 'no' below, you will enter an interactive dialog for each
2002configuration option instead.
2003
2004Would you like to configure as much as possible automatically? [yes]
2005 <install_help>
2006
2007Warning: You do not have write permission for Perl library directories.
2008
2009To install modules, you need to configure a local Perl library directory or
2010escalate your privileges. CPAN can help you by bootstrapping the local::lib
2011module or by configuring itself to use 'sudo' (if available). You may also
2012resolve this problem manually if you need to customize your setup.
2013
2014What approach do you want? (Choose 'local::lib', 'sudo' or 'manual')
2015 [local::lib] local::lib
2016
2017Autoconfigured everything but 'urllist'.
2018
2019Now you need to choose your CPAN mirror sites. You can let me
2020pick mirrors for you, you can select them from a list or you
2021can enter them by hand.
2022
2023Would you like me to automatically choose some CPAN mirror
2024sites for you? (This means connecting to the Internet) [yes] yes
2025Trying to fetch a mirror list from the Internet
2026Fetching with HTTP::Tiny:
2027http://www.perl.org/CPAN/MIRRORED.BY
2028
2029Looking for CPAN mirrors near you (please be patient)
2030....................... done!
2031
2032New urllist
2033 http://cpan.dcc.uchile.cl/
2034 http://mirror.nbtelecom.com.br/CPAN/
2035 http://cpan.mmgdesigns.com.ar/
2036
2037Autoconfiguration complete.
2038
2039Attempting to bootstrap local::lib...
2040
2041Writing /root/.cpan/CPAN/MyConfig.pm for bootstrap...
2042commit: wrote '/root/.cpan/CPAN/MyConfig.pm'
2043Fetching with HTTP::Tiny:
2044http://cpan.dcc.uchile.cl/authors/01mailrc.txt.gz
2045Reading '/root/.cpan/sources/authors/01mailrc.txt.gz'
2046............................................................................DONE
2047Fetching with HTTP::Tiny:
2048http://cpan.dcc.uchile.cl/modules/02packages.details.txt.gz
2049Reading '/root/.cpan/sources/modules/02packages.details.txt.gz'
2050 Database was generated on Tue, 29 Dec 2015 16:41:02 GMT
2051..............
2052 New CPAN.pm version (v2.10) available.
2053 [Currently running version is v1.9800]
2054 You might want to try
2055 install CPAN
2056 reload cpan
2057 to both upgrade CPAN.pm and run the new version without leaving
2058 the current session.
2059
2060
2061..............................................................DONE
2062Fetching with HTTP::Tiny:
2063http://cpan.dcc.uchile.cl/modules/03modlist.data.gz
2064Reading '/root/.cpan/sources/modules/03modlist.data.gz'
2065DONE
2066Writing /root/.cpan/Metadata
2067Running make for H/HA/HAARG/local-lib-2.000018.tar.gz
2068Fetching with HTTP::Tiny:
2069http://cpan.dcc.uchile.cl/authors/id/H/HA/HAARG/local-lib-2.000018.tar.gz
2070Fetching with HTTP::Tiny:
2071http://cpan.dcc.uchile.cl/authors/id/H/HA/HAARG/CHECKSUMS
2072Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/local-lib-2.000018.tar.gz ok
2073
2074 CPAN.pm: Building H/HA/HAARG/local-lib-2.000018.tar.gz
2075
2076Attempting to create directory /root/perl5
2077
2078Dispatching deprecated method 'CPAN::Config::load' to CPAN::HandleConfig
2079
2080Dispatching deprecated method 'CPAN::Config::load' to CPAN::HandleConfig
2081Reading '/root/.cpan/Metadata'
2082 Database was generated on Tue, 29 Dec 2015 16:41:02 GMT
2083Running install for module 'ExtUtils::MakeMaker'
2084Running make for B/BI/BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2085Fetching with HTTP::Tiny:
2086http://cpan.dcc.uchile.cl/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2087Fetching with HTTP::Tiny:
2088http://cpan.dcc.uchile.cl/authors/id/B/BI/BINGOS/CHECKSUMS
2089Checksum for /root/.cpan/sources/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.10.tar.gz ok
2090
2091 CPAN.pm: Building B/BI/BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2092
2093Using included version of JSON::PP (2.27203) as it is newer than the installed version (2.27202).
2094Using included version of Parse::CPAN::Meta (1.4405) as it is newer than the installed version (1.4404).
2095Using included version of CPAN::Meta::Requirements (2.127) as it is newer than the installed version (2.122).
2096Using included version of ExtUtils::Manifest (1.65) as it is newer than the installed version (1.61).
2097Checking if your kit is complete...
2098Looks good
2099Generating a Unix-style Makefile
2100Writing Makefile for ExtUtils::MakeMaker
2101Writing MYMETA.yml and MYMETA.json
2102cp inc/ExtUtils/Manifest.pm blib/lib/ExtUtils/Manifest.pm
2103cp lib/ExtUtils/MM_VOS.pm blib/lib/ExtUtils/MM_VOS.pm
2104cp lib/ExtUtils/Mksymlists.pm blib/lib/ExtUtils/Mksymlists.pm
2105cp lib/ExtUtils/MakeMaker/version/regex.pm blib/lib/ExtUtils/MakeMaker/version/regex.pm
2106cp lib/ExtUtils/MM.pm blib/lib/ExtUtils/MM.pm
2107cp inc/JSON/PP.pm blib/lib/JSON/PP.pm
2108cp lib/ExtUtils/MM_UWIN.pm blib/lib/ExtUtils/MM_UWIN.pm
2109cp lib/ExtUtils/testlib.pm blib/lib/ExtUtils/testlib.pm
2110cp lib/ExtUtils/MM_DOS.pm blib/lib/ExtUtils/MM_DOS.pm
2111cp lib/ExtUtils/MM_Cygwin.pm blib/lib/ExtUtils/MM_Cygwin.pm
2112cp lib/ExtUtils/MM_Win95.pm blib/lib/ExtUtils/MM_Win95.pm
2113cp lib/ExtUtils/Liblist.pm blib/lib/ExtUtils/Liblist.pm
2114cp lib/ExtUtils/MM_Darwin.pm blib/lib/ExtUtils/MM_Darwin.pm
2115cp inc/CPAN/Meta/Requirements.pm blib/lib/CPAN/Meta/Requirements.pm
2116cp lib/ExtUtils/MM_AIX.pm blib/lib/ExtUtils/MM_AIX.pm
2117cp lib/ExtUtils/Mkbootstrap.pm blib/lib/ExtUtils/Mkbootstrap.pm
2118cp lib/ExtUtils/Liblist/Kid.pm blib/lib/ExtUtils/Liblist/Kid.pm
2119cp lib/ExtUtils/MakeMaker/FAQ.pod blib/lib/ExtUtils/MakeMaker/FAQ.pod
2120cp inc/ExtUtils/MANIFEST.SKIP blib/lib/ExtUtils/MANIFEST.SKIP
2121cp lib/ExtUtils/MM_NW5.pm blib/lib/ExtUtils/MM_NW5.pm
2122cp lib/ExtUtils/MakeMaker/version/vpp.pm blib/lib/ExtUtils/MakeMaker/version/vpp.pm
2123cp lib/ExtUtils/MakeMaker/Locale.pm blib/lib/ExtUtils/MakeMaker/Locale.pm
2124cp lib/ExtUtils/MM_OS2.pm blib/lib/ExtUtils/MM_OS2.pm
2125cp lib/ExtUtils/MakeMaker.pm blib/lib/ExtUtils/MakeMaker.pm
2126cp lib/ExtUtils/Command.pm blib/lib/ExtUtils/Command.pm
2127cp lib/ExtUtils/MM_Unix.pm blib/lib/ExtUtils/MM_Unix.pm
2128cp inc/JSON/PP/Boolean.pm blib/lib/JSON/PP/Boolean.pm
2129cp lib/ExtUtils/MM_Win32.pm blib/lib/ExtUtils/MM_Win32.pm
2130cp lib/ExtUtils/MY.pm blib/lib/ExtUtils/MY.pm
2131cp lib/ExtUtils/MM_MacOS.pm blib/lib/ExtUtils/MM_MacOS.pm
2132cp lib/ExtUtils/MM_VMS.pm blib/lib/ExtUtils/MM_VMS.pm
2133cp lib/ExtUtils/MM_BeOS.pm blib/lib/ExtUtils/MM_BeOS.pm
2134cp lib/ExtUtils/MakeMaker/Tutorial.pod blib/lib/ExtUtils/MakeMaker/Tutorial.pod
2135cp lib/ExtUtils/MM_QNX.pm blib/lib/ExtUtils/MM_QNX.pm
2136cp lib/ExtUtils/Command/MM.pm blib/lib/ExtUtils/Command/MM.pm
2137cp lib/ExtUtils/MakeMaker/Config.pm blib/lib/ExtUtils/MakeMaker/Config.pm
2138cp inc/Parse/CPAN/Meta.pm blib/lib/Parse/CPAN/Meta.pm
2139cp lib/ExtUtils/MakeMaker/version.pm blib/lib/ExtUtils/MakeMaker/version.pm
2140cp lib/ExtUtils/MM_Any.pm blib/lib/ExtUtils/MM_Any.pm
2141cp bin/instmodsh blib/script/instmodsh
2142"/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/instmodsh
2143Manifying 1 pod document
2144Manifying 34 pod documents
2145 BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2146 /usr/bin/make -- OK
2147'YAML' not installed, will not store persistent state
2148Running make test
2149PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2150t/00compile.t ............. ok
2151t/01perl_bugs.t ........... ok
2152t/arch_check.t ............ ok
2153t/backwards.t ............. ok
2154t/basic.t ................. ok
2155t/build_man.t ............. ok
2156t/cd.t .................... ok
2157t/config.t ................ ok
2158t/cp.t .................... ok
2159t/dir_target.t ............ ok
2160t/echo.t .................. ok
2161t/eu_command.t ............ ok
2162t/FIRST_MAKEFILE.t ........ ok
2163t/fix_libs.t .............. ok
2164t/fixin.t ................. ok
2165t/hints.t ................. ok
2166t/INST.t .................. ok
2167t/INST_PREFIX.t ........... ok
2168t/INSTALL_BASE.t .......... ok
2169t/installed_file.t ........ ok
2170t/is_of_type.t ............ ok
2171t/Liblist.t ............... ok
2172Unrecognized argument in LIBS ignored: 'unreal_test'
2173Unrecognized argument in LIBS ignored: 'unreal_test'
2174t/Liblist_Kid.t ........... ok
2175t/make.t .................. ok
2176t/MakeMaker_Parameters.t .. ok
2177t/maketext_filter.t ....... ok
2178t/meta_convert.t .......... ok
2179t/metafile_data.t ......... ok
2180t/metafile_file.t ......... ok
2181t/min_perl_version.t ...... ok
2182t/miniperl.t .............. skipped: miniperl test only necessary for the perl core
2183t/Mkbootstrap.t ........... ok
2184t/MM_Any.t ................ ok
2185t/MM_BeOS.t ............... skipped: This is not BeOS
2186t/MM_Cygwin.t ............. skipped: This is not cygwin
2187t/MM_NW5.t ................ skipped: This is not NW5
2188t/MM_OS2.t ................ skipped: This is not OS/2
2189t/MM_Unix.t ............... ok
2190t/MM_VMS.t ................ skipped: This is not VMS
2191t/MM_Win32.t .............. skipped: This is not Win32
2192t/oneliner.t .............. ok
2193t/parse_abstract.t ........ ok
2194t/parse_version.t ......... ok
2195t/PL_FILES.t .............. ok
2196t/pm.t .................... ok
2197t/pm_to_blib.t ............ ok
2198t/pod2man.t ............... ok
2199t/postamble.t ............. ok
2200t/prefixify.t ............. ok
2201t/prereq.t ................ ok
2202t/prereq_print.t .......... ok
2203t/problems.t .............. ok
2204t/prompt.t ................ ok
2205t/recurs.t ................ ok
2206t/revision.t .............. ok
2207t/several_authors.t ....... ok
2208t/split_command.t ......... ok
2209t/test_boilerplate.t ...... ok
2210t/testlib.t ............... ok
2211t/unicode.t ............... ok
2212t/VERSION_FROM.t .......... ok
2213t/vstrings.t .............. ok
2214t/WriteEmptyMakefile.t .... ok
2215t/writemakefile_args.t .... ok
2216
2217# Failed test ' make test exited normally'
2218# at t/xs.t line 51.
2219# got: '512'
2220# expected: '0'
2221# make[1]: Entering directory `/root/.cpan/build/ExtUtils-MakeMaker-7.10-NjnrDs/t/XS-Test'
2222# Running Mkbootstrap for XS::Test ()
2223# chmod 644 "Test.bs"
2224# PERL_DL_NONLAZY=1 "/usr/bin/perl" -w "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2225# Can't locate Test/More.pm in @INC (@INC contains: /root/.cpan/build/ExtUtils-MakeMaker-7.10-NjnrDs/t/XS-Test/blib/lib /root/.cpan/build/ExtUtils-MakeMaker-7.10-NjnrDs/t/XS-Test/blib/arch /root/.cpan/build/ExtUtils-MakeMaker-7.10-NjnrDs/t/../blib/lib /root/.cpan/build/ExtUtils-MakeMaker-7.10-NjnrDs/blib/lib /root/.cpan/build/ExtUtils-MakeMaker-7.10-NjnrDs/blib/arch blib/arch blib/lib /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3 /root/perl5/lib/perl5/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3 /root/perl5/lib/perl5/x86_64-linux-thread-multi /root/perl5/lib/perl5 /root/.cpan/build/ExtUtils-MakeMaker-7.10-NjnrDs/t/../blib/lib /root/.cpan/build/ExtUtils-MakeMaker-7.10-NjnrDs/blib/lib /root/.cpan/build/ExtUtils-MakeMaker-7.10-NjnrDs/blib/arch blib/arch blib/lib /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3 /root/perl5/lib/perl5/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3 /root/perl5/lib/perl5/x86_64-linux-thread-multi /root/perl5/lib/perl5 /root/perl5/lib/perl5/5.16.3/x86_64-linux-thread-multi /root/perl5/lib/perl5/5.16.3 /root/perl5/lib/perl5/x86_64-linux-thread-multi /root/perl5/lib/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/is_even.t line 3.
2226# BEGIN failed--compilation aborted at t/is_even.t line 3.
2227# t/is_even.t ..
2228# Dubious, test returned 2 (wstat 512, 0x200)
2229# No subtests run
2230#
2231# Test Summary Report
2232# -------------------
2233# t/is_even.t (Wstat: 512 Tests: 0 Failed: 0)
2234# Non-zero exit status: 2
2235# Parse errors: No plan found in TAP output
2236# Files=1, Tests=0, 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU)
2237# Result: FAIL
2238# Failed 1/1 test programs. 0/0 subtests failed.
2239# make[1]: *** [test_dynamic] Error 2
2240# make[1]: Leaving directory `/root/.cpan/build/ExtUtils-MakeMaker-7.10-NjnrDs/t/XS-Test'
2241# Looks like you failed 1 test of 5.
2242t/xs.t ....................
2243Dubious, test returned 1 (wstat 256, 0x100)
2244Failed 1/5 subtests
2245
2246Test Summary Report
2247-------------------
2248t/xs.t (Wstat: 256 Tests: 5 Failed: 1)
2249 Failed test: 5
2250 Non-zero exit status: 1
2251Files=65, Tests=1146, 42 wallclock secs ( 0.48 usr 0.11 sys + 29.10 cusr 6.86 csys = 36.55 CPU)
2252Result: FAIL
2253Failed 1/65 test programs. 1/1146 subtests failed.
2254make: *** [test_dynamic] Error 1
2255 BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2256 /usr/bin/make test -- NOT OK
2257//hint// to see the cpan-testers results for installing this module, try:
2258 reports BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2259Running make install
2260Manifying 1 pod document
2261Manifying 34 pod documents
2262Installing /root/perl5/lib/perl5/JSON/PP.pm
2263Installing /root/perl5/lib/perl5/JSON/PP/Boolean.pm
2264Installing /root/perl5/lib/perl5/Parse/CPAN/Meta.pm
2265Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker.pm
2266Installing /root/perl5/lib/perl5/ExtUtils/MM_Any.pm
2267Installing /root/perl5/lib/perl5/ExtUtils/MM.pm
2268Installing /root/perl5/lib/perl5/ExtUtils/Manifest.pm
2269Installing /root/perl5/lib/perl5/ExtUtils/MM_Cygwin.pm
2270Installing /root/perl5/lib/perl5/ExtUtils/MM_Win95.pm
2271Installing /root/perl5/lib/perl5/ExtUtils/MM_Unix.pm
2272Installing /root/perl5/lib/perl5/ExtUtils/MM_DOS.pm
2273Installing /root/perl5/lib/perl5/ExtUtils/MM_NW5.pm
2274Installing /root/perl5/lib/perl5/ExtUtils/MM_BeOS.pm
2275Installing /root/perl5/lib/perl5/ExtUtils/MM_OS2.pm
2276Installing /root/perl5/lib/perl5/ExtUtils/MM_MacOS.pm
2277Installing /root/perl5/lib/perl5/ExtUtils/MM_Win32.pm
2278Installing /root/perl5/lib/perl5/ExtUtils/Command.pm
2279Installing /root/perl5/lib/perl5/ExtUtils/testlib.pm
2280Installing /root/perl5/lib/perl5/ExtUtils/MY.pm
2281Installing /root/perl5/lib/perl5/ExtUtils/Mkbootstrap.pm
2282Installing /root/perl5/lib/perl5/ExtUtils/MM_VMS.pm
2283Installing /root/perl5/lib/perl5/ExtUtils/MANIFEST.SKIP
2284Installing /root/perl5/lib/perl5/ExtUtils/MM_UWIN.pm
2285Installing /root/perl5/lib/perl5/ExtUtils/Mksymlists.pm
2286Installing /root/perl5/lib/perl5/ExtUtils/MM_VOS.pm
2287Installing /root/perl5/lib/perl5/ExtUtils/MM_QNX.pm
2288Installing /root/perl5/lib/perl5/ExtUtils/MM_Darwin.pm
2289Installing /root/perl5/lib/perl5/ExtUtils/MM_AIX.pm
2290Installing /root/perl5/lib/perl5/ExtUtils/Liblist.pm
2291Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/FAQ.pod
2292Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/Tutorial.pod
2293Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/Config.pm
2294Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/Locale.pm
2295Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/version.pm
2296Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/version/regex.pm
2297Installing /root/perl5/lib/perl5/ExtUtils/MakeMaker/version/vpp.pm
2298Installing /root/perl5/lib/perl5/ExtUtils/Command/MM.pm
2299Installing /root/perl5/lib/perl5/ExtUtils/Liblist/Kid.pm
2300Installing /root/perl5/lib/perl5/CPAN/Meta/Requirements.pm
2301Installing /root/perl5/man/man1/instmodsh.1
2302Installing /root/perl5/man/man3/ExtUtils::Command::MM.3pm
2303Installing /root/perl5/man/man3/ExtUtils::MM_Win32.3pm
2304Installing /root/perl5/man/man3/ExtUtils::Command.3pm
2305Installing /root/perl5/man/man3/CPAN::Meta::Requirements.3pm
2306Installing /root/perl5/man/man3/ExtUtils::Manifest.3pm
2307Installing /root/perl5/man/man3/Parse::CPAN::Meta.3pm
2308Installing /root/perl5/man/man3/ExtUtils::MM_Any.3pm
2309Installing /root/perl5/man/man3/ExtUtils::MakeMaker::Config.3pm
2310Installing /root/perl5/man/man3/ExtUtils::testlib.3pm
2311Installing /root/perl5/man/man3/JSON::PP.3pm
2312Installing /root/perl5/man/man3/ExtUtils::MM.3pm
2313Installing /root/perl5/man/man3/ExtUtils::MM_VOS.3pm
2314Installing /root/perl5/man/man3/ExtUtils::MM_AIX.3pm
2315Installing /root/perl5/man/man3/ExtUtils::MM_DOS.3pm
2316Installing /root/perl5/man/man3/ExtUtils::MM_VMS.3pm
2317Installing /root/perl5/man/man3/ExtUtils::Mksymlists.3pm
2318Installing /root/perl5/man/man3/ExtUtils::MakeMaker::Locale.3pm
2319Installing /root/perl5/man/man3/ExtUtils::Mkbootstrap.3pm
2320Installing /root/perl5/man/man3/ExtUtils::MM_Cygwin.3pm
2321Installing /root/perl5/man/man3/ExtUtils::MM_OS2.3pm
2322Installing /root/perl5/man/man3/ExtUtils::Liblist.3pm
2323Installing /root/perl5/man/man3/ExtUtils::MM_NW5.3pm
2324Installing /root/perl5/man/man3/ExtUtils::MakeMaker::Tutorial.3pm
2325Installing /root/perl5/man/man3/ExtUtils::MM_Darwin.3pm
2326Installing /root/perl5/man/man3/ExtUtils::MM_BeOS.3pm
2327Installing /root/perl5/man/man3/ExtUtils::MakeMaker.3pm
2328Installing /root/perl5/man/man3/ExtUtils::MakeMaker::FAQ.3pm
2329Installing /root/perl5/man/man3/ExtUtils::MM_MacOS.3pm
2330Installing /root/perl5/man/man3/JSON::PP::Boolean.3pm
2331Installing /root/perl5/man/man3/ExtUtils::MM_Win95.3pm
2332Installing /root/perl5/man/man3/ExtUtils::MM_QNX.3pm
2333Installing /root/perl5/man/man3/ExtUtils::MY.3pm
2334Installing /root/perl5/man/man3/ExtUtils::MM_Unix.3pm
2335Installing /root/perl5/man/man3/ExtUtils::MM_UWIN.3pm
2336Installing /root/perl5/bin/instmodsh
2337Appending installation info to /root/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
2338 BINGOS/ExtUtils-MakeMaker-7.10.tar.gz
2339 /usr/bin/make install -- OK
2340
2341Checking if your kit is complete...
2342Looks good
2343Generating a Unix-style Makefile
2344Writing Makefile for local::lib
2345Writing MYMETA.yml and MYMETA.json
2346---- Unsatisfied dependencies detected during ----
2347---- HAARG/local-lib-2.000018.tar.gz ----
2348 Test::More [build_requires]
2349Running make test
2350 Delayed until after prerequisites
2351Running make install
2352 Delayed until after prerequisites
2353Tried to deactivate inactive local::lib '/root/perl5'
2354
2355local::lib is installed. You must now add the following environment variables
2356to your shell configuration files (or registry, if you are on Windows) and
2357then restart your command line shell and CPAN before installing modules:
2358
2359Use of uninitialized value $deactivating in numeric eq (==) at /usr/share/perl5/vendor_perl/local/lib.pm line 381.
2360Use of uninitialized value $deactivating in numeric eq (==) at /usr/share/perl5/vendor_perl/local/lib.pm line 383.
2361Use of uninitialized value $options{"interpolate"} in numeric eq (==) at /usr/share/perl5/vendor_perl/local/lib.pm line 424.
2362Use of uninitialized value $options{"interpolate"} in numeric eq (==) at /usr/share/perl5/vendor_perl/local/lib.pm line 424.
2363Use of uninitialized value $options{"interpolate"} in numeric eq (==) at /usr/share/perl5/vendor_perl/local/lib.pm line 424.
2364export PERL_LOCAL_LIB_ROOT="$PERL_LOCAL_LIB_ROOT:/root/perl5";
2365export PERL_MB_OPT="--install_base /root/perl5";
2366export PERL_MM_OPT="INSTALL_BASE=/root/perl5";
2367export PERL5LIB="/root/perl5/lib/perl5:$PERL5LIB";
2368export PATH="/root/perl5/bin:$PATH";
2369Use of uninitialized value $_[0] in substitution (s///) at /usr/share/perl5/File/Basename.pm line 341.
2370fileparse(): need a valid pathname at /usr/share/perl5/CPAN/FirstTime.pm line 1354.
2371 ---> 4515ef628edf
2372Removing intermediate container f931fac0780f
2373Step 4 : ADD bashrc /root/.bashrc
2374 ---> df45177d6c04
2375Removing intermediate container af99315113bf
2376Step 5 : WORKDIR /srv/
2377 ---> Running in b64472147c70
2378 ---> 6e84b0fbc720
2379Removing intermediate container b64472147c70
2380Step 6 : RUN git clone https://github.com/jmapio/jmap-perl.git jmap-perl.git
2381 ---> Running in 6f5ca59ca29f
2382Cloning into 'jmap-perl.git'...
2383 ---> 7ffbc9b9bd63
2384Removing intermediate container 6f5ca59ca29f
2385Step 7 : WORKDIR /srv/jmap-perl.git
2386 ---> Running in 4c1ef2b6aab5
2387 ---> 7b9b6d7950f9
2388Removing intermediate container 4c1ef2b6aab5
2389Step 8 : RUN echo notest install $(grep -r "^use " bin/ Email/ JMAP/ Mail/ AnyEvent/ | awk '{print $2}' | sed -re 's/;$//g' | sort -u | grep -vE "(base|constant|lib|strict|warnings)") | perl -MCPAN -e shell || :
2390 ---> Running in 15c573041d4a
2391
2392cpan shell -- CPAN exploration and modules installation (v1.9800)
2393Enter 'h' for help.
2394
2395cpan[1]> Reading '/root/.cpan/Metadata'
2396 Database was generated on Tue, 29 Dec 2015 16:41:02 GMT
2397Warning: Cannot install AnyEvent::Gmail, don't know what it is.
2398Try the command
2399
2400 i /AnyEvent::Gmail/
2401
2402to find objects with matching identifiers.
2403Warning: Cannot install Email::Sender::Transport::GmailSMTP, don't know what it is.
2404Try the command
2405
2406 i /Email::Sender::Transport::GmailSMTP/
2407
2408to find objects with matching identifiers.
2409Warning: Cannot install JMAP::API, don't know what it is.
2410Try the command
2411
2412 i /JMAP::API/
2413
2414to find objects with matching identifiers.
2415Warning: Cannot install JMAP::DB, don't know what it is.
2416Try the command
2417
2418 i /JMAP::DB/
2419
2420to find objects with matching identifiers.
2421Warning: Cannot install JMAP::GmailDB, don't know what it is.
2422Try the command
2423
2424 i /JMAP::GmailDB/
2425
2426to find objects with matching identifiers.
2427Warning: Cannot install JMAP::ImapDB, don't know what it is.
2428Try the command
2429
2430 i /JMAP::ImapDB/
2431
2432to find objects with matching identifiers.
2433Warning: Cannot install JMAP::Sync::Gmail, don't know what it is.
2434Try the command
2435
2436 i /JMAP::Sync::Gmail/
2437
2438to find objects with matching identifiers.
2439Warning: Cannot install JMAP::Sync::Standard, don't know what it is.
2440Try the command
2441
2442 i /JMAP::Sync::Standard/
2443
2444to find objects with matching identifiers.
2445Warning: Cannot install Mail::GmailTalk, don't know what it is.
2446Try the command
2447
2448 i /Mail::GmailTalk/
2449
2450to find objects with matching identifiers.
2451Warning: Cannot install OAuth2::Tiny, don't know what it is.
2452Try the command
2453
2454 i /OAuth2::Tiny/
2455
2456to find objects with matching identifiers.
2457Running install for module 'AnyEvent'
2458Running make for M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
2459Fetching with HTTP::Tiny:
2460http://cpan.dcc.uchile.cl/authors/id/M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
2461Fetching with HTTP::Tiny:
2462http://cpan.dcc.uchile.cl/authors/id/M/ML/MLEHMANN/CHECKSUMS
2463Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/AnyEvent-7.11.tar.gz ok
2464Scanning cache /root/.cpan/build for sizes
2465............................................................................DONE
2466---- Unsatisfied dependencies detected during ----
2467---- MLEHMANN/AnyEvent-7.11.tar.gz ----
2468 Canary::Stability [build_requires]
2469Skipping test because of notest pragma
2470Running make install
2471 Make had some problems, won't install
2472 Delayed until after prerequisites
2473Running install for module 'Canary::Stability'
2474Running make for M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
2475Fetching with HTTP::Tiny:
2476http://cpan.dcc.uchile.cl/authors/id/M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
2477Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/Canary-Stability-2006.tar.gz ok
2478
2479 CPAN.pm: Building M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
2480
2481Checking if your kit is complete...
2482Looks good
2483Writing Makefile for Canary::Stability
2484Writing MYMETA.yml and MYMETA.json
2485cp Stability.pm blib/lib/Canary/Stability.pm
2486Manifying blib/man3/Canary::Stability.3pm
2487 MLEHMANN/Canary-Stability-2006.tar.gz
2488 /usr/bin/make -- OK
2489'YAML' not installed, will not store persistent state
2490Skipping test because of notest pragma
2491Running make install
2492Manifying blib/man3/Canary::Stability.3pm
2493Installing /usr/local/share/perl5/Canary/Stability.pm
2494Installing /usr/local/share/man/man3/Canary::Stability.3pm
2495Appending installation info to /usr/lib64/perl5/perllocal.pod
2496 MLEHMANN/Canary-Stability-2006.tar.gz
2497 /usr/bin/make install -- OK
2498Running make for M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
2499
2500 CPAN.pm: Building M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
2501
2502
2503***
2504*** The stability canary says: chirp! chirp! (it seems to be quite happy)
2505***
2506*** Your version of perl (5.016003) is quite supported by AnyEvent, nothing
2507*** else to be said, hope it comes in handy.
2508***
2509
2510
2511***
2512*** The EV module is recommended for even better performance, unless you
2513*** have to use one of the other adaptors (Event, Glib, Tk, etc.).
2514*** The Async::Interrupt module is highly recommended to efficiently avoid
2515*** race conditions in/with other event loops.
2516***
2517*** This module does not have ANY dependencies, even if it might look
2518*** otherwise. If you are building a distribution package or have
2519*** difficulties installing this package due to dependencies, report this
2520*** to the packager as a bug.
2521***
2522*** This module is guaranteed to stay 100% pure-perl, full-featured
2523*** and performant, even without any of the optional modules.
2524***
2525
2526Checking if your kit is complete...
2527Looks good
2528Writing Makefile for AnyEvent
2529Writing MYMETA.yml and MYMETA.json
2530cp lib/AnyEvent/constants.pl blib/arch/AnyEvent/constants.pl
2531cp lib/AnyEvent/Strict.pm blib/lib/AnyEvent/Strict.pm
2532cp lib/AnyEvent/Log.pm blib/lib/AnyEvent/Log.pm
2533cp lib/AnyEvent/IO/IOAIO.pm blib/lib/AnyEvent/IO/IOAIO.pm
2534cp lib/AnyEvent/Impl/Glib.pm blib/lib/AnyEvent/Impl/Glib.pm
2535cp lib/AnyEvent/IO/Perl.pm blib/lib/AnyEvent/IO/Perl.pm
2536cp lib/AnyEvent/Impl/Tk.pm blib/lib/AnyEvent/Impl/Tk.pm
2537cp lib/AnyEvent/Impl/Cocoa.pm blib/lib/AnyEvent/Impl/Cocoa.pm
2538cp lib/AnyEvent/IO.pm blib/lib/AnyEvent/IO.pm
2539cp lib/AnyEvent/Intro.pod blib/lib/AnyEvent/Intro.pod
2540cp lib/AnyEvent/Impl/EventLib.pm blib/lib/AnyEvent/Impl/EventLib.pm
2541cp lib/AnyEvent/Socket.pm blib/lib/AnyEvent/Socket.pm
2542cp lib/AE.pm blib/lib/AE.pm
2543cp lib/AnyEvent/Impl/FLTK.pm blib/lib/AnyEvent/Impl/FLTK.pm
2544cp lib/AnyEvent/DNS.pm blib/lib/AnyEvent/DNS.pm
2545cp lib/AnyEvent/Util/uts46data.pl blib/lib/AnyEvent/Util/uts46data.pl
2546cp lib/AnyEvent/Impl/EV.pm blib/lib/AnyEvent/Impl/EV.pm
2547cp lib/AnyEvent/Util.pm blib/lib/AnyEvent/Util.pm
2548cp lib/AnyEvent/Impl/Event.pm blib/lib/AnyEvent/Impl/Event.pm
2549cp lib/AnyEvent/Debug.pm blib/lib/AnyEvent/Debug.pm
2550cp lib/AnyEvent/Impl/Perl.pm blib/lib/AnyEvent/Impl/Perl.pm
2551cp lib/AnyEvent/Impl/POE.pm blib/lib/AnyEvent/Impl/POE.pm
2552cp lib/AnyEvent/Impl/IOAsync.pm blib/lib/AnyEvent/Impl/IOAsync.pm
2553cp lib/AnyEvent/Loop.pm blib/lib/AnyEvent/Loop.pm
2554cp lib/AnyEvent/TLS.pm blib/lib/AnyEvent/TLS.pm
2555cp lib/AnyEvent/Impl/Irssi.pm blib/lib/AnyEvent/Impl/Irssi.pm
2556cp lib/AnyEvent/Util/idna.pl blib/lib/AnyEvent/Util/idna.pl
2557cp lib/AnyEvent/FAQ.pod blib/lib/AnyEvent/FAQ.pod
2558cp lib/AnyEvent.pm blib/lib/AnyEvent.pm
2559cp lib/AnyEvent/Impl/Qt.pm blib/lib/AnyEvent/Impl/Qt.pm
2560cp lib/AnyEvent/Handle.pm blib/lib/AnyEvent/Handle.pm
2561cp lib/AnyEvent/Impl/UV.pm blib/lib/AnyEvent/Impl/UV.pm
2562Manifying blib/man3/AnyEvent::Debug.3pm
2563Manifying blib/man3/AnyEvent::Impl::Perl.3pm
2564Manifying blib/man3/AnyEvent::Impl::POE.3pm
2565Manifying blib/man3/AnyEvent::Impl::IOAsync.3pm
2566Manifying blib/man3/AnyEvent::Strict.3pm
2567Manifying blib/man3/AnyEvent::Log.3pm
2568Manifying blib/man3/AnyEvent::IO::IOAIO.3pm
2569Manifying blib/man3/AnyEvent::Impl::Glib.3pm
2570Manifying blib/man3/AnyEvent::Loop.3pm
2571Manifying blib/man3/AnyEvent::TLS.3pm
2572Manifying blib/man3/AnyEvent::Impl::Tk.3pm
2573Manifying blib/man3/AnyEvent::IO::Perl.3pm
2574Manifying blib/man3/AnyEvent::Impl::Cocoa.3pm
2575Manifying blib/man3/AnyEvent::IO.3pm
2576Manifying blib/man3/AnyEvent::Impl::Irssi.3pm
2577Manifying blib/man3/AnyEvent::Impl::EventLib.3pm
2578Manifying blib/man3/AnyEvent::Intro.3pm
2579Manifying blib/man3/AnyEvent::FAQ.3pm
2580Manifying blib/man3/AnyEvent.3pm
2581Manifying blib/man3/AE.3pm
2582Manifying blib/man3/AnyEvent::Socket.3pm
2583Manifying blib/man3/AnyEvent::Impl::FLTK.3pm
2584Manifying blib/man3/AnyEvent::Impl::Qt.3pm
2585Manifying blib/man3/AnyEvent::Handle.3pm
2586Manifying blib/man3/AnyEvent::DNS.3pm
2587Manifying blib/man3/AnyEvent::Impl::EV.3pm
2588Manifying blib/man3/AnyEvent::Impl::UV.3pm
2589Manifying blib/man3/AnyEvent::Util.3pm
2590Manifying blib/man3/AnyEvent::Impl::Event.3pm
2591/usr/bin/perl "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl
2592 MLEHMANN/AnyEvent-7.11.tar.gz
2593 /usr/bin/make -- OK
2594Skipping test because of notest pragma
2595Running make install
2596Skip blib/arch/AnyEvent/constants.pl (unchanged)
2597Skip blib/lib/AnyEvent/Strict.pm (unchanged)
2598Skip blib/lib/AnyEvent/Log.pm (unchanged)
2599Skip blib/lib/AnyEvent/IO/IOAIO.pm (unchanged)
2600Skip blib/lib/AnyEvent/Impl/Glib.pm (unchanged)
2601Skip blib/lib/AnyEvent/IO/Perl.pm (unchanged)
2602Skip blib/lib/AnyEvent/Impl/Tk.pm (unchanged)
2603Skip blib/lib/AnyEvent/Impl/Cocoa.pm (unchanged)
2604Skip blib/lib/AnyEvent/IO.pm (unchanged)
2605Skip blib/lib/AnyEvent/Intro.pod (unchanged)
2606Skip blib/lib/AnyEvent/Impl/EventLib.pm (unchanged)
2607Skip blib/lib/AnyEvent/Socket.pm (unchanged)
2608Skip blib/lib/AE.pm (unchanged)
2609Skip blib/lib/AnyEvent/Impl/FLTK.pm (unchanged)
2610Skip blib/lib/AnyEvent/DNS.pm (unchanged)
2611Skip blib/lib/AnyEvent/Util/uts46data.pl (unchanged)
2612Skip blib/lib/AnyEvent/Impl/EV.pm (unchanged)
2613Skip blib/lib/AnyEvent/Util.pm (unchanged)
2614Skip blib/lib/AnyEvent/Impl/Event.pm (unchanged)
2615Skip blib/lib/AnyEvent/Debug.pm (unchanged)
2616Skip blib/lib/AnyEvent/Impl/Perl.pm (unchanged)
2617Skip blib/lib/AnyEvent/Impl/POE.pm (unchanged)
2618Skip blib/lib/AnyEvent/Impl/IOAsync.pm (unchanged)
2619Skip blib/lib/AnyEvent/Loop.pm (unchanged)
2620Skip blib/lib/AnyEvent/TLS.pm (unchanged)
2621Skip blib/lib/AnyEvent/Impl/Irssi.pm (unchanged)
2622Skip blib/lib/AnyEvent/Util/idna.pl (unchanged)
2623Skip blib/lib/AnyEvent/FAQ.pod (unchanged)
2624Skip blib/lib/AnyEvent.pm (unchanged)
2625Skip blib/lib/AnyEvent/Impl/Qt.pm (unchanged)
2626Skip blib/lib/AnyEvent/Handle.pm (unchanged)
2627Skip blib/lib/AnyEvent/Impl/UV.pm (unchanged)
2628Manifying blib/man3/AnyEvent::Debug.3pm
2629Manifying blib/man3/AnyEvent::Impl::Perl.3pm
2630Manifying blib/man3/AnyEvent::Impl::POE.3pm
2631Manifying blib/man3/AnyEvent::Impl::IOAsync.3pm
2632Manifying blib/man3/AnyEvent::Strict.3pm
2633/usr/bin/perl "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl
2634Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
2635Installing /usr/local/lib64/perl5/AnyEvent/constants.pl
2636Installing /usr/local/lib64/perl5/AE.pm
2637Installing /usr/local/lib64/perl5/AnyEvent.pm
2638Installing /usr/local/lib64/perl5/AnyEvent/Log.pm
2639Installing /usr/local/lib64/perl5/AnyEvent/DNS.pm
2640Installing /usr/local/lib64/perl5/AnyEvent/Handle.pm
2641Installing /usr/local/lib64/perl5/AnyEvent/FAQ.pod
2642Installing /usr/local/lib64/perl5/AnyEvent/IO.pm
2643Installing /usr/local/lib64/perl5/AnyEvent/TLS.pm
2644Installing /usr/local/lib64/perl5/AnyEvent/Socket.pm
2645Installing /usr/local/lib64/perl5/AnyEvent/Loop.pm
2646Installing /usr/local/lib64/perl5/AnyEvent/Strict.pm
2647Installing /usr/local/lib64/perl5/AnyEvent/Intro.pod
2648Installing /usr/local/lib64/perl5/AnyEvent/Util.pm
2649Installing /usr/local/lib64/perl5/AnyEvent/Debug.pm
2650Installing /usr/local/lib64/perl5/AnyEvent/IO/IOAIO.pm
2651Installing /usr/local/lib64/perl5/AnyEvent/IO/Perl.pm
2652Installing /usr/local/lib64/perl5/AnyEvent/Util/idna.pl
2653Installing /usr/local/lib64/perl5/AnyEvent/Util/uts46data.pl
2654Installing /usr/local/lib64/perl5/AnyEvent/Impl/UV.pm
2655Installing /usr/local/lib64/perl5/AnyEvent/Impl/POE.pm
2656Installing /usr/local/lib64/perl5/AnyEvent/Impl/EV.pm
2657Installing /usr/local/lib64/perl5/AnyEvent/Impl/Cocoa.pm
2658Installing /usr/local/lib64/perl5/AnyEvent/Impl/FLTK.pm
2659Installing /usr/local/lib64/perl5/AnyEvent/Impl/Qt.pm
2660Installing /usr/local/lib64/perl5/AnyEvent/Impl/Glib.pm
2661Installing /usr/local/lib64/perl5/AnyEvent/Impl/Tk.pm
2662Installing /usr/local/lib64/perl5/AnyEvent/Impl/Event.pm
2663Installing /usr/local/lib64/perl5/AnyEvent/Impl/Perl.pm
2664Installing /usr/local/lib64/perl5/AnyEvent/Impl/IOAsync.pm
2665Installing /usr/local/lib64/perl5/AnyEvent/Impl/Irssi.pm
2666Installing /usr/local/lib64/perl5/AnyEvent/Impl/EventLib.pm
2667Installing /usr/local/share/man/man3/AnyEvent::Impl::Qt.3pm
2668Installing /usr/local/share/man/man3/AnyEvent::Log.3pm
2669Installing /usr/local/share/man/man3/AnyEvent::Handle.3pm
2670Installing /usr/local/share/man/man3/AnyEvent::Impl::EV.3pm
2671Installing /usr/local/share/man/man3/AnyEvent::Impl::Event.3pm
2672Installing /usr/local/share/man/man3/AnyEvent::Util.3pm
2673Installing /usr/local/share/man/man3/AnyEvent::Impl::Irssi.3pm
2674Installing /usr/local/share/man/man3/AnyEvent::Impl::UV.3pm
2675Installing /usr/local/share/man/man3/AnyEvent::Intro.3pm
2676Installing /usr/local/share/man/man3/AnyEvent::Impl::FLTK.3pm
2677Installing /usr/local/share/man/man3/AnyEvent::Loop.3pm
2678Installing /usr/local/share/man/man3/AnyEvent::Impl::Cocoa.3pm
2679Installing /usr/local/share/man/man3/AnyEvent::Strict.3pm
2680Installing /usr/local/share/man/man3/AnyEvent::IO::IOAIO.3pm
2681Installing /usr/local/share/man/man3/AnyEvent::Impl::IOAsync.3pm
2682Installing /usr/local/share/man/man3/AnyEvent::Impl::POE.3pm
2683Installing /usr/local/share/man/man3/AnyEvent::Impl::Glib.3pm
2684Installing /usr/local/share/man/man3/AE.3pm
2685Installing /usr/local/share/man/man3/AnyEvent::Impl::Perl.3pm
2686Installing /usr/local/share/man/man3/AnyEvent::DNS.3pm
2687Installing /usr/local/share/man/man3/AnyEvent::Impl::Tk.3pm
2688Installing /usr/local/share/man/man3/AnyEvent::Debug.3pm
2689Installing /usr/local/share/man/man3/AnyEvent::FAQ.3pm
2690Installing /usr/local/share/man/man3/AnyEvent::IO.3pm
2691Installing /usr/local/share/man/man3/AnyEvent::Socket.3pm
2692Installing /usr/local/share/man/man3/AnyEvent::Impl::EventLib.3pm
2693Installing /usr/local/share/man/man3/AnyEvent::IO::Perl.3pm
2694Installing /usr/local/share/man/man3/AnyEvent.3pm
2695Installing /usr/local/share/man/man3/AnyEvent::TLS.3pm
2696Appending installation info to /usr/lib64/perl5/perllocal.pod
2697 MLEHMANN/AnyEvent-7.11.tar.gz
2698 /usr/bin/make install -- OK
2699AnyEvent::HTTP is up to date (2.22).
2700Running install for module 'AnyEvent::HTTPD'
2701Running make for E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2702Fetching with HTTP::Tiny:
2703http://cpan.dcc.uchile.cl/authors/id/E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2704Fetching with HTTP::Tiny:
2705http://cpan.dcc.uchile.cl/authors/id/E/EL/ELMEX/CHECKSUMS
2706Checksum for /root/.cpan/sources/authors/id/E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz ok
2707
2708 CPAN.pm: Building E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2709
2710Warning: prerequisite Object::Event 0 not found.
2711Warning: prerequisite Test::More 0 not found.
2712Checking if your kit is complete...
2713Looks good
2714Writing Makefile for AnyEvent::HTTPD
2715Writing MYMETA.yml and MYMETA.json
2716---- Unsatisfied dependencies detected during ----
2717---- ELMEX/AnyEvent-HTTPD-0.93.tar.gz ----
2718 Object::Event [requires]
2719 Test::More [requires]
2720Skipping test because of notest pragma
2721Running make install
2722 Delayed until after prerequisites
2723Running install for module 'Object::Event'
2724Running make for E/EL/ELMEX/Object-Event-1.23.tar.gz
2725Fetching with HTTP::Tiny:
2726http://cpan.dcc.uchile.cl/authors/id/E/EL/ELMEX/Object-Event-1.23.tar.gz
2727Checksum for /root/.cpan/sources/authors/id/E/EL/ELMEX/Object-Event-1.23.tar.gz ok
2728
2729 CPAN.pm: Building E/EL/ELMEX/Object-Event-1.23.tar.gz
2730
2731Warning: prerequisite Test::More 0 not found.
2732Checking if your kit is complete...
2733Looks good
2734Writing Makefile for Object::Event
2735Writing MYMETA.yml and MYMETA.json
2736---- Unsatisfied dependencies detected during ----
2737---- ELMEX/Object-Event-1.23.tar.gz ----
2738 Test::More [requires]
2739Skipping test because of notest pragma
2740Running make install
2741 Delayed until after prerequisites
2742Running install for module 'Test::More'
2743Running make for E/EX/EXODIST/Test-Simple-1.001014.tar.gz
2744Fetching with HTTP::Tiny:
2745http://cpan.dcc.uchile.cl/authors/id/E/EX/EXODIST/Test-Simple-1.001014.tar.gz
2746Fetching with HTTP::Tiny:
2747http://cpan.dcc.uchile.cl/authors/id/E/EX/EXODIST/CHECKSUMS
2748Checksum for /root/.cpan/sources/authors/id/E/EX/EXODIST/Test-Simple-1.001014.tar.gz ok
2749
2750 CPAN.pm: Building E/EX/EXODIST/Test-Simple-1.001014.tar.gz
2751
2752Checking if your kit is complete...
2753Looks good
2754Writing Makefile for Test::Simple
2755Writing MYMETA.yml and MYMETA.json
2756cp lib/Test/Tester.pm blib/lib/Test/Tester.pm
2757cp lib/Test/Builder/Tester/Color.pm blib/lib/Test/Builder/Tester/Color.pm
2758cp lib/Test/Tester/Capture.pm blib/lib/Test/Tester/Capture.pm
2759cp lib/ok.pm blib/lib/ok.pm
2760cp lib/Test/Simple.pm blib/lib/Test/Simple.pm
2761cp lib/Test/Builder/IO/Scalar.pm blib/lib/Test/Builder/IO/Scalar.pm
2762cp lib/Test/Builder/Tester.pm blib/lib/Test/Builder/Tester.pm
2763cp lib/Test/Builder/Module.pm blib/lib/Test/Builder/Module.pm
2764cp lib/Test/Tutorial.pod blib/lib/Test/Tutorial.pod
2765cp lib/Test/Builder.pm blib/lib/Test/Builder.pm
2766cp lib/Test/Tester/CaptureRunner.pm blib/lib/Test/Tester/CaptureRunner.pm
2767cp lib/Test/use/ok.pm blib/lib/Test/use/ok.pm
2768cp lib/Test/More.pm blib/lib/Test/More.pm
2769cp lib/Test/Tester/Delegate.pm blib/lib/Test/Tester/Delegate.pm
2770Manifying blib/man3/Test::Tester::Capture.3pm
2771Manifying blib/man3/Test::Builder::Tester::Color.3pm
2772Manifying blib/man3/Test::Tester.3pm
2773Manifying blib/man3/Test::Simple.3pm
2774Manifying blib/man3/ok.3pm
2775Manifying blib/man3/Test::Builder::IO::Scalar.3pm
2776Manifying blib/man3/Test::Builder::Module.3pm
2777Manifying blib/man3/Test::Builder::Tester.3pm
2778Manifying blib/man3/Test::Tutorial.3pm
2779Manifying blib/man3/Test::use::ok.3pm
2780Manifying blib/man3/Test::Tester::CaptureRunner.3pm
2781Manifying blib/man3/Test::Builder.3pm
2782Manifying blib/man3/Test::More.3pm
2783 EXODIST/Test-Simple-1.001014.tar.gz
2784 /usr/bin/make -- OK
2785Skipping test because of notest pragma
2786Running make install
2787Installing /usr/local/share/perl5/ok.pm
2788Installing /usr/local/share/perl5/Test/Tester.pm
2789Installing /usr/local/share/perl5/Test/Simple.pm
2790Installing /usr/local/share/perl5/Test/More.pm
2791Installing /usr/local/share/perl5/Test/Tutorial.pod
2792Installing /usr/local/share/perl5/Test/Builder.pm
2793Installing /usr/local/share/perl5/Test/Builder/Tester.pm
2794Installing /usr/local/share/perl5/Test/Builder/Module.pm
2795Installing /usr/local/share/perl5/Test/Builder/IO/Scalar.pm
2796Installing /usr/local/share/perl5/Test/Builder/Tester/Color.pm
2797Installing /usr/local/share/perl5/Test/Tester/CaptureRunner.pm
2798Installing /usr/local/share/perl5/Test/Tester/Capture.pm
2799Installing /usr/local/share/perl5/Test/Tester/Delegate.pm
2800Installing /usr/local/share/perl5/Test/use/ok.pm
2801Installing /usr/local/share/man/man3/Test::More.3pm
2802Installing /usr/local/share/man/man3/Test::use::ok.3pm
2803Installing /usr/local/share/man/man3/Test::Tester.3pm
2804Installing /usr/local/share/man/man3/Test::Builder::Module.3pm
2805Installing /usr/local/share/man/man3/Test::Builder::IO::Scalar.3pm
2806Installing /usr/local/share/man/man3/Test::Simple.3pm
2807Installing /usr/local/share/man/man3/Test::Tester::CaptureRunner.3pm
2808Installing /usr/local/share/man/man3/Test::Tutorial.3pm
2809Installing /usr/local/share/man/man3/Test::Builder::Tester::Color.3pm
2810Installing /usr/local/share/man/man3/Test::Builder::Tester.3pm
2811Installing /usr/local/share/man/man3/Test::Builder.3pm
2812Installing /usr/local/share/man/man3/ok.3pm
2813Installing /usr/local/share/man/man3/Test::Tester::Capture.3pm
2814Appending installation info to /usr/lib64/perl5/perllocal.pod
2815 EXODIST/Test-Simple-1.001014.tar.gz
2816 /usr/bin/make install -- OK
2817Running make for E/EL/ELMEX/Object-Event-1.23.tar.gz
2818 Has already been unwrapped into directory /root/.cpan/build/Object-Event-1.23-VN853z
2819
2820 CPAN.pm: Building E/EL/ELMEX/Object-Event-1.23.tar.gz
2821
2822cp lib/Object/Event.pm blib/lib/Object/Event.pm
2823Manifying blib/man3/Object::Event.3pm
2824 ELMEX/Object-Event-1.23.tar.gz
2825 /usr/bin/make -- OK
2826Skipping test because of notest pragma
2827Running make install
2828Installing /usr/local/share/perl5/Object/Event.pm
2829Installing /usr/local/share/man/man3/Object::Event.3pm
2830Appending installation info to /usr/lib64/perl5/perllocal.pod
2831 ELMEX/Object-Event-1.23.tar.gz
2832 /usr/bin/make install -- OK
2833Running make for E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2834 Has already been unwrapped into directory /root/.cpan/build/AnyEvent-HTTPD-0.93-ohWEF6
2835
2836 CPAN.pm: Building E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2837
2838cp lib/AnyEvent/HTTPD/HTTPConnection.pm blib/lib/AnyEvent/HTTPD/HTTPConnection.pm
2839cp lib/AnyEvent/HTTPD/Util.pm blib/lib/AnyEvent/HTTPD/Util.pm
2840cp lib/AnyEvent/HTTPD/HTTPServer.pm blib/lib/AnyEvent/HTTPD/HTTPServer.pm
2841cp lib/AnyEvent/HTTPD.pm blib/lib/AnyEvent/HTTPD.pm
2842cp lib/AnyEvent/HTTPD/Request.pm blib/lib/AnyEvent/HTTPD/Request.pm
2843Manifying blib/man3/AnyEvent::HTTPD::HTTPConnection.3pm
2844Manifying blib/man3/AnyEvent::HTTPD::Util.3pm
2845Manifying blib/man3/AnyEvent::HTTPD::HTTPServer.3pm
2846Manifying blib/man3/AnyEvent::HTTPD.3pm
2847Manifying blib/man3/AnyEvent::HTTPD::Request.3pm
2848 ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2849 /usr/bin/make -- OK
2850Skipping test because of notest pragma
2851Running make install
2852Installing /usr/local/share/perl5/AnyEvent/HTTPD.pm
2853Installing /usr/local/share/perl5/AnyEvent/HTTPD/HTTPServer.pm
2854Installing /usr/local/share/perl5/AnyEvent/HTTPD/Request.pm
2855Installing /usr/local/share/perl5/AnyEvent/HTTPD/Util.pm
2856Installing /usr/local/share/perl5/AnyEvent/HTTPD/HTTPConnection.pm
2857Installing /usr/local/share/man/man3/AnyEvent::HTTPD::HTTPServer.3pm
2858Installing /usr/local/share/man/man3/AnyEvent::HTTPD::Request.3pm
2859Installing /usr/local/share/man/man3/AnyEvent::HTTPD::HTTPConnection.3pm
2860Installing /usr/local/share/man/man3/AnyEvent::HTTPD::Util.3pm
2861Installing /usr/local/share/man/man3/AnyEvent::HTTPD.3pm
2862Appending installation info to /usr/lib64/perl5/perllocal.pod
2863 ELMEX/AnyEvent-HTTPD-0.93.tar.gz
2864 /usr/bin/make install -- OK
2865AnyEvent::Handle is up to date (undef).
2866Running install for module 'AnyEvent::IMAP'
2867Running make for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
2868Fetching with HTTP::Tiny:
2869http://cpan.dcc.uchile.cl/authors/id/T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
2870Fetching with HTTP::Tiny:
2871http://cpan.dcc.uchile.cl/authors/id/T/TO/TOKUHIROM/CHECKSUMS
2872Checksum for /root/.cpan/sources/authors/id/T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ok
2873---- Unsatisfied dependencies detected during ----
2874---- TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ----
2875 Module::Build [build_requires]
2876Skipping test because of notest pragma
2877Running make install
2878 Make had some problems, won't install
2879 Delayed until after prerequisites
2880Running install for module 'Module::Build'
2881Running make for L/LE/LEONT/Module-Build-0.4214.tar.gz
2882Fetching with HTTP::Tiny:
2883http://cpan.dcc.uchile.cl/authors/id/L/LE/LEONT/Module-Build-0.4214.tar.gz
2884Fetching with HTTP::Tiny:
2885http://cpan.dcc.uchile.cl/authors/id/L/LE/LEONT/CHECKSUMS
2886Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Module-Build-0.4214.tar.gz ok
2887---- Unsatisfied dependencies detected during ----
2888---- LEONT/Module-Build-0.4214.tar.gz ----
2889 CPAN::Meta [build_requires]
2890Skipping test because of notest pragma
2891Running make install
2892 Make had some problems, won't install
2893 Delayed until after prerequisites
2894Running install for module 'CPAN::Meta'
2895Running make for D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
2896Fetching with HTTP::Tiny:
2897http://cpan.dcc.uchile.cl/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
2898Fetching with HTTP::Tiny:
2899http://cpan.dcc.uchile.cl/authors/id/D/DA/DAGOLDEN/CHECKSUMS
2900Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz ok
2901
2902 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
2903
2904Warning: prerequisite Parse::CPAN::Meta 1.4414 not found. We have 1.4404.
2905Checking if your kit is complete...
2906Looks good
2907Writing Makefile for CPAN::Meta
2908Writing MYMETA.yml and MYMETA.json
2909---- Unsatisfied dependencies detected during ----
2910---- DAGOLDEN/CPAN-Meta-2.150005.tar.gz ----
2911 Parse::CPAN::Meta [requires]
2912Skipping test because of notest pragma
2913Running make install
2914 Delayed until after prerequisites
2915Running install for module 'Parse::CPAN::Meta'
2916Running make for D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2917Fetching with HTTP::Tiny:
2918http://cpan.dcc.uchile.cl/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2919Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz ok
2920
2921 CPAN.pm: Building D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2922
2923Warning: prerequisite CPAN::Meta::YAML 0.011 not found. We have 0.008.
2924Checking if your kit is complete...
2925Looks good
2926Writing Makefile for Parse::CPAN::Meta
2927Writing MYMETA.yml and MYMETA.json
2928---- Unsatisfied dependencies detected during ----
2929---- DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz ----
2930 CPAN::Meta::YAML [requires]
2931Skipping test because of notest pragma
2932Running make install
2933 Delayed until after prerequisites
2934Running install for module 'CPAN::Meta::YAML'
2935Running make for D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
2936Fetching with HTTP::Tiny:
2937http://cpan.dcc.uchile.cl/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
2938Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz ok
2939
2940 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
2941
2942Checking if your kit is complete...
2943Looks good
2944Writing Makefile for CPAN::Meta::YAML
2945Writing MYMETA.yml and MYMETA.json
2946cp lib/CPAN/Meta/YAML.pm blib/lib/CPAN/Meta/YAML.pm
2947Manifying blib/man3/CPAN::Meta::YAML.3pm
2948 DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
2949 /usr/bin/make -- OK
2950Skipping test because of notest pragma
2951Running make install
2952Installing /usr/local/share/perl5/CPAN/Meta/YAML.pm
2953Installing /usr/local/share/man/man3/CPAN::Meta::YAML.3pm
2954Appending installation info to /usr/lib64/perl5/perllocal.pod
2955 DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
2956 /usr/bin/make install -- OK
2957Running make for D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2958 Has already been unwrapped into directory /root/.cpan/build/Parse-CPAN-Meta-1.4417-5HfMTr
2959
2960 CPAN.pm: Building D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2961
2962cp lib/Parse/CPAN/Meta.pm blib/lib/Parse/CPAN/Meta.pm
2963Manifying blib/man3/Parse::CPAN::Meta.3pm
2964 DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2965 /usr/bin/make -- OK
2966Skipping test because of notest pragma
2967Running make install
2968Installing /usr/local/share/perl5/Parse/CPAN/Meta.pm
2969Installing /usr/local/share/man/man3/Parse::CPAN::Meta.3pm
2970Appending installation info to /usr/lib64/perl5/perllocal.pod
2971 DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
2972 /usr/bin/make install -- OK
2973Running make for D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
2974 Has already been unwrapped into directory /root/.cpan/build/CPAN-Meta-2.150005-Hl0Ytk
2975
2976 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
2977
2978cp lib/CPAN/Meta/Prereqs.pm blib/lib/CPAN/Meta/Prereqs.pm
2979cp lib/CPAN/Meta/History/Meta_1_4.pod blib/lib/CPAN/Meta/History/Meta_1_4.pod
2980cp lib/CPAN/Meta/History.pm blib/lib/CPAN/Meta/History.pm
2981cp lib/CPAN/Meta/History/Meta_1_2.pod blib/lib/CPAN/Meta/History/Meta_1_2.pod
2982cp lib/CPAN/Meta/Converter.pm blib/lib/CPAN/Meta/Converter.pm
2983cp lib/CPAN/Meta/History/Meta_1_0.pod blib/lib/CPAN/Meta/History/Meta_1_0.pod
2984cp lib/CPAN/Meta/Feature.pm blib/lib/CPAN/Meta/Feature.pm
2985cp lib/CPAN/Meta/History/Meta_1_3.pod blib/lib/CPAN/Meta/History/Meta_1_3.pod
2986cp lib/CPAN/Meta/Spec.pm blib/lib/CPAN/Meta/Spec.pm
2987cp lib/CPAN/Meta.pm blib/lib/CPAN/Meta.pm
2988cp lib/CPAN/Meta/Merge.pm blib/lib/CPAN/Meta/Merge.pm
2989cp lib/CPAN/Meta/History/Meta_1_1.pod blib/lib/CPAN/Meta/History/Meta_1_1.pod
2990cp lib/CPAN/Meta/Validator.pm blib/lib/CPAN/Meta/Validator.pm
2991Manifying blib/man3/CPAN::Meta::History::Meta_1_4.3pm
2992Manifying blib/man3/CPAN::Meta::Prereqs.3pm
2993Manifying blib/man3/CPAN::Meta::History::Meta_1_2.3pm
2994Manifying blib/man3/CPAN::Meta::History.3pm
2995Manifying blib/man3/CPAN::Meta::Converter.3pm
2996Manifying blib/man3/CPAN::Meta::History::Meta_1_0.3pm
2997Manifying blib/man3/CPAN::Meta::History::Meta_1_3.3pm
2998Manifying blib/man3/CPAN::Meta::Feature.3pm
2999Manifying blib/man3/CPAN::Meta::Spec.3pm
3000Manifying blib/man3/CPAN::Meta.3pm
3001Manifying blib/man3/CPAN::Meta::History::Meta_1_1.3pm
3002Manifying blib/man3/CPAN::Meta::Merge.3pm
3003Manifying blib/man3/CPAN::Meta::Validator.3pm
3004 DAGOLDEN/CPAN-Meta-2.150005.tar.gz
3005 /usr/bin/make -- OK
3006Skipping test because of notest pragma
3007Running make install
3008Installing /usr/local/share/perl5/CPAN/Meta.pm
3009Installing /usr/local/share/perl5/CPAN/Meta/Prereqs.pm
3010Installing /usr/local/share/perl5/CPAN/Meta/History.pm
3011Installing /usr/local/share/perl5/CPAN/Meta/Merge.pm
3012Installing /usr/local/share/perl5/CPAN/Meta/Converter.pm
3013Installing /usr/local/share/perl5/CPAN/Meta/Validator.pm
3014Installing /usr/local/share/perl5/CPAN/Meta/Feature.pm
3015Installing /usr/local/share/perl5/CPAN/Meta/Spec.pm
3016Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_2.pod
3017Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_4.pod
3018Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_3.pod
3019Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_1.pod
3020Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_0.pod
3021Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_2.3pm
3022Installing /usr/local/share/man/man3/CPAN::Meta::Converter.3pm
3023Installing /usr/local/share/man/man3/CPAN::Meta::History.3pm
3024Installing /usr/local/share/man/man3/CPAN::Meta::Feature.3pm
3025Installing /usr/local/share/man/man3/CPAN::Meta::Merge.3pm
3026Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_1.3pm
3027Installing /usr/local/share/man/man3/CPAN::Meta::Spec.3pm
3028Installing /usr/local/share/man/man3/CPAN::Meta::Prereqs.3pm
3029Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_4.3pm
3030Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_3.3pm
3031Installing /usr/local/share/man/man3/CPAN::Meta::Validator.3pm
3032Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_0.3pm
3033Installing /usr/local/share/man/man3/CPAN::Meta.3pm
3034Appending installation info to /usr/lib64/perl5/perllocal.pod
3035 DAGOLDEN/CPAN-Meta-2.150005.tar.gz
3036 /usr/bin/make install -- OK
3037Running make for L/LE/LEONT/Module-Build-0.4214.tar.gz
3038
3039 CPAN.pm: Building L/LE/LEONT/Module-Build-0.4214.tar.gz
3040
3041# running Build.PL
3042
3043Checking optional features...
3044inc_bundling_support....disabled
3045 requires:
3046 ! inc::latest is not installed
3047
3048ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
3049of the modules indicated above before proceeding with this installation
3050
3051Created MYMETA.yml and MYMETA.json
3052Creating new 'Build' script for 'Module-Build' version '0.4214'
3053/usr/bin/perl Build --makefile_env_macros 1
3054Building Module-Build
3055 LEONT/Module-Build-0.4214.tar.gz
3056 /usr/bin/make -- OK
3057Skipping test because of notest pragma
3058Running make install
3059/usr/bin/perl Build --makefile_env_macros 1 install
3060Building Module-Build
3061Installing /usr/local/share/man/man1/config_data.1
3062Installing /usr/local/share/perl5/Module/Build.pm
3063Installing /usr/local/share/perl5/Module/Build/PodParser.pm
3064Installing /usr/local/share/perl5/Module/Build/Base.pm
3065Installing /usr/local/share/perl5/Module/Build/Cookbook.pm
3066Installing /usr/local/share/perl5/Module/Build/API.pod
3067Installing /usr/local/share/perl5/Module/Build/PPMMaker.pm
3068Installing /usr/local/share/perl5/Module/Build/Dumper.pm
3069Installing /usr/local/share/perl5/Module/Build/Authoring.pod
3070Installing /usr/local/share/perl5/Module/Build/Notes.pm
3071Installing /usr/local/share/perl5/Module/Build/Config.pm
3072Installing /usr/local/share/perl5/Module/Build/Bundling.pod
3073Installing /usr/local/share/perl5/Module/Build/Compat.pm
3074Installing /usr/local/share/perl5/Module/Build/ConfigData.pm
3075Installing /usr/local/share/perl5/Module/Build/Platform/VOS.pm
3076Installing /usr/local/share/perl5/Module/Build/Platform/Unix.pm
3077Installing /usr/local/share/perl5/Module/Build/Platform/aix.pm
3078Installing /usr/local/share/perl5/Module/Build/Platform/os2.pm
3079Installing /usr/local/share/perl5/Module/Build/Platform/darwin.pm
3080Installing /usr/local/share/perl5/Module/Build/Platform/VMS.pm
3081Installing /usr/local/share/perl5/Module/Build/Platform/Default.pm
3082Installing /usr/local/share/perl5/Module/Build/Platform/cygwin.pm
3083Installing /usr/local/share/perl5/Module/Build/Platform/Windows.pm
3084Installing /usr/local/share/perl5/Module/Build/Platform/MacOS.pm
3085Installing /usr/local/share/man/man3/Module::Build::Platform::Default.3pm
3086Installing /usr/local/share/man/man3/Module::Build::Platform::MacOS.3pm
3087Installing /usr/local/share/man/man3/Module::Build::Platform::darwin.3pm
3088Installing /usr/local/share/man/man3/Module::Build::Platform::cygwin.3pm
3089Installing /usr/local/share/man/man3/Module::Build::Platform::os2.3pm
3090Installing /usr/local/share/man/man3/Module::Build::Platform::Windows.3pm
3091Installing /usr/local/share/man/man3/Module::Build::Cookbook.3pm
3092Installing /usr/local/share/man/man3/Module::Build::Compat.3pm
3093Installing /usr/local/share/man/man3/Module::Build::Base.3pm
3094Installing /usr/local/share/man/man3/Module::Build::Platform::Unix.3pm
3095Installing /usr/local/share/man/man3/Module::Build::Notes.3pm
3096Installing /usr/local/share/man/man3/Module::Build::Bundling.3pm
3097Installing /usr/local/share/man/man3/Module::Build::Platform::VOS.3pm
3098Installing /usr/local/share/man/man3/Module::Build::Platform::aix.3pm
3099Installing /usr/local/share/man/man3/Module::Build::ConfigData.3pm
3100Installing /usr/local/share/man/man3/Module::Build::Authoring.3pm
3101Installing /usr/local/share/man/man3/Module::Build::Platform::VMS.3pm
3102Installing /usr/local/share/man/man3/Module::Build.3pm
3103Installing /usr/local/share/man/man3/Module::Build::API.3pm
3104Installing /usr/local/share/man/man3/Module::Build::PPMMaker.3pm
3105Installing /usr/local/bin/config_data
3106 LEONT/Module-Build-0.4214.tar.gz
3107 /usr/bin/make install -- OK
3108Running make for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3109
3110 CPAN.pm: Building T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3111
3112Checking prerequisites...
3113 requires:
3114 ! Mouse is not installed
3115 build_requires:
3116 ! Test::Requires is not installed
3117
3118ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
3119of the modules indicated above before proceeding with this installation
3120
3121Created MYMETA.yml and MYMETA.json
3122Creating new 'Build' script for 'AnyEvent-IMAP' version '0.04'
3123---- Unsatisfied dependencies detected during ----
3124---- TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ----
3125 Test::Requires [build_requires]
3126 Mouse [requires]
3127Skipping test because of notest pragma
3128Running Build install
3129 Delayed until after prerequisites
3130Running install for module 'Test::Requires'
3131Running make for T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
3132Fetching with HTTP::Tiny:
3133http://cpan.dcc.uchile.cl/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
3134Checksum for /root/.cpan/sources/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz ok
3135
3136 CPAN.pm: Building T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
3137
3138Warning: prerequisite perl 5.006 not found.
3139Checking if your kit is complete...
3140Looks good
3141Writing Makefile for Test::Requires
3142Writing MYMETA.yml and MYMETA.json
3143cp lib/Test/Requires.pm blib/lib/Test/Requires.pm
3144Manifying blib/man3/Test::Requires.3pm
3145 TOKUHIROM/Test-Requires-0.10.tar.gz
3146 /usr/bin/make -- OK
3147Skipping test because of notest pragma
3148Running make install
3149Manifying blib/man3/Test::Requires.3pm
3150Installing /usr/local/share/perl5/Test/Requires.pm
3151Installing /usr/local/share/man/man3/Test::Requires.3pm
3152Appending installation info to /usr/lib64/perl5/perllocal.pod
3153 TOKUHIROM/Test-Requires-0.10.tar.gz
3154 /usr/bin/make install -- OK
3155Running install for module 'Mouse'
3156Running make for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3157Fetching with HTTP::Tiny:
3158http://cpan.dcc.uchile.cl/authors/id/S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3159Fetching with HTTP::Tiny:
3160http://cpan.dcc.uchile.cl/authors/id/S/SY/SYOHEX/CHECKSUMS
3161Checksum for /root/.cpan/sources/authors/id/S/SY/SYOHEX/Mouse-v2.4.5.tar.gz ok
3162---- Unsatisfied dependencies detected during ----
3163---- SYOHEX/Mouse-v2.4.5.tar.gz ----
3164 Module::Build::XSUtil [build_requires]
3165 ExtUtils::ParseXS [build_requires]
3166 Devel::PPPort [build_requires]
3167Skipping test because of notest pragma
3168Running make install
3169 Make had some problems, won't install
3170 Delayed until after prerequisites
3171Running install for module 'Module::Build::XSUtil'
3172Running make for H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3173Fetching with HTTP::Tiny:
3174http://cpan.dcc.uchile.cl/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3175Fetching with HTTP::Tiny:
3176http://cpan.dcc.uchile.cl/authors/id/H/HI/HIDEAKIO/CHECKSUMS
3177Checksum for /root/.cpan/sources/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz ok
3178
3179 CPAN.pm: Building H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3180
3181Created MYMETA.yml and MYMETA.json
3182Creating new 'Build' script for 'Module-Build-XSUtil' version '0.16'
3183cp META.json MYMETA.json
3184cp META.yml MYMETA.yml
3185---- Unsatisfied dependencies detected during ----
3186---- HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz ----
3187 Capture::Tiny [build_requires]
3188 Cwd::Guard [build_requires]
3189 Devel::CheckCompiler [requires]
3190 File::Copy::Recursive [build_requires]
3191Skipping test because of notest pragma
3192Running Build install
3193 Delayed until after prerequisites
3194Running install for module 'Capture::Tiny'
3195Running make for D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
3196Fetching with HTTP::Tiny:
3197http://cpan.dcc.uchile.cl/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
3198Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz ok
3199
3200 CPAN.pm: Building D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
3201
3202Checking if your kit is complete...
3203Looks good
3204Writing Makefile for Capture::Tiny
3205Writing MYMETA.yml and MYMETA.json
3206cp lib/Capture/Tiny.pm blib/lib/Capture/Tiny.pm
3207Manifying blib/man3/Capture::Tiny.3pm
3208 DAGOLDEN/Capture-Tiny-0.30.tar.gz
3209 /usr/bin/make -- OK
3210Skipping test because of notest pragma
3211Running make install
3212Installing /usr/local/share/perl5/Capture/Tiny.pm
3213Installing /usr/local/share/man/man3/Capture::Tiny.3pm
3214Appending installation info to /usr/lib64/perl5/perllocal.pod
3215 DAGOLDEN/Capture-Tiny-0.30.tar.gz
3216 /usr/bin/make install -- OK
3217Running install for module 'Cwd::Guard'
3218Running make for K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
3219Fetching with HTTP::Tiny:
3220http://cpan.dcc.uchile.cl/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
3221Fetching with HTTP::Tiny:
3222http://cpan.dcc.uchile.cl/authors/id/K/KA/KAZEBURO/CHECKSUMS
3223Checksum for /root/.cpan/sources/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz ok
3224
3225 CPAN.pm: Building K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
3226
3227Created MYMETA.yml and MYMETA.json
3228Creating new 'Build' script for 'Cwd-Guard' version '0.04'
3229Merging cpanfile prereqs to MYMETA.yml
3230Merging cpanfile prereqs to MYMETA.json
3231Building Cwd-Guard
3232 KAZEBURO/Cwd-Guard-0.04.tar.gz
3233 ./Build -- OK
3234Skipping test because of notest pragma
3235Running Build install
3236Building Cwd-Guard
3237Installing /usr/local/share/perl5/Cwd/Guard.pm
3238Installing /usr/local/share/man/man3/Cwd::Guard.3pm
3239 KAZEBURO/Cwd-Guard-0.04.tar.gz
3240 ./Build install -- OK
3241Running install for module 'Devel::CheckCompiler'
3242Running make for S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
3243Fetching with HTTP::Tiny:
3244http://cpan.dcc.uchile.cl/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
3245Checksum for /root/.cpan/sources/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz ok
3246
3247 CPAN.pm: Building S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
3248
3249Created MYMETA.yml and MYMETA.json
3250Creating new 'Build' script for 'Devel-CheckCompiler' version '0.06'
3251cp META.json MYMETA.json
3252cp META.yml MYMETA.yml
3253Building Devel-CheckCompiler
3254 SYOHEX/Devel-CheckCompiler-0.06.tar.gz
3255 ./Build -- OK
3256Skipping test because of notest pragma
3257Running Build install
3258Building Devel-CheckCompiler
3259Installing /usr/local/share/perl5/Devel/CheckCompiler.pm
3260Installing /usr/local/share/perl5/Devel/AssertC99.pm
3261Installing /usr/local/share/man/man3/Devel::AssertC99.3pm
3262Installing /usr/local/share/man/man3/Devel::CheckCompiler.3pm
3263 SYOHEX/Devel-CheckCompiler-0.06.tar.gz
3264 ./Build install -- OK
3265Running install for module 'File::Copy::Recursive'
3266Running make for D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
3267Fetching with HTTP::Tiny:
3268http://cpan.dcc.uchile.cl/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
3269Fetching with HTTP::Tiny:
3270http://cpan.dcc.uchile.cl/authors/id/D/DM/DMUEY/CHECKSUMS
3271Checksum for /root/.cpan/sources/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz ok
3272
3273 CPAN.pm: Building D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
3274
3275Checking if your kit is complete...
3276Looks good
3277Writing Makefile for File::Copy::Recursive
3278Writing MYMETA.yml and MYMETA.json
3279cp Recursive.pm blib/lib/File/Copy/Recursive.pm
3280Manifying blib/man3/File::Copy::Recursive.3pm
3281 DMUEY/File-Copy-Recursive-0.38.tar.gz
3282 /usr/bin/make -- OK
3283Skipping test because of notest pragma
3284Running make install
3285Installing /usr/local/share/perl5/File/Copy/Recursive.pm
3286Installing /usr/local/share/man/man3/File::Copy::Recursive.3pm
3287Appending installation info to /usr/lib64/perl5/perllocal.pod
3288 DMUEY/File-Copy-Recursive-0.38.tar.gz
3289 /usr/bin/make install -- OK
3290Running Build for H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3291 Has already been unwrapped into directory /root/.cpan/build/Module-Build-XSUtil-0.16-j2raoO
3292
3293 CPAN.pm: Building H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3294
3295Building Module-Build-XSUtil
3296 HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3297 ./Build -- OK
3298Skipping test because of notest pragma
3299Running Build install
3300Building Module-Build-XSUtil
3301Installing /usr/local/share/perl5/Module/Build/XSUtil.pm
3302Installing /usr/local/share/man/man3/Module::Build::XSUtil.3pm
3303 HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
3304 ./Build install -- OK
3305Running install for module 'ExtUtils::ParseXS'
3306Running make for S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
3307Fetching with HTTP::Tiny:
3308http://cpan.dcc.uchile.cl/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
3309Fetching with HTTP::Tiny:
3310http://cpan.dcc.uchile.cl/authors/id/S/SM/SMUELLER/CHECKSUMS
3311Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz ok
3312
3313 CPAN.pm: Building S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
3314
3315Checking if your kit is complete...
3316Looks good
3317Writing Makefile for ExtUtils::ParseXS
3318Writing MYMETA.yml and MYMETA.json
3319cp lib/ExtUtils/Typemaps/InputMap.pm blib/lib/ExtUtils/Typemaps/InputMap.pm
3320cp lib/ExtUtils/ParseXS.pod blib/lib/ExtUtils/ParseXS.pod
3321cp lib/ExtUtils/ParseXS/Utilities.pm blib/lib/ExtUtils/ParseXS/Utilities.pm
3322cp lib/ExtUtils/Typemaps/Type.pm blib/lib/ExtUtils/Typemaps/Type.pm
3323cp lib/ExtUtils/ParseXS/Constants.pm blib/lib/ExtUtils/ParseXS/Constants.pm
3324cp lib/ExtUtils/ParseXS.pm blib/lib/ExtUtils/ParseXS.pm
3325cp lib/ExtUtils/xsubpp blib/lib/ExtUtils/xsubpp
3326cp lib/ExtUtils/Typemaps/OutputMap.pm blib/lib/ExtUtils/Typemaps/OutputMap.pm
3327cp lib/ExtUtils/Typemaps/Cmd.pm blib/lib/ExtUtils/Typemaps/Cmd.pm
3328cp lib/ExtUtils/ParseXS/CountLines.pm blib/lib/ExtUtils/ParseXS/CountLines.pm
3329cp lib/ExtUtils/Typemaps.pm blib/lib/ExtUtils/Typemaps.pm
3330cp lib/ExtUtils/ParseXS/Eval.pm blib/lib/ExtUtils/ParseXS/Eval.pm
3331cp lib/ExtUtils/xsubpp blib/script/xsubpp
3332/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/xsubpp
3333Manifying blib/man1/xsubpp.1
3334Manifying blib/man3/ExtUtils::Typemaps::InputMap.3pm
3335Manifying blib/man3/ExtUtils::ParseXS.3pm
3336Manifying blib/man3/ExtUtils::ParseXS::Utilities.3pm
3337Manifying blib/man3/ExtUtils::Typemaps::Type.3pm
3338Manifying blib/man3/ExtUtils::ParseXS::Constants.3pm
3339Manifying blib/man3/ExtUtils::Typemaps::OutputMap.3pm
3340Manifying blib/man3/ExtUtils::Typemaps::Cmd.3pm
3341Manifying blib/man3/ExtUtils::ParseXS::Eval.3pm
3342Manifying blib/man3/ExtUtils::Typemaps.3pm
3343 SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
3344 /usr/bin/make -- OK
3345Skipping test because of notest pragma
3346Running make install
3347Manifying blib/man1/xsubpp.1
3348Installing /usr/local/share/perl5/ExtUtils/ParseXS.pod
3349Installing /usr/local/share/perl5/ExtUtils/ParseXS.pm
3350Installing /usr/local/share/perl5/ExtUtils/Typemaps.pm
3351Installing /usr/local/share/perl5/ExtUtils/xsubpp
3352Installing /usr/local/share/perl5/ExtUtils/Typemaps/Cmd.pm
3353Installing /usr/local/share/perl5/ExtUtils/Typemaps/InputMap.pm
3354Installing /usr/local/share/perl5/ExtUtils/Typemaps/Type.pm
3355Installing /usr/local/share/perl5/ExtUtils/Typemaps/OutputMap.pm
3356Installing /usr/local/share/perl5/ExtUtils/ParseXS/CountLines.pm
3357Installing /usr/local/share/perl5/ExtUtils/ParseXS/Constants.pm
3358Installing /usr/local/share/perl5/ExtUtils/ParseXS/Eval.pm
3359Installing /usr/local/share/perl5/ExtUtils/ParseXS/Utilities.pm
3360Installing /usr/local/share/man/man1/xsubpp.1
3361Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Utilities.3pm
3362Installing /usr/local/share/man/man3/ExtUtils::Typemaps::OutputMap.3pm
3363Installing /usr/local/share/man/man3/ExtUtils::Typemaps::Cmd.3pm
3364Installing /usr/local/share/man/man3/ExtUtils::Typemaps.3pm
3365Installing /usr/local/share/man/man3/ExtUtils::Typemaps::Type.3pm
3366Installing /usr/local/share/man/man3/ExtUtils::Typemaps::InputMap.3pm
3367Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Eval.3pm
3368Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Constants.3pm
3369Installing /usr/local/share/man/man3/ExtUtils::ParseXS.3pm
3370Installing /usr/local/bin/xsubpp
3371Appending installation info to /usr/lib64/perl5/perllocal.pod
3372 SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
3373 /usr/bin/make install -- OK
3374Running install for module 'Devel::PPPort'
3375Running make for W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
3376Fetching with HTTP::Tiny:
3377http://cpan.dcc.uchile.cl/authors/id/W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
3378Fetching with HTTP::Tiny:
3379http://cpan.dcc.uchile.cl/authors/id/W/WO/WOLFSAGE/CHECKSUMS
3380Checksum for /root/.cpan/sources/authors/id/W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz ok
3381
3382 CPAN.pm: Building W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
3383
3384Checking if your kit is complete...
3385Looks good
3386Setting license tag...
3387Writing Makefile for Devel::PPPort
3388Writing MYMETA.yml and MYMETA.json
3389cp PPPort.pm blib/lib/Devel/PPPort.pm
3390/usr/bin/perl "-Iblib/arch" "-Iblib/lib" PPPort_xs.PL RealPPPort.xs
3391adding XS code from parts/inc/SvPV
3392adding XS code from parts/inc/misc
3393adding XS code from parts/inc/warn
3394adding XS code from parts/inc/gv
3395adding XS code from parts/inc/grok
3396adding XS code from parts/inc/sv_xpvf
3397adding XS code from parts/inc/newRV
3398adding XS code from parts/inc/shared_pv
3399adding XS code from parts/inc/HvNAME
3400adding XS code from parts/inc/cop
3401adding XS code from parts/inc/newSV_type
3402adding XS code from parts/inc/pvs
3403adding XS code from parts/inc/pv_tools
3404adding XS code from parts/inc/threads
3405adding XS code from parts/inc/Sv_set
3406adding XS code from parts/inc/newCONSTSUB
3407adding XS code from parts/inc/mPUSH
3408adding XS code from parts/inc/call
3409adding XS code from parts/inc/newSVpv
3410adding XS code from parts/inc/snprintf
3411adding XS code from parts/inc/exception
3412adding XS code from parts/inc/variables
3413adding XS code from parts/inc/memory
3414adding XS code from parts/inc/limits
3415adding XS code from parts/inc/uv
3416adding XS code from parts/inc/format
3417adding XS code from parts/inc/magic
3418adding XS code from parts/inc/SvREFCNT
3419adding XS code from parts/inc/strlfuncs
3420adding XS code from parts/inc/MY_CXT
3421adding XS code from parts/inc/sprintf
3422/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap RealPPPort.xs > RealPPPort.xsc && mv RealPPPort.xsc RealPPPort.c
3423/usr/bin/perl "-Iblib/arch" "-Iblib/lib" ppport_h.PL ppport.h
3424gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"3.32\" -DXS_VERSION=\"3.32\" -fPIC "-I/usr/lib64/perl5/CORE" RealPPPort.c
3425gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"3.32\" -DXS_VERSION=\"3.32\" -fPIC "-I/usr/lib64/perl5/CORE" module2.c
3426gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"3.32\" -DXS_VERSION=\"3.32\" -fPIC "-I/usr/lib64/perl5/CORE" module3.c
3427Running Mkbootstrap for Devel::PPPort ()
3428chmod 644 PPPort.bs
3429rm -f blib/arch/auto/Devel/PPPort/PPPort.so
3430gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro RealPPPort.o module2.o module3.o -o blib/arch/auto/Devel/PPPort/PPPort.so \
3431 \
3432
3433chmod 755 blib/arch/auto/Devel/PPPort/PPPort.so
3434cp PPPort.bs blib/arch/auto/Devel/PPPort/PPPort.bs
3435chmod 644 blib/arch/auto/Devel/PPPort/PPPort.bs
3436Manifying blib/man3/Devel::PPPort.3pm
3437 WOLFSAGE/Devel-PPPort-3.32.tar.gz
3438 /usr/bin/make -- OK
3439Skipping test because of notest pragma
3440Running make install
3441Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
3442Installing /usr/local/lib64/perl5/auto/Devel/PPPort/PPPort.bs
3443Installing /usr/local/lib64/perl5/auto/Devel/PPPort/PPPort.so
3444Installing /usr/local/lib64/perl5/Devel/PPPort.pm
3445Installing /usr/local/share/man/man3/Devel::PPPort.3pm
3446Appending installation info to /usr/lib64/perl5/perllocal.pod
3447 WOLFSAGE/Devel-PPPort-3.32.tar.gz
3448 /usr/bin/make install -- OK
3449Running make for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3450
3451 CPAN.pm: Building S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3452
3453Created MYMETA.yml and MYMETA.json
3454Creating new 'Build' script for 'Mouse' version 'v2.4.5'
3455cp META.json MYMETA.json
3456cp META.yml MYMETA.yml
3457---- Unsatisfied dependencies detected during ----
3458---- SYOHEX/Mouse-v2.4.5.tar.gz ----
3459 Test::LeakTrace [build_requires]
3460 Test::Fatal [build_requires]
3461 Test::Output [build_requires]
3462 Test::Exception [build_requires]
3463Skipping test because of notest pragma
3464Running Build install
3465 Delayed until after prerequisites
3466Running install for module 'Test::LeakTrace'
3467Running make for G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
3468Fetching with HTTP::Tiny:
3469http://cpan.dcc.uchile.cl/authors/id/G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
3470Fetching with HTTP::Tiny:
3471http://cpan.dcc.uchile.cl/authors/id/G/GF/GFUJI/CHECKSUMS
3472Checksum for /root/.cpan/sources/authors/id/G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz ok
3473
3474 CPAN.pm: Building G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
3475
3476Checking if your kit is complete...
3477Looks good
3478Writing Makefile for Test::LeakTrace
3479Writing MYMETA.yml and MYMETA.json
3480cp lib/Test/LeakTrace/Script.pm blib/lib/Test/LeakTrace/Script.pm
3481cp lib/Test/LeakTrace.pm blib/lib/Test/LeakTrace.pm
3482cp lib/Test/LeakTrace/JA.pod blib/lib/Test/LeakTrace/JA.pod
3483/usr/bin/perl "-Iinc" /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap LeakTrace.xs > LeakTrace.xsc && mv LeakTrace.xsc LeakTrace.c
3484gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I/usr/lib64/perl5/CORE" LeakTrace.c
3485Running Mkbootstrap for Test::LeakTrace ()
3486chmod 644 LeakTrace.bs
3487rm -f blib/arch/auto/Test/LeakTrace/LeakTrace.so
3488gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro LeakTrace.o -o blib/arch/auto/Test/LeakTrace/LeakTrace.so \
3489 \
3490
3491chmod 755 blib/arch/auto/Test/LeakTrace/LeakTrace.so
3492cp LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs
3493chmod 644 blib/arch/auto/Test/LeakTrace/LeakTrace.bs
3494Manifying blib/man3/Test::LeakTrace::Script.3pm
3495Manifying blib/man3/Test::LeakTrace.3pm
3496Manifying blib/man3/Test::LeakTrace::JA.3pm
3497 GFUJI/Test-LeakTrace-0.15.tar.gz
3498 /usr/bin/make -- OK
3499Skipping test because of notest pragma
3500Running make install
3501Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
3502Installing /usr/local/lib64/perl5/auto/Test/LeakTrace/LeakTrace.so
3503Installing /usr/local/lib64/perl5/auto/Test/LeakTrace/LeakTrace.bs
3504Installing /usr/local/lib64/perl5/Test/LeakTrace.pm
3505Installing /usr/local/lib64/perl5/Test/LeakTrace/Script.pm
3506Installing /usr/local/lib64/perl5/Test/LeakTrace/JA.pod
3507Installing /usr/local/share/man/man3/Test::LeakTrace.3pm
3508Installing /usr/local/share/man/man3/Test::LeakTrace::Script.3pm
3509Installing /usr/local/share/man/man3/Test::LeakTrace::JA.3pm
3510Appending installation info to /usr/lib64/perl5/perllocal.pod
3511 GFUJI/Test-LeakTrace-0.15.tar.gz
3512 /usr/bin/make install -- OK
3513Running install for module 'Test::Fatal'
3514Running make for R/RJ/RJBS/Test-Fatal-0.014.tar.gz
3515Fetching with HTTP::Tiny:
3516http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz
3517Fetching with HTTP::Tiny:
3518http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJBS/CHECKSUMS
3519Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz ok
3520
3521 CPAN.pm: Building R/RJ/RJBS/Test-Fatal-0.014.tar.gz
3522
3523Checking if your kit is complete...
3524Looks good
3525Writing Makefile for Test::Fatal
3526Writing MYMETA.yml and MYMETA.json
3527cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm
3528Manifying blib/man3/Test::Fatal.3pm
3529 RJBS/Test-Fatal-0.014.tar.gz
3530 /usr/bin/make -- OK
3531Skipping test because of notest pragma
3532Running make install
3533Installing /usr/local/share/perl5/Test/Fatal.pm
3534Installing /usr/local/share/man/man3/Test::Fatal.3pm
3535Appending installation info to /usr/lib64/perl5/perllocal.pod
3536 RJBS/Test-Fatal-0.014.tar.gz
3537 /usr/bin/make install -- OK
3538Running install for module 'Test::Output'
3539Running make for B/BD/BDFOY/Test-Output-1.03.tar.gz
3540Fetching with HTTP::Tiny:
3541http://cpan.dcc.uchile.cl/authors/id/B/BD/BDFOY/Test-Output-1.03.tar.gz
3542Fetching with HTTP::Tiny:
3543http://cpan.dcc.uchile.cl/authors/id/B/BD/BDFOY/CHECKSUMS
3544Checksum for /root/.cpan/sources/authors/id/B/BD/BDFOY/Test-Output-1.03.tar.gz ok
3545
3546 CPAN.pm: Building B/BD/BDFOY/Test-Output-1.03.tar.gz
3547
3548Checking if your kit is complete...
3549Looks good
3550Warning: prerequisite Sub::Exporter 0 not found.
3551Writing Makefile for Test::Output
3552Writing MYMETA.yml and MYMETA.json
3553---- Unsatisfied dependencies detected during ----
3554---- BDFOY/Test-Output-1.03.tar.gz ----
3555 Sub::Exporter [requires]
3556Skipping test because of notest pragma
3557Running make install
3558 Delayed until after prerequisites
3559Running install for module 'Sub::Exporter'
3560Running make for R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
3561Fetching with HTTP::Tiny:
3562http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
3563Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz ok
3564
3565 CPAN.pm: Building R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
3566
3567Checking if your kit is complete...
3568Looks good
3569Writing Makefile for Sub::Exporter
3570Writing MYMETA.yml and MYMETA.json
3571cp lib/Sub/Exporter/Util.pm blib/lib/Sub/Exporter/Util.pm
3572cp lib/Sub/Exporter/Cookbook.pod blib/lib/Sub/Exporter/Cookbook.pod
3573cp lib/Sub/Exporter/Tutorial.pod blib/lib/Sub/Exporter/Tutorial.pod
3574cp lib/Sub/Exporter.pm blib/lib/Sub/Exporter.pm
3575Manifying blib/man3/Sub::Exporter::Util.3pm
3576Manifying blib/man3/Sub::Exporter::Cookbook.3pm
3577Manifying blib/man3/Sub::Exporter::Tutorial.3pm
3578Manifying blib/man3/Sub::Exporter.3pm
3579 RJBS/Sub-Exporter-0.987.tar.gz
3580 /usr/bin/make -- OK
3581Skipping test because of notest pragma
3582Running make install
3583Installing /usr/local/share/perl5/Sub/Exporter.pm
3584Installing /usr/local/share/perl5/Sub/Exporter/Cookbook.pod
3585Installing /usr/local/share/perl5/Sub/Exporter/Tutorial.pod
3586Installing /usr/local/share/perl5/Sub/Exporter/Util.pm
3587Installing /usr/local/share/man/man3/Sub::Exporter.3pm
3588Installing /usr/local/share/man/man3/Sub::Exporter::Tutorial.3pm
3589Installing /usr/local/share/man/man3/Sub::Exporter::Cookbook.3pm
3590Installing /usr/local/share/man/man3/Sub::Exporter::Util.3pm
3591Appending installation info to /usr/lib64/perl5/perllocal.pod
3592 RJBS/Sub-Exporter-0.987.tar.gz
3593 /usr/bin/make install -- OK
3594Running make for B/BD/BDFOY/Test-Output-1.03.tar.gz
3595 Has already been unwrapped into directory /root/.cpan/build/Test-Output-1.03-dpkOsd
3596
3597 CPAN.pm: Building B/BD/BDFOY/Test-Output-1.03.tar.gz
3598
3599cp lib/Test/Output.pm blib/lib/Test/Output.pm
3600Manifying blib/man3/Test::Output.3pm
3601 BDFOY/Test-Output-1.03.tar.gz
3602 /usr/bin/make -- OK
3603Skipping test because of notest pragma
3604Running make install
3605Installing /usr/local/share/perl5/Test/Output.pm
3606Installing /usr/local/share/man/man3/Test::Output.3pm
3607Appending installation info to /usr/lib64/perl5/perllocal.pod
3608 BDFOY/Test-Output-1.03.tar.gz
3609 /usr/bin/make install -- OK
3610Running install for module 'Test::Exception'
3611Running make for E/EX/EXODIST/Test-Exception-0.41.tar.gz
3612Fetching with HTTP::Tiny:
3613http://cpan.dcc.uchile.cl/authors/id/E/EX/EXODIST/Test-Exception-0.41.tar.gz
3614Checksum for /root/.cpan/sources/authors/id/E/EX/EXODIST/Test-Exception-0.41.tar.gz ok
3615
3616 CPAN.pm: Building E/EX/EXODIST/Test-Exception-0.41.tar.gz
3617
3618Warning: prerequisite Sub::Uplevel 0.18 not found.
3619Checking if your kit is complete...
3620Looks good
3621Writing Makefile for Test::Exception
3622Writing MYMETA.yml and MYMETA.json
3623---- Unsatisfied dependencies detected during ----
3624---- EXODIST/Test-Exception-0.41.tar.gz ----
3625 Sub::Uplevel [requires]
3626Skipping test because of notest pragma
3627Running make install
3628 Delayed until after prerequisites
3629Running install for module 'Sub::Uplevel'
3630Running make for D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
3631Fetching with HTTP::Tiny:
3632http://cpan.dcc.uchile.cl/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
3633Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz ok
3634
3635 CPAN.pm: Building D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
3636
3637Checking if your kit is complete...
3638Looks good
3639Writing Makefile for Sub::Uplevel
3640Writing MYMETA.yml and MYMETA.json
3641cp lib/Sub/Uplevel.pm blib/lib/Sub/Uplevel.pm
3642Manifying blib/man3/Sub::Uplevel.3pm
3643 DAGOLDEN/Sub-Uplevel-0.25.tar.gz
3644 /usr/bin/make -- OK
3645Skipping test because of notest pragma
3646Running make install
3647Installing /usr/local/share/perl5/Sub/Uplevel.pm
3648Installing /usr/local/share/man/man3/Sub::Uplevel.3pm
3649Appending installation info to /usr/lib64/perl5/perllocal.pod
3650 DAGOLDEN/Sub-Uplevel-0.25.tar.gz
3651 /usr/bin/make install -- OK
3652Running make for E/EX/EXODIST/Test-Exception-0.41.tar.gz
3653 Has already been unwrapped into directory /root/.cpan/build/Test-Exception-0.41-wtjcoC
3654
3655 CPAN.pm: Building E/EX/EXODIST/Test-Exception-0.41.tar.gz
3656
3657cp lib/Test/Exception.pm blib/lib/Test/Exception.pm
3658Manifying blib/man3/Test::Exception.3pm
3659 EXODIST/Test-Exception-0.41.tar.gz
3660 /usr/bin/make -- OK
3661Skipping test because of notest pragma
3662Running make install
3663Installing /usr/local/share/perl5/Test/Exception.pm
3664Installing /usr/local/share/man/man3/Test::Exception.3pm
3665Appending installation info to /usr/lib64/perl5/perllocal.pod
3666 EXODIST/Test-Exception-0.41.tar.gz
3667 /usr/bin/make install -- OK
3668Running Build for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3669 Has already been unwrapped into directory /root/.cpan/build/Mouse-v2.4.5-kGcXO2
3670
3671 CPAN.pm: Building S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
3672
3673Building Mouse
3674Can't locate Fatal.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at tool/generate-mouse-tiny.pl line 5.
3675BEGIN failed--compilation aborted at tool/generate-mouse-tiny.pl line 5.
3676Cannot generate Mouse::Tiny: No such file or directory at builder/MyBuilder.pm line 33.
3677xs-src/MouseAccessor.xs => xs-src/MouseAccessor.c
3678xs-src/MouseAttribute.xs => xs-src/MouseAttribute.c
3679xs-src/MouseTypeConstraints.xs => xs-src/MouseTypeConstraints.c
3680xs-src/MouseUtil.xs => xs-src/MouseUtil.c
3681gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseAttribute.o xs-src/MouseAttribute.c
3682gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseTypeConstraints.o xs-src/MouseTypeConstraints.c
3683xs-src/MouseTypeConstraints.xs: In function 'mouse_tc_generate':
3684xs-src/MouseTypeConstraints.xs:507:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
3685 MAGIC* mg;
3686 ^
3687xs-src/MouseTypeConstraints.xs: In function 'S_nv_is_integer':
3688xs-src/MouseTypeConstraints.xs:156:9: warning: ignoring return value of 'gcvt', declared with attribute warn_unused_result [-Wunused-result]
3689 (void)Gconvert(nv, NV_DIG, 0, buf);
3690 ^
3691gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseAccessor.o xs-src/MouseAccessor.c
3692xs-src/MouseAccessor.xs: In function 'mouse_simple_accessor_generate':
3693xs-src/MouseAccessor.xs:337:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
3694 MAGIC* mg;
3695 ^
3696gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseUtil.o xs-src/MouseUtil.c
3697gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -DXS_VERSION="v2.4.5" -DVERSION="v2.4.5" -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o lib/Mouse.o lib/Mouse.c
3698ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Mouse/Mouse.bs')
3699gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o blib/arch/auto/Mouse/Mouse.so lib/Mouse.o xs-src/MouseAttribute.o xs-src/MouseTypeConstraints.o xs-src/MouseAccessor.o xs-src/MouseUtil.o
3700 SYOHEX/Mouse-v2.4.5.tar.gz
3701 ./Build -- OK
3702Skipping test because of notest pragma
3703Running Build install
3704Building Mouse
3705Can't locate Fatal.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at tool/generate-mouse-tiny.pl line 5.
3706BEGIN failed--compilation aborted at tool/generate-mouse-tiny.pl line 5.
3707Cannot generate Mouse::Tiny: at builder/MyBuilder.pm line 33.
3708xs-src/MouseAccessor.xs => xs-src/MouseAccessor.c
3709xs-src/MouseAttribute.xs => xs-src/MouseAttribute.c
3710xs-src/MouseTypeConstraints.xs => xs-src/MouseTypeConstraints.c
3711xs-src/MouseUtil.xs => xs-src/MouseUtil.c
3712gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseAttribute.o xs-src/MouseAttribute.c
3713gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseTypeConstraints.o xs-src/MouseTypeConstraints.c
3714xs-src/MouseTypeConstraints.xs: In function 'mouse_tc_generate':
3715xs-src/MouseTypeConstraints.xs:507:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
3716 MAGIC* mg;
3717 ^
3718xs-src/MouseTypeConstraints.xs: In function 'S_nv_is_integer':
3719xs-src/MouseTypeConstraints.xs:156:9: warning: ignoring return value of 'gcvt', declared with attribute warn_unused_result [-Wunused-result]
3720 (void)Gconvert(nv, NV_DIG, 0, buf);
3721 ^
3722gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseAccessor.o xs-src/MouseAccessor.c
3723xs-src/MouseAccessor.xs: In function 'mouse_simple_accessor_generate':
3724xs-src/MouseAccessor.xs:337:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
3725 MAGIC* mg;
3726 ^
3727gcc -I. -Ixs-src -I/usr/lib64/perl5/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o xs-src/MouseUtil.o xs-src/MouseUtil.c
3728gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o blib/arch/auto/Mouse/Mouse.so lib/Mouse.o xs-src/MouseAttribute.o xs-src/MouseTypeConstraints.o xs-src/MouseAccessor.o xs-src/MouseUtil.o
3729Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
3730Installing /usr/local/lib64/perl5/auto/Mouse/Mouse.so
3731Installing /usr/local/lib64/perl5/auto/Mouse/Mouse.bs
3732Installing /usr/local/lib64/perl5/Squirrel.pm
3733Installing /usr/local/lib64/perl5/ouse.pm
3734Installing /usr/local/lib64/perl5/Mouse.pm
3735Installing /usr/local/lib64/perl5/Test/Mouse.pm
3736Installing /usr/local/lib64/perl5/Squirrel/Role.pm
3737Installing /usr/local/lib64/perl5/Mouse/TypeRegistry.pm
3738Installing /usr/local/lib64/perl5/Mouse/Role.pm
3739Installing /usr/local/lib64/perl5/Mouse/XS.pod
3740Installing /usr/local/lib64/perl5/Mouse/Tiny.pod
3741Installing /usr/local/lib64/perl5/Mouse/PurePerl.pm
3742Installing /usr/local/lib64/perl5/Mouse/Exporter.pm
3743Installing /usr/local/lib64/perl5/Mouse/Util.pm
3744Installing /usr/local/lib64/perl5/Mouse/Spec.pm
3745Installing /usr/local/lib64/perl5/Mouse/Object.pm
3746Installing /usr/local/lib64/perl5/Mouse/Meta/Role.pm
3747Installing /usr/local/lib64/perl5/Mouse/Meta/Module.pm
3748Installing /usr/local/lib64/perl5/Mouse/Meta/TypeConstraint.pm
3749Installing /usr/local/lib64/perl5/Mouse/Meta/Method.pm
3750Installing /usr/local/lib64/perl5/Mouse/Meta/Attribute.pm
3751Installing /usr/local/lib64/perl5/Mouse/Meta/Class.pm
3752Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Delegation.pm
3753Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Destructor.pm
3754Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Constructor.pm
3755Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Accessor.pm
3756Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Method.pm
3757Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Application.pm
3758Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Composite.pm
3759Installing /usr/local/lib64/perl5/Mouse/Util/MetaRole.pm
3760Installing /usr/local/lib64/perl5/Mouse/Util/TypeConstraints.pm
3761Installing /usr/local/share/man/man3/Mouse::Spec.3pm
3762Installing /usr/local/share/man/man3/Mouse::XS.3pm
3763Installing /usr/local/share/man/man3/ouse.3pm
3764Installing /usr/local/share/man/man3/Mouse::Meta::Class.3pm
3765Installing /usr/local/share/man/man3/Mouse::Meta::Module.3pm
3766Installing /usr/local/share/man/man3/Mouse::Meta::Role::Composite.3pm
3767Installing /usr/local/share/man/man3/Mouse::Meta::Method::Accessor.3pm
3768Installing /usr/local/share/man/man3/Mouse.3pm
3769Installing /usr/local/share/man/man3/Squirrel::Role.3pm
3770Installing /usr/local/share/man/man3/Mouse::Util::TypeConstraints.3pm
3771Installing /usr/local/share/man/man3/Mouse::Meta::Attribute.3pm
3772Installing /usr/local/share/man/man3/Mouse::PurePerl.3pm
3773Installing /usr/local/share/man/man3/Mouse::Tiny.3pm
3774Installing /usr/local/share/man/man3/Mouse::Util.3pm
3775Installing /usr/local/share/man/man3/Mouse::Meta::Role::Application.3pm
3776Installing /usr/local/share/man/man3/Mouse::Exporter.3pm
3777Installing /usr/local/share/man/man3/Mouse::TypeRegistry.3pm
3778Installing /usr/local/share/man/man3/Mouse::Role.3pm
3779Installing /usr/local/share/man/man3/Squirrel.3pm
3780Installing /usr/local/share/man/man3/Mouse::Util::MetaRole.3pm
3781Installing /usr/local/share/man/man3/Mouse::Meta::Method.3pm
3782Installing /usr/local/share/man/man3/Mouse::Meta::Method::Destructor.3pm
3783Installing /usr/local/share/man/man3/Mouse::Meta::Role.3pm
3784Installing /usr/local/share/man/man3/Mouse::Meta::Method::Delegation.3pm
3785Installing /usr/local/share/man/man3/Mouse::Meta::Method::Constructor.3pm
3786Installing /usr/local/share/man/man3/Mouse::Object.3pm
3787Installing /usr/local/share/man/man3/Test::Mouse.3pm
3788Installing /usr/local/share/man/man3/Mouse::Meta::TypeConstraint.3pm
3789Installing /usr/local/share/man/man3/Mouse::Meta::Role::Method.3pm
3790 SYOHEX/Mouse-v2.4.5.tar.gz
3791 ./Build install -- OK
3792Running Build for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3793 Has already been unwrapped into directory /root/.cpan/build/AnyEvent-IMAP-0.04-fTTWNi
3794
3795 CPAN.pm: Building T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3796
3797Building AnyEvent-IMAP
3798 TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3799 ./Build -- OK
3800Skipping test because of notest pragma
3801Running Build install
3802Building AnyEvent-IMAP
3803Installing /usr/local/share/perl5/Mail/IMAP/Util.pm
3804Installing /usr/local/share/perl5/Mail/IMAP/Envelope.pm
3805Installing /usr/local/share/perl5/Mail/IMAP/Address.pm
3806Installing /usr/local/share/perl5/AnyEvent/IMAP.pm
3807Installing /usr/local/share/man/man3/Mail::IMAP::Envelope.3pm
3808Installing /usr/local/share/man/man3/AnyEvent::IMAP.3pm
3809 TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
3810 ./Build install -- OK
3811AnyEvent::Socket is up to date (undef).
3812AnyEvent::Util is up to date (undef).
3813Running install for module 'Carp'
3814Running make for R/RJ/RJBS/Carp-1.38.tar.gz
3815Fetching with HTTP::Tiny:
3816http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJBS/Carp-1.38.tar.gz
3817Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Carp-1.38.tar.gz ok
3818
3819 CPAN.pm: Building R/RJ/RJBS/Carp-1.38.tar.gz
3820
3821Checking if your kit is complete...
3822Looks good
3823Writing Makefile for Carp
3824Writing MYMETA.yml and MYMETA.json
3825cp lib/Carp.pm blib/lib/Carp.pm
3826cp lib/Carp/Heavy.pm blib/lib/Carp/Heavy.pm
3827Manifying blib/man3/Carp.3pm
3828 RJBS/Carp-1.38.tar.gz
3829 /usr/bin/make -- OK
3830Skipping test because of notest pragma
3831Running make install
3832Manifying blib/man3/Carp.3pm
3833Installing /usr/local/share/perl5/Carp.pm
3834Installing /usr/local/share/perl5/Carp/Heavy.pm
3835Installing /usr/local/share/man/man3/Carp.3pm
3836Appending installation info to /usr/lib64/perl5/perllocal.pod
3837 RJBS/Carp-1.38.tar.gz
3838 /usr/bin/make install -- OK
3839Running install for module 'Cookie::Baker'
3840Running make for K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
3841Fetching with HTTP::Tiny:
3842http://cpan.dcc.uchile.cl/authors/id/K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
3843Checksum for /root/.cpan/sources/authors/id/K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz ok
3844
3845 CPAN.pm: Building K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
3846
3847Created MYMETA.yml and MYMETA.json
3848Creating new 'Build' script for 'Cookie-Baker' version '0.06'
3849cp META.json MYMETA.json
3850cp META.yml MYMETA.yml
3851---- Unsatisfied dependencies detected during ----
3852---- KAZEBURO/Cookie-Baker-0.06.tar.gz ----
3853 Test::Time [build_requires]
3854Skipping test because of notest pragma
3855Running Build install
3856 Delayed until after prerequisites
3857Running install for module 'Test::Time'
3858Running make for S/SA/SATOH/Test-Time-0.04.tar.gz
3859Fetching with HTTP::Tiny:
3860http://cpan.dcc.uchile.cl/authors/id/S/SA/SATOH/Test-Time-0.04.tar.gz
3861Fetching with HTTP::Tiny:
3862http://cpan.dcc.uchile.cl/authors/id/S/SA/SATOH/CHECKSUMS
3863Checksum for /root/.cpan/sources/authors/id/S/SA/SATOH/Test-Time-0.04.tar.gz ok
3864
3865 CPAN.pm: Building S/SA/SATOH/Test-Time-0.04.tar.gz
3866
3867Subroutine readme_from redefined at inc/Module/Install/ReadmeFromPod.pm line 11.
3868Subroutine _readme_txt redefined at inc/Module/Install/ReadmeFromPod.pm line 64.
3869Subroutine _readme_htm redefined at inc/Module/Install/ReadmeFromPod.pm line 77.
3870Subroutine _readme_man redefined at inc/Module/Install/ReadmeFromPod.pm line 96.
3871Subroutine _readme_pdf redefined at inc/Module/Install/ReadmeFromPod.pm line 106.
3872Subroutine _all_from redefined at inc/Module/Install/ReadmeFromPod.pm line 122.
3873Subroutine use_test_base redefined at inc/Module/Install/TestBase.pm line 13.
3874Cannot determine perl version info from lib/Test/Time.pm
3875Checking if your kit is complete...
3876Looks good
3877Writing Makefile for Test::Time
3878Writing MYMETA.yml and MYMETA.json
3879---- Unsatisfied dependencies detected during ----
3880---- SATOH/Test-Time-0.04.tar.gz ----
3881 Test::Name::FromLine [build_requires]
3882Skipping test because of notest pragma
3883Running make install
3884 Delayed until after prerequisites
3885Running install for module 'Test::Name::FromLine'
3886Running make for S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
3887Fetching with HTTP::Tiny:
3888http://cpan.dcc.uchile.cl/authors/id/S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
3889Checksum for /root/.cpan/sources/authors/id/S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz ok
3890
3891 CPAN.pm: Building S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
3892
3893Created MYMETA.yml and MYMETA.json
3894Creating new 'Build' script for 'Test-Name-FromLine' version '0.13'
3895Merging cpanfile prereqs to MYMETA.yml
3896Merging cpanfile prereqs to MYMETA.json
3897---- Unsatisfied dependencies detected during ----
3898---- SATOH/Test-Name-FromLine-0.13.tar.gz ----
3899 File::Slurp [requires]
3900 Test::Differences [build_requires]
3901Skipping test because of notest pragma
3902Running Build install
3903 Delayed until after prerequisites
3904Running install for module 'File::Slurp'
3905Running make for U/UR/URI/File-Slurp-9999.19.tar.gz
3906Fetching with HTTP::Tiny:
3907http://cpan.dcc.uchile.cl/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz
3908Fetching with HTTP::Tiny:
3909http://cpan.dcc.uchile.cl/authors/id/U/UR/URI/CHECKSUMS
3910Checksum for /root/.cpan/sources/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz ok
3911
3912 CPAN.pm: Building U/UR/URI/File-Slurp-9999.19.tar.gz
3913
3914Checking if your kit is complete...
3915Looks good
3916Writing Makefile for File::Slurp
3917Writing MYMETA.yml and MYMETA.json
3918cp lib/File/Slurp.pm blib/lib/File/Slurp.pm
3919Manifying blib/man3/File::Slurp.3pm
3920 URI/File-Slurp-9999.19.tar.gz
3921 /usr/bin/make -- OK
3922Skipping test because of notest pragma
3923Running make install
3924Installing /usr/local/share/perl5/File/Slurp.pm
3925Installing /usr/local/share/man/man3/File::Slurp.3pm
3926Appending installation info to /usr/lib64/perl5/perllocal.pod
3927 URI/File-Slurp-9999.19.tar.gz
3928 /usr/bin/make install -- OK
3929Running install for module 'Test::Differences'
3930Running make for D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
3931Fetching with HTTP::Tiny:
3932http://cpan.dcc.uchile.cl/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
3933Fetching with HTTP::Tiny:
3934http://cpan.dcc.uchile.cl/authors/id/D/DC/DCANTRELL/CHECKSUMS
3935Checksum for /root/.cpan/sources/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz ok
3936
3937 CPAN.pm: Building D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
3938
3939Checking prerequisites...
3940 requires:
3941 ! Text::Diff is not installed
3942
3943ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
3944of the modules indicated above before proceeding with this installation
3945
3946Created MYMETA.yml and MYMETA.json
3947Creating new 'Build' script for 'Test-Differences' version '0.64'
3948---- Unsatisfied dependencies detected during ----
3949---- DCANTRELL/Test-Differences-0.64.tar.gz ----
3950 Text::Diff [requires]
3951Skipping test because of notest pragma
3952Running Build install
3953 Delayed until after prerequisites
3954Running install for module 'Text::Diff'
3955Running make for N/NE/NEILB/Text-Diff-1.43.tar.gz
3956Fetching with HTTP::Tiny:
3957http://cpan.dcc.uchile.cl/authors/id/N/NE/NEILB/Text-Diff-1.43.tar.gz
3958Fetching with HTTP::Tiny:
3959http://cpan.dcc.uchile.cl/authors/id/N/NE/NEILB/CHECKSUMS
3960Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/Text-Diff-1.43.tar.gz ok
3961
3962 CPAN.pm: Building N/NE/NEILB/Text-Diff-1.43.tar.gz
3963
3964Warning: prerequisite Algorithm::Diff 1.19 not found.
3965Checking if your kit is complete...
3966Looks good
3967Writing Makefile for Text::Diff
3968Writing MYMETA.yml and MYMETA.json
3969---- Unsatisfied dependencies detected during ----
3970---- NEILB/Text-Diff-1.43.tar.gz ----
3971 Algorithm::Diff [requires]
3972Skipping test because of notest pragma
3973Running make install
3974 Delayed until after prerequisites
3975Running install for module 'Algorithm::Diff'
3976Running make for T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
3977Fetching with HTTP::Tiny:
3978http://cpan.dcc.uchile.cl/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
3979Fetching with HTTP::Tiny:
3980http://cpan.dcc.uchile.cl/authors/id/T/TY/TYEMQ/CHECKSUMS
3981Checksum for /root/.cpan/sources/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz ok
3982
3983 CPAN.pm: Building T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
3984
3985Checking if your kit is complete...
3986Looks good
3987Writing Makefile for Algorithm::Diff
3988Writing MYMETA.yml and MYMETA.json
3989cp diffnew.pl blib/lib/Algorithm/diffnew.pl
3990cp diff.pl blib/lib/Algorithm/diff.pl
3991cp htmldiff.pl blib/lib/Algorithm/htmldiff.pl
3992cp lib/Algorithm/Diff.pm blib/lib/Algorithm/Diff.pm
3993cp lib/Algorithm/DiffOld.pm blib/lib/Algorithm/DiffOld.pm
3994cp cdiff.pl blib/lib/Algorithm/cdiff.pl
3995Manifying blib/man3/Algorithm::Diff.3pm
3996Manifying blib/man3/Algorithm::DiffOld.3pm
3997 TYEMQ/Algorithm-Diff-1.1903.tar.gz
3998 /usr/bin/make -- OK
3999Skipping test because of notest pragma
4000Running make install
4001Installing /usr/local/share/perl5/Algorithm/DiffOld.pm
4002Installing /usr/local/share/perl5/Algorithm/cdiff.pl
4003Installing /usr/local/share/perl5/Algorithm/Diff.pm
4004Installing /usr/local/share/perl5/Algorithm/diff.pl
4005Installing /usr/local/share/perl5/Algorithm/diffnew.pl
4006Installing /usr/local/share/perl5/Algorithm/htmldiff.pl
4007Installing /usr/local/share/man/man3/Algorithm::Diff.3pm
4008Installing /usr/local/share/man/man3/Algorithm::DiffOld.3pm
4009Appending installation info to /usr/lib64/perl5/perllocal.pod
4010 TYEMQ/Algorithm-Diff-1.1903.tar.gz
4011 /usr/bin/make install -- OK
4012Running make for N/NE/NEILB/Text-Diff-1.43.tar.gz
4013 Has already been unwrapped into directory /root/.cpan/build/Text-Diff-1.43-Om5H7Z
4014
4015 CPAN.pm: Building N/NE/NEILB/Text-Diff-1.43.tar.gz
4016
4017cp lib/Text/Diff/Table.pm blib/lib/Text/Diff/Table.pm
4018cp lib/Text/Diff.pm blib/lib/Text/Diff.pm
4019cp lib/Text/Diff/Config.pm blib/lib/Text/Diff/Config.pm
4020Manifying blib/man3/Text::Diff::Table.3pm
4021Manifying blib/man3/Text::Diff.3pm
4022Manifying blib/man3/Text::Diff::Config.3pm
4023 NEILB/Text-Diff-1.43.tar.gz
4024 /usr/bin/make -- OK
4025Skipping test because of notest pragma
4026Running make install
4027Installing /usr/local/share/perl5/Text/Diff.pm
4028Installing /usr/local/share/perl5/Text/Diff/Table.pm
4029Installing /usr/local/share/perl5/Text/Diff/Config.pm
4030Installing /usr/local/share/man/man3/Text::Diff.3pm
4031Installing /usr/local/share/man/man3/Text::Diff::Config.3pm
4032Installing /usr/local/share/man/man3/Text::Diff::Table.3pm
4033Appending installation info to /usr/lib64/perl5/perllocal.pod
4034 NEILB/Text-Diff-1.43.tar.gz
4035 /usr/bin/make install -- OK
4036Running Build for D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
4037 Has already been unwrapped into directory /root/.cpan/build/Test-Differences-0.64-vWNGCt
4038
4039 CPAN.pm: Building D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
4040
4041Building Test-Differences
4042 DCANTRELL/Test-Differences-0.64.tar.gz
4043 ./Build -- OK
4044Skipping test because of notest pragma
4045Running Build install
4046Building Test-Differences
4047Installing /usr/local/share/perl5/Test/Differences.pm
4048Installing /usr/local/share/man/man3/Test::Differences.3pm
4049 DCANTRELL/Test-Differences-0.64.tar.gz
4050 ./Build install -- OK
4051Running Build for S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
4052 Has already been unwrapped into directory /root/.cpan/build/Test-Name-FromLine-0.13-PooTpu
4053
4054 CPAN.pm: Building S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
4055
4056Building Test-Name-FromLine
4057 SATOH/Test-Name-FromLine-0.13.tar.gz
4058 ./Build -- OK
4059Skipping test because of notest pragma
4060Running Build install
4061Building Test-Name-FromLine
4062Installing /usr/local/share/perl5/Test/Name/FromLine.pm
4063Installing /usr/local/share/man/man3/Test::Name::FromLine.3pm
4064 SATOH/Test-Name-FromLine-0.13.tar.gz
4065 ./Build install -- OK
4066Running make for S/SA/SATOH/Test-Time-0.04.tar.gz
4067 Has already been unwrapped into directory /root/.cpan/build/Test-Time-0.04-cMBr4B
4068
4069 CPAN.pm: Building S/SA/SATOH/Test-Time-0.04.tar.gz
4070
4071cp lib/Test/Time.pm blib/lib/Test/Time.pm
4072Manifying blib/man3/Test::Time.3pm
4073 SATOH/Test-Time-0.04.tar.gz
4074 /usr/bin/make -- OK
4075Skipping test because of notest pragma
4076Running make install
4077Installing /usr/local/share/perl5/Test/Time.pm
4078Installing /usr/local/share/man/man3/Test::Time.3pm
4079Appending installation info to /usr/lib64/perl5/perllocal.pod
4080 SATOH/Test-Time-0.04.tar.gz
4081 /usr/bin/make install -- OK
4082Running Build for K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
4083 Has already been unwrapped into directory /root/.cpan/build/Cookie-Baker-0.06-b1LDuF
4084
4085 CPAN.pm: Building K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
4086
4087Building Cookie-Baker
4088 KAZEBURO/Cookie-Baker-0.06.tar.gz
4089 ./Build -- OK
4090Skipping test because of notest pragma
4091Running Build install
4092Building Cookie-Baker
4093Installing /usr/local/share/perl5/Cookie/Baker.pm
4094Installing /usr/local/share/man/man3/Cookie::Baker.3pm
4095 KAZEBURO/Cookie-Baker-0.06.tar.gz
4096 ./Build install -- OK
4097Running install for module 'DBI'
4098Running make for T/TI/TIMB/DBI-1.634.tar.gz
4099Fetching with HTTP::Tiny:
4100http://cpan.dcc.uchile.cl/authors/id/T/TI/TIMB/DBI-1.634.tar.gz
4101Fetching with HTTP::Tiny:
4102http://cpan.dcc.uchile.cl/authors/id/T/TI/TIMB/CHECKSUMS
4103Checksum for /root/.cpan/sources/authors/id/T/TI/TIMB/DBI-1.634.tar.gz ok
4104
4105 CPAN.pm: Building T/TI/TIMB/DBI-1.634.tar.gz
4106
4107Your perl was compiled with gcc (version 4.8.5 20150623 (Red Hat 4.8.5-4)), okay.
4108Creating test wrappers for DBD::Gofer:
4109t/zvg_01basics.t
4110t/zvg_02dbidrv.t
4111t/zvg_03handle.t
4112t/zvg_04mods.t
4113t/zvg_05concathash.t
4114t/zvg_06attrs.t
4115t/zvg_07kids.t
4116t/zvg_08keeperr.t
4117t/zvg_09trace.t
4118t/zvg_10examp.t
4119t/zvg_11fetch.t
4120t/zvg_12quote.t
4121t/zvg_13taint.t
4122t/zvg_14utf8.t
4123t/zvg_15array.t
4124t/zvg_16destroy.t
4125t/zvg_19fhtrace.t
4126t/zvg_20meta.t
4127t/zvg_30subclass.t
4128t/zvg_31methcache.t
4129t/zvg_35thrclone.t (use threads)
4130t/zvg_40profile.t
4131t/zvg_41prof_dump.t
4132t/zvg_42prof_data.t
4133t/zvg_43prof_env.t
4134t/zvg_48dbi_dbd_sqlengine.t
4135t/zvg_49dbd_file.t
4136t/zvg_50dbm_simple.t
4137t/zvg_51dbm_file.t
4138t/zvg_52dbm_complex.t
4139t/zvg_60preparse.t
4140t/zvg_65transact.t
4141t/zvg_70callbacks.t
4142t/zvg_72childhandles.t
4143t/zvg_80proxy.t
4144t/zvg_85gofer.t
4145t/zvg_86gofer_fail.t
4146t/zvg_87gofer_cache.t
4147t/zvg_90sql_type_cast.t
4148Creating test wrappers for DBI::SQL::Nano:
4149t/zvn_48dbi_dbd_sqlengine.t
4150t/zvn_49dbd_file.t
4151t/zvn_50dbm_simple.t
4152t/zvn_51dbm_file.t
4153t/zvn_52dbm_complex.t
4154t/zvn_85gofer.t
4155Creating test wrappers for DBI::PurePerl:
4156t/zvp_01basics.t
4157t/zvp_02dbidrv.t
4158t/zvp_03handle.t
4159t/zvp_04mods.t
4160t/zvp_05concathash.t
4161t/zvp_06attrs.t
4162t/zvp_07kids.t
4163t/zvp_08keeperr.t
4164t/zvp_09trace.t
4165t/zvp_10examp.t
4166t/zvp_11fetch.t
4167t/zvp_12quote.t
4168t/zvp_13taint.t
4169t/zvp_14utf8.t
4170t/zvp_15array.t
4171t/zvp_16destroy.t
4172t/zvp_19fhtrace.t
4173t/zvp_20meta.t
4174t/zvp_30subclass.t
4175t/zvp_31methcache.t
4176t/zvp_35thrclone.t (use threads)
4177t/zvp_40profile.t
4178t/zvp_41prof_dump.t
4179t/zvp_42prof_data.t
4180t/zvp_43prof_env.t
4181t/zvp_48dbi_dbd_sqlengine.t
4182t/zvp_49dbd_file.t
4183t/zvp_50dbm_simple.t
4184t/zvp_51dbm_file.t
4185t/zvp_52dbm_complex.t
4186t/zvp_60preparse.t
4187t/zvp_65transact.t
4188t/zvp_70callbacks.t
4189t/zvp_72childhandles.t
4190t/zvp_80proxy.t
4191t/zvp_85gofer.t
4192t/zvp_86gofer_fail.t
4193t/zvp_87gofer_cache.t
4194t/zvp_90sql_type_cast.t
4195Creating test wrappers for DBD::Gofer + DBI::SQL::Nano:
4196t/zvxgn_48dbi_dbd_sqlengine.t
4197t/zvxgn_49dbd_file.t
4198t/zvxgn_50dbm_simple.t
4199t/zvxgn_51dbm_file.t
4200t/zvxgn_52dbm_complex.t
4201t/zvxgn_85gofer.t
4202Creating test wrappers for DBD::Gofer + DBI::PurePerl:
4203t/zvxgp_01basics.t
4204t/zvxgp_02dbidrv.t
4205t/zvxgp_03handle.t
4206t/zvxgp_04mods.t
4207t/zvxgp_05concathash.t
4208t/zvxgp_06attrs.t
4209t/zvxgp_07kids.t
4210t/zvxgp_08keeperr.t
4211t/zvxgp_09trace.t
4212t/zvxgp_10examp.t
4213t/zvxgp_11fetch.t
4214t/zvxgp_12quote.t
4215t/zvxgp_13taint.t
4216t/zvxgp_14utf8.t
4217t/zvxgp_15array.t
4218t/zvxgp_16destroy.t
4219t/zvxgp_19fhtrace.t
4220t/zvxgp_20meta.t
4221t/zvxgp_30subclass.t
4222t/zvxgp_31methcache.t
4223t/zvxgp_35thrclone.t (use threads)
4224t/zvxgp_40profile.t
4225t/zvxgp_41prof_dump.t
4226t/zvxgp_42prof_data.t
4227t/zvxgp_43prof_env.t
4228t/zvxgp_48dbi_dbd_sqlengine.t
4229t/zvxgp_49dbd_file.t
4230t/zvxgp_50dbm_simple.t
4231t/zvxgp_51dbm_file.t
4232t/zvxgp_52dbm_complex.t
4233t/zvxgp_60preparse.t
4234t/zvxgp_65transact.t
4235t/zvxgp_70callbacks.t
4236t/zvxgp_72childhandles.t
4237t/zvxgp_80proxy.t
4238t/zvxgp_85gofer.t
4239t/zvxgp_86gofer_fail.t
4240t/zvxgp_87gofer_cache.t
4241t/zvxgp_90sql_type_cast.t
4242Creating test wrappers for DBI::SQL::Nano + DBI::PurePerl:
4243t/zvxnp_48dbi_dbd_sqlengine.t
4244t/zvxnp_49dbd_file.t
4245t/zvxnp_50dbm_simple.t
4246t/zvxnp_51dbm_file.t
4247t/zvxnp_52dbm_complex.t
4248t/zvxnp_85gofer.t
4249Creating test wrappers for DBD::Gofer + DBI::SQL::Nano + DBI::PurePerl:
4250t/zvxgnp_48dbi_dbd_sqlengine.t
4251t/zvxgnp_49dbd_file.t
4252t/zvxgnp_50dbm_simple.t
4253t/zvxgnp_51dbm_file.t
4254t/zvxgnp_52dbm_complex.t
4255t/zvxgnp_85gofer.t
4256Checking if your kit is complete...
4257Looks good
4258
4259Warning: By default new modules are installed into your 'site_lib'
4260 directories. Since site_lib directories come after the normal library
4261 directories you must delete old DBI files and directories from your
4262 'privlib' and 'archlib' directories and their auto subdirectories.
4263
4264Reinstall DBI and your DBD::* drivers after deleting the old directories.
4265
4266Here's a list of probable old files and directories:
4267
4268 /usr/lib64/perl5/vendor_perl/Bundle/DBI.pm
4269 /usr/lib64/perl5/vendor_perl/DBD
4270 /usr/lib64/perl5/vendor_perl/DBI
4271 /usr/lib64/perl5/vendor_perl/DBI.pm
4272 /usr/lib64/perl5/vendor_perl/DBI/Changes.pm
4273 /usr/lib64/perl5/vendor_perl/DBI/Const
4274 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo
4275 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo/ANSI.pm
4276 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo/ODBC.pm
4277 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfoReturn.pm
4278 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfoType.pm
4279 /usr/lib64/perl5/vendor_perl/DBI/DBD
4280 /usr/lib64/perl5/vendor_perl/DBI/DBD.pm
4281 /usr/lib64/perl5/vendor_perl/DBI/DBD/Metadata.pm
4282 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine
4283 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine.pm
4284 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine/Developers.pod
4285 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine/HowTo.pod
4286 /usr/lib64/perl5/vendor_perl/DBI/FAQ.pm
4287 /usr/lib64/perl5/vendor_perl/DBI/Gofer
4288 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Execute.pm
4289 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Request.pm
4290 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Response.pm
4291 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer
4292 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/Base.pm
4293 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/DataDumper.pm
4294 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/Storable.pm
4295 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport
4296 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/Base.pm
4297 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/pipeone.pm
4298 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/stream.pm
4299 /usr/lib64/perl5/vendor_perl/DBI/Profile.pm
4300 /usr/lib64/perl5/vendor_perl/DBI/ProfileData.pm
4301 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper
4302 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper.pm
4303 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper/Apache.pm
4304 /usr/lib64/perl5/vendor_perl/DBI/ProfileSubs.pm
4305 /usr/lib64/perl5/vendor_perl/DBI/ProxyServer.pm
4306 /usr/lib64/perl5/vendor_perl/DBI/PurePerl.pm
4307 /usr/lib64/perl5/vendor_perl/DBI/SQL
4308 /usr/lib64/perl5/vendor_perl/DBI/SQL/Nano.pm
4309 /usr/lib64/perl5/vendor_perl/DBI/Util
4310 /usr/lib64/perl5/vendor_perl/DBI/Util/CacheMemory.pm
4311 /usr/lib64/perl5/vendor_perl/DBI/Util/_accessor.pm
4312 /usr/lib64/perl5/vendor_perl/auto/DBD
4313 /usr/lib64/perl5/vendor_perl/auto/DBI
4314 /usr/lib64/perl5/vendor_perl/auto/DBI/DBI.so
4315 /usr/lib64/perl5/vendor_perl/auto/DBI/DBIXS.h
4316 /usr/lib64/perl5/vendor_perl/auto/DBI/Driver.xst
4317 /usr/lib64/perl5/vendor_perl/auto/DBI/Driver_xst.h
4318 /usr/lib64/perl5/vendor_perl/auto/DBI/dbd_xsh.h
4319 /usr/lib64/perl5/vendor_perl/auto/DBI/dbi_sql.h
4320 /usr/lib64/perl5/vendor_perl/auto/DBI/dbipport.h
4321 /usr/lib64/perl5/vendor_perl/auto/DBI/dbivport.h
4322 /usr/lib64/perl5/vendor_perl/auto/DBI/dbixs_rev.h
4323
4324Writing Makefile for DBI
4325
4326 I see you're using perl 5.016003 on x86_64-linux-thread-multi, okay.
4327 Remember to actually *read* the README file!
4328 Use 'make' to build the software (dmake or nmake on Windows).
4329 Then 'make test' to execute self tests.
4330 Then 'make install' to install the DBI and then delete this working
4331 directory before unpacking and building any DBD::* drivers.
4332
4333Writing MYMETA.yml and MYMETA.json
4334/usr/bin/perl -MExtUtils::Command -e 'mkpath' -- blib/lib/DBI
4335rm -f blib/lib/DBI/Changes.pm
4336cp Changes blib/lib/DBI/Changes.pm
4337cp Driver_xst.h blib/arch/auto/DBI/Driver_xst.h
4338cp lib/DBI/Gofer/Response.pm blib/lib/DBI/Gofer/Response.pm
4339cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm
4340cp lib/DBI/Util/_accessor.pm blib/lib/DBI/Util/_accessor.pm
4341cp lib/DBI/Gofer/Transport/Base.pm blib/lib/DBI/Gofer/Transport/Base.pm
4342cp lib/DBD/DBM.pm blib/lib/DBD/DBM.pm
4343cp DBIXS.h blib/arch/auto/DBI/DBIXS.h
4344cp dbixs_rev.pl blib/lib/dbixs_rev.pl
4345cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm
4346cp lib/DBI/Gofer/Serializer/DataDumper.pm blib/lib/DBI/Gofer/Serializer/DataDumper.pm
4347cp lib/DBI/DBD/Metadata.pm blib/lib/DBI/DBD/Metadata.pm
4348cp lib/DBI/Const/GetInfo/ODBC.pm blib/lib/DBI/Const/GetInfo/ODBC.pm
4349cp lib/DBD/Gofer/Transport/pipeone.pm blib/lib/DBD/Gofer/Transport/pipeone.pm
4350cp lib/DBI/ProfileDumper/Apache.pm blib/lib/DBI/ProfileDumper/Apache.pm
4351cp lib/DBD/File.pm blib/lib/DBD/File.pm
4352cp Driver.xst blib/arch/auto/DBI/Driver.xst
4353cp lib/DBD/File/Roadmap.pod blib/lib/DBD/File/Roadmap.pod
4354cp lib/DBI/Util/CacheMemory.pm blib/lib/DBI/Util/CacheMemory.pm
4355cp lib/DBI/ProfileSubs.pm blib/lib/DBI/ProfileSubs.pm
4356cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm
4357cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h
4358cp lib/DBD/Gofer.pm blib/lib/DBD/Gofer.pm
4359cp lib/DBD/File/HowTo.pod blib/lib/DBD/File/HowTo.pod
4360cp dbivport.h blib/arch/auto/DBI/dbivport.h
4361cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h
4362cp lib/DBI/DBD/SqlEngine/HowTo.pod blib/lib/DBI/DBD/SqlEngine/HowTo.pod
4363cp dbixs_rev.h blib/arch/auto/DBI/dbixs_rev.h
4364cp lib/DBD/Gofer/Transport/corostream.pm blib/lib/DBD/Gofer/Transport/corostream.pm
4365cp lib/DBD/Gofer/Transport/Base.pm blib/lib/DBD/Gofer/Transport/Base.pm
4366cp lib/DBI/FAQ.pm blib/lib/DBI/FAQ.pm
4367cp lib/DBD/Gofer/Policy/rush.pm blib/lib/DBD/Gofer/Policy/rush.pm
4368cp lib/DBI/SQL/Nano.pm blib/lib/DBI/SQL/Nano.pm
4369cp lib/DBI/Gofer/Request.pm blib/lib/DBI/Gofer/Request.pm
4370cp lib/DBI/Const/GetInfo/ANSI.pm blib/lib/DBI/Const/GetInfo/ANSI.pm
4371cp lib/DBD/Gofer/Transport/stream.pm blib/lib/DBD/Gofer/Transport/stream.pm
4372cp lib/DBD/Gofer/Policy/classic.pm blib/lib/DBD/Gofer/Policy/classic.pm
4373cp lib/DBI/Gofer/Serializer/Storable.pm blib/lib/DBI/Gofer/Serializer/Storable.pm
4374cp lib/DBI/Const/GetInfoReturn.pm blib/lib/DBI/Const/GetInfoReturn.pm
4375cp DBI.pm blib/lib/DBI.pm
4376cp lib/DBI/Gofer/Transport/stream.pm blib/lib/DBI/Gofer/Transport/stream.pm
4377cp lib/DBD/Gofer/Policy/Base.pm blib/lib/DBD/Gofer/Policy/Base.pm
4378cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm
4379cp lib/DBD/Gofer/Policy/pedantic.pm blib/lib/DBD/Gofer/Policy/pedantic.pm
4380cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm
4381cp lib/DBI/DBD/SqlEngine/Developers.pod blib/lib/DBI/DBD/SqlEngine/Developers.pod
4382cp lib/DBI/Gofer/Transport/pipeone.pm blib/lib/DBI/Gofer/Transport/pipeone.pm
4383cp lib/DBD/Gofer/Transport/null.pm blib/lib/DBD/Gofer/Transport/null.pm
4384cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm
4385cp lib/DBD/File/Developers.pod blib/lib/DBD/File/Developers.pod
4386cp lib/DBI/Profile.pm blib/lib/DBI/Profile.pm
4387cp lib/DBI/ProfileDumper.pm blib/lib/DBI/ProfileDumper.pm
4388cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm
4389cp lib/DBI/Gofer/Serializer/Base.pm blib/lib/DBI/Gofer/Serializer/Base.pm
4390cp dbipport.h blib/arch/auto/DBI/dbipport.h
4391cp lib/DBI/Gofer/Execute.pm blib/lib/DBI/Gofer/Execute.pm
4392cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm
4393cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm
4394cp lib/DBI/DBD/SqlEngine.pm blib/lib/DBI/DBD/SqlEngine.pm
4395cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm
4396cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm
4397cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm
4398/usr/bin/perl -p -e "s/~DRIVER~/Perl/g" ./Driver.xst > Perl.xsi
4399/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Perl.xs > Perl.xsc && mv Perl.xsc Perl.c
4400gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.634\" -DXS_VERSION=\"1.634\" -fPIC "-I/usr/lib64/perl5/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter Perl.c
4401Perl.c: In function 'XS_DBD__Perl__dr_data_sources':
4402Perl.c:276:7: warning: variable 'attr' set but not used [-Wunused-but-set-variable]
4403 SV * attr;
4404 ^
4405Perl.c: In function 'XS_DBD__Perl__db__login':
4406Perl.c:320:7: warning: variable 'attribs' set but not used [-Wunused-but-set-variable]
4407 SV * attribs;
4408 ^
4409Perl.c: In function 'XS_DBD__Perl__db_last_insert_id':
4410Perl.c:555:7: warning: variable 'attr' set but not used [-Wunused-but-set-variable]
4411 SV * attr;
4412 ^
4413/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap DBI.xs > DBI.xsc && mv DBI.xsc DBI.c
4414gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.634\" -DXS_VERSION=\"1.634\" -fPIC "-I/usr/lib64/perl5/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter DBI.c
4415Running Mkbootstrap for DBI ()
4416chmod 644 DBI.bs
4417rm -f blib/arch/auto/DBI/DBI.so
4418gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro DBI.o -o blib/arch/auto/DBI/DBI.so \
4419 \
4420
4421chmod 755 blib/arch/auto/DBI/DBI.so
4422cp DBI.bs blib/arch/auto/DBI/DBI.bs
4423chmod 644 blib/arch/auto/DBI/DBI.bs
4424/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiprof.PL dbiprof
4425Extracted dbiprof from dbiprof.PL with variable substitutions.
4426cp dbiprof blib/script/dbiprof
4427/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiprof
4428/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiproxy.PL dbiproxy
4429Extracted dbiproxy from dbiproxy.PL with variable substitutions.
4430cp dbiproxy blib/script/dbiproxy
4431/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiproxy
4432/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbilogstrip.PL dbilogstrip
4433Extracted dbilogstrip from dbilogstrip.PL with variable substitutions.
4434cp dbilogstrip blib/script/dbilogstrip
4435/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbilogstrip
4436Manifying blib/man1/dbiprof.1
4437Manifying blib/man1/dbiproxy.1
4438Manifying blib/man1/dbilogstrip.1
4439Manifying blib/man3/DBD::Proxy.3pm
4440Manifying blib/man3/DBI::Gofer::Response.3pm
4441Manifying blib/man3/DBI::Gofer::Transport::Base.3pm
4442Manifying blib/man3/DBD::DBM.3pm
4443Manifying blib/man3/DBI::Gofer::Serializer::DataDumper.3pm
4444Manifying blib/man3/DBI::Const::GetInfoType.3pm
4445Manifying blib/man3/DBI::DBD::Metadata.3pm
4446Manifying blib/man3/DBD::Gofer::Transport::pipeone.3pm
4447Manifying blib/man3/DBI::Const::GetInfo::ODBC.3pm
4448Manifying blib/man3/DBI::ProfileDumper::Apache.3pm
4449Manifying blib/man3/DBD::File::Roadmap.3pm
4450Manifying blib/man3/DBD::File.3pm
4451Manifying blib/man3/DBI::Util::CacheMemory.3pm
4452Manifying blib/man3/DBI::ProfileSubs.3pm
4453Manifying blib/man3/DBD::File::HowTo.3pm
4454Manifying blib/man3/DBD::Gofer.3pm
4455Manifying blib/man3/DBI::DBD::SqlEngine::HowTo.3pm
4456Manifying blib/man3/DBD::Gofer::Transport::corostream.3pm
4457Manifying blib/man3/DBD::Gofer::Transport::Base.3pm
4458Manifying blib/man3/DBI::FAQ.3pm
4459Manifying blib/man3/DBD::Gofer::Policy::rush.3pm
4460Manifying blib/man3/DBI::SQL::Nano.3pm
4461Manifying blib/man3/DBI::Const::GetInfo::ANSI.3pm
4462Manifying blib/man3/DBI::Gofer::Request.3pm
4463Manifying blib/man3/DBD::Gofer::Transport::stream.3pm
4464Manifying blib/man3/DBD::Gofer::Policy::classic.3pm
4465Manifying blib/man3/DBD::Gofer::Policy::Base.3pm
4466Manifying blib/man3/DBI::Gofer::Transport::stream.3pm
4467Manifying blib/man3/DBI.3pm
4468Manifying blib/man3/DBI::Const::GetInfoReturn.3pm
4469Manifying blib/man3/DBI::Gofer::Serializer::Storable.3pm
4470Manifying blib/man3/DBD::Sponge.3pm
4471Manifying blib/man3/DBD::Gofer::Policy::pedantic.3pm
4472Manifying blib/man3/DBI::W32ODBC.3pm
4473Manifying blib/man3/DBI::DBD::SqlEngine::Developers.3pm
4474Manifying blib/man3/DBI::Gofer::Transport::pipeone.3pm
4475Manifying blib/man3/DBD::Gofer::Transport::null.3pm
4476Manifying blib/man3/Bundle::DBI.3pm
4477Manifying blib/man3/DBD::File::Developers.3pm
4478Manifying blib/man3/DBI::Profile.3pm
4479Manifying blib/man3/DBI::ProfileDumper.3pm
4480Manifying blib/man3/DBI::ProxyServer.3pm
4481Manifying blib/man3/DBI::Gofer::Serializer::Base.3pm
4482Manifying blib/man3/DBI::Gofer::Execute.3pm
4483Manifying blib/man3/DBI::DBD.3pm
4484Manifying blib/man3/Win32::DBIODBC.3pm
4485Manifying blib/man3/DBI::DBD::SqlEngine.3pm
4486Manifying blib/man3/DBI::PurePerl.3pm
4487Manifying blib/man3/DBI::ProfileData.3pm
4488 TIMB/DBI-1.634.tar.gz
4489 /usr/bin/make -- OK
4490Skipping test because of notest pragma
4491Running make install
4492Manifying blib/man1/dbiprof.1
4493Manifying blib/man1/dbiproxy.1
4494Manifying blib/man1/dbilogstrip.1
4495Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
4496Installing /usr/local/lib64/perl5/auto/DBI/dbi_sql.h
4497Installing /usr/local/lib64/perl5/auto/DBI/dbd_xsh.h
4498Installing /usr/local/lib64/perl5/auto/DBI/DBI.so
4499Installing /usr/local/lib64/perl5/auto/DBI/DBI.bs
4500Installing /usr/local/lib64/perl5/auto/DBI/Driver.xst
4501Installing /usr/local/lib64/perl5/auto/DBI/dbixs_rev.h
4502Installing /usr/local/lib64/perl5/auto/DBI/dbipport.h
4503Installing /usr/local/lib64/perl5/auto/DBI/Driver_xst.h
4504Installing /usr/local/lib64/perl5/auto/DBI/DBIXS.h
4505Installing /usr/local/lib64/perl5/auto/DBI/dbivport.h
4506Installing /usr/local/lib64/perl5/DBI.pm
4507Installing /usr/local/lib64/perl5/dbixs_rev.pl
4508Installing /usr/local/lib64/perl5/Win32/DBIODBC.pm
4509Installing /usr/local/lib64/perl5/DBI/W32ODBC.pm
4510Installing /usr/local/lib64/perl5/DBI/ProfileDumper.pm
4511Installing /usr/local/lib64/perl5/DBI/ProfileData.pm
4512Installing /usr/local/lib64/perl5/DBI/FAQ.pm
4513Installing /usr/local/lib64/perl5/DBI/ProxyServer.pm
4514Installing /usr/local/lib64/perl5/DBI/Profile.pm
4515Installing /usr/local/lib64/perl5/DBI/Changes.pm
4516Installing /usr/local/lib64/perl5/DBI/PurePerl.pm
4517Installing /usr/local/lib64/perl5/DBI/ProfileSubs.pm
4518Installing /usr/local/lib64/perl5/DBI/DBD.pm
4519Installing /usr/local/lib64/perl5/DBI/Const/GetInfoReturn.pm
4520Installing /usr/local/lib64/perl5/DBI/Const/GetInfoType.pm
4521Installing /usr/local/lib64/perl5/DBI/Const/GetInfo/ANSI.pm
4522Installing /usr/local/lib64/perl5/DBI/Const/GetInfo/ODBC.pm
4523Installing /usr/local/lib64/perl5/DBI/SQL/Nano.pm
4524Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine.pm
4525Installing /usr/local/lib64/perl5/DBI/DBD/Metadata.pm
4526Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine/Developers.pod
4527Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine/HowTo.pod
4528Installing /usr/local/lib64/perl5/DBI/Util/CacheMemory.pm
4529Installing /usr/local/lib64/perl5/DBI/Util/_accessor.pm
4530Installing /usr/local/lib64/perl5/DBI/ProfileDumper/Apache.pm
4531Installing /usr/local/lib64/perl5/DBI/Gofer/Response.pm
4532Installing /usr/local/lib64/perl5/DBI/Gofer/Execute.pm
4533Installing /usr/local/lib64/perl5/DBI/Gofer/Request.pm
4534Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/Base.pm
4535Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/Storable.pm
4536Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/DataDumper.pm
4537Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/Base.pm
4538Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/pipeone.pm
4539Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/stream.pm
4540Installing /usr/local/lib64/perl5/Bundle/DBI.pm
4541Installing /usr/local/lib64/perl5/DBD/ExampleP.pm
4542Installing /usr/local/lib64/perl5/DBD/Proxy.pm
4543Installing /usr/local/lib64/perl5/DBD/Sponge.pm
4544Installing /usr/local/lib64/perl5/DBD/DBM.pm
4545Installing /usr/local/lib64/perl5/DBD/Gofer.pm
4546Installing /usr/local/lib64/perl5/DBD/NullP.pm
4547Installing /usr/local/lib64/perl5/DBD/File.pm
4548Installing /usr/local/lib64/perl5/DBD/File/Roadmap.pod
4549Installing /usr/local/lib64/perl5/DBD/File/Developers.pod
4550Installing /usr/local/lib64/perl5/DBD/File/HowTo.pod
4551Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/Base.pm
4552Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/classic.pm
4553Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/pedantic.pm
4554Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/rush.pm
4555Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/Base.pm
4556Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/pipeone.pm
4557Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/corostream.pm
4558Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/null.pm
4559Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/stream.pm
4560Installing /usr/local/share/man/man1/dbiprof.1
4561Installing /usr/local/share/man/man1/dbilogstrip.1
4562Installing /usr/local/share/man/man1/dbiproxy.1
4563Installing /usr/local/share/man/man3/DBI::ProfileDumper.3pm
4564Installing /usr/local/share/man/man3/DBI::Profile.3pm
4565Installing /usr/local/share/man/man3/DBD::Gofer::Policy::rush.3pm
4566Installing /usr/local/share/man/man3/DBD::Gofer.3pm
4567Installing /usr/local/share/man/man3/DBI::PurePerl.3pm
4568Installing /usr/local/share/man/man3/DBI::ProxyServer.3pm
4569Installing /usr/local/share/man/man3/DBD::Gofer::Transport::null.3pm
4570Installing /usr/local/share/man/man3/DBD::DBM.3pm
4571Installing /usr/local/share/man/man3/DBI::SQL::Nano.3pm
4572Installing /usr/local/share/man/man3/DBD::Sponge.3pm
4573Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine::Developers.3pm
4574Installing /usr/local/share/man/man3/DBD::File::Roadmap.3pm
4575Installing /usr/local/share/man/man3/DBI::ProfileSubs.3pm
4576Installing /usr/local/share/man/man3/DBD::Gofer::Policy::pedantic.3pm
4577Installing /usr/local/share/man/man3/DBI::ProfileData.3pm
4578Installing /usr/local/share/man/man3/DBD::Gofer::Policy::Base.3pm
4579Installing /usr/local/share/man/man3/DBI::Const::GetInfo::ODBC.3pm
4580Installing /usr/local/share/man/man3/DBD::File::HowTo.3pm
4581Installing /usr/local/share/man/man3/DBD::File.3pm
4582Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::Storable.3pm
4583Installing /usr/local/share/man/man3/DBI::Gofer::Transport::Base.3pm
4584Installing /usr/local/share/man/man3/DBI::Gofer::Transport::stream.3pm
4585Installing /usr/local/share/man/man3/DBD::Proxy.3pm
4586Installing /usr/local/share/man/man3/DBI::Const::GetInfoReturn.3pm
4587Installing /usr/local/share/man/man3/DBI::Gofer::Transport::pipeone.3pm
4588Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::DataDumper.3pm
4589Installing /usr/local/share/man/man3/DBI::FAQ.3pm
4590Installing /usr/local/share/man/man3/DBD::Gofer::Transport::stream.3pm
4591Installing /usr/local/share/man/man3/DBD::Gofer::Transport::Base.3pm
4592Installing /usr/local/share/man/man3/DBI.3pm
4593Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine.3pm
4594Installing /usr/local/share/man/man3/DBI::Const::GetInfoType.3pm
4595Installing /usr/local/share/man/man3/DBI::Gofer::Execute.3pm
4596Installing /usr/local/share/man/man3/DBD::Gofer::Transport::corostream.3pm
4597Installing /usr/local/share/man/man3/DBI::Gofer::Response.3pm
4598Installing /usr/local/share/man/man3/DBI::Const::GetInfo::ANSI.3pm
4599Installing /usr/local/share/man/man3/DBI::DBD.3pm
4600Installing /usr/local/share/man/man3/DBI::DBD::Metadata.3pm
4601Installing /usr/local/share/man/man3/DBI::Util::CacheMemory.3pm
4602Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine::HowTo.3pm
4603Installing /usr/local/share/man/man3/DBI::Gofer::Request.3pm
4604Installing /usr/local/share/man/man3/Win32::DBIODBC.3pm
4605Installing /usr/local/share/man/man3/DBD::Gofer::Transport::pipeone.3pm
4606Installing /usr/local/share/man/man3/Bundle::DBI.3pm
4607Installing /usr/local/share/man/man3/DBI::ProfileDumper::Apache.3pm
4608Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::Base.3pm
4609Installing /usr/local/share/man/man3/DBI::W32ODBC.3pm
4610Installing /usr/local/share/man/man3/DBD::Gofer::Policy::classic.3pm
4611Installing /usr/local/share/man/man3/DBD::File::Developers.3pm
4612Installing /usr/local/bin/dbilogstrip
4613Installing /usr/local/bin/dbiprof
4614Installing /usr/local/bin/dbiproxy
4615Appending installation info to /usr/lib64/perl5/perllocal.pod
4616 TIMB/DBI-1.634.tar.gz
4617 /usr/bin/make install -- OK
4618Running install for module 'Data::Dumper'
4619Running make for S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
4620Fetching with HTTP::Tiny:
4621http://cpan.dcc.uchile.cl/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
4622Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz ok
4623
4624 CPAN.pm: Building S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
4625
4626Checking if your kit is complete...
4627Looks good
4628Writing Makefile for Data::Dumper
4629Writing MYMETA.yml and MYMETA.json
4630cp Dumper.pm blib/lib/Data/Dumper.pm
4631/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
4632gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.154\" -DXS_VERSION=\"2.154\" -fPIC "-I/usr/lib64/perl5/CORE" -DUSE_PPPORT_H Dumper.c
4633Running Mkbootstrap for Data::Dumper ()
4634chmod 644 Dumper.bs
4635rm -f blib/arch/auto/Data/Dumper/Dumper.so
4636gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Dumper.o -o blib/arch/auto/Data/Dumper/Dumper.so \
4637 \
4638
4639chmod 755 blib/arch/auto/Data/Dumper/Dumper.so
4640cp Dumper.bs blib/arch/auto/Data/Dumper/Dumper.bs
4641chmod 644 blib/arch/auto/Data/Dumper/Dumper.bs
4642 SMUELLER/Data-Dumper-2.154.tar.gz
4643 /usr/bin/make -- OK
4644Skipping test because of notest pragma
4645Running make install
4646Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
4647Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.bs
4648Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.so
4649Installing /usr/lib64/perl5/Data/Dumper.pm
4650Appending installation info to /usr/lib64/perl5/perllocal.pod
4651 SMUELLER/Data-Dumper-2.154.tar.gz
4652 /usr/bin/make install -- OK
4653Running install for module 'Data::UUID::LibUUID'
4654Running make for N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4655Fetching with HTTP::Tiny:
4656http://cpan.dcc.uchile.cl/authors/id/N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4657Fetching with HTTP::Tiny:
4658http://cpan.dcc.uchile.cl/authors/id/N/NU/NUFFIN/CHECKSUMS
4659Checksum for /root/.cpan/sources/authors/id/N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz ok
4660
4661 CPAN.pm: Building N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4662
4663Warning: prerequisite asa 0 not found.
4664Checking if your kit is complete...
4665Looks good
4666trying gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o /dev/null hdr_check.h
4667Writing Makefile for Data::UUID::LibUUID
4668Writing MYMETA.yml and MYMETA.json
4669---- Unsatisfied dependencies detected during ----
4670---- NUFFIN/Data-UUID-LibUUID-0.05.tar.gz ----
4671 asa [requires]
4672Skipping test because of notest pragma
4673Running make install
4674 Delayed until after prerequisites
4675Running install for module 'asa'
4676Running make for A/AD/ADAMK/asa-1.03.tar.gz
4677Fetching with HTTP::Tiny:
4678http://cpan.dcc.uchile.cl/authors/id/A/AD/ADAMK/asa-1.03.tar.gz
4679Fetching with HTTP::Tiny:
4680http://cpan.dcc.uchile.cl/authors/id/A/AD/ADAMK/CHECKSUMS
4681Checksum for /root/.cpan/sources/authors/id/A/AD/ADAMK/asa-1.03.tar.gz ok
4682
4683 CPAN.pm: Building A/AD/ADAMK/asa-1.03.tar.gz
4684
4685Checking if your kit is complete...
4686Looks good
4687Writing Makefile for asa
4688Writing MYMETA.yml and MYMETA.json
4689cp lib/asa.pm blib/lib/asa.pm
4690Manifying blib/man3/asa.3pm
4691 ADAMK/asa-1.03.tar.gz
4692 /usr/bin/make -- OK
4693Skipping test because of notest pragma
4694Running make install
4695Installing /usr/local/share/perl5/asa.pm
4696Installing /usr/local/share/man/man3/asa.3pm
4697Appending installation info to /usr/lib64/perl5/perllocal.pod
4698 ADAMK/asa-1.03.tar.gz
4699 /usr/bin/make install -- OK
4700Running make for N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4701 Has already been unwrapped into directory /root/.cpan/build/Data-UUID-LibUUID-0.05-6S5d09
4702
4703 CPAN.pm: Building N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4704
4705cp lib/Data/UUID/LibUUID.pm blib/lib/Data/UUID/LibUUID.pm
4706cp lib/Data/UUID/LibUUID/DataUUIDCompat.pm blib/lib/Data/UUID/LibUUID/DataUUIDCompat.pm
4707/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap LibUUID.xs > LibUUID.xsc && mv LibUUID.xsc LibUUID.c
4708gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib64/perl5/CORE" LibUUID.c
4709LibUUID.xs: In function 'pid_check':
4710LibUUID.xs:62:9: warning: implicit declaration of function 'arc4random_stir' [-Wimplicit-function-declaration]
4711 arc4random_stir();
4712 ^
4713LibUUID.xs: In function 'new_uuid':
4714LibUUID.xs:77:9: warning: label 'ggdefault' defined but not used [-Wunused-label]
4715 ggdefault:
4716 ^
4717LibUUID.c: In function 'XS_Data__UUID__LibUUID_uuid_eq':
4718LibUUID.c:330:7: warning: unused variable 'RETVAL' [-Wunused-variable]
4719 SV * RETVAL;
4720 ^
4721LibUUID.c: In function 'XS_Data__UUID__LibUUID_uuid_compare':
4722LibUUID.c:363:7: warning: unused variable 'RETVAL' [-Wunused-variable]
4723 SV * RETVAL;
4724 ^
4725In file included from LibUUID.xs:3:0:
4726LibUUID.c: In function 'XS_Data__UUID__LibUUID_new_dce_uuid_binary':
4727/usr/lib64/perl5/CORE/XSUB.h:164:20: warning: unused variable 'items' [-Wunused-variable]
4728 #define dITEMS I32 items = (I32)(SP - MARK)
4729 ^
4730/usr/lib64/perl5/CORE/XSUB.h:172:16: note: in expansion of macro 'dITEMS'
4731 dSP; dAXMARK; dITEMS
4732 ^
4733LibUUID.c:512:11: note: in expansion of macro 'dXSARGS'
4734 dVAR; dXSARGS;
4735 ^
4736LibUUID.c: In function 'XS_Data__UUID__LibUUID_new_dce_uuid_string':
4737/usr/lib64/perl5/CORE/XSUB.h:164:20: warning: unused variable 'items' [-Wunused-variable]
4738 #define dITEMS I32 items = (I32)(SP - MARK)
4739 ^
4740/usr/lib64/perl5/CORE/XSUB.h:172:16: note: in expansion of macro 'dITEMS'
4741 dSP; dAXMARK; dITEMS
4742 ^
4743LibUUID.c:531:11: note: in expansion of macro 'dXSARGS'
4744 dVAR; dXSARGS;
4745 ^
4746Running Mkbootstrap for Data::UUID::LibUUID ()
4747chmod 644 LibUUID.bs
4748rm -f blib/arch/auto/Data/UUID/LibUUID/LibUUID.so
4749gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro LibUUID.o -o blib/arch/auto/Data/UUID/LibUUID/LibUUID.so \
4750 -luuid \
4751
4752chmod 755 blib/arch/auto/Data/UUID/LibUUID/LibUUID.so
4753cp LibUUID.bs blib/arch/auto/Data/UUID/LibUUID/LibUUID.bs
4754chmod 644 blib/arch/auto/Data/UUID/LibUUID/LibUUID.bs
4755Manifying blib/man3/Data::UUID::LibUUID.3pm
4756Manifying blib/man3/Data::UUID::LibUUID::DataUUIDCompat.3pm
4757 NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4758 /usr/bin/make -- OK
4759Skipping test because of notest pragma
4760Running make install
4761Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
4762Installing /usr/local/lib64/perl5/auto/Data/UUID/LibUUID/LibUUID.bs
4763Installing /usr/local/lib64/perl5/auto/Data/UUID/LibUUID/LibUUID.so
4764Installing /usr/local/lib64/perl5/Data/UUID/LibUUID.pm
4765Installing /usr/local/lib64/perl5/Data/UUID/LibUUID/DataUUIDCompat.pm
4766Installing /usr/local/share/man/man3/Data::UUID::LibUUID.3pm
4767Installing /usr/local/share/man/man3/Data::UUID::LibUUID::DataUUIDCompat.3pm
4768Appending installation info to /usr/lib64/perl5/perllocal.pod
4769 NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
4770 /usr/bin/make install -- OK
4771Date::Format is up to date (2.24).
4772Date::Parse is up to date (2.30).
4773Running install for module 'DateTime'
4774Running make for D/DR/DROLSKY/DateTime-1.21.tar.gz
4775Fetching with HTTP::Tiny:
4776http://cpan.dcc.uchile.cl/authors/id/D/DR/DROLSKY/DateTime-1.21.tar.gz
4777Fetching with HTTP::Tiny:
4778http://cpan.dcc.uchile.cl/authors/id/D/DR/DROLSKY/CHECKSUMS
4779Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-1.21.tar.gz ok
4780
4781 CPAN.pm: Building D/DR/DROLSKY/DateTime-1.21.tar.gz
4782
4783Checking prerequisites...
4784 requires:
4785 ! DateTime::TimeZone (1.63) is installed, but we need version >= 1.74
4786 test_requires:
4787 ! Test::Warnings is not installed
4788
4789ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
4790of the modules indicated above before proceeding with this installation
4791
4792Created MYMETA.yml and MYMETA.json
4793Creating new 'Build' script for 'DateTime' version '1.21'
4794---- Unsatisfied dependencies detected during ----
4795---- DROLSKY/DateTime-1.21.tar.gz ----
4796 Test::Warnings [build_requires]
4797 DateTime::TimeZone [requires]
4798Skipping test because of notest pragma
4799Running Build install
4800 Delayed until after prerequisites
4801Running install for module 'Test::Warnings'
4802Running make for E/ET/ETHER/Test-Warnings-0.024.tar.gz
4803Fetching with HTTP::Tiny:
4804http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/Test-Warnings-0.024.tar.gz
4805Fetching with HTTP::Tiny:
4806http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/CHECKSUMS
4807Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-Warnings-0.024.tar.gz ok
4808
4809 CPAN.pm: Building E/ET/ETHER/Test-Warnings-0.024.tar.gz
4810
4811Checking if your kit is complete...
4812Looks good
4813Writing Makefile for Test::Warnings
4814Writing MYMETA.yml and MYMETA.json
4815---- Unsatisfied dependencies detected during ----
4816---- ETHER/Test-Warnings-0.024.tar.gz ----
4817 CPAN::Meta::Check [build_requires]
4818Skipping test because of notest pragma
4819Running make install
4820 Delayed until after prerequisites
4821Running install for module 'CPAN::Meta::Check'
4822Running make for L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
4823Fetching with HTTP::Tiny:
4824http://cpan.dcc.uchile.cl/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
4825Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz ok
4826
4827 CPAN.pm: Building L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
4828
4829Warning: prerequisite Module::Metadata 1.000023 not found. We have 1.000018.
4830Checking if your kit is complete...
4831Looks good
4832Writing Makefile for CPAN::Meta::Check
4833Writing MYMETA.yml and MYMETA.json
4834---- Unsatisfied dependencies detected during ----
4835---- LEONT/CPAN-Meta-Check-0.012.tar.gz ----
4836 Module::Metadata [requires]
4837 Test::Deep [build_requires]
4838 Env [build_requires]
4839Skipping test because of notest pragma
4840Running make install
4841 Delayed until after prerequisites
4842Running install for module 'Module::Metadata'
4843Running make for E/ET/ETHER/Module-Metadata-1.000027.tar.gz
4844Fetching with HTTP::Tiny:
4845http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/Module-Metadata-1.000027.tar.gz
4846Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Module-Metadata-1.000027.tar.gz ok
4847
4848 CPAN.pm: Building E/ET/ETHER/Module-Metadata-1.000027.tar.gz
4849
4850Checking if your kit is complete...
4851Looks good
4852Writing Makefile for Module::Metadata
4853Writing MYMETA.yml and MYMETA.json
4854cp lib/Module/Metadata.pm blib/lib/Module/Metadata.pm
4855Manifying blib/man3/Module::Metadata.3pm
4856 ETHER/Module-Metadata-1.000027.tar.gz
4857 /usr/bin/make -- OK
4858Skipping test because of notest pragma
4859Running make install
4860Installing /usr/local/share/perl5/Module/Metadata.pm
4861Installing /usr/local/share/man/man3/Module::Metadata.3pm
4862Appending installation info to /usr/lib64/perl5/perllocal.pod
4863 ETHER/Module-Metadata-1.000027.tar.gz
4864 /usr/bin/make install -- OK
4865Running install for module 'Test::Deep'
4866Running make for R/RJ/RJBS/Test-Deep-1.120.tar.gz
4867Fetching with HTTP::Tiny:
4868http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz
4869Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz ok
4870
4871 CPAN.pm: Building R/RJ/RJBS/Test-Deep-1.120.tar.gz
4872
4873Checking if your kit is complete...
4874Looks good
4875Writing Makefile for Test::Deep
4876Writing MYMETA.yml and MYMETA.json
4877cp lib/Test/Deep/Regexp.pm blib/lib/Test/Deep/Regexp.pm
4878cp lib/Test/Deep/RegexpVersion.pm blib/lib/Test/Deep/RegexpVersion.pm
4879cp lib/Test/Deep/RegexpOnly.pm blib/lib/Test/Deep/RegexpOnly.pm
4880cp lib/Test/Deep/ArrayLength.pm blib/lib/Test/Deep/ArrayLength.pm
4881cp lib/Test/Deep/ScalarRefOnly.pm blib/lib/Test/Deep/ScalarRefOnly.pm
4882cp lib/Test/Deep/HashEach.pm blib/lib/Test/Deep/HashEach.pm
4883cp lib/Test/Deep/ListMethods.pm blib/lib/Test/Deep/ListMethods.pm
4884cp lib/Test/Deep/Isa.pm blib/lib/Test/Deep/Isa.pm
4885cp lib/Test/Deep/Code.pm blib/lib/Test/Deep/Code.pm
4886cp lib/Test/Deep/None.pm blib/lib/Test/Deep/None.pm
4887cp lib/Test/Deep/RegexpRefOnly.pm blib/lib/Test/Deep/RegexpRefOnly.pm
4888cp lib/Test/Deep/Boolean.pm blib/lib/Test/Deep/Boolean.pm
4889cp lib/Test/Deep/RefType.pm blib/lib/Test/Deep/RefType.pm
4890cp lib/Test/Deep/RegexpRef.pm blib/lib/Test/Deep/RegexpRef.pm
4891cp lib/Test/Deep/Cache.pm blib/lib/Test/Deep/Cache.pm
4892cp lib/Test/Deep/Any.pm blib/lib/Test/Deep/Any.pm
4893cp lib/Test/Deep/Array.pm blib/lib/Test/Deep/Array.pm
4894cp lib/Test/Deep/NoTest.pm blib/lib/Test/Deep/NoTest.pm
4895cp lib/Test/Deep/HashElements.pm blib/lib/Test/Deep/HashElements.pm
4896cp lib/Test/Deep/String.pm blib/lib/Test/Deep/String.pm
4897cp lib/Test/Deep/Blessed.pm blib/lib/Test/Deep/Blessed.pm
4898cp lib/Test/Deep/Class.pm blib/lib/Test/Deep/Class.pm
4899cp lib/Test/Deep.pm blib/lib/Test/Deep.pm
4900cp lib/Test/Deep/Ref.pm blib/lib/Test/Deep/Ref.pm
4901cp lib/Test/Deep/MM.pm blib/lib/Test/Deep/MM.pm
4902cp lib/Test/Deep/Set.pm blib/lib/Test/Deep/Set.pm
4903cp lib/Test/Deep/All.pm blib/lib/Test/Deep/All.pm
4904cp lib/Test/Deep/Cmp.pm blib/lib/Test/Deep/Cmp.pm
4905cp lib/Test/Deep/Ignore.pm blib/lib/Test/Deep/Ignore.pm
4906cp lib/Test/Deep/Number.pm blib/lib/Test/Deep/Number.pm
4907cp lib/Test/Deep/RegexpMatches.pm blib/lib/Test/Deep/RegexpMatches.pm
4908cp lib/Test/Deep/Cache/Simple.pm blib/lib/Test/Deep/Cache/Simple.pm
4909cp lib/Test/Deep/HashKeysOnly.pm blib/lib/Test/Deep/HashKeysOnly.pm
4910cp lib/Test/Deep/Methods.pm blib/lib/Test/Deep/Methods.pm
4911cp lib/Test/Deep/Shallow.pm blib/lib/Test/Deep/Shallow.pm
4912cp lib/Test/Deep/Hash.pm blib/lib/Test/Deep/Hash.pm
4913cp lib/Test/Deep/Stack.pm blib/lib/Test/Deep/Stack.pm
4914cp lib/Test/Deep/ArrayLengthOnly.pm blib/lib/Test/Deep/ArrayLengthOnly.pm
4915cp lib/Test/Deep/Obj.pm blib/lib/Test/Deep/Obj.pm
4916cp lib/Test/Deep/ArrayEach.pm blib/lib/Test/Deep/ArrayEach.pm
4917cp lib/Test/Deep/ArrayElementsOnly.pm blib/lib/Test/Deep/ArrayElementsOnly.pm
4918cp lib/Test/Deep/ScalarRef.pm blib/lib/Test/Deep/ScalarRef.pm
4919cp lib/Test/Deep/HashKeys.pm blib/lib/Test/Deep/HashKeys.pm
4920Manifying blib/man3/Test::Deep::NoTest.3pm
4921Manifying blib/man3/Test::Deep.3pm
4922 RJBS/Test-Deep-1.120.tar.gz
4923 /usr/bin/make -- OK
4924Skipping test because of notest pragma
4925Running make install
4926Installing /usr/local/share/perl5/Test/Deep.pm
4927Installing /usr/local/share/perl5/Test/Deep/RegexpOnly.pm
4928Installing /usr/local/share/perl5/Test/Deep/ArrayLengthOnly.pm
4929Installing /usr/local/share/perl5/Test/Deep/Ref.pm
4930Installing /usr/local/share/perl5/Test/Deep/Regexp.pm
4931Installing /usr/local/share/perl5/Test/Deep/RegexpRef.pm
4932Installing /usr/local/share/perl5/Test/Deep/RegexpMatches.pm
4933Installing /usr/local/share/perl5/Test/Deep/MM.pm
4934Installing /usr/local/share/perl5/Test/Deep/HashKeys.pm
4935Installing /usr/local/share/perl5/Test/Deep/Number.pm
4936Installing /usr/local/share/perl5/Test/Deep/Blessed.pm
4937Installing /usr/local/share/perl5/Test/Deep/NoTest.pm
4938Installing /usr/local/share/perl5/Test/Deep/Array.pm
4939Installing /usr/local/share/perl5/Test/Deep/All.pm
4940Installing /usr/local/share/perl5/Test/Deep/Cmp.pm
4941Installing /usr/local/share/perl5/Test/Deep/Obj.pm
4942Installing /usr/local/share/perl5/Test/Deep/Set.pm
4943Installing /usr/local/share/perl5/Test/Deep/RegexpVersion.pm
4944Installing /usr/local/share/perl5/Test/Deep/Isa.pm
4945Installing /usr/local/share/perl5/Test/Deep/ListMethods.pm
4946Installing /usr/local/share/perl5/Test/Deep/ArrayElementsOnly.pm
4947Installing /usr/local/share/perl5/Test/Deep/Methods.pm
4948Installing /usr/local/share/perl5/Test/Deep/ArrayLength.pm
4949Installing /usr/local/share/perl5/Test/Deep/Code.pm
4950Installing /usr/local/share/perl5/Test/Deep/HashKeysOnly.pm
4951Installing /usr/local/share/perl5/Test/Deep/RefType.pm
4952Installing /usr/local/share/perl5/Test/Deep/ArrayEach.pm
4953Installing /usr/local/share/perl5/Test/Deep/ScalarRefOnly.pm
4954Installing /usr/local/share/perl5/Test/Deep/Any.pm
4955Installing /usr/local/share/perl5/Test/Deep/Ignore.pm
4956Installing /usr/local/share/perl5/Test/Deep/Class.pm
4957Installing /usr/local/share/perl5/Test/Deep/Hash.pm
4958Installing /usr/local/share/perl5/Test/Deep/RegexpRefOnly.pm
4959Installing /usr/local/share/perl5/Test/Deep/None.pm
4960Installing /usr/local/share/perl5/Test/Deep/Boolean.pm
4961Installing /usr/local/share/perl5/Test/Deep/Shallow.pm
4962Installing /usr/local/share/perl5/Test/Deep/Stack.pm
4963Installing /usr/local/share/perl5/Test/Deep/HashElements.pm
4964Installing /usr/local/share/perl5/Test/Deep/ScalarRef.pm
4965Installing /usr/local/share/perl5/Test/Deep/String.pm
4966Installing /usr/local/share/perl5/Test/Deep/Cache.pm
4967Installing /usr/local/share/perl5/Test/Deep/HashEach.pm
4968Installing /usr/local/share/perl5/Test/Deep/Cache/Simple.pm
4969Installing /usr/local/share/man/man3/Test::Deep.3pm
4970Installing /usr/local/share/man/man3/Test::Deep::NoTest.3pm
4971Appending installation info to /usr/lib64/perl5/perllocal.pod
4972 RJBS/Test-Deep-1.120.tar.gz
4973 /usr/bin/make install -- OK
4974Running install for module 'Env'
4975Running make for F/FL/FLORA/Env-1.04.tar.gz
4976Fetching with HTTP::Tiny:
4977http://cpan.dcc.uchile.cl/authors/id/F/FL/FLORA/Env-1.04.tar.gz
4978Fetching with HTTP::Tiny:
4979http://cpan.dcc.uchile.cl/authors/id/F/FL/FLORA/CHECKSUMS
4980Checksum for /root/.cpan/sources/authors/id/F/FL/FLORA/Env-1.04.tar.gz ok
4981
4982 CPAN.pm: Building F/FL/FLORA/Env-1.04.tar.gz
4983
4984Checking if your kit is complete...
4985Looks good
4986Writing Makefile for Env
4987Writing MYMETA.yml and MYMETA.json
4988cp lib/Env.pm blib/lib/Env.pm
4989Manifying blib/man3/Env.3pm
4990 FLORA/Env-1.04.tar.gz
4991 /usr/bin/make -- OK
4992Skipping test because of notest pragma
4993Running make install
4994Installing /usr/local/share/perl5/Env.pm
4995Installing /usr/local/share/man/man3/Env.3pm
4996Appending installation info to /usr/lib64/perl5/perllocal.pod
4997 FLORA/Env-1.04.tar.gz
4998 /usr/bin/make install -- OK
4999Running make for L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
5000 Has already been unwrapped into directory /root/.cpan/build/CPAN-Meta-Check-0.012-9sASZK
5001
5002 CPAN.pm: Building L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
5003
5004cp lib/CPAN/Meta/Check.pm blib/lib/CPAN/Meta/Check.pm
5005Manifying blib/man3/CPAN::Meta::Check.3pm
5006 LEONT/CPAN-Meta-Check-0.012.tar.gz
5007 /usr/bin/make -- OK
5008Skipping test because of notest pragma
5009Running make install
5010Installing /usr/local/share/perl5/CPAN/Meta/Check.pm
5011Installing /usr/local/share/man/man3/CPAN::Meta::Check.3pm
5012Appending installation info to /usr/lib64/perl5/perllocal.pod
5013 LEONT/CPAN-Meta-Check-0.012.tar.gz
5014 /usr/bin/make install -- OK
5015Running make for E/ET/ETHER/Test-Warnings-0.024.tar.gz
5016 Has already been unwrapped into directory /root/.cpan/build/Test-Warnings-0.024-50BId3
5017
5018 CPAN.pm: Building E/ET/ETHER/Test-Warnings-0.024.tar.gz
5019
5020cp lib/Test/Warnings.pm blib/lib/Test/Warnings.pm
5021Manifying blib/man3/Test::Warnings.3pm
5022 ETHER/Test-Warnings-0.024.tar.gz
5023 /usr/bin/make -- OK
5024Skipping test because of notest pragma
5025Running make install
5026Installing /usr/local/share/perl5/Test/Warnings.pm
5027Installing /usr/local/share/man/man3/Test::Warnings.3pm
5028Appending installation info to /usr/lib64/perl5/perllocal.pod
5029 ETHER/Test-Warnings-0.024.tar.gz
5030 /usr/bin/make install -- OK
5031Running install for module 'DateTime::TimeZone'
5032Running make for D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
5033Fetching with HTTP::Tiny:
5034http://cpan.dcc.uchile.cl/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
5035Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz ok
5036
5037 CPAN.pm: Building D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
5038
5039Warning: prerequisite List::Util 1.33 not found. We have 1.27.
5040Checking if your kit is complete...
5041Looks good
5042Writing Makefile for DateTime::TimeZone
5043Writing MYMETA.yml and MYMETA.json
5044---- Unsatisfied dependencies detected during ----
5045---- DROLSKY/DateTime-TimeZone-1.94.tar.gz ----
5046 List::Util [requires]
5047Skipping test because of notest pragma
5048Running make install
5049 Delayed until after prerequisites
5050Running install for module 'List::Util'
5051Running make for P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
5052Fetching with HTTP::Tiny:
5053http://cpan.dcc.uchile.cl/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
5054Fetching with HTTP::Tiny:
5055http://cpan.dcc.uchile.cl/authors/id/P/PE/PEVANS/CHECKSUMS
5056Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz ok
5057
5058 CPAN.pm: Building P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
5059
5060Checking if your kit is complete...
5061Looks good
5062Writing Makefile for List::Util
5063Writing MYMETA.yml and MYMETA.json
5064cp lib/List/Util/XS.pm blib/lib/List/Util/XS.pm
5065cp lib/Sub/Util.pm blib/lib/Sub/Util.pm
5066cp lib/List/Util.pm blib/lib/List/Util.pm
5067cp lib/Scalar/Util.pm blib/lib/Scalar/Util.pm
5068/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap ListUtil.xs > ListUtil.xsc && mv ListUtil.xsc ListUtil.c
5069gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.42\" -DXS_VERSION=\"1.42\" -fPIC "-I/usr/lib64/perl5/CORE" -DPERL_EXT ListUtil.c
5070In file included from /usr/lib64/perl5/CORE/perl.h:3446:0,
5071 from ListUtil.xs:7:
5072ListUtil.xs: In function 'XS_List__Util_reduce':
5073/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5074 SV **newsp; /* set by POPBLOCK */ \
5075 ^
5076ListUtil.xs:327:9: note: in expansion of macro 'dMULTICALL'
5077 dMULTICALL;
5078 ^
5079ListUtil.xs: In function 'XS_List__Util_first':
5080/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5081 SV **newsp; /* set by POPBLOCK */ \
5082 ^
5083ListUtil.xs:381:9: note: in expansion of macro 'dMULTICALL'
5084 dMULTICALL;
5085 ^
5086ListUtil.xs: In function 'XS_List__Util_any':
5087/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5088 SV **newsp; /* set by POPBLOCK */ \
5089 ^
5090ListUtil.xs:447:9: note: in expansion of macro 'dMULTICALL'
5091 dMULTICALL;
5092 ^
5093ListUtil.xs: In function 'XS_List__Util_pairfirst':
5094/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5095 SV **newsp; /* set by POPBLOCK */ \
5096 ^
5097ListUtil.xs:626:9: note: in expansion of macro 'dMULTICALL'
5098 dMULTICALL;
5099 ^
5100ListUtil.xs: In function 'XS_List__Util_pairgrep':
5101/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5102 SV **newsp; /* set by POPBLOCK */ \
5103 ^
5104ListUtil.xs:710:9: note: in expansion of macro 'dMULTICALL'
5105 dMULTICALL;
5106 ^
5107ListUtil.xs: In function 'XS_List__Util_pairmap':
5108ListUtil.xs:806:17: warning: unused variable 'b' [-Wunused-variable]
5109 SV *b = GvSV(bgv) = argi < items-1 ?
5110 ^
5111ListUtil.xs:805:17: warning: unused variable 'a' [-Wunused-variable]
5112 SV *a = GvSV(agv) = args_copy ? args_copy[argi] : stack[argi];
5113 ^
5114In file included from /usr/lib64/perl5/CORE/perl.h:3446:0,
5115 from ListUtil.xs:7:
5116/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
5117 SV **newsp; /* set by POPBLOCK */ \
5118 ^
5119ListUtil.xs:800:9: note: in expansion of macro 'dMULTICALL'
5120 dMULTICALL;
5121 ^
5122ListUtil.xs:848:17: warning: unused variable 'b' [-Wunused-variable]
5123 SV *b = GvSV(bgv) = argi < items-1 ?
5124 ^
5125ListUtil.xs:847:17: warning: unused variable 'a' [-Wunused-variable]
5126 SV *a = GvSV(agv) = args_copy ? args_copy[argi] : ST(argi);
5127 ^
5128ListUtil.c: In function 'XS_List__Util_min':
5129ListUtil.xs:129:16: warning: 'retval' may be used uninitialized in this function [-Wmaybe-uninitialized]
5130 if(val < retval ? !ix : ix) {
5131 ^
5132ListUtil.xs:99:8: note: 'retval' was declared here
5133 NV retval;
5134 ^
5135Running Mkbootstrap for List::Util ()
5136chmod 644 Util.bs
5137rm -f blib/arch/auto/List/Util/Util.so
5138gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ListUtil.o -o blib/arch/auto/List/Util/Util.so \
5139 \
5140
5141chmod 755 blib/arch/auto/List/Util/Util.so
5142cp Util.bs blib/arch/auto/List/Util/Util.bs
5143chmod 644 blib/arch/auto/List/Util/Util.bs
5144Manifying blib/man3/List::Util::XS.3pm
5145Manifying blib/man3/Sub::Util.3pm
5146Manifying blib/man3/List::Util.3pm
5147Manifying blib/man3/Scalar::Util.3pm
5148 PEVANS/Scalar-List-Utils-1.42.tar.gz
5149 /usr/bin/make -- OK
5150Skipping test because of notest pragma
5151Running make install
5152Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
5153Installing /usr/local/lib64/perl5/auto/List/Util/Util.bs
5154Installing /usr/local/lib64/perl5/auto/List/Util/Util.so
5155Installing /usr/local/lib64/perl5/List/Util.pm
5156Installing /usr/local/lib64/perl5/List/Util/XS.pm
5157Installing /usr/local/lib64/perl5/Scalar/Util.pm
5158Installing /usr/local/lib64/perl5/Sub/Util.pm
5159Installing /usr/local/share/man/man3/List::Util::XS.3pm
5160Installing /usr/local/share/man/man3/Scalar::Util.3pm
5161Installing /usr/local/share/man/man3/Sub::Util.3pm
5162Installing /usr/local/share/man/man3/List::Util.3pm
5163Appending installation info to /usr/lib64/perl5/perllocal.pod
5164 PEVANS/Scalar-List-Utils-1.42.tar.gz
5165 /usr/bin/make install -- OK
5166Running make for D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
5167 Has already been unwrapped into directory /root/.cpan/build/DateTime-TimeZone-1.94-lnErEH
5168
5169 CPAN.pm: Building D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
5170
5171cp lib/DateTime/TimeZone/MST7MDT.pm blib/lib/DateTime/TimeZone/MST7MDT.pm
5172cp lib/DateTime/TimeZone/Asia/Dili.pm blib/lib/DateTime/TimeZone/Asia/Dili.pm
5173cp lib/DateTime/TimeZone/Indian/Kerguelen.pm blib/lib/DateTime/TimeZone/Indian/Kerguelen.pm
5174cp lib/DateTime/TimeZone/America/Hermosillo.pm blib/lib/DateTime/TimeZone/America/Hermosillo.pm
5175cp lib/DateTime/TimeZone/Pacific/Wallis.pm blib/lib/DateTime/TimeZone/Pacific/Wallis.pm
5176cp lib/DateTime/TimeZone/OlsonDB/Observance.pm blib/lib/DateTime/TimeZone/OlsonDB/Observance.pm
5177cp lib/DateTime/TimeZone/America/Resolute.pm blib/lib/DateTime/TimeZone/America/Resolute.pm
5178cp lib/DateTime/TimeZone/Indian/Reunion.pm blib/lib/DateTime/TimeZone/Indian/Reunion.pm
5179cp lib/DateTime/TimeZone/America/Dawson_Creek.pm blib/lib/DateTime/TimeZone/America/Dawson_Creek.pm
5180cp lib/DateTime/TimeZone/Pacific/Pohnpei.pm blib/lib/DateTime/TimeZone/Pacific/Pohnpei.pm
5181cp lib/DateTime/TimeZone/Asia/Krasnoyarsk.pm blib/lib/DateTime/TimeZone/Asia/Krasnoyarsk.pm
5182cp lib/DateTime/TimeZone/Atlantic/Stanley.pm blib/lib/DateTime/TimeZone/Atlantic/Stanley.pm
5183cp lib/DateTime/TimeZone/America/Rankin_Inlet.pm blib/lib/DateTime/TimeZone/America/Rankin_Inlet.pm
5184cp lib/DateTime/TimeZone/America/Argentina/Mendoza.pm blib/lib/DateTime/TimeZone/America/Argentina/Mendoza.pm
5185cp lib/DateTime/TimeZone/America/Argentina/San_Juan.pm blib/lib/DateTime/TimeZone/America/Argentina/San_Juan.pm
5186cp lib/DateTime/TimeZone/America/Montevideo.pm blib/lib/DateTime/TimeZone/America/Montevideo.pm
5187cp lib/DateTime/TimeZone/America/Argentina/San_Luis.pm blib/lib/DateTime/TimeZone/America/Argentina/San_Luis.pm
5188cp lib/DateTime/TimeZone/Europe/Bucharest.pm blib/lib/DateTime/TimeZone/Europe/Bucharest.pm
5189cp lib/DateTime/TimeZone/Pacific/Tahiti.pm blib/lib/DateTime/TimeZone/Pacific/Tahiti.pm
5190cp lib/DateTime/TimeZone/Africa/Casablanca.pm blib/lib/DateTime/TimeZone/Africa/Casablanca.pm
5191cp lib/DateTime/TimeZone/America/Yakutat.pm blib/lib/DateTime/TimeZone/America/Yakutat.pm
5192cp lib/DateTime/TimeZone/Asia/Aqtobe.pm blib/lib/DateTime/TimeZone/Asia/Aqtobe.pm
5193cp lib/DateTime/TimeZone/America/Port_of_Spain.pm blib/lib/DateTime/TimeZone/America/Port_of_Spain.pm
5194cp lib/DateTime/TimeZone/CST6CDT.pm blib/lib/DateTime/TimeZone/CST6CDT.pm
5195cp lib/DateTime/TimeZone/Asia/Shanghai.pm blib/lib/DateTime/TimeZone/Asia/Shanghai.pm
5196cp lib/DateTime/TimeZone/Asia/Qyzylorda.pm blib/lib/DateTime/TimeZone/Asia/Qyzylorda.pm
5197cp lib/DateTime/TimeZone/Pacific/Rarotonga.pm blib/lib/DateTime/TimeZone/Pacific/Rarotonga.pm
5198cp lib/DateTime/TimeZone/Asia/Brunei.pm blib/lib/DateTime/TimeZone/Asia/Brunei.pm
5199cp lib/DateTime/TimeZone/Antarctica/Davis.pm blib/lib/DateTime/TimeZone/Antarctica/Davis.pm
5200cp lib/DateTime/TimeZone/Pacific/Auckland.pm blib/lib/DateTime/TimeZone/Pacific/Auckland.pm
5201cp lib/DateTime/TimeZone/America/Argentina/Cordoba.pm blib/lib/DateTime/TimeZone/America/Argentina/Cordoba.pm
5202cp lib/DateTime/TimeZone/Pacific/Efate.pm blib/lib/DateTime/TimeZone/Pacific/Efate.pm
5203cp lib/DateTime/TimeZone/America/Guayaquil.pm blib/lib/DateTime/TimeZone/America/Guayaquil.pm
5204cp lib/DateTime/TimeZone/Asia/Karachi.pm blib/lib/DateTime/TimeZone/Asia/Karachi.pm
5205cp lib/DateTime/TimeZone/Asia/Colombo.pm blib/lib/DateTime/TimeZone/Asia/Colombo.pm
5206cp lib/DateTime/TimeZone/America/Tegucigalpa.pm blib/lib/DateTime/TimeZone/America/Tegucigalpa.pm
5207cp lib/DateTime/TimeZone/Europe/Vilnius.pm blib/lib/DateTime/TimeZone/Europe/Vilnius.pm
5208cp lib/DateTime/TimeZone/Africa/Windhoek.pm blib/lib/DateTime/TimeZone/Africa/Windhoek.pm
5209cp lib/DateTime/TimeZone/Asia/Ashgabat.pm blib/lib/DateTime/TimeZone/Asia/Ashgabat.pm
5210cp lib/DateTime/TimeZone/Pacific/Kosrae.pm blib/lib/DateTime/TimeZone/Pacific/Kosrae.pm
5211cp lib/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm blib/lib/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm
5212cp lib/DateTime/TimeZone/Europe/Moscow.pm blib/lib/DateTime/TimeZone/Europe/Moscow.pm
5213cp lib/DateTime/TimeZone/HST.pm blib/lib/DateTime/TimeZone/HST.pm
5214cp lib/DateTime/TimeZone/America/Boise.pm blib/lib/DateTime/TimeZone/America/Boise.pm
5215cp lib/DateTime/TimeZone/Pacific/Gambier.pm blib/lib/DateTime/TimeZone/Pacific/Gambier.pm
5216cp lib/DateTime/TimeZone/America/Atikokan.pm blib/lib/DateTime/TimeZone/America/Atikokan.pm
5217cp lib/DateTime/TimeZone/Asia/Macau.pm blib/lib/DateTime/TimeZone/Asia/Macau.pm
5218cp lib/DateTime/TimeZone/Antarctica/Syowa.pm blib/lib/DateTime/TimeZone/Antarctica/Syowa.pm
5219cp lib/DateTime/TimeZone/America/Edmonton.pm blib/lib/DateTime/TimeZone/America/Edmonton.pm
5220cp lib/DateTime/TimeZone/America/Manaus.pm blib/lib/DateTime/TimeZone/America/Manaus.pm
5221cp lib/DateTime/TimeZone/Europe/Rome.pm blib/lib/DateTime/TimeZone/Europe/Rome.pm
5222cp lib/DateTime/TimeZone/America/Campo_Grande.pm blib/lib/DateTime/TimeZone/America/Campo_Grande.pm
5223cp lib/DateTime/TimeZone/Europe/Belgrade.pm blib/lib/DateTime/TimeZone/Europe/Belgrade.pm
5224cp lib/DateTime/TimeZone/Local/Unix.pm blib/lib/DateTime/TimeZone/Local/Unix.pm
5225cp lib/DateTime/TimeZone/America/Miquelon.pm blib/lib/DateTime/TimeZone/America/Miquelon.pm
5226cp lib/DateTime/TimeZone/Asia/Hebron.pm blib/lib/DateTime/TimeZone/Asia/Hebron.pm
5227cp lib/DateTime/TimeZone/Pacific/Port_Moresby.pm blib/lib/DateTime/TimeZone/Pacific/Port_Moresby.pm
5228cp lib/DateTime/TimeZone/America/Swift_Current.pm blib/lib/DateTime/TimeZone/America/Swift_Current.pm
5229cp lib/DateTime/TimeZone/Asia/Kabul.pm blib/lib/DateTime/TimeZone/Asia/Kabul.pm
5230cp lib/DateTime/TimeZone/Asia/Pontianak.pm blib/lib/DateTime/TimeZone/Asia/Pontianak.pm
5231cp lib/DateTime/TimeZone/Asia/Dubai.pm blib/lib/DateTime/TimeZone/Asia/Dubai.pm
5232cp lib/DateTime/TimeZone/Europe/Malta.pm blib/lib/DateTime/TimeZone/Europe/Malta.pm
5233cp lib/DateTime/TimeZone/Asia/Yakutsk.pm blib/lib/DateTime/TimeZone/Asia/Yakutsk.pm
5234cp lib/DateTime/TimeZone/Asia/Kolkata.pm blib/lib/DateTime/TimeZone/Asia/Kolkata.pm
5235cp lib/DateTime/TimeZone/Asia/Beirut.pm blib/lib/DateTime/TimeZone/Asia/Beirut.pm
5236cp lib/DateTime/TimeZone/America/Cuiaba.pm blib/lib/DateTime/TimeZone/America/Cuiaba.pm
5237cp lib/DateTime/TimeZone/America/Argentina/La_Rioja.pm blib/lib/DateTime/TimeZone/America/Argentina/La_Rioja.pm
5238cp lib/DateTime/TimeZone/America/Whitehorse.pm blib/lib/DateTime/TimeZone/America/Whitehorse.pm
5239cp lib/DateTime/TimeZone/Pacific/Fakaofo.pm blib/lib/DateTime/TimeZone/Pacific/Fakaofo.pm
5240cp lib/DateTime/TimeZone/America/Chihuahua.pm blib/lib/DateTime/TimeZone/America/Chihuahua.pm
5241cp lib/DateTime/TimeZone/America/Cayenne.pm blib/lib/DateTime/TimeZone/America/Cayenne.pm
5242cp lib/DateTime/TimeZone/Europe/Berlin.pm blib/lib/DateTime/TimeZone/Europe/Berlin.pm
5243cp lib/DateTime/TimeZone/America/Argentina/Jujuy.pm blib/lib/DateTime/TimeZone/America/Argentina/Jujuy.pm
5244cp lib/DateTime/TimeZone/Australia/Sydney.pm blib/lib/DateTime/TimeZone/Australia/Sydney.pm
5245cp lib/DateTime/TimeZone/America/Port_au_Prince.pm blib/lib/DateTime/TimeZone/America/Port_au_Prince.pm
5246cp lib/DateTime/TimeZone/Antarctica/Macquarie.pm blib/lib/DateTime/TimeZone/Antarctica/Macquarie.pm
5247cp lib/DateTime/TimeZone/America/Denver.pm blib/lib/DateTime/TimeZone/America/Denver.pm
5248cp lib/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm blib/lib/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm
5249cp lib/DateTime/TimeZone/America/Bahia_Banderas.pm blib/lib/DateTime/TimeZone/America/Bahia_Banderas.pm
5250cp lib/DateTime/TimeZone/Europe/Riga.pm blib/lib/DateTime/TimeZone/Europe/Riga.pm
5251cp lib/DateTime/TimeZone/Asia/Novosibirsk.pm blib/lib/DateTime/TimeZone/Asia/Novosibirsk.pm
5252cp lib/DateTime/TimeZone/America/Indiana/Vincennes.pm blib/lib/DateTime/TimeZone/America/Indiana/Vincennes.pm
5253cp lib/DateTime/TimeZone/America/Vancouver.pm blib/lib/DateTime/TimeZone/America/Vancouver.pm
5254cp lib/DateTime/TimeZone/Asia/Samarkand.pm blib/lib/DateTime/TimeZone/Asia/Samarkand.pm
5255cp lib/DateTime/TimeZone/America/Scoresbysund.pm blib/lib/DateTime/TimeZone/America/Scoresbysund.pm
5256cp lib/DateTime/TimeZone/Asia/Anadyr.pm blib/lib/DateTime/TimeZone/Asia/Anadyr.pm
5257cp lib/DateTime/TimeZone/OlsonDB.pm blib/lib/DateTime/TimeZone/OlsonDB.pm
5258cp lib/DateTime/TimeZone/Atlantic/Azores.pm blib/lib/DateTime/TimeZone/Atlantic/Azores.pm
5259cp lib/DateTime/TimeZone/Asia/Bishkek.pm blib/lib/DateTime/TimeZone/Asia/Bishkek.pm
5260cp lib/DateTime/TimeZone/Pacific/Enderbury.pm blib/lib/DateTime/TimeZone/Pacific/Enderbury.pm
5261cp lib/DateTime/TimeZone/Pacific/Chuuk.pm blib/lib/DateTime/TimeZone/Pacific/Chuuk.pm
5262cp lib/DateTime/TimeZone/Asia/Singapore.pm blib/lib/DateTime/TimeZone/Asia/Singapore.pm
5263cp lib/DateTime/TimeZone/Asia/Taipei.pm blib/lib/DateTime/TimeZone/Asia/Taipei.pm
5264cp lib/DateTime/TimeZone/Pacific/Marquesas.pm blib/lib/DateTime/TimeZone/Pacific/Marquesas.pm
5265cp lib/DateTime/TimeZone/EST5EDT.pm blib/lib/DateTime/TimeZone/EST5EDT.pm
5266cp lib/DateTime/TimeZone/Africa/Ceuta.pm blib/lib/DateTime/TimeZone/Africa/Ceuta.pm
5267cp lib/DateTime/TimeZone/America/Eirunepe.pm blib/lib/DateTime/TimeZone/America/Eirunepe.pm
5268cp lib/DateTime/TimeZone.pm blib/lib/DateTime/TimeZone.pm
5269cp lib/DateTime/TimeZone/EST.pm blib/lib/DateTime/TimeZone/EST.pm
5270cp lib/DateTime/TimeZone/America/Boa_Vista.pm blib/lib/DateTime/TimeZone/America/Boa_Vista.pm
5271cp lib/DateTime/TimeZone/Pacific/Tongatapu.pm blib/lib/DateTime/TimeZone/Pacific/Tongatapu.pm
5272cp lib/DateTime/TimeZone/Asia/Dushanbe.pm blib/lib/DateTime/TimeZone/Asia/Dushanbe.pm
5273cp lib/DateTime/TimeZone/Europe/Andorra.pm blib/lib/DateTime/TimeZone/Europe/Andorra.pm
5274cp lib/DateTime/TimeZone/America/Adak.pm blib/lib/DateTime/TimeZone/America/Adak.pm
5275cp lib/DateTime/TimeZone/Antarctica/Rothera.pm blib/lib/DateTime/TimeZone/Antarctica/Rothera.pm
5276cp lib/DateTime/TimeZone/Africa/Monrovia.pm blib/lib/DateTime/TimeZone/Africa/Monrovia.pm
5277cp lib/DateTime/TimeZone/America/El_Salvador.pm blib/lib/DateTime/TimeZone/America/El_Salvador.pm
5278cp lib/DateTime/TimeZone/Europe/Uzhgorod.pm blib/lib/DateTime/TimeZone/Europe/Uzhgorod.pm
5279cp lib/DateTime/TimeZone/America/Curacao.pm blib/lib/DateTime/TimeZone/America/Curacao.pm
5280cp lib/DateTime/TimeZone/America/Santa_Isabel.pm blib/lib/DateTime/TimeZone/America/Santa_Isabel.pm
5281cp lib/DateTime/TimeZone/America/North_Dakota/New_Salem.pm blib/lib/DateTime/TimeZone/America/North_Dakota/New_Salem.pm
5282cp lib/DateTime/TimeZone/America/Panama.pm blib/lib/DateTime/TimeZone/America/Panama.pm
5283cp lib/DateTime/TimeZone/Africa/El_Aaiun.pm blib/lib/DateTime/TimeZone/Africa/El_Aaiun.pm
5284cp lib/DateTime/TimeZone/Asia/Tokyo.pm blib/lib/DateTime/TimeZone/Asia/Tokyo.pm
5285cp lib/DateTime/TimeZone/America/Merida.pm blib/lib/DateTime/TimeZone/America/Merida.pm
5286cp lib/DateTime/TimeZone/America/Thunder_Bay.pm blib/lib/DateTime/TimeZone/America/Thunder_Bay.pm
5287cp lib/DateTime/TimeZone/Europe/Simferopol.pm blib/lib/DateTime/TimeZone/Europe/Simferopol.pm
5288cp lib/DateTime/TimeZone/Europe/Minsk.pm blib/lib/DateTime/TimeZone/Europe/Minsk.pm
5289cp lib/DateTime/TimeZone/America/Nassau.pm blib/lib/DateTime/TimeZone/America/Nassau.pm
5290cp lib/DateTime/TimeZone/Atlantic/South_Georgia.pm blib/lib/DateTime/TimeZone/Atlantic/South_Georgia.pm
5291cp lib/DateTime/TimeZone/Indian/Mauritius.pm blib/lib/DateTime/TimeZone/Indian/Mauritius.pm
5292cp lib/DateTime/TimeZone/America/Argentina/Salta.pm blib/lib/DateTime/TimeZone/America/Argentina/Salta.pm
5293cp lib/DateTime/TimeZone/Europe/Brussels.pm blib/lib/DateTime/TimeZone/Europe/Brussels.pm
5294cp lib/DateTime/TimeZone/America/Indiana/Marengo.pm blib/lib/DateTime/TimeZone/America/Indiana/Marengo.pm
5295cp lib/DateTime/TimeZone/Africa/Maputo.pm blib/lib/DateTime/TimeZone/Africa/Maputo.pm
5296cp lib/DateTime/TimeZone/Asia/Pyongyang.pm blib/lib/DateTime/TimeZone/Asia/Pyongyang.pm
5297cp lib/DateTime/TimeZone/America/Monterrey.pm blib/lib/DateTime/TimeZone/America/Monterrey.pm
5298cp lib/DateTime/TimeZone/PST8PDT.pm blib/lib/DateTime/TimeZone/PST8PDT.pm
5299cp lib/DateTime/TimeZone/America/Bahia.pm blib/lib/DateTime/TimeZone/America/Bahia.pm
5300cp lib/DateTime/TimeZone/Australia/Perth.pm blib/lib/DateTime/TimeZone/Australia/Perth.pm
5301cp lib/DateTime/TimeZone/Indian/Cocos.pm blib/lib/DateTime/TimeZone/Indian/Cocos.pm
5302cp lib/DateTime/TimeZone/Africa/Tripoli.pm blib/lib/DateTime/TimeZone/Africa/Tripoli.pm
5303cp lib/DateTime/TimeZone/America/Santiago.pm blib/lib/DateTime/TimeZone/America/Santiago.pm
5304cp lib/DateTime/TimeZone/America/Araguaina.pm blib/lib/DateTime/TimeZone/America/Araguaina.pm
5305cp lib/DateTime/TimeZone/Europe/Oslo.pm blib/lib/DateTime/TimeZone/Europe/Oslo.pm
5306cp lib/DateTime/TimeZone/America/Lima.pm blib/lib/DateTime/TimeZone/America/Lima.pm
5307cp lib/DateTime/TimeZone/Asia/Omsk.pm blib/lib/DateTime/TimeZone/Asia/Omsk.pm
5308cp lib/DateTime/TimeZone/Asia/Kuching.pm blib/lib/DateTime/TimeZone/Asia/Kuching.pm
5309cp lib/DateTime/TimeZone/Europe/Tallinn.pm blib/lib/DateTime/TimeZone/Europe/Tallinn.pm
5310cp lib/DateTime/TimeZone/Europe/London.pm blib/lib/DateTime/TimeZone/Europe/London.pm
5311cp lib/DateTime/TimeZone/Asia/Jayapura.pm blib/lib/DateTime/TimeZone/Asia/Jayapura.pm
5312cp lib/DateTime/TimeZone/America/Kentucky/Louisville.pm blib/lib/DateTime/TimeZone/America/Kentucky/Louisville.pm
5313cp lib/DateTime/TimeZone/America/Martinique.pm blib/lib/DateTime/TimeZone/America/Martinique.pm
5314cp lib/DateTime/TimeZone/America/Chicago.pm blib/lib/DateTime/TimeZone/America/Chicago.pm
5315cp lib/DateTime/TimeZone/America/Managua.pm blib/lib/DateTime/TimeZone/America/Managua.pm
5316cp lib/DateTime/TimeZone/Asia/Nicosia.pm blib/lib/DateTime/TimeZone/Asia/Nicosia.pm
5317cp lib/DateTime/TimeZone/Asia/Tehran.pm blib/lib/DateTime/TimeZone/Asia/Tehran.pm
5318cp lib/DateTime/TimeZone/America/Creston.pm blib/lib/DateTime/TimeZone/America/Creston.pm
5319cp lib/DateTime/TimeZone/America/Mexico_City.pm blib/lib/DateTime/TimeZone/America/Mexico_City.pm
5320cp lib/DateTime/TimeZone/Atlantic/Faroe.pm blib/lib/DateTime/TimeZone/Atlantic/Faroe.pm
5321cp lib/DateTime/TimeZone/Indian/Christmas.pm blib/lib/DateTime/TimeZone/Indian/Christmas.pm
5322cp lib/DateTime/TimeZone/Asia/Kathmandu.pm blib/lib/DateTime/TimeZone/Asia/Kathmandu.pm
5323cp lib/DateTime/TimeZone/America/Noronha.pm blib/lib/DateTime/TimeZone/America/Noronha.pm
5324cp lib/DateTime/TimeZone/America/Glace_Bay.pm blib/lib/DateTime/TimeZone/America/Glace_Bay.pm
5325cp lib/DateTime/TimeZone/Asia/Magadan.pm blib/lib/DateTime/TimeZone/Asia/Magadan.pm
5326cp lib/DateTime/TimeZone/America/Recife.pm blib/lib/DateTime/TimeZone/America/Recife.pm
5327cp lib/DateTime/TimeZone/America/Ojinaga.pm blib/lib/DateTime/TimeZone/America/Ojinaga.pm
5328cp lib/DateTime/TimeZone/Europe/Lisbon.pm blib/lib/DateTime/TimeZone/Europe/Lisbon.pm
5329cp lib/DateTime/TimeZone/OlsonDB/Rule.pm blib/lib/DateTime/TimeZone/OlsonDB/Rule.pm
5330cp lib/DateTime/TimeZone/America/Porto_Velho.pm blib/lib/DateTime/TimeZone/America/Porto_Velho.pm
5331cp lib/DateTime/TimeZone/Indian/Mahe.pm blib/lib/DateTime/TimeZone/Indian/Mahe.pm
5332cp lib/DateTime/TimeZone/UTC.pm blib/lib/DateTime/TimeZone/UTC.pm
5333cp lib/DateTime/TimeZone/Europe/Samara.pm blib/lib/DateTime/TimeZone/Europe/Samara.pm
5334cp lib/DateTime/TimeZone/Pacific/Nauru.pm blib/lib/DateTime/TimeZone/Pacific/Nauru.pm
5335cp lib/DateTime/TimeZone/Pacific/Chatham.pm blib/lib/DateTime/TimeZone/Pacific/Chatham.pm
5336cp lib/DateTime/TimeZone/Europe/Paris.pm blib/lib/DateTime/TimeZone/Europe/Paris.pm
5337cp lib/DateTime/TimeZone/Asia/Khandyga.pm blib/lib/DateTime/TimeZone/Asia/Khandyga.pm
5338cp lib/DateTime/TimeZone/America/Guatemala.pm blib/lib/DateTime/TimeZone/America/Guatemala.pm
5339cp lib/DateTime/TimeZone/Pacific/Noumea.pm blib/lib/DateTime/TimeZone/Pacific/Noumea.pm
5340cp lib/DateTime/TimeZone/Australia/Broken_Hill.pm blib/lib/DateTime/TimeZone/Australia/Broken_Hill.pm
5341cp lib/DateTime/TimeZone/Pacific/Tarawa.pm blib/lib/DateTime/TimeZone/Pacific/Tarawa.pm
5342cp lib/DateTime/TimeZone/America/Belize.pm blib/lib/DateTime/TimeZone/America/Belize.pm
5343cp lib/DateTime/TimeZone/Pacific/Funafuti.pm blib/lib/DateTime/TimeZone/Pacific/Funafuti.pm
5344cp lib/DateTime/TimeZone/America/Iqaluit.pm blib/lib/DateTime/TimeZone/America/Iqaluit.pm
5345cp lib/DateTime/TimeZone/Antarctica/Mawson.pm blib/lib/DateTime/TimeZone/Antarctica/Mawson.pm
5346cp lib/DateTime/TimeZone/America/Cancun.pm blib/lib/DateTime/TimeZone/America/Cancun.pm
5347cp lib/DateTime/TimeZone/Asia/Kamchatka.pm blib/lib/DateTime/TimeZone/Asia/Kamchatka.pm
5348cp lib/DateTime/TimeZone/Europe/Gibraltar.pm blib/lib/DateTime/TimeZone/Europe/Gibraltar.pm
5349cp lib/DateTime/TimeZone/MST.pm blib/lib/DateTime/TimeZone/MST.pm
5350cp lib/DateTime/TimeZone/Asia/Sakhalin.pm blib/lib/DateTime/TimeZone/Asia/Sakhalin.pm
5351cp lib/DateTime/TimeZone/Pacific/Pago_Pago.pm blib/lib/DateTime/TimeZone/Pacific/Pago_Pago.pm
5352cp lib/DateTime/TimeZone/America/Indiana/Indianapolis.pm blib/lib/DateTime/TimeZone/America/Indiana/Indianapolis.pm
5353cp lib/DateTime/TimeZone/Europe/Amsterdam.pm blib/lib/DateTime/TimeZone/Europe/Amsterdam.pm
5354cp lib/DateTime/TimeZone/Asia/Manila.pm blib/lib/DateTime/TimeZone/Asia/Manila.pm
5355cp lib/DateTime/TimeZone/Europe/Vienna.pm blib/lib/DateTime/TimeZone/Europe/Vienna.pm
5356cp lib/DateTime/TimeZone/America/Godthab.pm blib/lib/DateTime/TimeZone/America/Godthab.pm
5357cp lib/DateTime/TimeZone/Europe/Sofia.pm blib/lib/DateTime/TimeZone/Europe/Sofia.pm
5358cp lib/DateTime/TimeZone/America/Los_Angeles.pm blib/lib/DateTime/TimeZone/America/Los_Angeles.pm
5359cp lib/DateTime/TimeZone/Asia/Amman.pm blib/lib/DateTime/TimeZone/Asia/Amman.pm
5360cp lib/DateTime/TimeZone/Africa/Johannesburg.pm blib/lib/DateTime/TimeZone/Africa/Johannesburg.pm
5361cp lib/DateTime/TimeZone/Pacific/Norfolk.pm blib/lib/DateTime/TimeZone/Pacific/Norfolk.pm
5362cp lib/DateTime/TimeZone/America/Anchorage.pm blib/lib/DateTime/TimeZone/America/Anchorage.pm
5363cp lib/DateTime/TimeZone/America/Puerto_Rico.pm blib/lib/DateTime/TimeZone/America/Puerto_Rico.pm
5364cp lib/DateTime/TimeZone/Pacific/Guam.pm blib/lib/DateTime/TimeZone/Pacific/Guam.pm
5365cp lib/DateTime/TimeZone/America/Rainy_River.pm blib/lib/DateTime/TimeZone/America/Rainy_River.pm
5366cp lib/DateTime/TimeZone/America/Caracas.pm blib/lib/DateTime/TimeZone/America/Caracas.pm
5367cp lib/DateTime/TimeZone/America/Sao_Paulo.pm blib/lib/DateTime/TimeZone/America/Sao_Paulo.pm
5368cp lib/DateTime/TimeZone/Asia/Ulaanbaatar.pm blib/lib/DateTime/TimeZone/Asia/Ulaanbaatar.pm
5369cp lib/DateTime/TimeZone/America/Fort_Nelson.pm blib/lib/DateTime/TimeZone/America/Fort_Nelson.pm
5370cp lib/DateTime/TimeZone/America/Inuvik.pm blib/lib/DateTime/TimeZone/America/Inuvik.pm
5371cp lib/DateTime/TimeZone/Africa/Bissau.pm blib/lib/DateTime/TimeZone/Africa/Bissau.pm
5372cp lib/DateTime/TimeZone/Pacific/Easter.pm blib/lib/DateTime/TimeZone/Pacific/Easter.pm
5373cp lib/DateTime/TimeZone/Europe/Monaco.pm blib/lib/DateTime/TimeZone/Europe/Monaco.pm
5374cp lib/DateTime/TimeZone/Antarctica/Casey.pm blib/lib/DateTime/TimeZone/Antarctica/Casey.pm
5375cp lib/DateTime/TimeZone/Asia/Srednekolymsk.pm blib/lib/DateTime/TimeZone/Asia/Srednekolymsk.pm
5376cp lib/DateTime/TimeZone/Europe/Budapest.pm blib/lib/DateTime/TimeZone/Europe/Budapest.pm
5377cp lib/DateTime/TimeZone/Asia/Hovd.pm blib/lib/DateTime/TimeZone/Asia/Hovd.pm
5378cp lib/DateTime/TimeZone/Antarctica/Troll.pm blib/lib/DateTime/TimeZone/Antarctica/Troll.pm
5379cp lib/DateTime/TimeZone/America/Asuncion.pm blib/lib/DateTime/TimeZone/America/Asuncion.pm
5380cp lib/DateTime/TimeZone/MET.pm blib/lib/DateTime/TimeZone/MET.pm
5381cp lib/DateTime/TimeZone/Atlantic/Bermuda.pm blib/lib/DateTime/TimeZone/Atlantic/Bermuda.pm
5382cp lib/DateTime/TimeZone/Europe/Madrid.pm blib/lib/DateTime/TimeZone/Europe/Madrid.pm
5383cp lib/DateTime/TimeZone/America/Indiana/Winamac.pm blib/lib/DateTime/TimeZone/America/Indiana/Winamac.pm
5384cp lib/DateTime/TimeZone/Asia/Urumqi.pm blib/lib/DateTime/TimeZone/Asia/Urumqi.pm
5385cp lib/DateTime/TimeZone/America/Nipigon.pm blib/lib/DateTime/TimeZone/America/Nipigon.pm
5386cp lib/DateTime/TimeZone/America/Dawson.pm blib/lib/DateTime/TimeZone/America/Dawson.pm
5387cp lib/DateTime/TimeZone/Pacific/Majuro.pm blib/lib/DateTime/TimeZone/Pacific/Majuro.pm
5388cp lib/DateTime/TimeZone/Europe/Istanbul.pm blib/lib/DateTime/TimeZone/Europe/Istanbul.pm
5389cp lib/DateTime/TimeZone/America/Nome.pm blib/lib/DateTime/TimeZone/America/Nome.pm
5390cp lib/DateTime/TimeZone/Asia/Irkutsk.pm blib/lib/DateTime/TimeZone/Asia/Irkutsk.pm
5391cp lib/DateTime/TimeZone/Australia/Lindeman.pm blib/lib/DateTime/TimeZone/Australia/Lindeman.pm
5392cp lib/DateTime/TimeZone/America/Rio_Branco.pm blib/lib/DateTime/TimeZone/America/Rio_Branco.pm
5393cp lib/DateTime/TimeZone/America/New_York.pm blib/lib/DateTime/TimeZone/America/New_York.pm
5394cp lib/DateTime/TimeZone/Asia/Jerusalem.pm blib/lib/DateTime/TimeZone/Asia/Jerusalem.pm
5395cp lib/DateTime/TimeZone/Europe/Athens.pm blib/lib/DateTime/TimeZone/Europe/Athens.pm
5396cp lib/DateTime/TimeZone/Indian/Maldives.pm blib/lib/DateTime/TimeZone/Indian/Maldives.pm
5397cp lib/DateTime/TimeZone/America/Cayman.pm blib/lib/DateTime/TimeZone/America/Cayman.pm
5398cp lib/DateTime/TimeZone/OlsonDB/Change.pm blib/lib/DateTime/TimeZone/OlsonDB/Change.pm
5399cp lib/DateTime/TimeZone/Australia/Brisbane.pm blib/lib/DateTime/TimeZone/Australia/Brisbane.pm
5400cp lib/DateTime/TimeZone/Europe/Kaliningrad.pm blib/lib/DateTime/TimeZone/Europe/Kaliningrad.pm
5401cp lib/DateTime/TimeZone/Asia/Jakarta.pm blib/lib/DateTime/TimeZone/Asia/Jakarta.pm
5402cp lib/DateTime/TimeZone/America/La_Paz.pm blib/lib/DateTime/TimeZone/America/La_Paz.pm
5403cp lib/DateTime/TimeZone/America/Toronto.pm blib/lib/DateTime/TimeZone/America/Toronto.pm
5404cp lib/DateTime/TimeZone/Indian/Chagos.pm blib/lib/DateTime/TimeZone/Indian/Chagos.pm
5405cp lib/DateTime/TimeZone/Australia/Darwin.pm blib/lib/DateTime/TimeZone/Australia/Darwin.pm
5406cp lib/DateTime/TimeZone/Europe/Zurich.pm blib/lib/DateTime/TimeZone/Europe/Zurich.pm
5407cp lib/DateTime/TimeZone/America/Guyana.pm blib/lib/DateTime/TimeZone/America/Guyana.pm
5408cp lib/DateTime/TimeZone/Local/Android.pm blib/lib/DateTime/TimeZone/Local/Android.pm
5409cp lib/DateTime/TimeZone/Asia/Oral.pm blib/lib/DateTime/TimeZone/Asia/Oral.pm
5410cp lib/DateTime/TimeZone/Europe/Luxembourg.pm blib/lib/DateTime/TimeZone/Europe/Luxembourg.pm
5411cp lib/DateTime/TimeZone/America/Indiana/Petersburg.pm blib/lib/DateTime/TimeZone/America/Indiana/Petersburg.pm
5412cp lib/DateTime/TimeZone/America/St_Johns.pm blib/lib/DateTime/TimeZone/America/St_Johns.pm
5413cp lib/DateTime/TimeZone/Australia/Hobart.pm blib/lib/DateTime/TimeZone/Australia/Hobart.pm
5414cp lib/DateTime/TimeZone/Australia/Eucla.pm blib/lib/DateTime/TimeZone/Australia/Eucla.pm
5415cp lib/DateTime/TimeZone/OffsetOnly.pm blib/lib/DateTime/TimeZone/OffsetOnly.pm
5416cp lib/DateTime/TimeZone/Asia/Tashkent.pm blib/lib/DateTime/TimeZone/Asia/Tashkent.pm
5417cp lib/DateTime/TimeZone/America/Bogota.pm blib/lib/DateTime/TimeZone/America/Bogota.pm
5418cp lib/DateTime/TimeZone/America/Fortaleza.pm blib/lib/DateTime/TimeZone/America/Fortaleza.pm
5419cp lib/DateTime/TimeZone/Local/VMS.pm blib/lib/DateTime/TimeZone/Local/VMS.pm
5420cp lib/DateTime/TimeZone/Africa/Tunis.pm blib/lib/DateTime/TimeZone/Africa/Tunis.pm
5421cp lib/DateTime/TimeZone/Europe/Kiev.pm blib/lib/DateTime/TimeZone/Europe/Kiev.pm
5422cp lib/DateTime/TimeZone/Africa/Abidjan.pm blib/lib/DateTime/TimeZone/Africa/Abidjan.pm
5423cp lib/DateTime/TimeZone/Pacific/Palau.pm blib/lib/DateTime/TimeZone/Pacific/Palau.pm
5424cp lib/DateTime/TimeZone/Pacific/Honolulu.pm blib/lib/DateTime/TimeZone/Pacific/Honolulu.pm
5425cp lib/DateTime/TimeZone/Asia/Qatar.pm blib/lib/DateTime/TimeZone/Asia/Qatar.pm
5426cp lib/DateTime/TimeZone/Asia/Choibalsan.pm blib/lib/DateTime/TimeZone/Asia/Choibalsan.pm
5427cp lib/DateTime/TimeZone/America/Indiana/Tell_City.pm blib/lib/DateTime/TimeZone/America/Indiana/Tell_City.pm
5428cp lib/DateTime/TimeZone/Asia/Ust_Nera.pm blib/lib/DateTime/TimeZone/Asia/Ust_Nera.pm
5429cp lib/DateTime/TimeZone/America/Havana.pm blib/lib/DateTime/TimeZone/America/Havana.pm
5430cp lib/DateTime/TimeZone/Catalog.pm blib/lib/DateTime/TimeZone/Catalog.pm
5431cp lib/DateTime/TimeZone/America/Danmarkshavn.pm blib/lib/DateTime/TimeZone/America/Danmarkshavn.pm
5432cp lib/DateTime/TimeZone/America/Maceio.pm blib/lib/DateTime/TimeZone/America/Maceio.pm
5433cp lib/DateTime/TimeZone/Europe/Warsaw.pm blib/lib/DateTime/TimeZone/Europe/Warsaw.pm
5434cp lib/DateTime/TimeZone/America/Thule.pm blib/lib/DateTime/TimeZone/America/Thule.pm
5435cp lib/DateTime/TimeZone/Pacific/Pitcairn.pm blib/lib/DateTime/TimeZone/Pacific/Pitcairn.pm
5436cp lib/DateTime/TimeZone/Pacific/Kwajalein.pm blib/lib/DateTime/TimeZone/Pacific/Kwajalein.pm
5437cp lib/DateTime/TimeZone/CET.pm blib/lib/DateTime/TimeZone/CET.pm
5438cp lib/DateTime/TimeZone/WET.pm blib/lib/DateTime/TimeZone/WET.pm
5439cp lib/DateTime/TimeZone/Europe/Helsinki.pm blib/lib/DateTime/TimeZone/Europe/Helsinki.pm
5440cp lib/DateTime/TimeZone/America/Menominee.pm blib/lib/DateTime/TimeZone/America/Menominee.pm
5441cp lib/DateTime/TimeZone/Australia/Currie.pm blib/lib/DateTime/TimeZone/Australia/Currie.pm
5442cp lib/DateTime/TimeZone/America/Moncton.pm blib/lib/DateTime/TimeZone/America/Moncton.pm
5443cp lib/DateTime/TimeZone/Africa/Lagos.pm blib/lib/DateTime/TimeZone/Africa/Lagos.pm
5444cp lib/DateTime/TimeZone/America/Pangnirtung.pm blib/lib/DateTime/TimeZone/America/Pangnirtung.pm
5445cp lib/DateTime/TimeZone/Asia/Dhaka.pm blib/lib/DateTime/TimeZone/Asia/Dhaka.pm
5446cp lib/DateTime/TimeZone/Pacific/Fiji.pm blib/lib/DateTime/TimeZone/Pacific/Fiji.pm
5447cp lib/DateTime/TimeZone/America/Argentina/Tucuman.pm blib/lib/DateTime/TimeZone/America/Argentina/Tucuman.pm
5448cp lib/DateTime/TimeZone/Europe/Volgograd.pm blib/lib/DateTime/TimeZone/Europe/Volgograd.pm
5449cp lib/DateTime/TimeZone/America/Santo_Domingo.pm blib/lib/DateTime/TimeZone/America/Santo_Domingo.pm
5450cp lib/DateTime/TimeZone/America/Belem.pm blib/lib/DateTime/TimeZone/America/Belem.pm
5451cp lib/DateTime/TimeZone/America/Phoenix.pm blib/lib/DateTime/TimeZone/America/Phoenix.pm
5452cp lib/DateTime/TimeZone/Africa/Ndjamena.pm blib/lib/DateTime/TimeZone/Africa/Ndjamena.pm
5453cp lib/DateTime/TimeZone/Local.pm blib/lib/DateTime/TimeZone/Local.pm
5454cp lib/DateTime/TimeZone/Europe/Zaporozhye.pm blib/lib/DateTime/TimeZone/Europe/Zaporozhye.pm
5455cp lib/DateTime/TimeZone/America/Winnipeg.pm blib/lib/DateTime/TimeZone/America/Winnipeg.pm
5456cp lib/DateTime/TimeZone/Asia/Gaza.pm blib/lib/DateTime/TimeZone/Asia/Gaza.pm
5457cp lib/DateTime/TimeZone/Atlantic/Madeira.pm blib/lib/DateTime/TimeZone/Atlantic/Madeira.pm
5458cp lib/DateTime/TimeZone/America/Argentina/Catamarca.pm blib/lib/DateTime/TimeZone/America/Argentina/Catamarca.pm
5459cp lib/DateTime/TimeZone/America/Cambridge_Bay.pm blib/lib/DateTime/TimeZone/America/Cambridge_Bay.pm
5460cp lib/DateTime/TimeZone/Asia/Tbilisi.pm blib/lib/DateTime/TimeZone/Asia/Tbilisi.pm
5461cp lib/DateTime/TimeZone/Europe/Prague.pm blib/lib/DateTime/TimeZone/Europe/Prague.pm
5462cp lib/DateTime/TimeZone/Pacific/Apia.pm blib/lib/DateTime/TimeZone/Pacific/Apia.pm
5463cp lib/DateTime/TimeZone/America/Blanc_Sablon.pm blib/lib/DateTime/TimeZone/America/Blanc_Sablon.pm
5464cp lib/DateTime/TimeZone/Atlantic/Reykjavik.pm blib/lib/DateTime/TimeZone/Atlantic/Reykjavik.pm
5465cp lib/DateTime/TimeZone/Asia/Yerevan.pm blib/lib/DateTime/TimeZone/Asia/Yerevan.pm
5466cp lib/DateTime/TimeZone/Asia/Chita.pm blib/lib/DateTime/TimeZone/Asia/Chita.pm
5467cp lib/DateTime/TimeZone/America/Argentina/Ushuaia.pm blib/lib/DateTime/TimeZone/America/Argentina/Ushuaia.pm
5468cp lib/DateTime/TimeZone/Asia/Vladivostok.pm blib/lib/DateTime/TimeZone/Asia/Vladivostok.pm
5469cp lib/DateTime/TimeZone/America/Sitka.pm blib/lib/DateTime/TimeZone/America/Sitka.pm
5470cp lib/DateTime/TimeZone/Asia/Thimphu.pm blib/lib/DateTime/TimeZone/Asia/Thimphu.pm
5471cp lib/DateTime/TimeZone/America/Grand_Turk.pm blib/lib/DateTime/TimeZone/America/Grand_Turk.pm
5472cp lib/DateTime/TimeZone/Australia/Melbourne.pm blib/lib/DateTime/TimeZone/Australia/Melbourne.pm
5473cp lib/DateTime/TimeZone/America/Mazatlan.pm blib/lib/DateTime/TimeZone/America/Mazatlan.pm
5474cp lib/DateTime/TimeZone/America/Juneau.pm blib/lib/DateTime/TimeZone/America/Juneau.pm
5475cp lib/DateTime/TimeZone/Pacific/Guadalcanal.pm blib/lib/DateTime/TimeZone/Pacific/Guadalcanal.pm
5476cp lib/DateTime/TimeZone/America/Barbados.pm blib/lib/DateTime/TimeZone/America/Barbados.pm
5477cp lib/DateTime/TimeZone/Asia/Rangoon.pm blib/lib/DateTime/TimeZone/Asia/Rangoon.pm
5478cp lib/DateTime/TimeZone/Antarctica/DumontDUrville.pm blib/lib/DateTime/TimeZone/Antarctica/DumontDUrville.pm
5479cp lib/DateTime/TimeZone/Africa/Nairobi.pm blib/lib/DateTime/TimeZone/Africa/Nairobi.pm
5480cp lib/DateTime/TimeZone/Asia/Riyadh.pm blib/lib/DateTime/TimeZone/Asia/Riyadh.pm
5481cp lib/DateTime/TimeZone/America/Yellowknife.pm blib/lib/DateTime/TimeZone/America/Yellowknife.pm
5482cp lib/DateTime/TimeZone/America/Halifax.pm blib/lib/DateTime/TimeZone/America/Halifax.pm
5483cp lib/DateTime/TimeZone/Asia/Kuala_Lumpur.pm blib/lib/DateTime/TimeZone/Asia/Kuala_Lumpur.pm
5484cp lib/DateTime/TimeZone/Antarctica/Vostok.pm blib/lib/DateTime/TimeZone/Antarctica/Vostok.pm
5485cp lib/DateTime/TimeZone/Asia/Makassar.pm blib/lib/DateTime/TimeZone/Asia/Makassar.pm
5486cp lib/DateTime/TimeZone/OlsonDB/Zone.pm blib/lib/DateTime/TimeZone/OlsonDB/Zone.pm
5487cp lib/DateTime/TimeZone/Pacific/Galapagos.pm blib/lib/DateTime/TimeZone/Pacific/Galapagos.pm
5488cp lib/DateTime/TimeZone/America/Tijuana.pm blib/lib/DateTime/TimeZone/America/Tijuana.pm
5489cp lib/DateTime/TimeZone/Asia/Hong_Kong.pm blib/lib/DateTime/TimeZone/Asia/Hong_Kong.pm
5490cp lib/DateTime/TimeZone/America/Indiana/Knox.pm blib/lib/DateTime/TimeZone/America/Indiana/Knox.pm
5491cp lib/DateTime/TimeZone/Australia/Adelaide.pm blib/lib/DateTime/TimeZone/Australia/Adelaide.pm
5492cp lib/DateTime/TimeZone/Asia/Seoul.pm blib/lib/DateTime/TimeZone/Asia/Seoul.pm
5493cp lib/DateTime/TimeZone/America/North_Dakota/Center.pm blib/lib/DateTime/TimeZone/America/North_Dakota/Center.pm
5494cp lib/DateTime/TimeZone/America/Detroit.pm blib/lib/DateTime/TimeZone/America/Detroit.pm
5495cp lib/DateTime/TimeZone/Asia/Novokuznetsk.pm blib/lib/DateTime/TimeZone/Asia/Novokuznetsk.pm
5496cp lib/DateTime/TimeZone/Africa/Cairo.pm blib/lib/DateTime/TimeZone/Africa/Cairo.pm
5497cp lib/DateTime/TimeZone/Pacific/Bougainville.pm blib/lib/DateTime/TimeZone/Pacific/Bougainville.pm
5498cp lib/DateTime/TimeZone/America/Goose_Bay.pm blib/lib/DateTime/TimeZone/America/Goose_Bay.pm
5499cp lib/DateTime/TimeZone/America/Santarem.pm blib/lib/DateTime/TimeZone/America/Santarem.pm
5500cp lib/DateTime/TimeZone/Pacific/Wake.pm blib/lib/DateTime/TimeZone/Pacific/Wake.pm
5501cp lib/DateTime/TimeZone/Asia/Baghdad.pm blib/lib/DateTime/TimeZone/Asia/Baghdad.pm
5502cp lib/DateTime/TimeZone/America/North_Dakota/Beulah.pm blib/lib/DateTime/TimeZone/America/North_Dakota/Beulah.pm
5503cp lib/DateTime/TimeZone/Atlantic/Canary.pm blib/lib/DateTime/TimeZone/Atlantic/Canary.pm
5504cp lib/DateTime/TimeZone/Antarctica/Palmer.pm blib/lib/DateTime/TimeZone/Antarctica/Palmer.pm
5505cp lib/DateTime/TimeZone/Europe/Tirane.pm blib/lib/DateTime/TimeZone/Europe/Tirane.pm
5506cp lib/DateTime/TimeZone/Africa/Khartoum.pm blib/lib/DateTime/TimeZone/Africa/Khartoum.pm
5507cp lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm blib/lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm
5508cp lib/DateTime/TimeZone/America/Matamoros.pm blib/lib/DateTime/TimeZone/America/Matamoros.pm
5509cp lib/DateTime/TimeZone/America/Paramaribo.pm blib/lib/DateTime/TimeZone/America/Paramaribo.pm
5510cp lib/DateTime/TimeZone/America/Jamaica.pm blib/lib/DateTime/TimeZone/America/Jamaica.pm
5511cp lib/DateTime/TimeZone/Atlantic/Cape_Verde.pm blib/lib/DateTime/TimeZone/Atlantic/Cape_Verde.pm
5512cp lib/DateTime/TimeZone/America/Metlakatla.pm blib/lib/DateTime/TimeZone/America/Metlakatla.pm
5513cp lib/DateTime/TimeZone/Europe/Dublin.pm blib/lib/DateTime/TimeZone/Europe/Dublin.pm
5514cp lib/DateTime/TimeZone/EET.pm blib/lib/DateTime/TimeZone/EET.pm
5515cp lib/DateTime/TimeZone/Africa/Algiers.pm blib/lib/DateTime/TimeZone/Africa/Algiers.pm
5516cp lib/DateTime/TimeZone/Africa/Accra.pm blib/lib/DateTime/TimeZone/Africa/Accra.pm
5517cp lib/DateTime/TimeZone/Europe/Chisinau.pm blib/lib/DateTime/TimeZone/Europe/Chisinau.pm
5518cp lib/DateTime/TimeZone/Europe/Stockholm.pm blib/lib/DateTime/TimeZone/Europe/Stockholm.pm
5519cp lib/DateTime/TimeZone/Asia/Yekaterinburg.pm blib/lib/DateTime/TimeZone/Asia/Yekaterinburg.pm
5520cp lib/DateTime/TimeZone/Asia/Bangkok.pm blib/lib/DateTime/TimeZone/Asia/Bangkok.pm
5521cp lib/DateTime/TimeZone/Asia/Aqtau.pm blib/lib/DateTime/TimeZone/Asia/Aqtau.pm
5522cp lib/DateTime/TimeZone/America/Indiana/Vevay.pm blib/lib/DateTime/TimeZone/America/Indiana/Vevay.pm
5523cp lib/DateTime/TimeZone/Floating.pm blib/lib/DateTime/TimeZone/Floating.pm
5524cp lib/DateTime/TimeZone/America/Kentucky/Monticello.pm blib/lib/DateTime/TimeZone/America/Kentucky/Monticello.pm
5525cp lib/DateTime/TimeZone/Pacific/Niue.pm blib/lib/DateTime/TimeZone/Pacific/Niue.pm
5526cp lib/DateTime/TimeZone/America/Costa_Rica.pm blib/lib/DateTime/TimeZone/America/Costa_Rica.pm
5527cp lib/DateTime/TimeZone/America/Regina.pm blib/lib/DateTime/TimeZone/America/Regina.pm
5528cp lib/DateTime/TimeZone/Asia/Damascus.pm blib/lib/DateTime/TimeZone/Asia/Damascus.pm
5529cp lib/DateTime/TimeZone/Asia/Baku.pm blib/lib/DateTime/TimeZone/Asia/Baku.pm
5530cp lib/DateTime/TimeZone/Australia/Lord_Howe.pm blib/lib/DateTime/TimeZone/Australia/Lord_Howe.pm
5531cp lib/DateTime/TimeZone/Europe/Copenhagen.pm blib/lib/DateTime/TimeZone/Europe/Copenhagen.pm
5532cp lib/DateTime/TimeZone/Pacific/Kiritimati.pm blib/lib/DateTime/TimeZone/Pacific/Kiritimati.pm
5533cp lib/DateTime/TimeZone/Asia/Almaty.pm blib/lib/DateTime/TimeZone/Asia/Almaty.pm
5534Manifying blib/man3/DateTime::TimeZone::UTC.3pm
5535Manifying blib/man3/DateTime::TimeZone::Catalog.3pm
5536Manifying blib/man3/DateTime::TimeZone::Local.3pm
5537Manifying blib/man3/DateTime::TimeZone::OffsetOnly.3pm
5538Manifying blib/man3/DateTime::TimeZone::Floating.3pm
5539Manifying blib/man3/DateTime::TimeZone::Local::Unix.3pm
5540Manifying blib/man3/DateTime::TimeZone::Local::VMS.3pm
5541Manifying blib/man3/DateTime::TimeZone.3pm
5542Manifying blib/man3/DateTime::TimeZone::OlsonDB.3pm
5543 DROLSKY/DateTime-TimeZone-1.94.tar.gz
5544 /usr/bin/make -- OK
5545Skipping test because of notest pragma
5546Running make install
5547Installing /usr/local/share/perl5/DateTime/TimeZone.pm
5548Installing /usr/local/share/perl5/DateTime/TimeZone/Floating.pm
5549Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB.pm
5550Installing /usr/local/share/perl5/DateTime/TimeZone/CST6CDT.pm
5551Installing /usr/local/share/perl5/DateTime/TimeZone/EET.pm
5552Installing /usr/local/share/perl5/DateTime/TimeZone/CET.pm
5553Installing /usr/local/share/perl5/DateTime/TimeZone/HST.pm
5554Installing /usr/local/share/perl5/DateTime/TimeZone/UTC.pm
5555Installing /usr/local/share/perl5/DateTime/TimeZone/Catalog.pm
5556Installing /usr/local/share/perl5/DateTime/TimeZone/OffsetOnly.pm
5557Installing /usr/local/share/perl5/DateTime/TimeZone/WET.pm
5558Installing /usr/local/share/perl5/DateTime/TimeZone/PST8PDT.pm
5559Installing /usr/local/share/perl5/DateTime/TimeZone/EST.pm
5560Installing /usr/local/share/perl5/DateTime/TimeZone/Local.pm
5561Installing /usr/local/share/perl5/DateTime/TimeZone/MET.pm
5562Installing /usr/local/share/perl5/DateTime/TimeZone/MST7MDT.pm
5563Installing /usr/local/share/perl5/DateTime/TimeZone/MST.pm
5564Installing /usr/local/share/perl5/DateTime/TimeZone/EST5EDT.pm
5565Installing /usr/local/share/perl5/DateTime/TimeZone/Local/Unix.pm
5566Installing /usr/local/share/perl5/DateTime/TimeZone/Local/VMS.pm
5567Installing /usr/local/share/perl5/DateTime/TimeZone/Local/Android.pm
5568Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Bermuda.pm
5569Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Madeira.pm
5570Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Azores.pm
5571Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Stanley.pm
5572Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Cape_Verde.pm
5573Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/South_Georgia.pm
5574Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Canary.pm
5575Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Reykjavik.pm
5576Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Faroe.pm
5577Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Eucla.pm
5578Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Sydney.pm
5579Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Lord_Howe.pm
5580Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Melbourne.pm
5581Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Brisbane.pm
5582Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Broken_Hill.pm
5583Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Hobart.pm
5584Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Darwin.pm
5585Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Perth.pm
5586Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Adelaide.pm
5587Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Lindeman.pm
5588Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Currie.pm
5589Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Kerguelen.pm
5590Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Mahe.pm
5591Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Reunion.pm
5592Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Chagos.pm
5593Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Christmas.pm
5594Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Cocos.pm
5595Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Maldives.pm
5596Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Mauritius.pm
5597Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santiago.pm
5598Installing /usr/local/share/perl5/DateTime/TimeZone/America/Paramaribo.pm
5599Installing /usr/local/share/perl5/DateTime/TimeZone/America/Godthab.pm
5600Installing /usr/local/share/perl5/DateTime/TimeZone/America/Lima.pm
5601Installing /usr/local/share/perl5/DateTime/TimeZone/America/Goose_Bay.pm
5602Installing /usr/local/share/perl5/DateTime/TimeZone/America/St_Johns.pm
5603Installing /usr/local/share/perl5/DateTime/TimeZone/America/Sao_Paulo.pm
5604Installing /usr/local/share/perl5/DateTime/TimeZone/America/Araguaina.pm
5605Installing /usr/local/share/perl5/DateTime/TimeZone/America/Regina.pm
5606Installing /usr/local/share/perl5/DateTime/TimeZone/America/Matamoros.pm
5607Installing /usr/local/share/perl5/DateTime/TimeZone/America/Panama.pm
5608Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bogota.pm
5609Installing /usr/local/share/perl5/DateTime/TimeZone/America/Port_of_Spain.pm
5610Installing /usr/local/share/perl5/DateTime/TimeZone/America/Dawson_Creek.pm
5611Installing /usr/local/share/perl5/DateTime/TimeZone/America/Vancouver.pm
5612Installing /usr/local/share/perl5/DateTime/TimeZone/America/Inuvik.pm
5613Installing /usr/local/share/perl5/DateTime/TimeZone/America/Curacao.pm
5614Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santo_Domingo.pm
5615Installing /usr/local/share/perl5/DateTime/TimeZone/America/Manaus.pm
5616Installing /usr/local/share/perl5/DateTime/TimeZone/America/Eirunepe.pm
5617Installing /usr/local/share/perl5/DateTime/TimeZone/America/Adak.pm
5618Installing /usr/local/share/perl5/DateTime/TimeZone/America/Asuncion.pm
5619Installing /usr/local/share/perl5/DateTime/TimeZone/America/Iqaluit.pm
5620Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santa_Isabel.pm
5621Installing /usr/local/share/perl5/DateTime/TimeZone/America/Barbados.pm
5622Installing /usr/local/share/perl5/DateTime/TimeZone/America/Boa_Vista.pm
5623Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bahia.pm
5624Installing /usr/local/share/perl5/DateTime/TimeZone/America/Recife.pm
5625Installing /usr/local/share/perl5/DateTime/TimeZone/America/Juneau.pm
5626Installing /usr/local/share/perl5/DateTime/TimeZone/America/Anchorage.pm
5627Installing /usr/local/share/perl5/DateTime/TimeZone/America/Monterrey.pm
5628Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cancun.pm
5629Installing /usr/local/share/perl5/DateTime/TimeZone/America/Los_Angeles.pm
5630Installing /usr/local/share/perl5/DateTime/TimeZone/America/Dawson.pm
5631Installing /usr/local/share/perl5/DateTime/TimeZone/America/Havana.pm
5632Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rainy_River.pm
5633Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cayman.pm
5634Installing /usr/local/share/perl5/DateTime/TimeZone/America/El_Salvador.pm
5635Installing /usr/local/share/perl5/DateTime/TimeZone/America/Swift_Current.pm
5636Installing /usr/local/share/perl5/DateTime/TimeZone/America/Thunder_Bay.pm
5637Installing /usr/local/share/perl5/DateTime/TimeZone/America/Belem.pm
5638Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nassau.pm
5639Installing /usr/local/share/perl5/DateTime/TimeZone/America/Belize.pm
5640Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guayaquil.pm
5641Installing /usr/local/share/perl5/DateTime/TimeZone/America/Costa_Rica.pm
5642Installing /usr/local/share/perl5/DateTime/TimeZone/America/Port_au_Prince.pm
5643Installing /usr/local/share/perl5/DateTime/TimeZone/America/Tegucigalpa.pm
5644Installing /usr/local/share/perl5/DateTime/TimeZone/America/Chicago.pm
5645Installing /usr/local/share/perl5/DateTime/TimeZone/America/Noronha.pm
5646Installing /usr/local/share/perl5/DateTime/TimeZone/America/Chihuahua.pm
5647Installing /usr/local/share/perl5/DateTime/TimeZone/America/Scoresbysund.pm
5648Installing /usr/local/share/perl5/DateTime/TimeZone/America/Danmarkshavn.pm
5649Installing /usr/local/share/perl5/DateTime/TimeZone/America/Grand_Turk.pm
5650Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guatemala.pm
5651Installing /usr/local/share/perl5/DateTime/TimeZone/America/Yellowknife.pm
5652Installing /usr/local/share/perl5/DateTime/TimeZone/America/Jamaica.pm
5653Installing /usr/local/share/perl5/DateTime/TimeZone/America/Porto_Velho.pm
5654Installing /usr/local/share/perl5/DateTime/TimeZone/America/Puerto_Rico.pm
5655Installing /usr/local/share/perl5/DateTime/TimeZone/America/Mazatlan.pm
5656Installing /usr/local/share/perl5/DateTime/TimeZone/America/Managua.pm
5657Installing /usr/local/share/perl5/DateTime/TimeZone/America/La_Paz.pm
5658Installing /usr/local/share/perl5/DateTime/TimeZone/America/Merida.pm
5659Installing /usr/local/share/perl5/DateTime/TimeZone/America/Mexico_City.pm
5660Installing /usr/local/share/perl5/DateTime/TimeZone/America/Tijuana.pm
5661Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cayenne.pm
5662Installing /usr/local/share/perl5/DateTime/TimeZone/America/Fort_Nelson.pm
5663Installing /usr/local/share/perl5/DateTime/TimeZone/America/Miquelon.pm
5664Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cuiaba.pm
5665Installing /usr/local/share/perl5/DateTime/TimeZone/America/Moncton.pm
5666Installing /usr/local/share/perl5/DateTime/TimeZone/America/Creston.pm
5667Installing /usr/local/share/perl5/DateTime/TimeZone/America/Fortaleza.pm
5668Installing /usr/local/share/perl5/DateTime/TimeZone/America/Phoenix.pm
5669Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guyana.pm
5670Installing /usr/local/share/perl5/DateTime/TimeZone/America/Sitka.pm
5671Installing /usr/local/share/perl5/DateTime/TimeZone/America/Hermosillo.pm
5672Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bahia_Banderas.pm
5673Installing /usr/local/share/perl5/DateTime/TimeZone/America/Boise.pm
5674Installing /usr/local/share/perl5/DateTime/TimeZone/America/Campo_Grande.pm
5675Installing /usr/local/share/perl5/DateTime/TimeZone/America/Denver.pm
5676Installing /usr/local/share/perl5/DateTime/TimeZone/America/Ojinaga.pm
5677Installing /usr/local/share/perl5/DateTime/TimeZone/America/Blanc_Sablon.pm
5678Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cambridge_Bay.pm
5679Installing /usr/local/share/perl5/DateTime/TimeZone/America/Halifax.pm
5680Installing /usr/local/share/perl5/DateTime/TimeZone/America/Maceio.pm
5681Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rankin_Inlet.pm
5682Installing /usr/local/share/perl5/DateTime/TimeZone/America/Resolute.pm
5683Installing /usr/local/share/perl5/DateTime/TimeZone/America/Toronto.pm
5684Installing /usr/local/share/perl5/DateTime/TimeZone/America/Montevideo.pm
5685Installing /usr/local/share/perl5/DateTime/TimeZone/America/Thule.pm
5686Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rio_Branco.pm
5687Installing /usr/local/share/perl5/DateTime/TimeZone/America/Glace_Bay.pm
5688Installing /usr/local/share/perl5/DateTime/TimeZone/America/Winnipeg.pm
5689Installing /usr/local/share/perl5/DateTime/TimeZone/America/Martinique.pm
5690Installing /usr/local/share/perl5/DateTime/TimeZone/America/Edmonton.pm
5691Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santarem.pm
5692Installing /usr/local/share/perl5/DateTime/TimeZone/America/Caracas.pm
5693Installing /usr/local/share/perl5/DateTime/TimeZone/America/New_York.pm
5694Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nipigon.pm
5695Installing /usr/local/share/perl5/DateTime/TimeZone/America/Atikokan.pm
5696Installing /usr/local/share/perl5/DateTime/TimeZone/America/Yakutat.pm
5697Installing /usr/local/share/perl5/DateTime/TimeZone/America/Pangnirtung.pm
5698Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nome.pm
5699Installing /usr/local/share/perl5/DateTime/TimeZone/America/Metlakatla.pm
5700Installing /usr/local/share/perl5/DateTime/TimeZone/America/Detroit.pm
5701Installing /usr/local/share/perl5/DateTime/TimeZone/America/Whitehorse.pm
5702Installing /usr/local/share/perl5/DateTime/TimeZone/America/Menominee.pm
5703Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/Beulah.pm
5704Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/New_Salem.pm
5705Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/Center.pm
5706Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Ushuaia.pm
5707Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Mendoza.pm
5708Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/La_Rioja.pm
5709Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm
5710Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm
5711Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/San_Juan.pm
5712Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/San_Luis.pm
5713Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Cordoba.pm
5714Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Catamarca.pm
5715Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Tucuman.pm
5716Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Jujuy.pm
5717Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Salta.pm
5718Installing /usr/local/share/perl5/DateTime/TimeZone/America/Kentucky/Louisville.pm
5719Installing /usr/local/share/perl5/DateTime/TimeZone/America/Kentucky/Monticello.pm
5720Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Marengo.pm
5721Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Indianapolis.pm
5722Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Winamac.pm
5723Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Vevay.pm
5724Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Vincennes.pm
5725Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Petersburg.pm
5726Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Knox.pm
5727Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Tell_City.pm
5728Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Guadalcanal.pm
5729Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Palau.pm
5730Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Wallis.pm
5731Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kwajalein.pm
5732Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Fakaofo.pm
5733Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Gambier.pm
5734Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Nauru.pm
5735Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Port_Moresby.pm
5736Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Bougainville.pm
5737Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Majuro.pm
5738Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Efate.pm
5739Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Chuuk.pm
5740Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tahiti.pm
5741Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Apia.pm
5742Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kosrae.pm
5743Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tongatapu.pm
5744Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Auckland.pm
5745Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Noumea.pm
5746Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Guam.pm
5747Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Wake.pm
5748Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Norfolk.pm
5749Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Rarotonga.pm
5750Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pago_Pago.pm
5751Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Honolulu.pm
5752Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kiritimati.pm
5753Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Easter.pm
5754Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Chatham.pm
5755Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Niue.pm
5756Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Funafuti.pm
5757Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Fiji.pm
5758Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pohnpei.pm
5759Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Enderbury.pm
5760Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Marquesas.pm
5761Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pitcairn.pm
5762Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Galapagos.pm
5763Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tarawa.pm
5764Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Athens.pm
5765Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Gibraltar.pm
5766Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Istanbul.pm
5767Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Prague.pm
5768Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Stockholm.pm
5769Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Monaco.pm
5770Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Copenhagen.pm
5771Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Malta.pm
5772Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Tallinn.pm
5773Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Luxembourg.pm
5774Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Oslo.pm
5775Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Helsinki.pm
5776Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Sofia.pm
5777Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Vilnius.pm
5778Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Amsterdam.pm
5779Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Berlin.pm
5780Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Moscow.pm
5781Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Dublin.pm
5782Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Brussels.pm
5783Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Paris.pm
5784Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Volgograd.pm
5785Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/London.pm
5786Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Kaliningrad.pm
5787Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Lisbon.pm
5788Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Vienna.pm
5789Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Andorra.pm
5790Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Chisinau.pm
5791Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Samara.pm
5792Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Tirane.pm
5793Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Rome.pm
5794Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Kiev.pm
5795Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Simferopol.pm
5796Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Warsaw.pm
5797Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Uzhgorod.pm
5798Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Bucharest.pm
5799Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Madrid.pm
5800Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Belgrade.pm
5801Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Zaporozhye.pm
5802Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Minsk.pm
5803Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Riga.pm
5804Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Zurich.pm
5805Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Budapest.pm
5806Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Rule.pm
5807Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Observance.pm
5808Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Change.pm
5809Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Zone.pm
5810Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Gaza.pm
5811Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ulaanbaatar.pm
5812Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tehran.pm
5813Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tashkent.pm
5814Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Omsk.pm
5815Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Pontianak.pm
5816Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Makassar.pm
5817Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Rangoon.pm
5818Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Qyzylorda.pm
5819Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Magadan.pm
5820Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Urumqi.pm
5821Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Brunei.pm
5822Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Vladivostok.pm
5823Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Karachi.pm
5824Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yakutsk.pm
5825Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Thimphu.pm
5826Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dhaka.pm
5827Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tbilisi.pm
5828Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Oral.pm
5829Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Srednekolymsk.pm
5830Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Damascus.pm
5831Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm
5832Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hovd.pm
5833Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Krasnoyarsk.pm
5834Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Baku.pm
5835Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Sakhalin.pm
5836Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Colombo.pm
5837Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ust_Nera.pm
5838Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Novosibirsk.pm
5839Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Chita.pm
5840Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Choibalsan.pm
5841Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yerevan.pm
5842Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kuala_Lumpur.pm
5843Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Shanghai.pm
5844Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Seoul.pm
5845Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Irkutsk.pm
5846Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dushanbe.pm
5847Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ashgabat.pm
5848Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Baghdad.pm
5849Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kathmandu.pm
5850Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kamchatka.pm
5851Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Singapore.pm
5852Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yekaterinburg.pm
5853Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Riyadh.pm
5854Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Samarkand.pm
5855Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Aqtobe.pm
5856Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tokyo.pm
5857Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Beirut.pm
5858Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jakarta.pm
5859Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Aqtau.pm
5860Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Macau.pm
5861Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Qatar.pm
5862Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Bangkok.pm
5863Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hong_Kong.pm
5864Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Pyongyang.pm
5865Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Bishkek.pm
5866Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jerusalem.pm
5867Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kabul.pm
5868Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Manila.pm
5869Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hebron.pm
5870Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Anadyr.pm
5871Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Nicosia.pm
5872Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Amman.pm
5873Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Taipei.pm
5874Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kuching.pm
5875Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jayapura.pm
5876Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Novokuznetsk.pm
5877Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dili.pm
5878Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dubai.pm
5879Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Almaty.pm
5880Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kolkata.pm
5881Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Khandyga.pm
5882Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Vostok.pm
5883Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Rothera.pm
5884Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Syowa.pm
5885Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Troll.pm
5886Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Mawson.pm
5887Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Davis.pm
5888Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Casey.pm
5889Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Macquarie.pm
5890Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Palmer.pm
5891Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/DumontDUrville.pm
5892Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Maputo.pm
5893Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Khartoum.pm
5894Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Abidjan.pm
5895Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Nairobi.pm
5896Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Tunis.pm
5897Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Monrovia.pm
5898Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Casablanca.pm
5899Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Accra.pm
5900Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Windhoek.pm
5901Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Ceuta.pm
5902Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Bissau.pm
5903Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Tripoli.pm
5904Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Lagos.pm
5905Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Cairo.pm
5906Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Johannesburg.pm
5907Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Algiers.pm
5908Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/El_Aaiun.pm
5909Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Ndjamena.pm
5910Installing /usr/local/share/man/man3/DateTime::TimeZone::Catalog.3pm
5911Installing /usr/local/share/man/man3/DateTime::TimeZone::Floating.3pm
5912Installing /usr/local/share/man/man3/DateTime::TimeZone::UTC.3pm
5913Installing /usr/local/share/man/man3/DateTime::TimeZone::OlsonDB.3pm
5914Installing /usr/local/share/man/man3/DateTime::TimeZone.3pm
5915Installing /usr/local/share/man/man3/DateTime::TimeZone::OffsetOnly.3pm
5916Installing /usr/local/share/man/man3/DateTime::TimeZone::Local::Unix.3pm
5917Installing /usr/local/share/man/man3/DateTime::TimeZone::Local::VMS.3pm
5918Installing /usr/local/share/man/man3/DateTime::TimeZone::Local.3pm
5919Appending installation info to /usr/lib64/perl5/perllocal.pod
5920 DROLSKY/DateTime-TimeZone-1.94.tar.gz
5921 /usr/bin/make install -- OK
5922Running Build for D/DR/DROLSKY/DateTime-1.21.tar.gz
5923 Has already been unwrapped into directory /root/.cpan/build/DateTime-1.21-qlcQ30
5924
5925 CPAN.pm: Building D/DR/DROLSKY/DateTime-1.21.tar.gz
5926
5927Building DateTime
5928gcc -Ic -I/usr/lib64/perl5/CORE -DXS_VERSION="1.21" -DVERSION="1.21" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o lib/DateTime.o lib/DateTime.c
5929ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/DateTime/DateTime.bs')
5930gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o blib/arch/auto/DateTime/DateTime.so lib/DateTime.o
5931 DROLSKY/DateTime-1.21.tar.gz
5932 ./Build -- OK
5933Skipping test because of notest pragma
5934Running Build install
5935Building DateTime
5936Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
5937Installing /usr/local/lib64/perl5/auto/DateTime/DateTime.bs
5938Installing /usr/local/lib64/perl5/auto/DateTime/DateTime.so
5939Installing /usr/local/lib64/perl5/DateTime.pm
5940Installing /usr/local/lib64/perl5/DateTime/Helpers.pm
5941Installing /usr/local/lib64/perl5/DateTime/PPExtra.pm
5942Installing /usr/local/lib64/perl5/DateTime/LeapSecond.pm
5943Installing /usr/local/lib64/perl5/DateTime/Infinite.pm
5944Installing /usr/local/lib64/perl5/DateTime/Duration.pm
5945Installing /usr/local/lib64/perl5/DateTime/PP.pm
5946Installing /usr/local/share/man/man3/DateTime::LeapSecond.3pm
5947Installing /usr/local/share/man/man3/DateTime::Duration.3pm
5948Installing /usr/local/share/man/man3/DateTime::Infinite.3pm
5949Installing /usr/local/share/man/man3/DateTime.3pm
5950 DROLSKY/DateTime-1.21.tar.gz
5951 ./Build install -- OK
5952Running install for module 'Digest::SHA'
5953Running make for M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
5954Fetching with HTTP::Tiny:
5955http://cpan.dcc.uchile.cl/authors/id/M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
5956Fetching with HTTP::Tiny:
5957http://cpan.dcc.uchile.cl/authors/id/M/MS/MSHELOR/CHECKSUMS
5958Checksum for /root/.cpan/sources/authors/id/M/MS/MSHELOR/Digest-SHA-5.95.tar.gz ok
5959
5960 CPAN.pm: Building M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
5961
5962Checking if your kit is complete...
5963Looks good
5964Writing Makefile for Digest::SHA
5965Writing MYMETA.yml and MYMETA.json
5966cp lib/Digest/SHA.pm blib/lib/Digest/SHA.pm
5967/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap SHA.xs > SHA.xsc && mv SHA.xsc SHA.c
5968gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"5.95\" -DXS_VERSION=\"5.95\" -fPIC "-I/usr/lib64/perl5/CORE" SHA.c
5969Running Mkbootstrap for Digest::SHA ()
5970chmod 644 SHA.bs
5971rm -f blib/arch/auto/Digest/SHA/SHA.so
5972gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro SHA.o -o blib/arch/auto/Digest/SHA/SHA.so \
5973 \
5974
5975chmod 755 blib/arch/auto/Digest/SHA/SHA.so
5976cp SHA.bs blib/arch/auto/Digest/SHA/SHA.bs
5977chmod 644 blib/arch/auto/Digest/SHA/SHA.bs
5978cp shasum blib/script/shasum
5979/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum
5980Manifying blib/man1/shasum.1
5981Manifying blib/man3/Digest::SHA.3pm
5982 MSHELOR/Digest-SHA-5.95.tar.gz
5983 /usr/bin/make -- OK
5984Skipping test because of notest pragma
5985Running make install
5986Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
5987Installing /usr/local/lib64/perl5/auto/Digest/SHA/SHA.so
5988Installing /usr/local/lib64/perl5/auto/Digest/SHA/SHA.bs
5989Installing /usr/local/lib64/perl5/Digest/SHA.pm
5990Installing /usr/local/share/man/man1/shasum.1
5991Installing /usr/local/share/man/man3/Digest::SHA.3pm
5992Installing /usr/local/bin/shasum
5993Appending installation info to /usr/lib64/perl5/perllocal.pod
5994 MSHELOR/Digest-SHA-5.95.tar.gz
5995 /usr/bin/make install -- OK
5996Running install for module 'EV'
5997Running make for M/ML/MLEHMANN/EV-4.22.tar.gz
5998Fetching with HTTP::Tiny:
5999http://cpan.dcc.uchile.cl/authors/id/M/ML/MLEHMANN/EV-4.22.tar.gz
6000Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/EV-4.22.tar.gz ok
6001
6002 CPAN.pm: Building M/ML/MLEHMANN/EV-4.22.tar.gz
6003
6004
6005***
6006*** The stability canary says: chirp! chirp! (it seems to be quite happy)
6007***
6008*** Your version of perl (5.016003) is quite supported by EV, nothing
6009*** else to be said, hope it comes in handy.
6010***
6011
6012
6013*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6014
6015
6016Welcome to EV configuration. If you are in a hurry, just press return here
6017and hope for the best. The defaults should usually do.
6018
6019Skip further questions and use defaults (y/n)? [y] y
6020
6021*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6022
6023
6024POSIX optionally offers support for a monotonic clock source. EV
6025can take advantage of this clock source to detect time jumps more
6026reliably. Unfortunately, some systems are bound to be broken, so you can
6027disable this here: you can completely disable the detection and use of
6028the monotonic clock by answering 'n' here. Support for this clock type
6029will otherwise be autodetected at both compile- and runtime. (this setting
6030currently affects the use of nanosleep over select as well).
6031
6032Enable optional support for CLOCK_MONOTONIC (y/n)? [y] y
6033
6034*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6035
6036
6037POSIX optionally offers support for a (potentially) high-resolution
6038realtime clock interface. In a good implementation, using it is faster
6039than the normal method of using gettimeofday. Unfortunately, this option
6040is also bound to be broken on some systems, and current EV versions do not
6041actually call gettimeofday very often, so it defaults to no.
6042
6043Prefer clock_gettime (CLOCK_REALTIME) over gettimeofday (y/n)? [n] n
6044
6045*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6046
6047
6048EV can use various backends with various portability issues. The select
6049backend is the most portable and makes for a good fallback, but it can be
6050limited to a low number of file descriptors and/or might not compile. If
6051you have problems with compiling ev_select.c, you might try to play around
6052with disabling it here, or forcing it to use the fd_set provided by your
6053OS, via the next question. I highly recommend keeping it in.
6054
6055Enable select backend (y/n)? [y] y
6056
6057*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6058
6059
6060The select backend can operate in two modes. One uses the system-provided
6061fd_set and is usually limited to 1024 file descriptors (64 on windows),
6062the other requires your header files to define NFDBITS and declare a
6063suitable fd_mask type. If you run into problems compiling ev_select.c, you
6064can try forcing the use of the system fd_set here.
6065
6066Force use of system fd_set for select backend (y/n)? [n] n
6067
6068*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6069
6070
6071The second very portable backend is poll(2). It does not exist on windows
6072and various versions of Mac OS X (and on the other versions it simply
6073doesn't work), but works basically everywhere else. It is recommended to use
6074the default here unless you run into compile problems in ev_poll.c.
6075
6076Enable poll backend (y/n)? [y] y
6077
6078*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6079
6080
6081Select and poll make it hard to write efficient servers, especially if the
6082number of active connections is much lower than the watched ones. GNU/Linux
6083systems have a more scalable method called "epoll", which EV can use. For
6084this to work, both your kernel and glibc have to support epoll, but if you
6085can compile it, the detection will be done at runtime, and EV will safely
6086fall back to using select when epoll isn't available. If unsure, accept
6087the default.
6088
6089Enable epoll backend (y/n)? [y] y
6090
6091*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6092
6093
6094Similarly to the epoll backend above, EV can take advantage of kqueue on
6095many BSD systems. Support for kqueue will be detected at runtime, with a
6096safe fallback to other methods when it cannot be used.
6097
6098Note that kqueue is broken on most operating systems, so by default it
6099won't be used on many platforms, but you can still create your own event
6100loop with kqueue backend if you ask specifically for it.
6101
6102Here is what we know:
6103
6104NetBSD: partially working in at least 3.1 and later. Yeah! :)
6105FreeBSD: broken on at least 6.2-STABLE, spotty in later versions,
6106 sockets *likely* work, ptys definitely don't.
6107OpenBSD: reports indicate that it likely doesn't work
6108 (similar problems as on FreeBSD).
6109OS X: completely, utterly broken on at least <= 10.6.
6110
6111Enable kqueue backend (y/n)? [n] n
6112
6113*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6114
6115
6116Similarly to the kqueue backend above, EV can take advantage of the
6117solaris 10 event port interface. Support for event ports will be detected
6118at runtime, with a safe fallback to other methods when it cannot be used.
6119
6120Enable event port backend (y/n)? [n] n
6121
6122*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6123
6124
6125EV needs the functions pthread_atfork and clock_gettime. On most systems
6126you need some special libraries for this (such as -lrt and -lpthread). You
6127can specify additional libraries to provide these calls (and any other
6128required by EV) now, or accept the default.
6129
6130On GNU/Linux systems, EV uses the LSB 3.1 __register_atfork function
6131to avoid the dependency on libpthread, and directly uses the clock_gettime
6132syscall to avoid a dependency on librt.
6133
6134Extra libraries for pthread_atfork and clock_gettime? [ ]
6135
6136*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6137
6138
6139A backend of a different kind is the Linux inotify(7) interface, which can
6140be used to speed up (and reduce resource consumption) of stat watchers. If
6141you have the include file and libc support for it, it is usually a good
6142idea to enable it, as kernel availability is detected at runtime.
6143
6144Enable inotify support (y/n)? [y] y
6145
6146*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6147
6148
6149Another useful bit of functionality is the Linux eventfd, which is useful
6150for faster signal handling (don't care) and intra-thread communications
6151(more relevant). Kernel support for this will be probed at runtime, but
6152your libc must contain the necessary wrapper. Glibc 2.7 and later should
6153have this wrapper.
6154
6155Enable linux eventfd support (y/n)? [y] y
6156
6157*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6158
6159
6160Another sometimes useful bit of functionality is the Linux signalfd, which
6161is useful for faster signal handling (don't care). Kernel support for
6162this will be probed at runtime, but your libc must contain the necessary
6163wrapper. Glibc 2.7 and later should have this wrapper.
6164
6165Enable linux signalfd support (y/n)? [y] y
6166
6167*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6168
6169
6170Very rarely, people want to tweak EV even more, e.g. to exclude
6171or include certain watcher types or backends. This can be done by adding
6172extra -D options here, or via the EV_EXTRA_DEFS environment variable.
6173
6174For example, if you run into compile problems because of missing memory
6175fences (or you just want extra performance), you can tell EV to not support
6176smp and threads via -DEV_NO_THREADS.
6177
6178Normal persons just press enter.
6179
6180Any extra -D options? []
6181
6182*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
6183
6184
6185Checking if your kit is complete...
6186Looks good
6187Writing Makefile for EV
6188Writing MYMETA.yml and MYMETA.json
6189cp EV/MakeMaker.pm blib/lib/EV/MakeMaker.pm
6190cp libev/ev.pod blib/lib/EV/libev.pod
6191cp EV/EVAPI.h blib/lib/EV/EVAPI.h
6192cp EV.pm blib/lib/EV.pm
6193cp libev/ev.h blib/lib/EV/ev.h
6194/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap EV.xs > EV.xsc && mv EV.xsc EV.c
6195gcc -c -Ilibev -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"4.22\" -DXS_VERSION=\"4.22\" -fPIC "-I/usr/lib64/perl5/CORE" -DEV_USE_REALTIME=0 -DEV_USE_SELECT=1 -DEV_USE_POLL=1 -DEV_USE_EPOLL=1 -DEV_USE_KQUEUE=0 -DEV_USE_PORT=0 -DEV_USE_INOTIFY=1 -DEV_USE_EVENTFD=1 -DEV_USE_SIGNALFD=1 EV.c
6196In file included from EV.xs:40:0:
6197libev/ev.c:483:48: warning: "/*" within comment [-Wcomment]
6198 /*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */
6199 ^
6200In file included from libev/ev.c:174:0,
6201 from EV.xs:40:
6202libev/ev_poll.c: In function 'poll_poll':
6203libev/ev_poll.c:110:77: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6204 assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt));
6205 ^
6206libev/ev.c: In function 'verify_watcher':
6207libev/ev.c:3096:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6208 assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI));
6209 ^
6210libev/ev.c:3099:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6211 assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w));
6212 ^
6213libev/ev.c: In function 'verify_heap':
6214libev/ev.c:3109:54: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6215 assert (("libev: active index mismatch in heap", ev_active (ANHE_w (heap [i])) == i));
6216 ^
6217libev/ev.c:3110:48: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6218 assert (("libev: heap condition violated", i == HEAP0 || ANHE_at (heap [HPARENT (i)]) <= ANHE_at (heap [i])));
6219 ^
6220libev/ev.c:3111:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6221 assert (("libev: heap at cache mismatch", ANHE_at (heap [i]) == ev_at (ANHE_w (heap [i]))));
6222 ^
6223libev/ev.c: In function 'array_verify':
6224libev/ev.c:3122:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6225 assert (("libev: active index mismatch", ev_active (ws [cnt]) == cnt + 1));
6226 ^
6227libev/ev.c: In function 'ev_verify':
6228libev/ev.c:3140:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6229 assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0));
6230 ^
6231libev/ev.c:3153:64: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6232 assert (("libev: io watcher list contains a loop", w != w2));
6233 ^
6234libev/ev.c:3157:61: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6235 assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1));
6236 ^
6237libev/ev.c:3158:65: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6238 assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i));
6239 ^
6240libev/ev.c: In function 'timers_reify':
6241libev/ev.c:3340:93: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6242 assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > 0.));
6243 ^
6244libev/ev.c: In function 'periodics_reify':
6245libev/ev.c:3402:90: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6246 assert (("libev: ev_periodic reschedule callback returned time in the past", ev_at (w) >= ev_rt_now));
6247 ^
6248libev/ev.c: In function 'ev_run':
6249libev/ev.c:3541:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6250 assert (("libev: ev_loop recursion during release detected", loop_done != EVBREAK_RECURSE));
6251 ^
6252libev/ev.c:3662:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6253 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w)));
6254 ^
6255libev/ev.c: In function 'ev_io_start':
6256libev/ev.c:3836:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6257 assert (("libev: ev_io_start called with negative fd", fd >= 0));
6258 ^
6259libev/ev.c:3837:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6260 assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE))));
6261 ^
6262libev/ev.c:3846:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6263 assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w));
6264 ^
6265In file included from EV.xs:40:0:
6266libev/ev.c:3848:34: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
6267 fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
6268 ^
6269In file included from libev/ev.c:174:0,
6270 from EV.xs:40:
6271libev/ev.c: In function 'ev_io_stop':
6272libev/ev.c:3861:88: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6273 assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax));
6274 ^
6275libev/ev.c: In function 'ev_timer_start':
6276libev/ev.c:3881:75: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6277 assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.));
6278 ^
6279libev/ev.c: In function 'ev_timer_stop':
6280libev/ev.c:3909:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6281 assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w));
6282 ^
6283libev/ev.c: In function 'ev_periodic_start':
6284libev/ev.c:3971:78: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6285 assert (("libev: ev_periodic_start called with negative interval value", w->interval >= 0.));
6286 ^
6287libev/ev.c: In function 'ev_periodic_stop':
6288libev/ev.c:4003:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6289 assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w));
6290 ^
6291libev/ev.c: In function 'ev_signal_start':
6292libev/ev.c:4040:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6293 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
6294 ^
6295libev/ev.c:4043:73: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6296 assert (("libev: a signal must not be attached to two different loops",
6297 ^
6298libev/ev.c: In function 'ev_child_start':
6299libev/ev.c:4161:74: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6300 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr));
6301 ^
6302libev/ev.c: In function 'ev_embed_start':
6303libev/ev.c:4740:60: warning: left-hand operand of comma expression has no effect [-Wunused-value]
6304 assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ()));
6305 ^
6306In file included from EV.xs:40:0:
6307libev/ev.c: At top level:
6308libev/ev.c:5089:27: warning: "/*" within comment [-Wcomment]
6309 /* EV_STAT 0x00001000 /* stat data changed */
6310 ^
6311libev/ev.c:5090:27: warning: "/*" within comment [-Wcomment]
6312 /* EV_EMBED 0x00010000 /* embedded event loop needs sweep */
6313 ^
6314In file included from EV.xs:3:0:
6315EV.c: In function 'XS_EV_verify':
6316/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6317 #define dXSI32 I32 ix = XSANY.any_i32
6318 ^
6319EV.c:760:5: note: in expansion of macro 'dXSI32'
6320 dXSI32;
6321 ^
6322EV.c: In function 'XS_EV_iteration':
6323/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6324 #define dXSI32 I32 ix = XSANY.any_i32
6325 ^
6326EV.c:775:5: note: in expansion of macro 'dXSI32'
6327 dXSI32;
6328 ^
6329EV.c: In function 'XS_EV_depth':
6330/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6331 #define dXSI32 I32 ix = XSANY.any_i32
6332 ^
6333EV.c:793:5: note: in expansion of macro 'dXSI32'
6334 dXSI32;
6335 ^
6336EV.c: In function 'XS_EV_run':
6337/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6338 #define dXSI32 I32 ix = XSANY.any_i32
6339 ^
6340EV.c:843:5: note: in expansion of macro 'dXSI32'
6341 dXSI32;
6342 ^
6343EV.c: In function 'XS_EV_break':
6344/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6345 #define dXSI32 I32 ix = XSANY.any_i32
6346 ^
6347EV.c:869:5: note: in expansion of macro 'dXSI32'
6348 dXSI32;
6349 ^
6350EV.c: In function 'XS_EV__Loop_new':
6351EV.c:3495:7: warning: unused variable 'klass' [-Wunused-variable]
6352 SV * klass = ST(0)
6353 ^
6354In file included from EV.xs:3:0:
6355EV.c: In function 'XS_EV__Loop_verify':
6356/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6357 #define dXSI32 I32 ix = XSANY.any_i32
6358 ^
6359EV.c:3729:5: note: in expansion of macro 'dXSI32'
6360 dXSI32;
6361 ^
6362EV.c: In function 'XS_EV__Loop_iteration':
6363/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6364 #define dXSI32 I32 ix = XSANY.any_i32
6365 ^
6366EV.c:3751:5: note: in expansion of macro 'dXSI32'
6367 dXSI32;
6368 ^
6369EV.c: In function 'XS_EV__Loop_depth':
6370/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6371 #define dXSI32 I32 ix = XSANY.any_i32
6372 ^
6373EV.c:3776:5: note: in expansion of macro 'dXSI32'
6374 dXSI32;
6375 ^
6376EV.c: In function 'XS_EV__Loop_run':
6377/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6378 #define dXSI32 I32 ix = XSANY.any_i32
6379 ^
6380EV.c:3801:5: note: in expansion of macro 'dXSI32'
6381 dXSI32;
6382 ^
6383EV.c: In function 'XS_EV__Loop_break':
6384/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
6385 #define dXSI32 I32 ix = XSANY.any_i32
6386 ^
6387EV.c:3834:5: note: in expansion of macro 'dXSI32'
6388 dXSI32;
6389 ^
6390EV.c: In function 'XS_EV__Loop_io':
6391EV.c:3978:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6392 struct ev_loop * loop;
6393 ^
6394EV.c: In function 'XS_EV__Loop_timer':
6395EV.c:4022:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6396 struct ev_loop * loop;
6397 ^
6398EV.c: In function 'XS_EV__Loop_periodic':
6399EV.c:4063:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6400 struct ev_loop * loop;
6401 ^
6402EV.c: In function 'XS_EV__Loop_signal':
6403EV.c:4107:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6404 struct ev_loop * loop;
6405 ^
6406EV.c: In function 'XS_EV__Loop_idle':
6407EV.c:4148:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6408 struct ev_loop * loop;
6409 ^
6410EV.c: In function 'XS_EV__Loop_prepare':
6411EV.c:4182:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6412 struct ev_loop * loop;
6413 ^
6414EV.c: In function 'XS_EV__Loop_check':
6415EV.c:4216:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6416 struct ev_loop * loop;
6417 ^
6418EV.c: In function 'XS_EV__Loop_fork':
6419EV.c:4250:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6420 struct ev_loop * loop;
6421 ^
6422EV.c: In function 'XS_EV__Loop_child':
6423EV.c:4323:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6424 struct ev_loop * loop;
6425 ^
6426EV.c: In function 'XS_EV__Loop_stat':
6427EV.c:4365:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6428 struct ev_loop * loop;
6429 ^
6430EV.c: In function 'XS_EV__Loop_embed':
6431EV.c:4404:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6432 struct ev_loop * loop;
6433 ^
6434EV.c: In function 'XS_EV__Loop_async':
6435EV.c:4457:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
6436 struct ev_loop * loop;
6437 ^
6438In file included from EV.xs:11:0:
6439EV.c: At top level:
6440schmorp.h:139:1: warning: 's_signum_croak' defined but not used [-Wunused-function]
6441 s_signum_croak (SV *sig)
6442 ^
6443schmorp.h:174:1: warning: 's_fileno_croak' defined but not used [-Wunused-function]
6444 s_fileno_croak (SV *fh, int wr)
6445 ^
6446schmorp.h:220:1: warning: 's_gensub' defined but not used [-Wunused-function]
6447 s_gensub (pTHX_ void (*xsub)(pTHX_ CV *), void *arg)
6448 ^
6449schmorp.h:417:1: warning: 's_epipe_destroy' defined but not used [-Wunused-function]
6450 s_epipe_destroy (s_epipe *epp)
6451 ^
6452schmorp.h:430:1: warning: 's_epipe_signal' defined but not used [-Wunused-function]
6453 s_epipe_signal (s_epipe *epp)
6454 ^
6455schmorp.h:455:1: warning: 's_epipe_drain' defined but not used [-Wunused-function]
6456 s_epipe_drain (s_epipe *epp)
6457 ^
6458schmorp.h:469:1: warning: 's_epipe_renew' defined but not used [-Wunused-function]
6459 s_epipe_renew (s_epipe *epp)
6460 ^
6461schmorp.h:501:1: warning: 's_epipe_wait' defined but not used [-Wunused-function]
6462 s_epipe_wait (s_epipe *epp)
6463 ^
6464In file included from EV.xs:40:0:
6465libev/ev.c:2697:1: warning: 'ev_version_major' defined but not used [-Wunused-function]
6466 ev_version_major (void) EV_THROW
6467 ^
6468libev/ev.c:2703:1: warning: 'ev_version_minor' defined but not used [-Wunused-function]
6469 ev_version_minor (void) EV_THROW
6470 ^
6471In file included from EV.xs:40:0:
6472libev/ev.c:1727:1: warning: 'ev_set_allocator' defined but not used [-Wunused-function]
6473 ev_set_allocator (void *(*cb)(void *ptr, long size) EV_THROW) EV_THROW
6474 ^
6475libev/ev.c:1680:1: warning: 'ev_set_syserr_cb' defined but not used [-Wunused-function]
6476 ev_set_syserr_cb (void (*cb)(const char *msg) EV_THROW) EV_THROW
6477 ^
6478In file included from EV.xs:31:0:
6479EV/EVAPI.h:189:22: warning: 'GEVAPI' defined but not used [-Wunused-variable]
6480 static struct EVAPI *GEVAPI;
6481 ^
6482In file included from EV.xs:40:0:
6483libev/ev.c: In function 'evpipe_write':
6484libev/ev.c:2454:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
6485 write (evpipe [1], &counter, sizeof (uint64_t));
6486 ^
6487libev/ev.c:2466:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
6488 write (evpipe [1], &(evpipe [1]), 1);
6489 ^
6490libev/ev.c: In function 'pipecb':
6491libev/ev.c:2487:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
6492 read (evpipe [1], &counter, sizeof (uint64_t));
6493 ^
6494libev/ev.c:2501:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
6495 read (evpipe [0], &dummy, sizeof (dummy));
6496 ^
6497Running Mkbootstrap for EV ()
6498chmod 644 EV.bs
6499rm -f blib/arch/auto/EV/EV.so
6500gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro EV.o -o blib/arch/auto/EV/EV.so \
6501 \
6502
6503chmod 755 blib/arch/auto/EV/EV.so
6504cp EV.bs blib/arch/auto/EV/EV.bs
6505chmod 644 blib/arch/auto/EV/EV.bs
6506Manifying blib/man3/EV::MakeMaker.3pm
6507Manifying blib/man3/EV::libev.3pm
6508Manifying blib/man3/EV.3pm
6509 MLEHMANN/EV-4.22.tar.gz
6510 /usr/bin/make -- OK
6511Skipping test because of notest pragma
6512Running make install
6513Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
6514Installing /usr/local/lib64/perl5/auto/EV/EV.so
6515Installing /usr/local/lib64/perl5/auto/EV/EV.bs
6516Installing /usr/local/lib64/perl5/EV.pm
6517Installing /usr/local/lib64/perl5/EV/MakeMaker.pm
6518Installing /usr/local/lib64/perl5/EV/EVAPI.h
6519Installing /usr/local/lib64/perl5/EV/libev.pod
6520Installing /usr/local/lib64/perl5/EV/ev.h
6521Installing /usr/local/share/man/man3/EV.3pm
6522Installing /usr/local/share/man/man3/EV::MakeMaker.3pm
6523Installing /usr/local/share/man/man3/EV::libev.3pm
6524Appending installation info to /usr/lib64/perl5/perllocal.pod
6525 MLEHMANN/EV-4.22.tar.gz
6526 /usr/bin/make install -- OK
6527Running install for module 'Email::Address'
6528Running make for R/RJ/RJBS/Email-Address-1.908.tar.gz
6529Fetching with HTTP::Tiny:
6530http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJBS/Email-Address-1.908.tar.gz
6531Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Address-1.908.tar.gz ok
6532
6533 CPAN.pm: Building R/RJ/RJBS/Email-Address-1.908.tar.gz
6534
6535Checking if your kit is complete...
6536Looks good
6537Writing Makefile for Email::Address
6538Writing MYMETA.yml and MYMETA.json
6539cp lib/Email/Address.pm blib/lib/Email/Address.pm
6540Manifying blib/man3/Email::Address.3pm
6541 RJBS/Email-Address-1.908.tar.gz
6542 /usr/bin/make -- OK
6543Skipping test because of notest pragma
6544Running make install
6545Installing /usr/local/share/perl5/Email/Address.pm
6546Installing /usr/local/share/man/man3/Email::Address.3pm
6547Appending installation info to /usr/lib64/perl5/perllocal.pod
6548 RJBS/Email-Address-1.908.tar.gz
6549 /usr/bin/make install -- OK
6550Running install for module 'Email::MIME'
6551Running make for R/RJ/RJBS/Email-MIME-1.936.tar.gz
6552Fetching with HTTP::Tiny:
6553http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJBS/Email-MIME-1.936.tar.gz
6554Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-MIME-1.936.tar.gz ok
6555
6556 CPAN.pm: Building R/RJ/RJBS/Email-MIME-1.936.tar.gz
6557
6558Warning: prerequisite Email::Simple 2.206 not found. We have 2.203.
6559Checking if your kit is complete...
6560Looks good
6561Writing Makefile for Email::MIME
6562Writing MYMETA.yml and MYMETA.json
6563---- Unsatisfied dependencies detected during ----
6564---- RJBS/Email-MIME-1.936.tar.gz ----
6565 Email::Simple [requires]
6566Skipping test because of notest pragma
6567Running make install
6568 Delayed until after prerequisites
6569Running install for module 'Email::Simple'
6570Running make for R/RJ/RJBS/Email-Simple-2.208.tar.gz
6571Fetching with HTTP::Tiny:
6572http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJBS/Email-Simple-2.208.tar.gz
6573Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Simple-2.208.tar.gz ok
6574
6575 CPAN.pm: Building R/RJ/RJBS/Email-Simple-2.208.tar.gz
6576
6577Checking if your kit is complete...
6578Looks good
6579Writing Makefile for Email::Simple
6580Writing MYMETA.yml and MYMETA.json
6581cp lib/Email/Simple/Creator.pm blib/lib/Email/Simple/Creator.pm
6582cp lib/Email/Simple/Header.pm blib/lib/Email/Simple/Header.pm
6583cp lib/Email/Simple.pm blib/lib/Email/Simple.pm
6584Manifying blib/man3/Email::Simple::Creator.3pm
6585Manifying blib/man3/Email::Simple::Header.3pm
6586Manifying blib/man3/Email::Simple.3pm
6587 RJBS/Email-Simple-2.208.tar.gz
6588 /usr/bin/make -- OK
6589Skipping test because of notest pragma
6590Running make install
6591Installing /usr/local/share/perl5/Email/Simple.pm
6592Installing /usr/local/share/perl5/Email/Simple/Header.pm
6593Installing /usr/local/share/perl5/Email/Simple/Creator.pm
6594Installing /usr/local/share/man/man3/Email::Simple.3pm
6595Installing /usr/local/share/man/man3/Email::Simple::Creator.3pm
6596Installing /usr/local/share/man/man3/Email::Simple::Header.3pm
6597Appending installation info to /usr/lib64/perl5/perllocal.pod
6598 RJBS/Email-Simple-2.208.tar.gz
6599 /usr/bin/make install -- OK
6600Running make for R/RJ/RJBS/Email-MIME-1.936.tar.gz
6601 Has already been unwrapped into directory /root/.cpan/build/Email-MIME-1.936-5CiCoQ
6602
6603 CPAN.pm: Building R/RJ/RJBS/Email-MIME-1.936.tar.gz
6604
6605cp lib/Email/MIME.pm blib/lib/Email/MIME.pm
6606cp lib/Email/MIME/Modifier.pm blib/lib/Email/MIME/Modifier.pm
6607cp lib/Email/MIME/Creator.pm blib/lib/Email/MIME/Creator.pm
6608cp lib/Email/MIME/Encode.pm blib/lib/Email/MIME/Encode.pm
6609cp lib/Email/MIME/Header.pm blib/lib/Email/MIME/Header.pm
6610Manifying blib/man3/Email::MIME::Creator.3pm
6611Manifying blib/man3/Email::MIME::Modifier.3pm
6612Manifying blib/man3/Email::MIME.3pm
6613Manifying blib/man3/Email::MIME::Encode.3pm
6614Manifying blib/man3/Email::MIME::Header.3pm
6615 RJBS/Email-MIME-1.936.tar.gz
6616 /usr/bin/make -- OK
6617Skipping test because of notest pragma
6618Running make install
6619Installing /usr/local/share/perl5/Email/MIME.pm
6620Installing /usr/local/share/perl5/Email/MIME/Header.pm
6621Installing /usr/local/share/perl5/Email/MIME/Modifier.pm
6622Installing /usr/local/share/perl5/Email/MIME/Encode.pm
6623Installing /usr/local/share/perl5/Email/MIME/Creator.pm
6624Installing /usr/local/share/man/man3/Email::MIME.3pm
6625Installing /usr/local/share/man/man3/Email::MIME::Header.3pm
6626Installing /usr/local/share/man/man3/Email::MIME::Modifier.3pm
6627Installing /usr/local/share/man/man3/Email::MIME::Creator.3pm
6628Installing /usr/local/share/man/man3/Email::MIME::Encode.3pm
6629Appending installation info to /usr/lib64/perl5/perllocal.pod
6630 RJBS/Email-MIME-1.936.tar.gz
6631 /usr/bin/make install -- OK
6632Running install for module 'Email::Sender::Simple'
6633Running make for R/RJ/RJBS/Email-Sender-1.300021.tar.gz
6634Fetching with HTTP::Tiny:
6635http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJBS/Email-Sender-1.300021.tar.gz
6636Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Sender-1.300021.tar.gz ok
6637
6638 CPAN.pm: Building R/RJ/RJBS/Email-Sender-1.300021.tar.gz
6639
6640Warning: prerequisite Email::Abstract 3.006 not found.
6641Warning: prerequisite Moo 1.000008 not found.
6642Warning: prerequisite Moo::Role 0 not found.
6643Warning: prerequisite MooX::Types::MooseLike 0.15 not found.
6644Warning: prerequisite MooX::Types::MooseLike::Base 0 not found.
6645Warning: prerequisite Throwable::Error 0.200003 not found.
6646Checking if your kit is complete...
6647Looks good
6648Writing Makefile for Email::Sender
6649Writing MYMETA.yml and MYMETA.json
6650---- Unsatisfied dependencies detected during ----
6651---- RJBS/Email-Sender-1.300021.tar.gz ----
6652 MooX::Types::MooseLike::Base [requires]
6653 Email::Abstract [requires]
6654 MooX::Types::MooseLike [requires]
6655 Moo::Role [requires]
6656 Throwable::Error [requires]
6657 Moo [requires]
6658Skipping test because of notest pragma
6659Running make install
6660 Delayed until after prerequisites
6661Running install for module 'MooX::Types::MooseLike::Base'
6662Running make for M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
6663Fetching with HTTP::Tiny:
6664http://cpan.dcc.uchile.cl/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
6665Fetching with HTTP::Tiny:
6666http://cpan.dcc.uchile.cl/authors/id/M/MA/MATEU/CHECKSUMS
6667Checksum for /root/.cpan/sources/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz ok
6668
6669 CPAN.pm: Building M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
6670
6671Warning: prerequisite Module::Runtime 0.014 not found. We have 0.013.
6672Checking if your kit is complete...
6673Looks good
6674Writing Makefile for MooX::Types::MooseLike
6675Writing MYMETA.yml and MYMETA.json
6676---- Unsatisfied dependencies detected during ----
6677---- MATEU/MooX-Types-MooseLike-0.29.tar.gz ----
6678 Module::Runtime [requires]
6679 Moo [requires]
6680Skipping test because of notest pragma
6681Running make install
6682 Delayed until after prerequisites
6683Running install for module 'Module::Runtime'
6684Running make for Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
6685Fetching with HTTP::Tiny:
6686http://cpan.dcc.uchile.cl/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
6687Fetching with HTTP::Tiny:
6688http://cpan.dcc.uchile.cl/authors/id/Z/ZE/ZEFRAM/CHECKSUMS
6689Checksum for /root/.cpan/sources/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz ok
6690
6691 CPAN.pm: Building Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
6692
6693Created MYMETA.yml and MYMETA.json
6694Creating new 'Build' script for 'Module-Runtime' version '0.014'
6695Building Module-Runtime
6696 ZEFRAM/Module-Runtime-0.014.tar.gz
6697 ./Build -- OK
6698Skipping test because of notest pragma
6699Running Build install
6700Building Module-Runtime
6701Installing /usr/local/share/perl5/Module/Runtime.pm
6702Installing /usr/local/share/man/man3/Module::Runtime.3pm
6703 ZEFRAM/Module-Runtime-0.014.tar.gz
6704 ./Build install -- OK
6705Running install for module 'Moo'
6706Running make for H/HA/HAARG/Moo-2.000002.tar.gz
6707Fetching with HTTP::Tiny:
6708http://cpan.dcc.uchile.cl/authors/id/H/HA/HAARG/Moo-2.000002.tar.gz
6709Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Moo-2.000002.tar.gz ok
6710
6711 CPAN.pm: Building H/HA/HAARG/Moo-2.000002.tar.gz
6712
6713Warning: prerequisite Class::Method::Modifiers 1.1 not found.
6714Warning: prerequisite Devel::GlobalDestruction 0.11 not found.
6715Warning: prerequisite Role::Tiny 2 not found.
6716Checking if your kit is complete...
6717Looks good
6718Writing Makefile for Moo
6719Writing MYMETA.yml and MYMETA.json
6720---- Unsatisfied dependencies detected during ----
6721---- HAARG/Moo-2.000002.tar.gz ----
6722 Class::Method::Modifiers [requires]
6723 Devel::GlobalDestruction [requires]
6724 Role::Tiny [requires]
6725Skipping test because of notest pragma
6726Running make install
6727 Delayed until after prerequisites
6728Running install for module 'Class::Method::Modifiers'
6729Running make for E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
6730Fetching with HTTP::Tiny:
6731http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
6732Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz ok
6733
6734 CPAN.pm: Building E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
6735
6736Checking if your kit is complete...
6737Looks good
6738Writing Makefile for Class::Method::Modifiers
6739Writing MYMETA.yml and MYMETA.json
6740cp lib/Class/Method/Modifiers.pm blib/lib/Class/Method/Modifiers.pm
6741Manifying blib/man3/Class::Method::Modifiers.3pm
6742 ETHER/Class-Method-Modifiers-2.11.tar.gz
6743 /usr/bin/make -- OK
6744Skipping test because of notest pragma
6745Running make install
6746Installing /usr/local/share/perl5/Class/Method/Modifiers.pm
6747Installing /usr/local/share/man/man3/Class::Method::Modifiers.3pm
6748Appending installation info to /usr/lib64/perl5/perllocal.pod
6749 ETHER/Class-Method-Modifiers-2.11.tar.gz
6750 /usr/bin/make install -- OK
6751Running install for module 'Devel::GlobalDestruction'
6752Running make for H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
6753Fetching with HTTP::Tiny:
6754http://cpan.dcc.uchile.cl/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
6755Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz ok
6756
6757 CPAN.pm: Building H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
6758
6759Warning: prerequisite Sub::Exporter::Progressive 0.001011 not found.
6760Checking if your kit is complete...
6761Looks good
6762Writing Makefile for Devel::GlobalDestruction
6763Writing MYMETA.yml and MYMETA.json
6764---- Unsatisfied dependencies detected during ----
6765---- HAARG/Devel-GlobalDestruction-0.13.tar.gz ----
6766 Sub::Exporter::Progressive [requires]
6767Skipping test because of notest pragma
6768Running make install
6769 Delayed until after prerequisites
6770Running install for module 'Sub::Exporter::Progressive'
6771Running make for F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
6772Fetching with HTTP::Tiny:
6773http://cpan.dcc.uchile.cl/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
6774Fetching with HTTP::Tiny:
6775http://cpan.dcc.uchile.cl/authors/id/F/FR/FREW/CHECKSUMS
6776Checksum for /root/.cpan/sources/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz ok
6777
6778 CPAN.pm: Building F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
6779
6780Checking if your kit is complete...
6781Looks good
6782Writing Makefile for Sub::Exporter::Progressive
6783Writing MYMETA.yml and MYMETA.json
6784cp lib/Sub/Exporter/Progressive.pm blib/lib/Sub/Exporter/Progressive.pm
6785Manifying blib/man3/Sub::Exporter::Progressive.3pm
6786 FREW/Sub-Exporter-Progressive-0.001011.tar.gz
6787 /usr/bin/make -- OK
6788Skipping test because of notest pragma
6789Running make install
6790Installing /usr/local/share/perl5/Sub/Exporter/Progressive.pm
6791Installing /usr/local/share/man/man3/Sub::Exporter::Progressive.3pm
6792Appending installation info to /usr/lib64/perl5/perllocal.pod
6793 FREW/Sub-Exporter-Progressive-0.001011.tar.gz
6794 /usr/bin/make install -- OK
6795Running make for H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
6796 Has already been unwrapped into directory /root/.cpan/build/Devel-GlobalDestruction-0.13-CUM2by
6797
6798 CPAN.pm: Building H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
6799
6800cp lib/Devel/GlobalDestruction.pm blib/lib/Devel/GlobalDestruction.pm
6801Manifying blib/man3/Devel::GlobalDestruction.3pm
6802 HAARG/Devel-GlobalDestruction-0.13.tar.gz
6803 /usr/bin/make -- OK
6804Skipping test because of notest pragma
6805Running make install
6806Installing /usr/local/share/perl5/Devel/GlobalDestruction.pm
6807Installing /usr/local/share/man/man3/Devel::GlobalDestruction.3pm
6808Appending installation info to /usr/lib64/perl5/perllocal.pod
6809 HAARG/Devel-GlobalDestruction-0.13.tar.gz
6810 /usr/bin/make install -- OK
6811Running install for module 'Role::Tiny'
6812Running make for H/HA/HAARG/Role-Tiny-2.000001.tar.gz
6813Fetching with HTTP::Tiny:
6814http://cpan.dcc.uchile.cl/authors/id/H/HA/HAARG/Role-Tiny-2.000001.tar.gz
6815Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Role-Tiny-2.000001.tar.gz ok
6816
6817 CPAN.pm: Building H/HA/HAARG/Role-Tiny-2.000001.tar.gz
6818
6819Checking if your kit is complete...
6820Looks good
6821Writing Makefile for Role::Tiny
6822Writing MYMETA.yml and MYMETA.json
6823cp lib/Role/Tiny/With.pm blib/lib/Role/Tiny/With.pm
6824cp lib/Role/Tiny.pm blib/lib/Role/Tiny.pm
6825Manifying blib/man3/Role::Tiny::With.3pm
6826Manifying blib/man3/Role::Tiny.3pm
6827 HAARG/Role-Tiny-2.000001.tar.gz
6828 /usr/bin/make -- OK
6829Skipping test because of notest pragma
6830Running make install
6831Installing /usr/local/share/perl5/Role/Tiny.pm
6832Installing /usr/local/share/perl5/Role/Tiny/With.pm
6833Installing /usr/local/share/man/man3/Role::Tiny::With.3pm
6834Installing /usr/local/share/man/man3/Role::Tiny.3pm
6835Appending installation info to /usr/lib64/perl5/perllocal.pod
6836 HAARG/Role-Tiny-2.000001.tar.gz
6837 /usr/bin/make install -- OK
6838Running make for H/HA/HAARG/Moo-2.000002.tar.gz
6839 Has already been unwrapped into directory /root/.cpan/build/Moo-2.000002-VYO8w_
6840
6841 CPAN.pm: Building H/HA/HAARG/Moo-2.000002.tar.gz
6842
6843cp lib/Moo/HandleMoose/_TypeMap.pm blib/lib/Moo/HandleMoose/_TypeMap.pm
6844cp lib/oo.pm blib/lib/oo.pm
6845cp lib/Moo/_strictures.pm blib/lib/Moo/_strictures.pm
6846cp lib/Moo/_Utils.pm blib/lib/Moo/_Utils.pm
6847cp lib/Sub/Defer.pm blib/lib/Sub/Defer.pm
6848cp lib/Moo/Role.pm blib/lib/Moo/Role.pm
6849cp lib/Moo.pm blib/lib/Moo.pm
6850cp lib/Method/Generate/Constructor.pm blib/lib/Method/Generate/Constructor.pm
6851cp lib/Method/Generate/DemolishAll.pm blib/lib/Method/Generate/DemolishAll.pm
6852cp lib/Method/Inliner.pm blib/lib/Method/Inliner.pm
6853cp lib/Moo/Object.pm blib/lib/Moo/Object.pm
6854cp lib/Method/Generate/BuildAll.pm blib/lib/Method/Generate/BuildAll.pm
6855cp lib/Moo/sification.pm blib/lib/Moo/sification.pm
6856cp lib/Method/Generate/Accessor.pm blib/lib/Method/Generate/Accessor.pm
6857cp lib/Moo/HandleMoose.pm blib/lib/Moo/HandleMoose.pm
6858cp lib/Moo/_mro.pm blib/lib/Moo/_mro.pm
6859cp lib/Moo/HandleMoose/FakeMetaClass.pm blib/lib/Moo/HandleMoose/FakeMetaClass.pm
6860cp lib/Sub/Quote.pm blib/lib/Sub/Quote.pm
6861Manifying blib/man3/oo.3pm
6862Manifying blib/man3/Sub::Defer.3pm
6863Manifying blib/man3/Moo::Role.3pm
6864Manifying blib/man3/Sub::Quote.3pm
6865Manifying blib/man3/Moo.3pm
6866 HAARG/Moo-2.000002.tar.gz
6867 /usr/bin/make -- OK
6868Skipping test because of notest pragma
6869Running make install
6870Installing /usr/local/share/perl5/oo.pm
6871Installing /usr/local/share/perl5/Moo.pm
6872Installing /usr/local/share/perl5/Method/Inliner.pm
6873Installing /usr/local/share/perl5/Method/Generate/DemolishAll.pm
6874Installing /usr/local/share/perl5/Method/Generate/Constructor.pm
6875Installing /usr/local/share/perl5/Method/Generate/BuildAll.pm
6876Installing /usr/local/share/perl5/Method/Generate/Accessor.pm
6877Installing /usr/local/share/perl5/Moo/Role.pm
6878Installing /usr/local/share/perl5/Moo/_mro.pm
6879Installing /usr/local/share/perl5/Moo/_strictures.pm
6880Installing /usr/local/share/perl5/Moo/HandleMoose.pm
6881Installing /usr/local/share/perl5/Moo/sification.pm
6882Installing /usr/local/share/perl5/Moo/Object.pm
6883Installing /usr/local/share/perl5/Moo/_Utils.pm
6884Installing /usr/local/share/perl5/Moo/HandleMoose/_TypeMap.pm
6885Installing /usr/local/share/perl5/Moo/HandleMoose/FakeMetaClass.pm
6886Installing /usr/local/share/perl5/Sub/Defer.pm
6887Installing /usr/local/share/perl5/Sub/Quote.pm
6888Installing /usr/local/share/man/man3/Moo.3pm
6889Installing /usr/local/share/man/man3/Sub::Quote.3pm
6890Installing /usr/local/share/man/man3/Sub::Defer.3pm
6891Installing /usr/local/share/man/man3/oo.3pm
6892Installing /usr/local/share/man/man3/Moo::Role.3pm
6893Appending installation info to /usr/lib64/perl5/perllocal.pod
6894 HAARG/Moo-2.000002.tar.gz
6895 /usr/bin/make install -- OK
6896Running make for M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
6897 Has already been unwrapped into directory /root/.cpan/build/MooX-Types-MooseLike-0.29-c8v5MW
6898
6899 CPAN.pm: Building M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
6900
6901cp lib/MooX/Types/MooseLike.pm blib/lib/MooX/Types/MooseLike.pm
6902cp lib/MooX/Types/MooseLike/Base.pm blib/lib/MooX/Types/MooseLike/Base.pm
6903Manifying blib/man3/MooX::Types::MooseLike.3pm
6904Manifying blib/man3/MooX::Types::MooseLike::Base.3pm
6905 MATEU/MooX-Types-MooseLike-0.29.tar.gz
6906 /usr/bin/make -- OK
6907Skipping test because of notest pragma
6908Running make install
6909Installing /usr/local/share/perl5/MooX/Types/MooseLike.pm
6910Installing /usr/local/share/perl5/MooX/Types/MooseLike/Base.pm
6911Installing /usr/local/share/man/man3/MooX::Types::MooseLike.3pm
6912Installing /usr/local/share/man/man3/MooX::Types::MooseLike::Base.3pm
6913Appending installation info to /usr/lib64/perl5/perllocal.pod
6914 MATEU/MooX-Types-MooseLike-0.29.tar.gz
6915 /usr/bin/make install -- OK
6916Running install for module 'Email::Abstract'
6917Running make for R/RJ/RJBS/Email-Abstract-3.008.tar.gz
6918Fetching with HTTP::Tiny:
6919http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJBS/Email-Abstract-3.008.tar.gz
6920Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Abstract-3.008.tar.gz ok
6921
6922 CPAN.pm: Building R/RJ/RJBS/Email-Abstract-3.008.tar.gz
6923
6924Warning: prerequisite MRO::Compat 0 not found.
6925Warning: prerequisite Module::Pluggable 1.5 not found.
6926Checking if your kit is complete...
6927Looks good
6928Writing Makefile for Email::Abstract
6929Writing MYMETA.yml and MYMETA.json
6930---- Unsatisfied dependencies detected during ----
6931---- RJBS/Email-Abstract-3.008.tar.gz ----
6932 MRO::Compat [requires]
6933 Module::Pluggable [requires]
6934Skipping test because of notest pragma
6935Running make install
6936 Delayed until after prerequisites
6937Running install for module 'MRO::Compat'
6938Running make for B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
6939Fetching with HTTP::Tiny:
6940http://cpan.dcc.uchile.cl/authors/id/B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
6941Fetching with HTTP::Tiny:
6942http://cpan.dcc.uchile.cl/authors/id/B/BO/BOBTFISH/CHECKSUMS
6943Checksum for /root/.cpan/sources/authors/id/B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz ok
6944
6945 CPAN.pm: Building B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
6946
6947Checking if your kit is complete...
6948Looks good
6949Writing Makefile for MRO::Compat
6950Writing MYMETA.yml and MYMETA.json
6951cp lib/MRO/Compat.pm blib/lib/MRO/Compat.pm
6952Manifying blib/man3/MRO::Compat.3pm
6953 BOBTFISH/MRO-Compat-0.12.tar.gz
6954 /usr/bin/make -- OK
6955Skipping test because of notest pragma
6956Running make install
6957Manifying blib/man3/MRO::Compat.3pm
6958Installing /usr/local/share/perl5/MRO/Compat.pm
6959Installing /usr/local/share/man/man3/MRO::Compat.3pm
6960Appending installation info to /usr/lib64/perl5/perllocal.pod
6961 BOBTFISH/MRO-Compat-0.12.tar.gz
6962 /usr/bin/make install -- OK
6963Running install for module 'Module::Pluggable'
6964Running make for S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
6965Fetching with HTTP::Tiny:
6966http://cpan.dcc.uchile.cl/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
6967Fetching with HTTP::Tiny:
6968http://cpan.dcc.uchile.cl/authors/id/S/SI/SIMONW/CHECKSUMS
6969Checksum for /root/.cpan/sources/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz ok
6970
6971 CPAN.pm: Building S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
6972
6973Checking if your kit is complete...
6974Looks good
6975Writing Makefile for Module::Pluggable
6976Writing MYMETA.yml and MYMETA.json
6977cp lib/Module/Pluggable/Object.pm blib/lib/Module/Pluggable/Object.pm
6978cp lib/Devel/InnerPackage.pm blib/lib/Devel/InnerPackage.pm
6979cp lib/Module/Pluggable.pm blib/lib/Module/Pluggable.pm
6980Manifying blib/man3/Module::Pluggable::Object.3pm
6981Manifying blib/man3/Module::Pluggable.3pm
6982Manifying blib/man3/Devel::InnerPackage.3pm
6983 SIMONW/Module-Pluggable-5.2.tar.gz
6984 /usr/bin/make -- OK
6985Skipping test because of notest pragma
6986Running make install
6987Installing /usr/local/share/perl5/Devel/InnerPackage.pm
6988Installing /usr/local/share/perl5/Module/Pluggable.pm
6989Installing /usr/local/share/perl5/Module/Pluggable/Object.pm
6990Installing /usr/local/share/man/man3/Module::Pluggable.3pm
6991Installing /usr/local/share/man/man3/Devel::InnerPackage.3pm
6992Installing /usr/local/share/man/man3/Module::Pluggable::Object.3pm
6993Appending installation info to /usr/lib64/perl5/perllocal.pod
6994 SIMONW/Module-Pluggable-5.2.tar.gz
6995 /usr/bin/make install -- OK
6996Running make for R/RJ/RJBS/Email-Abstract-3.008.tar.gz
6997 Has already been unwrapped into directory /root/.cpan/build/Email-Abstract-3.008-9ejEXb
6998
6999 CPAN.pm: Building R/RJ/RJBS/Email-Abstract-3.008.tar.gz
7000
7001cp lib/Email/Abstract/Plugin.pm blib/lib/Email/Abstract/Plugin.pm
7002cp lib/Email/Abstract/MailInternet.pm blib/lib/Email/Abstract/MailInternet.pm
7003cp lib/Email/Abstract/EmailSimple.pm blib/lib/Email/Abstract/EmailSimple.pm
7004cp lib/Email/Abstract/EmailMIME.pm blib/lib/Email/Abstract/EmailMIME.pm
7005cp lib/Email/Abstract/MailMessage.pm blib/lib/Email/Abstract/MailMessage.pm
7006cp lib/Email/Abstract/MIMEEntity.pm blib/lib/Email/Abstract/MIMEEntity.pm
7007cp lib/Email/Abstract.pm blib/lib/Email/Abstract.pm
7008Manifying blib/man3/Email::Abstract::Plugin.3pm
7009Manifying blib/man3/Email::Abstract::MailInternet.3pm
7010Manifying blib/man3/Email::Abstract::EmailMIME.3pm
7011Manifying blib/man3/Email::Abstract::EmailSimple.3pm
7012Manifying blib/man3/Email::Abstract::MIMEEntity.3pm
7013Manifying blib/man3/Email::Abstract::MailMessage.3pm
7014Manifying blib/man3/Email::Abstract.3pm
7015 RJBS/Email-Abstract-3.008.tar.gz
7016 /usr/bin/make -- OK
7017Skipping test because of notest pragma
7018Running make install
7019Installing /usr/local/share/perl5/Email/Abstract.pm
7020Installing /usr/local/share/perl5/Email/Abstract/MailInternet.pm
7021Installing /usr/local/share/perl5/Email/Abstract/EmailSimple.pm
7022Installing /usr/local/share/perl5/Email/Abstract/Plugin.pm
7023Installing /usr/local/share/perl5/Email/Abstract/MailMessage.pm
7024Installing /usr/local/share/perl5/Email/Abstract/MIMEEntity.pm
7025Installing /usr/local/share/perl5/Email/Abstract/EmailMIME.pm
7026Installing /usr/local/share/man/man3/Email::Abstract::MIMEEntity.3pm
7027Installing /usr/local/share/man/man3/Email::Abstract.3pm
7028Installing /usr/local/share/man/man3/Email::Abstract::EmailSimple.3pm
7029Installing /usr/local/share/man/man3/Email::Abstract::EmailMIME.3pm
7030Installing /usr/local/share/man/man3/Email::Abstract::MailMessage.3pm
7031Installing /usr/local/share/man/man3/Email::Abstract::Plugin.3pm
7032Installing /usr/local/share/man/man3/Email::Abstract::MailInternet.3pm
7033Appending installation info to /usr/lib64/perl5/perllocal.pod
7034 RJBS/Email-Abstract-3.008.tar.gz
7035 /usr/bin/make install -- OK
7036MooX::Types::MooseLike is up to date (0.29).
7037Moo::Role is up to date (2.000002).
7038Running install for module 'Throwable::Error'
7039Running make for R/RJ/RJBS/Throwable-0.200013.tar.gz
7040Fetching with HTTP::Tiny:
7041http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz
7042Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz ok
7043
7044 CPAN.pm: Building R/RJ/RJBS/Throwable-0.200013.tar.gz
7045
7046Warning: prerequisite Devel::StackTrace 1.32 not found.
7047Checking if your kit is complete...
7048Looks good
7049Writing Makefile for Throwable
7050Writing MYMETA.yml and MYMETA.json
7051---- Unsatisfied dependencies detected during ----
7052---- RJBS/Throwable-0.200013.tar.gz ----
7053 Devel::StackTrace [requires]
7054Skipping test because of notest pragma
7055Running make install
7056 Delayed until after prerequisites
7057Running install for module 'Devel::StackTrace'
7058Running make for D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
7059Fetching with HTTP::Tiny:
7060http://cpan.dcc.uchile.cl/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
7061Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz ok
7062
7063 CPAN.pm: Building D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
7064
7065Checking if your kit is complete...
7066Looks good
7067Writing Makefile for Devel::StackTrace
7068Writing MYMETA.yml and MYMETA.json
7069cp lib/Devel/StackTrace.pm blib/lib/Devel/StackTrace.pm
7070cp lib/Devel/StackTrace/Frame.pm blib/lib/Devel/StackTrace/Frame.pm
7071Manifying blib/man3/Devel::StackTrace.3pm
7072Manifying blib/man3/Devel::StackTrace::Frame.3pm
7073 DROLSKY/Devel-StackTrace-2.00.tar.gz
7074 /usr/bin/make -- OK
7075Skipping test because of notest pragma
7076Running make install
7077Installing /usr/local/share/perl5/Devel/StackTrace.pm
7078Installing /usr/local/share/perl5/Devel/StackTrace/Frame.pm
7079Installing /usr/local/share/man/man3/Devel::StackTrace::Frame.3pm
7080Installing /usr/local/share/man/man3/Devel::StackTrace.3pm
7081Appending installation info to /usr/lib64/perl5/perllocal.pod
7082 DROLSKY/Devel-StackTrace-2.00.tar.gz
7083 /usr/bin/make install -- OK
7084Running make for R/RJ/RJBS/Throwable-0.200013.tar.gz
7085 Has already been unwrapped into directory /root/.cpan/build/Throwable-0.200013-RQk_0i
7086
7087 CPAN.pm: Building R/RJ/RJBS/Throwable-0.200013.tar.gz
7088
7089cp lib/Throwable.pm blib/lib/Throwable.pm
7090cp lib/StackTrace/Auto.pm blib/lib/StackTrace/Auto.pm
7091cp lib/Throwable/Error.pm blib/lib/Throwable/Error.pm
7092Manifying blib/man3/Throwable.3pm
7093Manifying blib/man3/StackTrace::Auto.3pm
7094Manifying blib/man3/Throwable::Error.3pm
7095 RJBS/Throwable-0.200013.tar.gz
7096 /usr/bin/make -- OK
7097Skipping test because of notest pragma
7098Running make install
7099Installing /usr/local/share/perl5/Throwable.pm
7100Installing /usr/local/share/perl5/StackTrace/Auto.pm
7101Installing /usr/local/share/perl5/Throwable/Error.pm
7102Installing /usr/local/share/man/man3/Throwable::Error.3pm
7103Installing /usr/local/share/man/man3/StackTrace::Auto.3pm
7104Installing /usr/local/share/man/man3/Throwable.3pm
7105Appending installation info to /usr/lib64/perl5/perllocal.pod
7106 RJBS/Throwable-0.200013.tar.gz
7107 /usr/bin/make install -- OK
7108Moo is up to date (2.000002).
7109Running make for R/RJ/RJBS/Email-Sender-1.300021.tar.gz
7110 Has already been unwrapped into directory /root/.cpan/build/Email-Sender-1.300021-kY_2ij
7111
7112 CPAN.pm: Building R/RJ/RJBS/Email-Sender-1.300021.tar.gz
7113
7114cp lib/Email/Sender/Util.pm blib/lib/Email/Sender/Util.pm
7115cp lib/Email/Sender/Transport/Print.pm blib/lib/Email/Sender/Transport/Print.pm
7116cp lib/Email/Sender/Success.pm blib/lib/Email/Sender/Success.pm
7117cp lib/Email/Sender/Transport/Wrapper.pm blib/lib/Email/Sender/Transport/Wrapper.pm
7118cp lib/Email/Sender/Manual.pm blib/lib/Email/Sender/Manual.pm
7119cp lib/Email/Sender/Role/CommonSending.pm blib/lib/Email/Sender/Role/CommonSending.pm
7120cp lib/Email/Sender/Failure/Temporary.pm blib/lib/Email/Sender/Failure/Temporary.pm
7121cp lib/Email/Sender/Transport.pm blib/lib/Email/Sender/Transport.pm
7122cp lib/Email/Sender/Failure/Multi.pm blib/lib/Email/Sender/Failure/Multi.pm
7123cp lib/Email/Sender/Transport/SMTP/Persistent.pm blib/lib/Email/Sender/Transport/SMTP/Persistent.pm
7124cp lib/Email/Sender/Success/Partial.pm blib/lib/Email/Sender/Success/Partial.pm
7125cp lib/Email/Sender/Failure/Permanent.pm blib/lib/Email/Sender/Failure/Permanent.pm
7126cp lib/Email/Sender/Transport/SMTP.pm blib/lib/Email/Sender/Transport/SMTP.pm
7127cp lib/Email/Sender/Manual/QuickStart.pm blib/lib/Email/Sender/Manual/QuickStart.pm
7128cp lib/Email/Sender.pm blib/lib/Email/Sender.pm
7129cp lib/Email/Sender/Transport/Sendmail.pm blib/lib/Email/Sender/Transport/Sendmail.pm
7130cp lib/Email/Sender/Transport/Mbox.pm blib/lib/Email/Sender/Transport/Mbox.pm
7131cp lib/Email/Sender/Transport/Failable.pm blib/lib/Email/Sender/Transport/Failable.pm
7132cp lib/Email/Sender/Failure.pm blib/lib/Email/Sender/Failure.pm
7133cp lib/Email/Sender/Simple.pm blib/lib/Email/Sender/Simple.pm
7134cp lib/Email/Sender/Transport/DevNull.pm blib/lib/Email/Sender/Transport/DevNull.pm
7135cp lib/Email/Sender/Role/HasMessage.pm blib/lib/Email/Sender/Role/HasMessage.pm
7136cp lib/Email/Sender/Transport/Maildir.pm blib/lib/Email/Sender/Transport/Maildir.pm
7137cp lib/Email/Sender/Transport/Test.pm blib/lib/Email/Sender/Transport/Test.pm
7138Manifying blib/man3/Email::Sender::Transport::Print.3pm
7139Manifying blib/man3/Email::Sender::Util.3pm
7140Manifying blib/man3/Email::Sender::Success.3pm
7141Manifying blib/man3/Email::Sender::Transport::Wrapper.3pm
7142Manifying blib/man3/Email::Sender::Manual.3pm
7143Manifying blib/man3/Email::Sender::Role::CommonSending.3pm
7144Manifying blib/man3/Email::Sender::Failure::Temporary.3pm
7145Manifying blib/man3/Email::Sender::Success::Partial.3pm
7146Manifying blib/man3/Email::Sender::Transport::SMTP::Persistent.3pm
7147Manifying blib/man3/Email::Sender::Failure::Multi.3pm
7148Manifying blib/man3/Email::Sender::Transport.3pm
7149Manifying blib/man3/Email::Sender::Failure::Permanent.3pm
7150Manifying blib/man3/Email::Sender::Transport::SMTP.3pm
7151Manifying blib/man3/Email::Sender::Manual::QuickStart.3pm
7152Manifying blib/man3/Email::Sender.3pm
7153Manifying blib/man3/Email::Sender::Transport::Sendmail.3pm
7154Manifying blib/man3/Email::Sender::Transport::Mbox.3pm
7155Manifying blib/man3/Email::Sender::Failure.3pm
7156Manifying blib/man3/Email::Sender::Transport::Failable.3pm
7157Manifying blib/man3/Email::Sender::Simple.3pm
7158Manifying blib/man3/Email::Sender::Transport::DevNull.3pm
7159Manifying blib/man3/Email::Sender::Role::HasMessage.3pm
7160Manifying blib/man3/Email::Sender::Transport::Maildir.3pm
7161Manifying blib/man3/Email::Sender::Transport::Test.3pm
7162 RJBS/Email-Sender-1.300021.tar.gz
7163 /usr/bin/make -- OK
7164Skipping test because of notest pragma
7165Running make install
7166Installing /usr/local/share/perl5/Email/Sender.pm
7167Installing /usr/local/share/perl5/Email/Sender/Success.pm
7168Installing /usr/local/share/perl5/Email/Sender/Manual.pm
7169Installing /usr/local/share/perl5/Email/Sender/Simple.pm
7170Installing /usr/local/share/perl5/Email/Sender/Transport.pm
7171Installing /usr/local/share/perl5/Email/Sender/Failure.pm
7172Installing /usr/local/share/perl5/Email/Sender/Util.pm
7173Installing /usr/local/share/perl5/Email/Sender/Failure/Permanent.pm
7174Installing /usr/local/share/perl5/Email/Sender/Failure/Multi.pm
7175Installing /usr/local/share/perl5/Email/Sender/Failure/Temporary.pm
7176Installing /usr/local/share/perl5/Email/Sender/Transport/Maildir.pm
7177Installing /usr/local/share/perl5/Email/Sender/Transport/Print.pm
7178Installing /usr/local/share/perl5/Email/Sender/Transport/DevNull.pm
7179Installing /usr/local/share/perl5/Email/Sender/Transport/Sendmail.pm
7180Installing /usr/local/share/perl5/Email/Sender/Transport/Failable.pm
7181Installing /usr/local/share/perl5/Email/Sender/Transport/Mbox.pm
7182Installing /usr/local/share/perl5/Email/Sender/Transport/SMTP.pm
7183Installing /usr/local/share/perl5/Email/Sender/Transport/Wrapper.pm
7184Installing /usr/local/share/perl5/Email/Sender/Transport/Test.pm
7185Installing /usr/local/share/perl5/Email/Sender/Transport/SMTP/Persistent.pm
7186Installing /usr/local/share/perl5/Email/Sender/Manual/QuickStart.pm
7187Installing /usr/local/share/perl5/Email/Sender/Role/CommonSending.pm
7188Installing /usr/local/share/perl5/Email/Sender/Role/HasMessage.pm
7189Installing /usr/local/share/perl5/Email/Sender/Success/Partial.pm
7190Installing /usr/local/share/man/man3/Email::Sender::Transport.3pm
7191Installing /usr/local/share/man/man3/Email::Sender::Transport::Maildir.3pm
7192Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTP::Persistent.3pm
7193Installing /usr/local/share/man/man3/Email::Sender::Failure.3pm
7194Installing /usr/local/share/man/man3/Email::Sender::Role::CommonSending.3pm
7195Installing /usr/local/share/man/man3/Email::Sender::Transport::Test.3pm
7196Installing /usr/local/share/man/man3/Email::Sender::Manual.3pm
7197Installing /usr/local/share/man/man3/Email::Sender::Failure::Temporary.3pm
7198Installing /usr/local/share/man/man3/Email::Sender::Success::Partial.3pm
7199Installing /usr/local/share/man/man3/Email::Sender::Failure::Multi.3pm
7200Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTP.3pm
7201Installing /usr/local/share/man/man3/Email::Sender::Util.3pm
7202Installing /usr/local/share/man/man3/Email::Sender::Transport::Wrapper.3pm
7203Installing /usr/local/share/man/man3/Email::Sender::Transport::Print.3pm
7204Installing /usr/local/share/man/man3/Email::Sender::Manual::QuickStart.3pm
7205Installing /usr/local/share/man/man3/Email::Sender::Simple.3pm
7206Installing /usr/local/share/man/man3/Email::Sender.3pm
7207Installing /usr/local/share/man/man3/Email::Sender::Transport::Mbox.3pm
7208Installing /usr/local/share/man/man3/Email::Sender::Success.3pm
7209Installing /usr/local/share/man/man3/Email::Sender::Role::HasMessage.3pm
7210Installing /usr/local/share/man/man3/Email::Sender::Transport::Sendmail.3pm
7211Installing /usr/local/share/man/man3/Email::Sender::Transport::Failable.3pm
7212Installing /usr/local/share/man/man3/Email::Sender::Transport::DevNull.3pm
7213Installing /usr/local/share/man/man3/Email::Sender::Failure::Permanent.3pm
7214Appending installation info to /usr/lib64/perl5/perllocal.pod
7215 RJBS/Email-Sender-1.300021.tar.gz
7216 /usr/bin/make install -- OK
7217Running install for module 'Email::Sender::Transport::SMTPS'
7218Running make for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7219Fetching with HTTP::Tiny:
7220http://cpan.dcc.uchile.cl/authors/id/F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7221Fetching with HTTP::Tiny:
7222http://cpan.dcc.uchile.cl/authors/id/F/FA/FAYLAND/CHECKSUMS
7223Checksum for /root/.cpan/sources/authors/id/F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ok
7224---- Unsatisfied dependencies detected during ----
7225---- FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ----
7226 Module::Build::Tiny [build_requires]
7227Skipping test because of notest pragma
7228Running make install
7229 Make had some problems, won't install
7230 Delayed until after prerequisites
7231Running install for module 'Module::Build::Tiny'
7232Running make for L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
7233Fetching with HTTP::Tiny:
7234http://cpan.dcc.uchile.cl/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
7235Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz ok
7236---- Unsatisfied dependencies detected during ----
7237---- LEONT/Module-Build-Tiny-0.039.tar.gz ----
7238 ExtUtils::Config [build_requires]
7239 TAP::Harness::Env [build_requires]
7240 ExtUtils::Helpers [build_requires]
7241 ExtUtils::InstallPaths [build_requires]
7242Skipping test because of notest pragma
7243Running make install
7244 Make had some problems, won't install
7245 Delayed until after prerequisites
7246Running install for module 'ExtUtils::Config'
7247Running make for L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
7248Fetching with HTTP::Tiny:
7249http://cpan.dcc.uchile.cl/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
7250Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz ok
7251
7252 CPAN.pm: Building L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
7253
7254Checking if your kit is complete...
7255Looks good
7256Writing Makefile for ExtUtils::Config
7257Writing MYMETA.yml and MYMETA.json
7258cp lib/ExtUtils/Config.pm blib/lib/ExtUtils/Config.pm
7259Manifying blib/man3/ExtUtils::Config.3pm
7260 LEONT/ExtUtils-Config-0.008.tar.gz
7261 /usr/bin/make -- OK
7262Skipping test because of notest pragma
7263Running make install
7264Installing /usr/local/share/perl5/ExtUtils/Config.pm
7265Installing /usr/local/share/man/man3/ExtUtils::Config.3pm
7266Appending installation info to /usr/lib64/perl5/perllocal.pod
7267 LEONT/ExtUtils-Config-0.008.tar.gz
7268 /usr/bin/make install -- OK
7269Running install for module 'TAP::Harness::Env'
7270Running make for L/LE/LEONT/Test-Harness-3.35.tar.gz
7271Fetching with HTTP::Tiny:
7272http://cpan.dcc.uchile.cl/authors/id/L/LE/LEONT/Test-Harness-3.35.tar.gz
7273Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Test-Harness-3.35.tar.gz ok
7274
7275 CPAN.pm: Building L/LE/LEONT/Test-Harness-3.35.tar.gz
7276
7277Checking if your kit is complete...
7278Looks good
7279Writing Makefile for Test::Harness
7280Writing MYMETA.yml and MYMETA.json
7281cp lib/TAP/Parser/Result/Pragma.pm blib/lib/TAP/Parser/Result/Pragma.pm
7282cp lib/App/Prove/State/Result.pm blib/lib/App/Prove/State/Result.pm
7283cp lib/TAP/Parser/Iterator/Array.pm blib/lib/TAP/Parser/Iterator/Array.pm
7284cp lib/TAP/Base.pm blib/lib/TAP/Base.pm
7285cp lib/TAP/Formatter/Console/ParallelSession.pm blib/lib/TAP/Formatter/Console/ParallelSession.pm
7286cp lib/TAP/Parser/Result.pm blib/lib/TAP/Parser/Result.pm
7287cp lib/TAP/Formatter/Console/Session.pm blib/lib/TAP/Formatter/Console/Session.pm
7288cp lib/TAP/Parser/Scheduler/Job.pm blib/lib/TAP/Parser/Scheduler/Job.pm
7289cp lib/TAP/Parser/Result/YAML.pm blib/lib/TAP/Parser/Result/YAML.pm
7290cp lib/TAP/Parser.pm blib/lib/TAP/Parser.pm
7291cp lib/TAP/Parser/SourceHandler/Handle.pm blib/lib/TAP/Parser/SourceHandler/Handle.pm
7292cp lib/TAP/Parser/IteratorFactory.pm blib/lib/TAP/Parser/IteratorFactory.pm
7293cp lib/TAP/Parser/Iterator.pm blib/lib/TAP/Parser/Iterator.pm
7294cp lib/TAP/Formatter/Color.pm blib/lib/TAP/Formatter/Color.pm
7295cp lib/TAP/Parser/Iterator/Process.pm blib/lib/TAP/Parser/Iterator/Process.pm
7296cp lib/TAP/Parser/Grammar.pm blib/lib/TAP/Parser/Grammar.pm
7297cp HACKING.pod blib/lib/Test/HACKING.pod
7298cp lib/Test/Harness.pm blib/lib/Test/Harness.pm
7299cp lib/TAP/Formatter/Base.pm blib/lib/TAP/Formatter/Base.pm
7300cp lib/TAP/Formatter/File/Session.pm blib/lib/TAP/Formatter/File/Session.pm
7301cp lib/TAP/Parser/ResultFactory.pm blib/lib/TAP/Parser/ResultFactory.pm
7302cp lib/TAP/Parser/Result/Bailout.pm blib/lib/TAP/Parser/Result/Bailout.pm
7303cp lib/TAP/Object.pm blib/lib/TAP/Object.pm
7304cp lib/TAP/Parser/Multiplexer.pm blib/lib/TAP/Parser/Multiplexer.pm
7305cp lib/TAP/Parser/SourceHandler/Perl.pm blib/lib/TAP/Parser/SourceHandler/Perl.pm
7306cp lib/TAP/Parser/YAMLish/Writer.pm blib/lib/TAP/Parser/YAMLish/Writer.pm
7307cp lib/TAP/Parser/Result/Version.pm blib/lib/TAP/Parser/Result/Version.pm
7308cp lib/TAP/Parser/Result/Unknown.pm blib/lib/TAP/Parser/Result/Unknown.pm
7309cp lib/TAP/Parser/YAMLish/Reader.pm blib/lib/TAP/Parser/YAMLish/Reader.pm
7310cp lib/TAP/Parser/Scheduler.pm blib/lib/TAP/Parser/Scheduler.pm
7311cp lib/TAP/Parser/Result/Plan.pm blib/lib/TAP/Parser/Result/Plan.pm
7312cp lib/TAP/Parser/SourceHandler.pm blib/lib/TAP/Parser/SourceHandler.pm
7313cp lib/TAP/Parser/SourceHandler/Executable.pm blib/lib/TAP/Parser/SourceHandler/Executable.pm
7314cp lib/TAP/Parser/Result/Test.pm blib/lib/TAP/Parser/Result/Test.pm
7315cp lib/App/Prove/State/Result/Test.pm blib/lib/App/Prove/State/Result/Test.pm
7316cp lib/TAP/Parser/SourceHandler/RawTAP.pm blib/lib/TAP/Parser/SourceHandler/RawTAP.pm
7317cp lib/TAP/Parser/Source.pm blib/lib/TAP/Parser/Source.pm
7318cp lib/TAP/Formatter/Console.pm blib/lib/TAP/Formatter/Console.pm
7319cp lib/TAP/Parser/Result/Comment.pm blib/lib/TAP/Parser/Result/Comment.pm
7320cp lib/TAP/Parser/Iterator/Stream.pm blib/lib/TAP/Parser/Iterator/Stream.pm
7321cp lib/TAP/Parser/SourceHandler/File.pm blib/lib/TAP/Parser/SourceHandler/File.pm
7322cp lib/TAP/Harness/Beyond.pod blib/lib/TAP/Harness/Beyond.pod
7323cp lib/TAP/Formatter/Session.pm blib/lib/TAP/Formatter/Session.pm
7324cp lib/App/Prove.pm blib/lib/App/Prove.pm
7325cp lib/App/Prove/State.pm blib/lib/App/Prove/State.pm
7326cp lib/TAP/Harness.pm blib/lib/TAP/Harness.pm
7327cp lib/TAP/Formatter/File.pm blib/lib/TAP/Formatter/File.pm
7328cp lib/TAP/Harness/Env.pm blib/lib/TAP/Harness/Env.pm
7329cp lib/TAP/Parser/Aggregator.pm blib/lib/TAP/Parser/Aggregator.pm
7330cp lib/TAP/Parser/Scheduler/Spinner.pm blib/lib/TAP/Parser/Scheduler/Spinner.pm
7331cp bin/prove blib/script/prove
7332/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/prove
7333Manifying blib/man1/prove.1
7334Manifying blib/man3/TAP::Parser::Result::Pragma.3pm
7335Manifying blib/man3/TAP::Parser::Iterator::Array.3pm
7336Manifying blib/man3/App::Prove::State::Result.3pm
7337Manifying blib/man3/TAP::Base.3pm
7338Manifying blib/man3/TAP::Formatter::Console::ParallelSession.3pm
7339Manifying blib/man3/TAP::Parser::Result.3pm
7340Manifying blib/man3/TAP::Formatter::Console::Session.3pm
7341Manifying blib/man3/TAP::Parser::Result::YAML.3pm
7342Manifying blib/man3/TAP::Parser::Scheduler::Job.3pm
7343Manifying blib/man3/TAP::Parser.3pm
7344Manifying blib/man3/TAP::Parser::SourceHandler::Handle.3pm
7345Manifying blib/man3/TAP::Parser::IteratorFactory.3pm
7346Manifying blib/man3/TAP::Parser::Iterator.3pm
7347Manifying blib/man3/TAP::Formatter::Color.3pm
7348Manifying blib/man3/TAP::Parser::Iterator::Process.3pm
7349Manifying blib/man3/TAP::Parser::Grammar.3pm
7350Manifying blib/man3/Test::HACKING.3pm
7351Manifying blib/man3/Test::Harness.3pm
7352Manifying blib/man3/TAP::Formatter::File::Session.3pm
7353Manifying blib/man3/TAP::Formatter::Base.3pm
7354Manifying blib/man3/TAP::Parser::Result::Bailout.3pm
7355Manifying blib/man3/TAP::Parser::ResultFactory.3pm
7356Manifying blib/man3/TAP::Parser::SourceHandler::Perl.3pm
7357Manifying blib/man3/TAP::Parser::Multiplexer.3pm
7358Manifying blib/man3/TAP::Object.3pm
7359Manifying blib/man3/TAP::Parser::Result::Version.3pm
7360Manifying blib/man3/TAP::Parser::YAMLish::Writer.3pm
7361Manifying blib/man3/TAP::Parser::Result::Unknown.3pm
7362Manifying blib/man3/TAP::Parser::YAMLish::Reader.3pm
7363Manifying blib/man3/TAP::Parser::Scheduler.3pm
7364Manifying blib/man3/TAP::Parser::Result::Plan.3pm
7365Manifying blib/man3/TAP::Parser::SourceHandler.3pm
7366Manifying blib/man3/TAP::Parser::SourceHandler::Executable.3pm
7367Manifying blib/man3/TAP::Parser::Result::Test.3pm
7368Manifying blib/man3/App::Prove::State::Result::Test.3pm
7369Manifying blib/man3/TAP::Parser::SourceHandler::RawTAP.3pm
7370Manifying blib/man3/TAP::Parser::Result::Comment.3pm
7371Manifying blib/man3/TAP::Formatter::Console.3pm
7372Manifying blib/man3/TAP::Parser::Source.3pm
7373Manifying blib/man3/TAP::Parser::Iterator::Stream.3pm
7374Manifying blib/man3/TAP::Parser::SourceHandler::File.3pm
7375Manifying blib/man3/TAP::Harness::Beyond.3pm
7376Manifying blib/man3/TAP::Formatter::Session.3pm
7377Manifying blib/man3/App::Prove::State.3pm
7378Manifying blib/man3/App::Prove.3pm
7379Manifying blib/man3/TAP::Harness.3pm
7380Manifying blib/man3/TAP::Formatter::File.3pm
7381Manifying blib/man3/TAP::Harness::Env.3pm
7382Manifying blib/man3/TAP::Parser::Aggregator.3pm
7383Manifying blib/man3/TAP::Parser::Scheduler::Spinner.3pm
7384 LEONT/Test-Harness-3.35.tar.gz
7385 /usr/bin/make -- OK
7386Skipping test because of notest pragma
7387Running make install
7388Installing /usr/local/share/perl5/Test/Harness.pm
7389Installing /usr/local/share/perl5/Test/HACKING.pod
7390Installing /usr/local/share/perl5/App/Prove.pm
7391Installing /usr/local/share/perl5/App/Prove/State.pm
7392Installing /usr/local/share/perl5/App/Prove/State/Result.pm
7393Installing /usr/local/share/perl5/App/Prove/State/Result/Test.pm
7394Installing /usr/local/share/perl5/TAP/Base.pm
7395Installing /usr/local/share/perl5/TAP/Parser.pm
7396Installing /usr/local/share/perl5/TAP/Harness.pm
7397Installing /usr/local/share/perl5/TAP/Object.pm
7398Installing /usr/local/share/perl5/TAP/Harness/Beyond.pod
7399Installing /usr/local/share/perl5/TAP/Harness/Env.pm
7400Installing /usr/local/share/perl5/TAP/Formatter/Base.pm
7401Installing /usr/local/share/perl5/TAP/Formatter/Color.pm
7402Installing /usr/local/share/perl5/TAP/Formatter/Console.pm
7403Installing /usr/local/share/perl5/TAP/Formatter/Session.pm
7404Installing /usr/local/share/perl5/TAP/Formatter/File.pm
7405Installing /usr/local/share/perl5/TAP/Formatter/Console/ParallelSession.pm
7406Installing /usr/local/share/perl5/TAP/Formatter/Console/Session.pm
7407Installing /usr/local/share/perl5/TAP/Formatter/File/Session.pm
7408Installing /usr/local/share/perl5/TAP/Parser/Aggregator.pm
7409Installing /usr/local/share/perl5/TAP/Parser/Multiplexer.pm
7410Installing /usr/local/share/perl5/TAP/Parser/SourceHandler.pm
7411Installing /usr/local/share/perl5/TAP/Parser/Grammar.pm
7412Installing /usr/local/share/perl5/TAP/Parser/Scheduler.pm
7413Installing /usr/local/share/perl5/TAP/Parser/IteratorFactory.pm
7414Installing /usr/local/share/perl5/TAP/Parser/ResultFactory.pm
7415Installing /usr/local/share/perl5/TAP/Parser/Source.pm
7416Installing /usr/local/share/perl5/TAP/Parser/Result.pm
7417Installing /usr/local/share/perl5/TAP/Parser/Iterator.pm
7418Installing /usr/local/share/perl5/TAP/Parser/YAMLish/Writer.pm
7419Installing /usr/local/share/perl5/TAP/Parser/YAMLish/Reader.pm
7420Installing /usr/local/share/perl5/TAP/Parser/Scheduler/Job.pm
7421Installing /usr/local/share/perl5/TAP/Parser/Scheduler/Spinner.pm
7422Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Handle.pm
7423Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/RawTAP.pm
7424Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Executable.pm
7425Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Perl.pm
7426Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/File.pm
7427Installing /usr/local/share/perl5/TAP/Parser/Iterator/Array.pm
7428Installing /usr/local/share/perl5/TAP/Parser/Iterator/Process.pm
7429Installing /usr/local/share/perl5/TAP/Parser/Iterator/Stream.pm
7430Installing /usr/local/share/perl5/TAP/Parser/Result/Version.pm
7431Installing /usr/local/share/perl5/TAP/Parser/Result/Pragma.pm
7432Installing /usr/local/share/perl5/TAP/Parser/Result/Unknown.pm
7433Installing /usr/local/share/perl5/TAP/Parser/Result/Plan.pm
7434Installing /usr/local/share/perl5/TAP/Parser/Result/Comment.pm
7435Installing /usr/local/share/perl5/TAP/Parser/Result/YAML.pm
7436Installing /usr/local/share/perl5/TAP/Parser/Result/Bailout.pm
7437Installing /usr/local/share/perl5/TAP/Parser/Result/Test.pm
7438Installing /usr/local/share/man/man1/prove.1
7439Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::RawTAP.3pm
7440Installing /usr/local/share/man/man3/TAP::Object.3pm
7441Installing /usr/local/share/man/man3/TAP::Parser::Result::Comment.3pm
7442Installing /usr/local/share/man/man3/Test::HACKING.3pm
7443Installing /usr/local/share/man/man3/App::Prove::State::Result::Test.3pm
7444Installing /usr/local/share/man/man3/TAP::Formatter::File.3pm
7445Installing /usr/local/share/man/man3/TAP::Formatter::Console::Session.3pm
7446Installing /usr/local/share/man/man3/TAP::Formatter::Console.3pm
7447Installing /usr/local/share/man/man3/TAP::Parser::Result::Plan.3pm
7448Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Array.3pm
7449Installing /usr/local/share/man/man3/TAP::Parser::Result::YAML.3pm
7450Installing /usr/local/share/man/man3/TAP::Parser::Result::Bailout.3pm
7451Installing /usr/local/share/man/man3/Test::Harness.3pm
7452Installing /usr/local/share/man/man3/TAP::Parser::Aggregator.3pm
7453Installing /usr/local/share/man/man3/TAP::Harness::Env.3pm
7454Installing /usr/local/share/man/man3/TAP::Formatter::File::Session.3pm
7455Installing /usr/local/share/man/man3/TAP::Parser::Source.3pm
7456Installing /usr/local/share/man/man3/TAP::Parser::Grammar.3pm
7457Installing /usr/local/share/man/man3/TAP::Parser::Iterator.3pm
7458Installing /usr/local/share/man/man3/TAP::Formatter::Console::ParallelSession.3pm
7459Installing /usr/local/share/man/man3/TAP::Parser::IteratorFactory.3pm
7460Installing /usr/local/share/man/man3/TAP::Parser.3pm
7461Installing /usr/local/share/man/man3/TAP::Parser::Result.3pm
7462Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Executable.3pm
7463Installing /usr/local/share/man/man3/TAP::Formatter::Base.3pm
7464Installing /usr/local/share/man/man3/TAP::Parser::Result::Pragma.3pm
7465Installing /usr/local/share/man/man3/TAP::Parser::Result::Unknown.3pm
7466Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Handle.3pm
7467Installing /usr/local/share/man/man3/TAP::Harness.3pm
7468Installing /usr/local/share/man/man3/TAP::Formatter::Color.3pm
7469Installing /usr/local/share/man/man3/TAP::Parser::Scheduler::Job.3pm
7470Installing /usr/local/share/man/man3/TAP::Parser::YAMLish::Writer.3pm
7471Installing /usr/local/share/man/man3/TAP::Parser::ResultFactory.3pm
7472Installing /usr/local/share/man/man3/TAP::Base.3pm
7473Installing /usr/local/share/man/man3/TAP::Parser::YAMLish::Reader.3pm
7474Installing /usr/local/share/man/man3/TAP::Formatter::Session.3pm
7475Installing /usr/local/share/man/man3/TAP::Parser::Result::Version.3pm
7476Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Perl.3pm
7477Installing /usr/local/share/man/man3/App::Prove.3pm
7478Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Stream.3pm
7479Installing /usr/local/share/man/man3/App::Prove::State::Result.3pm
7480Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::File.3pm
7481Installing /usr/local/share/man/man3/App::Prove::State.3pm
7482Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Process.3pm
7483Installing /usr/local/share/man/man3/TAP::Harness::Beyond.3pm
7484Installing /usr/local/share/man/man3/TAP::Parser::Scheduler.3pm
7485Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler.3pm
7486Installing /usr/local/share/man/man3/TAP::Parser::Result::Test.3pm
7487Installing /usr/local/share/man/man3/TAP::Parser::Multiplexer.3pm
7488Installing /usr/local/share/man/man3/TAP::Parser::Scheduler::Spinner.3pm
7489Installing /usr/local/bin/prove
7490Appending installation info to /usr/lib64/perl5/perllocal.pod
7491 LEONT/Test-Harness-3.35.tar.gz
7492 /usr/bin/make install -- OK
7493Running install for module 'ExtUtils::Helpers'
7494Running make for L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
7495Fetching with HTTP::Tiny:
7496http://cpan.dcc.uchile.cl/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
7497Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz ok
7498
7499 CPAN.pm: Building L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
7500
7501Checking if your kit is complete...
7502Looks good
7503Writing Makefile for ExtUtils::Helpers
7504Writing MYMETA.yml and MYMETA.json
7505cp lib/ExtUtils/Helpers.pm blib/lib/ExtUtils/Helpers.pm
7506cp lib/ExtUtils/Helpers/Windows.pm blib/lib/ExtUtils/Helpers/Windows.pm
7507cp lib/ExtUtils/Helpers/VMS.pm blib/lib/ExtUtils/Helpers/VMS.pm
7508cp lib/ExtUtils/Helpers/Unix.pm blib/lib/ExtUtils/Helpers/Unix.pm
7509Manifying blib/man3/ExtUtils::Helpers::Windows.3pm
7510Manifying blib/man3/ExtUtils::Helpers.3pm
7511Manifying blib/man3/ExtUtils::Helpers::VMS.3pm
7512Manifying blib/man3/ExtUtils::Helpers::Unix.3pm
7513 LEONT/ExtUtils-Helpers-0.022.tar.gz
7514 /usr/bin/make -- OK
7515Skipping test because of notest pragma
7516Running make install
7517Installing /usr/local/share/perl5/ExtUtils/Helpers.pm
7518Installing /usr/local/share/perl5/ExtUtils/Helpers/Unix.pm
7519Installing /usr/local/share/perl5/ExtUtils/Helpers/VMS.pm
7520Installing /usr/local/share/perl5/ExtUtils/Helpers/Windows.pm
7521Installing /usr/local/share/man/man3/ExtUtils::Helpers::VMS.3pm
7522Installing /usr/local/share/man/man3/ExtUtils::Helpers::Windows.3pm
7523Installing /usr/local/share/man/man3/ExtUtils::Helpers.3pm
7524Installing /usr/local/share/man/man3/ExtUtils::Helpers::Unix.3pm
7525Appending installation info to /usr/lib64/perl5/perllocal.pod
7526 LEONT/ExtUtils-Helpers-0.022.tar.gz
7527 /usr/bin/make install -- OK
7528Running install for module 'ExtUtils::InstallPaths'
7529Running make for L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
7530Fetching with HTTP::Tiny:
7531http://cpan.dcc.uchile.cl/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
7532Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz ok
7533
7534 CPAN.pm: Building L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
7535
7536Checking if your kit is complete...
7537Looks good
7538Writing Makefile for ExtUtils::InstallPaths
7539Writing MYMETA.yml and MYMETA.json
7540cp lib/ExtUtils/InstallPaths.pm blib/lib/ExtUtils/InstallPaths.pm
7541Manifying blib/man3/ExtUtils::InstallPaths.3pm
7542 LEONT/ExtUtils-InstallPaths-0.011.tar.gz
7543 /usr/bin/make -- OK
7544Skipping test because of notest pragma
7545Running make install
7546Installing /usr/local/share/perl5/ExtUtils/InstallPaths.pm
7547Installing /usr/local/share/man/man3/ExtUtils::InstallPaths.3pm
7548Appending installation info to /usr/lib64/perl5/perllocal.pod
7549 LEONT/ExtUtils-InstallPaths-0.011.tar.gz
7550 /usr/bin/make install -- OK
7551Running make for L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
7552
7553 CPAN.pm: Building L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
7554
7555Creating new 'Build' script for 'Module-Build-Tiny' version '0.039'
7556cp lib/Module/Build/Tiny.pm blib/lib/Module/Build/Tiny.pm
7557 LEONT/Module-Build-Tiny-0.039.tar.gz
7558 ./Build -- OK
7559Skipping test because of notest pragma
7560Running Build install
7561Installing /usr/local/share/perl5/Module/Build/Tiny.pm
7562Installing /usr/local/share/man/man3/Module::Build::Tiny.3pm
7563 LEONT/Module-Build-Tiny-0.039.tar.gz
7564 ./Build install -- OK
7565Running make for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7566
7567 CPAN.pm: Building F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7568
7569Creating new 'Build' script for 'Email-Sender-Transport-SMTPS' version '0.03'
7570---- Unsatisfied dependencies detected during ----
7571---- FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ----
7572 Net::SMTPS [requires]
7573Skipping test because of notest pragma
7574Running Build install
7575 Delayed until after prerequisites
7576Running install for module 'Net::SMTPS'
7577Running make for T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
7578Fetching with HTTP::Tiny:
7579http://cpan.dcc.uchile.cl/authors/id/T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
7580Fetching with HTTP::Tiny:
7581http://cpan.dcc.uchile.cl/authors/id/T/TO/TOMO/src/CHECKSUMS
7582Checksum for /root/.cpan/sources/authors/id/T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz ok
7583
7584 CPAN.pm: Building T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
7585
7586Warning: prerequisite Authen::SASL 2 not found.
7587Checking if your kit is complete...
7588Looks good
7589Writing Makefile for Net::SMTPS
7590Writing MYMETA.yml and MYMETA.json
7591---- Unsatisfied dependencies detected during ----
7592---- TOMO/src/Net-SMTPS-0.04.tar.gz ----
7593 Authen::SASL [requires]
7594Skipping test because of notest pragma
7595Running make install
7596 Delayed until after prerequisites
7597Running install for module 'Authen::SASL'
7598Running make for G/GB/GBARR/Authen-SASL-2.16.tar.gz
7599Fetching with HTTP::Tiny:
7600http://cpan.dcc.uchile.cl/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz
7601Fetching with HTTP::Tiny:
7602http://cpan.dcc.uchile.cl/authors/id/G/GB/GBARR/CHECKSUMS
7603Checksum for /root/.cpan/sources/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz ok
7604
7605 CPAN.pm: Building G/GB/GBARR/Authen-SASL-2.16.tar.gz
7606
7607Warning: prerequisite Digest::HMAC_MD5 0 not found.
7608Checking if your kit is complete...
7609Looks good
7610Writing Makefile for Authen::SASL
7611Writing MYMETA.yml and MYMETA.json
7612---- Unsatisfied dependencies detected during ----
7613---- GBARR/Authen-SASL-2.16.tar.gz ----
7614 Digest::HMAC_MD5 [requires]
7615Skipping test because of notest pragma
7616Running make install
7617 Delayed until after prerequisites
7618Running install for module 'Digest::HMAC_MD5'
7619Running make for G/GA/GAAS/Digest-HMAC-1.03.tar.gz
7620Fetching with HTTP::Tiny:
7621http://cpan.dcc.uchile.cl/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz
7622Fetching with HTTP::Tiny:
7623http://cpan.dcc.uchile.cl/authors/id/G/GA/GAAS/CHECKSUMS
7624Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz ok
7625
7626 CPAN.pm: Building G/GA/GAAS/Digest-HMAC-1.03.tar.gz
7627
7628Checking if your kit is complete...
7629Looks good
7630Writing Makefile for Digest::HMAC
7631Writing MYMETA.yml and MYMETA.json
7632cp lib/Digest/HMAC_MD5.pm blib/lib/Digest/HMAC_MD5.pm
7633cp lib/Digest/HMAC.pm blib/lib/Digest/HMAC.pm
7634cp lib/Digest/HMAC_SHA1.pm blib/lib/Digest/HMAC_SHA1.pm
7635Manifying blib/man3/Digest::HMAC_MD5.3pm
7636Manifying blib/man3/Digest::HMAC.3pm
7637Manifying blib/man3/Digest::HMAC_SHA1.3pm
7638 GAAS/Digest-HMAC-1.03.tar.gz
7639 /usr/bin/make -- OK
7640Skipping test because of notest pragma
7641Running make install
7642Manifying blib/man3/Digest::HMAC_MD5.3pm
7643Manifying blib/man3/Digest::HMAC.3pm
7644Manifying blib/man3/Digest::HMAC_SHA1.3pm
7645Installing /usr/local/share/perl5/Digest/HMAC.pm
7646Installing /usr/local/share/perl5/Digest/HMAC_MD5.pm
7647Installing /usr/local/share/perl5/Digest/HMAC_SHA1.pm
7648Installing /usr/local/share/man/man3/Digest::HMAC_MD5.3pm
7649Installing /usr/local/share/man/man3/Digest::HMAC_SHA1.3pm
7650Installing /usr/local/share/man/man3/Digest::HMAC.3pm
7651Appending installation info to /usr/lib64/perl5/perllocal.pod
7652 GAAS/Digest-HMAC-1.03.tar.gz
7653 /usr/bin/make install -- OK
7654Running make for G/GB/GBARR/Authen-SASL-2.16.tar.gz
7655 Has already been unwrapped into directory /root/.cpan/build/Authen-SASL-2.16-iRZx9f
7656
7657 CPAN.pm: Building G/GB/GBARR/Authen-SASL-2.16.tar.gz
7658
7659cp lib/Authen/SASL.pm blib/lib/Authen/SASL.pm
7660cp lib/Authen/SASL/EXTERNAL.pm blib/lib/Authen/SASL/EXTERNAL.pm
7661cp lib/Authen/SASL/CRAM_MD5.pm blib/lib/Authen/SASL/CRAM_MD5.pm
7662cp lib/Authen/SASL/Perl/EXTERNAL.pm blib/lib/Authen/SASL/Perl/EXTERNAL.pm
7663cp lib/Authen/SASL/Perl/LOGIN.pm blib/lib/Authen/SASL/Perl/LOGIN.pm
7664cp lib/Authen/SASL/Perl/ANONYMOUS.pm blib/lib/Authen/SASL/Perl/ANONYMOUS.pm
7665cp lib/Authen/SASL/Perl/PLAIN.pm blib/lib/Authen/SASL/Perl/PLAIN.pm
7666cp lib/Authen/SASL/Perl.pod blib/lib/Authen/SASL/Perl.pod
7667cp lib/Authen/SASL/Perl/DIGEST_MD5.pm blib/lib/Authen/SASL/Perl/DIGEST_MD5.pm
7668cp lib/Authen/SASL/Perl/CRAM_MD5.pm blib/lib/Authen/SASL/Perl/CRAM_MD5.pm
7669cp lib/Authen/SASL/Perl.pm blib/lib/Authen/SASL/Perl.pm
7670cp lib/Authen/SASL.pod blib/lib/Authen/SASL.pod
7671cp lib/Authen/SASL/Perl/GSSAPI.pm blib/lib/Authen/SASL/Perl/GSSAPI.pm
7672Manifying blib/man3/Authen::SASL::Perl::LOGIN.3pm
7673Manifying blib/man3/Authen::SASL::Perl::EXTERNAL.3pm
7674Manifying blib/man3/Authen::SASL::Perl::ANONYMOUS.3pm
7675Manifying blib/man3/Authen::SASL::Perl::PLAIN.3pm
7676Manifying blib/man3/Authen::SASL::Perl::DIGEST_MD5.3pm
7677Manifying blib/man3/Authen::SASL::Perl.3pm
7678Manifying blib/man3/Authen::SASL::Perl::CRAM_MD5.3pm
7679Manifying blib/man3/Authen::SASL.3pm
7680Manifying blib/man3/Authen::SASL::Perl::GSSAPI.3pm
7681 GBARR/Authen-SASL-2.16.tar.gz
7682 /usr/bin/make -- OK
7683Skipping test because of notest pragma
7684Running make install
7685Installing /usr/local/share/perl5/Authen/SASL.pod
7686Installing /usr/local/share/perl5/Authen/SASL.pm
7687Installing /usr/local/share/perl5/Authen/SASL/EXTERNAL.pm
7688Installing /usr/local/share/perl5/Authen/SASL/CRAM_MD5.pm
7689Installing /usr/local/share/perl5/Authen/SASL/Perl.pm
7690Installing /usr/local/share/perl5/Authen/SASL/Perl.pod
7691Installing /usr/local/share/perl5/Authen/SASL/Perl/GSSAPI.pm
7692Installing /usr/local/share/perl5/Authen/SASL/Perl/EXTERNAL.pm
7693Installing /usr/local/share/perl5/Authen/SASL/Perl/CRAM_MD5.pm
7694Installing /usr/local/share/perl5/Authen/SASL/Perl/DIGEST_MD5.pm
7695Installing /usr/local/share/perl5/Authen/SASL/Perl/ANONYMOUS.pm
7696Installing /usr/local/share/perl5/Authen/SASL/Perl/PLAIN.pm
7697Installing /usr/local/share/perl5/Authen/SASL/Perl/LOGIN.pm
7698Installing /usr/local/share/man/man3/Authen::SASL::Perl.3pm
7699Installing /usr/local/share/man/man3/Authen::SASL::Perl::EXTERNAL.3pm
7700Installing /usr/local/share/man/man3/Authen::SASL::Perl::PLAIN.3pm
7701Installing /usr/local/share/man/man3/Authen::SASL::Perl::DIGEST_MD5.3pm
7702Installing /usr/local/share/man/man3/Authen::SASL::Perl::ANONYMOUS.3pm
7703Installing /usr/local/share/man/man3/Authen::SASL::Perl::GSSAPI.3pm
7704Installing /usr/local/share/man/man3/Authen::SASL::Perl::LOGIN.3pm
7705Installing /usr/local/share/man/man3/Authen::SASL.3pm
7706Installing /usr/local/share/man/man3/Authen::SASL::Perl::CRAM_MD5.3pm
7707Appending installation info to /usr/lib64/perl5/perllocal.pod
7708 GBARR/Authen-SASL-2.16.tar.gz
7709 /usr/bin/make install -- OK
7710Running make for T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
7711 Has already been unwrapped into directory /root/.cpan/build/Net-SMTPS-0.04-07eVya
7712
7713 CPAN.pm: Building T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
7714
7715cp lib/Net/SMTPS.pm blib/lib/Net/SMTPS.pm
7716Manifying blib/man3/Net::SMTPS.3pm
7717 TOMO/src/Net-SMTPS-0.04.tar.gz
7718 /usr/bin/make -- OK
7719Skipping test because of notest pragma
7720Running make install
7721Installing /usr/local/share/perl5/Net/SMTPS.pm
7722Installing /usr/local/share/man/man3/Net::SMTPS.3pm
7723Appending installation info to /usr/lib64/perl5/perllocal.pod
7724 TOMO/src/Net-SMTPS-0.04.tar.gz
7725 /usr/bin/make install -- OK
7726Running Build for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7727 Has already been unwrapped into directory /root/.cpan/build/Email-Sender-Transport-SMTPS-0.03-KN_0tU
7728
7729 CPAN.pm: Building F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7730
7731cp lib/Email/Sender/Transport/SMTPS.pm blib/lib/Email/Sender/Transport/SMTPS.pm
7732 FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7733 ./Build -- OK
7734Skipping test because of notest pragma
7735Running Build install
7736Installing /usr/local/share/perl5/Email/Sender/Transport/SMTPS.pm
7737Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTPS.3pm
7738 FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
7739 ./Build install -- OK
7740Running install for module 'Encode'
7741Running make for D/DA/DANKOGAI/Encode-2.78.tar.gz
7742Fetching with HTTP::Tiny:
7743http://cpan.dcc.uchile.cl/authors/id/D/DA/DANKOGAI/Encode-2.78.tar.gz
7744Fetching with HTTP::Tiny:
7745http://cpan.dcc.uchile.cl/authors/id/D/DA/DANKOGAI/CHECKSUMS
7746Checksum for /root/.cpan/sources/authors/id/D/DA/DANKOGAI/Encode-2.78.tar.gz ok
7747
7748 CPAN.pm: Building D/DA/DANKOGAI/Encode-2.78.tar.gz
7749
7750Checking if your kit is complete...
7751Looks good
7752Writing Makefile for Encode::Byte
7753Writing MYMETA.yml and MYMETA.json
7754Writing Makefile for Encode::CN
7755Writing MYMETA.yml and MYMETA.json
7756Writing Makefile for Encode::EBCDIC
7757Writing MYMETA.yml and MYMETA.json
7758Writing Makefile for Encode::JP
7759Writing MYMETA.yml and MYMETA.json
7760Writing Makefile for Encode::KR
7761Writing MYMETA.yml and MYMETA.json
7762Writing Makefile for Encode::Symbol
7763Writing MYMETA.yml and MYMETA.json
7764Writing Makefile for Encode::TW
7765Writing MYMETA.yml and MYMETA.json
7766Writing Makefile for Encode::Unicode
7767Writing MYMETA.yml and MYMETA.json
7768Writing Makefile for Encode
7769Writing MYMETA.yml and MYMETA.json
7770cp lib/Encode/JP/H2Z.pm blib/lib/Encode/JP/H2Z.pm
7771cp lib/Encode/JP/JIS7.pm blib/lib/Encode/JP/JIS7.pm
7772cp lib/Encode/Alias.pm blib/lib/Encode/Alias.pm
7773cp Encode/README.e2x blib/lib/Encode/README.e2x
7774cp lib/Encode/Unicode/UTF7.pm blib/lib/Encode/Unicode/UTF7.pm
7775cp lib/Encode/MIME/Header/ISO_2022_JP.pm blib/lib/Encode/MIME/Header/ISO_2022_JP.pm
7776cp lib/Encode/PerlIO.pod blib/lib/Encode/PerlIO.pod
7777cp lib/Encode/GSM0338.pm blib/lib/Encode/GSM0338.pm
7778cp Encode.pm blib/lib/Encode.pm
7779cp Encode/Makefile_PL.e2x blib/lib/Encode/Makefile_PL.e2x
7780cp Encode/Changes.e2x blib/lib/Encode/Changes.e2x
7781cp lib/Encode/Encoding.pm blib/lib/Encode/Encoding.pm
7782cp Encode/ConfigLocal_PM.e2x blib/lib/Encode/ConfigLocal_PM.e2x
7783cp Encode/encode.h blib/lib/Encode/encode.h
7784cp lib/Encode/KR/2022_KR.pm blib/lib/Encode/KR/2022_KR.pm
7785cp encoding.pm blib/lib/encoding.pm
7786cp lib/Encode/Guess.pm blib/lib/Encode/Guess.pm
7787cp lib/Encode/MIME/Name.pm blib/lib/Encode/MIME/Name.pm
7788cp Encode/_T.e2x blib/lib/Encode/_T.e2x
7789cp lib/Encode/Supported.pod blib/lib/Encode/Supported.pod
7790cp lib/Encode/Config.pm blib/lib/Encode/Config.pm
7791cp lib/Encode/Encoder.pm blib/lib/Encode/Encoder.pm
7792cp lib/Encode/MIME/Header.pm blib/lib/Encode/MIME/Header.pm
7793cp lib/Encode/CN/HZ.pm blib/lib/Encode/CN/HZ.pm
7794cp Encode/_PM.e2x blib/lib/Encode/_PM.e2x
7795cp lib/Encode/CJKConstants.pm blib/lib/Encode/CJKConstants.pm
7796make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/Byte'
7797cp Byte.pm ../blib/lib/Encode/Byte.pm
7798/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm
7799Reading iso-8859-2 (iso-8859-2)
7800Reading iso-8859-3 (iso-8859-3)
7801Reading iso-8859-4 (iso-8859-4)
7802Reading iso-8859-5 (iso-8859-5)
7803Reading iso-8859-6 (iso-8859-6)
7804Reading iso-8859-7 (iso-8859-7)
7805Reading iso-8859-8 (iso-8859-8)
7806Reading iso-8859-9 (iso-8859-9)
7807Reading iso-8859-10 (iso-8859-10)
7808Reading iso-8859-11 (iso-8859-11)
7809Reading iso-8859-13 (iso-8859-13)
7810Reading iso-8859-14 (iso-8859-14)
7811Reading iso-8859-15 (iso-8859-15)
7812Reading iso-8859-16 (iso-8859-16)
7813Reading AdobeStandardEncoding (AdobeStandardEncoding)
7814Reading cp1006 (cp1006)
7815Reading cp1250 (cp1250)
7816Reading cp1251 (cp1251)
7817Reading cp1252 (cp1252)
7818Reading cp1253 (cp1253)
7819Reading cp1254 (cp1254)
7820Reading cp1255 (cp1255)
7821Reading cp1256 (cp1256)
7822Reading cp1257 (cp1257)
7823Reading cp1258 (cp1258)
7824Reading cp424 (cp424)
7825Reading cp437 (cp437)
7826Reading cp737 (cp737)
7827Reading cp775 (cp775)
7828Reading cp850 (cp850)
7829Reading cp852 (cp852)
7830Reading cp855 (cp855)
7831Reading cp856 (cp856)
7832Reading cp857 (cp857)
7833Reading cp858 (cp858)
7834Reading cp860 (cp860)
7835Reading cp861 (cp861)
7836Reading cp862 (cp862)
7837Reading cp863 (cp863)
7838Reading cp864 (cp864)
7839Reading cp865 (cp865)
7840Reading cp866 (cp866)
7841Reading cp869 (cp869)
7842Reading cp874 (cp874)
7843Reading hp-roman8 (hp-roman8)
7844Reading koi8-f (koi8-f)
7845Reading koi8-r (koi8-r)
7846Reading koi8-u (koi8-u)
7847Reading MacArabic (MacArabic)
7848Reading MacCentralEurRoman (MacCentralEurRoman)
7849Reading MacCroatian (MacCroatian)
7850Reading MacCyrillic (MacCyrillic)
7851Reading MacFarsi (MacFarsi)
7852Reading MacGreek (MacGreek)
7853Reading MacHebrew (MacHebrew)
7854Reading MacIcelandic (MacIcelandic)
7855Reading MacRomanian (MacRomanian)
7856Reading MacRumanian (MacRumanian)
7857Reading MacRoman (MacRoman)
7858Reading MacSami (MacSami)
7859Reading MacThai (MacThai)
7860Reading MacTurkish (MacTurkish)
7861Reading MacUkrainian (MacUkrainian)
7862Reading nextstep (nextstep)
7863Reading viscii (viscii)
7864/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap Byte.xs > Byte.xsc && mv Byte.xsc Byte.c
7865gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" Byte.c
7866gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" byte_t.c
7867Running Mkbootstrap for Encode::Byte ()
7868chmod 644 Byte.bs
7869rm -f ../blib/arch/auto/Encode/Byte/Byte.so
7870gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Byte.o byte_t.o -o ../blib/arch/auto/Encode/Byte/Byte.so \
7871 \
7872
7873chmod 755 ../blib/arch/auto/Encode/Byte/Byte.so
7874cp Byte.bs ../blib/arch/auto/Encode/Byte/Byte.bs
7875chmod 644 ../blib/arch/auto/Encode/Byte/Byte.bs
7876make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/Byte'
7877make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/CN'
7878cp CN.pm ../blib/lib/Encode/CN.pm
7879/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
7880Reading cp936 (cp936)
7881/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
7882Reading euc-cn (euc-cn)
7883/usr/bin/perl ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm
7884Reading gb12345-raw (gb12345-raw)
7885/usr/bin/perl ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm
7886Reading gb2312-raw (gb2312-raw)
7887/usr/bin/perl ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm
7888Reading iso-ir-165 (iso-ir-165)
7889/usr/bin/perl ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
7890Reading MacChineseSimp (MacChineseSimp)
7891/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -noprototypes -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap CN.xs > CN.xsc && mv CN.xsc CN.c
7892gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" CN.c
7893gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" cp_00_t.c
7894gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" eu_01_t.c
7895gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" gb_02_t.c
7896gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" gb_03_t.c
7897gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" ir_04_t.c
7898gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" ma_05_t.c
7899Running Mkbootstrap for Encode::CN ()
7900chmod 644 CN.bs
7901rm -f ../blib/arch/auto/Encode/CN/CN.so
7902gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro CN.o cp_00_t.o eu_01_t.o gb_02_t.o gb_03_t.o ir_04_t.o ma_05_t.o -o ../blib/arch/auto/Encode/CN/CN.so \
7903 \
7904
7905chmod 755 ../blib/arch/auto/Encode/CN/CN.so
7906cp CN.bs ../blib/arch/auto/Encode/CN/CN.bs
7907chmod 644 ../blib/arch/auto/Encode/CN/CN.bs
7908make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/CN'
7909make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/EBCDIC'
7910cp EBCDIC.pm ../blib/lib/Encode/EBCDIC.pm
7911/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm
7912Reading cp37 (cp37)
7913Reading cp1026 (cp1026)
7914Reading cp1047 (cp1047)
7915Reading cp500 (cp500)
7916Reading cp875 (cp875)
7917Reading posix-bc (posix-bc)
7918/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap EBCDIC.xs > EBCDIC.xsc && mv EBCDIC.xsc EBCDIC.c
7919gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I/usr/lib64/perl5/CORE" EBCDIC.c
7920gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I/usr/lib64/perl5/CORE" ebcdic_t.c
7921Running Mkbootstrap for Encode::EBCDIC ()
7922chmod 644 EBCDIC.bs
7923rm -f ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so
7924gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro EBCDIC.o ebcdic_t.o -o ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so \
7925 \
7926
7927chmod 755 ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so
7928cp EBCDIC.bs ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bs
7929chmod 644 ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bs
7930make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/EBCDIC'
7931make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/JP'
7932cp JP.pm ../blib/lib/Encode/JP.pm
7933/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
7934Reading cp932 (cp932)
7935/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
7936Reading euc-jp (euc-jp)
7937/usr/bin/perl ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm
7938Reading jis0201-raw (jis0201-raw)
7939/usr/bin/perl ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm
7940Reading jis0208-raw (jis0208-raw)
7941/usr/bin/perl ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm
7942Reading jis0212-raw (jis0212-raw)
7943/usr/bin/perl ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
7944Reading MacJapanese (MacJapanese)
7945/usr/bin/perl ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm
7946Reading shiftjis (shiftjis)
7947/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap JP.xs > JP.xsc && mv JP.xsc JP.c
7948gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" JP.c
7949gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" cp_00_t.c
7950gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" eu_01_t.c
7951gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" ji_02_t.c
7952gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" ji_03_t.c
7953gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" ji_04_t.c
7954gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" ma_05_t.c
7955gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib64/perl5/CORE" sh_06_t.c
7956Running Mkbootstrap for Encode::JP ()
7957chmod 644 JP.bs
7958rm -f ../blib/arch/auto/Encode/JP/JP.so
7959gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro JP.o cp_00_t.o eu_01_t.o ji_02_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o -o ../blib/arch/auto/Encode/JP/JP.so \
7960 \
7961
7962chmod 755 ../blib/arch/auto/Encode/JP/JP.so
7963cp JP.bs ../blib/arch/auto/Encode/JP/JP.bs
7964chmod 644 ../blib/arch/auto/Encode/JP/JP.bs
7965make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/JP'
7966make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/KR'
7967cp KR.pm ../blib/lib/Encode/KR.pm
7968/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
7969Reading cp949 (cp949)
7970/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
7971Reading euc-kr (euc-kr)
7972/usr/bin/perl ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm
7973Reading johab (johab)
7974/usr/bin/perl ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm
7975Reading ksc5601-raw (ksc5601-raw)
7976/usr/bin/perl ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm
7977Reading MacKorean (MacKorean)
7978/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap KR.xs > KR.xsc && mv KR.xsc KR.c
7979gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" KR.c
7980gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" cp_00_t.c
7981gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" eu_01_t.c
7982gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" jo_02_t.c
7983gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" ks_03_t.c
7984gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" ma_04_t.c
7985Running Mkbootstrap for Encode::KR ()
7986chmod 644 KR.bs
7987rm -f ../blib/arch/auto/Encode/KR/KR.so
7988gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro KR.o cp_00_t.o eu_01_t.o jo_02_t.o ks_03_t.o ma_04_t.o -o ../blib/arch/auto/Encode/KR/KR.so \
7989 \
7990
7991chmod 755 ../blib/arch/auto/Encode/KR/KR.so
7992cp KR.bs ../blib/arch/auto/Encode/KR/KR.bs
7993chmod 644 ../blib/arch/auto/Encode/KR/KR.bs
7994make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/KR'
7995make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/Symbol'
7996cp Symbol.pm ../blib/lib/Encode/Symbol.pm
7997/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm
7998Reading AdobeSymbol (AdobeSymbol)
7999Reading AdobeZdingbat (AdobeZdingbat)
8000Reading dingbats (dingbats)
8001Reading MacDingbats (MacDingbats)
8002Reading MacSymbol (MacSymbol)
8003Reading symbol (symbol)
8004/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap Symbol.xs > Symbol.xsc && mv Symbol.xsc Symbol.c
8005gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I/usr/lib64/perl5/CORE" Symbol.c
8006gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I/usr/lib64/perl5/CORE" symbol_t.c
8007Running Mkbootstrap for Encode::Symbol ()
8008chmod 644 Symbol.bs
8009rm -f ../blib/arch/auto/Encode/Symbol/Symbol.so
8010gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Symbol.o symbol_t.o -o ../blib/arch/auto/Encode/Symbol/Symbol.so \
8011 \
8012
8013chmod 755 ../blib/arch/auto/Encode/Symbol/Symbol.so
8014cp Symbol.bs ../blib/arch/auto/Encode/Symbol/Symbol.bs
8015chmod 644 ../blib/arch/auto/Encode/Symbol/Symbol.bs
8016make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/Symbol'
8017make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/TW'
8018cp TW.pm ../blib/lib/Encode/TW.pm
8019/usr/bin/perl ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm
8020Reading big5-eten (big5-eten)
8021/usr/bin/perl ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm
8022Reading big5-hkscs (big5-hkscs)
8023/usr/bin/perl ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm
8024Reading cp950 (cp950)
8025/usr/bin/perl ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm
8026Reading MacChineseTrad (MacChineseTrad)
8027/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /usr/share/perl5/ExtUtils/typemap TW.xs > TW.xsc && mv TW.xsc TW.c
8028gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" TW.c
8029gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" bi_00_t.c
8030gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" bi_01_t.c
8031gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" cp_02_t.c
8032gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/usr/lib64/perl5/CORE" ma_03_t.c
8033Running Mkbootstrap for Encode::TW ()
8034chmod 644 TW.bs
8035rm -f ../blib/arch/auto/Encode/TW/TW.so
8036gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro TW.o bi_00_t.o bi_01_t.o cp_02_t.o ma_03_t.o -o ../blib/arch/auto/Encode/TW/TW.so \
8037 \
8038
8039chmod 755 ../blib/arch/auto/Encode/TW/TW.so
8040cp TW.bs ../blib/arch/auto/Encode/TW/TW.bs
8041chmod 644 ../blib/arch/auto/Encode/TW/TW.bs
8042make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/TW'
8043make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/Unicode'
8044cp Unicode.pm ../blib/lib/Encode/Unicode.pm
8045/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Unicode.xs > Unicode.xsc && mv Unicode.xsc Unicode.c
8046gcc -c -I../Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib64/perl5/CORE" Unicode.c
8047Running Mkbootstrap for Encode::Unicode ()
8048chmod 644 Unicode.bs
8049rm -f ../blib/arch/auto/Encode/Unicode/Unicode.so
8050gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Unicode.o -o ../blib/arch/auto/Encode/Unicode/Unicode.so \
8051 \
8052
8053chmod 755 ../blib/arch/auto/Encode/Unicode/Unicode.so
8054cp Unicode.bs ../blib/arch/auto/Encode/Unicode/Unicode.bs
8055chmod 644 ../blib/arch/auto/Encode/Unicode/Unicode.bs
8056make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/Unicode'
8057/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Encode.xs > Encode.xsc && mv Encode.xsc Encode.c
8058/usr/bin/perl bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm
8059Reading iso-8859-1 (iso-8859-1)
8060Reading ascii (ascii)
8061Reading cp1252 (cp1252)
8062Reading ascii-ctrl (ascii-ctrl)
8063Reading null (null)
8064gcc -c -I./Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.78\" -DXS_VERSION=\"2.78\" -fPIC "-I/usr/lib64/perl5/CORE" Encode.c
8065gcc -c -I./Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.78\" -DXS_VERSION=\"2.78\" -fPIC "-I/usr/lib64/perl5/CORE" def_t.c
8066gcc -c -I./Encode -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.78\" -DXS_VERSION=\"2.78\" -fPIC "-I/usr/lib64/perl5/CORE" encengine.c
8067Running Mkbootstrap for Encode ()
8068chmod 644 Encode.bs
8069rm -f blib/arch/auto/Encode/Encode.so
8070gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Encode.o def_t.o encengine.o -o blib/arch/auto/Encode/Encode.so \
8071 \
8072
8073chmod 755 blib/arch/auto/Encode/Encode.so
8074cp Encode.bs blib/arch/auto/Encode/Encode.bs
8075chmod 644 blib/arch/auto/Encode/Encode.bs
8076cp bin/piconv blib/script/piconv
8077/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv
8078cp bin/encguess blib/script/encguess
8079/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess
8080cp bin/enc2xs blib/script/enc2xs
8081/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs
8082Manifying blib/man1/piconv.1
8083Manifying blib/man1/encguess.1
8084Manifying blib/man1/enc2xs.1
8085Manifying blib/man3/Encode::JP::H2Z.3pm
8086Manifying blib/man3/Encode::JP::JIS7.3pm
8087Manifying blib/man3/Encode::Alias.3pm
8088Manifying blib/man3/Encode::Unicode::UTF7.3pm
8089Manifying blib/man3/Encode::PerlIO.3pm
8090Manifying blib/man3/Encode.3pm
8091Manifying blib/man3/Encode::GSM0338.3pm
8092Manifying blib/man3/Encode::Encoding.3pm
8093Manifying blib/man3/encoding.3pm
8094Manifying blib/man3/Encode::Guess.3pm
8095Manifying blib/man3/Encode::KR::2022_KR.3pm
8096Manifying blib/man3/Encode::MIME::Name.3pm
8097Manifying blib/man3/Encode::Config.3pm
8098Manifying blib/man3/Encode::Supported.3pm
8099Manifying blib/man3/Encode::Encoder.3pm
8100Manifying blib/man3/Encode::MIME::Header.3pm
8101Manifying blib/man3/Encode::CN::HZ.3pm
8102Manifying blib/man3/Encode::CJKConstants.3pm
8103 DANKOGAI/Encode-2.78.tar.gz
8104 /usr/bin/make -- OK
8105Skipping test because of notest pragma
8106Running make install
8107make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/Byte'
8108make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/Byte'
8109make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/CN'
8110make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/CN'
8111make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/EBCDIC'
8112make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/EBCDIC'
8113make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/JP'
8114make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/JP'
8115make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/KR'
8116make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/KR'
8117make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/Symbol'
8118make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/Symbol'
8119make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/TW'
8120make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/TW'
8121make[1]: Entering directory `/root/.cpan/build/Encode-2.78-pNoZOc/Unicode'
8122make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-pNoZOc/Unicode'
8123Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8124Installing /usr/local/lib64/perl5/auto/Encode/Encode.so
8125Installing /usr/local/lib64/perl5/auto/Encode/Encode.bs
8126Installing /usr/local/lib64/perl5/auto/Encode/Byte/Byte.so
8127Installing /usr/local/lib64/perl5/auto/Encode/Byte/Byte.bs
8128Installing /usr/local/lib64/perl5/auto/Encode/Symbol/Symbol.so
8129Installing /usr/local/lib64/perl5/auto/Encode/Symbol/Symbol.bs
8130Installing /usr/local/lib64/perl5/auto/Encode/Unicode/Unicode.so
8131Installing /usr/local/lib64/perl5/auto/Encode/Unicode/Unicode.bs
8132Installing /usr/local/lib64/perl5/auto/Encode/KR/KR.so
8133Installing /usr/local/lib64/perl5/auto/Encode/KR/KR.bs
8134Installing /usr/local/lib64/perl5/auto/Encode/JP/JP.bs
8135Installing /usr/local/lib64/perl5/auto/Encode/JP/JP.so
8136Installing /usr/local/lib64/perl5/auto/Encode/TW/TW.so
8137Installing /usr/local/lib64/perl5/auto/Encode/TW/TW.bs
8138Installing /usr/local/lib64/perl5/auto/Encode/CN/CN.bs
8139Installing /usr/local/lib64/perl5/auto/Encode/CN/CN.so
8140Installing /usr/local/lib64/perl5/auto/Encode/EBCDIC/EBCDIC.bs
8141Installing /usr/local/lib64/perl5/auto/Encode/EBCDIC/EBCDIC.so
8142Installing /usr/local/lib64/perl5/encoding.pm
8143Installing /usr/local/lib64/perl5/Encode.pm
8144Installing /usr/local/lib64/perl5/Encode/GSM0338.pm
8145Installing /usr/local/lib64/perl5/Encode/encode.h
8146Installing /usr/local/lib64/perl5/Encode/_T.e2x
8147Installing /usr/local/lib64/perl5/Encode/EBCDIC.pm
8148Installing /usr/local/lib64/perl5/Encode/Symbol.pm
8149Installing /usr/local/lib64/perl5/Encode/Makefile_PL.e2x
8150Installing /usr/local/lib64/perl5/Encode/TW.pm
8151Installing /usr/local/lib64/perl5/Encode/Byte.pm
8152Installing /usr/local/lib64/perl5/Encode/CJKConstants.pm
8153Installing /usr/local/lib64/perl5/Encode/README.e2x
8154Installing /usr/local/lib64/perl5/Encode/Alias.pm
8155Installing /usr/local/lib64/perl5/Encode/Changes.e2x
8156Installing /usr/local/lib64/perl5/Encode/Config.pm
8157Installing /usr/local/lib64/perl5/Encode/KR.pm
8158Installing /usr/local/lib64/perl5/Encode/ConfigLocal_PM.e2x
8159Installing /usr/local/lib64/perl5/Encode/JP.pm
8160Installing /usr/local/lib64/perl5/Encode/_PM.e2x
8161Installing /usr/local/lib64/perl5/Encode/Encoder.pm
8162Installing /usr/local/lib64/perl5/Encode/Unicode.pm
8163Installing /usr/local/lib64/perl5/Encode/Guess.pm
8164Installing /usr/local/lib64/perl5/Encode/PerlIO.pod
8165Installing /usr/local/lib64/perl5/Encode/Encoding.pm
8166Installing /usr/local/lib64/perl5/Encode/CN.pm
8167Installing /usr/local/lib64/perl5/Encode/Supported.pod
8168Installing /usr/local/lib64/perl5/Encode/Unicode/UTF7.pm
8169Installing /usr/local/lib64/perl5/Encode/MIME/Header.pm
8170Installing /usr/local/lib64/perl5/Encode/MIME/Name.pm
8171Installing /usr/local/lib64/perl5/Encode/MIME/Header/ISO_2022_JP.pm
8172Installing /usr/local/lib64/perl5/Encode/KR/2022_KR.pm
8173Installing /usr/local/lib64/perl5/Encode/JP/H2Z.pm
8174Installing /usr/local/lib64/perl5/Encode/JP/JIS7.pm
8175Installing /usr/local/lib64/perl5/Encode/CN/HZ.pm
8176Installing /usr/local/share/man/man1/piconv.1
8177Installing /usr/local/share/man/man1/enc2xs.1
8178Installing /usr/local/share/man/man1/encguess.1
8179Installing /usr/local/share/man/man3/Encode::MIME::Name.3pm
8180Installing /usr/local/share/man/man3/Encode::Encoding.3pm
8181Installing /usr/local/share/man/man3/encoding.3pm
8182Installing /usr/local/share/man/man3/Encode::MIME::Header.3pm
8183Installing /usr/local/share/man/man3/Encode::GSM0338.3pm
8184Installing /usr/local/share/man/man3/Encode::CN::HZ.3pm
8185Installing /usr/local/share/man/man3/Encode::Config.3pm
8186Installing /usr/local/share/man/man3/Encode::Alias.3pm
8187Installing /usr/local/share/man/man3/Encode::CJKConstants.3pm
8188Installing /usr/local/share/man/man3/Encode::JP::H2Z.3pm
8189Installing /usr/local/share/man/man3/Encode::Guess.3pm
8190Installing /usr/local/share/man/man3/Encode.3pm
8191Installing /usr/local/share/man/man3/Encode::Unicode::UTF7.3pm
8192Installing /usr/local/share/man/man3/Encode::Supported.3pm
8193Installing /usr/local/share/man/man3/Encode::KR::2022_KR.3pm
8194Installing /usr/local/share/man/man3/Encode::JP::JIS7.3pm
8195Installing /usr/local/share/man/man3/Encode::Encoder.3pm
8196Installing /usr/local/share/man/man3/Encode::PerlIO.3pm
8197Installing /usr/local/bin/enc2xs
8198Installing /usr/local/bin/encguess
8199Installing /usr/local/bin/piconv
8200Appending installation info to /usr/lib64/perl5/perllocal.pod
8201 DANKOGAI/Encode-2.78.tar.gz
8202 /usr/bin/make install -- OK
8203Encode::MIME::Header is up to date (2.17).
8204Running install for module 'HTML::GenerateUtil'
8205Running make for R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
8206Fetching with HTTP::Tiny:
8207http://cpan.dcc.uchile.cl/authors/id/R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
8208Fetching with HTTP::Tiny:
8209http://cpan.dcc.uchile.cl/authors/id/R/RO/ROBM/CHECKSUMS
8210Checksum for /root/.cpan/sources/authors/id/R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz ok
8211
8212 CPAN.pm: Building R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
8213
8214Checking if your kit is complete...
8215Looks good
8216Writing Makefile for HTML::GenerateUtil
8217Writing MYMETA.yml and MYMETA.json
8218cp lib/HTML/GenerateUtil.pm blib/lib/HTML/GenerateUtil.pm
8219/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap GenerateUtil.xs > GenerateUtil.xsc && mv GenerateUtil.xsc GenerateUtil.c
8220Please specify prototyping behavior for GenerateUtil.xs (see perlxs manual)
8221gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fPIC "-I/usr/lib64/perl5/CORE" GenerateUtil.c
8222In file included from GenerateUtil.xs:5:0:
8223ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined [enabled by default]
8224 # define PERL_UNUSED_DECL
8225 ^
8226In file included from GenerateUtil.xs:2:0:
8227/usr/lib64/perl5/CORE/perl.h:328:0: note: this is the location of the previous definition
8228 # define PERL_UNUSED_DECL __attribute__unused__
8229 ^
8230GenerateUtil.c: In function 'XS_HTML__GenerateUtil_set_paranoia':
8231GenerateUtil.c:369:2: warning: implicit declaration of function 'set_paranoia' [-Wimplicit-function-declaration]
8232 set_paranoia(paranoia);
8233 ^
8234gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fPIC "-I/usr/lib64/perl5/CORE" GenerateFunctions.c
8235In file included from GenerateFunctions.c:6:0:
8236ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined [enabled by default]
8237 # define PERL_UNUSED_DECL
8238 ^
8239In file included from GenerateFunctions.c:3:0:
8240/usr/lib64/perl5/CORE/perl.h:328:0: note: this is the location of the previous definition
8241 # define PERL_UNUSED_DECL __attribute__unused__
8242 ^
8243GenerateFunctions.c: In function 'GF_generate_tag':
8244GenerateFunctions.c:195:19: warning: variable 'valsp' set but not used [-Wunused-but-set-variable]
8245 char * tagsp, * valsp;
8246 ^
8247GenerateFunctions.c:195:10: warning: variable 'tagsp' set but not used [-Wunused-but-set-variable]
8248 char * tagsp, * valsp;
8249 ^
8250Running Mkbootstrap for HTML::GenerateUtil ()
8251chmod 644 GenerateUtil.bs
8252rm -f blib/arch/auto/HTML/GenerateUtil/GenerateUtil.so
8253gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro GenerateUtil.o GenerateFunctions.o -o blib/arch/auto/HTML/GenerateUtil/GenerateUtil.so \
8254 \
8255
8256chmod 755 blib/arch/auto/HTML/GenerateUtil/GenerateUtil.so
8257cp GenerateUtil.bs blib/arch/auto/HTML/GenerateUtil/GenerateUtil.bs
8258chmod 644 blib/arch/auto/HTML/GenerateUtil/GenerateUtil.bs
8259Manifying blib/man3/HTML::GenerateUtil.3pm
8260 ROBM/HTML-GenerateUtil-1.20.tar.gz
8261 /usr/bin/make -- OK
8262Skipping test because of notest pragma
8263Running make install
8264Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8265Installing /usr/local/lib64/perl5/auto/HTML/GenerateUtil/GenerateUtil.bs
8266Installing /usr/local/lib64/perl5/auto/HTML/GenerateUtil/GenerateUtil.so
8267Installing /usr/local/lib64/perl5/HTML/GenerateUtil.pm
8268Installing /usr/local/share/man/man3/HTML::GenerateUtil.3pm
8269Appending installation info to /usr/lib64/perl5/perllocal.pod
8270 ROBM/HTML-GenerateUtil-1.20.tar.gz
8271 /usr/bin/make install -- OK
8272Running install for module 'HTML::Strip'
8273Running make for K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
8274Fetching with HTTP::Tiny:
8275http://cpan.dcc.uchile.cl/authors/id/K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
8276Fetching with HTTP::Tiny:
8277http://cpan.dcc.uchile.cl/authors/id/K/KI/KILINRAX/CHECKSUMS
8278Checksum for /root/.cpan/sources/authors/id/K/KI/KILINRAX/HTML-Strip-2.09.tar.gz ok
8279
8280 CPAN.pm: Building K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
8281
8282Checking if your kit is complete...
8283Looks good
8284Writing Makefile for HTML::Strip
8285Writing MYMETA.yml and MYMETA.json
8286cp Strip.pm blib/lib/HTML/Strip.pm
8287/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Strip.xs > Strip.xsc && mv Strip.xsc Strip.c
8288gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.09\" -DXS_VERSION=\"2.09\" -fPIC "-I/usr/lib64/perl5/CORE" Strip.c
8289gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.09\" -DXS_VERSION=\"2.09\" -fPIC "-I/usr/lib64/perl5/CORE" strip_html.c
8290strip_html.c: In function '_strip_html':
8291strip_html.c:19:5: warning: implicit declaration of function 'utf8_char_width' [-Wimplicit-function-declaration]
8292 width = is_utf8_p ? utf8_char_width(p_raw) : 1;
8293 ^
8294strip_html.c: In function 'utf8_char_width':
8295strip_html.c:199:20: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
8296 char * p = string;
8297 ^
8298Running Mkbootstrap for HTML::Strip ()
8299chmod 644 Strip.bs
8300rm -f blib/arch/auto/HTML/Strip/Strip.so
8301gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Strip.o strip_html.o -o blib/arch/auto/HTML/Strip/Strip.so \
8302 \
8303
8304chmod 755 blib/arch/auto/HTML/Strip/Strip.so
8305cp Strip.bs blib/arch/auto/HTML/Strip/Strip.bs
8306chmod 644 blib/arch/auto/HTML/Strip/Strip.bs
8307Manifying blib/man3/HTML::Strip.3pm
8308 KILINRAX/HTML-Strip-2.09.tar.gz
8309 /usr/bin/make -- OK
8310Skipping test because of notest pragma
8311Running make install
8312Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8313Installing /usr/local/lib64/perl5/auto/HTML/Strip/Strip.bs
8314Installing /usr/local/lib64/perl5/auto/HTML/Strip/Strip.so
8315Installing /usr/local/lib64/perl5/HTML/Strip.pm
8316Installing /usr/local/share/man/man3/HTML::Strip.3pm
8317Appending installation info to /usr/lib64/perl5/perllocal.pod
8318 KILINRAX/HTML-Strip-2.09.tar.gz
8319 /usr/bin/make install -- OK
8320Running install for module 'HTTP::Tiny'
8321Running make for D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
8322Fetching with HTTP::Tiny:
8323http://cpan.dcc.uchile.cl/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
8324Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz ok
8325
8326 CPAN.pm: Building D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
8327
8328Checking if your kit is complete...
8329Looks good
8330Writing Makefile for HTTP::Tiny
8331Writing MYMETA.yml and MYMETA.json
8332cp lib/HTTP/Tiny.pm blib/lib/HTTP/Tiny.pm
8333Manifying blib/man3/HTTP::Tiny.3pm
8334 DAGOLDEN/HTTP-Tiny-0.056.tar.gz
8335 /usr/bin/make -- OK
8336Skipping test because of notest pragma
8337Running make install
8338Installing /usr/local/share/perl5/HTTP/Tiny.pm
8339Installing /usr/local/share/man/man3/HTTP::Tiny.3pm
8340Appending installation info to /usr/lib64/perl5/perllocal.pod
8341 DAGOLDEN/HTTP-Tiny-0.056.tar.gz
8342 /usr/bin/make install -- OK
8343Running install for module 'IO::All'
8344Running make for I/IN/INGY/IO-All-0.86.tar.gz
8345Fetching with HTTP::Tiny:
8346http://cpan.dcc.uchile.cl/authors/id/I/IN/INGY/IO-All-0.86.tar.gz
8347Fetching with HTTP::Tiny:
8348http://cpan.dcc.uchile.cl/authors/id/I/IN/INGY/CHECKSUMS
8349Checksum for /root/.cpan/sources/authors/id/I/IN/INGY/IO-All-0.86.tar.gz ok
8350
8351 CPAN.pm: Building I/IN/INGY/IO-All-0.86.tar.gz
8352
8353Checking if your kit is complete...
8354Looks good
8355Writing Makefile for IO::All
8356Writing MYMETA.yml and MYMETA.json
8357cp lib/IO/All/Socket.pod blib/lib/IO/All/Socket.pod
8358cp lib/IO/All/String.pod blib/lib/IO/All/String.pod
8359cp lib/IO/All/Link.pm blib/lib/IO/All/Link.pm
8360cp lib/IO/All/DBM.pod blib/lib/IO/All/DBM.pod
8361cp lib/IO/All/Pipe.pod blib/lib/IO/All/Pipe.pod
8362cp lib/IO/All/Filesys.pod blib/lib/IO/All/Filesys.pod
8363cp lib/IO/All/Dir.pod blib/lib/IO/All/Dir.pod
8364cp lib/IO/All/MLDBM.pod blib/lib/IO/All/MLDBM.pod
8365cp lib/IO/All.pod blib/lib/IO/All.pod
8366cp lib/IO/All/STDIO.pod blib/lib/IO/All/STDIO.pod
8367cp lib/IO/All/MLDBM.pm blib/lib/IO/All/MLDBM.pm
8368cp lib/IO/All/STDIO.pm blib/lib/IO/All/STDIO.pm
8369cp lib/IO/All/String.pm blib/lib/IO/All/String.pm
8370cp lib/IO/All/Link.pod blib/lib/IO/All/Link.pod
8371cp lib/IO/All/Socket.pm blib/lib/IO/All/Socket.pm
8372cp lib/IO/All/Temp.pm blib/lib/IO/All/Temp.pm
8373cp lib/IO/All/Pipe.pm blib/lib/IO/All/Pipe.pm
8374cp lib/IO/All/File.pod blib/lib/IO/All/File.pod
8375cp lib/IO/All/Base.pm blib/lib/IO/All/Base.pm
8376cp lib/IO/All.pm blib/lib/IO/All.pm
8377cp lib/IO/All/DBM.pm blib/lib/IO/All/DBM.pm
8378cp lib/IO/All/Dir.pm blib/lib/IO/All/Dir.pm
8379cp lib/IO/All/Temp.pod blib/lib/IO/All/Temp.pod
8380cp lib/IO/All/File.pm blib/lib/IO/All/File.pm
8381cp lib/IO/All/Filesys.pm blib/lib/IO/All/Filesys.pm
8382Manifying blib/man3/IO::All::String.3pm
8383Manifying blib/man3/IO::All::Socket.3pm
8384Manifying blib/man3/IO::All::Link.3pm
8385Manifying blib/man3/IO::All::Pipe.3pm
8386Manifying blib/man3/IO::All::DBM.3pm
8387Manifying blib/man3/IO::All::File.3pm
8388Manifying blib/man3/IO::All::Filesys.3pm
8389Manifying blib/man3/IO::All::Dir.3pm
8390Manifying blib/man3/IO::All::MLDBM.3pm
8391Manifying blib/man3/IO::All::STDIO.3pm
8392Manifying blib/man3/IO::All.3pm
8393Manifying blib/man3/IO::All::Temp.3pm
8394 INGY/IO-All-0.86.tar.gz
8395 /usr/bin/make -- OK
8396Skipping test because of notest pragma
8397Running make install
8398Manifying blib/man3/IO::All::String.3pm
8399Manifying blib/man3/IO::All::Socket.3pm
8400Manifying blib/man3/IO::All::Link.3pm
8401Manifying blib/man3/IO::All::Pipe.3pm
8402Manifying blib/man3/IO::All::DBM.3pm
8403Manifying blib/man3/IO::All::File.3pm
8404Manifying blib/man3/IO::All::Filesys.3pm
8405Manifying blib/man3/IO::All::Dir.3pm
8406Manifying blib/man3/IO::All::MLDBM.3pm
8407Manifying blib/man3/IO::All::STDIO.3pm
8408Installing /usr/local/share/perl5/IO/All.pm
8409Installing /usr/local/share/perl5/IO/All.pod
8410Installing /usr/local/share/perl5/IO/All/File.pod
8411Installing /usr/local/share/perl5/IO/All/Base.pm
8412Installing /usr/local/share/perl5/IO/All/MLDBM.pm
8413Installing /usr/local/share/perl5/IO/All/Pipe.pm
8414Installing /usr/local/share/perl5/IO/All/Filesys.pm
8415Installing /usr/local/share/perl5/IO/All/Filesys.pod
8416Installing /usr/local/share/perl5/IO/All/Dir.pod
8417Installing /usr/local/share/perl5/IO/All/Link.pm
8418Installing /usr/local/share/perl5/IO/All/DBM.pod
8419Installing /usr/local/share/perl5/IO/All/Dir.pm
8420Installing /usr/local/share/perl5/IO/All/Socket.pm
8421Installing /usr/local/share/perl5/IO/All/Socket.pod
8422Installing /usr/local/share/perl5/IO/All/Temp.pm
8423Installing /usr/local/share/perl5/IO/All/String.pod
8424Installing /usr/local/share/perl5/IO/All/DBM.pm
8425Installing /usr/local/share/perl5/IO/All/Pipe.pod
8426Installing /usr/local/share/perl5/IO/All/Temp.pod
8427Installing /usr/local/share/perl5/IO/All/Link.pod
8428Installing /usr/local/share/perl5/IO/All/String.pm
8429Installing /usr/local/share/perl5/IO/All/STDIO.pm
8430Installing /usr/local/share/perl5/IO/All/STDIO.pod
8431Installing /usr/local/share/perl5/IO/All/File.pm
8432Installing /usr/local/share/perl5/IO/All/MLDBM.pod
8433Installing /usr/local/share/man/man3/IO::All::String.3pm
8434Installing /usr/local/share/man/man3/IO::All::Temp.3pm
8435Installing /usr/local/share/man/man3/IO::All::Link.3pm
8436Installing /usr/local/share/man/man3/IO::All::Pipe.3pm
8437Installing /usr/local/share/man/man3/IO::All::Socket.3pm
8438Installing /usr/local/share/man/man3/IO::All::MLDBM.3pm
8439Installing /usr/local/share/man/man3/IO::All.3pm
8440Installing /usr/local/share/man/man3/IO::All::Filesys.3pm
8441Installing /usr/local/share/man/man3/IO::All::File.3pm
8442Installing /usr/local/share/man/man3/IO::All::DBM.3pm
8443Installing /usr/local/share/man/man3/IO::All::Dir.3pm
8444Installing /usr/local/share/man/man3/IO::All::STDIO.3pm
8445Appending installation info to /usr/lib64/perl5/perllocal.pod
8446 INGY/IO-All-0.86.tar.gz
8447 /usr/bin/make install -- OK
8448Running install for module 'IO::LockedFile'
8449Running make for R/RA/RANI/IO-LockedFile-0.23.tar.gz
8450Fetching with HTTP::Tiny:
8451http://cpan.dcc.uchile.cl/authors/id/R/RA/RANI/IO-LockedFile-0.23.tar.gz
8452Fetching with HTTP::Tiny:
8453http://cpan.dcc.uchile.cl/authors/id/R/RA/RANI/CHECKSUMS
8454Checksum for /root/.cpan/sources/authors/id/R/RA/RANI/IO-LockedFile-0.23.tar.gz ok
8455
8456 CPAN.pm: Building R/RA/RANI/IO-LockedFile-0.23.tar.gz
8457
8458Unparsable version '' for prerequisite IO::File at Makefile.PL line 4.
8459Unparsable version '' for prerequisite Fcntl at Makefile.PL line 4.
8460Checking if your kit is complete...
8461Looks good
8462Writing Makefile for IO::LockedFile
8463Writing MYMETA.yml and MYMETA.json
8464cp LockedFile/Flock.pm blib/lib/IO/LockedFile/Flock.pm
8465cp LockedFile.pm blib/lib/IO/LockedFile.pm
8466Manifying blib/man3/IO::LockedFile::Flock.3pm
8467Manifying blib/man3/IO::LockedFile.3pm
8468 RANI/IO-LockedFile-0.23.tar.gz
8469 /usr/bin/make -- OK
8470Skipping test because of notest pragma
8471Running make install
8472Installing /usr/local/share/perl5/IO/LockedFile.pm
8473Installing /usr/local/share/perl5/IO/LockedFile/Flock.pm
8474Installing /usr/local/share/man/man3/IO::LockedFile.3pm
8475Installing /usr/local/share/man/man3/IO::LockedFile::Flock.3pm
8476Appending installation info to /usr/lib64/perl5/perllocal.pod
8477 RANI/IO-LockedFile-0.23.tar.gz
8478 /usr/bin/make install -- OK
8479Running install for module 'IO::Socket::SSL'
8480Running make for S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
8481Fetching with HTTP::Tiny:
8482http://cpan.dcc.uchile.cl/authors/id/S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
8483Fetching with HTTP::Tiny:
8484http://cpan.dcc.uchile.cl/authors/id/S/SU/SULLR/CHECKSUMS
8485Checksum for /root/.cpan/sources/authors/id/S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz ok
8486
8487 CPAN.pm: Building S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
8488
8489Checking if your kit is complete...
8490Looks good
8491Writing Makefile for IO::Socket::SSL
8492Writing MYMETA.yml and MYMETA.json
8493cp lib/IO/Socket/SSL.pod blib/lib/IO/Socket/SSL.pod
8494cp lib/IO/Socket/SSL.pm blib/lib/IO/Socket/SSL.pm
8495cp lib/IO/Socket/SSL/PublicSuffix.pm blib/lib/IO/Socket/SSL/PublicSuffix.pm
8496cp lib/IO/Socket/SSL/Intercept.pm blib/lib/IO/Socket/SSL/Intercept.pm
8497cp lib/IO/Socket/SSL/Utils.pm blib/lib/IO/Socket/SSL/Utils.pm
8498Manifying blib/man3/IO::Socket::SSL::PublicSuffix.3pm
8499Manifying blib/man3/IO::Socket::SSL.3pm
8500Manifying blib/man3/IO::Socket::SSL::Utils.3pm
8501Manifying blib/man3/IO::Socket::SSL::Intercept.3pm
8502 SULLR/IO-Socket-SSL-2.022.tar.gz
8503 /usr/bin/make -- OK
8504Skipping test because of notest pragma
8505Running make install
8506Installing /usr/local/share/perl5/IO/Socket/SSL.pod
8507Installing /usr/local/share/perl5/IO/Socket/SSL.pm
8508Installing /usr/local/share/perl5/IO/Socket/SSL/Intercept.pm
8509Installing /usr/local/share/perl5/IO/Socket/SSL/Utils.pm
8510Installing /usr/local/share/perl5/IO/Socket/SSL/PublicSuffix.pm
8511Installing /usr/local/share/man/man3/IO::Socket::SSL.3pm
8512Installing /usr/local/share/man/man3/IO::Socket::SSL::Utils.3pm
8513Installing /usr/local/share/man/man3/IO::Socket::SSL::Intercept.3pm
8514Installing /usr/local/share/man/man3/IO::Socket::SSL::PublicSuffix.3pm
8515Appending installation info to /usr/lib64/perl5/perllocal.pod
8516 SULLR/IO-Socket-SSL-2.022.tar.gz
8517 /usr/bin/make install -- OK
8518Running install for module 'Image::Size'
8519Running make for R/RJ/RJRAY/Image-Size-3.300.tar.gz
8520Fetching with HTTP::Tiny:
8521http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJRAY/Image-Size-3.300.tar.gz
8522Fetching with HTTP::Tiny:
8523http://cpan.dcc.uchile.cl/authors/id/R/RJ/RJRAY/CHECKSUMS
8524Checksum for /root/.cpan/sources/authors/id/R/RJ/RJRAY/Image-Size-3.300.tar.gz ok
8525
8526 CPAN.pm: Building R/RJ/RJRAY/Image-Size-3.300.tar.gz
8527
8528Checking if your kit is complete...
8529Looks good
8530Writing Makefile for Image::Size
8531Writing MYMETA.yml and MYMETA.json
8532cp lib/Image/Size.pm blib/lib/Image/Size.pm
8533cp imgsize blib/script/imgsize
8534/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/imgsize
8535Manifying blib/man1/imgsize.1
8536Manifying blib/man3/Image::Size.3pm
8537 RJRAY/Image-Size-3.300.tar.gz
8538 /usr/bin/make -- OK
8539Skipping test because of notest pragma
8540Running make install
8541Installing /usr/local/share/perl5/Image/Size.pm
8542Installing /usr/local/share/man/man1/imgsize.1
8543Installing /usr/local/share/man/man3/Image::Size.3pm
8544Installing /usr/local/bin/imgsize
8545Appending installation info to /usr/lib64/perl5/perllocal.pod
8546 RJRAY/Image-Size-3.300.tar.gz
8547 /usr/bin/make install -- OK
8548JSON::XS is up to date (3.01).
8549Running install for module 'MIME::Base64'
8550Running make for G/GA/GAAS/MIME-Base64-3.15.tar.gz
8551Fetching with HTTP::Tiny:
8552http://cpan.dcc.uchile.cl/authors/id/G/GA/GAAS/MIME-Base64-3.15.tar.gz
8553Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/MIME-Base64-3.15.tar.gz ok
8554
8555 CPAN.pm: Building G/GA/GAAS/MIME-Base64-3.15.tar.gz
8556
8557Checking if your kit is complete...
8558Looks good
8559Writing Makefile for MIME::Base64
8560Writing MYMETA.yml and MYMETA.json
8561cp QuotedPrint.pm blib/lib/MIME/QuotedPrint.pm
8562cp Base64.pm blib/lib/MIME/Base64.pm
8563/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Base64.xs > Base64.xsc && mv Base64.xsc Base64.c
8564gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"3.15\" -DXS_VERSION=\"3.15\" -fPIC "-I/usr/lib64/perl5/CORE" Base64.c
8565Running Mkbootstrap for MIME::Base64 ()
8566chmod 644 Base64.bs
8567rm -f blib/arch/auto/MIME/Base64/Base64.so
8568gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Base64.o -o blib/arch/auto/MIME/Base64/Base64.so \
8569 \
8570
8571chmod 755 blib/arch/auto/MIME/Base64/Base64.so
8572cp Base64.bs blib/arch/auto/MIME/Base64/Base64.bs
8573chmod 644 blib/arch/auto/MIME/Base64/Base64.bs
8574Manifying blib/man3/MIME::QuotedPrint.3pm
8575Manifying blib/man3/MIME::Base64.3pm
8576 GAAS/MIME-Base64-3.15.tar.gz
8577 /usr/bin/make -- OK
8578Skipping test because of notest pragma
8579Running make install
8580Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8581Installing /usr/local/lib64/perl5/auto/MIME/Base64/Base64.so
8582Installing /usr/local/lib64/perl5/auto/MIME/Base64/Base64.bs
8583Installing /usr/local/lib64/perl5/MIME/QuotedPrint.pm
8584Installing /usr/local/lib64/perl5/MIME/Base64.pm
8585Installing /usr/local/share/man/man3/MIME::Base64.3pm
8586Installing /usr/local/share/man/man3/MIME::QuotedPrint.3pm
8587Appending installation info to /usr/lib64/perl5/perllocal.pod
8588 GAAS/MIME-Base64-3.15.tar.gz
8589 /usr/bin/make install -- OK
8590Running install for module 'Mail::IMAPTalk'
8591Running make for R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
8592Fetching with HTTP::Tiny:
8593http://cpan.dcc.uchile.cl/authors/id/R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
8594Checksum for /root/.cpan/sources/authors/id/R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz ok
8595
8596 CPAN.pm: Building R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
8597
8598Checking if your kit is complete...
8599Looks good
8600Writing Makefile for Mail::IMAPTalk
8601Writing MYMETA.yml and MYMETA.json
8602cp IMAPTalk.pm blib/lib/Mail/IMAPTalk.pm
8603Manifying blib/man3/Mail::IMAPTalk.3pm
8604 ROBM/Mail-IMAPTalk-4.01.tar.gz
8605 /usr/bin/make -- OK
8606Skipping test because of notest pragma
8607Running make install
8608Installing /usr/local/share/perl5/Mail/IMAPTalk.pm
8609Installing /usr/local/share/man/man3/Mail::IMAPTalk.3pm
8610Appending installation info to /usr/lib64/perl5/perllocal.pod
8611 ROBM/Mail-IMAPTalk-4.01.tar.gz
8612 /usr/bin/make install -- OK
8613Running install for module 'Moose'
8614Running make for E/ET/ETHER/Moose-2.1604.tar.gz
8615Fetching with HTTP::Tiny:
8616http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/Moose-2.1604.tar.gz
8617Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Moose-2.1604.tar.gz ok
8618---- Unsatisfied dependencies detected during ----
8619---- ETHER/Moose-2.1604.tar.gz ----
8620 Dist::CheckConflicts [build_requires]
8621Skipping test because of notest pragma
8622Running make install
8623 Make had some problems, won't install
8624 Delayed until after prerequisites
8625Running install for module 'Dist::CheckConflicts'
8626Running make for D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
8627Fetching with HTTP::Tiny:
8628http://cpan.dcc.uchile.cl/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
8629Fetching with HTTP::Tiny:
8630http://cpan.dcc.uchile.cl/authors/id/D/DO/DOY/CHECKSUMS
8631Checksum for /root/.cpan/sources/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz ok
8632
8633 CPAN.pm: Building D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
8634
8635Checking if your kit is complete...
8636Looks good
8637Writing Makefile for Dist::CheckConflicts
8638Writing MYMETA.yml and MYMETA.json
8639cp lib/Dist/CheckConflicts.pm blib/lib/Dist/CheckConflicts.pm
8640Manifying blib/man3/Dist::CheckConflicts.3pm
8641 DOY/Dist-CheckConflicts-0.11.tar.gz
8642 /usr/bin/make -- OK
8643Skipping test because of notest pragma
8644Running make install
8645Installing /usr/local/share/perl5/Dist/CheckConflicts.pm
8646Installing /usr/local/share/man/man3/Dist::CheckConflicts.3pm
8647Appending installation info to /usr/lib64/perl5/perllocal.pod
8648 DOY/Dist-CheckConflicts-0.11.tar.gz
8649 /usr/bin/make install -- OK
8650Running make for E/ET/ETHER/Moose-2.1604.tar.gz
8651
8652 CPAN.pm: Building E/ET/ETHER/Moose-2.1604.tar.gz
8653
8654Warning: prerequisite Class::Load::XS 0.01 not found.
8655Warning: prerequisite Devel::OverloadInfo 0.004 not found.
8656Warning: prerequisite Eval::Closure 0.04 not found.
8657Warning: prerequisite Module::Runtime::Conflicts 0.002 not found.
8658Warning: prerequisite Sub::Identify 0 not found.
8659Warning: prerequisite Sub::Name 0.05 not found.
8660Warning: prerequisite Try::Tiny 0.17 not found. We have 0.12.
8661Checking if your kit is complete...
8662Looks good
8663Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
8664Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
8665Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
8666Writing Makefile for Moose
8667Writing MYMETA.yml and MYMETA.json
8668---- Unsatisfied dependencies detected during ----
8669---- ETHER/Moose-2.1604.tar.gz ----
8670 Test::CleanNamespaces [build_requires]
8671 Devel::OverloadInfo [requires]
8672 Class::Load::XS [requires]
8673 Try::Tiny [requires]
8674 Eval::Closure [requires]
8675 Sub::Name [requires]
8676 Sub::Identify [requires]
8677 Module::Runtime::Conflicts [requires]
8678Skipping test because of notest pragma
8679Running make install
8680 Delayed until after prerequisites
8681Running install for module 'Test::CleanNamespaces'
8682Running make for E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
8683Fetching with HTTP::Tiny:
8684http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
8685Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz ok
8686
8687 CPAN.pm: Building E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
8688
8689Warning: prerequisite File::Find::Rule 0 not found.
8690Warning: prerequisite File::Find::Rule::Perl 0 not found.
8691Warning: prerequisite Sub::Identify 0 not found.
8692Warning: prerequisite namespace::clean 0 not found.
8693Checking if your kit is complete...
8694Looks good
8695Writing Makefile for Test::CleanNamespaces
8696Writing MYMETA.yml and MYMETA.json
8697---- Unsatisfied dependencies detected during ----
8698---- ETHER/Test-CleanNamespaces-0.18.tar.gz ----
8699 Sub::Identify [requires]
8700 File::Find::Rule [requires]
8701 File::Find::Rule::Perl [requires]
8702 namespace::clean [requires]
8703Skipping test because of notest pragma
8704Running make install
8705 Delayed until after prerequisites
8706Running install for module 'Sub::Identify'
8707Running make for R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
8708Fetching with HTTP::Tiny:
8709http://cpan.dcc.uchile.cl/authors/id/R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
8710Fetching with HTTP::Tiny:
8711http://cpan.dcc.uchile.cl/authors/id/R/RG/RGARCIA/CHECKSUMS
8712Checksum for /root/.cpan/sources/authors/id/R/RG/RGARCIA/Sub-Identify-0.12.tar.gz ok
8713
8714 CPAN.pm: Building R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
8715
8716Checking if your kit is complete...
8717Looks good
8718Writing Makefile for Sub::Identify
8719Writing MYMETA.yml and MYMETA.json
8720cp lib/Sub/Identify.pm blib/lib/Sub/Identify.pm
8721/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Identify.xs > Identify.xsc && mv Identify.xsc Identify.c
8722gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.12\" -DXS_VERSION=\"0.12\" -fPIC "-I/usr/lib64/perl5/CORE" Identify.c
8723Running Mkbootstrap for Sub::Identify ()
8724chmod 644 Identify.bs
8725rm -f blib/arch/auto/Sub/Identify/Identify.so
8726gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Identify.o -o blib/arch/auto/Sub/Identify/Identify.so \
8727 \
8728
8729chmod 755 blib/arch/auto/Sub/Identify/Identify.so
8730cp Identify.bs blib/arch/auto/Sub/Identify/Identify.bs
8731chmod 644 blib/arch/auto/Sub/Identify/Identify.bs
8732Manifying blib/man3/Sub::Identify.3pm
8733 RGARCIA/Sub-Identify-0.12.tar.gz
8734 /usr/bin/make -- OK
8735Skipping test because of notest pragma
8736Running make install
8737Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8738Installing /usr/local/lib64/perl5/auto/Sub/Identify/Identify.bs
8739Installing /usr/local/lib64/perl5/auto/Sub/Identify/Identify.so
8740Installing /usr/local/lib64/perl5/Sub/Identify.pm
8741Installing /usr/local/share/man/man3/Sub::Identify.3pm
8742Appending installation info to /usr/lib64/perl5/perllocal.pod
8743 RGARCIA/Sub-Identify-0.12.tar.gz
8744 /usr/bin/make install -- OK
8745Running install for module 'File::Find::Rule'
8746Running make for R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
8747Fetching with HTTP::Tiny:
8748http://cpan.dcc.uchile.cl/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
8749Fetching with HTTP::Tiny:
8750http://cpan.dcc.uchile.cl/authors/id/R/RC/RCLAMP/CHECKSUMS
8751Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz ok
8752
8753 CPAN.pm: Building R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
8754
8755Warning: prerequisite Number::Compare 0 not found.
8756Warning: prerequisite Text::Glob 0.07 not found.
8757Checking if your kit is complete...
8758Looks good
8759Writing Makefile for File::Find::Rule
8760Writing MYMETA.yml and MYMETA.json
8761---- Unsatisfied dependencies detected during ----
8762---- RCLAMP/File-Find-Rule-0.34.tar.gz ----
8763 Text::Glob [requires]
8764 Number::Compare [requires]
8765Skipping test because of notest pragma
8766Running make install
8767 Delayed until after prerequisites
8768Running install for module 'Text::Glob'
8769Running make for R/RC/RCLAMP/Text-Glob-0.09.tar.gz
8770Fetching with HTTP::Tiny:
8771http://cpan.dcc.uchile.cl/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz
8772Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz ok
8773
8774 CPAN.pm: Building R/RC/RCLAMP/Text-Glob-0.09.tar.gz
8775
8776Created MYMETA.yml and MYMETA.json
8777Creating new 'Build' script for 'Text-Glob' version '0.09'
8778Building Text-Glob
8779 RCLAMP/Text-Glob-0.09.tar.gz
8780 ./Build -- OK
8781Skipping test because of notest pragma
8782Running Build install
8783Building Text-Glob
8784Installing /usr/local/share/perl5/Text/Glob.pm
8785Installing /usr/local/share/man/man3/Text::Glob.3pm
8786 RCLAMP/Text-Glob-0.09.tar.gz
8787 ./Build install -- OK
8788Running install for module 'Number::Compare'
8789Running make for R/RC/RCLAMP/Number-Compare-0.03.tar.gz
8790Fetching with HTTP::Tiny:
8791http://cpan.dcc.uchile.cl/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz
8792Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz ok
8793
8794 CPAN.pm: Building R/RC/RCLAMP/Number-Compare-0.03.tar.gz
8795
8796Checking if your kit is complete...
8797Looks good
8798Writing Makefile for Number::Compare
8799Writing MYMETA.yml and MYMETA.json
8800cp lib/Number/Compare.pm blib/lib/Number/Compare.pm
8801Manifying blib/man3/Number::Compare.3pm
8802 RCLAMP/Number-Compare-0.03.tar.gz
8803 /usr/bin/make -- OK
8804Skipping test because of notest pragma
8805Running make install
8806Installing /usr/local/share/perl5/Number/Compare.pm
8807Installing /usr/local/share/man/man3/Number::Compare.3pm
8808Appending installation info to /usr/lib64/perl5/perllocal.pod
8809 RCLAMP/Number-Compare-0.03.tar.gz
8810 /usr/bin/make install -- OK
8811Running make for R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
8812 Has already been unwrapped into directory /root/.cpan/build/File-Find-Rule-0.34-xOI5Mk
8813
8814 CPAN.pm: Building R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
8815
8816cp lib/File/Find/Rule.pm blib/lib/File/Find/Rule.pm
8817cp lib/File/Find/Rule/Extending.pod blib/lib/File/Find/Rule/Extending.pod
8818cp lib/File/Find/Rule/Procedural.pod blib/lib/File/Find/Rule/Procedural.pod
8819cp findrule blib/script/findrule
8820/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/findrule
8821Manifying blib/man1/findrule.1
8822Manifying blib/man3/File::Find::Rule.3pm
8823Manifying blib/man3/File::Find::Rule::Extending.3pm
8824Manifying blib/man3/File::Find::Rule::Procedural.3pm
8825 RCLAMP/File-Find-Rule-0.34.tar.gz
8826 /usr/bin/make -- OK
8827Skipping test because of notest pragma
8828Running make install
8829Installing /usr/local/share/perl5/File/Find/Rule.pm
8830Installing /usr/local/share/perl5/File/Find/Rule/Extending.pod
8831Installing /usr/local/share/perl5/File/Find/Rule/Procedural.pod
8832Installing /usr/local/share/man/man1/findrule.1
8833Installing /usr/local/share/man/man3/File::Find::Rule.3pm
8834Installing /usr/local/share/man/man3/File::Find::Rule::Extending.3pm
8835Installing /usr/local/share/man/man3/File::Find::Rule::Procedural.3pm
8836Installing /usr/local/bin/findrule
8837Appending installation info to /usr/lib64/perl5/perllocal.pod
8838 RCLAMP/File-Find-Rule-0.34.tar.gz
8839 /usr/bin/make install -- OK
8840Running install for module 'File::Find::Rule::Perl'
8841Running make for E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
8842Fetching with HTTP::Tiny:
8843http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
8844Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz ok
8845
8846 CPAN.pm: Building E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
8847
8848Checking if your kit is complete...
8849Looks good
8850Writing Makefile for File::Find::Rule::Perl
8851Writing MYMETA.yml and MYMETA.json
8852cp lib/File/Find/Rule/Perl.pm blib/lib/File/Find/Rule/Perl.pm
8853Manifying blib/man3/File::Find::Rule::Perl.3pm
8854 ETHER/File-Find-Rule-Perl-1.15.tar.gz
8855 /usr/bin/make -- OK
8856Skipping test because of notest pragma
8857Running make install
8858Installing /usr/local/share/perl5/File/Find/Rule/Perl.pm
8859Installing /usr/local/share/man/man3/File::Find::Rule::Perl.3pm
8860Appending installation info to /usr/lib64/perl5/perllocal.pod
8861 ETHER/File-Find-Rule-Perl-1.15.tar.gz
8862 /usr/bin/make install -- OK
8863Running install for module 'namespace::clean'
8864Running make for R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
8865Fetching with HTTP::Tiny:
8866http://cpan.dcc.uchile.cl/authors/id/R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
8867Fetching with HTTP::Tiny:
8868http://cpan.dcc.uchile.cl/authors/id/R/RI/RIBASUSHI/CHECKSUMS
8869Checksum for /root/.cpan/sources/authors/id/R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz ok
8870
8871 CPAN.pm: Building R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
8872
8873Warning: prerequisite B::Hooks::EndOfScope 0.12 not found.
8874Checking if your kit is complete...
8875Looks good
8876Writing Makefile for namespace::clean
8877Writing MYMETA.yml and MYMETA.json
8878---- Unsatisfied dependencies detected during ----
8879---- RIBASUSHI/namespace-clean-0.26.tar.gz ----
8880 B::Hooks::EndOfScope [requires]
8881Skipping test because of notest pragma
8882Running make install
8883 Delayed until after prerequisites
8884Running install for module 'B::Hooks::EndOfScope'
8885Running make for E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8886Fetching with HTTP::Tiny:
8887http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8888Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz ok
8889
8890 CPAN.pm: Building E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8891
8892Warning: prerequisite Variable::Magic 0.48 not found.
8893Checking if your kit is complete...
8894Looks good
8895Writing Makefile for B::Hooks::EndOfScope
8896Writing MYMETA.yml and MYMETA.json
8897---- Unsatisfied dependencies detected during ----
8898---- ETHER/B-Hooks-EndOfScope-0.15.tar.gz ----
8899 Variable::Magic [requires]
8900Skipping test because of notest pragma
8901Running make install
8902 Delayed until after prerequisites
8903Running install for module 'Variable::Magic'
8904Running make for V/VP/VPIT/Variable-Magic-0.59.tar.gz
8905Fetching with HTTP::Tiny:
8906http://cpan.dcc.uchile.cl/authors/id/V/VP/VPIT/Variable-Magic-0.59.tar.gz
8907Fetching with HTTP::Tiny:
8908http://cpan.dcc.uchile.cl/authors/id/V/VP/VPIT/CHECKSUMS
8909Checksum for /root/.cpan/sources/authors/id/V/VP/VPIT/Variable-Magic-0.59.tar.gz ok
8910
8911 CPAN.pm: Building V/VP/VPIT/Variable-Magic-0.59.tar.gz
8912
8913Checking if this is ActiveState Perl 5.8.8 build 822 or higher... no
8914Checking if this is gcc 3.4 on Windows trying to link against an import library... no
8915Checking if your kit is complete...
8916Looks good
8917Writing Makefile for Variable::Magic
8918Writing MYMETA.yml and MYMETA.json
8919cp lib/Variable/Magic.pm blib/lib/Variable/Magic.pm
8920/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Magic.xs > Magic.xsc && mv Magic.xsc Magic.c
8921gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.59\" -DXS_VERSION=\"0.59\" -fPIC "-I/usr/lib64/perl5/CORE" Magic.c
8922Magic.xs: In function 'vmg_sv_len':
8923Magic.xs:19:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
8924 # define VOID2(T, P) (P)
8925 ^
8926Magic.xs:1353:16: note: in expansion of macro 'VOID2'
8927 const U8 *s = VOID2(const U8 *, VOID2(const void *, SvPV_const(sv, len)));
8928 ^
8929Running Mkbootstrap for Variable::Magic ()
8930chmod 644 Magic.bs
8931rm -f blib/arch/auto/Variable/Magic/Magic.so
8932gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Magic.o -o blib/arch/auto/Variable/Magic/Magic.so \
8933 \
8934
8935chmod 755 blib/arch/auto/Variable/Magic/Magic.so
8936cp Magic.bs blib/arch/auto/Variable/Magic/Magic.bs
8937chmod 644 blib/arch/auto/Variable/Magic/Magic.bs
8938Manifying blib/man3/Variable::Magic.3pm
8939 VPIT/Variable-Magic-0.59.tar.gz
8940 /usr/bin/make -- OK
8941Skipping test because of notest pragma
8942Running make install
8943Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
8944Installing /usr/local/lib64/perl5/auto/Variable/Magic/Magic.bs
8945Installing /usr/local/lib64/perl5/auto/Variable/Magic/Magic.so
8946Installing /usr/local/lib64/perl5/Variable/Magic.pm
8947Installing /usr/local/share/man/man3/Variable::Magic.3pm
8948Appending installation info to /usr/lib64/perl5/perllocal.pod
8949 VPIT/Variable-Magic-0.59.tar.gz
8950 /usr/bin/make install -- OK
8951Running make for E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8952 Has already been unwrapped into directory /root/.cpan/build/B-Hooks-EndOfScope-0.15-xG2Xnd
8953
8954 CPAN.pm: Building E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8955
8956cp lib/B/Hooks/EndOfScope/PP/FieldHash.pm blib/lib/B/Hooks/EndOfScope/PP/FieldHash.pm
8957cp lib/B/Hooks/EndOfScope/PP.pm blib/lib/B/Hooks/EndOfScope/PP.pm
8958cp lib/B/Hooks/EndOfScope/XS.pm blib/lib/B/Hooks/EndOfScope/XS.pm
8959cp lib/B/Hooks/EndOfScope.pm blib/lib/B/Hooks/EndOfScope.pm
8960cp lib/B/Hooks/EndOfScope/PP/HintHash.pm blib/lib/B/Hooks/EndOfScope/PP/HintHash.pm
8961Manifying blib/man3/B::Hooks::EndOfScope::PP.3pm
8962Manifying blib/man3/B::Hooks::EndOfScope::XS.3pm
8963Manifying blib/man3/B::Hooks::EndOfScope.3pm
8964 ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8965 /usr/bin/make -- OK
8966Skipping test because of notest pragma
8967Running make install
8968Installing /usr/local/share/perl5/B/Hooks/EndOfScope.pm
8969Installing /usr/local/share/perl5/B/Hooks/EndOfScope/XS.pm
8970Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP.pm
8971Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP/HintHash.pm
8972Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP/FieldHash.pm
8973Installing /usr/local/share/man/man3/B::Hooks::EndOfScope.3pm
8974Installing /usr/local/share/man/man3/B::Hooks::EndOfScope::XS.3pm
8975Installing /usr/local/share/man/man3/B::Hooks::EndOfScope::PP.3pm
8976Appending installation info to /usr/lib64/perl5/perllocal.pod
8977 ETHER/B-Hooks-EndOfScope-0.15.tar.gz
8978 /usr/bin/make install -- OK
8979Running make for R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
8980 Has already been unwrapped into directory /root/.cpan/build/namespace-clean-0.26-y1Fm_B
8981
8982 CPAN.pm: Building R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
8983
8984cp lib/namespace/clean.pm blib/lib/namespace/clean.pm
8985cp lib/namespace/clean/_Util.pm blib/lib/namespace/clean/_Util.pm
8986Manifying blib/man3/namespace::clean.3pm
8987 RIBASUSHI/namespace-clean-0.26.tar.gz
8988 /usr/bin/make -- OK
8989Skipping test because of notest pragma
8990Running make install
8991Installing /usr/local/share/perl5/namespace/clean.pm
8992Installing /usr/local/share/perl5/namespace/clean/_Util.pm
8993Installing /usr/local/share/man/man3/namespace::clean.3pm
8994Appending installation info to /usr/lib64/perl5/perllocal.pod
8995 RIBASUSHI/namespace-clean-0.26.tar.gz
8996 /usr/bin/make install -- OK
8997Running make for E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
8998 Has already been unwrapped into directory /root/.cpan/build/Test-CleanNamespaces-0.18-hyPRYf
8999
9000 CPAN.pm: Building E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
9001
9002cp lib/Test/CleanNamespaces.pm blib/lib/Test/CleanNamespaces.pm
9003Manifying blib/man3/Test::CleanNamespaces.3pm
9004 ETHER/Test-CleanNamespaces-0.18.tar.gz
9005 /usr/bin/make -- OK
9006Skipping test because of notest pragma
9007Running make install
9008Installing /usr/local/share/perl5/Test/CleanNamespaces.pm
9009Installing /usr/local/share/man/man3/Test::CleanNamespaces.3pm
9010Appending installation info to /usr/lib64/perl5/perllocal.pod
9011 ETHER/Test-CleanNamespaces-0.18.tar.gz
9012 /usr/bin/make install -- OK
9013Running install for module 'Devel::OverloadInfo'
9014Running make for I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
9015Fetching with HTTP::Tiny:
9016http://cpan.dcc.uchile.cl/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
9017Fetching with HTTP::Tiny:
9018http://cpan.dcc.uchile.cl/authors/id/I/IL/ILMARI/CHECKSUMS
9019Checksum for /root/.cpan/sources/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz ok
9020
9021 CPAN.pm: Building I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
9022
9023Checking if your kit is complete...
9024Looks good
9025Writing Makefile for Devel::OverloadInfo
9026Writing MYMETA.yml and MYMETA.json
9027cp lib/Devel/OverloadInfo.pm blib/lib/Devel/OverloadInfo.pm
9028Manifying blib/man3/Devel::OverloadInfo.3pm
9029 ILMARI/Devel-OverloadInfo-0.004.tar.gz
9030 /usr/bin/make -- OK
9031Skipping test because of notest pragma
9032Running make install
9033Installing /usr/local/share/perl5/Devel/OverloadInfo.pm
9034Installing /usr/local/share/man/man3/Devel::OverloadInfo.3pm
9035Appending installation info to /usr/lib64/perl5/perllocal.pod
9036 ILMARI/Devel-OverloadInfo-0.004.tar.gz
9037 /usr/bin/make install -- OK
9038Running install for module 'Class::Load::XS'
9039Running make for E/ET/ETHER/Class-Load-XS-0.09.tar.gz
9040Fetching with HTTP::Tiny:
9041http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/Class-Load-XS-0.09.tar.gz
9042Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Class-Load-XS-0.09.tar.gz ok
9043
9044 CPAN.pm: Building E/ET/ETHER/Class-Load-XS-0.09.tar.gz
9045
9046Checking if your kit is complete...
9047Looks good
9048Writing Makefile for Class::Load::XS
9049Writing MYMETA.yml and MYMETA.json
9050cp lib/Class/Load/XS.pm blib/lib/Class/Load/XS.pm
9051/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap XS.xs > XS.xsc && mv XS.xsc XS.c
9052gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -fPIC "-I/usr/lib64/perl5/CORE" XS.c
9053XS.c: In function 'XS_Class__Load__XS_is_class_loaded':
9054XS.xs:100:14: warning: unused variable 'found_method' [-Wunused-variable]
9055 bool found_method = FALSE;
9056 ^
9057Running Mkbootstrap for Class::Load::XS ()
9058chmod 644 XS.bs
9059rm -f blib/arch/auto/Class/Load/XS/XS.so
9060gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro XS.o -o blib/arch/auto/Class/Load/XS/XS.so \
9061 \
9062
9063chmod 755 blib/arch/auto/Class/Load/XS/XS.so
9064cp XS.bs blib/arch/auto/Class/Load/XS/XS.bs
9065chmod 644 blib/arch/auto/Class/Load/XS/XS.bs
9066Manifying blib/man3/Class::Load::XS.3pm
9067 ETHER/Class-Load-XS-0.09.tar.gz
9068 /usr/bin/make -- OK
9069Skipping test because of notest pragma
9070Running make install
9071Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
9072Installing /usr/local/lib64/perl5/auto/Class/Load/XS/XS.so
9073Installing /usr/local/lib64/perl5/auto/Class/Load/XS/XS.bs
9074Installing /usr/local/lib64/perl5/Class/Load/XS.pm
9075Installing /usr/local/share/man/man3/Class::Load::XS.3pm
9076Appending installation info to /usr/lib64/perl5/perllocal.pod
9077 ETHER/Class-Load-XS-0.09.tar.gz
9078 /usr/bin/make install -- OK
9079Running install for module 'Try::Tiny'
9080Running make for E/ET/ETHER/Try-Tiny-0.24.tar.gz
9081Fetching with HTTP::Tiny:
9082http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/Try-Tiny-0.24.tar.gz
9083Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Try-Tiny-0.24.tar.gz ok
9084
9085 CPAN.pm: Building E/ET/ETHER/Try-Tiny-0.24.tar.gz
9086
9087Checking if your kit is complete...
9088Looks good
9089Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
9090Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
9091Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
9092Writing Makefile for Try::Tiny
9093Writing MYMETA.yml and MYMETA.json
9094cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm
9095Manifying blib/man3/Try::Tiny.3pm
9096 ETHER/Try-Tiny-0.24.tar.gz
9097 /usr/bin/make -- OK
9098Skipping test because of notest pragma
9099Running make install
9100Installing /usr/local/share/perl5/Try/Tiny.pm
9101Installing /usr/local/share/man/man3/Try::Tiny.3pm
9102Appending installation info to /usr/lib64/perl5/perllocal.pod
9103 ETHER/Try-Tiny-0.24.tar.gz
9104 /usr/bin/make install -- OK
9105Running install for module 'Eval::Closure'
9106Running make for D/DO/DOY/Eval-Closure-0.13.tar.gz
9107Fetching with HTTP::Tiny:
9108http://cpan.dcc.uchile.cl/authors/id/D/DO/DOY/Eval-Closure-0.13.tar.gz
9109Checksum for /root/.cpan/sources/authors/id/D/DO/DOY/Eval-Closure-0.13.tar.gz ok
9110
9111 CPAN.pm: Building D/DO/DOY/Eval-Closure-0.13.tar.gz
9112
9113Checking if your kit is complete...
9114Looks good
9115Writing Makefile for Eval::Closure
9116Writing MYMETA.yml and MYMETA.json
9117cp lib/Eval/Closure.pm blib/lib/Eval/Closure.pm
9118Manifying blib/man3/Eval::Closure.3pm
9119 DOY/Eval-Closure-0.13.tar.gz
9120 /usr/bin/make -- OK
9121Skipping test because of notest pragma
9122Running make install
9123Installing /usr/local/share/perl5/Eval/Closure.pm
9124Installing /usr/local/share/man/man3/Eval::Closure.3pm
9125Appending installation info to /usr/lib64/perl5/perllocal.pod
9126 DOY/Eval-Closure-0.13.tar.gz
9127 /usr/bin/make install -- OK
9128Running install for module 'Sub::Name'
9129Running make for E/ET/ETHER/Sub-Name-0.14.tar.gz
9130Fetching with HTTP::Tiny:
9131http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/Sub-Name-0.14.tar.gz
9132Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Sub-Name-0.14.tar.gz ok
9133
9134 CPAN.pm: Building E/ET/ETHER/Sub-Name-0.14.tar.gz
9135
9136Checking if your kit is complete...
9137Looks good
9138Writing Makefile for Sub::Name
9139Writing MYMETA.yml and MYMETA.json
9140cp lib/Sub/Name.pm blib/lib/Sub/Name.pm
9141/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Name.xs > Name.xsc && mv Name.xsc Name.c
9142gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.14\" -DXS_VERSION=\"0.14\" -fPIC "-I/usr/lib64/perl5/CORE" Name.c
9143Running Mkbootstrap for Sub::Name ()
9144chmod 644 Name.bs
9145rm -f blib/arch/auto/Sub/Name/Name.so
9146gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Name.o -o blib/arch/auto/Sub/Name/Name.so \
9147 \
9148
9149chmod 755 blib/arch/auto/Sub/Name/Name.so
9150cp Name.bs blib/arch/auto/Sub/Name/Name.bs
9151chmod 644 blib/arch/auto/Sub/Name/Name.bs
9152Manifying blib/man3/Sub::Name.3pm
9153 ETHER/Sub-Name-0.14.tar.gz
9154 /usr/bin/make -- OK
9155Skipping test because of notest pragma
9156Running make install
9157Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
9158Installing /usr/local/lib64/perl5/auto/Sub/Name/Name.so
9159Installing /usr/local/lib64/perl5/auto/Sub/Name/Name.bs
9160Installing /usr/local/lib64/perl5/Sub/Name.pm
9161Installing /usr/local/share/man/man3/Sub::Name.3pm
9162Appending installation info to /usr/lib64/perl5/perllocal.pod
9163 ETHER/Sub-Name-0.14.tar.gz
9164 /usr/bin/make install -- OK
9165Running install for module 'Module::Runtime::Conflicts'
9166Running make for E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
9167Fetching with HTTP::Tiny:
9168http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
9169Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz ok
9170
9171 CPAN.pm: Building E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
9172
9173Creating new 'Build' script for 'Module-Runtime-Conflicts' version '0.002'
9174cp lib/Module/Runtime/Conflicts.pm blib/lib/Module/Runtime/Conflicts.pm
9175 ETHER/Module-Runtime-Conflicts-0.002.tar.gz
9176 ./Build -- OK
9177Skipping test because of notest pragma
9178Running Build install
9179Installing /usr/local/share/perl5/Module/Runtime/Conflicts.pm
9180Installing /usr/local/share/man/man3/Module::Runtime::Conflicts.3pm
9181 ETHER/Module-Runtime-Conflicts-0.002.tar.gz
9182 ./Build install -- OK
9183Running make for E/ET/ETHER/Moose-2.1604.tar.gz
9184 Has already been unwrapped into directory /root/.cpan/build/Moose-2.1604-By153M
9185
9186 CPAN.pm: Building E/ET/ETHER/Moose-2.1604.tar.gz
9187
9188cp lib/Moose/Exception/AttributeIsRequired.pm blib/lib/Moose/Exception/AttributeIsRequired.pm
9189cp lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm blib/lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm
9190cp lib/Moose/Meta/TypeCoercion/Union.pm blib/lib/Moose/Meta/TypeCoercion/Union.pm
9191cp lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm blib/lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm
9192cp lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm blib/lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm
9193cp lib/Moose/Manual/MOP.pod blib/lib/Moose/Manual/MOP.pod
9194cp lib/Moose/Exception/InvalidHandleValue.pm blib/lib/Moose/Exception/InvalidHandleValue.pm
9195cp lib/Moose/Exception/CircularReferenceInAlso.pm blib/lib/Moose/Exception/CircularReferenceInAlso.pm
9196cp lib/Moose/Exception/CouldNotParseType.pm blib/lib/Moose/Exception/CouldNotParseType.pm
9197cp lib/Moose/Exception/IsaLacksDoesMethod.pm blib/lib/Moose/Exception/IsaLacksDoesMethod.pm
9198cp lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm
9199cp lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm blib/lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm
9200cp lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm
9201cp lib/Moose/Meta/Method/Accessor/Native/Hash.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash.pm
9202cp lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod blib/lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod
9203cp lib/Class/MOP/Mixin/HasAttributes.pm blib/lib/Class/MOP/Mixin/HasAttributes.pm
9204cp lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm
9205cp lib/Moose/Manual/MooseX.pod blib/lib/Moose/Manual/MooseX.pod
9206cp lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod blib/lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod
9207cp lib/Moose/Deprecated.pm blib/lib/Moose/Deprecated.pm
9208cp lib/Moose/Meta/Role/Composite.pm blib/lib/Moose/Meta/Role/Composite.pm
9209cp lib/Moose/Exception/CouldNotEvalDestructor.pm blib/lib/Moose/Exception/CouldNotEvalDestructor.pm
9210cp lib/Class/MOP/MiniTrait.pm blib/lib/Class/MOP/MiniTrait.pm
9211cp lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm
9212cp lib/Moose/Meta/Method/Accessor/Native/String/append.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/append.pm
9213cp lib/Moose/Meta/Class.pm blib/lib/Moose/Meta/Class.pm
9214cp lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod blib/lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod
9215cp lib/oose.pm blib/lib/oose.pm
9216cp lib/Class/MOP/Mixin/AttributeCore.pm blib/lib/Class/MOP/Mixin/AttributeCore.pm
9217cp lib/Class/MOP/Method/Generated.pm blib/lib/Class/MOP/Method/Generated.pm
9218cp lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm
9219cp lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm blib/lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm
9220cp lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm
9221cp lib/Moose/Meta/Role/Method/Conflicting.pm blib/lib/Moose/Meta/Role/Method/Conflicting.pm
9222cp lib/Moose/Exception/CannotCalculateNativeType.pm blib/lib/Moose/Exception/CannotCalculateNativeType.pm
9223cp lib/Class/MOP/Mixin/HasMethods.pm blib/lib/Class/MOP/Mixin/HasMethods.pm
9224cp lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm
9225cp lib/Moose/Exception/AttributeValueIsNotAnObject.pm blib/lib/Moose/Exception/AttributeValueIsNotAnObject.pm
9226cp lib/Moose/Exception/TriggerMustBeACodeRef.pm blib/lib/Moose/Exception/TriggerMustBeACodeRef.pm
9227cp lib/Moose/Exception/NoParentGivenToSubtype.pm blib/lib/Moose/Exception/NoParentGivenToSubtype.pm
9228cp lib/Moose/Exception/CoercionAlreadyExists.pm blib/lib/Moose/Exception/CoercionAlreadyExists.pm
9229cp lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm blib/lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm
9230cp lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm blib/lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm
9231cp lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm blib/lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm
9232cp lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm blib/lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm
9233cp lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm
9234cp lib/Moose/Exception/MethodNameConflictInRoles.pm blib/lib/Moose/Exception/MethodNameConflictInRoles.pm
9235cp lib/Moose/Exception/OverloadConflictInSummation.pm blib/lib/Moose/Exception/OverloadConflictInSummation.pm
9236cp lib/Class/MOP.pm blib/lib/Class/MOP.pm
9237cp lib/Moose/Exception/RoleExclusionConflict.pm blib/lib/Moose/Exception/RoleExclusionConflict.pm
9238cp lib/Moose/Exception/Role/Method.pm blib/lib/Moose/Exception/Role/Method.pm
9239cp lib/Moose/Exception/BuilderDoesNotExist.pm blib/lib/Moose/Exception/BuilderDoesNotExist.pm
9240cp lib/Moose/Exception/MustSpecifyAtleastOneRole.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRole.pm
9241cp lib/Moose/Exception/Role/Instance.pm blib/lib/Moose/Exception/Role/Instance.pm
9242cp lib/Moose/Exception/CannotAugmentNoSuperMethod.pm blib/lib/Moose/Exception/CannotAugmentNoSuperMethod.pm
9243cp lib/Moose/Meta/Role/Method.pm blib/lib/Moose/Meta/Role/Method.pm
9244cp lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm
9245cp lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm
9246cp lib/Moose/Manual/Support.pod blib/lib/Moose/Manual/Support.pod
9247cp lib/Class/MOP/Method.pm blib/lib/Class/MOP/Method.pm
9248cp lib/Moose/Meta/TypeConstraint/Class.pm blib/lib/Moose/Meta/TypeConstraint/Class.pm
9249cp lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm
9250cp lib/Moose/Exception/MustDefineAMethodName.pm blib/lib/Moose/Exception/MustDefineAMethodName.pm
9251cp lib/Moose/Meta/Method/Augmented.pm blib/lib/Moose/Meta/Method/Augmented.pm
9252cp lib/Class/MOP/Mixin.pm blib/lib/Class/MOP/Mixin.pm
9253cp lib/Moose/Manual/Contributing.pod blib/lib/Moose/Manual/Contributing.pod
9254cp lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm
9255cp lib/Moose/Exception/MustSupplyAMetaclass.pm blib/lib/Moose/Exception/MustSupplyAMetaclass.pm
9256cp lib/Moose/Meta/Method/Accessor/Native/Array/join.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/join.pm
9257cp lib/Moose/Exception/CannotDelegateWithoutIsa.pm blib/lib/Moose/Exception/CannotDelegateWithoutIsa.pm
9258cp lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm blib/lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm
9259cp lib/Moose/Meta/Attribute.pm blib/lib/Moose/Meta/Attribute.pm
9260cp lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod blib/lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod
9261cp lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod
9262cp lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm
9263cp lib/Moose/Cookbook/Extending/ExtensionOverview.pod blib/lib/Moose/Cookbook/Extending/ExtensionOverview.pod
9264cp lib/Moose/Exception/IllegalInheritedOptions.pm blib/lib/Moose/Exception/IllegalInheritedOptions.pm
9265cp lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm blib/lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm
9266cp lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm
9267cp lib/Moose/Exception/MustSupplyPackageNameAndName.pm blib/lib/Moose/Exception/MustSupplyPackageNameAndName.pm
9268cp lib/Moose/Intro.pod blib/lib/Moose/Intro.pod
9269cp lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm
9270cp lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm blib/lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm
9271cp lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm blib/lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm
9272cp lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm
9273cp lib/Moose/Exception/CouldNotEvalConstructor.pm blib/lib/Moose/Exception/CouldNotEvalConstructor.pm
9274cp lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm
9275cp lib/Moose/Exception/CannotCoerceAWeakRef.pm blib/lib/Moose/Exception/CannotCoerceAWeakRef.pm
9276cp lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm blib/lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm
9277cp lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm blib/lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm
9278cp lib/Moose/Util/TypeConstraints/Builtins.pm blib/lib/Moose/Util/TypeConstraints/Builtins.pm
9279cp lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm blib/lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm
9280cp lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm blib/lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm
9281cp lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm
9282cp lib/Moose/Meta/Method/Accessor/Native.pm blib/lib/Moose/Meta/Method/Accessor/Native.pm
9283cp lib/Moose/Meta/Attribute/Native.pm blib/lib/Moose/Meta/Attribute/Native.pm
9284cp lib/Moose/Meta/Role/Application/RoleSummation.pm blib/lib/Moose/Meta/Role/Application/RoleSummation.pm
9285cp lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm blib/lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm
9286cp lib/Moose/Cookbook/Snack/Keywords.pod blib/lib/Moose/Cookbook/Snack/Keywords.pod
9287cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm
9288cp lib/Moose/Cookbook/Basics/Company_Subtypes.pod blib/lib/Moose/Cookbook/Basics/Company_Subtypes.pod
9289cp lib/Class/MOP/Method/Wrapped.pm blib/lib/Class/MOP/Method/Wrapped.pm
9290cp lib/Moose/Exception/CodeBlockMustBeACodeRef.pm blib/lib/Moose/Exception/CodeBlockMustBeACodeRef.pm
9291cp lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm blib/lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm
9292cp lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm
9293cp lib/metaclass.pm blib/lib/metaclass.pm
9294cp lib/Class/MOP/Overload.pm blib/lib/Class/MOP/Overload.pm
9295cp lib/Moose/Meta/Method.pm blib/lib/Moose/Meta/Method.pm
9296cp lib/Moose/Manual/Delegation.pod blib/lib/Moose/Manual/Delegation.pod
9297cp lib/Moose/Exception/AttributeConflictInRoles.pm blib/lib/Moose/Exception/AttributeConflictInRoles.pm
9298cp lib/Moose/Exception/CannotCallAnAbstractMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractMethod.pm
9299cp lib/Moose/Manual/Delta.pod blib/lib/Moose/Manual/Delta.pod
9300cp lib/Moose/Meta/TypeConstraint/Registry.pm blib/lib/Moose/Meta/TypeConstraint/Registry.pm
9301cp lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm blib/lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm
9302cp lib/Moose/Exception/RolesDoNotSupportInner.pm blib/lib/Moose/Exception/RolesDoNotSupportInner.pm
9303cp lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm
9304cp lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm blib/lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm
9305cp lib/Moose/Util/TypeConstraints.pm blib/lib/Moose/Util/TypeConstraints.pm
9306cp lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm
9307cp lib/Moose/Exception/MethodModifierNeedsMethodName.pm blib/lib/Moose/Exception/MethodModifierNeedsMethodName.pm
9308cp lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm
9309cp lib/Moose/Exception/CannotMakeMetaclassCompatible.pm blib/lib/Moose/Exception/CannotMakeMetaclassCompatible.pm
9310cp lib/Moose/Meta/Role/Application/ToClass.pm blib/lib/Moose/Meta/Role/Application/ToClass.pm
9311cp lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm
9312cp lib/Moose/Exception/CannotFindType.pm blib/lib/Moose/Exception/CannotFindType.pm
9313cp lib/Moose/Meta/Object/Trait.pm blib/lib/Moose/Meta/Object/Trait.pm
9314cp lib/Moose/Exception/ClassDoesTheExcludedRole.pm blib/lib/Moose/Exception/ClassDoesTheExcludedRole.pm
9315cp lib/Moose/Meta/Method/Accessor/Native/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Writer.pm
9316cp lib/Moose/Exception/CoercingWithoutCoercions.pm blib/lib/Moose/Exception/CoercingWithoutCoercions.pm
9317cp lib/Moose/Exception/IsaDoesNotDoTheRole.pm blib/lib/Moose/Exception/IsaDoesNotDoTheRole.pm
9318cp lib/Moose/Exception/MessageParameterMustBeCodeRef.pm blib/lib/Moose/Exception/MessageParameterMustBeCodeRef.pm
9319cp lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod
9320cp lib/Moose/Exception/CanOnlyWrapBlessedCode.pm blib/lib/Moose/Exception/CanOnlyWrapBlessedCode.pm
9321cp lib/Moose/Meta/Role/Attribute.pm blib/lib/Moose/Meta/Role/Attribute.pm
9322cp lib/Moose/Meta/Instance.pm blib/lib/Moose/Meta/Instance.pm
9323cp lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm
9324cp lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm
9325cp lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm
9326cp lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm
9327cp lib/Moose/Exception/NoDestructorClassSpecified.pm blib/lib/Moose/Exception/NoDestructorClassSpecified.pm
9328cp lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm
9329cp lib/Moose/Exception/WrongTypeConstraintGiven.pm blib/lib/Moose/Exception/WrongTypeConstraintGiven.pm
9330cp lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm blib/lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm
9331cp lib/Moose/Exception/RolesDoNotSupportExtends.pm blib/lib/Moose/Exception/RolesDoNotSupportExtends.pm
9332cp lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm
9333cp lib/Moose/Exception/MetaclassTypeIncompatible.pm blib/lib/Moose/Exception/MetaclassTypeIncompatible.pm
9334cp lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm
9335cp lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm
9336cp lib/Moose/Meta/TypeCoercion.pm blib/lib/Moose/Meta/TypeCoercion.pm
9337cp lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm
9338cp lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm
9339cp lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm blib/lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm
9340cp lib/Moose/Exception/MustPassEvenNumberOfArguments.pm blib/lib/Moose/Exception/MustPassEvenNumberOfArguments.pm
9341cp lib/Moose/Exception/MustSupplyADelegateToMethod.pm blib/lib/Moose/Exception/MustSupplyADelegateToMethod.pm
9342cp lib/Moose/Meta/Role.pm blib/lib/Moose/Meta/Role.pm
9343cp lib/Moose/Exception/CoercionNeedsTypeConstraint.pm blib/lib/Moose/Exception/CoercionNeedsTypeConstraint.pm
9344cp lib/Moose/Exception/CannotGenerateInlineConstraint.pm blib/lib/Moose/Exception/CannotGenerateInlineConstraint.pm
9345cp lib/Moose/Exception.pm blib/lib/Moose/Exception.pm
9346cp lib/Moose/Exception/AccessorMustReadWrite.pm blib/lib/Moose/Exception/AccessorMustReadWrite.pm
9347cp lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm blib/lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm
9348cp lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm blib/lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm
9349cp lib/Moose.pm blib/lib/Moose.pm
9350cp lib/Moose/Exception/NoAttributeFoundInSuperClass.pm blib/lib/Moose/Exception/NoAttributeFoundInSuperClass.pm
9351cp lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm blib/lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm
9352cp lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod blib/lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod
9353cp lib/Moose/Exception/HandlesMustBeAHashRef.pm blib/lib/Moose/Exception/HandlesMustBeAHashRef.pm
9354cp lib/Moose/Exception/InvalidOverloadOperator.pm blib/lib/Moose/Exception/InvalidOverloadOperator.pm
9355cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm
9356cp lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm
9357cp lib/Moose/Exception/InstanceMustBeABlessedReference.pm blib/lib/Moose/Exception/InstanceMustBeABlessedReference.pm
9358cp lib/Moose/Exception/WrapTakesACodeRefToBless.pm blib/lib/Moose/Exception/WrapTakesACodeRefToBless.pm
9359cp lib/Moose/Meta/Method/Accessor/Native/Array.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array.pm
9360cp lib/Class/MOP/Mixin/HasOverloads.pm blib/lib/Class/MOP/Mixin/HasOverloads.pm
9361cp lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm
9362cp lib/Moose/Exception/CannotOverrideALocalMethod.pm blib/lib/Moose/Exception/CannotOverrideALocalMethod.pm
9363cp lib/Moose/Meta/Method/Accessor/Native/String/replace.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm
9364cp lib/Moose/Exception/InvalidTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeConstraint.pm
9365cp lib/Moose/Meta/TypeConstraint/Enum.pm blib/lib/Moose/Meta/TypeConstraint/Enum.pm
9366cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm
9367cp lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm
9368cp lib/Class/MOP/Method/Constructor.pm blib/lib/Class/MOP/Method/Constructor.pm
9369cp lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm
9370cp lib/Moose/Exception/MatchActionMustBeACodeRef.pm blib/lib/Moose/Exception/MatchActionMustBeACodeRef.pm
9371cp lib/Moose/Exception/OverloadRequiresAnOperator.pm blib/lib/Moose/Exception/OverloadRequiresAnOperator.pm
9372cp lib/Moose/Exception/Role/RoleForCreateMOPClass.pm blib/lib/Moose/Exception/Role/RoleForCreateMOPClass.pm
9373cp lib/Moose/Manual/Roles.pod blib/lib/Moose/Manual/Roles.pod
9374cp lib/Moose/Exception/RequiredAttributeLacksInitialization.pm blib/lib/Moose/Exception/RequiredAttributeLacksInitialization.pm
9375cp lib/Moose/Meta/Method/Constructor.pm blib/lib/Moose/Meta/Method/Constructor.pm
9376cp lib/Moose/Meta/Attribute/Native/Trait/Counter.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm
9377cp lib/Moose/Meta/Method/Accessor/Native/Reader.pm blib/lib/Moose/Meta/Method/Accessor/Native/Reader.pm
9378cp lib/Moose/Meta/TypeConstraint.pm blib/lib/Moose/Meta/TypeConstraint.pm
9379cp lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm
9380cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm
9381cp lib/Moose/Exception/CouldNotCreateMethod.pm blib/lib/Moose/Exception/CouldNotCreateMethod.pm
9382cp lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm blib/lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm
9383cp lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm blib/lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm
9384cp lib/Moose/Exception/InvalidRoleApplication.pm blib/lib/Moose/Exception/InvalidRoleApplication.pm
9385cp lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm blib/lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm
9386cp lib/Moose/Cookbook/Basics/Immutable.pod blib/lib/Moose/Cookbook/Basics/Immutable.pod
9387cp lib/Moose/Meta/Attribute/Native/Trait/Hash.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm
9388cp lib/Moose/Meta/Method/Accessor/Native/Number/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm
9389cp lib/Moose/Util/MetaRole.pm blib/lib/Moose/Util/MetaRole.pm
9390cp lib/Moose/Exception/OnlyInstancesCanBeCloned.pm blib/lib/Moose/Exception/OnlyInstancesCanBeCloned.pm
9391cp lib/Moose/Exception/RolesDoNotSupportAugment.pm blib/lib/Moose/Exception/RolesDoNotSupportAugment.pm
9392cp lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm blib/lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm
9393cp lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm blib/lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm
9394cp lib/Moose/Exception/MustPassAHashOfOptions.pm blib/lib/Moose/Exception/MustPassAHashOfOptions.pm
9395cp lib/Moose/Exception/CreateTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateTakesHashRefOfMethods.pm
9396cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm
9397cp lib/Moose/Exception/MetaclassNotLoaded.pm blib/lib/Moose/Exception/MetaclassNotLoaded.pm
9398cp lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm
9399cp lib/Moose/Exception/RoleDoesTheExcludedRole.pm blib/lib/Moose/Exception/RoleDoesTheExcludedRole.pm
9400cp lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm
9401cp lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod
9402cp lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod blib/lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod
9403cp lib/Moose/Meta/Method/Accessor.pm blib/lib/Moose/Meta/Method/Accessor.pm
9404cp lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm
9405cp lib/Moose/Exception/MethodNameNotGiven.pm blib/lib/Moose/Exception/MethodNameNotGiven.pm
9406cp lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm blib/lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm
9407cp lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm blib/lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm
9408cp lib/Moose/Exception/CanExtendOnlyClasses.pm blib/lib/Moose/Exception/CanExtendOnlyClasses.pm
9409cp lib/Moose/Meta/TypeConstraint/Parameterizable.pm blib/lib/Moose/Meta/TypeConstraint/Parameterizable.pm
9410cp lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod blib/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
9411cp lib/Class/MOP/Class.pm blib/lib/Class/MOP/Class.pm
9412cp lib/Moose/Exception/CannotOverrideNoSuperMethod.pm blib/lib/Moose/Exception/CannotOverrideNoSuperMethod.pm
9413cp lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm blib/lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm
9414cp lib/Moose/Exception/AttributeNamesDoNotMatch.pm blib/lib/Moose/Exception/AttributeNamesDoNotMatch.pm
9415cp lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm
9416cp lib/Moose/Manual/Classes.pod blib/lib/Moose/Manual/Classes.pod
9417cp lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm
9418cp lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm
9419cp lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm blib/lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm
9420cp lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm blib/lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm
9421cp lib/Moose/Manual/FAQ.pod blib/lib/Moose/Manual/FAQ.pod
9422cp lib/Moose/Exception/MustProvideANameForTheAttribute.pm blib/lib/Moose/Exception/MustProvideANameForTheAttribute.pm
9423cp lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm
9424cp lib/Moose/Exception/Role/InvalidAttributeOptions.pm blib/lib/Moose/Exception/Role/InvalidAttributeOptions.pm
9425cp lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm
9426cp lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm
9427cp lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod
9428cp lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod
9429cp lib/Moose/Exception/Role/Attribute.pm blib/lib/Moose/Exception/Role/Attribute.pm
9430cp lib/Moose/Meta/Role/Method/Required.pm blib/lib/Moose/Meta/Role/Method/Required.pm
9431cp lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm blib/lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm
9432cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm
9433cp lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod blib/lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod
9434cp lib/Moose/Exception/Role/AttributeName.pm blib/lib/Moose/Exception/Role/AttributeName.pm
9435cp lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod
9436cp lib/Moose/Meta/Method/Accessor/Native/String/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/clear.pm
9437cp lib/Moose/Spec/Role.pod blib/lib/Moose/Spec/Role.pod
9438cp lib/Moose/Meta/Method/Accessor/Native/Array/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/set.pm
9439cp lib/Moose/Manual/Exceptions/Manifest.pod blib/lib/Moose/Manual/Exceptions/Manifest.pod
9440cp lib/Moose/Exception/Role/Role.pm blib/lib/Moose/Exception/Role/Role.pm
9441cp lib/Moose/Util.pm blib/lib/Moose/Util.pm
9442cp lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm
9443cp lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm blib/lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm
9444cp lib/Moose/Exception/ExtendsMissingArgs.pm blib/lib/Moose/Exception/ExtendsMissingArgs.pm
9445cp lib/Moose/Role.pm blib/lib/Moose/Role.pm
9446cp lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm
9447cp lib/Moose/Manual/Attributes.pod blib/lib/Moose/Manual/Attributes.pod
9448cp lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm
9449cp lib/Moose/Meta/Method/Accessor/Native/Array/map.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/map.pm
9450cp lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm blib/lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm
9451cp lib/Moose/Exception/OverloadRequiresAMetaClass.pm blib/lib/Moose/Exception/OverloadRequiresAMetaClass.pm
9452cp lib/Class/MOP/Package.pm blib/lib/Class/MOP/Package.pm
9453cp lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm
9454cp lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod blib/lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod
9455cp lib/Moose/Exception/AttributeConflictInSummation.pm blib/lib/Moose/Exception/AttributeConflictInSummation.pm
9456cp lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm blib/lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm
9457cp lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm
9458cp lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm
9459cp lib/Moose/Exception/Role/Class.pm blib/lib/Moose/Exception/Role/Class.pm
9460cp lib/Moose/Exception/CouldNotCreateWriter.pm blib/lib/Moose/Exception/CouldNotCreateWriter.pm
9461cp lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm blib/lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm
9462cp lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm blib/lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm
9463cp lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm
9464cp lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm blib/lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm
9465cp lib/Moose/Cookbook/Meta/WhyMeta.pod blib/lib/Moose/Cookbook/Meta/WhyMeta.pod
9466cp lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm blib/lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm
9467cp lib/Moose/Cookbook/Style.pod blib/lib/Moose/Cookbook/Style.pod
9468cp lib/Class/MOP/Method/Accessor.pm blib/lib/Class/MOP/Method/Accessor.pm
9469cp lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod blib/lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod
9470cp lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm blib/lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm
9471cp lib/Moose/Meta/TypeConstraint/DuckType.pm blib/lib/Moose/Meta/TypeConstraint/DuckType.pm
9472cp lib/Moose/Manual/Resources.pod blib/lib/Moose/Manual/Resources.pod
9473cp lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod
9474cp lib/Moose/Meta/Attribute/Native/Trait.pm blib/lib/Moose/Meta/Attribute/Native/Trait.pm
9475cp lib/Moose/Meta/TypeConstraint/Union.pm blib/lib/Moose/Meta/TypeConstraint/Union.pm
9476cp lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm blib/lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm
9477cp lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm blib/lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm
9478cp lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm
9479cp lib/Moose/Meta/Attribute/Native/Trait/Code.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Code.pm
9480cp lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm
9481cp lib/Class/MOP/Module.pm blib/lib/Class/MOP/Module.pm
9482cp lib/Moose/Exception/MethodExpectsFewerArgs.pm blib/lib/Moose/Exception/MethodExpectsFewerArgs.pm
9483cp lib/Moose/Exception/InvalidHasProvidedInARole.pm blib/lib/Moose/Exception/InvalidHasProvidedInARole.pm
9484cp lib/Moose/Manual/MethodModifiers.pod blib/lib/Moose/Manual/MethodModifiers.pod
9485cp lib/Moose/Exception/BuilderMustBeAMethodName.pm blib/lib/Moose/Exception/BuilderMustBeAMethodName.pm
9486cp lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm
9487cp lib/Moose/Exception/InvalidValueForIs.pm blib/lib/Moose/Exception/InvalidValueForIs.pm
9488cp lib/Moose/Meta/TypeConstraint/Parameterized.pm blib/lib/Moose/Meta/TypeConstraint/Parameterized.pm
9489cp lib/Moose/Cookbook.pod blib/lib/Moose/Cookbook.pod
9490cp lib/Moose/Meta/Method/Accessor/Native/String/chop.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chop.pm
9491cp lib/Moose/Exception/ValidationFailedForTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForTypeConstraint.pm
9492cp lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm blib/lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm
9493cp lib/Moose/Meta/Attribute/Native/Trait/Bool.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm
9494cp lib/Moose/Exception/CannotFixMetaclassCompatibility.pm blib/lib/Moose/Exception/CannotFixMetaclassCompatibility.pm
9495cp lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm
9496cp lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm
9497cp lib/Moose/Meta/Method/Accessor/Native/Array/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/count.pm
9498cp lib/Moose/Exception/OverloadRequiresAMetaMethod.pm blib/lib/Moose/Exception/OverloadRequiresAMetaMethod.pm
9499cp lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm
9500cp lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm
9501cp lib/Moose/Meta/Method/Destructor.pm blib/lib/Moose/Meta/Method/Destructor.pm
9502cp lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod
9503cp lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm
9504cp lib/Moose/Exception/InvalidArgumentToMethod.pm blib/lib/Moose/Exception/InvalidArgumentToMethod.pm
9505cp lib/Moose/Meta/Method/Accessor/Native/String/match.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/match.pm
9506cp lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm
9507cp lib/Moose/Manual/Types.pod blib/lib/Moose/Manual/Types.pod
9508cp lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm blib/lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm
9509cp lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm
9510cp lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm
9511cp lib/Class/MOP/Method/Meta.pm blib/lib/Class/MOP/Method/Meta.pm
9512cp lib/Moose/Manual/Exceptions.pod blib/lib/Moose/Manual/Exceptions.pod
9513cp lib/Moose/Exception/MustDefineAnOverloadOperator.pm blib/lib/Moose/Exception/MustDefineAnOverloadOperator.pm
9514cp lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm blib/lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm
9515cp lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm blib/lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm
9516cp lib/Class/MOP/Attribute.pm blib/lib/Class/MOP/Attribute.pm
9517cp lib/Moose/Manual.pod blib/lib/Moose/Manual.pod
9518cp lib/Moose/Exception/CannotFindDelegateMetaclass.pm blib/lib/Moose/Exception/CannotFindDelegateMetaclass.pm
9519cp lib/Moose/Meta/Mixin/AttributeCore.pm blib/lib/Moose/Meta/Mixin/AttributeCore.pm
9520cp lib/Class/MOP/Deprecated.pm blib/lib/Class/MOP/Deprecated.pm
9521cp lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm blib/lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm
9522cp lib/Moose/Manual/Unsweetened.pod blib/lib/Moose/Manual/Unsweetened.pod
9523cp lib/Moose/Exception/ClassNamesDoNotMatch.pm blib/lib/Moose/Exception/ClassNamesDoNotMatch.pm
9524cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm
9525cp lib/Moose/Cookbook/Roles/ApplicationToInstance.pod blib/lib/Moose/Cookbook/Roles/ApplicationToInstance.pod
9526cp lib/Moose/Exception/MustDefineAnAttributeName.pm blib/lib/Moose/Exception/MustDefineAnAttributeName.pm
9527cp lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm
9528cp lib/Moose/Exception/Role/RoleForCreate.pm blib/lib/Moose/Exception/Role/RoleForCreate.pm
9529cp lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm blib/lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm
9530cp lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm
9531cp lib/Moose/Exception/RoleNameRequired.pm blib/lib/Moose/Exception/RoleNameRequired.pm
9532cp lib/Moose/Meta/Class/Immutable/Trait.pm blib/lib/Moose/Meta/Class/Immutable/Trait.pm
9533cp lib/Moose/Exception/UnableToCanonicalizeHandles.pm blib/lib/Moose/Exception/UnableToCanonicalizeHandles.pm
9534cp lib/Moose/Exception/RequiredMethodsImportedByClass.pm blib/lib/Moose/Exception/RequiredMethodsImportedByClass.pm
9535cp lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm
9536cp lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm blib/lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm
9537cp lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm blib/lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm
9538cp lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod blib/lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod
9539cp lib/Moose/Exception/OverrideConflictInComposition.pm blib/lib/Moose/Exception/OverrideConflictInComposition.pm
9540cp lib/Moose/Exception/OverrideConflictInSummation.pm blib/lib/Moose/Exception/OverrideConflictInSummation.pm
9541cp lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod blib/lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod
9542cp lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm blib/lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm
9543cp lib/Moose/Manual/Concepts.pod blib/lib/Moose/Manual/Concepts.pod
9544cp lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm blib/lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm
9545cp lib/Moose/Unsweetened.pod blib/lib/Moose/Unsweetened.pod
9546cp lib/Moose/Meta/Method/Accessor/Native/Collection.pm blib/lib/Moose/Meta/Method/Accessor/Native/Collection.pm
9547cp lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm
9548cp lib/Moose/Exception/Role/InstanceClass.pm blib/lib/Moose/Exception/Role/InstanceClass.pm
9549cp lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm
9550cp lib/Class/MOP/Class/Immutable/Trait.pm blib/lib/Class/MOP/Class/Immutable/Trait.pm
9551cp lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm blib/lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm
9552cp lib/Moose/Meta/Attribute/Native/Trait/String.pm blib/lib/Moose/Meta/Attribute/Native/Trait/String.pm
9553cp lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm
9554cp lib/Moose/Exception/Role/TypeConstraint.pm blib/lib/Moose/Exception/Role/TypeConstraint.pm
9555cp lib/Moose/Meta/Method/Accessor/Native/String/length.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/length.pm
9556cp lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm
9557cp lib/Moose/Meta/Role/Application/ToInstance.pm blib/lib/Moose/Meta/Role/Application/ToInstance.pm
9558cp lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm
9559cp lib/Moose/Exception/EnumValuesMustBeString.pm blib/lib/Moose/Exception/EnumValuesMustBeString.pm
9560cp lib/Moose/Meta/Method/Accessor/Native/String/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/inc.pm
9561cp lib/Moose/Object.pm blib/lib/Moose/Object.pm
9562cp lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm blib/lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm
9563cp lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm blib/lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm
9564cp lib/Class/MOP/Object.pm blib/lib/Class/MOP/Object.pm
9565cp lib/Moose/Meta/Method/Accessor/Native/Array/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/get.pm
9566cp lib/Moose/Meta/Method/Meta.pm blib/lib/Moose/Meta/Method/Meta.pm
9567cp lib/Moose/Meta/TypeConstraint/Role.pm blib/lib/Moose/Meta/TypeConstraint/Role.pm
9568cp lib/Class/MOP/Method/Inlined.pm blib/lib/Class/MOP/Method/Inlined.pm
9569cp lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm blib/lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm
9570cp lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm blib/lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm
9571cp lib/Moose/Cookbook/Snack/Types.pod blib/lib/Moose/Cookbook/Snack/Types.pod
9572cp lib/Moose/Meta/Role/Application.pm blib/lib/Moose/Meta/Role/Application.pm
9573cp lib/Moose/Meta/Attribute/Native/Trait/Array.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Array.pm
9574cp lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm blib/lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm
9575cp lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm blib/lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm
9576cp lib/Moose/Exception/InitMetaRequiresClass.pm blib/lib/Moose/Exception/InitMetaRequiresClass.pm
9577cp lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm blib/lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm
9578cp lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm blib/lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm
9579cp lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm blib/lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm
9580cp lib/Moose/Conflicts.pm blib/lib/Moose/Conflicts.pm
9581cp lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm blib/lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm
9582cp lib/Moose/Exception/RequiredAttributeNeedsADefault.pm blib/lib/Moose/Exception/RequiredAttributeNeedsADefault.pm
9583cp lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm blib/lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm
9584cp lib/Moose/Exception/NoCasesMatched.pm blib/lib/Moose/Exception/NoCasesMatched.pm
9585cp lib/Moose/Meta/Method/Accessor/Native/Array/push.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm
9586cp lib/Moose/Exception/CannotLocatePackageInINC.pm blib/lib/Moose/Exception/CannotLocatePackageInINC.pm
9587cp lib/Moose/Meta/Attribute/Native/Trait/Number.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Number.pm
9588cp lib/Moose/Meta/Role/Application/ToRole.pm blib/lib/Moose/Meta/Role/Application/ToRole.pm
9589cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm
9590cp lib/Moose/Exception/MethodExpectsMoreArgs.pm blib/lib/Moose/Exception/MethodExpectsMoreArgs.pm
9591cp lib/Moose/Exception/InvalidNameForType.pm blib/lib/Moose/Exception/InvalidNameForType.pm
9592cp lib/Moose/Exporter.pm blib/lib/Moose/Exporter.pm
9593cp lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm blib/lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm
9594cp lib/Moose/Meta/Method/Overridden.pm blib/lib/Moose/Meta/Method/Overridden.pm
9595cp lib/Moose/Exception/AttributeValueIsNotDefined.pm blib/lib/Moose/Exception/AttributeValueIsNotDefined.pm
9596cp lib/Moose/Manual/BestPractices.pod blib/lib/Moose/Manual/BestPractices.pod
9597cp lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm
9598cp lib/Moose/Exception/Role/ParamsHash.pm blib/lib/Moose/Exception/Role/ParamsHash.pm
9599cp lib/Moose/Exception/OverloadRequiresAMetaOverload.pm blib/lib/Moose/Exception/OverloadRequiresAMetaOverload.pm
9600cp lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm blib/lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm
9601cp lib/Moose/Exception/ApplyTakesABlessedInstance.pm blib/lib/Moose/Exception/ApplyTakesABlessedInstance.pm
9602cp lib/Moose/Exception/Legacy.pm blib/lib/Moose/Exception/Legacy.pm
9603cp lib/Moose/Exception/OperatorIsRequired.pm blib/lib/Moose/Exception/OperatorIsRequired.pm
9604cp lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm blib/lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm
9605cp lib/Moose/Meta/Method/Accessor/Native/Array/first.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first.pm
9606cp lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm
9607cp lib/Moose/Exception/MethodExpectedAMetaclassObject.pm blib/lib/Moose/Exception/MethodExpectedAMetaclassObject.pm
9608cp lib/Moose/Manual/Construction.pod blib/lib/Moose/Manual/Construction.pod
9609cp lib/Moose/Exception/LazyAttributeNeedsADefault.pm blib/lib/Moose/Exception/LazyAttributeNeedsADefault.pm
9610cp lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm blib/lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm
9611cp lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm blib/lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm
9612cp lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm blib/lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm
9613cp lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm blib/lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm
9614cp lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm
9615cp lib/Moose/Meta/Method/Accessor/Native/Number/div.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm
9616cp lib/Moose/Exception/BadOptionFormat.pm blib/lib/Moose/Exception/BadOptionFormat.pm
9617cp lib/Moose/Meta/Method/Accessor/Native/Number/add.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/add.pm
9618cp lib/Moose/Exception/CanOnlyConsumeRole.pm blib/lib/Moose/Exception/CanOnlyConsumeRole.pm
9619cp lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm
9620cp lib/Moose/Meta/Method/Delegation.pm blib/lib/Moose/Meta/Method/Delegation.pm
9621cp lib/Class/MOP/Instance.pm blib/lib/Class/MOP/Instance.pm
9622cp lib/Moose/Exception/DoesRequiresRoleName.pm blib/lib/Moose/Exception/DoesRequiresRoleName.pm
9623cp lib/Test/Moose.pm blib/lib/Test/Moose.pm
9624cp lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm
9625cp lib/Moose/Meta/Method/Accessor/Native/String/substr.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/substr.pm
9626/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Attribute.xs > xs/Attribute.xsc && mv xs/Attribute.xsc xs/Attribute.c
9627gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Attribute.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Attribute.c
9628/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/AttributeCore.xs > xs/AttributeCore.xsc && mv xs/AttributeCore.xsc xs/AttributeCore.c
9629gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/AttributeCore.o -fPIC "-I/usr/lib64/perl5/CORE" xs/AttributeCore.c
9630/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Class.xs > xs/Class.xsc && mv xs/Class.xsc xs/Class.c
9631gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Class.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Class.c
9632/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Generated.xs > xs/Generated.xsc && mv xs/Generated.xsc xs/Generated.c
9633gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Generated.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Generated.c
9634/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/HasAttributes.xs > xs/HasAttributes.xsc && mv xs/HasAttributes.xsc xs/HasAttributes.c
9635gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/HasAttributes.o -fPIC "-I/usr/lib64/perl5/CORE" xs/HasAttributes.c
9636/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/HasMethods.xs > xs/HasMethods.xsc && mv xs/HasMethods.xsc xs/HasMethods.c
9637gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/HasMethods.o -fPIC "-I/usr/lib64/perl5/CORE" xs/HasMethods.c
9638/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Inlined.xs > xs/Inlined.xsc && mv xs/Inlined.xsc xs/Inlined.c
9639gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Inlined.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Inlined.c
9640/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Instance.xs > xs/Instance.xsc && mv xs/Instance.xsc xs/Instance.c
9641gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Instance.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Instance.c
9642/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Method.xs > xs/Method.xsc && mv xs/Method.xsc xs/Method.c
9643gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Method.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Method.c
9644/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Moose.xs > xs/Moose.xsc && mv xs/Moose.xsc xs/Moose.c
9645gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Moose.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Moose.c
9646/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/MOP.xs > xs/MOP.xsc && mv xs/MOP.xsc xs/MOP.c
9647gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/MOP.o -fPIC "-I/usr/lib64/perl5/CORE" xs/MOP.c
9648/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/Package.xs > xs/Package.xsc && mv xs/Package.xsc xs/Package.c
9649gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/Package.o -fPIC "-I/usr/lib64/perl5/CORE" xs/Package.c
9650/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap xs/ToInstance.xs > xs/ToInstance.xsc && mv xs/ToInstance.xsc xs/ToInstance.c
9651gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o xs/ToInstance.o -fPIC "-I/usr/lib64/perl5/CORE" xs/ToInstance.c
9652gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.1604\" -DXS_VERSION=\"2.1604\" -o mop.o -fPIC "-I/usr/lib64/perl5/CORE" mop.c
9653Running Mkbootstrap for Moose ()
9654chmod 644 Moose.bs
9655rm -f blib/arch/auto/Moose/Moose.so
9656gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro xs/Attribute.o xs/AttributeCore.o xs/Class.o xs/Generated.o xs/HasAttributes.o xs/HasMethods.o xs/Inlined.o xs/Instance.o xs/Method.o xs/Moose.o xs/MOP.o xs/Package.o xs/ToInstance.o mop.o -o blib/arch/auto/Moose/Moose.so \
9657 \
9658
9659chmod 755 blib/arch/auto/Moose/Moose.so
9660cp Moose.bs blib/arch/auto/Moose/Moose.bs
9661chmod 644 blib/arch/auto/Moose/Moose.bs
9662cp bin/moose-outdated blib/script/moose-outdated
9663/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/moose-outdated
9664Manifying blib/man3/Moose::Manual::MOP.3pm
9665Manifying blib/man3/Moose::Meta::TypeCoercion::Union.3pm
9666Manifying blib/man3/Moose::Cookbook::Roles::Comparable_CodeReuse.3pm
9667Manifying blib/man3/Class::MOP::Mixin::HasAttributes.3pm
9668Manifying blib/man3/Moose::Cookbook::Basics::BinaryTree_AttributeFeatures.3pm
9669Manifying blib/man3/Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild.3pm
9670Manifying blib/man3/Moose::Manual::MooseX.3pm
9671Manifying blib/man3/Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent.3pm
9672Manifying blib/man3/Moose::Meta::Role::Method::Required.3pm
9673Manifying blib/man3/Moose::Cookbook::Roles::Restartable_AdvancedComposition.3pm
9674Manifying blib/man3/Moose::Meta::Role::Composite.3pm
9675Manifying blib/man3/Moose::Deprecated.3pm
9676Manifying blib/man3/Moose::Cookbook::Legacy::Table_ClassMetaclass.3pm
9677Manifying blib/man3/Class::MOP::MiniTrait.3pm
9678Manifying blib/man3/Moose::Spec::Role.3pm
9679Manifying blib/man3/Moose::Meta::Class.3pm
9680Manifying blib/man3/Moose::Cookbook::Meta::GlobRef_InstanceMetaclass.3pm
9681Manifying blib/man3/Moose::Manual::Exceptions::Manifest.3pm
9682Manifying blib/man3/oose.3pm
9683Manifying blib/man3/Moose::Util.3pm
9684Manifying blib/man3/Class::MOP::Mixin::AttributeCore.3pm
9685Manifying blib/man3/Class::MOP::Method::Generated.3pm
9686Manifying blib/man3/Moose::Manual::FAQ.3pm
9687Manifying blib/man3/Moose::Role.3pm
9688Manifying blib/man3/Moose::Meta::Role::Method::Conflicting.3pm
9689Manifying blib/man3/Class::MOP::Mixin::HasMethods.3pm
9690Manifying blib/man3/Moose::Manual::Attributes.3pm
9691Manifying blib/man3/Class::MOP::Package.3pm
9692Manifying blib/man3/Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass.3pm
9693Manifying blib/man3/Class::MOP.3pm
9694Manifying blib/man3/Moose::Cookbook::Meta::WhyMeta.3pm
9695Manifying blib/man3/Moose::Cookbook::Style.3pm
9696Manifying blib/man3/Class::MOP::Method::Accessor.3pm
9697Manifying blib/man3/Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD.3pm
9698Manifying blib/man3/Moose::Meta::TypeConstraint::DuckType.3pm
9699Manifying blib/man3/Moose::Manual::Resources.3pm
9700Manifying blib/man3/Moose::Meta::TypeConstraint::Class.3pm
9701Manifying blib/man3/Class::MOP::Method.3pm
9702Manifying blib/man3/Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion.3pm
9703Manifying blib/man3/Moose::Meta::Attribute::Native::Trait.3pm
9704Manifying blib/man3/Moose::Meta::TypeConstraint::Union.3pm
9705Manifying blib/man3/Moose::Meta::Method::Augmented.3pm
9706Manifying blib/man3/Class::MOP::Mixin.3pm
9707Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Code.3pm
9708Manifying blib/man3/Moose::Manual::Contributing.3pm
9709Manifying blib/man3/Class::MOP::Module.3pm
9710Manifying blib/man3/Moose::Manual::MethodModifiers.3pm
9711Manifying blib/man3/Moose::Meta::Attribute.3pm
9712Manifying blib/man3/Moose::Meta::TypeConstraint::Parameterized.3pm
9713Manifying blib/man3/Moose::Cookbook.3pm
9714Manifying blib/man3/Moose::Cookbook::Basics::Document_AugmentAndInner.3pm
9715Manifying blib/man3/Moose::Cookbook::Basics::Point_AttributesAndSubclassing.3pm
9716Manifying blib/man3/Class::MOP::Method::Meta.3pm
9717Manifying blib/man3/Moose::Manual::Exceptions.3pm
9718Manifying blib/man3/Moose::Cookbook::Extending::ExtensionOverview.3pm
9719Manifying blib/man3/Class::MOP::Attribute.3pm
9720Manifying blib/man3/Moose::Manual.3pm
9721Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Bool.3pm
9722Manifying blib/man3/Moose::Meta::Role::Method.3pm
9723Manifying blib/man3/Moose::Intro.3pm
9724Manifying blib/man3/Moose::Manual::Support.3pm
9725Manifying blib/man3/Moose::Meta::Method::Destructor.3pm
9726Manifying blib/man3/Moose::Cookbook::Legacy::Labeled_AttributeMetaclass.3pm
9727Manifying blib/man3/Moose::Manual::Types.3pm
9728Manifying blib/man3/Moose::Util::TypeConstraints::Builtins.3pm
9729Manifying blib/man3/Moose::Meta::Attribute::Native.3pm
9730Manifying blib/man3/Moose::Cookbook::Roles::ApplicationToInstance.3pm
9731Manifying blib/man3/Moose::Meta::Role::Application::RoleSummation.3pm
9732Manifying blib/man3/Moose::Cookbook::Snack::Keywords.3pm
9733Manifying blib/man3/Moose::Cookbook::Basics::Company_Subtypes.3pm
9734Manifying blib/man3/Class::MOP::Method::Wrapped.3pm
9735Manifying blib/man3/Moose::Meta::Class::Immutable::Trait.3pm
9736Manifying blib/man3/Moose::Meta::Object::Trait.3pm
9737Manifying blib/man3/Moose::Cookbook::Extending::Mooseish_MooseSugar.3pm
9738Manifying blib/man3/Moose::Cookbook::Legacy::Debugging_BaseClassReplacement.3pm
9739Manifying blib/man3/metaclass.3pm
9740Manifying blib/man3/Class::MOP::Deprecated.3pm
9741Manifying blib/man3/Moose::Meta::Mixin::AttributeCore.3pm
9742Manifying blib/man3/Class::MOP::Overload.3pm
9743Manifying blib/man3/Moose::Manual::Delegation.3pm
9744Manifying blib/man3/Moose::Meta::Method.3pm
9745Manifying blib/man3/Moose::Manual::Delta.3pm
9746Manifying blib/man3/Moose::Manual::Unsweetened.3pm
9747Manifying blib/man3/Moose::Meta::TypeConstraint::Registry.3pm
9748Manifying blib/man3/Moose::Util::TypeConstraints.3pm
9749Manifying blib/man3/Moose::Meta::Role::Application::ToInstance.3pm
9750Manifying blib/man3/Moose::Meta::Role::Application::ToClass.3pm
9751Manifying blib/man3/Moose::Object.3pm
9752Manifying blib/man3/Moose::Meta::TypeCoercion.3pm
9753Manifying blib/man3/Class::MOP::Object.3pm
9754Manifying blib/man3/Moose::Meta::Method::Meta.3pm
9755Manifying blib/man3/Moose::Meta::TypeConstraint::Role.3pm
9756Manifying blib/man3/Moose::Meta::Role.3pm
9757Manifying blib/man3/Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion.3pm
9758Manifying blib/man3/Moose::Meta::Role::Attribute.3pm
9759Manifying blib/man3/Moose::Manual::Concepts.3pm
9760Manifying blib/man3/Moose::Meta::Instance.3pm
9761Manifying blib/man3/Moose::Unsweetened.3pm
9762Manifying blib/man3/Class::MOP::Class::Immutable::Trait.3pm
9763Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::String.3pm
9764Manifying blib/man3/Class::MOP::Mixin::HasOverloads.3pm
9765Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Number.3pm
9766Manifying blib/man3/Moose::Meta::Role::Application::ToRole.3pm
9767Manifying blib/man3/Moose::Meta::TypeConstraint::Enum.3pm
9768Manifying blib/man3/Moose::Exporter.3pm
9769Manifying blib/man3/Class::MOP::Method::Inlined.3pm
9770Manifying blib/man3/Moose::Exception.3pm
9771Manifying blib/man3/Moose::Cookbook::Snack::Types.3pm
9772Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Array.3pm
9773Manifying blib/man3/Moose::Meta::Role::Application.3pm
9774Manifying blib/man3/Moose.3pm
9775Manifying blib/man3/Moose::Cookbook::Extending::Debugging_BaseClassRole.3pm
9776Manifying blib/man3/Moose::Meta::Method::Constructor.3pm
9777Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Counter.3pm
9778Manifying blib/man3/Moose::Meta::TypeConstraint.3pm
9779Manifying blib/man3/Moose::Cookbook::Basics::Immutable.3pm
9780Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Hash.3pm
9781Manifying blib/man3/Moose::Manual::Construction.3pm
9782Manifying blib/man3/Moose::Util::MetaRole.3pm
9783Manifying blib/man3/Class::MOP::Method::Constructor.3pm
9784Manifying blib/man3/Moose::Manual::Roles.3pm
9785Manifying blib/man3/Moose::Meta::Method::Overridden.3pm
9786Manifying blib/man3/Moose::Manual::BestPractices.3pm
9787Manifying blib/man3/Moose::Cookbook::Meta::Table_MetaclassTrait.3pm
9788Manifying blib/man3/Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing.3pm
9789Manifying blib/man3/Moose::Meta::Method::Accessor.3pm
9790Manifying blib/man3/Moose::Meta::TypeConstraint::Parameterizable.3pm
9791Manifying blib/man3/Moose::Cookbook::Meta::Labeled_AttributeTrait.3pm
9792Manifying blib/man3/Moose::Meta::Method::Delegation.3pm
9793Manifying blib/man3/Class::MOP::Instance.3pm
9794Manifying blib/man3/Class::MOP::Class.3pm
9795Manifying blib/man3/Test::Moose.3pm
9796Manifying blib/man3/Moose::Manual::Classes.3pm
9797 ETHER/Moose-2.1604.tar.gz
9798 /usr/bin/make -- OK
9799Skipping test because of notest pragma
9800Running make install
9801Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
9802Installing /usr/local/lib64/perl5/auto/Moose/Moose.bs
9803Installing /usr/local/lib64/perl5/auto/Moose/Moose.so
9804Installing /usr/local/lib64/perl5/oose.pm
9805Installing /usr/local/lib64/perl5/metaclass.pm
9806Installing /usr/local/lib64/perl5/Moose.pm
9807Installing /usr/local/lib64/perl5/Test/Moose.pm
9808Installing /usr/local/lib64/perl5/Class/MOP.pm
9809Installing /usr/local/lib64/perl5/Class/MOP/MiniTrait.pm
9810Installing /usr/local/lib64/perl5/Class/MOP/Module.pm
9811Installing /usr/local/lib64/perl5/Class/MOP/Method.pm
9812Installing /usr/local/lib64/perl5/Class/MOP/Attribute.pm
9813Installing /usr/local/lib64/perl5/Class/MOP/Instance.pm
9814Installing /usr/local/lib64/perl5/Class/MOP/Deprecated.pm
9815Installing /usr/local/lib64/perl5/Class/MOP/Class.pm
9816Installing /usr/local/lib64/perl5/Class/MOP/Overload.pm
9817Installing /usr/local/lib64/perl5/Class/MOP/Package.pm
9818Installing /usr/local/lib64/perl5/Class/MOP/Object.pm
9819Installing /usr/local/lib64/perl5/Class/MOP/Mixin.pm
9820Installing /usr/local/lib64/perl5/Class/MOP/Method/Meta.pm
9821Installing /usr/local/lib64/perl5/Class/MOP/Method/Inlined.pm
9822Installing /usr/local/lib64/perl5/Class/MOP/Method/Generated.pm
9823Installing /usr/local/lib64/perl5/Class/MOP/Method/Constructor.pm
9824Installing /usr/local/lib64/perl5/Class/MOP/Method/Wrapped.pm
9825Installing /usr/local/lib64/perl5/Class/MOP/Method/Accessor.pm
9826Installing /usr/local/lib64/perl5/Class/MOP/Class/Immutable/Trait.pm
9827Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasMethods.pm
9828Installing /usr/local/lib64/perl5/Class/MOP/Mixin/AttributeCore.pm
9829Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasAttributes.pm
9830Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasOverloads.pm
9831Installing /usr/local/lib64/perl5/Moose/Role.pm
9832Installing /usr/local/lib64/perl5/Moose/Cookbook.pod
9833Installing /usr/local/lib64/perl5/Moose/Conflicts.pm
9834Installing /usr/local/lib64/perl5/Moose/Exception.pm
9835Installing /usr/local/lib64/perl5/Moose/Manual.pod
9836Installing /usr/local/lib64/perl5/Moose/Unsweetened.pod
9837Installing /usr/local/lib64/perl5/Moose/Exporter.pm
9838Installing /usr/local/lib64/perl5/Moose/Intro.pod
9839Installing /usr/local/lib64/perl5/Moose/Util.pm
9840Installing /usr/local/lib64/perl5/Moose/Deprecated.pm
9841Installing /usr/local/lib64/perl5/Moose/Object.pm
9842Installing /usr/local/lib64/perl5/Moose/Meta/Role.pm
9843Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint.pm
9844Installing /usr/local/lib64/perl5/Moose/Meta/Method.pm
9845Installing /usr/local/lib64/perl5/Moose/Meta/Attribute.pm
9846Installing /usr/local/lib64/perl5/Moose/Meta/Instance.pm
9847Installing /usr/local/lib64/perl5/Moose/Meta/Class.pm
9848Installing /usr/local/lib64/perl5/Moose/Meta/TypeCoercion.pm
9849Installing /usr/local/lib64/perl5/Moose/Meta/Object/Trait.pm
9850Installing /usr/local/lib64/perl5/Moose/Meta/Method/Meta.pm
9851Installing /usr/local/lib64/perl5/Moose/Meta/Method/Overridden.pm
9852Installing /usr/local/lib64/perl5/Moose/Meta/Method/Augmented.pm
9853Installing /usr/local/lib64/perl5/Moose/Meta/Method/Delegation.pm
9854Installing /usr/local/lib64/perl5/Moose/Meta/Method/Destructor.pm
9855Installing /usr/local/lib64/perl5/Moose/Meta/Method/Constructor.pm
9856Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor.pm
9857Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native.pm
9858Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array.pm
9859Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Collection.pm
9860Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash.pm
9861Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Writer.pm
9862Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Reader.pm
9863Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/kv.pm
9864Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/count.pm
9865Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/elements.pm
9866Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/set.pm
9867Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/delete.pm
9868Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm
9869Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm
9870Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/values.pm
9871Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/defined.pm
9872Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/keys.pm
9873Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/clear.pm
9874Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm
9875Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/exists.pm
9876Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm
9877Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/get.pm
9878Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/inc.pm
9879Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/set.pm
9880Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/dec.pm
9881Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/reset.pm
9882Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm
9883Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm
9884Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/set.pm
9885Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/not.pm
9886Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/unset.pm
9887Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/mod.pm
9888Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/div.pm
9889Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/add.pm
9890Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/abs.pm
9891Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/set.pm
9892Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/mul.pm
9893Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/sub.pm
9894Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/substr.pm
9895Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/inc.pm
9896Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/append.pm
9897Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/match.pm
9898Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/clear.pm
9899Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/length.pm
9900Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/chop.pm
9901Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/prepend.pm
9902Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/replace.pm
9903Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/chomp.pm
9904Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Code/execute.pm
9905Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm
9906Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm
9907Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/first.pm
9908Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/unshift.pm
9909Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/map.pm
9910Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/uniq.pm
9911Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/natatime.pm
9912Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/pop.pm
9913Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/count.pm
9914Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/elements.pm
9915Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/set.pm
9916Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/reduce.pm
9917Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/delete.pm
9918Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/push.pm
9919Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm
9920Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/splice.pm
9921Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/sort.pm
9922Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm
9923Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm
9924Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/first_index.pm
9925Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/clear.pm
9926Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/accessor.pm
9927Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/insert.pm
9928Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/grep.pm
9929Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/Writer.pm
9930Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/join.pm
9931Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/get.pm
9932Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shift.pm
9933Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Role.pm
9934Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Parameterized.pm
9935Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Parameterizable.pm
9936Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Registry.pm
9937Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Union.pm
9938Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Enum.pm
9939Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/DuckType.pm
9940Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Class.pm
9941Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native.pm
9942Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait.pm
9943Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Number.pm
9944Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Array.pm
9945Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Code.pm
9946Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Hash.pm
9947Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/String.pm
9948Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Bool.pm
9949Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Counter.pm
9950Installing /usr/local/lib64/perl5/Moose/Meta/TypeCoercion/Union.pm
9951Installing /usr/local/lib64/perl5/Moose/Meta/Class/Immutable/Trait.pm
9952Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method.pm
9953Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application.pm
9954Installing /usr/local/lib64/perl5/Moose/Meta/Role/Attribute.pm
9955Installing /usr/local/lib64/perl5/Moose/Meta/Role/Composite.pm
9956Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method/Conflicting.pm
9957Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method/Required.pm
9958Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToInstance.pm
9959Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/RoleSummation.pm
9960Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToClass.pm
9961Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToRole.pm
9962Installing /usr/local/lib64/perl5/Moose/Meta/Mixin/AttributeCore.pm
9963Installing /usr/local/lib64/perl5/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm
9964Installing /usr/local/lib64/perl5/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm
9965Installing /usr/local/lib64/perl5/Moose/Exception/CanExtendOnlyClasses.pm
9966Installing /usr/local/lib64/perl5/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm
9967Installing /usr/local/lib64/perl5/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm
9968Installing /usr/local/lib64/perl5/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm
9969Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm
9970Installing /usr/local/lib64/perl5/Moose/Exception/OverloadConflictInSummation.pm
9971Installing /usr/local/lib64/perl5/Moose/Exception/SingleParamsToNewMustBeHashRef.pm
9972Installing /usr/local/lib64/perl5/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm
9973Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectsMoreArgs.pm
9974Installing /usr/local/lib64/perl5/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm
9975Installing /usr/local/lib64/perl5/Moose/Exception/EnumValuesMustBeString.pm
9976Installing /usr/local/lib64/perl5/Moose/Exception/CannotCalculateNativeType.pm
9977Installing /usr/local/lib64/perl5/Moose/Exception/CannotLocatePackageInINC.pm
9978Installing /usr/local/lib64/perl5/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm
9979Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm
9980Installing /usr/local/lib64/perl5/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm
9981Installing /usr/local/lib64/perl5/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm
9982Installing /usr/local/lib64/perl5/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm
9983Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm
9984Installing /usr/local/lib64/perl5/Moose/Exception/BuilderDoesNotExist.pm
9985Installing /usr/local/lib64/perl5/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm
9986Installing /usr/local/lib64/perl5/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm
9987Installing /usr/local/lib64/perl5/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm
9988Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotEvalDestructor.pm
9989Installing /usr/local/lib64/perl5/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm
9990Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAMethodName.pm
9991Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm
9992Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMustBeAMethodName.pm
9993Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyPackageNameAndName.pm
9994Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideALocalMethod.pm
9995Installing /usr/local/lib64/perl5/Moose/Exception/MessageParameterMustBeCodeRef.pm
9996Installing /usr/local/lib64/perl5/Moose/Exception/NoParentGivenToSubtype.pm
9997Installing /usr/local/lib64/perl5/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm
9998Installing /usr/local/lib64/perl5/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm
9999Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm
10000Installing /usr/local/lib64/perl5/Moose/Exception/CanReblessOnlyIntoASubclass.pm
10001Installing /usr/local/lib64/perl5/Moose/Exception/PackagesAndModulesAreNotCachable.pm
10002Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm
10003Installing /usr/local/lib64/perl5/Moose/Exception/ClassDoesTheExcludedRole.pm
10004Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneMethod.pm
10005Installing /usr/local/lib64/perl5/Moose/Exception/InvalidHandleValue.pm
10006Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm
10007Installing /usr/local/lib64/perl5/Moose/Exception/MustPassEvenNumberOfArguments.pm
10008Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm
10009Installing /usr/local/lib64/perl5/Moose/Exception/AttributeConflictInRoles.pm
10010Installing /usr/local/lib64/perl5/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm
10011Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm
10012Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindDelegateMetaclass.pm
10013Installing /usr/local/lib64/perl5/Moose/Exception/CoercingWithoutCoercions.pm
10014Installing /usr/local/lib64/perl5/Moose/Exception/CircularReferenceInAlso.pm
10015Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm
10016Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindType.pm
10017Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm
10018Installing /usr/local/lib64/perl5/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm
10019Installing /usr/local/lib64/perl5/Moose/Exception/NoDestructorClassSpecified.pm
10020Installing /usr/local/lib64/perl5/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm
10021Installing /usr/local/lib64/perl5/Moose/Exception/AttributeIsRequired.pm
10022Installing /usr/local/lib64/perl5/Moose/Exception/CanOnlyConsumeRole.pm
10023Installing /usr/local/lib64/perl5/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm
10024Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm
10025Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesArrayRefOfRoles.pm
10026Installing /usr/local/lib64/perl5/Moose/Exception/AttributeNamesDoNotMatch.pm
10027Installing /usr/local/lib64/perl5/Moose/Exception/CanReblessOnlyIntoASuperclass.pm
10028Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm
10029Installing /usr/local/lib64/perl5/Moose/Exception/CannotCoerceAWeakRef.pm
10030Installing /usr/local/lib64/perl5/Moose/Exception/NoCasesMatched.pm
10031Installing /usr/local/lib64/perl5/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm
10032Installing /usr/local/lib64/perl5/Moose/Exception/ExtendsMissingArgs.pm
10033Installing /usr/local/lib64/perl5/Moose/Exception/DoesRequiresRoleName.pm
10034Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportExtends.pm
10035Installing /usr/local/lib64/perl5/Moose/Exception/RequiredMethodsNotImplementedByClass.pm
10036Installing /usr/local/lib64/perl5/Moose/Exception/RequiredAttributeLacksInitialization.pm
10037Installing /usr/local/lib64/perl5/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm
10038Installing /usr/local/lib64/perl5/Moose/Exception/CannotDelegateWithoutIsa.pm
10039Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAnOverloadOperator.pm
10040Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm
10041Installing /usr/local/lib64/perl5/Moose/Exception/CoercionNeedsTypeConstraint.pm
10042Installing /usr/local/lib64/perl5/Moose/Exception/AttributeValueIsNotAnObject.pm
10043Installing /usr/local/lib64/perl5/Moose/Exception/MethodModifierNeedsMethodName.pm
10044Installing /usr/local/lib64/perl5/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm
10045Installing /usr/local/lib64/perl5/Moose/Exception/LazyAttributeNeedsADefault.pm
10046Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneRole.pm
10047Installing /usr/local/lib64/perl5/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm
10048Installing /usr/local/lib64/perl5/Moose/Exception/OverrideConflictInSummation.pm
10049Installing /usr/local/lib64/perl5/Moose/Exception/MatchActionMustBeACodeRef.pm
10050Installing /usr/local/lib64/perl5/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm
10051Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm
10052Installing /usr/local/lib64/perl5/Moose/Exception/CannotMakeMetaclassCompatible.pm
10053Installing /usr/local/lib64/perl5/Moose/Exception/TriggerMustBeACodeRef.pm
10054Installing /usr/local/lib64/perl5/Moose/Exception/NoConstraintCheckForTypeConstraint.pm
10055Installing /usr/local/lib64/perl5/Moose/Exception/InitMetaRequiresClass.pm
10056Installing /usr/local/lib64/perl5/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm
10057Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaClass.pm
10058Installing /usr/local/lib64/perl5/Moose/Exception/CodeBlockMustBeACodeRef.pm
10059Installing /usr/local/lib64/perl5/Moose/Exception/InvalidOverloadOperator.pm
10060Installing /usr/local/lib64/perl5/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm
10061Installing /usr/local/lib64/perl5/Moose/Exception/CannotAutoDerefWithoutIsa.pm
10062Installing /usr/local/lib64/perl5/Moose/Exception/AttributeValueIsNotDefined.pm
10063Installing /usr/local/lib64/perl5/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm
10064Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassTypeIncompatible.pm
10065Installing /usr/local/lib64/perl5/Moose/Exception/InvalidValueForIs.pm
10066Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm
10067Installing /usr/local/lib64/perl5/Moose/Exception/CannotGenerateInlineConstraint.pm
10068Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectedAMetaclassObject.pm
10069Installing /usr/local/lib64/perl5/Moose/Exception/WrapTakesACodeRefToBless.pm
10070Installing /usr/local/lib64/perl5/Moose/Exception/InvalidHasProvidedInARole.pm
10071Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAMetaclass.pm
10072Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm
10073Installing /usr/local/lib64/perl5/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm
10074Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotEvalConstructor.pm
10075Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm
10076Installing /usr/local/lib64/perl5/Moose/Exception/PackageDoesNotUseMooseExporter.pm
10077Installing /usr/local/lib64/perl5/Moose/Exception/ApplyTakesABlessedInstance.pm
10078Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm
10079Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm
10080Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm
10081Installing /usr/local/lib64/perl5/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm
10082Installing /usr/local/lib64/perl5/Moose/Exception/CannotCallAnAbstractBaseMethod.pm
10083Installing /usr/local/lib64/perl5/Moose/Exception/IsaDoesNotDoTheRole.pm
10084Installing /usr/local/lib64/perl5/Moose/Exception/RoleNameRequired.pm
10085Installing /usr/local/lib64/perl5/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm
10086Installing /usr/local/lib64/perl5/Moose/Exception/InstanceMustBeABlessedReference.pm
10087Installing /usr/local/lib64/perl5/Moose/Exception/RequiredAttributeNeedsADefault.pm
10088Installing /usr/local/lib64/perl5/Moose/Exception/MustProvideANameForTheAttribute.pm
10089Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotCreateWriter.pm
10090Installing /usr/local/lib64/perl5/Moose/Exception/InvalidRoleApplication.pm
10091Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm
10092Installing /usr/local/lib64/perl5/Moose/Exception/RolesInCreateTakesAnArrayRef.pm
10093Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameNotGiven.pm
10094Installing /usr/local/lib64/perl5/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm
10095Installing /usr/local/lib64/perl5/Moose/Exception/InitializeTakesUnBlessedPackageName.pm
10096Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm
10097Installing /usr/local/lib64/perl5/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm
10098Installing /usr/local/lib64/perl5/Moose/Exception/ParameterIsNotSubtypeOfParent.pm
10099Installing /usr/local/lib64/perl5/Moose/Exception/IsaLacksDoesMethod.pm
10100Installing /usr/local/lib64/perl5/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm
10101Installing /usr/local/lib64/perl5/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm
10102Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm
10103Installing /usr/local/lib64/perl5/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm
10104Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm
10105Installing /usr/local/lib64/perl5/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm
10106Installing /usr/local/lib64/perl5/Moose/Exception/NoAttributeFoundInSuperClass.pm
10107Installing /usr/local/lib64/perl5/Moose/Exception/TypeParameterMustBeMooseMetaType.pm
10108Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm
10109Installing /usr/local/lib64/perl5/Moose/Exception/RequiredMethodsImportedByClass.pm
10110Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportAugment.pm
10111Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesHashRefOfMethods.pm
10112Installing /usr/local/lib64/perl5/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm
10113Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm
10114Installing /usr/local/lib64/perl5/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm
10115Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotCreateMethod.pm
10116Installing /usr/local/lib64/perl5/Moose/Exception/CannotAddAsAnAttributeToARole.pm
10117Installing /usr/local/lib64/perl5/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm
10118Installing /usr/local/lib64/perl5/Moose/Exception/InvalidTypeConstraint.pm
10119Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAHashOfOptions.pm
10120Installing /usr/local/lib64/perl5/Moose/Exception/ClassDoesNotHaveInitMeta.pm
10121Installing /usr/local/lib64/perl5/Moose/Exception/CallingMethodOnAnImmutableInstance.pm
10122Installing /usr/local/lib64/perl5/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm
10123Installing /usr/local/lib64/perl5/Moose/Exception/AccessorMustReadWrite.pm
10124Installing /usr/local/lib64/perl5/Moose/Exception/CannotApplyBaseClassRolesToRole.pm
10125Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyADelegateToMethod.pm
10126Installing /usr/local/lib64/perl5/Moose/Exception/CannotFixMetaclassCompatibility.pm
10127Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportInner.pm
10128Installing /usr/local/lib64/perl5/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm
10129Installing /usr/local/lib64/perl5/Moose/Exception/ClassNamesDoNotMatch.pm
10130Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm
10131Installing /usr/local/lib64/perl5/Moose/Exception/IllegalInheritedOptions.pm
10132Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresNamesForCoderef.pm
10133Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgumentsToTraitAliases.pm
10134Installing /usr/local/lib64/perl5/Moose/Exception/UndefinedHashKeysPassedToMethod.pm
10135Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm
10136Installing /usr/local/lib64/perl5/Moose/Exception/RoleDoesTheExcludedRole.pm
10137Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm
10138Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectsFewerArgs.pm
10139Installing /usr/local/lib64/perl5/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm
10140Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesHashRefOfAttributes.pm
10141Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAnOperator.pm
10142Installing /usr/local/lib64/perl5/Moose/Exception/WrongTypeConstraintGiven.pm
10143Installing /usr/local/lib64/perl5/Moose/Exception/CannotCallAnAbstractMethod.pm
10144Installing /usr/local/lib64/perl5/Moose/Exception/OnlyInstancesCanBeCloned.pm
10145Installing /usr/local/lib64/perl5/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm
10146Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaMethod.pm
10147Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideNoSuperMethod.pm
10148Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm
10149Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm
10150Installing /usr/local/lib64/perl5/Moose/Exception/CanOnlyWrapBlessedCode.pm
10151Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameConflictInRoles.pm
10152Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgumentToMethod.pm
10153Installing /usr/local/lib64/perl5/Moose/Exception/NeitherClassNorClassNameIsGiven.pm
10154Installing /usr/local/lib64/perl5/Moose/Exception/OverrideConflictInComposition.pm
10155Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm
10156Installing /usr/local/lib64/perl5/Moose/Exception/ValidationFailedForTypeConstraint.pm
10157Installing /usr/local/lib64/perl5/Moose/Exception/ConstructClassInstanceTakesPackageName.pm
10158Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaOverload.pm
10159Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAnAttributeName.pm
10160Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm
10161Installing /usr/local/lib64/perl5/Moose/Exception/AttributeConflictInSummation.pm
10162Installing /usr/local/lib64/perl5/Moose/Exception/BadOptionFormat.pm
10163Installing /usr/local/lib64/perl5/Moose/Exception/CannotAugmentNoSuperMethod.pm
10164Installing /usr/local/lib64/perl5/Moose/Exception/CoercionAlreadyExists.pm
10165Installing /usr/local/lib64/perl5/Moose/Exception/RoleExclusionConflict.pm
10166Installing /usr/local/lib64/perl5/Moose/Exception/HandlesMustBeAHashRef.pm
10167Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassNotLoaded.pm
10168Installing /usr/local/lib64/perl5/Moose/Exception/UnableToCanonicalizeHandles.pm
10169Installing /usr/local/lib64/perl5/Moose/Exception/InstanceBlessedIntoWrongClass.pm
10170Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm
10171Installing /usr/local/lib64/perl5/Moose/Exception/Legacy.pm
10172Installing /usr/local/lib64/perl5/Moose/Exception/InvalidNameForType.pm
10173Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotParseType.pm
10174Installing /usr/local/lib64/perl5/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm
10175Installing /usr/local/lib64/perl5/Moose/Exception/TypeConstraintIsAlreadyCreated.pm
10176Installing /usr/local/lib64/perl5/Moose/Exception/OperatorIsRequired.pm
10177Installing /usr/local/lib64/perl5/Moose/Exception/CannotInlineTypeConstraintCheck.pm
10178Installing /usr/local/lib64/perl5/Moose/Exception/Role/InvalidAttributeOptions.pm
10179Installing /usr/local/lib64/perl5/Moose/Exception/Role/Role.pm
10180Installing /usr/local/lib64/perl5/Moose/Exception/Role/AttributeName.pm
10181Installing /usr/local/lib64/perl5/Moose/Exception/Role/TypeConstraint.pm
10182Installing /usr/local/lib64/perl5/Moose/Exception/Role/InstanceClass.pm
10183Installing /usr/local/lib64/perl5/Moose/Exception/Role/Method.pm
10184Installing /usr/local/lib64/perl5/Moose/Exception/Role/Attribute.pm
10185Installing /usr/local/lib64/perl5/Moose/Exception/Role/ParamsHash.pm
10186Installing /usr/local/lib64/perl5/Moose/Exception/Role/RoleForCreateMOPClass.pm
10187Installing /usr/local/lib64/perl5/Moose/Exception/Role/Instance.pm
10188Installing /usr/local/lib64/perl5/Moose/Exception/Role/Class.pm
10189Installing /usr/local/lib64/perl5/Moose/Exception/Role/EitherAttributeOrAttributeName.pm
10190Installing /usr/local/lib64/perl5/Moose/Exception/Role/RoleForCreate.pm
10191Installing /usr/local/lib64/perl5/Moose/Manual/MooseX.pod
10192Installing /usr/local/lib64/perl5/Moose/Manual/Delta.pod
10193Installing /usr/local/lib64/perl5/Moose/Manual/Contributing.pod
10194Installing /usr/local/lib64/perl5/Moose/Manual/FAQ.pod
10195Installing /usr/local/lib64/perl5/Moose/Manual/Attributes.pod
10196Installing /usr/local/lib64/perl5/Moose/Manual/Types.pod
10197Installing /usr/local/lib64/perl5/Moose/Manual/Concepts.pod
10198Installing /usr/local/lib64/perl5/Moose/Manual/Unsweetened.pod
10199Installing /usr/local/lib64/perl5/Moose/Manual/Delegation.pod
10200Installing /usr/local/lib64/perl5/Moose/Manual/Exceptions.pod
10201Installing /usr/local/lib64/perl5/Moose/Manual/Resources.pod
10202Installing /usr/local/lib64/perl5/Moose/Manual/Roles.pod
10203Installing /usr/local/lib64/perl5/Moose/Manual/Classes.pod
10204Installing /usr/local/lib64/perl5/Moose/Manual/Construction.pod
10205Installing /usr/local/lib64/perl5/Moose/Manual/Support.pod
10206Installing /usr/local/lib64/perl5/Moose/Manual/BestPractices.pod
10207Installing /usr/local/lib64/perl5/Moose/Manual/MOP.pod
10208Installing /usr/local/lib64/perl5/Moose/Manual/MethodModifiers.pod
10209Installing /usr/local/lib64/perl5/Moose/Manual/Exceptions/Manifest.pod
10210Installing /usr/local/lib64/perl5/Moose/Util/MetaRole.pm
10211Installing /usr/local/lib64/perl5/Moose/Util/TypeConstraints.pm
10212Installing /usr/local/lib64/perl5/Moose/Util/TypeConstraints/Builtins.pm
10213Installing /usr/local/lib64/perl5/Moose/Spec/Role.pod
10214Installing /usr/local/lib64/perl5/Moose/Cookbook/Style.pod
10215Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod
10216Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod
10217Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
10218Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/WhyMeta.pod
10219Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/Table_MetaclassTrait.pod
10220Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod
10221Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/ExtensionOverview.pod
10222Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod
10223Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod
10224Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/ApplicationToInstance.pod
10225Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/Comparable_CodeReuse.pod
10226Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod
10227Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod
10228Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod
10229Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod
10230Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod
10231Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod
10232Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Immutable.pod
10233Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod
10234Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod
10235Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Document_AugmentAndInner.pod
10236Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod
10237Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod
10238Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod
10239Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Company_Subtypes.pod
10240Installing /usr/local/lib64/perl5/Moose/Cookbook/Snack/Keywords.pod
10241Installing /usr/local/lib64/perl5/Moose/Cookbook/Snack/Types.pod
10242Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait.3pm
10243Installing /usr/local/share/man/man3/Moose::Manual::Contributing.3pm
10244Installing /usr/local/share/man/man3/oose.3pm
10245Installing /usr/local/share/man/man3/Moose::Cookbook::Style.3pm
10246Installing /usr/local/share/man/man3/Moose::Manual::MooseX.3pm
10247Installing /usr/local/share/man/man3/Moose::Manual::Resources.3pm
10248Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::WhyMeta.3pm
10249Installing /usr/local/share/man/man3/Moose::Manual.3pm
10250Installing /usr/local/share/man/man3/Class::MOP::Method::Constructor.3pm
10251Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native.3pm
10252Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Enum.3pm
10253Installing /usr/local/share/man/man3/metaclass.3pm
10254Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToInstance.3pm
10255Installing /usr/local/share/man/man3/Class::MOP::Object.3pm
10256Installing /usr/local/share/man/man3/Moose::Manual::MOP.3pm
10257Installing /usr/local/share/man/man3/Moose::Meta::Method::Meta.3pm
10258Installing /usr/local/share/man/man3/Moose::Util::TypeConstraints::Builtins.3pm
10259Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild.3pm
10260Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD.3pm
10261Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Counter.3pm
10262Installing /usr/local/share/man/man3/Moose::Meta::Class.3pm
10263Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::DuckType.3pm
10264Installing /usr/local/share/man/man3/Moose::Meta::Method::Delegation.3pm
10265Installing /usr/local/share/man/man3/Moose::Meta::Role::Attribute.3pm
10266Installing /usr/local/share/man/man3/Class::MOP::Module.3pm
10267Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent.3pm
10268Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Bool.3pm
10269Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Role.3pm
10270Installing /usr/local/share/man/man3/Moose::Meta::Object::Trait.3pm
10271Installing /usr/local/share/man/man3/Moose::Manual::Support.3pm
10272Installing /usr/local/share/man/man3/Moose::Meta::Class::Immutable::Trait.3pm
10273Installing /usr/local/share/man/man3/Moose::Cookbook::Snack::Keywords.3pm
10274Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::Restartable_AdvancedComposition.3pm
10275Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Number.3pm
10276Installing /usr/local/share/man/man3/Moose::Manual::Classes.3pm
10277Installing /usr/local/share/man/man3/Class::MOP::Method::Wrapped.3pm
10278Installing /usr/local/share/man/man3/Moose::Manual::Delta.3pm
10279Installing /usr/local/share/man/man3/Test::Moose.3pm
10280Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::Mooseish_MooseSugar.3pm
10281Installing /usr/local/share/man/man3/Moose::Meta::Method::Accessor.3pm
10282Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Debugging_BaseClassReplacement.3pm
10283Installing /usr/local/share/man/man3/Moose::Exporter.3pm
10284Installing /usr/local/share/man/man3/Class::MOP::Mixin::AttributeCore.3pm
10285Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::Debugging_BaseClassRole.3pm
10286Installing /usr/local/share/man/man3/Moose::Meta::Role::Method::Conflicting.3pm
10287Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::String.3pm
10288Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToClass.3pm
10289Installing /usr/local/share/man/man3/Moose::Manual::Concepts.3pm
10290Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing.3pm
10291Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::Table_MetaclassTrait.3pm
10292Installing /usr/local/share/man/man3/Moose::Meta::TypeCoercion::Union.3pm
10293Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasMethods.3pm
10294Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Point_AttributesAndSubclassing.3pm
10295Installing /usr/local/share/man/man3/Moose::Unsweetened.3pm
10296Installing /usr/local/share/man/man3/Moose::Role.3pm
10297Installing /usr/local/share/man/man3/Class::MOP::Method::Generated.3pm
10298Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Labeled_AttributeMetaclass.3pm
10299Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::ExtensionOverview.3pm
10300Installing /usr/local/share/man/man3/Moose::Meta::Instance.3pm
10301Installing /usr/local/share/man/man3/Moose::Cookbook::Snack::Types.3pm
10302Installing /usr/local/share/man/man3/Class::MOP::Method.3pm
10303Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Class.3pm
10304Installing /usr/local/share/man/man3/Moose::Meta::Role::Method::Required.3pm
10305Installing /usr/local/share/man/man3/Moose::Manual::FAQ.3pm
10306Installing /usr/local/share/man/man3/Moose::Util::MetaRole.3pm
10307Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Table_ClassMetaclass.3pm
10308Installing /usr/local/share/man/man3/Moose::Manual::MethodModifiers.3pm
10309Installing /usr/local/share/man/man3/Class::MOP.3pm
10310Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Array.3pm
10311Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion.3pm
10312Installing /usr/local/share/man/man3/Class::MOP::MiniTrait.3pm
10313Installing /usr/local/share/man/man3/Moose::Meta::Role::Application.3pm
10314Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BinaryTree_AttributeFeatures.3pm
10315Installing /usr/local/share/man/man3/Moose::Manual::Construction.3pm
10316Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Union.3pm
10317Installing /usr/local/share/man/man3/Moose::Manual::Exceptions::Manifest.3pm
10318Installing /usr/local/share/man/man3/Moose::Intro.3pm
10319Installing /usr/local/share/man/man3/Moose::Meta::Role.3pm
10320Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::GlobRef_InstanceMetaclass.3pm
10321Installing /usr/local/share/man/man3/Moose::Meta::Mixin::AttributeCore.3pm
10322Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Document_AugmentAndInner.3pm
10323Installing /usr/local/share/man/man3/Moose::Manual::Roles.3pm
10324Installing /usr/local/share/man/man3/Moose::Meta::Method.3pm
10325Installing /usr/local/share/man/man3/Class::MOP::Attribute.3pm
10326Installing /usr/local/share/man/man3/Moose::Spec::Role.3pm
10327Installing /usr/local/share/man/man3/Class::MOP::Method::Accessor.3pm
10328Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass.3pm
10329Installing /usr/local/share/man/man3/Moose::Util::TypeConstraints.3pm
10330Installing /usr/local/share/man/man3/Class::MOP::Deprecated.3pm
10331Installing /usr/local/share/man/man3/Class::MOP::Method::Meta.3pm
10332Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Code.3pm
10333Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Company_Subtypes.3pm
10334Installing /usr/local/share/man/man3/Moose::Object.3pm
10335Installing /usr/local/share/man/man3/Class::MOP::Method::Inlined.3pm
10336Installing /usr/local/share/man/man3/Class::MOP::Class::Immutable::Trait.3pm
10337Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Immutable.3pm
10338Installing /usr/local/share/man/man3/Moose::Cookbook.3pm
10339Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Hash.3pm
10340Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Registry.3pm
10341Installing /usr/local/share/man/man3/Class::MOP::Class.3pm
10342Installing /usr/local/share/man/man3/Moose::Meta::Attribute.3pm
10343Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion.3pm
10344Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasAttributes.3pm
10345Installing /usr/local/share/man/man3/Class::MOP::Mixin.3pm
10346Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Parameterizable.3pm
10347Installing /usr/local/share/man/man3/Moose::Manual::Attributes.3pm
10348Installing /usr/local/share/man/man3/Moose::Meta::TypeCoercion.3pm
10349Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::Comparable_CodeReuse.3pm
10350Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint.3pm
10351Installing /usr/local/share/man/man3/Moose::Meta::Method::Overridden.3pm
10352Installing /usr/local/share/man/man3/Moose::Meta::Role::Method.3pm
10353Installing /usr/local/share/man/man3/Moose::Meta::Method::Constructor.3pm
10354Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::ApplicationToInstance.3pm
10355Installing /usr/local/share/man/man3/Moose::Meta::Role::Composite.3pm
10356Installing /usr/local/share/man/man3/Class::MOP::Overload.3pm
10357Installing /usr/local/share/man/man3/Moose::Meta::Method::Augmented.3pm
10358Installing /usr/local/share/man/man3/Moose::Exception.3pm
10359Installing /usr/local/share/man/man3/Moose::Manual::Types.3pm
10360Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::Labeled_AttributeTrait.3pm
10361Installing /usr/local/share/man/man3/Moose::Manual::BestPractices.3pm
10362Installing /usr/local/share/man/man3/Moose::Manual::Delegation.3pm
10363Installing /usr/local/share/man/man3/Moose::Manual::Unsweetened.3pm
10364Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasOverloads.3pm
10365Installing /usr/local/share/man/man3/Class::MOP::Package.3pm
10366Installing /usr/local/share/man/man3/Moose::Manual::Exceptions.3pm
10367Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToRole.3pm
10368Installing /usr/local/share/man/man3/Moose::Util.3pm
10369Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Parameterized.3pm
10370Installing /usr/local/share/man/man3/Class::MOP::Instance.3pm
10371Installing /usr/local/share/man/man3/Moose.3pm
10372Installing /usr/local/share/man/man3/Moose::Deprecated.3pm
10373Installing /usr/local/share/man/man3/Moose::Meta::Method::Destructor.3pm
10374Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::RoleSummation.3pm
10375Installing /usr/local/bin/moose-outdated
10376Appending installation info to /usr/lib64/perl5/perllocal.pod
10377 ETHER/Moose-2.1604.tar.gz
10378 /usr/bin/make install -- OK
10379Mouse is up to date (v2.4.5).
10380Running install for module 'Net::CalDAVTalk'
10381Running make for B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
10382Fetching with HTTP::Tiny:
10383http://cpan.dcc.uchile.cl/authors/id/B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
10384Fetching with HTTP::Tiny:
10385http://cpan.dcc.uchile.cl/authors/id/B/BR/BRONG/CHECKSUMS
10386Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz ok
10387
10388 CPAN.pm: Building B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
10389
10390Warning: prerequisite Data::ICal::TimeZone 1.23 not found.
10391Warning: prerequisite DateTime::Format::ICal 0.09 not found.
10392Warning: prerequisite DateTime::Format::ISO8601 0.08 not found.
10393Warning: prerequisite Net::DAVTalk 0.02 not found.
10394Warning: prerequisite Text::LevenshteinXS 0.03 not found.
10395Warning: prerequisite Text::VCardFast 0.06 not found.
10396Checking if your kit is complete...
10397Looks good
10398Writing Makefile for Net::CalDAVTalk
10399Writing MYMETA.yml and MYMETA.json
10400---- Unsatisfied dependencies detected during ----
10401---- BRONG/Net-CalDAVTalk-0.03.tar.gz ----
10402 DateTime::Format::ICal [requires]
10403 Net::DAVTalk [requires]
10404 DateTime::Format::ISO8601 [requires]
10405 Text::VCardFast [requires]
10406 Text::LevenshteinXS [requires]
10407 Data::ICal::TimeZone [requires]
10408Skipping test because of notest pragma
10409Running make install
10410 Delayed until after prerequisites
10411Running install for module 'DateTime::Format::ICal'
10412Running make for D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10413Fetching with HTTP::Tiny:
10414http://cpan.dcc.uchile.cl/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10415Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz ok
10416
10417 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10418
10419Checking prerequisites...
10420 requires:
10421 ! DateTime::Event::ICal is not installed
10422 ! DateTime::Set is not installed
10423
10424ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
10425of the modules indicated above before proceeding with this installation
10426
10427Created MYMETA.yml and MYMETA.json
10428Creating new 'Build' script for 'DateTime-Format-ICal' version '0.09'
10429---- Unsatisfied dependencies detected during ----
10430---- DROLSKY/DateTime-Format-ICal-0.09.tar.gz ----
10431 DateTime::Event::ICal [requires]
10432 DateTime::Set [requires]
10433Skipping test because of notest pragma
10434Running Build install
10435 Delayed until after prerequisites
10436Running install for module 'DateTime::Event::ICal'
10437Running make for F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10438Fetching with HTTP::Tiny:
10439http://cpan.dcc.uchile.cl/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10440Fetching with HTTP::Tiny:
10441http://cpan.dcc.uchile.cl/authors/id/F/FG/FGLOCK/CHECKSUMS
10442Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz ok
10443
10444 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10445
10446Warning: prerequisite DateTime::Event::Recurrence 0.11 not found.
10447Checking if your kit is complete...
10448Looks good
10449Writing Makefile for DateTime::Event::ICal
10450Writing MYMETA.yml and MYMETA.json
10451---- Unsatisfied dependencies detected during ----
10452---- FGLOCK/DateTime-Event-ICal-0.13.tar.gz ----
10453 DateTime::Event::Recurrence [requires]
10454Skipping test because of notest pragma
10455Running make install
10456 Delayed until after prerequisites
10457Running install for module 'DateTime::Event::Recurrence'
10458Running make for F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10459Fetching with HTTP::Tiny:
10460http://cpan.dcc.uchile.cl/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10461Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz ok
10462
10463 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10464
10465Warning: prerequisite DateTime::Set 0.3600 not found.
10466Checking if your kit is complete...
10467Looks good
10468Writing Makefile for DateTime::Event::Recurrence
10469Writing MYMETA.yml and MYMETA.json
10470---- Unsatisfied dependencies detected during ----
10471---- FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz ----
10472 DateTime::Set [requires]
10473Skipping test because of notest pragma
10474Running make install
10475 Delayed until after prerequisites
10476Running install for module 'DateTime::Set'
10477Running make for F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
10478Fetching with HTTP::Tiny:
10479http://cpan.dcc.uchile.cl/authors/id/F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
10480Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz ok
10481
10482 CPAN.pm: Building F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
10483
10484Checking prerequisites...
10485 requires:
10486 ! Set::Infinite is not installed
10487
10488ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
10489of the modules indicated above before proceeding with this installation
10490
10491Created MYMETA.yml and MYMETA.json
10492Creating new 'Build' script for 'DateTime-Set' version '0.3600'
10493---- Unsatisfied dependencies detected during ----
10494---- FGLOCK/DateTime-Set-0.3600.tar.gz ----
10495 Set::Infinite [requires]
10496Skipping test because of notest pragma
10497Running Build install
10498 Delayed until after prerequisites
10499Running install for module 'Set::Infinite'
10500Running make for F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
10501Fetching with HTTP::Tiny:
10502http://cpan.dcc.uchile.cl/authors/id/F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
10503Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/Set-Infinite-0.65.tar.gz ok
10504
10505 CPAN.pm: Building F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
10506
10507Checking if your kit is complete...
10508Looks good
10509Writing Makefile for Set::Infinite
10510Writing MYMETA.yml and MYMETA.json
10511cp lib/Set/Infinite.pm blib/lib/Set/Infinite.pm
10512cp lib/Set/Infinite/Arithmetic.pm blib/lib/Set/Infinite/Arithmetic.pm
10513cp lib/Set/Infinite/Basic.pm blib/lib/Set/Infinite/Basic.pm
10514Manifying blib/man3/Set::Infinite::Arithmetic.3pm
10515Manifying blib/man3/Set::Infinite.3pm
10516Manifying blib/man3/Set::Infinite::Basic.3pm
10517 FGLOCK/Set-Infinite-0.65.tar.gz
10518 /usr/bin/make -- OK
10519Skipping test because of notest pragma
10520Running make install
10521Installing /usr/local/share/perl5/Set/Infinite.pm
10522Installing /usr/local/share/perl5/Set/Infinite/Arithmetic.pm
10523Installing /usr/local/share/perl5/Set/Infinite/Basic.pm
10524Installing /usr/local/share/man/man3/Set::Infinite.3pm
10525Installing /usr/local/share/man/man3/Set::Infinite::Basic.3pm
10526Installing /usr/local/share/man/man3/Set::Infinite::Arithmetic.3pm
10527Appending installation info to /usr/lib64/perl5/perllocal.pod
10528 FGLOCK/Set-Infinite-0.65.tar.gz
10529 /usr/bin/make install -- OK
10530Running Build for F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
10531 Has already been unwrapped into directory /root/.cpan/build/DateTime-Set-0.3600-MIfBRv
10532
10533 CPAN.pm: Building F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
10534
10535Building DateTime-Set
10536 FGLOCK/DateTime-Set-0.3600.tar.gz
10537 ./Build -- OK
10538Skipping test because of notest pragma
10539Running Build install
10540Building DateTime-Set
10541Installing /usr/local/share/perl5/Set/Infinite/_recurrence.pm
10542Installing /usr/local/share/perl5/DateTime/Set.pm
10543Installing /usr/local/share/perl5/DateTime/SpanSet.pm
10544Installing /usr/local/share/perl5/DateTime/Span.pm
10545Installing /usr/local/share/man/man3/DateTime::Span.3pm
10546Installing /usr/local/share/man/man3/Set::Infinite::_recurrence.3pm
10547Installing /usr/local/share/man/man3/DateTime::Set.3pm
10548Installing /usr/local/share/man/man3/DateTime::SpanSet.3pm
10549 FGLOCK/DateTime-Set-0.3600.tar.gz
10550 ./Build install -- OK
10551Running make for F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10552 Has already been unwrapped into directory /root/.cpan/build/DateTime-Event-Recurrence-0.18-66KwOU
10553
10554 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10555
10556cp lib/DateTime/Event/Recurrence.pm blib/lib/DateTime/Event/Recurrence.pm
10557Manifying blib/man3/DateTime::Event::Recurrence.3pm
10558 FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10559 /usr/bin/make -- OK
10560Skipping test because of notest pragma
10561Running make install
10562Installing /usr/local/share/perl5/DateTime/Event/Recurrence.pm
10563Installing /usr/local/share/man/man3/DateTime::Event::Recurrence.3pm
10564Appending installation info to /usr/lib64/perl5/perllocal.pod
10565 FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
10566 /usr/bin/make install -- OK
10567Running make for F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10568 Has already been unwrapped into directory /root/.cpan/build/DateTime-Event-ICal-0.13-OHaDMx
10569
10570 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10571
10572cp lib/DateTime/Event/ICal.pm blib/lib/DateTime/Event/ICal.pm
10573Manifying blib/man3/DateTime::Event::ICal.3pm
10574 FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10575 /usr/bin/make -- OK
10576Skipping test because of notest pragma
10577Running make install
10578Installing /usr/local/share/perl5/DateTime/Event/ICal.pm
10579Installing /usr/local/share/man/man3/DateTime::Event::ICal.3pm
10580Appending installation info to /usr/lib64/perl5/perllocal.pod
10581 FGLOCK/DateTime-Event-ICal-0.13.tar.gz
10582 /usr/bin/make install -- OK
10583DateTime::Set is up to date (0.3600).
10584Running Build for D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10585 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-ICal-0.09-9ZMg0F
10586
10587 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10588
10589Building DateTime-Format-ICal
10590 DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10591 ./Build -- OK
10592Skipping test because of notest pragma
10593Running Build install
10594Building DateTime-Format-ICal
10595Installing /usr/local/share/perl5/DateTime/Format/ICal.pm
10596Installing /usr/local/share/man/man3/DateTime::Format::ICal.3pm
10597 DROLSKY/DateTime-Format-ICal-0.09.tar.gz
10598 ./Build install -- OK
10599Running install for module 'Net::DAVTalk'
10600Running make for B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
10601Fetching with HTTP::Tiny:
10602http://cpan.dcc.uchile.cl/authors/id/B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
10603Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-DAVTalk-0.04.tar.gz ok
10604
10605 CPAN.pm: Building B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
10606
10607Warning: prerequisite Tie::DataUUID 1.02 not found.
10608Warning: prerequisite XML::Fast 0.11 not found.
10609Warning: prerequisite XML::Spice 0.03 not found.
10610Checking if your kit is complete...
10611Looks good
10612Writing Makefile for Net::DAVTalk
10613Writing MYMETA.yml and MYMETA.json
10614---- Unsatisfied dependencies detected during ----
10615---- BRONG/Net-DAVTalk-0.04.tar.gz ----
10616 XML::Spice [requires]
10617 XML::Fast [requires]
10618 Tie::DataUUID [requires]
10619Skipping test because of notest pragma
10620Running make install
10621 Delayed until after prerequisites
10622Running install for module 'XML::Spice'
10623Running make for R/RO/ROBN/XML-Spice-0.04.tar.gz
10624Fetching with HTTP::Tiny:
10625http://cpan.dcc.uchile.cl/authors/id/R/RO/ROBN/XML-Spice-0.04.tar.gz
10626Fetching with HTTP::Tiny:
10627http://cpan.dcc.uchile.cl/authors/id/R/RO/ROBN/CHECKSUMS
10628Checksum for /root/.cpan/sources/authors/id/R/RO/ROBN/XML-Spice-0.04.tar.gz ok
10629
10630 CPAN.pm: Building R/RO/ROBN/XML-Spice-0.04.tar.gz
10631
10632Checking if your kit is complete...
10633Looks good
10634Writing Makefile for XML::Spice
10635Writing MYMETA.yml and MYMETA.json
10636---- Unsatisfied dependencies detected during ----
10637---- ROBN/XML-Spice-0.04.tar.gz ----
10638 Test::XML [build_requires]
10639Skipping test because of notest pragma
10640Running make install
10641 Delayed until after prerequisites
10642Running install for module 'Test::XML'
10643Running make for S/SE/SEMANTICO/Test-XML-0.08.tar.gz
10644Fetching with HTTP::Tiny:
10645http://cpan.dcc.uchile.cl/authors/id/S/SE/SEMANTICO/Test-XML-0.08.tar.gz
10646Fetching with HTTP::Tiny:
10647http://cpan.dcc.uchile.cl/authors/id/S/SE/SEMANTICO/CHECKSUMS
10648Checksum for /root/.cpan/sources/authors/id/S/SE/SEMANTICO/Test-XML-0.08.tar.gz ok
10649
10650 CPAN.pm: Building S/SE/SEMANTICO/Test-XML-0.08.tar.gz
10651
10652Checking prerequisites...
10653 requires:
10654 ! XML::Parser is not installed
10655 ! XML::SemanticDiff is not installed
10656 recommends:
10657 * XML::SAX is not installed
10658 * XML::SAX::Writer is not installed
10659 * XML::Twig is not installed
10660 * XML::XPath is not installed
10661
10662ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
10663of the modules indicated above before proceeding with this installation
10664
10665Created MYMETA.yml and MYMETA.json
10666Creating new 'Build' script for 'Test-XML' version '0.08'
10667---- Unsatisfied dependencies detected during ----
10668---- SEMANTICO/Test-XML-0.08.tar.gz ----
10669 XML::SemanticDiff [requires]
10670 XML::Parser [requires]
10671Skipping test because of notest pragma
10672Running Build install
10673 Delayed until after prerequisites
10674Running install for module 'XML::SemanticDiff'
10675Running make for S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
10676Fetching with HTTP::Tiny:
10677http://cpan.dcc.uchile.cl/authors/id/S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
10678Fetching with HTTP::Tiny:
10679http://cpan.dcc.uchile.cl/authors/id/S/SH/SHLOMIF/CHECKSUMS
10680Checksum for /root/.cpan/sources/authors/id/S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz ok
10681
10682 CPAN.pm: Building S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
10683
10684Checking prerequisites...
10685 requires:
10686 ! XML::Parser is not installed
10687
10688ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
10689of the modules indicated above before proceeding with this installation
10690
10691Created MYMETA.yml and MYMETA.json
10692Creating new 'Build' script for 'XML-SemanticDiff' version '1.0004'
10693---- Unsatisfied dependencies detected during ----
10694---- SHLOMIF/XML-SemanticDiff-1.0004.tar.gz ----
10695 XML::Parser [requires]
10696Skipping test because of notest pragma
10697Running Build install
10698 Delayed until after prerequisites
10699Running install for module 'XML::Parser'
10700Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
10701Fetching with HTTP::Tiny:
10702http://cpan.dcc.uchile.cl/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz
10703Fetching with HTTP::Tiny:
10704http://cpan.dcc.uchile.cl/authors/id/T/TO/TODDR/CHECKSUMS
10705Checksum for /root/.cpan/sources/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz ok
10706
10707 CPAN.pm: Building T/TO/TODDR/XML-Parser-2.44.tar.gz
10708
10709
10710Expat must be installed prior to building XML::Parser and I can't find
10711it in the standard library directories. Install 'expat-devel' (or
10712'libexpat1-dev') package with your OS package manager. See 'README'.
10713
10714Or you can download expat from:
10715
10716http://sourceforge.net/projects/expat/
10717
10718If expat is installed, but in a non-standard directory, then use the
10719following options to Makefile.PL:
10720
10721 EXPATLIBPATH=... To set the directory in which to find libexpat
10722
10723 EXPATINCPATH=... To set the directory in which to find expat.h
10724
10725For example:
10726
10727 perl Makefile.PL EXPATLIBPATH=/home/me/lib EXPATINCPATH=/home/me/include
10728
10729Note that if you build against a shareable library in a non-standard location
10730you may (on some platforms) also have to set your LD_LIBRARY_PATH environment
10731variable at run time for perl to find the library.
10732
10733Warning: prerequisite LWP::UserAgent 0 not found.
10734Checking if your kit is complete...
10735Looks good
10736Writing Makefile for XML::Parser::Expat
10737Writing MYMETA.yml and MYMETA.json
10738Writing Makefile for XML::Parser
10739Writing MYMETA.yml and MYMETA.json
10740---- Unsatisfied dependencies detected during ----
10741---- TODDR/XML-Parser-2.44.tar.gz ----
10742 LWP::UserAgent [requires]
10743Skipping test because of notest pragma
10744Running make install
10745 Delayed until after prerequisites
10746Running install for module 'LWP::UserAgent'
10747Running make for E/ET/ETHER/libwww-perl-6.15.tar.gz
10748Fetching with HTTP::Tiny:
10749http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/libwww-perl-6.15.tar.gz
10750Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/libwww-perl-6.15.tar.gz ok
10751
10752 CPAN.pm: Building E/ET/ETHER/libwww-perl-6.15.tar.gz
10753
10754Warning: prerequisite File::Listing 6 not found.
10755Warning: prerequisite HTTP::Cookies 6 not found.
10756Warning: prerequisite HTTP::Daemon 6 not found.
10757Warning: prerequisite HTTP::Negotiate 6 not found.
10758Warning: prerequisite Net::HTTP 6.07 not found.
10759Warning: prerequisite WWW::RobotRules 6 not found.
10760Checking if your kit is complete...
10761Looks good
10762Writing Makefile for LWP
10763Writing MYMETA.yml and MYMETA.json
10764---- Unsatisfied dependencies detected during ----
10765---- ETHER/libwww-perl-6.15.tar.gz ----
10766 File::Listing [requires]
10767 HTTP::Daemon [requires]
10768 HTTP::Cookies [requires]
10769 WWW::RobotRules [requires]
10770 HTTP::Negotiate [requires]
10771 Net::HTTP [requires]
10772Skipping test because of notest pragma
10773Running make install
10774 Delayed until after prerequisites
10775Running install for module 'File::Listing'
10776Running make for G/GA/GAAS/File-Listing-6.04.tar.gz
10777Fetching with HTTP::Tiny:
10778http://cpan.dcc.uchile.cl/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz
10779Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz ok
10780
10781 CPAN.pm: Building G/GA/GAAS/File-Listing-6.04.tar.gz
10782
10783Checking if your kit is complete...
10784Looks good
10785Writing Makefile for File::Listing
10786Writing MYMETA.yml and MYMETA.json
10787cp lib/File/Listing.pm blib/lib/File/Listing.pm
10788Manifying blib/man3/File::Listing.3pm
10789 GAAS/File-Listing-6.04.tar.gz
10790 /usr/bin/make -- OK
10791Skipping test because of notest pragma
10792Running make install
10793Installing /usr/local/share/perl5/File/Listing.pm
10794Installing /usr/local/share/man/man3/File::Listing.3pm
10795Appending installation info to /usr/lib64/perl5/perllocal.pod
10796 GAAS/File-Listing-6.04.tar.gz
10797 /usr/bin/make install -- OK
10798Running install for module 'HTTP::Daemon'
10799Running make for G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
10800Fetching with HTTP::Tiny:
10801http://cpan.dcc.uchile.cl/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
10802Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz ok
10803
10804 CPAN.pm: Building G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
10805
10806Checking if your kit is complete...
10807Looks good
10808Writing Makefile for HTTP::Daemon
10809Writing MYMETA.yml and MYMETA.json
10810cp lib/HTTP/Daemon.pm blib/lib/HTTP/Daemon.pm
10811Manifying blib/man3/HTTP::Daemon.3pm
10812 GAAS/HTTP-Daemon-6.01.tar.gz
10813 /usr/bin/make -- OK
10814Skipping test because of notest pragma
10815Running make install
10816Installing /usr/local/share/perl5/HTTP/Daemon.pm
10817Installing /usr/local/share/man/man3/HTTP::Daemon.3pm
10818Appending installation info to /usr/lib64/perl5/perllocal.pod
10819 GAAS/HTTP-Daemon-6.01.tar.gz
10820 /usr/bin/make install -- OK
10821Running install for module 'HTTP::Cookies'
10822Running make for G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
10823Fetching with HTTP::Tiny:
10824http://cpan.dcc.uchile.cl/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
10825Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz ok
10826
10827 CPAN.pm: Building G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
10828
10829Checking if your kit is complete...
10830Looks good
10831Writing Makefile for HTTP::Cookies
10832Writing MYMETA.yml and MYMETA.json
10833cp lib/HTTP/Cookies/Netscape.pm blib/lib/HTTP/Cookies/Netscape.pm
10834cp lib/HTTP/Cookies/Microsoft.pm blib/lib/HTTP/Cookies/Microsoft.pm
10835cp lib/HTTP/Cookies.pm blib/lib/HTTP/Cookies.pm
10836Manifying blib/man3/HTTP::Cookies::Netscape.3pm
10837Manifying blib/man3/HTTP::Cookies::Microsoft.3pm
10838Manifying blib/man3/HTTP::Cookies.3pm
10839 GAAS/HTTP-Cookies-6.01.tar.gz
10840 /usr/bin/make -- OK
10841Skipping test because of notest pragma
10842Running make install
10843Installing /usr/local/share/perl5/HTTP/Cookies.pm
10844Installing /usr/local/share/perl5/HTTP/Cookies/Netscape.pm
10845Installing /usr/local/share/perl5/HTTP/Cookies/Microsoft.pm
10846Installing /usr/local/share/man/man3/HTTP::Cookies.3pm
10847Installing /usr/local/share/man/man3/HTTP::Cookies::Microsoft.3pm
10848Installing /usr/local/share/man/man3/HTTP::Cookies::Netscape.3pm
10849Appending installation info to /usr/lib64/perl5/perllocal.pod
10850 GAAS/HTTP-Cookies-6.01.tar.gz
10851 /usr/bin/make install -- OK
10852Running install for module 'WWW::RobotRules'
10853Running make for G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
10854Fetching with HTTP::Tiny:
10855http://cpan.dcc.uchile.cl/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
10856Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz ok
10857
10858 CPAN.pm: Building G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
10859
10860Checking if your kit is complete...
10861Looks good
10862Writing Makefile for WWW::RobotRules
10863Writing MYMETA.yml and MYMETA.json
10864cp lib/WWW/RobotRules.pm blib/lib/WWW/RobotRules.pm
10865cp lib/WWW/RobotRules/AnyDBM_File.pm blib/lib/WWW/RobotRules/AnyDBM_File.pm
10866Manifying blib/man3/WWW::RobotRules.3pm
10867Manifying blib/man3/WWW::RobotRules::AnyDBM_File.3pm
10868 GAAS/WWW-RobotRules-6.02.tar.gz
10869 /usr/bin/make -- OK
10870Skipping test because of notest pragma
10871Running make install
10872Installing /usr/local/share/perl5/WWW/RobotRules.pm
10873Installing /usr/local/share/perl5/WWW/RobotRules/AnyDBM_File.pm
10874Installing /usr/local/share/man/man3/WWW::RobotRules.3pm
10875Installing /usr/local/share/man/man3/WWW::RobotRules::AnyDBM_File.3pm
10876Appending installation info to /usr/lib64/perl5/perllocal.pod
10877 GAAS/WWW-RobotRules-6.02.tar.gz
10878 /usr/bin/make install -- OK
10879Running install for module 'HTTP::Negotiate'
10880Running make for G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
10881Fetching with HTTP::Tiny:
10882http://cpan.dcc.uchile.cl/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
10883Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz ok
10884
10885 CPAN.pm: Building G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
10886
10887Checking if your kit is complete...
10888Looks good
10889Writing Makefile for HTTP::Negotiate
10890Writing MYMETA.yml and MYMETA.json
10891cp lib/HTTP/Negotiate.pm blib/lib/HTTP/Negotiate.pm
10892Manifying blib/man3/HTTP::Negotiate.3pm
10893 GAAS/HTTP-Negotiate-6.01.tar.gz
10894 /usr/bin/make -- OK
10895Skipping test because of notest pragma
10896Running make install
10897Manifying blib/man3/HTTP::Negotiate.3pm
10898Installing /usr/local/share/perl5/HTTP/Negotiate.pm
10899Installing /usr/local/share/man/man3/HTTP::Negotiate.3pm
10900Appending installation info to /usr/lib64/perl5/perllocal.pod
10901 GAAS/HTTP-Negotiate-6.01.tar.gz
10902 /usr/bin/make install -- OK
10903Running install for module 'Net::HTTP'
10904Running make for E/ET/ETHER/Net-HTTP-6.09.tar.gz
10905Fetching with HTTP::Tiny:
10906http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/Net-HTTP-6.09.tar.gz
10907Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Net-HTTP-6.09.tar.gz ok
10908
10909 CPAN.pm: Building E/ET/ETHER/Net-HTTP-6.09.tar.gz
10910
10911Checking if your kit is complete...
10912Looks good
10913Writing Makefile for Net::HTTP
10914Writing MYMETA.yml and MYMETA.json
10915cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm
10916cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm
10917cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm
10918cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm
10919Manifying blib/man3/Net::HTTP::NB.3pm
10920Manifying blib/man3/Net::HTTP.3pm
10921Manifying blib/man3/Net::HTTPS.3pm
10922 ETHER/Net-HTTP-6.09.tar.gz
10923 /usr/bin/make -- OK
10924Skipping test because of notest pragma
10925Running make install
10926Manifying blib/man3/Net::HTTP::NB.3pm
10927Manifying blib/man3/Net::HTTP.3pm
10928Manifying blib/man3/Net::HTTPS.3pm
10929Installing /usr/local/share/perl5/Net/HTTP.pm
10930Installing /usr/local/share/perl5/Net/HTTPS.pm
10931Installing /usr/local/share/perl5/Net/HTTP/NB.pm
10932Installing /usr/local/share/perl5/Net/HTTP/Methods.pm
10933Installing /usr/local/share/man/man3/Net::HTTPS.3pm
10934Installing /usr/local/share/man/man3/Net::HTTP::NB.3pm
10935Installing /usr/local/share/man/man3/Net::HTTP.3pm
10936Appending installation info to /usr/lib64/perl5/perllocal.pod
10937 ETHER/Net-HTTP-6.09.tar.gz
10938 /usr/bin/make install -- OK
10939Running make for E/ET/ETHER/libwww-perl-6.15.tar.gz
10940 Has already been unwrapped into directory /root/.cpan/build/libwww-perl-6.15-JhQFX4
10941
10942 CPAN.pm: Building E/ET/ETHER/libwww-perl-6.15.tar.gz
10943
10944cp lib/LWP/RobotUA.pm blib/lib/LWP/RobotUA.pm
10945cp lib/LWP/Debug.pm blib/lib/LWP/Debug.pm
10946cp lib/LWP/Authen/Ntlm.pm blib/lib/LWP/Authen/Ntlm.pm
10947cp lib/LWP.pm blib/lib/LWP.pm
10948cp lib/LWP/ConnCache.pm blib/lib/LWP/ConnCache.pm
10949cp lib/LWP/Protocol.pm blib/lib/LWP/Protocol.pm
10950cp lwptut.pod blib/lib/lwptut.pod
10951cp lib/LWP/Protocol/ftp.pm blib/lib/LWP/Protocol/ftp.pm
10952cp lib/LWP/Authen/Digest.pm blib/lib/LWP/Authen/Digest.pm
10953cp lib/LWP/Protocol/gopher.pm blib/lib/LWP/Protocol/gopher.pm
10954cp lib/LWP/Protocol/cpan.pm blib/lib/LWP/Protocol/cpan.pm
10955cp lwpcook.pod blib/lib/lwpcook.pod
10956cp lib/LWP/Protocol/file.pm blib/lib/LWP/Protocol/file.pm
10957cp lib/LWP/Protocol/GHTTP.pm blib/lib/LWP/Protocol/GHTTP.pm
10958cp lib/LWP/DebugFile.pm blib/lib/LWP/DebugFile.pm
10959cp lib/LWP/Protocol/data.pm blib/lib/LWP/Protocol/data.pm
10960cp lib/LWP/Protocol/nogo.pm blib/lib/LWP/Protocol/nogo.pm
10961cp lib/LWP/Authen/Basic.pm blib/lib/LWP/Authen/Basic.pm
10962cp lib/LWP/Protocol/loopback.pm blib/lib/LWP/Protocol/loopback.pm
10963cp lib/LWP/Protocol/nntp.pm blib/lib/LWP/Protocol/nntp.pm
10964cp lib/LWP/Simple.pm blib/lib/LWP/Simple.pm
10965cp lib/LWP/UserAgent.pm blib/lib/LWP/UserAgent.pm
10966cp lib/LWP/Protocol/mailto.pm blib/lib/LWP/Protocol/mailto.pm
10967cp lib/LWP/Protocol/http.pm blib/lib/LWP/Protocol/http.pm
10968cp lib/LWP/MemberMixin.pm blib/lib/LWP/MemberMixin.pm
10969cp bin/lwp-dump blib/script/lwp-dump
10970/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-dump
10971cp bin/lwp-mirror blib/script/lwp-mirror
10972/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-mirror
10973cp bin/lwp-download blib/script/lwp-download
10974/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-download
10975cp bin/lwp-request blib/script/lwp-request
10976/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-request
10977Manifying blib/man1/lwp-dump.1
10978Manifying blib/man1/lwp-mirror.1
10979Manifying blib/man1/lwp-download.1
10980Manifying blib/man1/lwp-request.1
10981Manifying blib/man3/LWP::RobotUA.3pm
10982Manifying blib/man3/LWP::Debug.3pm
10983Manifying blib/man3/lwpcook.3pm
10984Manifying blib/man3/LWP::Authen::Ntlm.3pm
10985Manifying blib/man3/LWP.3pm
10986Manifying blib/man3/LWP::Protocol.3pm
10987Manifying blib/man3/LWP::ConnCache.3pm
10988Manifying blib/man3/lwptut.3pm
10989Manifying blib/man3/LWP::UserAgent.3pm
10990Manifying blib/man3/LWP::Simple.3pm
10991Manifying blib/man3/LWP::MemberMixin.3pm
10992 ETHER/libwww-perl-6.15.tar.gz
10993 /usr/bin/make -- OK
10994Skipping test because of notest pragma
10995Running make install
10996Installing /usr/local/share/perl5/lwptut.pod
10997Installing /usr/local/share/perl5/LWP.pm
10998Installing /usr/local/share/perl5/lwpcook.pod
10999Installing /usr/local/share/perl5/LWP/ConnCache.pm
11000Installing /usr/local/share/perl5/LWP/Simple.pm
11001Installing /usr/local/share/perl5/LWP/UserAgent.pm
11002Installing /usr/local/share/perl5/LWP/DebugFile.pm
11003Installing /usr/local/share/perl5/LWP/Debug.pm
11004Installing /usr/local/share/perl5/LWP/Protocol.pm
11005Installing /usr/local/share/perl5/LWP/RobotUA.pm
11006Installing /usr/local/share/perl5/LWP/MemberMixin.pm
11007Installing /usr/local/share/perl5/LWP/Protocol/nogo.pm
11008Installing /usr/local/share/perl5/LWP/Protocol/nntp.pm
11009Installing /usr/local/share/perl5/LWP/Protocol/loopback.pm
11010Installing /usr/local/share/perl5/LWP/Protocol/file.pm
11011Installing /usr/local/share/perl5/LWP/Protocol/GHTTP.pm
11012Installing /usr/local/share/perl5/LWP/Protocol/ftp.pm
11013Installing /usr/local/share/perl5/LWP/Protocol/mailto.pm
11014Installing /usr/local/share/perl5/LWP/Protocol/cpan.pm
11015Installing /usr/local/share/perl5/LWP/Protocol/http.pm
11016Installing /usr/local/share/perl5/LWP/Protocol/data.pm
11017Installing /usr/local/share/perl5/LWP/Protocol/gopher.pm
11018Installing /usr/local/share/perl5/LWP/Authen/Ntlm.pm
11019Installing /usr/local/share/perl5/LWP/Authen/Digest.pm
11020Installing /usr/local/share/perl5/LWP/Authen/Basic.pm
11021Installing /usr/local/share/man/man1/lwp-dump.1
11022Installing /usr/local/share/man/man1/lwp-mirror.1
11023Installing /usr/local/share/man/man1/lwp-request.1
11024Installing /usr/local/share/man/man1/lwp-download.1
11025Installing /usr/local/share/man/man3/LWP::Simple.3pm
11026Installing /usr/local/share/man/man3/LWP::Protocol.3pm
11027Installing /usr/local/share/man/man3/lwpcook.3pm
11028Installing /usr/local/share/man/man3/lwptut.3pm
11029Installing /usr/local/share/man/man3/LWP::ConnCache.3pm
11030Installing /usr/local/share/man/man3/LWP::Debug.3pm
11031Installing /usr/local/share/man/man3/LWP::UserAgent.3pm
11032Installing /usr/local/share/man/man3/LWP::Authen::Ntlm.3pm
11033Installing /usr/local/share/man/man3/LWP::RobotUA.3pm
11034Installing /usr/local/share/man/man3/LWP::MemberMixin.3pm
11035Installing /usr/local/share/man/man3/LWP.3pm
11036Installing /usr/local/bin/lwp-request
11037Installing /usr/local/bin/lwp-dump
11038Installing /usr/local/bin/lwp-mirror
11039Installing /usr/local/bin/lwp-download
11040Appending installation info to /usr/lib64/perl5/perllocal.pod
11041 ETHER/libwww-perl-6.15.tar.gz
11042 /usr/bin/make install -- OK
11043Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
11044 Has already been unwrapped into directory /root/.cpan/build/XML-Parser-2.44-myVXQp
11045
11046 CPAN.pm: Building T/TO/TODDR/XML-Parser-2.44.tar.gz
11047
11048cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc
11049cp Parser/Encodings/koi8-r.enc blib/lib/XML/Parser/Encodings/koi8-r.enc
11050cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc
11051cp Parser/Encodings/ibm866.enc blib/lib/XML/Parser/Encodings/ibm866.enc
11052cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm
11053cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859-9.enc
11054cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc
11055cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README
11056cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc
11057cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/windows-1250.enc
11058cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.enc
11059cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc
11060cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859-3.enc
11061cp Parser/Encodings/windows-1255.enc blib/lib/XML/Parser/Encodings/windows-1255.enc
11062cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg
11063cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859-4.enc
11064cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859-8.enc
11065cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
11066cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm
11067cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859-2.enc
11068cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc
11069cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc
11070cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl
11071cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm
11072cp Parser/Encodings/windows-1251.enc blib/lib/XML/Parser/Encodings/windows-1251.enc
11073cp Parser.pm blib/lib/XML/Parser.pm
11074cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm
11075cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc
11076cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm
11077cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859-5.enc
11078make[1]: Entering directory `/root/.cpan/build/XML-Parser-2.44-myVXQp/Expat'
11079cp Expat.pm ../blib/lib/XML/Parser/Expat.pm
11080/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Expat.xs > Expat.xsc && mv Expat.xsc Expat.c
11081gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.44\" -DXS_VERSION=\"2.44\" -fPIC "-I/usr/lib64/perl5/CORE" Expat.c
11082Expat.xs:12:19: fatal error: expat.h: No such file or directory
11083 #include <expat.h>
11084 ^
11085compilation terminated.
11086make[1]: *** [Expat.o] Error 1
11087make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.44-myVXQp/Expat'
11088make: *** [subdirs] Error 2
11089 TODDR/XML-Parser-2.44.tar.gz
11090 /usr/bin/make -- NOT OK
11091Skipping test because of notest pragma
11092Running make install
11093 Make had returned bad status, install seems impossible
11094Running Build for S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
11095 Has already been unwrapped into directory /root/.cpan/build/XML-SemanticDiff-1.0004-s_9fei
11096
11097 CPAN.pm: Building S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
11098
11099Warning: Prerequisite 'XML::Parser => 0' for 'SHLOMIF/XML-SemanticDiff-1.0004.tar.gz' failed when processing 'TODDR/XML-Parser-2.44.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited.
11100Building XML-SemanticDiff
11101 SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
11102 ./Build -- OK
11103Skipping test because of notest pragma
11104Running Build install
11105Building XML-SemanticDiff
11106Installing /usr/local/share/perl5/XML/SemanticDiff.pm
11107Installing /usr/local/share/perl5/XML/SemanticDiff/BasicHandler.pm
11108Installing /usr/local/share/man/man3/XML::SemanticDiff.3pm
11109Installing /usr/local/share/man/man3/XML::SemanticDiff::BasicHandler.3pm
11110 SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
11111 ./Build install -- OK
11112Running install for module 'XML::Parser'
11113Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
11114 Has already been unwrapped into directory /root/.cpan/build/XML-Parser-2.44-myVXQp
11115Could not make: Unknown error
11116Skipping test because of notest pragma
11117Running make install
11118 Make had returned bad status, install seems impossible
11119Running Build for S/SE/SEMANTICO/Test-XML-0.08.tar.gz
11120 Has already been unwrapped into directory /root/.cpan/build/Test-XML-0.08-Y_1gYs
11121
11122 CPAN.pm: Building S/SE/SEMANTICO/Test-XML-0.08.tar.gz
11123
11124Warning: Prerequisite 'XML::Parser => 2.34' for 'SEMANTICO/Test-XML-0.08.tar.gz' failed when processing 'TODDR/XML-Parser-2.44.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited.
11125Building Test-XML
11126 SEMANTICO/Test-XML-0.08.tar.gz
11127 ./Build -- OK
11128Skipping test because of notest pragma
11129Running Build install
11130Building Test-XML
11131Installing /usr/local/share/perl5/Test/XML.pm
11132Installing /usr/local/share/perl5/Test/XML/XPath.pm
11133Installing /usr/local/share/perl5/Test/XML/SAX.pm
11134Installing /usr/local/share/perl5/Test/XML/Twig.pm
11135Installing /usr/local/share/man/man3/Test::XML::SAX.3pm
11136Installing /usr/local/share/man/man3/Test::XML::Twig.3pm
11137Installing /usr/local/share/man/man3/Test::XML.3pm
11138Installing /usr/local/share/man/man3/Test::XML::XPath.3pm
11139 SEMANTICO/Test-XML-0.08.tar.gz
11140 ./Build install -- OK
11141Running make for R/RO/ROBN/XML-Spice-0.04.tar.gz
11142 Has already been unwrapped into directory /root/.cpan/build/XML-Spice-0.04-A6z8Ae
11143
11144 CPAN.pm: Building R/RO/ROBN/XML-Spice-0.04.tar.gz
11145
11146cp lib/XML/Spice.pm blib/lib/XML/Spice.pm
11147Manifying blib/man3/XML::Spice.3pm
11148 ROBN/XML-Spice-0.04.tar.gz
11149 /usr/bin/make -- OK
11150Skipping test because of notest pragma
11151Running make install
11152Installing /usr/local/share/perl5/XML/Spice.pm
11153Installing /usr/local/share/man/man3/XML::Spice.3pm
11154Appending installation info to /usr/lib64/perl5/perllocal.pod
11155 ROBN/XML-Spice-0.04.tar.gz
11156 /usr/bin/make install -- OK
11157Running install for module 'XML::Fast'
11158Running make for M/MO/MONS/XML-Fast-0.11.tar.gz
11159Fetching with LWP:
11160http://cpan.dcc.uchile.cl/authors/id/M/MO/MONS/XML-Fast-0.11.tar.gz
11161Fetching with LWP:
11162http://cpan.dcc.uchile.cl/authors/id/M/MO/MONS/CHECKSUMS
11163Checksum for /root/.cpan/sources/authors/id/M/MO/MONS/XML-Fast-0.11.tar.gz ok
11164
11165 CPAN.pm: Building M/MO/MONS/XML-Fast-0.11.tar.gz
11166
11167Checking if your kit is complete...
11168Looks good
11169Writing Makefile for XML::Fast
11170Writing MYMETA.yml and MYMETA.json
11171cp lib/XML/Fast.pm blib/lib/XML/Fast.pm
11172/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Fast.xs > Fast.xsc && mv Fast.xsc Fast.c
11173gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/usr/lib64/perl5/CORE" Fast.c
11174gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/usr/lib64/perl5/CORE" xmlfast.c
11175Running Mkbootstrap for XML::Fast ()
11176chmod 644 Fast.bs
11177rm -f blib/arch/auto/XML/Fast/Fast.so
11178gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Fast.o xmlfast.o -o blib/arch/auto/XML/Fast/Fast.so \
11179 \
11180
11181chmod 755 blib/arch/auto/XML/Fast/Fast.so
11182cp Fast.bs blib/arch/auto/XML/Fast/Fast.bs
11183chmod 644 blib/arch/auto/XML/Fast/Fast.bs
11184Manifying blib/man3/XML::Fast.3pm
11185 MONS/XML-Fast-0.11.tar.gz
11186 /usr/bin/make -- OK
11187Skipping test because of notest pragma
11188Running make install
11189Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
11190Installing /usr/local/lib64/perl5/auto/XML/Fast/Fast.bs
11191Installing /usr/local/lib64/perl5/auto/XML/Fast/Fast.so
11192Installing /usr/local/lib64/perl5/XML/Fast.pm
11193Installing /usr/local/share/man/man3/XML::Fast.3pm
11194Appending installation info to /usr/lib64/perl5/perllocal.pod
11195 MONS/XML-Fast-0.11.tar.gz
11196 /usr/bin/make install -- OK
11197Running install for module 'Tie::DataUUID'
11198Running make for M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
11199Fetching with LWP:
11200http://cpan.dcc.uchile.cl/authors/id/M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
11201Fetching with LWP:
11202http://cpan.dcc.uchile.cl/authors/id/M/MA/MARKF/CHECKSUMS
11203Checksum for /root/.cpan/sources/authors/id/M/MA/MARKF/Tie-DataUUID-1.02.tar.gz ok
11204
11205 CPAN.pm: Building M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
11206
11207Cannot determine perl version info from lib/Tie/DataUUID.pm
11208Cannot determine license info from lib/Tie/DataUUID.pm
11209Checking if your kit is complete...
11210Looks good
11211Writing Makefile for Tie::DataUUID
11212Writing MYMETA.yml and MYMETA.json
11213cp lib/Tie/DataUUID.pm blib/lib/Tie/DataUUID.pm
11214Manifying blib/man3/Tie::DataUUID.3pm
11215 MARKF/Tie-DataUUID-1.02.tar.gz
11216 /usr/bin/make -- OK
11217Skipping test because of notest pragma
11218Running make install
11219Installing /usr/local/share/perl5/Tie/DataUUID.pm
11220Installing /usr/local/share/man/man3/Tie::DataUUID.3pm
11221Appending installation info to /usr/lib64/perl5/perllocal.pod
11222 MARKF/Tie-DataUUID-1.02.tar.gz
11223 /usr/bin/make install -- OK
11224Running make for B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
11225 Has already been unwrapped into directory /root/.cpan/build/Net-DAVTalk-0.04-zNYtRg
11226
11227 CPAN.pm: Building B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
11228
11229cp lib/Net/DAVTalk.pm blib/lib/Net/DAVTalk.pm
11230cp lib/Net/DAVTalk/XMLParser.pm blib/lib/Net/DAVTalk/XMLParser.pm
11231Manifying blib/man3/Net::DAVTalk.3pm
11232Manifying blib/man3/Net::DAVTalk::XMLParser.3pm
11233 BRONG/Net-DAVTalk-0.04.tar.gz
11234 /usr/bin/make -- OK
11235Skipping test because of notest pragma
11236Running make install
11237Installing /usr/local/share/perl5/Net/DAVTalk.pm
11238Installing /usr/local/share/perl5/Net/DAVTalk/XMLParser.pm
11239Installing /usr/local/share/man/man3/Net::DAVTalk.3pm
11240Installing /usr/local/share/man/man3/Net::DAVTalk::XMLParser.3pm
11241Appending installation info to /usr/lib64/perl5/perllocal.pod
11242 BRONG/Net-DAVTalk-0.04.tar.gz
11243 /usr/bin/make install -- OK
11244Running install for module 'DateTime::Format::ISO8601'
11245Running make for J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11246Fetching with LWP:
11247http://cpan.dcc.uchile.cl/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11248Fetching with LWP:
11249http://cpan.dcc.uchile.cl/authors/id/J/JH/JHOBLITT/CHECKSUMS
11250Checksum for /root/.cpan/sources/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz ok
11251
11252 CPAN.pm: Building J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11253
11254Checking prerequisites...
11255 requires:
11256 ! DateTime::Format::Builder is not installed
11257 recommends:
11258 * Test::Distribution is not installed
11259 * Test::Pod is not installed
11260
11261ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
11262of the modules indicated above before proceeding with this installation
11263
11264Created MYMETA.yml and MYMETA.json
11265Creating new 'Build' script for 'DateTime-Format-ISO8601' version '0.08'
11266---- Unsatisfied dependencies detected during ----
11267---- JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz ----
11268 DateTime::Format::Builder [requires]
11269Skipping test because of notest pragma
11270Running Build install
11271 Delayed until after prerequisites
11272Running install for module 'DateTime::Format::Builder'
11273Running make for D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11274Fetching with LWP:
11275http://cpan.dcc.uchile.cl/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11276Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz ok
11277
11278 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11279
11280Warning: prerequisite Class::Factory::Util 1.6 not found.
11281Warning: prerequisite DateTime::Format::Strptime 1.04 not found.
11282Checking if your kit is complete...
11283Looks good
11284Writing Makefile for DateTime::Format::Builder
11285Writing MYMETA.yml and MYMETA.json
11286---- Unsatisfied dependencies detected during ----
11287---- DROLSKY/DateTime-Format-Builder-0.81.tar.gz ----
11288 DateTime::Format::Strptime [requires]
11289 Class::Factory::Util [requires]
11290Skipping test because of notest pragma
11291Running make install
11292 Delayed until after prerequisites
11293Running install for module 'DateTime::Format::Strptime'
11294Running make for D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11295Fetching with LWP:
11296http://cpan.dcc.uchile.cl/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11297Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz ok
11298
11299 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11300
11301Warning: prerequisite Package::DeprecationManager 0.15 not found. We have 0.13.
11302Warning: prerequisite Params::Validate 1.20 not found. We have 1.08.
11303Checking if your kit is complete...
11304Looks good
11305Writing Makefile for DateTime::Format::Strptime
11306Writing MYMETA.yml and MYMETA.json
11307---- Unsatisfied dependencies detected during ----
11308---- DROLSKY/DateTime-Format-Strptime-1.62.tar.gz ----
11309 Package::DeprecationManager [requires]
11310 Params::Validate [requires]
11311Skipping test because of notest pragma
11312Running make install
11313 Delayed until after prerequisites
11314Running install for module 'Package::DeprecationManager'
11315Running make for D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
11316Fetching with LWP:
11317http://cpan.dcc.uchile.cl/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
11318Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz ok
11319
11320 CPAN.pm: Building D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
11321
11322Checking if your kit is complete...
11323Looks good
11324Writing Makefile for Package::DeprecationManager
11325Writing MYMETA.yml and MYMETA.json
11326cp lib/Package/DeprecationManager.pm blib/lib/Package/DeprecationManager.pm
11327Manifying blib/man3/Package::DeprecationManager.3pm
11328 DROLSKY/Package-DeprecationManager-0.15.tar.gz
11329 /usr/bin/make -- OK
11330Skipping test because of notest pragma
11331Running make install
11332Installing /usr/local/share/perl5/Package/DeprecationManager.pm
11333Installing /usr/local/share/man/man3/Package::DeprecationManager.3pm
11334Appending installation info to /usr/lib64/perl5/perllocal.pod
11335 DROLSKY/Package-DeprecationManager-0.15.tar.gz
11336 /usr/bin/make install -- OK
11337Running install for module 'Params::Validate'
11338Running make for D/DR/DROLSKY/Params-Validate-1.21.tar.gz
11339Fetching with LWP:
11340http://cpan.dcc.uchile.cl/authors/id/D/DR/DROLSKY/Params-Validate-1.21.tar.gz
11341Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Params-Validate-1.21.tar.gz ok
11342
11343 CPAN.pm: Building D/DR/DROLSKY/Params-Validate-1.21.tar.gz
11344
11345Created MYMETA.yml and MYMETA.json
11346Creating new 'Build' script for 'Params-Validate' version '1.21'
11347Building Params-Validate
11348gcc -Ic -I/usr/lib64/perl5/CORE -DXS_VERSION="1.21" -DVERSION="1.21" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -o lib/Params/Validate/XS.o lib/Params/Validate/XS.c
11349ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Params/Validate/XS/XS.bs')
11350gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -o blib/arch/auto/Params/Validate/XS/XS.so lib/Params/Validate/XS.o
11351 DROLSKY/Params-Validate-1.21.tar.gz
11352 ./Build -- OK
11353Skipping test because of notest pragma
11354Running Build install
11355Building Params-Validate
11356Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
11357Installing /usr/local/lib64/perl5/auto/Params/Validate/XS/XS.so
11358Installing /usr/local/lib64/perl5/auto/Params/Validate/XS/XS.bs
11359Installing /usr/local/lib64/perl5/Params/ValidatePP.pm
11360Installing /usr/local/lib64/perl5/Params/ValidateXS.pm
11361Installing /usr/local/lib64/perl5/Params/Validate.pm
11362Installing /usr/local/lib64/perl5/Params/Validate/XS.pm
11363Installing /usr/local/lib64/perl5/Params/Validate/Constants.pm
11364Installing /usr/local/lib64/perl5/Params/Validate/PP.pm
11365Installing /usr/local/share/man/man3/Params::Validate.3pm
11366 DROLSKY/Params-Validate-1.21.tar.gz
11367 ./Build install -- OK
11368Running make for D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11369 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-Strptime-1.62-EvfrGR
11370
11371 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11372
11373cp lib/DateTime/Format/Strptime.pm blib/lib/DateTime/Format/Strptime.pm
11374Manifying blib/man3/DateTime::Format::Strptime.3pm
11375 DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11376 /usr/bin/make -- OK
11377Skipping test because of notest pragma
11378Running make install
11379Installing /usr/local/share/perl5/DateTime/Format/Strptime.pm
11380Installing /usr/local/share/man/man3/DateTime::Format::Strptime.3pm
11381Appending installation info to /usr/lib64/perl5/perllocal.pod
11382 DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
11383 /usr/bin/make install -- OK
11384Running install for module 'Class::Factory::Util'
11385Running make for D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
11386Fetching with LWP:
11387http://cpan.dcc.uchile.cl/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
11388Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz ok
11389
11390 CPAN.pm: Building D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
11391
11392Created MYMETA.yml and MYMETA.json
11393Creating new 'Build' script for 'Class-Factory-Util' version '1.7'
11394Building Class-Factory-Util
11395 DROLSKY/Class-Factory-Util-1.7.tar.gz
11396 ./Build -- OK
11397Skipping test because of notest pragma
11398Running Build install
11399Building Class-Factory-Util
11400Installing /usr/local/share/perl5/Class/Factory/Util.pm
11401Installing /usr/local/share/man/man3/Class::Factory::Util.3pm
11402 DROLSKY/Class-Factory-Util-1.7.tar.gz
11403 ./Build install -- OK
11404Running make for D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11405 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-Builder-0.81-e9DDvI
11406
11407 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11408
11409cp lib/DateTime/Format/Builder.pm blib/lib/DateTime/Format/Builder.pm
11410cp lib/DateTime/Format/Builder/Parser/Regex.pm blib/lib/DateTime/Format/Builder/Parser/Regex.pm
11411cp lib/DateTime/Format/Builder/Parser/Quick.pm blib/lib/DateTime/Format/Builder/Parser/Quick.pm
11412cp lib/DateTime/Format/Builder/Parser/Dispatch.pm blib/lib/DateTime/Format/Builder/Parser/Dispatch.pm
11413cp lib/DateTime/Format/Builder/Tutorial.pod blib/lib/DateTime/Format/Builder/Tutorial.pod
11414cp lib/DateTime/Format/Builder/Parser/generic.pm blib/lib/DateTime/Format/Builder/Parser/generic.pm
11415cp lib/DateTime/Format/Builder/Parser.pm blib/lib/DateTime/Format/Builder/Parser.pm
11416cp lib/DateTime/Format/Builder/Parser/Strptime.pm blib/lib/DateTime/Format/Builder/Parser/Strptime.pm
11417Manifying blib/man3/DateTime::Format::Builder::Parser::Dispatch.3pm
11418Manifying blib/man3/DateTime::Format::Builder::Parser::Quick.3pm
11419Manifying blib/man3/DateTime::Format::Builder::Parser::Regex.3pm
11420Manifying blib/man3/DateTime::Format::Builder.3pm
11421Manifying blib/man3/DateTime::Format::Builder::Parser::generic.3pm
11422Manifying blib/man3/DateTime::Format::Builder::Tutorial.3pm
11423Manifying blib/man3/DateTime::Format::Builder::Parser.3pm
11424Manifying blib/man3/DateTime::Format::Builder::Parser::Strptime.3pm
11425 DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11426 /usr/bin/make -- OK
11427Skipping test because of notest pragma
11428Running make install
11429Installing /usr/local/share/perl5/DateTime/Format/Builder.pm
11430Installing /usr/local/share/perl5/DateTime/Format/Builder/Tutorial.pod
11431Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser.pm
11432Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/generic.pm
11433Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Regex.pm
11434Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Quick.pm
11435Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Dispatch.pm
11436Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Strptime.pm
11437Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser.3pm
11438Installing /usr/local/share/man/man3/DateTime::Format::Builder::Tutorial.3pm
11439Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Quick.3pm
11440Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Strptime.3pm
11441Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::generic.3pm
11442Installing /usr/local/share/man/man3/DateTime::Format::Builder.3pm
11443Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Regex.3pm
11444Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Dispatch.3pm
11445Appending installation info to /usr/lib64/perl5/perllocal.pod
11446 DROLSKY/DateTime-Format-Builder-0.81.tar.gz
11447 /usr/bin/make install -- OK
11448Running Build for J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11449 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-ISO8601-0.08-dw__n5
11450
11451 CPAN.pm: Building J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11452
11453Building DateTime-Format-ISO8601
11454 JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11455 ./Build -- OK
11456Skipping test because of notest pragma
11457Running Build install
11458Building DateTime-Format-ISO8601
11459Installing /usr/local/share/perl5/DateTime/Format/ISO8601.pod
11460Installing /usr/local/share/perl5/DateTime/Format/ISO8601.pm
11461Installing /usr/local/share/man/man3/DateTime::Format::ISO8601.3pm
11462 JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
11463 ./Build install -- OK
11464Running install for module 'Text::VCardFast'
11465Running make for B/BR/BRONG/Text-VCardFast-0.06.tar.gz
11466Fetching with LWP:
11467http://cpan.dcc.uchile.cl/authors/id/B/BR/BRONG/Text-VCardFast-0.06.tar.gz
11468Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Text-VCardFast-0.06.tar.gz ok
11469
11470 CPAN.pm: Building B/BR/BRONG/Text-VCardFast-0.06.tar.gz
11471
11472Checking if your kit is complete...
11473Warning: the following files are missing in your kit:
11474 t/cases
11475Please inform the author.
11476Writing Makefile for Text::VCardFast
11477Writing MYMETA.yml and MYMETA.json
11478cp bench.pl blib/lib/Text/bench.pl
11479cp lib/Text/VCardFast.pm blib/lib/Text/VCardFast.pm
11480/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap VCardFast.xs > VCardFast.xsc && mv VCardFast.xsc VCardFast.c
11481gcc -c -I. -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -fPIC "-I/usr/lib64/perl5/CORE" VCardFast.c
11482gcc -c -I. -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -fPIC "-I/usr/lib64/perl5/CORE" vparse.c
11483Running Mkbootstrap for Text::VCardFast ()
11484chmod 644 VCardFast.bs
11485rm -f blib/arch/auto/Text/VCardFast/VCardFast.so
11486gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro VCardFast.o vparse.o -o blib/arch/auto/Text/VCardFast/VCardFast.so \
11487 \
11488
11489chmod 755 blib/arch/auto/Text/VCardFast/VCardFast.so
11490cp VCardFast.bs blib/arch/auto/Text/VCardFast/VCardFast.bs
11491chmod 644 blib/arch/auto/Text/VCardFast/VCardFast.bs
11492Manifying blib/man3/Text::VCardFast.3pm
11493 BRONG/Text-VCardFast-0.06.tar.gz
11494 /usr/bin/make -- OK
11495Skipping test because of notest pragma
11496Running make install
11497Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
11498Installing /usr/local/lib64/perl5/auto/Text/VCardFast/VCardFast.bs
11499Installing /usr/local/lib64/perl5/auto/Text/VCardFast/VCardFast.so
11500Installing /usr/local/lib64/perl5/Text/VCardFast.pm
11501Installing /usr/local/lib64/perl5/Text/bench.pl
11502Installing /usr/local/share/man/man3/Text::VCardFast.3pm
11503Appending installation info to /usr/lib64/perl5/perllocal.pod
11504 BRONG/Text-VCardFast-0.06.tar.gz
11505 /usr/bin/make install -- OK
11506Running install for module 'Text::LevenshteinXS'
11507Running make for J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
11508Fetching with LWP:
11509http://cpan.dcc.uchile.cl/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
11510Fetching with LWP:
11511http://cpan.dcc.uchile.cl/authors/id/J/JG/JGOLDBERG/CHECKSUMS
11512Checksum for /root/.cpan/sources/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz ok
11513
11514 CPAN.pm: Building J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
11515
11516Unparsable version '' for prerequisite Test at Makefile.PL line 4.
11517Checking if your kit is complete...
11518Looks good
11519Writing Makefile for Text::LevenshteinXS
11520Writing MYMETA.yml and MYMETA.json
11521cp LevenshteinXS.pm blib/lib/Text/LevenshteinXS.pm
11522AutoSplitting blib/lib/Text/LevenshteinXS.pm (blib/lib/auto/Text/LevenshteinXS)
11523/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap LevenshteinXS.xs > LevenshteinXS.xsc && mv LevenshteinXS.xsc LevenshteinXS.c
11524Please specify prototyping behavior for LevenshteinXS.xs (see perlxs manual)
11525gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/usr/lib64/perl5/CORE" LevenshteinXS.c
11526Running Mkbootstrap for Text::LevenshteinXS ()
11527chmod 644 LevenshteinXS.bs
11528rm -f blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so
11529gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro LevenshteinXS.o -o blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so \
11530 \
11531
11532chmod 755 blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so
11533cp LevenshteinXS.bs blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.bs
11534chmod 644 blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.bs
11535Manifying blib/man3/Text::LevenshteinXS.3pm
11536 JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
11537 /usr/bin/make -- OK
11538Skipping test because of notest pragma
11539Running make install
11540Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
11541Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/LevenshteinXS.bs
11542Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/LevenshteinXS.so
11543Installing /usr/local/lib64/perl5/Text/LevenshteinXS.pm
11544Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/autosplit.ix
11545Installing /usr/local/share/man/man3/Text::LevenshteinXS.3pm
11546Appending installation info to /usr/lib64/perl5/perllocal.pod
11547 JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
11548 /usr/bin/make install -- OK
11549Running install for module 'Data::ICal::TimeZone'
11550Running make for R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
11551Fetching with LWP:
11552http://cpan.dcc.uchile.cl/authors/id/R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
11553Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz ok
11554
11555 CPAN.pm: Building R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
11556
11557Warning: prerequisite Class::Accessor 0 not found.
11558Warning: prerequisite Class::ReturnValue 0 not found.
11559Warning: prerequisite Data::ICal 0 not found.
11560Warning: prerequisite UNIVERSAL::require 0 not found.
11561Checking if your kit is complete...
11562Looks good
11563Writing Makefile for Data::ICal::TimeZone
11564Writing MYMETA.yml and MYMETA.json
11565---- Unsatisfied dependencies detected during ----
11566---- RCLAMP/Data-ICal-TimeZone-1.23.tar.gz ----
11567 Class::ReturnValue [requires]
11568 Data::ICal [requires]
11569 Class::Accessor [requires]
11570 UNIVERSAL::require [requires]
11571Skipping test because of notest pragma
11572Running make install
11573 Delayed until after prerequisites
11574Running install for module 'Class::ReturnValue'
11575Running make for J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
11576Fetching with LWP:
11577http://cpan.dcc.uchile.cl/authors/id/J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
11578Fetching with LWP:
11579http://cpan.dcc.uchile.cl/authors/id/J/JE/JESSE/CHECKSUMS
11580Checksum for /root/.cpan/sources/authors/id/J/JE/JESSE/Class-ReturnValue-0.55.tar.gz ok
11581
11582 CPAN.pm: Building J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
11583
11584Checking if your kit is complete...
11585Looks good
11586Writing Makefile for Class::ReturnValue
11587Writing MYMETA.yml and MYMETA.json
11588cp lib/Class/ReturnValue.pm blib/lib/Class/ReturnValue.pm
11589Manifying blib/man3/Class::ReturnValue.3pm
11590 JESSE/Class-ReturnValue-0.55.tar.gz
11591 /usr/bin/make -- OK
11592Skipping test because of notest pragma
11593Running make install
11594Installing /usr/local/share/perl5/Class/ReturnValue.pm
11595Installing /usr/local/share/man/man3/Class::ReturnValue.3pm
11596Appending installation info to /usr/lib64/perl5/perllocal.pod
11597 JESSE/Class-ReturnValue-0.55.tar.gz
11598 /usr/bin/make install -- OK
11599Running install for module 'Data::ICal'
11600Running make for A/AL/ALEXMV/Data-ICal-0.22.tar.gz
11601Fetching with LWP:
11602http://cpan.dcc.uchile.cl/authors/id/A/AL/ALEXMV/Data-ICal-0.22.tar.gz
11603Fetching with LWP:
11604http://cpan.dcc.uchile.cl/authors/id/A/AL/ALEXMV/CHECKSUMS
11605Checksum for /root/.cpan/sources/authors/id/A/AL/ALEXMV/Data-ICal-0.22.tar.gz ok
11606
11607 CPAN.pm: Building A/AL/ALEXMV/Data-ICal-0.22.tar.gz
11608
11609Warning: prerequisite Class::Accessor 0 not found.
11610Warning: prerequisite Test::LongString 0 not found.
11611Warning: prerequisite Test::NoWarnings 0 not found.
11612Warning: prerequisite Test::Warn 0 not found.
11613Warning: prerequisite Text::vFile::asData 0 not found.
11614*** Module::AutoInstall version 1.14
11615*** Checking for Perl dependencies...
11616*** Since we're running under CPAN, I'll just let it take care
11617 of the dependency's installation later.
11618[Core Features]
11619- Test::More ...loaded. (1.001014)
11620- Test::Warn ...missing.
11621- Test::NoWarnings ...missing.
11622- Test::LongString ...missing.
11623- Class::Accessor ...missing.
11624- Text::vFile::asData ...missing.
11625- MIME::QuotedPrint ...loaded. (3.13)
11626- Class::ReturnValue ...loaded. (0.55)
11627*** Module::AutoInstall configuration finished.
11628Checking if your kit is complete...
11629Looks good
11630Writing Makefile for Data::ICal
11631Writing MYMETA.yml and MYMETA.json
11632---- Unsatisfied dependencies detected during ----
11633---- ALEXMV/Data-ICal-0.22.tar.gz ----
11634 Test::NoWarnings [requires]
11635 Test::LongString [requires]
11636 Text::vFile::asData [requires]
11637 Class::Accessor [requires]
11638 Test::Warn [requires]
11639Skipping test because of notest pragma
11640Running make install
11641 Delayed until after prerequisites
11642Running install for module 'Test::NoWarnings'
11643Running make for A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
11644Fetching with LWP:
11645http://cpan.dcc.uchile.cl/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
11646Checksum for /root/.cpan/sources/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz ok
11647
11648 CPAN.pm: Building A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
11649
11650Checking if your kit is complete...
11651Looks good
11652Writing Makefile for Test::NoWarnings
11653Writing MYMETA.yml and MYMETA.json
11654cp lib/Test/NoWarnings.pm blib/lib/Test/NoWarnings.pm
11655cp lib/Test/NoWarnings/Warning.pm blib/lib/Test/NoWarnings/Warning.pm
11656Manifying blib/man3/Test::NoWarnings.3pm
11657 ADAMK/Test-NoWarnings-1.04.tar.gz
11658 /usr/bin/make -- OK
11659Skipping test because of notest pragma
11660Running make install
11661Installing /usr/local/share/perl5/Test/NoWarnings.pm
11662Installing /usr/local/share/perl5/Test/NoWarnings/Warning.pm
11663Installing /usr/local/share/man/man3/Test::NoWarnings.3pm
11664Appending installation info to /usr/lib64/perl5/perllocal.pod
11665 ADAMK/Test-NoWarnings-1.04.tar.gz
11666 /usr/bin/make install -- OK
11667Running install for module 'Test::LongString'
11668Running make for R/RG/RGARCIA/Test-LongString-0.17.tar.gz
11669Fetching with LWP:
11670http://cpan.dcc.uchile.cl/authors/id/R/RG/RGARCIA/Test-LongString-0.17.tar.gz
11671Checksum for /root/.cpan/sources/authors/id/R/RG/RGARCIA/Test-LongString-0.17.tar.gz ok
11672
11673 CPAN.pm: Building R/RG/RGARCIA/Test-LongString-0.17.tar.gz
11674
11675Checking if your kit is complete...
11676Looks good
11677Writing Makefile for Test::LongString
11678Writing MYMETA.yml and MYMETA.json
11679cp lib/Test/LongString.pm blib/lib/Test/LongString.pm
11680Manifying blib/man3/Test::LongString.3pm
11681 RGARCIA/Test-LongString-0.17.tar.gz
11682 /usr/bin/make -- OK
11683Skipping test because of notest pragma
11684Running make install
11685Installing /usr/local/share/perl5/Test/LongString.pm
11686Installing /usr/local/share/man/man3/Test::LongString.3pm
11687Appending installation info to /usr/lib64/perl5/perllocal.pod
11688 RGARCIA/Test-LongString-0.17.tar.gz
11689 /usr/bin/make install -- OK
11690Running install for module 'Text::vFile::asData'
11691Running make for R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
11692Fetching with LWP:
11693http://cpan.dcc.uchile.cl/authors/id/R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
11694Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz ok
11695
11696 CPAN.pm: Building R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
11697
11698Warning: prerequisite Class::Accessor::Chained 0 not found.
11699Checking if your kit is complete...
11700Looks good
11701Writing Makefile for Text::vFile::asData
11702Writing MYMETA.yml and MYMETA.json
11703---- Unsatisfied dependencies detected during ----
11704---- RCLAMP/Text-vFile-asData-0.08.tar.gz ----
11705 Class::Accessor::Chained [requires]
11706Skipping test because of notest pragma
11707Running make install
11708 Delayed until after prerequisites
11709Running install for module 'Class::Accessor::Chained'
11710Running make for R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11711Fetching with LWP:
11712http://cpan.dcc.uchile.cl/authors/id/R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11713Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz ok
11714
11715 CPAN.pm: Building R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11716
11717Checking prerequisites...
11718 requires:
11719 ! Class::Accessor is not installed
11720
11721ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
11722of the modules indicated above before proceeding with this installation
11723
11724Created MYMETA.yml and MYMETA.json
11725Creating new 'Build' script for 'Class-Accessor-Chained' version '0.01'
11726---- Unsatisfied dependencies detected during ----
11727---- RCLAMP/Class-Accessor-Chained-0.01.tar.gz ----
11728 Class::Accessor [requires]
11729Skipping test because of notest pragma
11730Running Build install
11731 Delayed until after prerequisites
11732Running install for module 'Class::Accessor'
11733Running make for K/KA/KASEI/Class-Accessor-0.34.tar.gz
11734Fetching with LWP:
11735http://cpan.dcc.uchile.cl/authors/id/K/KA/KASEI/Class-Accessor-0.34.tar.gz
11736Fetching with LWP:
11737http://cpan.dcc.uchile.cl/authors/id/K/KA/KASEI/CHECKSUMS
11738Checksum for /root/.cpan/sources/authors/id/K/KA/KASEI/Class-Accessor-0.34.tar.gz ok
11739
11740 CPAN.pm: Building K/KA/KASEI/Class-Accessor-0.34.tar.gz
11741
11742Checking if your kit is complete...
11743Looks good
11744Writing Makefile for Class::Accessor
11745Writing MYMETA.yml and MYMETA.json
11746cp lib/Class/Accessor/Faster.pm blib/lib/Class/Accessor/Faster.pm
11747cp lib/Class/Accessor/Fast.pm blib/lib/Class/Accessor/Fast.pm
11748cp lib/Class/Accessor.pm blib/lib/Class/Accessor.pm
11749Manifying blib/man3/Class::Accessor::Fast.3pm
11750Manifying blib/man3/Class::Accessor::Faster.3pm
11751Manifying blib/man3/Class::Accessor.3pm
11752 KASEI/Class-Accessor-0.34.tar.gz
11753 /usr/bin/make -- OK
11754Skipping test because of notest pragma
11755Running make install
11756Manifying blib/man3/Class::Accessor::Fast.3pm
11757Manifying blib/man3/Class::Accessor::Faster.3pm
11758Manifying blib/man3/Class::Accessor.3pm
11759Installing /usr/local/share/perl5/Class/Accessor.pm
11760Installing /usr/local/share/perl5/Class/Accessor/Faster.pm
11761Installing /usr/local/share/perl5/Class/Accessor/Fast.pm
11762Installing /usr/local/share/man/man3/Class::Accessor.3pm
11763Installing /usr/local/share/man/man3/Class::Accessor::Fast.3pm
11764Installing /usr/local/share/man/man3/Class::Accessor::Faster.3pm
11765Appending installation info to /usr/lib64/perl5/perllocal.pod
11766 KASEI/Class-Accessor-0.34.tar.gz
11767 /usr/bin/make install -- OK
11768Running Build for R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11769 Has already been unwrapped into directory /root/.cpan/build/Class-Accessor-Chained-0.01-YIk8LL
11770
11771 CPAN.pm: Building R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11772
11773Building Class-Accessor-Chained
11774 RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11775 ./Build -- OK
11776Skipping test because of notest pragma
11777Running Build install
11778Building Class-Accessor-Chained
11779Installing /usr/local/share/perl5/Class/Accessor/Chained.pm
11780Installing /usr/local/share/perl5/Class/Accessor/Chained/Fast.pm
11781Installing /usr/local/share/man/man3/Class::Accessor::Chained.3pm
11782Installing /usr/local/share/man/man3/Class::Accessor::Chained::Fast.3pm
11783 RCLAMP/Class-Accessor-Chained-0.01.tar.gz
11784 ./Build install -- OK
11785Running make for R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
11786 Has already been unwrapped into directory /root/.cpan/build/Text-vFile-asData-0.08-evhZbL
11787
11788 CPAN.pm: Building R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
11789
11790cp lib/Text/vFile/asData.pm blib/lib/Text/vFile/asData.pm
11791Manifying blib/man3/Text::vFile::asData.3pm
11792 RCLAMP/Text-vFile-asData-0.08.tar.gz
11793 /usr/bin/make -- OK
11794Skipping test because of notest pragma
11795Running make install
11796Installing /usr/local/share/perl5/Text/vFile/asData.pm
11797Installing /usr/local/share/man/man3/Text::vFile::asData.3pm
11798Appending installation info to /usr/lib64/perl5/perllocal.pod
11799 RCLAMP/Text-vFile-asData-0.08.tar.gz
11800 /usr/bin/make install -- OK
11801Running install for module 'Test::Warn'
11802Running make for C/CH/CHORNY/Test-Warn-0.30.tar.gz
11803Fetching with LWP:
11804http://cpan.dcc.uchile.cl/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz
11805Fetching with LWP:
11806http://cpan.dcc.uchile.cl/authors/id/C/CH/CHORNY/CHECKSUMS
11807Checksum for /root/.cpan/sources/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz ok
11808
11809 CPAN.pm: Building C/CH/CHORNY/Test-Warn-0.30.tar.gz
11810
11811Checking if your kit is complete...
11812Looks good
11813Writing Makefile for Test::Warn
11814Writing MYMETA.yml and MYMETA.json
11815cp Warn.pm blib/lib/Test/Warn.pm
11816Manifying blib/man3/Test::Warn.3pm
11817 CHORNY/Test-Warn-0.30.tar.gz
11818 /usr/bin/make -- OK
11819Skipping test because of notest pragma
11820Running make install
11821Manifying blib/man3/Test::Warn.3pm
11822Installing /usr/local/share/perl5/Test/Warn.pm
11823Installing /usr/local/share/man/man3/Test::Warn.3pm
11824Appending installation info to /usr/lib64/perl5/perllocal.pod
11825 CHORNY/Test-Warn-0.30.tar.gz
11826 /usr/bin/make install -- OK
11827Running make for A/AL/ALEXMV/Data-ICal-0.22.tar.gz
11828 Has already been unwrapped into directory /root/.cpan/build/Data-ICal-0.22-vEJAnR
11829
11830 CPAN.pm: Building A/AL/ALEXMV/Data-ICal-0.22.tar.gz
11831
11832cp lib/Data/ICal/Entry/FreeBusy.pm blib/lib/Data/ICal/Entry/FreeBusy.pm
11833cp lib/Data/ICal/Entry/TimeZone.pm blib/lib/Data/ICal/Entry/TimeZone.pm
11834cp lib/Data/ICal/Entry/TimeZone/Standard.pm blib/lib/Data/ICal/Entry/TimeZone/Standard.pm
11835cp lib/Data/ICal/Entry.pm blib/lib/Data/ICal/Entry.pm
11836cp lib/Data/ICal/Entry/Alarm/Procedure.pm blib/lib/Data/ICal/Entry/Alarm/Procedure.pm
11837cp lib/Data/ICal/Entry/Alarm/URI.pm blib/lib/Data/ICal/Entry/Alarm/URI.pm
11838cp lib/Data/ICal/Entry/Alarm.pm blib/lib/Data/ICal/Entry/Alarm.pm
11839cp lib/Data/ICal/Entry/Alarm/Email.pm blib/lib/Data/ICal/Entry/Alarm/Email.pm
11840cp lib/Data/ICal/Entry/Alarm/Audio.pm blib/lib/Data/ICal/Entry/Alarm/Audio.pm
11841cp lib/Data/ICal/Entry/Alarm/None.pm blib/lib/Data/ICal/Entry/Alarm/None.pm
11842cp lib/Data/ICal/Property.pm blib/lib/Data/ICal/Property.pm
11843cp lib/Data/ICal/Entry/Event.pm blib/lib/Data/ICal/Entry/Event.pm
11844cp lib/Data/ICal/Entry/Todo.pm blib/lib/Data/ICal/Entry/Todo.pm
11845cp lib/Data/ICal/Entry/Alarm/Display.pm blib/lib/Data/ICal/Entry/Alarm/Display.pm
11846cp lib/Data/ICal/Entry/TimeZone/Daylight.pm blib/lib/Data/ICal/Entry/TimeZone/Daylight.pm
11847cp lib/Data/ICal/Entry/Journal.pm blib/lib/Data/ICal/Entry/Journal.pm
11848cp lib/Data/ICal.pm blib/lib/Data/ICal.pm
11849Manifying blib/man3/Data::ICal::Entry::TimeZone::Standard.3pm
11850Manifying blib/man3/Data::ICal::Entry::TimeZone.3pm
11851Manifying blib/man3/Data::ICal::Entry::FreeBusy.3pm
11852Manifying blib/man3/Data::ICal::Entry.3pm
11853Manifying blib/man3/Data::ICal::Entry::Alarm::Procedure.3pm
11854Manifying blib/man3/Data::ICal::Entry::Alarm::URI.3pm
11855Manifying blib/man3/Data::ICal::Entry::Alarm::Audio.3pm
11856Manifying blib/man3/Data::ICal::Entry::Alarm.3pm
11857Manifying blib/man3/Data::ICal::Entry::Alarm::Email.3pm
11858Manifying blib/man3/Data::ICal::Entry::Alarm::None.3pm
11859Manifying blib/man3/Data::ICal::Property.3pm
11860Manifying blib/man3/Data::ICal::Entry::Event.3pm
11861Manifying blib/man3/Data::ICal::Entry::Todo.3pm
11862Manifying blib/man3/Data::ICal::Entry::Alarm::Display.3pm
11863Manifying blib/man3/Data::ICal::Entry::TimeZone::Daylight.3pm
11864Manifying blib/man3/Data::ICal::Entry::Journal.3pm
11865Manifying blib/man3/Data::ICal.3pm
11866 ALEXMV/Data-ICal-0.22.tar.gz
11867 /usr/bin/make -- OK
11868Skipping test because of notest pragma
11869Running make install
11870Installing /usr/local/share/perl5/Data/ICal.pm
11871Installing /usr/local/share/perl5/Data/ICal/Property.pm
11872Installing /usr/local/share/perl5/Data/ICal/Entry.pm
11873Installing /usr/local/share/perl5/Data/ICal/Entry/FreeBusy.pm
11874Installing /usr/local/share/perl5/Data/ICal/Entry/Todo.pm
11875Installing /usr/local/share/perl5/Data/ICal/Entry/Event.pm
11876Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone.pm
11877Installing /usr/local/share/perl5/Data/ICal/Entry/Journal.pm
11878Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm.pm
11879Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone/Daylight.pm
11880Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone/Standard.pm
11881Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/URI.pm
11882Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Procedure.pm
11883Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Audio.pm
11884Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Display.pm
11885Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Email.pm
11886Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/None.pm
11887Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Display.3pm
11888Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm.3pm
11889Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::None.3pm
11890Installing /usr/local/share/man/man3/Data::ICal::Entry::Journal.3pm
11891Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Email.3pm
11892Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Audio.3pm
11893Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone::Daylight.3pm
11894Installing /usr/local/share/man/man3/Data::ICal::Entry::Event.3pm
11895Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone::Standard.3pm
11896Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::URI.3pm
11897Installing /usr/local/share/man/man3/Data::ICal::Entry::FreeBusy.3pm
11898Installing /usr/local/share/man/man3/Data::ICal.3pm
11899Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Procedure.3pm
11900Installing /usr/local/share/man/man3/Data::ICal::Entry.3pm
11901Installing /usr/local/share/man/man3/Data::ICal::Entry::Todo.3pm
11902Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone.3pm
11903Installing /usr/local/share/man/man3/Data::ICal::Property.3pm
11904Appending installation info to /usr/lib64/perl5/perllocal.pod
11905 ALEXMV/Data-ICal-0.22.tar.gz
11906 /usr/bin/make install -- OK
11907Running install for module 'UNIVERSAL::require'
11908Running make for N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
11909Fetching with LWP:
11910http://cpan.dcc.uchile.cl/authors/id/N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
11911Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz ok
11912
11913 CPAN.pm: Building N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
11914
11915Checking if your kit is complete...
11916Looks good
11917Writing Makefile for UNIVERSAL::require
11918Writing MYMETA.yml and MYMETA.json
11919cp lib/UNIVERSAL/require.pm blib/lib/UNIVERSAL/require.pm
11920Manifying blib/man3/UNIVERSAL::require.3pm
11921 NEILB/UNIVERSAL-require-0.18.tar.gz
11922 /usr/bin/make -- OK
11923Skipping test because of notest pragma
11924Running make install
11925Installing /usr/local/share/perl5/UNIVERSAL/require.pm
11926Installing /usr/local/share/man/man3/UNIVERSAL::require.3pm
11927Appending installation info to /usr/lib64/perl5/perllocal.pod
11928 NEILB/UNIVERSAL-require-0.18.tar.gz
11929 /usr/bin/make install -- OK
11930Running make for R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
11931 Has already been unwrapped into directory /root/.cpan/build/Data-ICal-TimeZone-1.23-KhizhB
11932
11933 CPAN.pm: Building R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
11934
11935cp lib/Data/ICal/TimeZone/Object/America/Araguaina.pm blib/lib/Data/ICal/TimeZone/Object/America/Araguaina.pm
11936cp lib/Data/ICal/TimeZone/Object/Asia/Seoul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Seoul.pm
11937cp lib/Data/ICal/TimeZone/Object/Africa/Malabo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Malabo.pm
11938cp lib/Data/ICal/TimeZone/Object/America/Montevideo.pm blib/lib/Data/ICal/TimeZone/Object/America/Montevideo.pm
11939cp lib/Data/ICal/TimeZone/Object/America/Noronha.pm blib/lib/Data/ICal/TimeZone/Object/America/Noronha.pm
11940cp lib/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm
11941cp lib/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm
11942cp lib/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm
11943cp lib/Data/ICal/TimeZone/Object/Africa/Abidjan.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Abidjan.pm
11944cp lib/Data/ICal/TimeZone/Object/Africa/Niamey.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Niamey.pm
11945cp lib/Data/ICal/TimeZone/Object/America/Yakutat.pm blib/lib/Data/ICal/TimeZone/Object/America/Yakutat.pm
11946cp lib/Data/ICal/TimeZone/Object/America/St_Vincent.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Vincent.pm
11947cp lib/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm
11948cp lib/Data/ICal/TimeZone/Object/Asia/Amman.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Amman.pm
11949cp lib/Data/ICal/TimeZone/Object/Asia/Shanghai.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Shanghai.pm
11950cp lib/Data/ICal/TimeZone/Object/America/Menominee.pm blib/lib/Data/ICal/TimeZone/Object/America/Menominee.pm
11951cp lib/Data/ICal/TimeZone/Object/Indian/Mauritius.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mauritius.pm
11952cp lib/Data/ICal/TimeZone/Object/Africa/Douala.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Douala.pm
11953cp lib/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm
11954cp lib/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm blib/lib/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm
11955cp lib/Data/ICal/TimeZone/Object/America/Nassau.pm blib/lib/Data/ICal/TimeZone/Object/America/Nassau.pm
11956cp lib/Data/ICal/TimeZone/Object/Africa/Bamako.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bamako.pm
11957cp lib/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm blib/lib/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm
11958cp lib/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm
11959cp lib/Data/ICal/TimeZone/Object/Europe/Zagreb.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zagreb.pm
11960cp lib/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm
11961cp lib/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm
11962cp lib/Data/ICal/TimeZone/Object/Pacific/Truk.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Truk.pm
11963cp lib/Data/ICal/TimeZone/Object/Indian/Mayotte.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mayotte.pm
11964cp lib/Data/ICal/TimeZone/Object/America/Whitehorse.pm blib/lib/Data/ICal/TimeZone/Object/America/Whitehorse.pm
11965cp lib/Data/ICal/TimeZone/Object/Europe/Dublin.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Dublin.pm
11966cp lib/Data/ICal/TimeZone/Object/Europe/San_Marino.pm blib/lib/Data/ICal/TimeZone/Object/Europe/San_Marino.pm
11967cp lib/Data/ICal/TimeZone/Object/Pacific/Guam.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Guam.pm
11968cp lib/Data/ICal/TimeZone/Object/Asia/Rangoon.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Rangoon.pm
11969cp lib/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm blib/lib/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm
11970cp lib/Data/ICal/TimeZone/Object/Antarctica/Casey.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Casey.pm
11971cp lib/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm
11972cp lib/Data/ICal/TimeZone/Object/Asia/Singapore.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Singapore.pm
11973cp lib/Data/ICal/TimeZone/Object/Africa/Djibouti.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Djibouti.pm
11974cp lib/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm blib/lib/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm
11975cp lib/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm
11976cp lib/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm
11977cp lib/Data/ICal/TimeZone/Object/Indian/Cocos.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Cocos.pm
11978cp lib/Data/ICal/TimeZone/Object/Atlantic/Canary.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Canary.pm
11979cp lib/Data/ICal/TimeZone/Object/Asia/Baghdad.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Baghdad.pm
11980cp lib/Data/ICal/TimeZone/Object/America/Mazatlan.pm blib/lib/Data/ICal/TimeZone/Object/America/Mazatlan.pm
11981cp lib/Data/ICal/TimeZone/Object/Australia/Eucla.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Eucla.pm
11982cp lib/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm
11983cp lib/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm
11984cp lib/Data/ICal/TimeZone/Object/Asia/Damascus.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Damascus.pm
11985cp lib/Data/ICal/TimeZone/Object/America/Rainy_River.pm blib/lib/Data/ICal/TimeZone/Object/America/Rainy_River.pm
11986cp lib/Data/ICal/TimeZone/Object/America/Guyana.pm blib/lib/Data/ICal/TimeZone/Object/America/Guyana.pm
11987cp lib/Data/ICal/TimeZone/Object/America/Nipigon.pm blib/lib/Data/ICal/TimeZone/Object/America/Nipigon.pm
11988cp lib/Data/ICal/TimeZone/Object/America/Chicago.pm blib/lib/Data/ICal/TimeZone/Object/America/Chicago.pm
11989cp lib/Data/ICal/TimeZone/Object/Europe/Moscow.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Moscow.pm
11990cp lib/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm
11991cp lib/Data/ICal/TimeZone/Object/Europe/Istanbul.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Istanbul.pm
11992cp lib/Data/ICal/TimeZone/Object/Asia/Taipei.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Taipei.pm
11993cp lib/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm
11994cp lib/Data/ICal/TimeZone/Object/Australia/Brisbane.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Brisbane.pm
11995cp lib/Data/ICal/TimeZone/Object/Indian/Reunion.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Reunion.pm
11996cp lib/Data/ICal/TimeZone/Object/America/Barbados.pm blib/lib/Data/ICal/TimeZone/Object/America/Barbados.pm
11997cp lib/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm
11998cp lib/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm blib/lib/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm
11999cp lib/Data/ICal/TimeZone/Object/America/Guayaquil.pm blib/lib/Data/ICal/TimeZone/Object/America/Guayaquil.pm
12000cp lib/Data/ICal/TimeZone/Object/Pacific/Nauru.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Nauru.pm
12001cp lib/Data/ICal/TimeZone/Object/Africa/Accra.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Accra.pm
12002cp lib/Data/ICal/TimeZone/Object/America/Anguilla.pm blib/lib/Data/ICal/TimeZone/Object/America/Anguilla.pm
12003cp lib/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm
12004cp lib/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm
12005cp lib/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm
12006cp lib/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm
12007cp lib/Data/ICal/TimeZone/Object/Pacific/Midway.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Midway.pm
12008cp lib/Data/ICal/TimeZone/Object/Africa/Lusaka.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lusaka.pm
12009cp lib/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm
12010cp lib/Data/ICal/TimeZone/Object/America/Monterrey.pm blib/lib/Data/ICal/TimeZone/Object/America/Monterrey.pm
12011cp lib/Data/ICal/TimeZone/Object/Africa/Lome.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lome.pm
12012cp lib/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm
12013cp lib/Data/ICal/TimeZone/Object/America/Resolute.pm blib/lib/Data/ICal/TimeZone/Object/America/Resolute.pm
12014cp lib/Data/ICal/TimeZone/Object/America/Edmonton.pm blib/lib/Data/ICal/TimeZone/Object/America/Edmonton.pm
12015cp lib/Data/ICal/TimeZone/Object/America/Goose_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Goose_Bay.pm
12016cp lib/Data/ICal/TimeZone/Object/Australia/Melbourne.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Melbourne.pm
12017cp lib/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm
12018cp lib/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm
12019cp lib/Data/ICal/TimeZone/Object/Pacific/Saipan.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Saipan.pm
12020cp lib/Data/ICal/TimeZone/Object/Africa/Maputo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Maputo.pm
12021cp lib/Data/ICal/TimeZone/Object/Atlantic/Azores.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Azores.pm
12022cp lib/Data/ICal/TimeZone/Object/Asia/Manila.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Manila.pm
12023cp lib/Data/ICal/TimeZone/Object/Pacific/Wallis.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Wallis.pm
12024cp lib/Data/ICal/TimeZone/Object/Europe/Minsk.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Minsk.pm
12025cp lib/Data/ICal/TimeZone/Object/America/Eirunepe.pm blib/lib/Data/ICal/TimeZone/Object/America/Eirunepe.pm
12026cp lib/Data/ICal/TimeZone/Object/America/Rio_Branco.pm blib/lib/Data/ICal/TimeZone/Object/America/Rio_Branco.pm
12027cp lib/Data/ICal/TimeZone/Object/America/Hermosillo.pm blib/lib/Data/ICal/TimeZone/Object/America/Hermosillo.pm
12028cp lib/Data/ICal/TimeZone/Object/Europe/Kiev.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Kiev.pm
12029cp lib/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm
12030cp lib/Data/ICal/TimeZone/Object/Pacific/Easter.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Easter.pm
12031cp lib/Data/ICal/TimeZone/Object/Asia/Bangkok.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bangkok.pm
12032cp lib/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm
12033cp lib/Data/ICal/TimeZone/Object/America/Mexico_City.pm blib/lib/Data/ICal/TimeZone/Object/America/Mexico_City.pm
12034cp lib/Data/ICal/._TimeZone.pm blib/lib/Data/ICal/._TimeZone.pm
12035cp lib/Data/ICal/TimeZone/Object/Asia/Dubai.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dubai.pm
12036cp lib/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm
12037cp lib/Data/ICal/TimeZone/Object/Europe/Podgorica.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Podgorica.pm
12038cp lib/Data/ICal/TimeZone/Object/Asia/Karachi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Karachi.pm
12039cp lib/Data/ICal/TimeZone/Object/America/Moncton.pm blib/lib/Data/ICal/TimeZone/Object/America/Moncton.pm
12040cp lib/Data/ICal/TimeZone/Object/America/Toronto.pm blib/lib/Data/ICal/TimeZone/Object/America/Toronto.pm
12041cp lib/Data/ICal/TimeZone/Object/America/Chihuahua.pm blib/lib/Data/ICal/TimeZone/Object/America/Chihuahua.pm
12042cp lib/Data/ICal/TimeZone/Object/America/Guadeloupe.pm blib/lib/Data/ICal/TimeZone/Object/America/Guadeloupe.pm
12043cp lib/Data/ICal/TimeZone/Object/America/Belem.pm blib/lib/Data/ICal/TimeZone/Object/America/Belem.pm
12044cp lib/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm
12045cp lib/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm blib/lib/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm
12046cp lib/Data/ICal/TimeZone/Object/Africa/Luanda.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Luanda.pm
12047cp lib/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm
12048cp lib/Data/ICal/TimeZone/Object/Europe/Zurich.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zurich.pm
12049cp lib/Data/ICal/TimeZone/Object/America/Vancouver.pm blib/lib/Data/ICal/TimeZone/Object/America/Vancouver.pm
12050cp lib/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm
12051cp lib/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm
12052cp lib/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm
12053cp lib/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm blib/lib/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm
12054cp lib/Data/ICal/TimeZone/Object/Africa/Freetown.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Freetown.pm
12055cp lib/Data/ICal/TimeZone/Object/Africa/Cairo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Cairo.pm
12056cp lib/Data/ICal/TimeZone/Object/Europe/Lisbon.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Lisbon.pm
12057cp lib/Data/ICal/TimeZone/Object/Africa/Casablanca.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Casablanca.pm
12058cp lib/Data/ICal/TimeZone/Object/Asia/Istanbul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Istanbul.pm
12059cp lib/Data/ICal/TimeZone/Object/Europe/Paris.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Paris.pm
12060cp lib/Data/ICal/TimeZone/Object/America/Fortaleza.pm blib/lib/Data/ICal/TimeZone/Object/America/Fortaleza.pm
12061cp lib/Data/ICal/TimeZone/Object/Europe/Monaco.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Monaco.pm
12062cp lib/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm
12063cp lib/Data/ICal/TimeZone/List.pm blib/lib/Data/ICal/TimeZone/List.pm
12064cp lib/Data/ICal/TimeZone/Object/America/Iqaluit.pm blib/lib/Data/ICal/TimeZone/Object/America/Iqaluit.pm
12065cp lib/Data/ICal/TimeZone/Object/America/Paramaribo.pm blib/lib/Data/ICal/TimeZone/Object/America/Paramaribo.pm
12066cp lib/Data/ICal/TimeZone/Object/Asia/Makassar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Makassar.pm
12067cp lib/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm
12068cp lib/Data/ICal/TimeZone/Object/Europe/London.pm blib/lib/Data/ICal/TimeZone/Object/Europe/London.pm
12069cp lib/Data/ICal/TimeZone.pm blib/lib/Data/ICal/TimeZone.pm
12070cp lib/Data/ICal/TimeZone/Object/Asia/Anadyr.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Anadyr.pm
12071cp lib/Data/ICal/TimeZone/Object/Africa/Conakry.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Conakry.pm
12072cp lib/Data/ICal/TimeZone/Object/Europe/Vaduz.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vaduz.pm
12073cp lib/Data/ICal/TimeZone/Object/America/Santiago.pm blib/lib/Data/ICal/TimeZone/Object/America/Santiago.pm
12074cp lib/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm
12075cp lib/Data/ICal/TimeZone/Object/Africa/Mbabane.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Mbabane.pm
12076cp lib/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm
12077cp lib/Data/ICal/TimeZone/Object/Asia/Almaty.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Almaty.pm
12078cp lib/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm
12079cp lib/Data/ICal/TimeZone/Object/Asia/Pontianak.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Pontianak.pm
12080cp lib/Data/ICal/TimeZone/Object/America/Costa_Rica.pm blib/lib/Data/ICal/TimeZone/Object/America/Costa_Rica.pm
12081cp lib/Data/ICal/TimeZone/Object/Asia/Riyadh.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Riyadh.pm
12082cp lib/Data/ICal/TimeZone/Object/America/Belize.pm blib/lib/Data/ICal/TimeZone/Object/America/Belize.pm
12083cp lib/Data/ICal/TimeZone/Object/Australia/Lindeman.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Lindeman.pm
12084cp lib/Data/ICal/TimeZone/Object/America/Grenada.pm blib/lib/Data/ICal/TimeZone/Object/America/Grenada.pm
12085cp lib/Data/ICal/TimeZone/Object/America/La_Paz.pm blib/lib/Data/ICal/TimeZone/Object/America/La_Paz.pm
12086cp lib/Data/ICal/TimeZone/Object/Pacific/Apia.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Apia.pm
12087cp lib/Data/ICal/TimeZone/Object/America/Nome.pm blib/lib/Data/ICal/TimeZone/Object/America/Nome.pm
12088cp lib/Data/ICal/TimeZone/Object/Europe/Simferopol.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Simferopol.pm
12089cp lib/Data/ICal/TimeZone/Object/Asia/Kabul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kabul.pm
12090cp lib/Data/ICal/TimeZone/Object/Australia/Darwin.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Darwin.pm
12091cp lib/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm blib/lib/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm
12092cp lib/Data/ICal/TimeZone/Object/Europe/Madrid.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Madrid.pm
12093cp lib/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm
12094cp lib/Data/ICal/TimeZone/Object/America/Atikokan.pm blib/lib/Data/ICal/TimeZone/Object/America/Atikokan.pm
12095cp lib/Data/ICal/TimeZone/Object/Asia/Muscat.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Muscat.pm
12096cp lib/Data/ICal/TimeZone/Object/America/St_Thomas.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Thomas.pm
12097cp lib/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm
12098cp lib/Data/ICal/TimeZone/Object/America/Shiprock.pm blib/lib/Data/ICal/TimeZone/Object/America/Shiprock.pm
12099cp lib/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm
12100cp lib/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm blib/lib/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm
12101cp lib/Data/ICal/TimeZone/Object/Asia/Oral.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Oral.pm
12102cp lib/Data/ICal/TimeZone/Object/Europe/Brussels.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Brussels.pm
12103cp lib/Data/ICal/TimeZone/Object/America/Regina.pm blib/lib/Data/ICal/TimeZone/Object/America/Regina.pm
12104cp lib/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm
12105cp lib/Data/ICal/TimeZone/Object/Pacific/Auckland.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Auckland.pm
12106cp lib/Data/ICal/TimeZone/Object/Europe/Tirane.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Tirane.pm
12107cp lib/Data/ICal/TimeZone/Object/Europe/Volgograd.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Volgograd.pm
12108cp lib/Data/ICal/TimeZone/Object/Africa/Tripoli.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Tripoli.pm
12109cp lib/Data/ICal/TimeZone/Object/Asia/Aden.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aden.pm
12110cp lib/Data/ICal/TimeZone/Object/America/Godthab.pm blib/lib/Data/ICal/TimeZone/Object/America/Godthab.pm
12111cp lib/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm
12112cp lib/Data/ICal/TimeZone/Object/Pacific/Chatham.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Chatham.pm
12113cp lib/Data/ICal/TimeZone/Object/Asia/Baku.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Baku.pm
12114cp lib/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm
12115cp lib/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm
12116cp lib/Data/ICal/TimeZone/Object/America/Thule.pm blib/lib/Data/ICal/TimeZone/Object/America/Thule.pm
12117cp lib/Data/ICal/TimeZone/Object/Africa/Monrovia.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Monrovia.pm
12118cp lib/Data/ICal/TimeZone/Object/Europe/Riga.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Riga.pm
12119cp lib/Data/ICal/TimeZone/Object/Asia/Qatar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Qatar.pm
12120cp lib/Data/ICal/TimeZone/Object/America/Cayman.pm blib/lib/Data/ICal/TimeZone/Object/America/Cayman.pm
12121cp lib/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm
12122cp lib/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm
12123cp lib/Data/ICal/TimeZone/Object/Indian/Comoro.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Comoro.pm
12124cp lib/Data/ICal/TimeZone/Object/Australia/Currie.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Currie.pm
12125cp lib/Data/ICal/TimeZone/._Object.pm blib/lib/Data/ICal/TimeZone/._Object.pm
12126cp lib/Data/ICal/TimeZone/Object/Asia/Omsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Omsk.pm
12127cp lib/Data/ICal/TimeZone/Object/America/Boise.pm blib/lib/Data/ICal/TimeZone/Object/America/Boise.pm
12128cp lib/Data/ICal/TimeZone/Object/Pacific/Fiji.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Fiji.pm
12129cp lib/Data/ICal/TimeZone/Object/Europe/Nicosia.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Nicosia.pm
12130cp lib/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm
12131cp lib/Data/ICal/TimeZone/Object/Asia/Tashkent.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tashkent.pm
12132cp lib/Data/ICal/TimeZone/Object/America/Campo_Grande.pm blib/lib/Data/ICal/TimeZone/Object/America/Campo_Grande.pm
12133cp lib/Data/ICal/TimeZone/Object/Europe/Bratislava.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Bratislava.pm
12134cp lib/Data/ICal/TimeZone/Object/Africa/Tunis.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Tunis.pm
12135cp lib/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm
12136cp lib/Data/ICal/TimeZone/Object/Europe/Rome.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Rome.pm
12137cp lib/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm
12138cp lib/Data/ICal/TimeZone/Object/America/Caracas.pm blib/lib/Data/ICal/TimeZone/Object/America/Caracas.pm
12139cp lib/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm
12140cp lib/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm
12141cp lib/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm
12142cp lib/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm
12143cp lib/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm blib/lib/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm
12144cp lib/Data/ICal/TimeZone/Object/America/Denver.pm blib/lib/Data/ICal/TimeZone/Object/America/Denver.pm
12145cp lib/Data/ICal/TimeZone/Object/Europe/Bucharest.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Bucharest.pm
12146cp lib/Data/ICal/TimeZone/Object/America/Dominica.pm blib/lib/Data/ICal/TimeZone/Object/America/Dominica.pm
12147cp lib/Data/ICal/TimeZone/Object/America/St_Johns.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Johns.pm
12148cp lib/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm
12149cp lib/Data/ICal/TimeZone/Object/Asia/Kuwait.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuwait.pm
12150cp lib/Data/ICal/TimeZone/Object/America/Cancun.pm blib/lib/Data/ICal/TimeZone/Object/America/Cancun.pm
12151cp lib/Data/ICal/TimeZone/Object/America/Tortola.pm blib/lib/Data/ICal/TimeZone/Object/America/Tortola.pm
12152cp lib/Data/ICal/TimeZone/Object/America/Detroit.pm blib/lib/Data/ICal/TimeZone/Object/America/Detroit.pm
12153cp lib/Data/ICal/TimeZone/Object/America/Scoresbysund.pm blib/lib/Data/ICal/TimeZone/Object/America/Scoresbysund.pm
12154cp lib/Data/ICal/TimeZone/Object/Africa/Lagos.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lagos.pm
12155cp lib/Data/ICal/TimeZone/Object/America/Cayenne.pm blib/lib/Data/ICal/TimeZone/Object/America/Cayenne.pm
12156cp lib/Data/ICal/TimeZone/Object/Africa/Banjul.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Banjul.pm
12157cp lib/Data/ICal/TimeZone/Object/Asia/Hovd.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Hovd.pm
12158cp lib/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm
12159cp lib/Data/ICal/TimeZone/Object/America/Montserrat.pm blib/lib/Data/ICal/TimeZone/Object/America/Montserrat.pm
12160cp lib/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm
12161cp lib/Data/ICal/TimeZone/Object/Asia/Calcutta.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Calcutta.pm
12162cp lib/Data/ICal/TimeZone/Object/America/Recife.pm blib/lib/Data/ICal/TimeZone/Object/America/Recife.pm
12163cp lib/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm blib/lib/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm
12164cp lib/Data/ICal/TimeZone/Object/Asia/Chongqing.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Chongqing.pm
12165cp lib/Data/ICal/TimeZone/Object/America/Managua.pm blib/lib/Data/ICal/TimeZone/Object/America/Managua.pm
12166cp lib/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm
12167cp lib/Data/ICal/TimeZone/Object/America/Inuvik.pm blib/lib/Data/ICal/TimeZone/Object/America/Inuvik.pm
12168cp lib/Data/ICal/TimeZone/Object/Europe/Jersey.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Jersey.pm
12169cp lib/Data/ICal/TimeZone/Object/Europe/Oslo.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Oslo.pm
12170cp lib/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm
12171cp lib/Data/ICal/TimeZone/Object/America/Swift_Current.pm blib/lib/Data/ICal/TimeZone/Object/America/Swift_Current.pm
12172cp lib/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm
12173cp lib/Data/ICal/TimeZone/Object/Europe/Warsaw.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Warsaw.pm
12174cp lib/Data/ICal/TimeZone/Object/Asia/Saigon.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Saigon.pm
12175cp lib/Data/ICal/TimeZone/Object/Asia/Beirut.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Beirut.pm
12176cp lib/Data/ICal/TimeZone/Object/America/Adak.pm blib/lib/Data/ICal/TimeZone/Object/America/Adak.pm
12177cp lib/Data/ICal/TimeZone/Object/Africa/Khartoum.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Khartoum.pm
12178cp lib/Data/ICal/TimeZone/Object/Europe/Stockholm.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Stockholm.pm
12179cp lib/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm blib/lib/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm
12180cp lib/Data/ICal/TimeZone/Object.pm blib/lib/Data/ICal/TimeZone/Object.pm
12181cp lib/Data/ICal/TimeZone/Object/Europe/Helsinki.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Helsinki.pm
12182cp lib/Data/ICal/TimeZone/Object/Europe/Vilnius.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vilnius.pm
12183cp lib/Data/ICal/TimeZone/Object/Africa/Maseru.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Maseru.pm
12184cp lib/Data/ICal/TimeZone/Object/America/Maceio.pm blib/lib/Data/ICal/TimeZone/Object/America/Maceio.pm
12185cp lib/Data/ICal/TimeZone/Object/America/Merida.pm blib/lib/Data/ICal/TimeZone/Object/America/Merida.pm
12186cp lib/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm
12187cp lib/Data/ICal/TimeZone/Object/Pacific/Ponape.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Ponape.pm
12188cp lib/Data/ICal/TimeZone/Object/Indian/Maldives.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Maldives.pm
12189cp lib/Data/ICal/TimeZone/Object/Europe/Tallinn.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Tallinn.pm
12190cp lib/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm blib/lib/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm
12191cp lib/Data/ICal/TimeZone/Object/Pacific/Johnston.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Johnston.pm
12192cp lib/Data/ICal/TimeZone/Object/America/Lima.pm blib/lib/Data/ICal/TimeZone/Object/America/Lima.pm
12193cp lib/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm
12194cp lib/Data/ICal/TimeZone/Object/America/Glace_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Glace_Bay.pm
12195cp lib/Data/ICal/TimeZone/Object/America/Tijuana.pm blib/lib/Data/ICal/TimeZone/Object/America/Tijuana.pm
12196cp lib/Data/ICal/TimeZone/Object/Pacific/Wake.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Wake.pm
12197cp lib/Data/ICal/TimeZone/Object/Africa/Harare.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Harare.pm
12198cp lib/Data/ICal/TimeZone/Object/America/Antigua.pm blib/lib/Data/ICal/TimeZone/Object/America/Antigua.pm
12199cp lib/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm
12200cp lib/Data/ICal/TimeZone/Object/America/Miquelon.pm blib/lib/Data/ICal/TimeZone/Object/America/Miquelon.pm
12201cp lib/Data/ICal/TimeZone/Object/Asia/Magadan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Magadan.pm
12202cp lib/Data/ICal/TimeZone/Object/Europe/Vatican.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vatican.pm
12203cp lib/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm
12204cp lib/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm
12205cp lib/Data/ICal/TimeZone/Object/Australia/Adelaide.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Adelaide.pm
12206cp lib/Data/ICal/TimeZone/Object/Europe/Budapest.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Budapest.pm
12207cp lib/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm
12208cp lib/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm
12209cp lib/Data/ICal/TimeZone/Object/America/Aruba.pm blib/lib/Data/ICal/TimeZone/Object/America/Aruba.pm
12210cp lib/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm
12211cp lib/Data/ICal/TimeZone/Object/Europe/Malta.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Malta.pm
12212cp lib/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm
12213cp lib/Data/ICal/TimeZone/Object/America/El_Salvador.pm blib/lib/Data/ICal/TimeZone/Object/America/El_Salvador.pm
12214cp lib/Data/ICal/TimeZone/Object/Asia/Yerevan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yerevan.pm
12215cp lib/Data/ICal/TimeZone/Object/Asia/Urumqi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Urumqi.pm
12216cp lib/Data/ICal/TimeZone/Object/Asia/Aqtau.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aqtau.pm
12217cp lib/Data/ICal/TimeZone/Object/Europe/Guernsey.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Guernsey.pm
12218cp lib/Data/ICal/TimeZone/Object/Asia/Kashgar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kashgar.pm
12219cp lib/Data/ICal/TimeZone/Object/Asia/Dili.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dili.pm
12220cp lib/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm
12221cp lib/Data/ICal/TimeZone/Object/Asia/Dhaka.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dhaka.pm
12222cp lib/Data/ICal/TimeZone/Object/Pacific/Gambier.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Gambier.pm
12223cp lib/Data/ICal/TimeZone/Object/America/Jamaica.pm blib/lib/Data/ICal/TimeZone/Object/America/Jamaica.pm
12224cp lib/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm
12225cp lib/Data/ICal/TimeZone/Object/Africa/Bissau.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bissau.pm
12226cp lib/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm
12227cp lib/Data/ICal/TimeZone/Object/Africa/Ceuta.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ceuta.pm
12228cp lib/Data/ICal/TimeZone/Object/Africa/Kampala.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kampala.pm
12229cp lib/Data/ICal/TimeZone/Object/Asia/Jakarta.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jakarta.pm
12230cp lib/Data/ICal/TimeZone/Object/America/Guatemala.pm blib/lib/Data/ICal/TimeZone/Object/America/Guatemala.pm
12231cp lib/Data/ICal/TimeZone/Object/Asia/Vientiane.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Vientiane.pm
12232cp lib/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm
12233cp lib/Data/ICal/TimeZone/Object/Africa/Asmara.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Asmara.pm
12234cp lib/Data/ICal/TimeZone/Object/Pacific/Palau.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Palau.pm
12235cp lib/Data/ICal/TimeZone/Object/Asia/Katmandu.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Katmandu.pm
12236cp lib/Data/ICal/TimeZone/Object/Pacific/Majuro.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Majuro.pm
12237cp lib/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm
12238cp lib/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm blib/lib/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm
12239cp lib/Data/ICal/TimeZone/Object/America/Curacao.pm blib/lib/Data/ICal/TimeZone/Object/America/Curacao.pm
12240cp lib/Data/ICal/TimeZone/Object/Europe/Chisinau.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Chisinau.pm
12241cp lib/Data/ICal/TimeZone/Object/America/Phoenix.pm blib/lib/Data/ICal/TimeZone/Object/America/Phoenix.pm
12242cp lib/Data/ICal/TimeZone/Object/Africa/Blantyre.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Blantyre.pm
12243cp lib/Data/ICal/TimeZone/Object/America/Porto_Velho.pm blib/lib/Data/ICal/TimeZone/Object/America/Porto_Velho.pm
12244cp lib/Data/ICal/TimeZone/Object/America/Bahia.pm blib/lib/Data/ICal/TimeZone/Object/America/Bahia.pm
12245cp lib/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm
12246cp lib/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm
12247cp lib/Data/ICal/TimeZone/Object/Asia/Thimphu.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Thimphu.pm
12248cp lib/Data/ICal/TimeZone/Object/Africa/Bangui.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bangui.pm
12249cp lib/Data/ICal/TimeZone/Object/Asia/Brunei.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Brunei.pm
12250cp lib/Data/ICal/TimeZone/Object/Europe/Sofia.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Sofia.pm
12251cp lib/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm
12252cp lib/Data/ICal/TimeZone/Object/Europe/Skopje.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Skopje.pm
12253cp lib/Data/ICal/TimeZone/Object/Africa/Kigali.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kigali.pm
12254cp lib/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm
12255cp lib/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm
12256cp lib/Data/ICal/TimeZone/Object/America/Yellowknife.pm blib/lib/Data/ICal/TimeZone/Object/America/Yellowknife.pm
12257cp lib/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm
12258cp lib/Data/ICal/TimeZone/Object/America/St_Kitts.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Kitts.pm
12259cp lib/Data/ICal/TimeZone/Object/Antarctica/Davis.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Davis.pm
12260cp lib/Data/ICal/TimeZone/Object/America/Pangnirtung.pm blib/lib/Data/ICal/TimeZone/Object/America/Pangnirtung.pm
12261cp lib/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm
12262cp lib/Data/ICal/TimeZone/Object/America/New_York.pm blib/lib/Data/ICal/TimeZone/Object/America/New_York.pm
12263cp lib/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm
12264cp lib/Data/ICal/TimeZone/Object/Africa/Windhoek.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Windhoek.pm
12265cp lib/Data/ICal/TimeZone/Object/Europe/Athens.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Athens.pm
12266cp lib/Data/ICal/TimeZone/Object/Australia/Sydney.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Sydney.pm
12267cp lib/Data/ICal/TimeZone/Object/Pacific/Efate.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Efate.pm
12268cp lib/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm
12269cp lib/Data/ICal/TimeZone/Object/Asia/Gaza.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Gaza.pm
12270cp lib/Data/ICal/TimeZone/Object/Asia/Harbin.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Harbin.pm
12271cp lib/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm
12272cp lib/Data/ICal/TimeZone/Object/Asia/Colombo.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Colombo.pm
12273cp lib/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm
12274cp lib/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm
12275cp lib/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm
12276cp lib/Data/ICal/TimeZone/Object/America/Grand_Turk.pm blib/lib/Data/ICal/TimeZone/Object/America/Grand_Turk.pm
12277cp lib/Data/ICal/TimeZone/Object/America/Boa_Vista.pm blib/lib/Data/ICal/TimeZone/Object/America/Boa_Vista.pm
12278cp lib/Data/ICal/TimeZone/Object/Europe/Samara.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Samara.pm
12279cp lib/Data/ICal/TimeZone/Object/Australia/Perth.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Perth.pm
12280cp lib/Data/ICal/TimeZone/Object/Asia/Macau.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Macau.pm
12281cp lib/Data/ICal/TimeZone/Object/America/Cuiaba.pm blib/lib/Data/ICal/TimeZone/Object/America/Cuiaba.pm
12282cp lib/Data/ICal/TimeZone/Object/Asia/Jayapura.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jayapura.pm
12283cp lib/Data/ICal/TimeZone/Object/Asia/Tehran.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tehran.pm
12284cp lib/Data/ICal/TimeZone/Object/Asia/Bishkek.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bishkek.pm
12285cp lib/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm
12286cp lib/Data/ICal/TimeZone/Object/America/Martinique.pm blib/lib/Data/ICal/TimeZone/Object/America/Martinique.pm
12287cp lib/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm
12288cp lib/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm
12289cp lib/Data/ICal/TimeZone/Object/America/Panama.pm blib/lib/Data/ICal/TimeZone/Object/America/Panama.pm
12290cp lib/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm
12291cp lib/Data/ICal/TimeZone/Object/Asia/Bahrain.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bahrain.pm
12292cp lib/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm
12293cp lib/Data/ICal/TimeZone/Object/Asia/Kuching.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuching.pm
12294cp lib/Data/ICal/TimeZone/Object/Africa/Libreville.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Libreville.pm
12295cp lib/Data/ICal/TimeZone/Object/Europe/Berlin.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Berlin.pm
12296cp lib/Data/ICal/TimeZone/Object/America/Havana.pm blib/lib/Data/ICal/TimeZone/Object/America/Havana.pm
12297cp lib/Data/ICal/TimeZone/Object/America/Montreal.pm blib/lib/Data/ICal/TimeZone/Object/America/Montreal.pm
12298cp lib/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm
12299cp lib/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm
12300cp lib/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm
12301cp lib/Data/ICal/TimeZone/Object/Indian/Chagos.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Chagos.pm
12302cp lib/Data/ICal/TimeZone/Object/Africa/Algiers.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Algiers.pm
12303cp lib/Data/ICal/TimeZone/Object/America/Asuncion.pm blib/lib/Data/ICal/TimeZone/Object/America/Asuncion.pm
12304cp lib/Data/ICal/TimeZone/Object/Africa/Gaborone.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Gaborone.pm
12305cp lib/Data/ICal/TimeZone/Object/Asia/Tokyo.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tokyo.pm
12306cp lib/Data/ICal/TimeZone/Object/Europe/Vienna.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vienna.pm
12307cp lib/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm
12308cp lib/Data/ICal/TimeZone/Object/America/St_Lucia.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Lucia.pm
12309cp lib/Data/ICal/TimeZone/Object/Asia/Nicosia.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Nicosia.pm
12310cp lib/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm
12311cp lib/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm
12312cp lib/Data/ICal/TimeZone/Object/Europe/Andorra.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Andorra.pm
12313cp lib/Data/ICal/TimeZone/Object/America/Dawson.pm blib/lib/Data/ICal/TimeZone/Object/America/Dawson.pm
12314cp lib/Data/ICal/TimeZone/Object/Indian/Mahe.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mahe.pm
12315cp lib/Data/ICal/TimeZone/Object/America/Bogota.pm blib/lib/Data/ICal/TimeZone/Object/America/Bogota.pm
12316cp lib/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm
12317cp lib/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm
12318cp lib/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm
12319cp lib/Data/ICal/TimeZone/Object/Europe/Prague.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Prague.pm
12320cp lib/Data/ICal/TimeZone/Object/Africa/Dakar.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Dakar.pm
12321cp lib/Data/ICal/TimeZone/Object/America/Halifax.pm blib/lib/Data/ICal/TimeZone/Object/America/Halifax.pm
12322cp lib/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm
12323cp lib/Data/ICal/TimeZone/Object/Indian/Christmas.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Christmas.pm
12324cp lib/Data/ICal/TimeZone/Object/Africa/Nairobi.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Nairobi.pm
12325cp lib/Data/ICal/TimeZone/Object/America/Juneau.pm blib/lib/Data/ICal/TimeZone/Object/America/Juneau.pm
12326cp lib/Data/ICal/TimeZone/Object/Pacific/Niue.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Niue.pm
12327cp lib/Data/ICal/TimeZone/Object/America/Winnipeg.pm blib/lib/Data/ICal/TimeZone/Object/America/Winnipeg.pm
12328cp lib/Data/ICal/TimeZone/Object/Europe/Belgrade.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Belgrade.pm
12329cp lib/Data/ICal/TimeZone/Object/America/Manaus.pm blib/lib/Data/ICal/TimeZone/Object/America/Manaus.pm
12330cp lib/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm blib/lib/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm
12331cp lib/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm
12332cp lib/Data/ICal/TimeZone/Object/Asia/Samarkand.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Samarkand.pm
12333cp lib/Data/ICal/TimeZone/Object/Australia/Hobart.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Hobart.pm
12334cp lib/Data/ICal/TimeZone/Object/America/Los_Angeles.pm blib/lib/Data/ICal/TimeZone/Object/America/Los_Angeles.pm
12335cp lib/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm blib/lib/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm
12336cp lib/Data/ICal/TimeZone/Object/Pacific/Noumea.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Noumea.pm
12337cp lib/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm
12338cp lib/Data/ICal/TimeZone/Object/America/Anchorage.pm blib/lib/Data/ICal/TimeZone/Object/America/Anchorage.pm
12339Manifying blib/man3/Data::ICal::TimeZone.3pm
12340Manifying blib/man3/Data::ICal::TimeZone::Object.3pm
12341 RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
12342 /usr/bin/make -- OK
12343Skipping test because of notest pragma
12344Running make install
12345Installing /usr/local/share/perl5/Data/ICal/._TimeZone.pm
12346Installing /usr/local/share/perl5/Data/ICal/TimeZone.pm
12347Installing /usr/local/share/perl5/Data/ICal/TimeZone/._Object.pm
12348Installing /usr/local/share/perl5/Data/ICal/TimeZone/List.pm
12349Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object.pm
12350Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm
12351Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm
12352Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm
12353Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Azores.pm
12354Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm
12355Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm
12356Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm
12357Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm
12358Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Canary.pm
12359Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm
12360Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm
12361Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Eucla.pm
12362Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Sydney.pm
12363Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm
12364Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Melbourne.pm
12365Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Brisbane.pm
12366Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm
12367Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Hobart.pm
12368Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Darwin.pm
12369Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Perth.pm
12370Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Adelaide.pm
12371Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Lindeman.pm
12372Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Currie.pm
12373Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm
12374Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm
12375Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mahe.pm
12376Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Reunion.pm
12377Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Comoro.pm
12378Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Chagos.pm
12379Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Christmas.pm
12380Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mayotte.pm
12381Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Cocos.pm
12382Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Maldives.pm
12383Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mauritius.pm
12384Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Santiago.pm
12385Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Paramaribo.pm
12386Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Godthab.pm
12387Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Lima.pm
12388Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Goose_Bay.pm
12389Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Johns.pm
12390Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm
12391Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Araguaina.pm
12392Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Regina.pm
12393Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Panama.pm
12394Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Bogota.pm
12395Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm
12396Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm
12397Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Vancouver.pm
12398Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tortola.pm
12399Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Inuvik.pm
12400Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Curacao.pm
12401Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm
12402Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Manaus.pm
12403Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Eirunepe.pm
12404Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Adak.pm
12405Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Asuncion.pm
12406Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Iqaluit.pm
12407Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Barbados.pm
12408Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Boa_Vista.pm
12409Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Bahia.pm
12410Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Recife.pm
12411Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Juneau.pm
12412Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Anchorage.pm
12413Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Monterrey.pm
12414Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Aruba.pm
12415Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cancun.pm
12416Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Los_Angeles.pm
12417Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dawson.pm
12418Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Havana.pm
12419Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rainy_River.pm
12420Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cayman.pm
12421Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/El_Salvador.pm
12422Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montserrat.pm
12423Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Lucia.pm
12424Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Swift_Current.pm
12425Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm
12426Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Belem.pm
12427Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nassau.pm
12428Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Belize.pm
12429Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guayaquil.pm
12430Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Costa_Rica.pm
12431Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm
12432Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm
12433Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Chicago.pm
12434Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Noronha.pm
12435Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Chihuahua.pm
12436Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Scoresbysund.pm
12437Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm
12438Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Vincent.pm
12439Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Grand_Turk.pm
12440Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guatemala.pm
12441Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Yellowknife.pm
12442Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Jamaica.pm
12443Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Porto_Velho.pm
12444Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm
12445Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Mazatlan.pm
12446Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Grenada.pm
12447Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Managua.pm
12448Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/La_Paz.pm
12449Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Merida.pm
12450Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Mexico_City.pm
12451Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tijuana.pm
12452Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cayenne.pm
12453Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Miquelon.pm
12454Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cuiaba.pm
12455Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Moncton.pm
12456Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Thomas.pm
12457Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Anguilla.pm
12458Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Fortaleza.pm
12459Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Phoenix.pm
12460Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guyana.pm
12461Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Hermosillo.pm
12462Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Boise.pm
12463Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montreal.pm
12464Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Campo_Grande.pm
12465Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Denver.pm
12466Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm
12467Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm
12468Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Halifax.pm
12469Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Maceio.pm
12470Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm
12471Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Resolute.pm
12472Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Toronto.pm
12473Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montevideo.pm
12474Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Thule.pm
12475Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rio_Branco.pm
12476Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Glace_Bay.pm
12477Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Kitts.pm
12478Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Winnipeg.pm
12479Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Martinique.pm
12480Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dominica.pm
12481Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Shiprock.pm
12482Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Edmonton.pm
12483Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Caracas.pm
12484Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/New_York.pm
12485Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nipigon.pm
12486Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Atikokan.pm
12487Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Yakutat.pm
12488Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Antigua.pm
12489Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Pangnirtung.pm
12490Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nome.pm
12491Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guadeloupe.pm
12492Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Detroit.pm
12493Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Whitehorse.pm
12494Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Menominee.pm
12495Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm
12496Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm
12497Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm
12498Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm
12499Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm
12500Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm
12501Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm
12502Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm
12503Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm
12504Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm
12505Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm
12506Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm
12507Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm
12508Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm
12509Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm
12510Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm
12511Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm
12512Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm
12513Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm
12514Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm
12515Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm
12516Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm
12517Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm
12518Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Palau.pm
12519Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Wallis.pm
12520Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Truk.pm
12521Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm
12522Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm
12523Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Midway.pm
12524Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Gambier.pm
12525Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Nauru.pm
12526Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm
12527Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Majuro.pm
12528Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Efate.pm
12529Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Johnston.pm
12530Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm
12531Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Apia.pm
12532Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm
12533Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Saipan.pm
12534Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm
12535Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Auckland.pm
12536Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Noumea.pm
12537Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Guam.pm
12538Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Wake.pm
12539Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm
12540Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm
12541Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm
12542Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm
12543Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm
12544Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Easter.pm
12545Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Chatham.pm
12546Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Niue.pm
12547Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm
12548Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Ponape.pm
12549Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Fiji.pm
12550Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm
12551Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm
12552Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm
12553Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm
12554Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm
12555Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm
12556Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Athens.pm
12557Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Guernsey.pm
12558Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm
12559Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Istanbul.pm
12560Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Prague.pm
12561Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Stockholm.pm
12562Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vaduz.pm
12563Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Monaco.pm
12564Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm
12565Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Malta.pm
12566Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Podgorica.pm
12567Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Tallinn.pm
12568Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm
12569Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Oslo.pm
12570Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/San_Marino.pm
12571Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Helsinki.pm
12572Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Sofia.pm
12573Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vilnius.pm
12574Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm
12575Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Berlin.pm
12576Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Moscow.pm
12577Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Dublin.pm
12578Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Brussels.pm
12579Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Skopje.pm
12580Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Paris.pm
12581Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Volgograd.pm
12582Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/London.pm
12583Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm
12584Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm
12585Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm
12586Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Lisbon.pm
12587Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vienna.pm
12588Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm
12589Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Andorra.pm
12590Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Chisinau.pm
12591Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Samara.pm
12592Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Jersey.pm
12593Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Tirane.pm
12594Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Rome.pm
12595Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Kiev.pm
12596Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Simferopol.pm
12597Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Warsaw.pm
12598Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm
12599Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Bucharest.pm
12600Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vatican.pm
12601Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Madrid.pm
12602Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Nicosia.pm
12603Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zagreb.pm
12604Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Bratislava.pm
12605Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Belgrade.pm
12606Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm
12607Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm
12608Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Minsk.pm
12609Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Riga.pm
12610Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zurich.pm
12611Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Budapest.pm
12612Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Gaza.pm
12613Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm
12614Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tehran.pm
12615Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tashkent.pm
12616Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Omsk.pm
12617Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Pontianak.pm
12618Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Makassar.pm
12619Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Vientiane.pm
12620Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Istanbul.pm
12621Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Rangoon.pm
12622Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm
12623Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Magadan.pm
12624Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Urumqi.pm
12625Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Brunei.pm
12626Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm
12627Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Muscat.pm
12628Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Karachi.pm
12629Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Calcutta.pm
12630Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm
12631Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Thimphu.pm
12632Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dhaka.pm
12633Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm
12634Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Katmandu.pm
12635Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Oral.pm
12636Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Damascus.pm
12637Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bahrain.pm
12638Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Hovd.pm
12639Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm
12640Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kashgar.pm
12641Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Baku.pm
12642Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm
12643Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Colombo.pm
12644Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm
12645Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm
12646Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yerevan.pm
12647Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm
12648Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Shanghai.pm
12649Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Seoul.pm
12650Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm
12651Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm
12652Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm
12653Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Saigon.pm
12654Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Baghdad.pm
12655Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm
12656Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Singapore.pm
12657Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuwait.pm
12658Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm
12659Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Riyadh.pm
12660Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Samarkand.pm
12661Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm
12662Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tokyo.pm
12663Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Beirut.pm
12664Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm
12665Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jakarta.pm
12666Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aqtau.pm
12667Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Macau.pm
12668Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Qatar.pm
12669Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bangkok.pm
12670Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aden.pm
12671Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm
12672Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm
12673Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bishkek.pm
12674Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm
12675Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Chongqing.pm
12676Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kabul.pm
12677Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Harbin.pm
12678Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Manila.pm
12679Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Anadyr.pm
12680Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Nicosia.pm
12681Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Amman.pm
12682Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Taipei.pm
12683Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuching.pm
12684Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jayapura.pm
12685Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dili.pm
12686Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dubai.pm
12687Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Almaty.pm
12688Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm
12689Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm
12690Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm
12691Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm
12692Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Davis.pm
12693Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Casey.pm
12694Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm
12695Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm
12696Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm
12697Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm
12698Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Maputo.pm
12699Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm
12700Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Conakry.pm
12701Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Blantyre.pm
12702Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Khartoum.pm
12703Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lome.pm
12704Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Freetown.pm
12705Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Abidjan.pm
12706Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm
12707Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Nairobi.pm
12708Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Tunis.pm
12709Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Luanda.pm
12710Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Maseru.pm
12711Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kigali.pm
12712Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Monrovia.pm
12713Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bangui.pm
12714Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm
12715Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Casablanca.pm
12716Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm
12717Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Accra.pm
12718Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm
12719Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bamako.pm
12720Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm
12721Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Windhoek.pm
12722Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Banjul.pm
12723Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm
12724Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Malabo.pm
12725Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Douala.pm
12726Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Harare.pm
12727Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Dakar.pm
12728Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ceuta.pm
12729Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bissau.pm
12730Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Tripoli.pm
12731Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lagos.pm
12732Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm
12733Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Cairo.pm
12734Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm
12735Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Asmara.pm
12736Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm
12737Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Algiers.pm
12738Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm
12739Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lusaka.pm
12740Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Mbabane.pm
12741Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Djibouti.pm
12742Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Niamey.pm
12743Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm
12744Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Libreville.pm
12745Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm
12746Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm
12747Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kampala.pm
12748Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Gaborone.pm
12749Installing /usr/local/share/man/man3/Data::ICal::TimeZone::Object.3pm
12750Installing /usr/local/share/man/man3/Data::ICal::TimeZone.3pm
12751Appending installation info to /usr/lib64/perl5/perllocal.pod
12752 RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
12753 /usr/bin/make install -- OK
12754Running make for B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
12755 Has already been unwrapped into directory /root/.cpan/build/Net-CalDAVTalk-0.03-mEEz3l
12756
12757 CPAN.pm: Building B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
12758
12759cp lib/Net/CalDAVTalk.pm blib/lib/Net/CalDAVTalk.pm
12760cp lib/Net/CalDAVTalk/TimeZones.pm blib/lib/Net/CalDAVTalk/TimeZones.pm
12761Manifying blib/man3/Net::CalDAVTalk.3pm
12762Manifying blib/man3/Net::CalDAVTalk::TimeZones.3pm
12763 BRONG/Net-CalDAVTalk-0.03.tar.gz
12764 /usr/bin/make -- OK
12765Skipping test because of notest pragma
12766Running make install
12767Installing /usr/local/share/perl5/Net/CalDAVTalk.pm
12768Installing /usr/local/share/perl5/Net/CalDAVTalk/TimeZones.pm
12769Installing /usr/local/share/man/man3/Net::CalDAVTalk::TimeZones.3pm
12770Installing /usr/local/share/man/man3/Net::CalDAVTalk.3pm
12771Appending installation info to /usr/lib64/perl5/perllocal.pod
12772 BRONG/Net-CalDAVTalk-0.03.tar.gz
12773 /usr/bin/make install -- OK
12774Running install for module 'Net::CardDAVTalk'
12775Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
12776Fetching with LWP:
12777http://cpan.dcc.uchile.cl/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
12778Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz ok
12779
12780 CPAN.pm: Building B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
12781
12782Warning: prerequisite List::Pairwise 1.00 not found.
12783Checking if your kit is complete...
12784Looks good
12785Writing Makefile for Net::CardDAVTalk
12786Writing MYMETA.yml and MYMETA.json
12787---- Unsatisfied dependencies detected during ----
12788---- BRONG/Net-CardDAVTalk-0.02.tar.gz ----
12789 List::Pairwise [requires]
12790Skipping test because of notest pragma
12791Running make install
12792 Delayed until after prerequisites
12793Running install for module 'List::Pairwise'
12794Running make for T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
12795Fetching with LWP:
12796http://cpan.dcc.uchile.cl/authors/id/T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
12797Fetching with LWP:
12798http://cpan.dcc.uchile.cl/authors/id/T/TD/TDRUGEON/CHECKSUMS
12799Checksum for /root/.cpan/sources/authors/id/T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz ok
12800
12801 CPAN.pm: Building T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
12802
12803Checking if your kit is complete...
12804Looks good
12805Writing Makefile for List::Pairwise
12806Writing MYMETA.yml and MYMETA.json
12807cp lib/List/Pairwise.pm blib/lib/List/Pairwise.pm
12808cp lib/List/Pairwise.pod blib/lib/List/Pairwise.pod
12809Manifying blib/man3/List::Pairwise.3pm
12810 TDRUGEON/List-Pairwise-1.03.tar.gz
12811 /usr/bin/make -- OK
12812Skipping test because of notest pragma
12813Running make install
12814Installing /usr/local/share/perl5/List/Pairwise.pod
12815Installing /usr/local/share/perl5/List/Pairwise.pm
12816Installing /usr/local/share/man/man3/List::Pairwise.3pm
12817Appending installation info to /usr/lib64/perl5/perllocal.pod
12818 TDRUGEON/List-Pairwise-1.03.tar.gz
12819 /usr/bin/make install -- OK
12820Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
12821 Has already been unwrapped into directory /root/.cpan/build/Net-CardDAVTalk-0.02-vHtVJ0
12822
12823 CPAN.pm: Building B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
12824
12825cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
12826cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
12827Manifying blib/man3/Net::CardDAVTalk.3pm
12828Manifying blib/man3/Net::CardDAVTalk::VCard.3pm
12829 BRONG/Net-CardDAVTalk-0.02.tar.gz
12830 /usr/bin/make -- OK
12831Skipping test because of notest pragma
12832Running make install
12833Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
12834Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
12835Installing /usr/local/share/man/man3/Net::CardDAVTalk::VCard.3pm
12836Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
12837Appending installation info to /usr/lib64/perl5/perllocal.pod
12838 BRONG/Net-CardDAVTalk-0.02.tar.gz
12839 /usr/bin/make install -- OK
12840Net::CardDAVTalk::VCard is up to date (undef).
12841Running install for module 'Net::Cmd'
12842Running make for S/SH/SHAY/libnet-3.07.tar.gz
12843Fetching with LWP:
12844http://cpan.dcc.uchile.cl/authors/id/S/SH/SHAY/libnet-3.07.tar.gz
12845Fetching with LWP:
12846http://cpan.dcc.uchile.cl/authors/id/S/SH/SHAY/CHECKSUMS
12847Checksum for /root/.cpan/sources/authors/id/S/SH/SHAY/libnet-3.07.tar.gz ok
12848
12849 CPAN.pm: Building S/SH/SHAY/libnet-3.07.tar.gz
12850
12851Warning: prerequisite Socket 2.016 not found. We have 2.010.
12852Checking if your kit is complete...
12853Looks good
12854
12855This script will prompt you to enter hostnames that can be used as
12856defaults for some of the modules in the libnet distribution.
12857
12858To ensure that you do not enter an invalid hostname, I can perform a
12859lookup on each hostname you enter. If your internet connection is via
12860a dialup line then you may not want me to perform these lookups, as
12861it will require you to be on-line.
12862
12863Do you want me to perform hostname lookups (y|n) ? [yes]
12864
12865The following questions all require a list of host names, separated
12866with spaces. If you do not have a host available for any of the
12867services, then enter a single space, followed by <CR>. To accept the
12868default, hit <CR>
12869
12870Enter a list of available NNTP hosts : []
12871Enter a list of available SMTP hosts : []
12872Enter a list of available POP3 hosts : []
12873Enter a list of available SNPP hosts : []
12874Enter a list of available PH Hosts : []
12875Enter a list of available TIME Hosts : []
12876Enter a list of available DAYTIME Hosts : []
12877
12878Do you have a firewall/ftp proxy between your machine and the internet
12879
12880If you use a SOCKS firewall answer no
12881
12882(y|n) ? [no]
12883
12884Normally when FTP needs a data connection the client tells the server
12885a port to connect to, and the server initiates a connection to the client.
12886
12887Some setups, in particular firewall setups, can/do not work using this
12888protocol. In these situations the client must make the connection to the
12889server, this is called a passive transfer.
12890
12891Should all FTP connections be passive (y|n) ? [yes]
12892
12893What is your local internet domain name : []
12894
12895If you specified some default hosts above, it is possible for me to
12896do some basic tests when you run `make test'
12897
12898This will cause `make test' to be quite a bit slower and, if your
12899internet connection is via dialup, will require you to be on-line
12900unless the hosts are local.
12901
12902Do you want me to run these tests (y|n) ? [yes]
12903
12904To allow Net::FTP to be tested I will need a hostname. This host
12905should allow anonymous access and have a /pub directory
12906
12907What host can I use : []
12908
12909Writing libnet.cfg
12910Writing Makefile for Net
12911Writing MYMETA.yml and MYMETA.json
12912---- Unsatisfied dependencies detected during ----
12913---- SHAY/libnet-3.07.tar.gz ----
12914 Socket [requires]
12915Skipping test because of notest pragma
12916Running make install
12917 Delayed until after prerequisites
12918Running install for module 'Socket'
12919Running make for P/PE/PEVANS/Socket-2.021.tar.gz
12920Fetching with LWP:
12921http://cpan.dcc.uchile.cl/authors/id/P/PE/PEVANS/Socket-2.021.tar.gz
12922Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/Socket-2.021.tar.gz ok
12923
12924 CPAN.pm: Building P/PE/PEVANS/Socket-2.021.tar.gz
12925
12926Checking HAS_GAI_STRERROR...
12927Checking HAS_SOCKADDR_SA_LEN...
12928test-1.c: In function 'main':
12929test-1.c:17:29: error: 'struct sockaddr' has no member named 'sa_len'
12930 { struct sockaddr sa; sa.sa_len = 0; }
12931 ^
12932test-1.c:17:23: warning: variable 'sa' set but not used [-Wunused-but-set-variable]
12933 { struct sockaddr sa; sa.sa_len = 0; }
12934 ^
12935Checking HAS_IP_MREQ...
12936test-2.c: In function 'main':
12937test-2.c:17:22: warning: variable 'mreq' set but not used [-Wunused-but-set-variable]
12938 { struct ip_mreq mreq; mreq.imr_multiaddr.s_addr = INADDR_ANY; }
12939 ^
12940Checking HAS_IP_MREQ_SOURCE...
12941test-3.c: In function 'main':
12942test-3.c:17:29: warning: variable 'mreq' set but not used [-Wunused-but-set-variable]
12943 { struct ip_mreq_source mreq; mreq.imr_multiaddr.s_addr = INADDR_ANY; }
12944 ^
12945Checking I_NETINET_IP...
12946Checking if your kit is complete...
12947Looks good
12948Writing Makefile for Socket
12949Writing MYMETA.yml and MYMETA.json
12950cp Socket.pm blib/lib/Socket.pm
12951/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Socket.xs > Socket.xsc && mv Socket.xsc Socket.c
12952gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.021\" -DXS_VERSION=\"2.021\" -fPIC "-I/usr/lib64/perl5/CORE" -DHAS_GAI_STRERROR -DHAS_IP_MREQ -DHAS_IP_MREQ_SOURCE -DI_NETINET_IP Socket.c
12953Running Mkbootstrap for Socket ()
12954chmod 644 Socket.bs
12955rm -f blib/arch/auto/Socket/Socket.so
12956gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Socket.o -o blib/arch/auto/Socket/Socket.so \
12957 \
12958
12959chmod 755 blib/arch/auto/Socket/Socket.so
12960cp Socket.bs blib/arch/auto/Socket/Socket.bs
12961chmod 644 blib/arch/auto/Socket/Socket.bs
12962Manifying blib/man3/Socket.3pm
12963 PEVANS/Socket-2.021.tar.gz
12964 /usr/bin/make -- OK
12965Skipping test because of notest pragma
12966Running make install
12967Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
12968Installing /usr/local/lib64/perl5/auto/Socket/Socket.bs
12969Installing /usr/local/lib64/perl5/auto/Socket/Socket.so
12970Installing /usr/local/lib64/perl5/Socket.pm
12971Installing /usr/local/share/man/man3/Socket.3pm
12972Appending installation info to /usr/lib64/perl5/perllocal.pod
12973 PEVANS/Socket-2.021.tar.gz
12974 /usr/bin/make install -- OK
12975Running make for S/SH/SHAY/libnet-3.07.tar.gz
12976 Has already been unwrapped into directory /root/.cpan/build/libnet-3.07-sqOfet
12977
12978 CPAN.pm: Building S/SH/SHAY/libnet-3.07.tar.gz
12979
12980cp lib/Net/NNTP.pm blib/lib/Net/NNTP.pm
12981cp lib/Net/Netrc.pm blib/lib/Net/Netrc.pm
12982cp lib/Net/Time.pm blib/lib/Net/Time.pm
12983cp lib/Net/FTP/dataconn.pm blib/lib/Net/FTP/dataconn.pm
12984cp lib/Net/FTP/I.pm blib/lib/Net/FTP/I.pm
12985cp lib/Net/libnetFAQ.pod blib/lib/Net/libnetFAQ.pod
12986cp lib/Net/FTP/L.pm blib/lib/Net/FTP/L.pm
12987cp lib/Net/Domain.pm blib/lib/Net/Domain.pm
12988cp lib/Net/FTP.pm blib/lib/Net/FTP.pm
12989cp lib/Net/FTP/A.pm blib/lib/Net/FTP/A.pm
12990cp lib/Net/SMTP.pm blib/lib/Net/SMTP.pm
12991cp lib/Net/Config.pm blib/lib/Net/Config.pm
12992cp lib/Net/FTP/E.pm blib/lib/Net/FTP/E.pm
12993cp libnet.cfg blib/lib/Net/libnet.cfg
12994cp lib/Net/Cmd.pm blib/lib/Net/Cmd.pm
12995cp lib/Net/POP3.pm blib/lib/Net/POP3.pm
12996Manifying blib/man3/Net::FTP.3pm
12997Manifying blib/man3/Net::NNTP.3pm
12998Manifying blib/man3/Net::FTP::dataconn.3pm
12999Manifying blib/man3/Net::Time.3pm
13000Manifying blib/man3/Net::Netrc.3pm
13001Manifying blib/man3/Net::SMTP.3pm
13002Manifying blib/man3/Net::Config.3pm
13003Manifying blib/man3/Net::libnetFAQ.3pm
13004Manifying blib/man3/Net::Cmd.3pm
13005Manifying blib/man3/Net::POP3.3pm
13006Manifying blib/man3/Net::Domain.3pm
13007 SHAY/libnet-3.07.tar.gz
13008 /usr/bin/make -- OK
13009Skipping test because of notest pragma
13010Running make install
13011Installing /usr/local/share/perl5/Net/FTP.pm
13012Installing /usr/local/share/perl5/Net/Cmd.pm
13013Installing /usr/local/share/perl5/Net/Config.pm
13014Installing /usr/local/share/perl5/Net/libnet.cfg
13015Installing /usr/local/share/perl5/Net/POP3.pm
13016Installing /usr/local/share/perl5/Net/Domain.pm
13017Installing /usr/local/share/perl5/Net/Netrc.pm
13018Installing /usr/local/share/perl5/Net/SMTP.pm
13019Installing /usr/local/share/perl5/Net/NNTP.pm
13020Installing /usr/local/share/perl5/Net/libnetFAQ.pod
13021Installing /usr/local/share/perl5/Net/Time.pm
13022Installing /usr/local/share/perl5/Net/FTP/A.pm
13023Installing /usr/local/share/perl5/Net/FTP/I.pm
13024Installing /usr/local/share/perl5/Net/FTP/E.pm
13025Installing /usr/local/share/perl5/Net/FTP/L.pm
13026Installing /usr/local/share/perl5/Net/FTP/dataconn.pm
13027Installing /usr/local/share/man/man3/Net::Config.3pm
13028Installing /usr/local/share/man/man3/Net::SMTP.3pm
13029Installing /usr/local/share/man/man3/Net::Netrc.3pm
13030Installing /usr/local/share/man/man3/Net::POP3.3pm
13031Installing /usr/local/share/man/man3/Net::Cmd.3pm
13032Installing /usr/local/share/man/man3/Net::Time.3pm
13033Installing /usr/local/share/man/man3/Net::FTP.3pm
13034Installing /usr/local/share/man/man3/Net::NNTP.3pm
13035Installing /usr/local/share/man/man3/Net::libnetFAQ.3pm
13036Installing /usr/local/share/man/man3/Net::FTP::dataconn.3pm
13037Installing /usr/local/share/man/man3/Net::Domain.3pm
13038Appending installation info to /usr/lib64/perl5/perllocal.pod
13039 SHAY/libnet-3.07.tar.gz
13040 /usr/bin/make install -- OK
13041Running install for module 'Net::DNS'
13042Running make for N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
13043Fetching with LWP:
13044http://cpan.dcc.uchile.cl/authors/id/N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
13045Fetching with LWP:
13046http://cpan.dcc.uchile.cl/authors/id/N/NL/NLNETLABS/CHECKSUMS
13047Checksum for /root/.cpan/sources/authors/id/N/NL/NLNETLABS/Net-DNS-1.04.tar.gz ok
13048
13049 CPAN.pm: Building N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
13050
13051Warning: prerequisite IO::Socket::IP 0.29 not found. We have 0.21.
13052Checking if your kit is complete...
13053Looks good
13054Writing Makefile for Net::DNS
13055Writing MYMETA.yml and MYMETA.json
13056Writing Makefile for Net::DNS
13057
13058Activating Non Fatal Online Tests...
13059
13060Activating IPv6 Tests...
13061
13062Warning!
13063========
13064Online tests depend on conditions beyond the control of Net::DNS. The tests
13065check for the expected results when both Net::DNS and the outside world are
13066functioning properly. In case of failure it is often undecidable if the error
13067lies within Net::DNS or elsewhere.
13068
13069---- Unsatisfied dependencies detected during ----
13070---- NLNETLABS/Net-DNS-1.04.tar.gz ----
13071 IO::Socket::IP [requires]
13072Skipping test because of notest pragma
13073Running make install
13074 Delayed until after prerequisites
13075Running install for module 'IO::Socket::IP'
13076Running make for P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
13077Fetching with LWP:
13078http://cpan.dcc.uchile.cl/authors/id/P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
13079Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz ok
13080
13081 CPAN.pm: Building P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
13082
13083Created MYMETA.yml and MYMETA.json
13084Creating new 'Build' script for 'IO-Socket-IP' version '0.37'
13085Building IO-Socket-IP
13086 PEVANS/IO-Socket-IP-0.37.tar.gz
13087 ./Build -- OK
13088Skipping test because of notest pragma
13089Running Build install
13090Building IO-Socket-IP
13091Installing /usr/local/share/perl5/IO/Socket/IP.pm
13092Installing /usr/local/share/man/man3/IO::Socket::IP.3pm
13093 PEVANS/IO-Socket-IP-0.37.tar.gz
13094 ./Build install -- OK
13095Running make for N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
13096 Has already been unwrapped into directory /root/.cpan/build/Net-DNS-1.04-FNj4KC
13097
13098 CPAN.pm: Building N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
13099
13100cp lib/Net/DNS/RR/NID.pm blib/lib/Net/DNS/RR/NID.pm
13101cp lib/Net/DNS/RR/A.pm blib/lib/Net/DNS/RR/A.pm
13102cp lib/Net/DNS/RR/URI.pm blib/lib/Net/DNS/RR/URI.pm
13103cp lib/Net/DNS/Resolver/cygwin.pm blib/lib/Net/DNS/Resolver/cygwin.pm
13104cp lib/Net/DNS/Resolver/MSWin32.pm blib/lib/Net/DNS/Resolver/MSWin32.pm
13105cp lib/Net/DNS/RR/IPSECKEY.pm blib/lib/Net/DNS/RR/IPSECKEY.pm
13106cp lib/Net/DNS/RR/ISDN.pm blib/lib/Net/DNS/RR/ISDN.pm
13107cp lib/Net/DNS/RR/CDS.pm blib/lib/Net/DNS/RR/CDS.pm
13108cp lib/Net/DNS/RR/NSEC.pm blib/lib/Net/DNS/RR/NSEC.pm
13109cp lib/Net/DNS/RR/HIP.pm blib/lib/Net/DNS/RR/HIP.pm
13110cp lib/Net/DNS/RR/MX.pm blib/lib/Net/DNS/RR/MX.pm
13111cp lib/Net/DNS/Header.pm blib/lib/Net/DNS/Header.pm
13112cp lib/Net/DNS/RR/EUI48.pm blib/lib/Net/DNS/RR/EUI48.pm
13113cp lib/Net/DNS/RR/GPOS.pm blib/lib/Net/DNS/RR/GPOS.pm
13114cp lib/Net/DNS/RR/SOA.pm blib/lib/Net/DNS/RR/SOA.pm
13115cp lib/Net/DNS/RR/KEY.pm blib/lib/Net/DNS/RR/KEY.pm
13116cp lib/Net/DNS/RR/OPT.pm blib/lib/Net/DNS/RR/OPT.pm
13117cp lib/Net/DNS/RR/RRSIG.pm blib/lib/Net/DNS/RR/RRSIG.pm
13118cp lib/Net/DNS/RR/DNAME.pm blib/lib/Net/DNS/RR/DNAME.pm
13119cp lib/Net/DNS/RR/TXT.pm blib/lib/Net/DNS/RR/TXT.pm
13120cp lib/Net/DNS/RR/DLV.pm blib/lib/Net/DNS/RR/DLV.pm
13121cp lib/Net/DNS/RR/AAAA.pm blib/lib/Net/DNS/RR/AAAA.pm
13122cp lib/Net/DNS/RR/NSEC3PARAM.pm blib/lib/Net/DNS/RR/NSEC3PARAM.pm
13123cp lib/Net/DNS/RR/CAA.pm blib/lib/Net/DNS/RR/CAA.pm
13124cp lib/Net/DNS.pm blib/lib/Net/DNS.pm
13125cp lib/Net/DNS/RR/X25.pm blib/lib/Net/DNS/RR/X25.pm
13126cp lib/Net/DNS/RR/RP.pm blib/lib/Net/DNS/RR/RP.pm
13127cp lib/Net/DNS/RR/LP.pm blib/lib/Net/DNS/RR/LP.pm
13128cp lib/Net/DNS/Resolver/Recurse.pm blib/lib/Net/DNS/Resolver/Recurse.pm
13129cp lib/Net/DNS/RR/PTR.pm blib/lib/Net/DNS/RR/PTR.pm
13130cp lib/Net/DNS/Text.pm blib/lib/Net/DNS/Text.pm
13131cp lib/Net/DNS/RR/CDNSKEY.pm blib/lib/Net/DNS/RR/CDNSKEY.pm
13132cp lib/Net/DNS/RR/OPENPGPKEY.pm blib/lib/Net/DNS/RR/OPENPGPKEY.pm
13133cp lib/Net/DNS/RR/NS.pm blib/lib/Net/DNS/RR/NS.pm
13134cp lib/Net/DNS/RR/DHCID.pm blib/lib/Net/DNS/RR/DHCID.pm
13135cp lib/Net/DNS/RR/LOC.pm blib/lib/Net/DNS/RR/LOC.pm
13136cp lib/Net/DNS/DomainName.pm blib/lib/Net/DNS/DomainName.pm
13137cp lib/Net/DNS/RR/RT.pm blib/lib/Net/DNS/RR/RT.pm
13138cp lib/Net/DNS/RR/MR.pm blib/lib/Net/DNS/RR/MR.pm
13139cp lib/Net/DNS/Resolver/android.pm blib/lib/Net/DNS/Resolver/android.pm
13140cp lib/Net/DNS/Question.pm blib/lib/Net/DNS/Question.pm
13141cp lib/Net/DNS/RR/SSHFP.pm blib/lib/Net/DNS/RR/SSHFP.pm
13142cp lib/Net/DNS/RR/NAPTR.pm blib/lib/Net/DNS/RR/NAPTR.pm
13143cp lib/Net/DNS/RR/SPF.pm blib/lib/Net/DNS/RR/SPF.pm
13144cp lib/Net/DNS/Resolver/os2.pm blib/lib/Net/DNS/Resolver/os2.pm
13145cp lib/Net/DNS/Resolver/UNIX.pm blib/lib/Net/DNS/Resolver/UNIX.pm
13146cp lib/Net/DNS/Mailbox.pm blib/lib/Net/DNS/Mailbox.pm
13147cp lib/Net/DNS/RR/KX.pm blib/lib/Net/DNS/RR/KX.pm
13148cp lib/Net/DNS/RR/APL.pm blib/lib/Net/DNS/RR/APL.pm
13149cp lib/Net/DNS/RR/TSIG.pm blib/lib/Net/DNS/RR/TSIG.pm
13150cp lib/Net/DNS/Update.pm blib/lib/Net/DNS/Update.pm
13151cp lib/Net/DNS/Resolver.pm blib/lib/Net/DNS/Resolver.pm
13152cp lib/Net/DNS/ZoneFile.pm blib/lib/Net/DNS/ZoneFile.pm
13153cp lib/Net/DNS/RR/PX.pm blib/lib/Net/DNS/RR/PX.pm
13154cp lib/Net/DNS/Nameserver.pm blib/lib/Net/DNS/Nameserver.pm
13155cp lib/Net/DNS/RR/NULL.pm blib/lib/Net/DNS/RR/NULL.pm
13156cp lib/Net/DNS/RR/AFSDB.pm blib/lib/Net/DNS/RR/AFSDB.pm
13157cp lib/Net/DNS/RR/L32.pm blib/lib/Net/DNS/RR/L32.pm
13158cp lib/Net/DNS/RR/SRV.pm blib/lib/Net/DNS/RR/SRV.pm
13159cp lib/Net/DNS/RR/L64.pm blib/lib/Net/DNS/RR/L64.pm
13160cp lib/Net/DNS/RR/TLSA.pm blib/lib/Net/DNS/RR/TLSA.pm
13161cp lib/Net/DNS/RR/MINFO.pm blib/lib/Net/DNS/RR/MINFO.pm
13162cp lib/Net/DNS/FAQ.pod blib/lib/Net/DNS/FAQ.pod
13163cp lib/Net/DNS/RR/CNAME.pm blib/lib/Net/DNS/RR/CNAME.pm
13164cp lib/Net/DNS/Domain.pm blib/lib/Net/DNS/Domain.pm
13165cp lib/Net/DNS/Packet.pm blib/lib/Net/DNS/Packet.pm
13166cp lib/Net/DNS/RR.pm blib/lib/Net/DNS/RR.pm
13167cp lib/Net/DNS/RR/HINFO.pm blib/lib/Net/DNS/RR/HINFO.pm
13168cp lib/Net/DNS/RR/CSYNC.pm blib/lib/Net/DNS/RR/CSYNC.pm
13169cp lib/Net/DNS/Parameters.pm blib/lib/Net/DNS/Parameters.pm
13170cp lib/Net/DNS/RR/DNSKEY.pm blib/lib/Net/DNS/RR/DNSKEY.pm
13171cp lib/Net/DNS/RR/EUI64.pm blib/lib/Net/DNS/RR/EUI64.pm
13172cp lib/Net/DNS/RR/MG.pm blib/lib/Net/DNS/RR/MG.pm
13173cp lib/Net/DNS/RR/TKEY.pm blib/lib/Net/DNS/RR/TKEY.pm
13174cp lib/Net/DNS/RR/SIG.pm blib/lib/Net/DNS/RR/SIG.pm
13175cp lib/Net/DNS/RR/CERT.pm blib/lib/Net/DNS/RR/CERT.pm
13176cp lib/Net/DNS/RR/NSEC3.pm blib/lib/Net/DNS/RR/NSEC3.pm
13177cp lib/Net/DNS/RR/DS.pm blib/lib/Net/DNS/RR/DS.pm
13178cp lib/Net/DNS/RR/MB.pm blib/lib/Net/DNS/RR/MB.pm
13179cp lib/Net/DNS/Resolver/Base.pm blib/lib/Net/DNS/Resolver/Base.pm
13180Manifying blib/man3/Net::DNS::RR::A.3pm
13181Manifying blib/man3/Net::DNS::Resolver::MSWin32.3pm
13182Manifying blib/man3/Net::DNS::RR::IPSECKEY.3pm
13183Manifying blib/man3/Net::DNS::RR::MX.3pm
13184Manifying blib/man3/Net::DNS::RR::HIP.3pm
13185Manifying blib/man3/Net::DNS::Header.3pm
13186Manifying blib/man3/Net::DNS::RR::OPT.3pm
13187Manifying blib/man3/Net::DNS::RR::RRSIG.3pm
13188Manifying blib/man3/Net::DNS::RR::DLV.3pm
13189Manifying blib/man3/Net::DNS::RR::TXT.3pm
13190Manifying blib/man3/Net::DNS::RR::DNAME.3pm
13191Manifying blib/man3/Net::DNS::RR::LP.3pm
13192Manifying blib/man3/Net::DNS::Text.3pm
13193Manifying blib/man3/Net::DNS::RR::PTR.3pm
13194Manifying blib/man3/Net::DNS::Resolver::Recurse.3pm
13195Manifying blib/man3/Net::DNS::RR::CDNSKEY.3pm
13196Manifying blib/man3/Net::DNS::RR::NS.3pm
13197Manifying blib/man3/Net::DNS::RR::OPENPGPKEY.3pm
13198Manifying blib/man3/Net::DNS::RR::DHCID.3pm
13199Manifying blib/man3/Net::DNS::DomainName.3pm
13200Manifying blib/man3/Net::DNS::RR::LOC.3pm
13201Manifying blib/man3/Net::DNS::RR::RT.3pm
13202Manifying blib/man3/Net::DNS::RR::MR.3pm
13203Manifying blib/man3/Net::DNS::Question.3pm
13204Manifying blib/man3/Net::DNS::Resolver::android.3pm
13205Manifying blib/man3/Net::DNS::RR::SSHFP.3pm
13206Manifying blib/man3/Net::DNS::RR::NAPTR.3pm
13207Manifying blib/man3/Net::DNS::RR::SPF.3pm
13208Manifying blib/man3/Net::DNS::Resolver::os2.3pm
13209Manifying blib/man3/Net::DNS::Resolver::UNIX.3pm
13210Manifying blib/man3/Net::DNS::Mailbox.3pm
13211Manifying blib/man3/Net::DNS::RR::KX.3pm
13212Manifying blib/man3/Net::DNS::RR::NID.3pm
13213Manifying blib/man3/Net::DNS::RR::URI.3pm
13214Manifying blib/man3/Net::DNS::Resolver::cygwin.3pm
13215Manifying blib/man3/Net::DNS::RR::ISDN.3pm
13216Manifying blib/man3/Net::DNS::RR::CDS.3pm
13217Manifying blib/man3/Net::DNS::RR::NSEC.3pm
13218Manifying blib/man3/Net::DNS::RR::EUI48.3pm
13219Manifying blib/man3/Net::DNS::RR::GPOS.3pm
13220Manifying blib/man3/Net::DNS::RR::SOA.3pm
13221Manifying blib/man3/Net::DNS::RR::KEY.3pm
13222Manifying blib/man3/Net::DNS::RR::AAAA.3pm
13223Manifying blib/man3/Net::DNS::RR::NSEC3PARAM.3pm
13224Manifying blib/man3/Net::DNS::RR::CAA.3pm
13225Manifying blib/man3/Net::DNS.3pm
13226Manifying blib/man3/Net::DNS::RR::X25.3pm
13227Manifying blib/man3/Net::DNS::RR::RP.3pm
13228Manifying blib/man3/Net::DNS::RR::APL.3pm
13229Manifying blib/man3/Net::DNS::RR::TSIG.3pm
13230Manifying blib/man3/Net::DNS::Update.3pm
13231Manifying blib/man3/Net::DNS::Resolver.3pm
13232Manifying blib/man3/Net::DNS::ZoneFile.3pm
13233Manifying blib/man3/Net::DNS::RR::PX.3pm
13234Manifying blib/man3/Net::DNS::Nameserver.3pm
13235Manifying blib/man3/Net::DNS::RR::NULL.3pm
13236Manifying blib/man3/Net::DNS::RR::SRV.3pm
13237Manifying blib/man3/Net::DNS::RR::L32.3pm
13238Manifying blib/man3/Net::DNS::RR::AFSDB.3pm
13239Manifying blib/man3/Net::DNS::RR::L64.3pm
13240Manifying blib/man3/Net::DNS::RR::MINFO.3pm
13241Manifying blib/man3/Net::DNS::RR::TLSA.3pm
13242Manifying blib/man3/Net::DNS::FAQ.3pm
13243Manifying blib/man3/Net::DNS::RR::CNAME.3pm
13244Manifying blib/man3/Net::DNS::Domain.3pm
13245Manifying blib/man3/Net::DNS::Packet.3pm
13246Manifying blib/man3/Net::DNS::RR.3pm
13247Manifying blib/man3/Net::DNS::RR::HINFO.3pm
13248Manifying blib/man3/Net::DNS::RR::CSYNC.3pm
13249Manifying blib/man3/Net::DNS::Parameters.3pm
13250Manifying blib/man3/Net::DNS::RR::DNSKEY.3pm
13251Manifying blib/man3/Net::DNS::RR::EUI64.3pm
13252Manifying blib/man3/Net::DNS::RR::MG.3pm
13253Manifying blib/man3/Net::DNS::RR::TKEY.3pm
13254Manifying blib/man3/Net::DNS::RR::SIG.3pm
13255Manifying blib/man3/Net::DNS::RR::CERT.3pm
13256Manifying blib/man3/Net::DNS::RR::NSEC3.3pm
13257Manifying blib/man3/Net::DNS::RR::DS.3pm
13258Manifying blib/man3/Net::DNS::RR::MB.3pm
13259Manifying blib/man3/Net::DNS::Resolver::Base.3pm
13260 NLNETLABS/Net-DNS-1.04.tar.gz
13261 /usr/bin/make -- OK
13262Skipping test because of notest pragma
13263Running make install
13264Installing /usr/local/share/perl5/Net/DNS.pm
13265Installing /usr/local/share/perl5/Net/DNS/Text.pm
13266Installing /usr/local/share/perl5/Net/DNS/Packet.pm
13267Installing /usr/local/share/perl5/Net/DNS/FAQ.pod
13268Installing /usr/local/share/perl5/Net/DNS/Mailbox.pm
13269Installing /usr/local/share/perl5/Net/DNS/Header.pm
13270Installing /usr/local/share/perl5/Net/DNS/Resolver.pm
13271Installing /usr/local/share/perl5/Net/DNS/RR.pm
13272Installing /usr/local/share/perl5/Net/DNS/DomainName.pm
13273Installing /usr/local/share/perl5/Net/DNS/Parameters.pm
13274Installing /usr/local/share/perl5/Net/DNS/ZoneFile.pm
13275Installing /usr/local/share/perl5/Net/DNS/Domain.pm
13276Installing /usr/local/share/perl5/Net/DNS/Question.pm
13277Installing /usr/local/share/perl5/Net/DNS/Update.pm
13278Installing /usr/local/share/perl5/Net/DNS/Nameserver.pm
13279Installing /usr/local/share/perl5/Net/DNS/RR/URI.pm
13280Installing /usr/local/share/perl5/Net/DNS/RR/DLV.pm
13281Installing /usr/local/share/perl5/Net/DNS/RR/ISDN.pm
13282Installing /usr/local/share/perl5/Net/DNS/RR/MR.pm
13283Installing /usr/local/share/perl5/Net/DNS/RR/PTR.pm
13284Installing /usr/local/share/perl5/Net/DNS/RR/SPF.pm
13285Installing /usr/local/share/perl5/Net/DNS/RR/KX.pm
13286Installing /usr/local/share/perl5/Net/DNS/RR/OPENPGPKEY.pm
13287Installing /usr/local/share/perl5/Net/DNS/RR/MG.pm
13288Installing /usr/local/share/perl5/Net/DNS/RR/TXT.pm
13289Installing /usr/local/share/perl5/Net/DNS/RR/RP.pm
13290Installing /usr/local/share/perl5/Net/DNS/RR/EUI64.pm
13291Installing /usr/local/share/perl5/Net/DNS/RR/IPSECKEY.pm
13292Installing /usr/local/share/perl5/Net/DNS/RR/TKEY.pm
13293Installing /usr/local/share/perl5/Net/DNS/RR/L64.pm
13294Installing /usr/local/share/perl5/Net/DNS/RR/CAA.pm
13295Installing /usr/local/share/perl5/Net/DNS/RR/CDNSKEY.pm
13296Installing /usr/local/share/perl5/Net/DNS/RR/DS.pm
13297Installing /usr/local/share/perl5/Net/DNS/RR/MX.pm
13298Installing /usr/local/share/perl5/Net/DNS/RR/AFSDB.pm
13299Installing /usr/local/share/perl5/Net/DNS/RR/CNAME.pm
13300Installing /usr/local/share/perl5/Net/DNS/RR/NSEC3PARAM.pm
13301Installing /usr/local/share/perl5/Net/DNS/RR/NID.pm
13302Installing /usr/local/share/perl5/Net/DNS/RR/A.pm
13303Installing /usr/local/share/perl5/Net/DNS/RR/CERT.pm
13304Installing /usr/local/share/perl5/Net/DNS/RR/AAAA.pm
13305Installing /usr/local/share/perl5/Net/DNS/RR/RRSIG.pm
13306Installing /usr/local/share/perl5/Net/DNS/RR/TSIG.pm
13307Installing /usr/local/share/perl5/Net/DNS/RR/CSYNC.pm
13308Installing /usr/local/share/perl5/Net/DNS/RR/SIG.pm
13309Installing /usr/local/share/perl5/Net/DNS/RR/NSEC.pm
13310Installing /usr/local/share/perl5/Net/DNS/RR/HIP.pm
13311Installing /usr/local/share/perl5/Net/DNS/RR/X25.pm
13312Installing /usr/local/share/perl5/Net/DNS/RR/L32.pm
13313Installing /usr/local/share/perl5/Net/DNS/RR/NULL.pm
13314Installing /usr/local/share/perl5/Net/DNS/RR/DNAME.pm
13315Installing /usr/local/share/perl5/Net/DNS/RR/OPT.pm
13316Installing /usr/local/share/perl5/Net/DNS/RR/LP.pm
13317Installing /usr/local/share/perl5/Net/DNS/RR/CDS.pm
13318Installing /usr/local/share/perl5/Net/DNS/RR/DHCID.pm
13319Installing /usr/local/share/perl5/Net/DNS/RR/LOC.pm
13320Installing /usr/local/share/perl5/Net/DNS/RR/SOA.pm
13321Installing /usr/local/share/perl5/Net/DNS/RR/NSEC3.pm
13322Installing /usr/local/share/perl5/Net/DNS/RR/SRV.pm
13323Installing /usr/local/share/perl5/Net/DNS/RR/TLSA.pm
13324Installing /usr/local/share/perl5/Net/DNS/RR/GPOS.pm
13325Installing /usr/local/share/perl5/Net/DNS/RR/RT.pm
13326Installing /usr/local/share/perl5/Net/DNS/RR/SSHFP.pm
13327Installing /usr/local/share/perl5/Net/DNS/RR/MINFO.pm
13328Installing /usr/local/share/perl5/Net/DNS/RR/EUI48.pm
13329Installing /usr/local/share/perl5/Net/DNS/RR/DNSKEY.pm
13330Installing /usr/local/share/perl5/Net/DNS/RR/NAPTR.pm
13331Installing /usr/local/share/perl5/Net/DNS/RR/HINFO.pm
13332Installing /usr/local/share/perl5/Net/DNS/RR/NS.pm
13333Installing /usr/local/share/perl5/Net/DNS/RR/MB.pm
13334Installing /usr/local/share/perl5/Net/DNS/RR/PX.pm
13335Installing /usr/local/share/perl5/Net/DNS/RR/APL.pm
13336Installing /usr/local/share/perl5/Net/DNS/RR/KEY.pm
13337Installing /usr/local/share/perl5/Net/DNS/Resolver/Recurse.pm
13338Installing /usr/local/share/perl5/Net/DNS/Resolver/Base.pm
13339Installing /usr/local/share/perl5/Net/DNS/Resolver/UNIX.pm
13340Installing /usr/local/share/perl5/Net/DNS/Resolver/MSWin32.pm
13341Installing /usr/local/share/perl5/Net/DNS/Resolver/android.pm
13342Installing /usr/local/share/perl5/Net/DNS/Resolver/os2.pm
13343Installing /usr/local/share/perl5/Net/DNS/Resolver/cygwin.pm
13344Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC3.3pm
13345Installing /usr/local/share/man/man3/Net::DNS::RR::PTR.3pm
13346Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC.3pm
13347Installing /usr/local/share/man/man3/Net::DNS::RR::PX.3pm
13348Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC3PARAM.3pm
13349Installing /usr/local/share/man/man3/Net::DNS::RR::TKEY.3pm
13350Installing /usr/local/share/man/man3/Net::DNS::RR::TSIG.3pm
13351Installing /usr/local/share/man/man3/Net::DNS::Text.3pm
13352Installing /usr/local/share/man/man3/Net::DNS::RR::MR.3pm
13353Installing /usr/local/share/man/man3/Net::DNS.3pm
13354Installing /usr/local/share/man/man3/Net::DNS::RR::APL.3pm
13355Installing /usr/local/share/man/man3/Net::DNS::RR::DHCID.3pm
13356Installing /usr/local/share/man/man3/Net::DNS::Resolver::os2.3pm
13357Installing /usr/local/share/man/man3/Net::DNS::RR::HIP.3pm
13358Installing /usr/local/share/man/man3/Net::DNS::Nameserver.3pm
13359Installing /usr/local/share/man/man3/Net::DNS::RR::L64.3pm
13360Installing /usr/local/share/man/man3/Net::DNS::RR::RT.3pm
13361Installing /usr/local/share/man/man3/Net::DNS::Packet.3pm
13362Installing /usr/local/share/man/man3/Net::DNS::Resolver.3pm
13363Installing /usr/local/share/man/man3/Net::DNS::RR::SSHFP.3pm
13364Installing /usr/local/share/man/man3/Net::DNS::RR::DLV.3pm
13365Installing /usr/local/share/man/man3/Net::DNS::RR.3pm
13366Installing /usr/local/share/man/man3/Net::DNS::RR::SRV.3pm
13367Installing /usr/local/share/man/man3/Net::DNS::Resolver::Base.3pm
13368Installing /usr/local/share/man/man3/Net::DNS::RR::KEY.3pm
13369Installing /usr/local/share/man/man3/Net::DNS::RR::A.3pm
13370Installing /usr/local/share/man/man3/Net::DNS::RR::CSYNC.3pm
13371Installing /usr/local/share/man/man3/Net::DNS::RR::OPENPGPKEY.3pm
13372Installing /usr/local/share/man/man3/Net::DNS::RR::SPF.3pm
13373Installing /usr/local/share/man/man3/Net::DNS::RR::NULL.3pm
13374Installing /usr/local/share/man/man3/Net::DNS::Domain.3pm
13375Installing /usr/local/share/man/man3/Net::DNS::RR::DNSKEY.3pm
13376Installing /usr/local/share/man/man3/Net::DNS::RR::CDNSKEY.3pm
13377Installing /usr/local/share/man/man3/Net::DNS::RR::LOC.3pm
13378Installing /usr/local/share/man/man3/Net::DNS::RR::CNAME.3pm
13379Installing /usr/local/share/man/man3/Net::DNS::Update.3pm
13380Installing /usr/local/share/man/man3/Net::DNS::RR::ISDN.3pm
13381Installing /usr/local/share/man/man3/Net::DNS::RR::HINFO.3pm
13382Installing /usr/local/share/man/man3/Net::DNS::RR::MG.3pm
13383Installing /usr/local/share/man/man3/Net::DNS::DomainName.3pm
13384Installing /usr/local/share/man/man3/Net::DNS::RR::URI.3pm
13385Installing /usr/local/share/man/man3/Net::DNS::RR::CAA.3pm
13386Installing /usr/local/share/man/man3/Net::DNS::Resolver::android.3pm
13387Installing /usr/local/share/man/man3/Net::DNS::Resolver::cygwin.3pm
13388Installing /usr/local/share/man/man3/Net::DNS::RR::DS.3pm
13389Installing /usr/local/share/man/man3/Net::DNS::Header.3pm
13390Installing /usr/local/share/man/man3/Net::DNS::ZoneFile.3pm
13391Installing /usr/local/share/man/man3/Net::DNS::RR::CDS.3pm
13392Installing /usr/local/share/man/man3/Net::DNS::FAQ.3pm
13393Installing /usr/local/share/man/man3/Net::DNS::RR::SOA.3pm
13394Installing /usr/local/share/man/man3/Net::DNS::RR::RP.3pm
13395Installing /usr/local/share/man/man3/Net::DNS::RR::L32.3pm
13396Installing /usr/local/share/man/man3/Net::DNS::RR::EUI64.3pm
13397Installing /usr/local/share/man/man3/Net::DNS::Question.3pm
13398Installing /usr/local/share/man/man3/Net::DNS::RR::TLSA.3pm
13399Installing /usr/local/share/man/man3/Net::DNS::RR::AAAA.3pm
13400Installing /usr/local/share/man/man3/Net::DNS::RR::TXT.3pm
13401Installing /usr/local/share/man/man3/Net::DNS::RR::GPOS.3pm
13402Installing /usr/local/share/man/man3/Net::DNS::RR::AFSDB.3pm
13403Installing /usr/local/share/man/man3/Net::DNS::RR::MX.3pm
13404Installing /usr/local/share/man/man3/Net::DNS::Parameters.3pm
13405Installing /usr/local/share/man/man3/Net::DNS::RR::KX.3pm
13406Installing /usr/local/share/man/man3/Net::DNS::RR::NS.3pm
13407Installing /usr/local/share/man/man3/Net::DNS::RR::NID.3pm
13408Installing /usr/local/share/man/man3/Net::DNS::RR::CERT.3pm
13409Installing /usr/local/share/man/man3/Net::DNS::RR::IPSECKEY.3pm
13410Installing /usr/local/share/man/man3/Net::DNS::Resolver::MSWin32.3pm
13411Installing /usr/local/share/man/man3/Net::DNS::RR::SIG.3pm
13412Installing /usr/local/share/man/man3/Net::DNS::RR::OPT.3pm
13413Installing /usr/local/share/man/man3/Net::DNS::RR::NAPTR.3pm
13414Installing /usr/local/share/man/man3/Net::DNS::Mailbox.3pm
13415Installing /usr/local/share/man/man3/Net::DNS::RR::LP.3pm
13416Installing /usr/local/share/man/man3/Net::DNS::RR::RRSIG.3pm
13417Installing /usr/local/share/man/man3/Net::DNS::RR::MB.3pm
13418Installing /usr/local/share/man/man3/Net::DNS::RR::EUI48.3pm
13419Installing /usr/local/share/man/man3/Net::DNS::RR::DNAME.3pm
13420Installing /usr/local/share/man/man3/Net::DNS::RR::X25.3pm
13421Installing /usr/local/share/man/man3/Net::DNS::Resolver::Recurse.3pm
13422Installing /usr/local/share/man/man3/Net::DNS::RR::MINFO.3pm
13423Installing /usr/local/share/man/man3/Net::DNS::Resolver::UNIX.3pm
13424Appending installation info to /usr/lib64/perl5/perllocal.pod
13425 NLNETLABS/Net-DNS-1.04.tar.gz
13426 /usr/bin/make install -- OK
13427Net::DNS::Resolver is up to date (1430).
13428Running install for module 'Net::Server::Fork'
13429Running make for R/RH/RHANDOM/Net-Server-2.008.tar.gz
13430Fetching with LWP:
13431http://cpan.dcc.uchile.cl/authors/id/R/RH/RHANDOM/Net-Server-2.008.tar.gz
13432Fetching with LWP:
13433http://cpan.dcc.uchile.cl/authors/id/R/RH/RHANDOM/CHECKSUMS
13434Checksum for /root/.cpan/sources/authors/id/R/RH/RHANDOM/Net-Server-2.008.tar.gz ok
13435
13436 CPAN.pm: Building R/RH/RHANDOM/Net-Server-2.008.tar.gz
13437
13438Checking if your kit is complete...
13439Warning: the following files are missing in your kit:
13440 MANIFEST.SKIP
13441Please inform the author.
13442Writing Makefile for Net::Server
13443Writing MYMETA.yml and MYMETA.json
13444cp lib/Net/Server/Proto/UNIX.pm blib/lib/Net/Server/Proto/UNIX.pm
13445cp lib/Net/Server/Proto/UDP.pm blib/lib/Net/Server/Proto/UDP.pm
13446cp lib/Net/Server/PreFork.pm blib/lib/Net/Server/PreFork.pm
13447cp lib/Net/Server/PSGI.pm blib/lib/Net/Server/PSGI.pm
13448cp lib/Net/Server/Proto/SSL.pm blib/lib/Net/Server/Proto/SSL.pm
13449cp lib/Net/Server.pm blib/lib/Net/Server.pm
13450cp lib/Net/Server/Proto/TCP.pm blib/lib/Net/Server/Proto/TCP.pm
13451cp lib/Net/Server/SIG.pm blib/lib/Net/Server/SIG.pm
13452cp lib/Net/Server/MultiType.pm blib/lib/Net/Server/MultiType.pm
13453cp lib/Net/Server/Proto/SSLEAY.pm blib/lib/Net/Server/Proto/SSLEAY.pm
13454cp lib/Net/Server/Log/Sys/Syslog.pm blib/lib/Net/Server/Log/Sys/Syslog.pm
13455cp lib/Net/Server/INET.pm blib/lib/Net/Server/INET.pm
13456cp lib/Net/Server/Fork.pm blib/lib/Net/Server/Fork.pm
13457cp lib/Net/Server/Multiplex.pm blib/lib/Net/Server/Multiplex.pm
13458cp lib/Net/Server.pod blib/lib/Net/Server.pod
13459cp lib/Net/Server/Proto/UNIXDGRAM.pm blib/lib/Net/Server/Proto/UNIXDGRAM.pm
13460cp lib/Net/Server/Log/Log/Log4perl.pm blib/lib/Net/Server/Log/Log/Log4perl.pm
13461cp lib/Net/Server/Daemonize.pm blib/lib/Net/Server/Daemonize.pm
13462cp lib/Net/Server/PreForkSimple.pm blib/lib/Net/Server/PreForkSimple.pm
13463cp lib/Net/Server/Proto.pm blib/lib/Net/Server/Proto.pm
13464cp lib/Net/Server/Single.pm blib/lib/Net/Server/Single.pm
13465cp lib/Net/Server/HTTP.pm blib/lib/Net/Server/HTTP.pm
13466cp bin/net-server blib/script/net-server
13467/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/net-server
13468Manifying blib/man1/net-server.1
13469Manifying blib/man3/Net::Server::Proto::UDP.3pm
13470Manifying blib/man3/Net::Server::Proto::UNIX.3pm
13471Manifying blib/man3/Net::Server::PreFork.3pm
13472Manifying blib/man3/Net::Server::Proto::SSL.3pm
13473Manifying blib/man3/Net::Server::PSGI.3pm
13474Manifying blib/man3/Net::Server::Proto::TCP.3pm
13475Manifying blib/man3/Net::Server::Proto::SSLEAY.3pm
13476Manifying blib/man3/Net::Server::Log::Sys::Syslog.3pm
13477Manifying blib/man3/Net::Server::SIG.3pm
13478Manifying blib/man3/Net::Server::MultiType.3pm
13479Manifying blib/man3/Net::Server::Fork.3pm
13480Manifying blib/man3/Net::Server::INET.3pm
13481Manifying blib/man3/Net::Server::Multiplex.3pm
13482Manifying blib/man3/Net::Server.3pm
13483Manifying blib/man3/Net::Server::Proto::UNIXDGRAM.3pm
13484Manifying blib/man3/Net::Server::Log::Log::Log4perl.3pm
13485Manifying blib/man3/Net::Server::Daemonize.3pm
13486Manifying blib/man3/Net::Server::PreForkSimple.3pm
13487Manifying blib/man3/Net::Server::Proto.3pm
13488Manifying blib/man3/Net::Server::Single.3pm
13489Manifying blib/man3/Net::Server::HTTP.3pm
13490 RHANDOM/Net-Server-2.008.tar.gz
13491 /usr/bin/make -- OK
13492Skipping test because of notest pragma
13493Running make install
13494Manifying blib/man1/net-server.1
13495Manifying blib/man3/Net::Server::Proto::UDP.3pm
13496Manifying blib/man3/Net::Server::Proto::UNIX.3pm
13497Installing /usr/local/share/perl5/Net/Server.pod
13498Installing /usr/local/share/perl5/Net/Server.pm
13499Installing /usr/local/share/perl5/Net/Server/PreForkSimple.pm
13500Installing /usr/local/share/perl5/Net/Server/Fork.pm
13501Installing /usr/local/share/perl5/Net/Server/HTTP.pm
13502Installing /usr/local/share/perl5/Net/Server/INET.pm
13503Installing /usr/local/share/perl5/Net/Server/PSGI.pm
13504Installing /usr/local/share/perl5/Net/Server/Single.pm
13505Installing /usr/local/share/perl5/Net/Server/SIG.pm
13506Installing /usr/local/share/perl5/Net/Server/MultiType.pm
13507Installing /usr/local/share/perl5/Net/Server/Multiplex.pm
13508Installing /usr/local/share/perl5/Net/Server/Daemonize.pm
13509Installing /usr/local/share/perl5/Net/Server/Proto.pm
13510Installing /usr/local/share/perl5/Net/Server/PreFork.pm
13511Installing /usr/local/share/perl5/Net/Server/Proto/UNIX.pm
13512Installing /usr/local/share/perl5/Net/Server/Proto/UDP.pm
13513Installing /usr/local/share/perl5/Net/Server/Proto/SSLEAY.pm
13514Installing /usr/local/share/perl5/Net/Server/Proto/UNIXDGRAM.pm
13515Installing /usr/local/share/perl5/Net/Server/Proto/TCP.pm
13516Installing /usr/local/share/perl5/Net/Server/Proto/SSL.pm
13517Installing /usr/local/share/perl5/Net/Server/Log/Sys/Syslog.pm
13518Installing /usr/local/share/perl5/Net/Server/Log/Log/Log4perl.pm
13519Installing /usr/local/share/man/man1/net-server.1
13520Installing /usr/local/share/man/man3/Net::Server::Log::Log::Log4perl.3pm
13521Installing /usr/local/share/man/man3/Net::Server::Proto.3pm
13522Installing /usr/local/share/man/man3/Net::Server::Proto::TCP.3pm
13523Installing /usr/local/share/man/man3/Net::Server::SIG.3pm
13524Installing /usr/local/share/man/man3/Net::Server::Proto::UNIX.3pm
13525Installing /usr/local/share/man/man3/Net::Server::MultiType.3pm
13526Installing /usr/local/share/man/man3/Net::Server::PSGI.3pm
13527Installing /usr/local/share/man/man3/Net::Server::Single.3pm
13528Installing /usr/local/share/man/man3/Net::Server::PreFork.3pm
13529Installing /usr/local/share/man/man3/Net::Server::Log::Sys::Syslog.3pm
13530Installing /usr/local/share/man/man3/Net::Server.3pm
13531Installing /usr/local/share/man/man3/Net::Server::Daemonize.3pm
13532Installing /usr/local/share/man/man3/Net::Server::Proto::SSLEAY.3pm
13533Installing /usr/local/share/man/man3/Net::Server::Proto::UNIXDGRAM.3pm
13534Installing /usr/local/share/man/man3/Net::Server::HTTP.3pm
13535Installing /usr/local/share/man/man3/Net::Server::Proto::SSL.3pm
13536Installing /usr/local/share/man/man3/Net::Server::PreForkSimple.3pm
13537Installing /usr/local/share/man/man3/Net::Server::Multiplex.3pm
13538Installing /usr/local/share/man/man3/Net::Server::Fork.3pm
13539Installing /usr/local/share/man/man3/Net::Server::Proto::UDP.3pm
13540Installing /usr/local/share/man/man3/Net::Server::INET.3pm
13541Installing /usr/local/bin/net-server
13542Appending installation info to /usr/lib64/perl5/perllocal.pod
13543 RHANDOM/Net-Server-2.008.tar.gz
13544 /usr/bin/make install -- OK
13545Running install for module 'Template'
13546Running make for A/AB/ABW/Template-Toolkit-2.26.tar.gz
13547Fetching with LWP:
13548http://cpan.dcc.uchile.cl/authors/id/A/AB/ABW/Template-Toolkit-2.26.tar.gz
13549Fetching with LWP:
13550http://cpan.dcc.uchile.cl/authors/id/A/AB/ABW/CHECKSUMS
13551Checksum for /root/.cpan/sources/authors/id/A/AB/ABW/Template-Toolkit-2.26.tar.gz ok
13552
13553 CPAN.pm: Building A/AB/ABW/Template-Toolkit-2.26.tar.gz
13554
13555
13556The Template Toolkit requires that the AppConfig module (version 1.56
13557or later) first be installed. This is used by
13558the 'ttree' program for reading command line options and configuration
13559files. It is available from CPAN:
13560
13561 http://www.cpan.org/authors/Andy_Wardley/
13562
13563
13564 Template Toolkit Version 2.26
13565 =============================
13566
13567Using Unix defaults.
13568Run 'perl Makefile.PL TT_HELP' for a summary of options.
13569
13570
13571Template::Stash::XS
13572-------------------
13573
13574The Template::Stash module is a core part of the Template Toolkit,
13575implementing the magic for accessing data using the dot notation.
13576
13577There is a high speed version, Template::Stash::XS, written in C.
13578This makes the Template Toolkit run about twice as fast as when using
13579the regular Template::Stash written in Perl. If you've got a C
13580compiler on your system then you can elect to have the XS Stash built.
13581You can also specify that you want to use the XS Stash by default.
13582
13583Note that as of version 2.15 the XS Stash now supports access to tied
13584hashes and arrays.
13585
13586See 'perldoc Template::Config' for further details.
13587
13588Do you want to build the XS Stash module? [y] y
13589Do you want to use the XS Stash by default? [y] y
13590Warning: prerequisite AppConfig 1.56 not found.
13591
13592Checking if your kit is complete...
13593Warning: the following files are missing in your kit:
13594 t/url2.t
13595Please inform the author.
13596Checking if your kit is complete...
13597Looks good
13598Writing Makefile for Template::Stash::XS
13599Writing MYMETA.yml and MYMETA.json
13600Writing Makefile for Template
13601Writing MYMETA.yml and MYMETA.json
13602
13603Configuration complete. You should now run 'make', 'make test' and
13604then 'make install'. See the README file for further information.
13605---- Unsatisfied dependencies detected during ----
13606---- ABW/Template-Toolkit-2.26.tar.gz ----
13607 AppConfig [requires]
13608Skipping test because of notest pragma
13609Running make install
13610 Delayed until after prerequisites
13611Running install for module 'AppConfig'
13612Running make for N/NE/NEILB/AppConfig-1.71.tar.gz
13613Fetching with LWP:
13614http://cpan.dcc.uchile.cl/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz
13615Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz ok
13616
13617 CPAN.pm: Building N/NE/NEILB/AppConfig-1.71.tar.gz
13618
13619Checking if your kit is complete...
13620Looks good
13621Writing Makefile for AppConfig
13622Writing MYMETA.yml and MYMETA.json
13623---- Unsatisfied dependencies detected during ----
13624---- NEILB/AppConfig-1.71.tar.gz ----
13625 Test::Pod [build_requires]
13626Skipping test because of notest pragma
13627Running make install
13628 Delayed until after prerequisites
13629Running install for module 'Test::Pod'
13630Running make for E/ET/ETHER/Test-Pod-1.51.tar.gz
13631Fetching with LWP:
13632http://cpan.dcc.uchile.cl/authors/id/E/ET/ETHER/Test-Pod-1.51.tar.gz
13633Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-Pod-1.51.tar.gz ok
13634
13635 CPAN.pm: Building E/ET/ETHER/Test-Pod-1.51.tar.gz
13636
13637Checking if your kit is complete...
13638Looks good
13639Writing Makefile for Test::Pod
13640Writing MYMETA.yml and MYMETA.json
13641cp lib/Test/Pod.pm blib/lib/Test/Pod.pm
13642Manifying blib/man3/Test::Pod.3pm
13643 ETHER/Test-Pod-1.51.tar.gz
13644 /usr/bin/make -- OK
13645Skipping test because of notest pragma
13646Running make install
13647Manifying blib/man3/Test::Pod.3pm
13648Installing /usr/local/share/perl5/Test/Pod.pm
13649Installing /usr/local/share/man/man3/Test::Pod.3pm
13650Appending installation info to /usr/lib64/perl5/perllocal.pod
13651 ETHER/Test-Pod-1.51.tar.gz
13652 /usr/bin/make install -- OK
13653Running make for N/NE/NEILB/AppConfig-1.71.tar.gz
13654 Has already been unwrapped into directory /root/.cpan/build/AppConfig-1.71-ypAwFV
13655
13656 CPAN.pm: Building N/NE/NEILB/AppConfig-1.71.tar.gz
13657
13658cp lib/AppConfig/Args.pm blib/lib/AppConfig/Args.pm
13659cp lib/AppConfig/CGI.pm blib/lib/AppConfig/CGI.pm
13660cp lib/AppConfig/File.pm blib/lib/AppConfig/File.pm
13661cp lib/AppConfig.pm blib/lib/AppConfig.pm
13662cp lib/AppConfig/Getopt.pm blib/lib/AppConfig/Getopt.pm
13663cp lib/AppConfig/State.pm blib/lib/AppConfig/State.pm
13664cp lib/AppConfig/Sys.pm blib/lib/AppConfig/Sys.pm
13665Manifying blib/man3/AppConfig::Args.3pm
13666Manifying blib/man3/AppConfig::CGI.3pm
13667Manifying blib/man3/AppConfig::File.3pm
13668Manifying blib/man3/AppConfig::State.3pm
13669Manifying blib/man3/AppConfig::Getopt.3pm
13670Manifying blib/man3/AppConfig.3pm
13671Manifying blib/man3/AppConfig::Sys.3pm
13672 NEILB/AppConfig-1.71.tar.gz
13673 /usr/bin/make -- OK
13674Skipping test because of notest pragma
13675Running make install
13676Installing /usr/local/share/perl5/AppConfig.pm
13677Installing /usr/local/share/perl5/AppConfig/Sys.pm
13678Installing /usr/local/share/perl5/AppConfig/Args.pm
13679Installing /usr/local/share/perl5/AppConfig/Getopt.pm
13680Installing /usr/local/share/perl5/AppConfig/State.pm
13681Installing /usr/local/share/perl5/AppConfig/CGI.pm
13682Installing /usr/local/share/perl5/AppConfig/File.pm
13683Installing /usr/local/share/man/man3/AppConfig::File.3pm
13684Installing /usr/local/share/man/man3/AppConfig::Sys.3pm
13685Installing /usr/local/share/man/man3/AppConfig::Args.3pm
13686Installing /usr/local/share/man/man3/AppConfig.3pm
13687Installing /usr/local/share/man/man3/AppConfig::Getopt.3pm
13688Installing /usr/local/share/man/man3/AppConfig::CGI.3pm
13689Installing /usr/local/share/man/man3/AppConfig::State.3pm
13690Appending installation info to /usr/lib64/perl5/perllocal.pod
13691 NEILB/AppConfig-1.71.tar.gz
13692 /usr/bin/make install -- OK
13693Running make for A/AB/ABW/Template-Toolkit-2.26.tar.gz
13694 Has already been unwrapped into directory /root/.cpan/build/Template-Toolkit-2.26-2EvojW
13695
13696 CPAN.pm: Building A/AB/ABW/Template-Toolkit-2.26.tar.gz
13697
13698cp lib/Template/Manual/Directives.pod blib/lib/Template/Manual/Directives.pod
13699cp lib/Template/Manual/Views.pod blib/lib/Template/Manual/Views.pod
13700cp lib/Template/Plugin/HTML.pm blib/lib/Template/Plugin/HTML.pm
13701cp lib/Template/Stash.pm blib/lib/Template/Stash.pm
13702cp lib/Template/Plugin/Format.pm blib/lib/Template/Plugin/Format.pm
13703cp lib/Template/Provider.pm blib/lib/Template/Provider.pm
13704cp lib/Template/Context.pm blib/lib/Template/Context.pm
13705cp lib/Template/Manual/Intro.pod blib/lib/Template/Manual/Intro.pod
13706cp lib/Template/Plugin/View.pm blib/lib/Template/Plugin/View.pm
13707cp lib/Template/Modules.pod blib/lib/Template/Modules.pod
13708cp lib/Template/Plugin/Procedural.pm blib/lib/Template/Plugin/Procedural.pm
13709cp lib/Template/Plugin/Iterator.pm blib/lib/Template/Plugin/Iterator.pm
13710cp lib/Template/Tools/ttree.pod blib/lib/Template/Tools/ttree.pod
13711cp lib/Template/Stash/Context.pm blib/lib/Template/Stash/Context.pm
13712cp lib/Template/Plugin/Datafile.pm blib/lib/Template/Plugin/Datafile.pm
13713cp lib/Template/Directive.pm blib/lib/Template/Directive.pm
13714cp lib/Template/Plugin/Directory.pm blib/lib/Template/Plugin/Directory.pm
13715cp lib/Template/Toolkit.pod blib/lib/Template/Toolkit.pod
13716cp lib/Template/Plugin/Scalar.pm blib/lib/Template/Plugin/Scalar.pm
13717cp lib/Template/Namespace/Constants.pm blib/lib/Template/Namespace/Constants.pm
13718cp lib/Template/Tutorial/Web.pod blib/lib/Template/Tutorial/Web.pod
13719cp lib/Template/Iterator.pm blib/lib/Template/Iterator.pm
13720cp lib/Template/Plugin/String.pm blib/lib/Template/Plugin/String.pm
13721cp lib/Template/Stash/XS.pm blib/lib/Template/Stash/XS.pm
13722cp lib/Template/Manual.pod blib/lib/Template/Manual.pod
13723cp lib/Template/Manual/Credits.pod blib/lib/Template/Manual/Credits.pod
13724cp lib/Template/View.pm blib/lib/Template/View.pm
13725cp lib/Template/Plugin/Filter.pm blib/lib/Template/Plugin/Filter.pm
13726cp lib/Template/Manual/Plugins.pod blib/lib/Template/Manual/Plugins.pod
13727cp lib/Template/Plugin/Dumper.pm blib/lib/Template/Plugin/Dumper.pm
13728cp lib/Template/Plugin/Date.pm blib/lib/Template/Plugin/Date.pm
13729cp lib/Template/Manual/VMethods.pod blib/lib/Template/Manual/VMethods.pod
13730cp lib/Template/Plugin/File.pm blib/lib/Template/Plugin/File.pm
13731cp lib/Template/Constants.pm blib/lib/Template/Constants.pm
13732cp lib/Template/Plugin/Assert.pm blib/lib/Template/Plugin/Assert.pm
13733cp lib/Template/Plugin/Image.pm blib/lib/Template/Plugin/Image.pm
13734cp lib/Template/Manual/Config.pod blib/lib/Template/Manual/Config.pod
13735cp lib/Template/Test.pm blib/lib/Template/Test.pm
13736cp lib/Template/VMethods.pm blib/lib/Template/VMethods.pm
13737cp lib/Template.pm blib/lib/Template.pm
13738cp lib/Template/Plugin/Table.pm blib/lib/Template/Plugin/Table.pm
13739cp lib/Template/Manual/Variables.pod blib/lib/Template/Manual/Variables.pod
13740cp lib/Template/Parser.pm blib/lib/Template/Parser.pm
13741cp lib/Template/Tools/tpage.pod blib/lib/Template/Tools/tpage.pod
13742cp lib/Template/Plugins.pm blib/lib/Template/Plugins.pm
13743cp lib/Template/Manual/Syntax.pod blib/lib/Template/Manual/Syntax.pod
13744cp lib/Template/Tutorial.pod blib/lib/Template/Tutorial.pod
13745cp lib/Template/Grammar.pm blib/lib/Template/Grammar.pm
13746cp lib/Template/Plugin.pm blib/lib/Template/Plugin.pm
13747cp lib/Template/FAQ.pod blib/lib/Template/FAQ.pod
13748cp lib/Template/Config.pm blib/lib/Template/Config.pm
13749cp lib/Template/Plugin/CGI.pm blib/lib/Template/Plugin/CGI.pm
13750cp lib/Template/Tools.pod blib/lib/Template/Tools.pod
13751cp lib/Template/Plugin/Wrap.pm blib/lib/Template/Plugin/Wrap.pm
13752cp lib/Template/Base.pm blib/lib/Template/Base.pm
13753cp lib/Template/Manual/Filters.pod blib/lib/Template/Manual/Filters.pod
13754cp lib/Template/Plugin/Math.pm blib/lib/Template/Plugin/Math.pm
13755cp lib/Template/Filters.pm blib/lib/Template/Filters.pm
13756cp lib/Template/Document.pm blib/lib/Template/Document.pm
13757cp lib/Template/Plugin/URL.pm blib/lib/Template/Plugin/URL.pm
13758cp lib/Template/Exception.pm blib/lib/Template/Exception.pm
13759cp lib/Template/Tutorial/Datafile.pod blib/lib/Template/Tutorial/Datafile.pod
13760cp lib/Template/Plugin/Pod.pm blib/lib/Template/Plugin/Pod.pm
13761cp lib/Template/Manual/Internals.pod blib/lib/Template/Manual/Internals.pod
13762cp lib/Template/Service.pm blib/lib/Template/Service.pm
13763make[1]: Entering directory `/root/.cpan/build/Template-Toolkit-2.26-2EvojW/xs'
13764/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Stash.xs > Stash.xsc && mv Stash.xsc Stash.c
13765gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.26\" -DXS_VERSION=\"2.26\" -fPIC "-I/usr/lib64/perl5/CORE" Stash.c
13766Stash.xs: In function 'assign':
13767Stash.xs:487:11: warning: unused variable 'key2' [-Wunused-variable]
13768 char *key2 = SvPV(key_sv, key_len); /* TMP DEBUG HACK */
13769 ^
13770Stash.xs: In function 'hash_op':
13771Stash.xs:801:12: warning: unused variable 'retval' [-Wunused-variable]
13772 TT_RET retval;
13773 ^
13774Stash.xs: In function 'scalar_op':
13775Stash.xs:870:12: warning: unused variable 'retval' [-Wunused-variable]
13776 TT_RET retval;
13777 ^
13778Stash.c: At top level:
13779Stash.xs:1013:12: warning: 'list_dot_first' defined but not used [-Wunused-function]
13780 static SV *list_dot_first(pTHX_ AV *list, AV *args) {
13781 ^
13782Stash.xs:1062:12: warning: 'list_dot_last' defined but not used [-Wunused-function]
13783 static SV *list_dot_last(pTHX_ AV *list, AV *args) {
13784 ^
13785Running Mkbootstrap for Template::Stash::XS ()
13786chmod 644 XS.bs
13787rm -f ../blib/arch/auto/Template/Stash/XS/XS.so
13788gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Stash.o -o ../blib/arch/auto/Template/Stash/XS/XS.so \
13789 \
13790
13791chmod 755 ../blib/arch/auto/Template/Stash/XS/XS.so
13792cp XS.bs ../blib/arch/auto/Template/Stash/XS/XS.bs
13793chmod 644 ../blib/arch/auto/Template/Stash/XS/XS.bs
13794make[1]: Leaving directory `/root/.cpan/build/Template-Toolkit-2.26-2EvojW/xs'
13795cp bin/tpage blib/script/tpage
13796/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tpage
13797cp bin/ttree blib/script/ttree
13798/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ttree
13799Manifying blib/man1/tpage.1
13800Manifying blib/man1/ttree.1
13801Manifying blib/man3/Template::Plugin::HTML.3pm
13802Manifying blib/man3/Template::Manual::Views.3pm
13803Manifying blib/man3/Template::Manual::Directives.3pm
13804Manifying blib/man3/Template::Stash.3pm
13805Manifying blib/man3/Template::Context.3pm
13806Manifying blib/man3/Template::Manual::Intro.3pm
13807Manifying blib/man3/Template::Modules.3pm
13808Manifying blib/man3/Template::Plugin::Procedural.3pm
13809Manifying blib/man3/Template::Plugin::Iterator.3pm
13810Manifying blib/man3/Template::Tools::ttree.3pm
13811Manifying blib/man3/Template::Toolkit.3pm
13812Manifying blib/man3/Template::Plugin::Scalar.3pm
13813Manifying blib/man3/Template::Namespace::Constants.3pm
13814Manifying blib/man3/Template::Tutorial::Web.3pm
13815Manifying blib/man3/Template::Iterator.3pm
13816Manifying blib/man3/Template::Plugin::String.3pm
13817Manifying blib/man3/Template::Stash::XS.3pm
13818Manifying blib/man3/Template::Manual.3pm
13819Manifying blib/man3/Template::Manual::Credits.3pm
13820Manifying blib/man3/Template::View.3pm
13821Manifying blib/man3/Template::Plugin::Filter.3pm
13822Manifying blib/man3/Template::Manual::Plugins.3pm
13823Manifying blib/man3/Template::Plugin::Dumper.3pm
13824Manifying blib/man3/Template::Plugin::Date.3pm
13825Manifying blib/man3/Template::Manual::VMethods.3pm
13826Manifying blib/man3/Template::Plugin::File.3pm
13827Manifying blib/man3/Template::Constants.3pm
13828Manifying blib/man3/Template::Plugin::Assert.3pm
13829Manifying blib/man3/Template::Plugin::Image.3pm
13830Manifying blib/man3/Template::Manual::Config.3pm
13831Manifying blib/man3/Template::Test.3pm
13832Manifying blib/man3/Template.3pm
13833Manifying blib/man3/Template::VMethods.3pm
13834Manifying blib/man3/Template::Plugin::Table.3pm
13835Manifying blib/man3/Template::Provider.3pm
13836Manifying blib/man3/Template::Plugin::Format.3pm
13837Manifying blib/man3/Template::Plugin::View.3pm
13838Manifying blib/man3/Template::Stash::Context.3pm
13839Manifying blib/man3/Template::Directive.3pm
13840Manifying blib/man3/Template::Plugin::Datafile.3pm
13841Manifying blib/man3/Template::Plugin::Directory.3pm
13842Manifying blib/man3/Template::Plugin::Wrap.3pm
13843Manifying blib/man3/Template::Base.3pm
13844Manifying blib/man3/Template::Plugin::Math.3pm
13845Manifying blib/man3/Template::Filters.3pm
13846Manifying blib/man3/Template::Manual::Internals.3pm
13847Manifying blib/man3/Template::Plugin::Pod.3pm
13848Manifying blib/man3/Template::Service.3pm
13849Manifying blib/man3/Template::Manual::Variables.3pm
13850Manifying blib/man3/Template::Tools::tpage.3pm
13851Manifying blib/man3/Template::Parser.3pm
13852Manifying blib/man3/Template::Plugins.3pm
13853Manifying blib/man3/Template::Manual::Syntax.3pm
13854Manifying blib/man3/Template::Grammar.3pm
13855Manifying blib/man3/Template::Tutorial.3pm
13856Manifying blib/man3/Template::Plugin.3pm
13857Manifying blib/man3/Template::Config.3pm
13858Manifying blib/man3/Template::FAQ.3pm
13859Manifying blib/man3/Template::Tools.3pm
13860Manifying blib/man3/Template::Plugin::CGI.3pm
13861Manifying blib/man3/Template::Manual::Filters.3pm
13862Manifying blib/man3/Template::Document.3pm
13863Manifying blib/man3/Template::Plugin::URL.3pm
13864Manifying blib/man3/Template::Exception.3pm
13865Manifying blib/man3/Template::Tutorial::Datafile.3pm
13866 ABW/Template-Toolkit-2.26.tar.gz
13867 /usr/bin/make -- OK
13868Skipping test because of notest pragma
13869Running make install
13870make[1]: Entering directory `/root/.cpan/build/Template-Toolkit-2.26-2EvojW/xs'
13871make[1]: Leaving directory `/root/.cpan/build/Template-Toolkit-2.26-2EvojW/xs'
13872Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
13873Installing /usr/local/lib64/perl5/auto/Template/Stash/XS/XS.so
13874Installing /usr/local/lib64/perl5/auto/Template/Stash/XS/XS.bs
13875Installing /usr/local/lib64/perl5/Template.pm
13876Installing /usr/local/lib64/perl5/Template/View.pm
13877Installing /usr/local/lib64/perl5/Template/Base.pm
13878Installing /usr/local/lib64/perl5/Template/Stash.pm
13879Installing /usr/local/lib64/perl5/Template/FAQ.pod
13880Installing /usr/local/lib64/perl5/Template/Tutorial.pod
13881Installing /usr/local/lib64/perl5/Template/Modules.pod
13882Installing /usr/local/lib64/perl5/Template/Plugins.pm
13883Installing /usr/local/lib64/perl5/Template/Directive.pm
13884Installing /usr/local/lib64/perl5/Template/Toolkit.pod
13885Installing /usr/local/lib64/perl5/Template/Plugin.pm
13886Installing /usr/local/lib64/perl5/Template/Document.pm
13887Installing /usr/local/lib64/perl5/Template/Exception.pm
13888Installing /usr/local/lib64/perl5/Template/Parser.pm
13889Installing /usr/local/lib64/perl5/Template/Context.pm
13890Installing /usr/local/lib64/perl5/Template/Grammar.pm
13891Installing /usr/local/lib64/perl5/Template/Manual.pod
13892Installing /usr/local/lib64/perl5/Template/Config.pm
13893Installing /usr/local/lib64/perl5/Template/Tools.pod
13894Installing /usr/local/lib64/perl5/Template/Constants.pm
13895Installing /usr/local/lib64/perl5/Template/Provider.pm
13896Installing /usr/local/lib64/perl5/Template/Service.pm
13897Installing /usr/local/lib64/perl5/Template/Filters.pm
13898Installing /usr/local/lib64/perl5/Template/VMethods.pm
13899Installing /usr/local/lib64/perl5/Template/Test.pm
13900Installing /usr/local/lib64/perl5/Template/Iterator.pm
13901Installing /usr/local/lib64/perl5/Template/Namespace/Constants.pm
13902Installing /usr/local/lib64/perl5/Template/Stash/Context.pm
13903Installing /usr/local/lib64/perl5/Template/Stash/XS.pm
13904Installing /usr/local/lib64/perl5/Template/Tools/tpage.pod
13905Installing /usr/local/lib64/perl5/Template/Tools/ttree.pod
13906Installing /usr/local/lib64/perl5/Template/Tutorial/Web.pod
13907Installing /usr/local/lib64/perl5/Template/Tutorial/Datafile.pod
13908Installing /usr/local/lib64/perl5/Template/Manual/Filters.pod
13909Installing /usr/local/lib64/perl5/Template/Manual/Credits.pod
13910Installing /usr/local/lib64/perl5/Template/Manual/Syntax.pod
13911Installing /usr/local/lib64/perl5/Template/Manual/VMethods.pod
13912Installing /usr/local/lib64/perl5/Template/Manual/Variables.pod
13913Installing /usr/local/lib64/perl5/Template/Manual/Config.pod
13914Installing /usr/local/lib64/perl5/Template/Manual/Intro.pod
13915Installing /usr/local/lib64/perl5/Template/Manual/Directives.pod
13916Installing /usr/local/lib64/perl5/Template/Manual/Views.pod
13917Installing /usr/local/lib64/perl5/Template/Manual/Plugins.pod
13918Installing /usr/local/lib64/perl5/Template/Manual/Internals.pod
13919Installing /usr/local/lib64/perl5/Template/Plugin/URL.pm
13920Installing /usr/local/lib64/perl5/Template/Plugin/View.pm
13921Installing /usr/local/lib64/perl5/Template/Plugin/Wrap.pm
13922Installing /usr/local/lib64/perl5/Template/Plugin/Procedural.pm
13923Installing /usr/local/lib64/perl5/Template/Plugin/Format.pm
13924Installing /usr/local/lib64/perl5/Template/Plugin/Directory.pm
13925Installing /usr/local/lib64/perl5/Template/Plugin/Image.pm
13926Installing /usr/local/lib64/perl5/Template/Plugin/Filter.pm
13927Installing /usr/local/lib64/perl5/Template/Plugin/Dumper.pm
13928Installing /usr/local/lib64/perl5/Template/Plugin/Table.pm
13929Installing /usr/local/lib64/perl5/Template/Plugin/CGI.pm
13930Installing /usr/local/lib64/perl5/Template/Plugin/Math.pm
13931Installing /usr/local/lib64/perl5/Template/Plugin/Assert.pm
13932Installing /usr/local/lib64/perl5/Template/Plugin/Scalar.pm
13933Installing /usr/local/lib64/perl5/Template/Plugin/Pod.pm
13934Installing /usr/local/lib64/perl5/Template/Plugin/Date.pm
13935Installing /usr/local/lib64/perl5/Template/Plugin/HTML.pm
13936Installing /usr/local/lib64/perl5/Template/Plugin/Datafile.pm
13937Installing /usr/local/lib64/perl5/Template/Plugin/String.pm
13938Installing /usr/local/lib64/perl5/Template/Plugin/File.pm
13939Installing /usr/local/lib64/perl5/Template/Plugin/Iterator.pm
13940Installing /usr/local/share/man/man1/tpage.1
13941Installing /usr/local/share/man/man1/ttree.1
13942Installing /usr/local/share/man/man3/Template::Test.3pm
13943Installing /usr/local/share/man/man3/Template::Plugin::Math.3pm
13944Installing /usr/local/share/man/man3/Template::Manual::Internals.3pm
13945Installing /usr/local/share/man/man3/Template::Provider.3pm
13946Installing /usr/local/share/man/man3/Template::Plugin::Scalar.3pm
13947Installing /usr/local/share/man/man3/Template::Manual::Plugins.3pm
13948Installing /usr/local/share/man/man3/Template::Tutorial::Datafile.3pm
13949Installing /usr/local/share/man/man3/Template::Document.3pm
13950Installing /usr/local/share/man/man3/Template::Tutorial::Web.3pm
13951Installing /usr/local/share/man/man3/Template::Plugin::Assert.3pm
13952Installing /usr/local/share/man/man3/Template::Manual::Views.3pm
13953Installing /usr/local/share/man/man3/Template::Namespace::Constants.3pm
13954Installing /usr/local/share/man/man3/Template::Plugin::File.3pm
13955Installing /usr/local/share/man/man3/Template::Plugin::URL.3pm
13956Installing /usr/local/share/man/man3/Template::Tools::tpage.3pm
13957Installing /usr/local/share/man/man3/Template::Manual::Intro.3pm
13958Installing /usr/local/share/man/man3/Template::Config.3pm
13959Installing /usr/local/share/man/man3/Template::Plugin::Table.3pm
13960Installing /usr/local/share/man/man3/Template::Manual::Variables.3pm
13961Installing /usr/local/share/man/man3/Template::Manual::Directives.3pm
13962Installing /usr/local/share/man/man3/Template::Stash::Context.3pm
13963Installing /usr/local/share/man/man3/Template::Plugin::Date.3pm
13964Installing /usr/local/share/man/man3/Template::Plugin::Filter.3pm
13965Installing /usr/local/share/man/man3/Template::Plugin::HTML.3pm
13966Installing /usr/local/share/man/man3/Template::Plugin::View.3pm
13967Installing /usr/local/share/man/man3/Template::Service.3pm
13968Installing /usr/local/share/man/man3/Template::Tutorial.3pm
13969Installing /usr/local/share/man/man3/Template::Filters.3pm
13970Installing /usr/local/share/man/man3/Template::Manual::Config.3pm
13971Installing /usr/local/share/man/man3/Template::Tools.3pm
13972Installing /usr/local/share/man/man3/Template.3pm
13973Installing /usr/local/share/man/man3/Template::Manual::VMethods.3pm
13974Installing /usr/local/share/man/man3/Template::Tools::ttree.3pm
13975Installing /usr/local/share/man/man3/Template::Manual.3pm
13976Installing /usr/local/share/man/man3/Template::Plugin::Directory.3pm
13977Installing /usr/local/share/man/man3/Template::Directive.3pm
13978Installing /usr/local/share/man/man3/Template::Plugin::Wrap.3pm
13979Installing /usr/local/share/man/man3/Template::Manual::Filters.3pm
13980Installing /usr/local/share/man/man3/Template::Plugin::Procedural.3pm
13981Installing /usr/local/share/man/man3/Template::Plugin::Datafile.3pm
13982Installing /usr/local/share/man/man3/Template::Exception.3pm
13983Installing /usr/local/share/man/man3/Template::Constants.3pm
13984Installing /usr/local/share/man/man3/Template::Plugin::Image.3pm
13985Installing /usr/local/share/man/man3/Template::Plugin::Pod.3pm
13986Installing /usr/local/share/man/man3/Template::Iterator.3pm
13987Installing /usr/local/share/man/man3/Template::Base.3pm
13988Installing /usr/local/share/man/man3/Template::Stash.3pm
13989Installing /usr/local/share/man/man3/Template::Modules.3pm
13990Installing /usr/local/share/man/man3/Template::Parser.3pm
13991Installing /usr/local/share/man/man3/Template::Plugin::Format.3pm
13992Installing /usr/local/share/man/man3/Template::Plugin::Iterator.3pm
13993Installing /usr/local/share/man/man3/Template::Plugin::String.3pm
13994Installing /usr/local/share/man/man3/Template::Grammar.3pm
13995Installing /usr/local/share/man/man3/Template::Plugins.3pm
13996Installing /usr/local/share/man/man3/Template::Context.3pm
13997Installing /usr/local/share/man/man3/Template::VMethods.3pm
13998Installing /usr/local/share/man/man3/Template::Stash::XS.3pm
13999Installing /usr/local/share/man/man3/Template::Manual::Syntax.3pm
14000Installing /usr/local/share/man/man3/Template::Toolkit.3pm
14001Installing /usr/local/share/man/man3/Template::Plugin.3pm
14002Installing /usr/local/share/man/man3/Template::View.3pm
14003Installing /usr/local/share/man/man3/Template::FAQ.3pm
14004Installing /usr/local/share/man/man3/Template::Plugin::Dumper.3pm
14005Installing /usr/local/share/man/man3/Template::Plugin::CGI.3pm
14006Installing /usr/local/share/man/man3/Template::Manual::Credits.3pm
14007Installing /usr/local/bin/ttree
14008Installing /usr/local/bin/tpage
14009Appending installation info to /usr/lib64/perl5/perllocal.pod
14010 ABW/Template-Toolkit-2.26.tar.gz
14011 /usr/bin/make install -- OK
14012Failed during this command:
14013 TODDR/XML-Parser-2.44.tar.gz : make NO
14014
14015cpan[2]> Lockfile removed.
14016 ---> b39d6d5b3425
14017Removing intermediate container 15c573041d4a
14018Step 9 : RUN ( echo "notest install CPAN" ) | perl -MCPAN -e shell
14019 ---> Running in 5319d0280679
14020
14021cpan shell -- CPAN exploration and modules installation (v1.9800)
14022Enter 'h' for help.
14023
14024cpan[1]> Reading '/root/.cpan/Metadata'
14025 Database was generated on Tue, 29 Dec 2015 16:41:02 GMT
14026Running install for module 'CPAN'
14027Running make for A/AN/ANDK/CPAN-2.10.tar.gz
14028Fetching with LWP:
14029http://cpan.dcc.uchile.cl/authors/id/A/AN/ANDK/CPAN-2.10.tar.gz
14030Fetching with LWP:
14031http://cpan.dcc.uchile.cl/authors/id/A/AN/ANDK/CHECKSUMS
14032Checksum for /root/.cpan/sources/authors/id/A/AN/ANDK/CPAN-2.10.tar.gz ok
14033Scanning cache /root/.cpan/build for sizes
14034......................................................----------------------DONE
14035DEL(1/45): /root/.cpan/build/ExtUtils-MakeMaker-7.10-NjnrDs
14036DEL(2/45): /root/.cpan/build/local-lib-2.000018-NouOth
14037DEL(3/45): /root/.cpan/build/Canary-Stability-2006-F4zjG5
14038DEL(4/45): /root/.cpan/build/AnyEvent-7.11-2NR_R9
14039DEL(5/45): /root/.cpan/build/Test-Simple-1.001014-lRu0Ek
14040DEL(6/45): /root/.cpan/build/Object-Event-1.23-VN853z
14041DEL(7/45): /root/.cpan/build/AnyEvent-HTTPD-0.93-ohWEF6
14042DEL(8/45): /root/.cpan/build/CPAN-Meta-YAML-0.018-0JoFVF
14043DEL(9/45): /root/.cpan/build/CPAN-Meta-2.150005-Hl0Ytk
14044DEL(10/45): /root/.cpan/build/Parse-CPAN-Meta-1.4417-5HfMTr
14045DEL(11/45): /root/.cpan/build/Module-Build-0.4214-qi5S8w
14046DEL(12/45): /root/.cpan/build/Test-Requires-0.10-57ksnI
14047DEL(13/45): /root/.cpan/build/Capture-Tiny-0.30-bWwBM8
14048DEL(14/45): /root/.cpan/build/Cwd-Guard-0.04-EsULUN
14049DEL(15/45): /root/.cpan/build/Devel-CheckCompiler-0.06-N51Oc1
14050DEL(16/45): /root/.cpan/build/Module-Build-XSUtil-0.16-j2raoO
14051DEL(17/45): /root/.cpan/build/File-Copy-Recursive-0.38-BF1kZ1
14052DEL(18/45): /root/.cpan/build/ExtUtils-ParseXS-3.30-Nzr0y6
14053DEL(19/45): /root/.cpan/build/Devel-PPPort-3.32-kfxlbY
14054DEL(20/45): /root/.cpan/build/Test-LeakTrace-0.15-9gXxLD
14055DEL(21/45): /root/.cpan/build/Test-Fatal-0.014-w24AnB
14056DEL(22/45): /root/.cpan/build/Sub-Exporter-0.987-z69UIS
14057DEL(23/45): /root/.cpan/build/Test-Output-1.03-dpkOsd
14058DEL(24/45): /root/.cpan/build/Sub-Uplevel-0.25-H4olf3
14059DEL(25/45): /root/.cpan/build/Test-Exception-0.41-wtjcoC
14060DEL(26/45): /root/.cpan/build/Mouse-v2.4.5-kGcXO2
14061DEL(27/45): /root/.cpan/build/AnyEvent-IMAP-0.04-fTTWNi
14062DEL(28/45): /root/.cpan/build/Carp-1.38-TgXkfR
14063DEL(29/45): /root/.cpan/build/File-Slurp-9999.19-YM0x3L
14064DEL(30/45): /root/.cpan/build/Algorithm-Diff-1.1903-DRBxbP
14065DEL(31/45): /root/.cpan/build/Text-Diff-1.43-Om5H7Z
14066DEL(32/45): /root/.cpan/build/Test-Differences-0.64-vWNGCt
14067DEL(33/45): /root/.cpan/build/Test-Name-FromLine-0.13-PooTpu
14068DEL(34/45): /root/.cpan/build/Test-Time-0.04-cMBr4B
14069DEL(35/45): /root/.cpan/build/Cookie-Baker-0.06-b1LDuF
14070DEL(36/45): /root/.cpan/build/DBI-1.634-4909g1
14071DEL(37/45): /root/.cpan/build/Data-Dumper-2.154-YkUc9S
14072DEL(38/45): /root/.cpan/build/asa-1.03-4ZVP2L
14073DEL(39/45): /root/.cpan/build/Data-UUID-LibUUID-0.05-6S5d09
14074DEL(40/45): /root/.cpan/build/Module-Metadata-1.000027-D9EO4F
14075DEL(41/45): /root/.cpan/build/Test-Deep-1.120-Hkym_m
14076DEL(42/45): /root/.cpan/build/Env-1.04-L4wNrH
14077DEL(43/45): /root/.cpan/build/CPAN-Meta-Check-0.012-9sASZK
14078DEL(44/45): /root/.cpan/build/Test-Warnings-0.024-50BId3
14079DEL(45/45): /root/.cpan/build/Scalar-List-Utils-1.42-v4eYoJ
14080
14081 CPAN.pm: Building A/AN/ANDK/CPAN-2.10.tar.gz
14082
14083
14084Importing PAUSE public key into your GnuPG keychain... gpg: new configuration file `/root/.gnupg/gpg.conf' created
14085gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
14086done!
14087(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')
14088Checking if your kit is complete...
14089Looks good
14090Writing Makefile for CPAN
14091Writing MYMETA.yml and MYMETA.json
14092cp lib/CPAN.pm blib/lib/CPAN.pm
14093cp lib/CPAN/CacheMgr.pm blib/lib/CPAN/CacheMgr.pm
14094cp lib/CPAN/FTP/netrc.pm blib/lib/CPAN/FTP/netrc.pm
14095cp lib/CPAN/LWP/UserAgent.pm blib/lib/CPAN/LWP/UserAgent.pm
14096cp lib/CPAN/FTP.pm blib/lib/CPAN/FTP.pm
14097cp lib/CPAN/Queue.pm blib/lib/CPAN/Queue.pm
14098cp lib/CPAN/Distroprefs.pm blib/lib/CPAN/Distroprefs.pm
14099cp lib/CPAN/Kwalify/distroprefs.yml blib/lib/CPAN/Kwalify/distroprefs.yml
14100cp lib/App/Cpan.pm blib/lib/App/Cpan.pm
14101cp lib/CPAN/Kwalify.pm blib/lib/CPAN/Kwalify.pm
14102cp lib/CPAN/Module.pm blib/lib/CPAN/Module.pm
14103cp lib/CPAN/Author.pm blib/lib/CPAN/Author.pm
14104cp lib/CPAN/Debug.pm blib/lib/CPAN/Debug.pm
14105cp lib/CPAN/HTTP/Credentials.pm blib/lib/CPAN/HTTP/Credentials.pm
14106cp lib/CPAN/API/HOWTO.pod blib/lib/CPAN/API/HOWTO.pod
14107cp lib/CPAN/Complete.pm blib/lib/CPAN/Complete.pm
14108cp lib/CPAN/HTTP/Client.pm blib/lib/CPAN/HTTP/Client.pm
14109cp lib/CPAN/FirstTime.pm blib/lib/CPAN/FirstTime.pm
14110cp lib/CPAN/Distrostatus.pm blib/lib/CPAN/Distrostatus.pm
14111cp lib/CPAN/Exception/blocked_urllist.pm blib/lib/CPAN/Exception/blocked_urllist.pm
14112cp lib/CPAN/Tarzip.pm blib/lib/CPAN/Tarzip.pm
14113cp lib/CPAN/Admin.pm blib/lib/CPAN/Admin.pm
14114cp lib/CPAN/Prompt.pm blib/lib/CPAN/Prompt.pm
14115cp lib/CPAN/URL.pm blib/lib/CPAN/URL.pm
14116cp lib/CPAN/Version.pm blib/lib/CPAN/Version.pm
14117cp lib/CPAN/DeferredCode.pm blib/lib/CPAN/DeferredCode.pm
14118cp lib/CPAN/Distribution.pm blib/lib/CPAN/Distribution.pm
14119cp lib/CPAN/Nox.pm blib/lib/CPAN/Nox.pm
14120cp lib/CPAN/Bundle.pm blib/lib/CPAN/Bundle.pm
14121cp lib/CPAN/Exception/RecursiveDependency.pm blib/lib/CPAN/Exception/RecursiveDependency.pm
14122cp lib/CPAN/Plugin/Specfile.pm blib/lib/CPAN/Plugin/Specfile.pm
14123cp lib/CPAN/Shell.pm blib/lib/CPAN/Shell.pm
14124cp lib/CPAN/HandleConfig.pm blib/lib/CPAN/HandleConfig.pm
14125cp lib/CPAN/InfoObj.pm blib/lib/CPAN/InfoObj.pm
14126cp lib/CPAN/Exception/yaml_process_error.pm blib/lib/CPAN/Exception/yaml_process_error.pm
14127cp lib/CPAN/Plugin.pm blib/lib/CPAN/Plugin.pm
14128cp lib/CPAN/Exception/yaml_not_installed.pm blib/lib/CPAN/Exception/yaml_not_installed.pm
14129cp lib/CPAN/Index.pm blib/lib/CPAN/Index.pm
14130cp lib/CPAN/Kwalify/distroprefs.dd blib/lib/CPAN/Kwalify/distroprefs.dd
14131cp lib/CPAN/Mirrors.pm blib/lib/CPAN/Mirrors.pm
14132cp scripts/cpan-mirrors blib/script/cpan-mirrors
14133/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan-mirrors
14134cp scripts/cpan blib/script/cpan
14135/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan
14136Manifying blib/man1/cpan-mirrors.1
14137Manifying blib/man1/cpan.1
14138Manifying blib/man3/CPAN.3pm
14139Manifying blib/man3/CPAN::Tarzip.3pm
14140Manifying blib/man3/CPAN::Admin.3pm
14141Manifying blib/man3/CPAN::Queue.3pm
14142Manifying blib/man3/CPAN::Distroprefs.3pm
14143Manifying blib/man3/CPAN::Version.3pm
14144Manifying blib/man3/App::Cpan.3pm
14145Manifying blib/man3/CPAN::Kwalify.3pm
14146Manifying blib/man3/CPAN::Nox.3pm
14147Manifying blib/man3/CPAN::Plugin::Specfile.3pm
14148Manifying blib/man3/CPAN::Debug.3pm
14149Manifying blib/man3/CPAN::HandleConfig.3pm
14150Manifying blib/man3/CPAN::Plugin.3pm
14151Manifying blib/man3/CPAN::API::HOWTO.3pm
14152Manifying blib/man3/CPAN::Mirrors.3pm
14153Manifying blib/man3/CPAN::FirstTime.3pm
14154 ANDK/CPAN-2.10.tar.gz
14155 /usr/bin/make -- OK
14156'YAML' not installed, will not store persistent state
14157Skipping test because of notest pragma
14158Running make install
14159Installing /usr/share/perl5/CPAN.pm
14160Installing /usr/share/perl5/App/Cpan.pm
14161Installing /usr/share/perl5/CPAN/Version.pm
14162Installing /usr/share/perl5/CPAN/Tarzip.pm
14163Installing /usr/share/perl5/CPAN/HandleConfig.pm
14164Installing /usr/share/perl5/CPAN/FTP.pm
14165Installing /usr/share/perl5/CPAN/Module.pm
14166Installing /usr/share/perl5/CPAN/Admin.pm
14167Installing /usr/share/perl5/CPAN/Distribution.pm
14168Installing /usr/share/perl5/CPAN/Mirrors.pm
14169Installing /usr/share/perl5/CPAN/Plugin.pm
14170Installing /usr/share/perl5/CPAN/Index.pm
14171Installing /usr/share/perl5/CPAN/Complete.pm
14172Installing /usr/share/perl5/CPAN/Bundle.pm
14173Installing /usr/share/perl5/CPAN/Nox.pm
14174Installing /usr/share/perl5/CPAN/Distroprefs.pm
14175Installing /usr/share/perl5/CPAN/Shell.pm
14176Installing /usr/share/perl5/CPAN/CacheMgr.pm
14177Installing /usr/share/perl5/CPAN/Queue.pm
14178Installing /usr/share/perl5/CPAN/Author.pm
14179Installing /usr/share/perl5/CPAN/FirstTime.pm
14180Installing /usr/share/perl5/CPAN/LWP/UserAgent.pm
14181Installing /usr/share/perl5/CPAN/Plugin/Specfile.pm
14182Installing /usr/share/perl5/CPAN/HTTP/Client.pm
14183Installing /usr/share/perl5/CPAN/HTTP/Credentials.pm
14184Installing /usr/share/man/man1/cpan-mirrors.1
14185Installing /usr/share/man/man1/cpan.1
14186Installing /usr/share/man/man3/CPAN::Queue.3pm
14187Installing /usr/share/man/man3/CPAN::HandleConfig.3pm
14188Installing /usr/share/man/man3/CPAN::Admin.3pm
14189Installing /usr/share/man/man3/CPAN::Nox.3pm
14190Installing /usr/share/man/man3/CPAN::Kwalify.3pm
14191Installing /usr/share/man/man3/CPAN.3pm
14192Installing /usr/share/man/man3/CPAN::Plugin::Specfile.3pm
14193Installing /usr/share/man/man3/CPAN::FirstTime.3pm
14194Installing /usr/share/man/man3/CPAN::Plugin.3pm
14195Installing /usr/share/man/man3/CPAN::Debug.3pm
14196Installing /usr/share/man/man3/CPAN::Tarzip.3pm
14197Installing /usr/share/man/man3/CPAN::Version.3pm
14198Installing /usr/share/man/man3/CPAN::Mirrors.3pm
14199Installing /usr/share/man/man3/CPAN::API::HOWTO.3pm
14200Installing /usr/share/man/man3/App::Cpan.3pm
14201Installing /usr/share/man/man3/CPAN::Distroprefs.3pm
14202Installing /usr/bin/cpan
14203Installing /usr/bin/cpan-mirrors
14204Appending installation info to /usr/lib64/perl5/perllocal.pod
14205 ANDK/CPAN-2.10.tar.gz
14206 /usr/bin/make install -- OK
14207
14208cpan[2]> Lockfile removed.
14209 ---> 7fa07a4efb53
14210Removing intermediate container 5319d0280679
14211Step 10 : RUN ( echo "notest install List::Pairwise" ) | perl -MCPAN -e shell
14212 ---> Running in ee1f9b31ecbd
14213
14214cpan shell -- CPAN exploration and modules installation (v2.10)
14215Enter 'h' for help.
14216
14217cpan[1]> Reading '/root/.cpan/Metadata'
14218 Database was generated on Tue, 29 Dec 2015 16:41:02 GMT
14219List::Pairwise is up to date (1.03).
14220
14221cpan[2]> Lockfile removed.
14222 ---> 5f12781269ed
14223Removing intermediate container ee1f9b31ecbd
14224Step 11 : WORKDIR /srv/
14225 ---> Running in 9ea9189ace7f
14226 ---> e781523352ad
14227Removing intermediate container 9ea9189ace7f
14228Step 12 : RUN git clone https://github.com/CindyLinz/Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git
14229 ---> Running in d70a746dc4ac
14230Cloning into 'Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git'...
14231 ---> 0f90efe41de0
14232Removing intermediate container d70a746dc4ac
14233Step 13 : WORKDIR /srv/Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git
14234 ---> Running in c62c73f5a00d
14235 ---> f932effa4e33
14236Removing intermediate container c62c73f5a00d
14237Step 14 : RUN perl Makefile.PL && make && make install
14238 ---> Running in 15527baae60e
14239Checking if your kit is complete...
14240Looks good
14241WARNING: Setting ABSTRACT via file 'lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm' failed
14242 at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 631.
14243Writing Makefile for AnyEvent::HTTPD::SendMultiHeaderPatch
14244Writing MYMETA.yml and MYMETA.json
14245cp lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm blib/lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm
14246Manifying blib/man3/AnyEvent::HTTPD::SendMultiHeaderPatch.3pm
14247Installing /usr/local/share/perl5/AnyEvent/HTTPD/SendMultiHeaderPatch.pm
14248Installing /usr/local/share/man/man3/AnyEvent::HTTPD::SendMultiHeaderPatch.3pm
14249Appending installation info to /usr/lib64/perl5/perllocal.pod
14250 ---> fea59e0d3545
14251Removing intermediate container 15527baae60e
14252Step 15 : WORKDIR /srv/
14253 ---> Running in 772c19af43df
14254 ---> 43babe83a5ba
14255Removing intermediate container 772c19af43df
14256Step 16 : RUN git clone https://github.com/fastmail/Net-CardDAVTalk.git Net-CardDAVTalk.git
14257 ---> Running in 55668c76b65a
14258Cloning into 'Net-CardDAVTalk.git'...
14259 ---> 2c068f238c59
14260Removing intermediate container 55668c76b65a
14261Step 17 : WORKDIR /srv/Net-CardDAVTalk.git
14262 ---> Running in 4ff16ac49530
14263 ---> 49aec6062aed
14264Removing intermediate container 4ff16ac49530
14265Step 18 : RUN perl Makefile.PL && make && make install
14266 ---> Running in ef076f5809b2
14267Checking if your kit is complete...
14268Looks good
14269Writing Makefile for Net::CardDAVTalk
14270Writing MYMETA.yml and MYMETA.json
14271cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
14272cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
14273Manifying blib/man3/Net::CardDAVTalk.3pm
14274Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
14275Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
14276Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
14277Appending installation info to /usr/lib64/perl5/perllocal.pod
14278 ---> c445cb3a6855
14279Removing intermediate container ef076f5809b2
14280Step 19 : WORKDIR /srv/jmap-perl.git
14281 ---> Running in 910c141c91eb
14282 ---> 12cf2c652ce4
14283Removing intermediate container 910c141c91eb
14284Step 20 : RUN echo notest install $(grep -r "^use " bin/ Email/ JMAP/ Mail/ AnyEvent/ | awk '{print $2}' | sed -re 's/;$//g' | sort -u | grep -vE "(base|constant|lib|strict|warnings)") | perl -MCPAN -e shell || :
14285 ---> Running in e8cd09636973
14286
14287cpan shell -- CPAN exploration and modules installation (v2.10)
14288Enter 'h' for help.
14289
14290cpan[1]> Reading '/root/.cpan/Metadata'
14291 Database was generated on Tue, 29 Dec 2015 16:41:02 GMT
14292Warning: Cannot install AnyEvent::Gmail, don't know what it is.
14293Try the command
14294
14295 i /AnyEvent::Gmail/
14296
14297to find objects with matching identifiers.
14298Warning: Cannot install Email::Sender::Transport::GmailSMTP, don't know what it is.
14299Try the command
14300
14301 i /Email::Sender::Transport::GmailSMTP/
14302
14303to find objects with matching identifiers.
14304Warning: Cannot install JMAP::API, don't know what it is.
14305Try the command
14306
14307 i /JMAP::API/
14308
14309to find objects with matching identifiers.
14310Warning: Cannot install JMAP::DB, don't know what it is.
14311Try the command
14312
14313 i /JMAP::DB/
14314
14315to find objects with matching identifiers.
14316Warning: Cannot install JMAP::GmailDB, don't know what it is.
14317Try the command
14318
14319 i /JMAP::GmailDB/
14320
14321to find objects with matching identifiers.
14322Warning: Cannot install JMAP::ImapDB, don't know what it is.
14323Try the command
14324
14325 i /JMAP::ImapDB/
14326
14327to find objects with matching identifiers.
14328Warning: Cannot install JMAP::Sync::Gmail, don't know what it is.
14329Try the command
14330
14331 i /JMAP::Sync::Gmail/
14332
14333to find objects with matching identifiers.
14334Warning: Cannot install JMAP::Sync::Standard, don't know what it is.
14335Try the command
14336
14337 i /JMAP::Sync::Standard/
14338
14339to find objects with matching identifiers.
14340Warning: Cannot install Mail::GmailTalk, don't know what it is.
14341Try the command
14342
14343 i /Mail::GmailTalk/
14344
14345to find objects with matching identifiers.
14346Warning: Cannot install OAuth2::Tiny, don't know what it is.
14347Try the command
14348
14349 i /OAuth2::Tiny/
14350
14351to find objects with matching identifiers.
14352AnyEvent is up to date (7.11).
14353AnyEvent::HTTP is up to date (2.22).
14354AnyEvent::HTTPD is up to date (0.93).
14355AnyEvent::Handle is up to date (undef).
14356AnyEvent::IMAP is up to date (0.04).
14357AnyEvent::Socket is up to date (undef).
14358AnyEvent::Util is up to date (undef).
14359Carp is up to date (1.38).
14360Cookie::Baker is up to date (0.06).
14361DBI is up to date (1.634).
14362Running install for module 'Data::Dumper'
14363Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz ok
14364Scanning cache /root/.cpan/build for sizes
14365............................................................................DONE
14366'YAML' not installed, will not store persistent state
14367Configuring S/SM/SMUELLER/Data-Dumper-2.154.tar.gz with Makefile.PL
14368Checking if your kit is complete...
14369Looks good
14370Writing Makefile for Data::Dumper
14371Writing MYMETA.yml and MYMETA.json
14372 SMUELLER/Data-Dumper-2.154.tar.gz
14373 /usr/bin/perl Makefile.PL -- OK
14374Running make for S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
14375cp Dumper.pm blib/lib/Data/Dumper.pm
14376/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
14377gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"2.154\" -DXS_VERSION=\"2.154\" -fPIC "-I/usr/lib64/perl5/CORE" -DUSE_PPPORT_H Dumper.c
14378Running Mkbootstrap for Data::Dumper ()
14379chmod 644 Dumper.bs
14380rm -f blib/arch/auto/Data/Dumper/Dumper.so
14381gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro Dumper.o -o blib/arch/auto/Data/Dumper/Dumper.so \
14382 \
14383
14384chmod 755 blib/arch/auto/Data/Dumper/Dumper.so
14385cp Dumper.bs blib/arch/auto/Data/Dumper/Dumper.bs
14386chmod 644 blib/arch/auto/Data/Dumper/Dumper.bs
14387 SMUELLER/Data-Dumper-2.154.tar.gz
14388 /usr/bin/make -- OK
14389 SMUELLER/Data-Dumper-2.154.tar.gz
14390 Skipping test because of notest pragma
14391Running make install
14392Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
14393Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.so
14394Appending installation info to /usr/lib64/perl5/perllocal.pod
14395 SMUELLER/Data-Dumper-2.154.tar.gz
14396 /usr/bin/make install -- OK
14397Data::UUID::LibUUID is up to date (0.05).
14398Date::Format is up to date (2.24).
14399Date::Parse is up to date (2.30).
14400DateTime is up to date (1.21).
14401Digest::SHA is up to date (5.95).
14402EV is up to date (4.22).
14403Email::Address is up to date (1.908).
14404Email::MIME is up to date (1.936).
14405Email::Sender::Simple is up to date (1.300021).
14406Email::Sender::Transport::SMTPS is up to date (0.03).
14407Email::Simple is up to date (2.208).
14408Encode is up to date (2.78).
14409Encode::MIME::Header is up to date (2.17).
14410HTML::GenerateUtil is up to date (1.20).
14411HTML::Strip is up to date (2.09).
14412HTTP::Tiny is up to date (0.056).
14413IO::All is up to date (0.86).
14414IO::LockedFile is up to date (0.23).
14415IO::Socket::SSL is up to date (2.022).
14416Image::Size is up to date (3.300).
14417JSON::XS is up to date (3.01).
14418MIME::Base64 is up to date (3.15).
14419Mail::IMAPTalk is up to date (4.01).
14420Moose is up to date (2.1604).
14421Mouse is up to date (v2.4.5).
14422Net::CalDAVTalk is up to date (0.03).
14423Running install for module 'Net::CardDAVTalk'
14424Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz ok
14425Configuring B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz with Makefile.PL
14426Checking if your kit is complete...
14427Looks good
14428Writing Makefile for Net::CardDAVTalk
14429Writing MYMETA.yml and MYMETA.json
14430 BRONG/Net-CardDAVTalk-0.02.tar.gz
14431 /usr/bin/perl Makefile.PL -- OK
14432Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
14433cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
14434cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
14435Manifying blib/man3/Net::CardDAVTalk.3pm
14436Manifying blib/man3/Net::CardDAVTalk::VCard.3pm
14437 BRONG/Net-CardDAVTalk-0.02.tar.gz
14438 /usr/bin/make -- OK
14439 BRONG/Net-CardDAVTalk-0.02.tar.gz
14440 Skipping test because of notest pragma
14441Running make install
14442Manifying blib/man3/Net::CardDAVTalk.3pm
14443Manifying blib/man3/Net::CardDAVTalk::VCard.3pm
14444Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
14445Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
14446Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
14447Appending installation info to /usr/lib64/perl5/perllocal.pod
14448 BRONG/Net-CardDAVTalk-0.02.tar.gz
14449 /usr/bin/make install -- OK
14450Net::CardDAVTalk::VCard is up to date (undef).
14451Net::Cmd is up to date (3.07).
14452Net::DNS is up to date (1.04).
14453Net::DNS::Resolver is up to date (1430).
14454Net::Server::Fork is up to date (undef).
14455Template is up to date (2.26).
14456
14457cpan[2]> Lockfile removed.
14458 ---> fcc1307fbcc0
14459Removing intermediate container e8cd09636973
14460Step 21 : ADD nginx.conf /etc/nginx/nginx.conf
14461 ---> 5f80108c3405
14462Removing intermediate container cf4eb14f482e
14463Step 22 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
14464== ./03-ldap-master ==
14465Sending build context to Docker daemon 5.12 kB
14466Sending build context to Docker daemon 5.12 kB
14467
14468Step 0 : FROM kolab/base-ldap:latest
14469 ---> 30f0b219f892
14470Step 1 : ADD /entrypoint.sh /entrypoint.sh
14471 ---> Using cache
14472 ---> ddf366c30dbf
14473Step 2 : RUN chmod a+x /entrypoint.sh
14474 ---> Using cache
14475 ---> 8b79ba3e8e89
14476Step 3 : CMD /usr/sbin/ns-slapd -D /data/etc/dirsrv/slapd-ldap -i /var/run/dirsrv/slapd-ldap.pid -w /var/run/dirsrv/slapd-ldap.startpid -d 0
14477 ---> Using cache
14478 ---> 3e90cbdea9e7
14479Successfully built 3e90cbdea9e7
14480== ./03-ldap-slave ==
14481Sending build context to Docker daemon 3.072 kB
14482Sending build context to Docker daemon 3.072 kB
14483
14484Step 0 : FROM kolab/base-ldap:latest
14485 ---> 30f0b219f892
14486Step 1 : ADD /entrypoint.sh /entrypoint.sh
14487 ---> Using cache
14488 ---> c07f02a59484
14489Step 2 : RUN chmod a+x /entrypoint.sh
14490 ---> Using cache
14491 ---> e593be5e550f
14492Successfully built e593be5e550f
14493== ./03-manticore ==
14494Sending build context to Docker daemon 4.608 kB
14495Sending build context to Docker daemon 4.608 kB
14496
14497Step 0 : FROM kolab/base-nodejs:latest
14498 ---> 2cb21f4fe69d
14499Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
14500 ---> Using cache
14501 ---> f1410c15fb82
14502Step 2 : RUN npm --verbose install -g grunt-cli phantomjs && rm -rf /root/.npm/
14503 ---> Running in b037d097145a
14504npm info it worked if it ends with ok
14505npm verb cli [ 'node',
14506npm verb cli '/usr/bin/npm',
14507npm verb cli '--verbose',
14508npm verb cli 'install',
14509npm verb cli '-g',
14510npm verb cli 'grunt-cli',
14511npm verb cli 'phantomjs' ]
14512npm info using npm@3.5.2
14513npm info using node@v0.12.8
14514npm verb request uri http://registry.npmjs.org/grunt-cli
14515npm verb request no auth needed
14516npm info attempt registry request try #1 at 19:30:08
14517npm verb request id e6fcaf1e71dca633
14518npm http request GET http://registry.npmjs.org/grunt-cli
14519npm verb request uri http://registry.npmjs.org/phantomjs
14520npm verb request no auth needed
14521npm info attempt registry request try #1 at 19:30:08
14522npm http request GET http://registry.npmjs.org/phantomjs
14523npm http 200 http://registry.npmjs.org/grunt-cli
14524npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14525npm verb headers etag: '"9FVAZTYZ7K5ZX5I7RQBQL2F6M"',
14526npm verb headers 'content-type': 'application/json',
14527npm verb headers 'cache-control': 'max-age=300',
14528npm verb headers 'content-length': '22027',
14529npm verb headers 'accept-ranges': 'bytes',
14530npm verb headers date: 'Tue, 29 Dec 2015 19:30:08 GMT',
14531npm verb headers age: '44',
14532npm verb headers 'x-served-by': 'cache-fra1236-FRA',
14533npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14534npm verb headers 'x-cache-hits': '1',
14535npm verb headers 'x-timer': 'S1451417408.851514,VS0,VE0',
14536npm verb headers vary: 'Accept',
14537npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
14538npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14539npm verb headers connection: 'keep-alive' }
14540npm verb get saving grunt-cli to /root/.npm/registry.npmjs.org/grunt-cli/.cache.json
14541npm verb makeDirectory /root/.npm creation not in flight; initializing
14542npm http 200 http://registry.npmjs.org/phantomjs
14543npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14544npm verb headers etag: '"EX518HY6F1GZWKXV9H8HDGX4Q"',
14545npm verb headers 'content-type': 'application/json',
14546npm verb headers 'cache-control': 'max-age=300',
14547npm verb headers 'content-length': '102292',
14548npm verb headers 'accept-ranges': 'bytes',
14549npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
14550npm verb headers age: '0',
14551npm verb headers 'x-served-by': 'cache-fra1237-FRA',
14552npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14553npm verb headers 'x-cache-hits': '1',
14554npm verb headers 'x-timer': 'S1451417408.849668,VS0,VE180',
14555npm verb headers vary: 'Accept',
14556npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
14557npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14558npm verb headers connection: 'keep-alive' }
14559npm verb get saving phantomjs to /root/.npm/registry.npmjs.org/phantomjs/.cache.json
14560npm verb cache add spec grunt-cli
14561npm verb cache add spec phantomjs
14562npm verb addNamed "latest" is being treated as a dist-tag for grunt-cli
14563npm info addNameTag [ 'grunt-cli', 'latest' ]
14564npm verb addNameTag registry:http://registry.npmjs.org/grunt-cli not in flight; fetching
14565npm verb addNamed "latest" is being treated as a dist-tag for phantomjs
14566npm info addNameTag [ 'phantomjs', 'latest' ]
14567npm verb addNameTag registry:http://registry.npmjs.org/phantomjs not in flight; fetching
14568npm verb get http://registry.npmjs.org/grunt-cli not expired, no request
14569npm verb addNamed "0.1.13" is a plain semver version for grunt-cli
14570npm verb get http://registry.npmjs.org/phantomjs not expired, no request
14571npm verb addNamed "1.9.19" is a plain semver version for phantomjs
14572npm verb addRemoteTarball http://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz not in flight; adding
14573npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz',
14574npm verb addRemoteTarball 'e9ebc4047631f5012d922770c39378133cad10f4' ]
14575npm verb addRemoteTarball http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz not in flight; adding
14576npm verb addRemoteTarball [ 'http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz',
14577npm verb addRemoteTarball 'a7f2cef5eba7343e1a729ce9922a95a6d0a11c07' ]
14578npm info retry fetch attempt 1 at 19:30:09
14579npm info attempt registry request try #1 at 19:30:09
14580npm http fetch GET http://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz
14581npm info retry fetch attempt 1 at 19:30:09
14582npm info attempt registry request try #1 at 19:30:09
14583npm http fetch GET http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz
14584npm http fetch 200 http://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz
14585npm http fetch 200 http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz
14586npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz not in flight; adding
14587npm verb addTmpTarball already have metadata; skipping unpack for grunt-cli@0.1.13
14588npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz not in flight; adding
14589npm verb addTmpTarball already have metadata; skipping unpack for phantomjs@1.9.19
14590npm verb afterAdd /root/.npm/grunt-cli/0.1.13/package/package.json not in flight; writing
14591npm verb afterAdd /root/.npm/grunt-cli/0.1.13/package/package.json written
14592npm verb afterAdd /root/.npm/phantomjs/1.9.19/package/package.json not in flight; writing
14593npm verb afterAdd /root/.npm/phantomjs/1.9.19/package/package.json written
14594npm verb request uri http://registry.npmjs.org/nopt
14595npm verb request no auth needed
14596npm info attempt registry request try #1 at 19:30:09
14597npm http request GET http://registry.npmjs.org/nopt
14598npm verb request uri http://registry.npmjs.org/findup-sync
14599npm verb request no auth needed
14600npm info attempt registry request try #1 at 19:30:09
14601npm http request GET http://registry.npmjs.org/findup-sync
14602npm verb request uri http://registry.npmjs.org/resolve
14603npm verb request no auth needed
14604npm info attempt registry request try #1 at 19:30:09
14605npm http request GET http://registry.npmjs.org/resolve
14606npm http 200 http://registry.npmjs.org/findup-sync
14607npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14608npm verb headers etag: '"B6BINNMDZYTJNG3G1M3XL3JKV"',
14609npm verb headers 'content-type': 'application/json',
14610npm verb headers 'cache-control': 'max-age=60',
14611npm verb headers 'content-length': '11289',
14612npm verb headers 'accept-ranges': 'bytes',
14613npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
14614npm verb headers age: '42',
14615npm verb headers 'x-served-by': 'cache-fra1236-FRA',
14616npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14617npm verb headers 'x-cache-hits': '1',
14618npm verb headers 'x-timer': 'S1451417409.304434,VS0,VE0',
14619npm verb headers vary: 'Accept',
14620npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
14621npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14622npm verb headers connection: 'keep-alive' }
14623npm verb get saving findup-sync to /root/.npm/registry.npmjs.org/findup-sync/.cache.json
14624npm verb cache add spec findup-sync@~0.1.0
14625npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for findup-sync
14626npm verb addNameRange registry:http://registry.npmjs.org/findup-sync not in flight; fetching
14627npm verb get http://registry.npmjs.org/findup-sync not expired, no request
14628npm verb addNamed "0.1.3" is a plain semver version for findup-sync
14629npm verb addRemoteTarball http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz not in flight; adding
14630npm verb addRemoteTarball [ 'http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
14631npm verb addRemoteTarball '7f3e7a97b82392c653bf06589bd85190e93c3683' ]
14632npm info retry fetch attempt 1 at 19:30:09
14633npm info attempt registry request try #1 at 19:30:09
14634npm http fetch GET http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
14635npm http 200 http://registry.npmjs.org/resolve
14636npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14637npm verb headers etag: '"BWVXMZUAQCU14H6XAB7M6UTXF"',
14638npm verb headers 'content-type': 'application/json',
14639npm verb headers 'cache-control': 'max-age=300',
14640npm verb headers 'content-length': '43196',
14641npm verb headers 'accept-ranges': 'bytes',
14642npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
14643npm verb headers age: '200',
14644npm verb headers 'x-served-by': 'cache-fra1230-FRA',
14645npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14646npm verb headers 'x-cache-hits': '5',
14647npm verb headers 'x-timer': 'S1451417409.329751,VS0,VE0',
14648npm verb headers vary: 'Accept',
14649npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
14650npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14651npm verb headers connection: 'keep-alive' }
14652npm verb get saving resolve to /root/.npm/registry.npmjs.org/resolve/.cache.json
14653npm http fetch 200 http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
14654npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz not in flight; adding
14655npm verb addTmpTarball already have metadata; skipping unpack for findup-sync@0.1.3
14656npm verb cache add spec resolve@~0.3.1
14657npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for resolve
14658npm verb addNameRange registry:http://registry.npmjs.org/resolve not in flight; fetching
14659npm verb get http://registry.npmjs.org/resolve not expired, no request
14660npm verb addNamed "0.3.1" is a plain semver version for resolve
14661npm verb addRemoteTarball http://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz not in flight; adding
14662npm verb addRemoteTarball [ 'http://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz',
14663npm verb addRemoteTarball '34c63447c664c70598d1c9b126fc43b2a24310a4' ]
14664npm verb afterAdd /root/.npm/findup-sync/0.1.3/package/package.json not in flight; writing
14665npm info retry fetch attempt 1 at 19:30:09
14666npm info attempt registry request try #1 at 19:30:09
14667npm http fetch GET http://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz
14668npm verb afterAdd /root/.npm/findup-sync/0.1.3/package/package.json written
14669npm http fetch 200 http://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz
14670npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/resolve/-/resolve-0.3.1.tgz not in flight; adding
14671npm verb addTmpTarball already have metadata; skipping unpack for resolve@0.3.1
14672npm verb afterAdd /root/.npm/resolve/0.3.1/package/package.json not in flight; writing
14673npm verb afterAdd /root/.npm/resolve/0.3.1/package/package.json written
14674npm http 200 http://registry.npmjs.org/nopt
14675npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14676npm verb headers etag: '"9DHRVEOSD6J2N1Y0QWU855CCH"',
14677npm verb headers 'content-type': 'application/json',
14678npm verb headers 'cache-control': 'max-age=300',
14679npm verb headers 'content-length': '31189',
14680npm verb headers 'accept-ranges': 'bytes',
14681npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
14682npm verb headers age: '133',
14683npm verb headers 'x-served-by': 'cache-fra1237-FRA',
14684npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14685npm verb headers 'x-cache-hits': '1',
14686npm verb headers 'x-timer': 'S1451417409.304342,VS0,VE0',
14687npm verb headers vary: 'Accept',
14688npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
14689npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14690npm verb headers connection: 'keep-alive' }
14691npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
14692npm verb cache add spec nopt@~1.0.10
14693npm verb addNamed ">=1.0.10 <1.1.0" is a valid semver range for nopt
14694npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
14695npm verb get http://registry.npmjs.org/nopt not expired, no request
14696npm verb addNamed "1.0.10" is a plain semver version for nopt
14697npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz not in flight; adding
14698npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
14699npm verb addRemoteTarball '6ddd21bd2a31417b92727dd585f8a6f37608ebee' ]
14700npm info retry fetch attempt 1 at 19:30:09
14701npm info attempt registry request try #1 at 19:30:09
14702npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
14703npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
14704npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/nopt/-/nopt-1.0.10.tgz not in flight; adding
14705npm verb addTmpTarball already have metadata; skipping unpack for nopt@1.0.10
14706npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json not in flight; writing
14707npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json written
14708npm verb request uri http://registry.npmjs.org/glob
14709npm verb request no auth needed
14710npm info attempt registry request try #1 at 19:30:09
14711npm http request GET http://registry.npmjs.org/glob
14712npm verb request uri http://registry.npmjs.org/lodash
14713npm verb request no auth needed
14714npm info attempt registry request try #1 at 19:30:09
14715npm http request GET http://registry.npmjs.org/lodash
14716npm http 200 http://registry.npmjs.org/glob
14717npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14718npm verb headers etag: '"35BW2PZITMBWTVHPL2Z8HULBB"',
14719npm verb headers 'content-type': 'application/json',
14720npm verb headers 'cache-control': 'max-age=300',
14721npm verb headers 'content-length': '112817',
14722npm verb headers 'accept-ranges': 'bytes',
14723npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
14724npm verb headers age: '289',
14725npm verb headers 'x-served-by': 'cache-fra1236-FRA',
14726npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14727npm verb headers 'x-cache-hits': '14',
14728npm verb headers 'x-timer': 'S1451417409.666665,VS0,VE0',
14729npm verb headers vary: 'Accept',
14730npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
14731npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14732npm verb headers connection: 'keep-alive' }
14733npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
14734npm http 200 http://registry.npmjs.org/lodash
14735npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14736npm verb headers etag: '"CGTYPVJRPPNJ9QH7BTBZ8IZ1I"',
14737npm verb headers 'content-type': 'application/json',
14738npm verb headers 'cache-control': 'max-age=300',
14739npm verb headers 'content-length': '113672',
14740npm verb headers 'accept-ranges': 'bytes',
14741npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
14742npm verb headers age: '101',
14743npm verb headers 'x-served-by': 'cache-fra1230-FRA',
14744npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14745npm verb headers 'x-cache-hits': '7',
14746npm verb headers 'x-timer': 'S1451417409.667938,VS0,VE0',
14747npm verb headers vary: 'Accept',
14748npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
14749npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14750npm verb headers connection: 'keep-alive' }
14751npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
14752npm verb cache add spec glob@~3.2.9
14753npm verb addNamed ">=3.2.9 <3.3.0" is a valid semver range for glob
14754npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
14755npm verb cache add spec lodash@~2.4.1
14756npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash
14757npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
14758npm verb get http://registry.npmjs.org/glob not expired, no request
14759npm verb addNamed "3.2.11" is a plain semver version for glob
14760npm verb get http://registry.npmjs.org/lodash not expired, no request
14761npm verb addNamed "2.4.2" is a plain semver version for lodash
14762npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-3.2.11.tgz not in flight; adding
14763npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-3.2.11.tgz',
14764npm verb addRemoteTarball '4a973f635b9190f715d10987d5c00fd2815ebe3d' ]
14765npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
14766npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz',
14767npm verb addRemoteTarball 'fadd834b9683073da179b3eae6d9c0d15053f73e' ]
14768npm info retry fetch attempt 1 at 19:30:09
14769npm info attempt registry request try #1 at 19:30:09
14770npm http fetch GET http://registry.npmjs.org/glob/-/glob-3.2.11.tgz
14771npm info retry fetch attempt 1 at 19:30:09
14772npm info attempt registry request try #1 at 19:30:09
14773npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
14774npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
14775npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
14776npm verb addTmpTarball already have metadata; skipping unpack for lodash@2.4.2
14777npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json not in flight; writing
14778npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json written
14779npm http fetch 200 http://registry.npmjs.org/glob/-/glob-3.2.11.tgz
14780npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/glob/-/glob-3.2.11.tgz not in flight; adding
14781npm verb addTmpTarball already have metadata; skipping unpack for glob@3.2.11
14782npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
14783npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
14784npm verb request uri http://registry.npmjs.org/inherits
14785npm verb request no auth needed
14786npm info attempt registry request try #1 at 19:30:09
14787npm http request GET http://registry.npmjs.org/inherits
14788npm verb request uri http://registry.npmjs.org/minimatch
14789npm verb request no auth needed
14790npm info attempt registry request try #1 at 19:30:09
14791npm http request GET http://registry.npmjs.org/minimatch
14792npm http 200 http://registry.npmjs.org/minimatch
14793npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14794npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
14795npm verb headers 'content-type': 'application/json',
14796npm verb headers 'cache-control': 'max-age=300',
14797npm verb headers 'content-length': '46171',
14798npm verb headers 'accept-ranges': 'bytes',
14799npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
14800npm verb headers age: '169',
14801npm verb headers 'x-served-by': 'cache-fra1230-FRA',
14802npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14803npm verb headers 'x-cache-hits': '7',
14804npm verb headers 'x-timer': 'S1451417409.917534,VS0,VE0',
14805npm verb headers vary: 'Accept',
14806npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
14807npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14808npm verb headers connection: 'keep-alive' }
14809npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
14810npm verb cache add spec minimatch@0.3
14811npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
14812npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
14813npm verb get http://registry.npmjs.org/minimatch not expired, no request
14814npm verb addNamed "0.3.0" is a plain semver version for minimatch
14815npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz not in flight; adding
14816npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz',
14817npm verb addRemoteTarball '275d8edaac4f1bb3326472089e7949c8394699dd' ]
14818npm http 200 http://registry.npmjs.org/inherits
14819npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14820npm verb headers etag: '"CKJX1OCRDNX2UW7IZR6DX5BIN"',
14821npm verb headers 'content-type': 'application/json',
14822npm verb headers 'cache-control': 'max-age=300',
14823npm verb headers 'content-length': '7161',
14824npm verb headers 'accept-ranges': 'bytes',
14825npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
14826npm verb headers age: '21',
14827npm verb headers 'x-served-by': 'cache-fra1236-FRA',
14828npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14829npm verb headers 'x-cache-hits': '1',
14830npm verb headers 'x-timer': 'S1451417409.917787,VS0,VE0',
14831npm verb headers vary: 'Accept',
14832npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
14833npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14834npm verb headers connection: 'keep-alive' }
14835npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
14836npm info retry fetch attempt 1 at 19:30:10
14837npm info attempt registry request try #1 at 19:30:10
14838npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
14839npm verb cache add spec inherits@2
14840npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for inherits
14841npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
14842npm verb get http://registry.npmjs.org/inherits not expired, no request
14843npm verb addNamed "2.0.1" is a plain semver version for inherits
14844npm verb addRemoteTarball http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
14845npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
14846npm verb addRemoteTarball 'b17d08d326b4423e568eff719f91b0b1cbdf69f1' ]
14847npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
14848npm info retry fetch attempt 1 at 19:30:10
14849npm info attempt registry request try #1 at 19:30:10
14850npm http fetch GET http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
14851npm http fetch 200 http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
14852npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz not in flight; adding
14853npm verb addTmpTarball already have metadata; skipping unpack for minimatch@0.3.0
14854npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
14855npm verb addTmpTarball already have metadata; skipping unpack for inherits@2.0.1
14856npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
14857npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json not in flight; writing
14858npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
14859npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json written
14860npm verb request uri http://registry.npmjs.org/lru-cache
14861npm verb request no auth needed
14862npm info attempt registry request try #1 at 19:30:10
14863npm http request GET http://registry.npmjs.org/lru-cache
14864npm verb request uri http://registry.npmjs.org/sigmund
14865npm verb request no auth needed
14866npm info attempt registry request try #1 at 19:30:10
14867npm http request GET http://registry.npmjs.org/sigmund
14868npm http 200 http://registry.npmjs.org/sigmund
14869npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14870npm verb headers etag: '"1TUX00X8YEKNFED6GGWS214S3"',
14871npm verb headers 'content-type': 'application/json',
14872npm verb headers 'cache-control': 'max-age=60',
14873npm verb headers 'content-length': '4604',
14874npm verb headers 'accept-ranges': 'bytes',
14875npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
14876npm verb headers age: '59',
14877npm verb headers 'x-served-by': 'cache-fra1230-FRA',
14878npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14879npm verb headers 'x-cache-hits': '4',
14880npm verb headers 'x-timer': 'S1451417410.095226,VS0,VE0',
14881npm verb headers vary: 'Accept',
14882npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
14883npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14884npm verb headers connection: 'keep-alive' }
14885npm verb get saving sigmund to /root/.npm/registry.npmjs.org/sigmund/.cache.json
14886npm verb cache add spec sigmund@~1.0.0
14887npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for sigmund
14888npm verb addNameRange registry:http://registry.npmjs.org/sigmund not in flight; fetching
14889npm verb get http://registry.npmjs.org/sigmund not expired, no request
14890npm verb addNamed "1.0.1" is a plain semver version for sigmund
14891npm verb addRemoteTarball http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
14892npm verb addRemoteTarball [ 'http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz',
14893npm verb addRemoteTarball '3ff21f198cad2175f9f3b781853fd94d0d19b590' ]
14894npm info retry fetch attempt 1 at 19:30:10
14895npm info attempt registry request try #1 at 19:30:10
14896npm http fetch GET http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
14897npm http fetch 200 http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
14898npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
14899npm verb addTmpTarball already have metadata; skipping unpack for sigmund@1.0.1
14900npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json not in flight; writing
14901npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json written
14902npm http 200 http://registry.npmjs.org/lru-cache
14903npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14904npm verb headers etag: '"F0MK8HIC1M0PVUN3L8D5VTEPD"',
14905npm verb headers 'content-type': 'application/json',
14906npm verb headers 'cache-control': 'max-age=300',
14907npm verb headers 'content-length': '48050',
14908npm verb headers 'accept-ranges': 'bytes',
14909npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
14910npm verb headers age: '254',
14911npm verb headers 'x-served-by': 'cache-fra1236-FRA',
14912npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14913npm verb headers 'x-cache-hits': '2',
14914npm verb headers 'x-timer': 'S1451417410.093684,VS0,VE0',
14915npm verb headers vary: 'Accept',
14916npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
14917npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14918npm verb headers connection: 'keep-alive' }
14919npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
14920npm verb cache add spec lru-cache@2
14921npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for lru-cache
14922npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
14923npm verb get http://registry.npmjs.org/lru-cache not expired, no request
14924npm verb addNamed "2.7.3" is a plain semver version for lru-cache
14925npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz not in flight; adding
14926npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz',
14927npm verb addRemoteTarball '6d4524e8b955f95d4f5b58851ce21dd72fb4e952' ]
14928npm info retry fetch attempt 1 at 19:30:10
14929npm info attempt registry request try #1 at 19:30:10
14930npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz
14931npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz
14932npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz not in flight; adding
14933npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@2.7.3
14934npm verb afterAdd /root/.npm/lru-cache/2.7.3/package/package.json not in flight; writing
14935npm verb afterAdd /root/.npm/lru-cache/2.7.3/package/package.json written
14936npm verb request uri http://registry.npmjs.org/abbrev
14937npm verb request no auth needed
14938npm info attempt registry request try #1 at 19:30:10
14939npm http request GET http://registry.npmjs.org/abbrev
14940npm http 200 http://registry.npmjs.org/abbrev
14941npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14942npm verb headers etag: '"5COR5F08LNF679JR9VE4E6VZW"',
14943npm verb headers 'content-type': 'application/json',
14944npm verb headers 'cache-control': 'max-age=60',
14945npm verb headers 'content-length': '5442',
14946npm verb headers 'accept-ranges': 'bytes',
14947npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
14948npm verb headers age: '23',
14949npm verb headers 'x-served-by': 'cache-fra1236-FRA',
14950npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
14951npm verb headers 'x-cache-hits': '1',
14952npm verb headers 'x-timer': 'S1451417410.458607,VS0,VE0',
14953npm verb headers vary: 'Accept',
14954npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
14955npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
14956npm verb headers connection: 'keep-alive' }
14957npm verb get saving abbrev to /root/.npm/registry.npmjs.org/abbrev/.cache.json
14958npm verb cache add spec abbrev@1
14959npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for abbrev
14960npm verb addNameRange registry:http://registry.npmjs.org/abbrev not in flight; fetching
14961npm verb get http://registry.npmjs.org/abbrev not expired, no request
14962npm verb addNamed "1.0.7" is a plain semver version for abbrev
14963npm verb addRemoteTarball http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
14964npm verb addRemoteTarball [ 'http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz',
14965npm verb addRemoteTarball '5b6035b2ee9d4fb5cf859f08a9be81b208491843' ]
14966npm info retry fetch attempt 1 at 19:30:10
14967npm info attempt registry request try #1 at 19:30:10
14968npm http fetch GET http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
14969npm http fetch 200 http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
14970npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
14971npm verb addTmpTarball already have metadata; skipping unpack for abbrev@1.0.7
14972npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json not in flight; writing
14973npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json written
14974npm verb request uri http://registry.npmjs.org/adm-zip
14975npm verb request no auth needed
14976npm info attempt registry request try #1 at 19:30:10
14977npm http request GET http://registry.npmjs.org/adm-zip
14978npm verb request uri http://registry.npmjs.org/fs-extra
14979npm verb request no auth needed
14980npm info attempt registry request try #1 at 19:30:10
14981npm http request GET http://registry.npmjs.org/fs-extra
14982npm verb request uri http://registry.npmjs.org/kew
14983npm verb request no auth needed
14984npm info attempt registry request try #1 at 19:30:10
14985npm http request GET http://registry.npmjs.org/kew
14986npm verb request uri http://registry.npmjs.org/md5
14987npm verb request no auth needed
14988npm info attempt registry request try #1 at 19:30:10
14989npm http request GET http://registry.npmjs.org/md5
14990npm verb request uri http://registry.npmjs.org/npmconf
14991npm verb request no auth needed
14992npm info attempt registry request try #1 at 19:30:10
14993npm http request GET http://registry.npmjs.org/npmconf
14994npm verb request uri http://registry.npmjs.org/progress
14995npm verb request no auth needed
14996npm info attempt registry request try #1 at 19:30:10
14997npm http request GET http://registry.npmjs.org/progress
14998npm verb request uri http://registry.npmjs.org/request
14999npm verb request no auth needed
15000npm info attempt registry request try #1 at 19:30:10
15001npm http request GET http://registry.npmjs.org/request
15002npm verb request uri http://registry.npmjs.org/request-progress
15003npm verb request no auth needed
15004npm info attempt registry request try #1 at 19:30:10
15005npm http request GET http://registry.npmjs.org/request-progress
15006npm verb request uri http://registry.npmjs.org/which
15007npm verb request no auth needed
15008npm info attempt registry request try #1 at 19:30:10
15009npm http request GET http://registry.npmjs.org/which
15010npm http 200 http://registry.npmjs.org/adm-zip
15011npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15012npm verb headers etag: '"AAB8O4XDJLTFC1LEIVD3MQ62J"',
15013npm verb headers 'content-type': 'application/json',
15014npm verb headers 'cache-control': 'max-age=300',
15015npm verb headers 'content-length': '21529',
15016npm verb headers 'accept-ranges': 'bytes',
15017npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
15018npm verb headers age: '194',
15019npm verb headers 'x-served-by': 'cache-fra1236-FRA',
15020npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15021npm verb headers 'x-cache-hits': '2',
15022npm verb headers 'x-timer': 'S1451417410.570775,VS0,VE0',
15023npm verb headers vary: 'Accept',
15024npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15025npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15026npm verb headers connection: 'keep-alive' }
15027npm verb get saving adm-zip to /root/.npm/registry.npmjs.org/adm-zip/.cache.json
15028npm http 200 http://registry.npmjs.org/progress
15029npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15030npm verb headers etag: '"1MWJSBT5S35PX2FU1QA9PPNU8"',
15031npm verb headers 'content-type': 'application/json',
15032npm verb headers 'cache-control': 'max-age=300',
15033npm verb headers 'content-length': '16495',
15034npm verb headers 'accept-ranges': 'bytes',
15035npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
15036npm verb headers age: '196',
15037npm verb headers 'x-served-by': 'cache-fra1227-FRA',
15038npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15039npm verb headers 'x-cache-hits': '1',
15040npm verb headers 'x-timer': 'S1451417410.595956,VS0,VE0',
15041npm verb headers vary: 'Accept',
15042npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15043npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15044npm verb headers connection: 'keep-alive' }
15045npm verb get saving progress to /root/.npm/registry.npmjs.org/progress/.cache.json
15046npm http 200 http://registry.npmjs.org/which
15047npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15048npm verb headers etag: '"6DE0SJ92WYL4YTDQ4JLGBNSFS"',
15049npm verb headers 'content-type': 'application/json',
15050npm verb headers 'cache-control': 'max-age=300',
15051npm verb headers 'content-length': '15728',
15052npm verb headers 'accept-ranges': 'bytes',
15053npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
15054npm verb headers age: '43',
15055npm verb headers 'x-served-by': 'cache-fra1224-FRA',
15056npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15057npm verb headers 'x-cache-hits': '1',
15058npm verb headers 'x-timer': 'S1451417410.595866,VS0,VE0',
15059npm verb headers vary: 'Accept',
15060npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15061npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15062npm verb headers connection: 'keep-alive' }
15063npm verb get saving which to /root/.npm/registry.npmjs.org/which/.cache.json
15064npm http 200 http://registry.npmjs.org/kew
15065npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15066npm verb headers etag: '"AW5RY0MTQ5G4Q0BRIPRCKNB5D"',
15067npm verb headers 'content-type': 'application/json',
15068npm verb headers 'cache-control': 'max-age=300',
15069npm verb headers 'content-length': '35451',
15070npm verb headers 'accept-ranges': 'bytes',
15071npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
15072npm verb headers age: '40',
15073npm verb headers 'x-served-by': 'cache-fra1225-FRA',
15074npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15075npm verb headers 'x-cache-hits': '2',
15076npm verb headers 'x-timer': 'S1451417410.599698,VS0,VE0',
15077npm verb headers vary: 'Accept',
15078npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15079npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15080npm verb headers connection: 'keep-alive' }
15081npm verb get saving kew to /root/.npm/registry.npmjs.org/kew/.cache.json
15082npm http 200 http://registry.npmjs.org/fs-extra
15083npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15084npm verb headers etag: '"29MGF514AYFY503MI1EY7HU5G"',
15085npm verb headers 'content-type': 'application/json',
15086npm verb headers 'cache-control': 'max-age=300',
15087npm verb headers 'content-length': '105461',
15088npm verb headers 'accept-ranges': 'bytes',
15089npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
15090npm verb headers age: '179',
15091npm verb headers 'x-served-by': 'cache-fra1230-FRA',
15092npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15093npm verb headers 'x-cache-hits': '1',
15094npm verb headers 'x-timer': 'S1451417410.571711,VS0,VE0',
15095npm verb headers vary: 'Accept',
15096npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15097npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15098npm verb headers connection: 'keep-alive' }
15099npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
15100npm http 200 http://registry.npmjs.org/request
15101npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15102npm verb headers etag: '"41O2YUQ0F957MF7HVJELBZYE5"',
15103npm verb headers 'content-type': 'application/json',
15104npm verb headers 'cache-control': 'max-age=300',
15105npm verb headers 'content-length': '180663',
15106npm verb headers 'accept-ranges': 'bytes',
15107npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
15108npm verb headers age: '68',
15109npm verb headers 'x-served-by': 'cache-fra1238-FRA',
15110npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15111npm verb headers 'x-cache-hits': '2',
15112npm verb headers 'x-timer': 'S1451417410.595984,VS0,VE0',
15113npm verb headers vary: 'Accept',
15114npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15115npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15116npm verb headers connection: 'keep-alive' }
15117npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
15118npm verb cache add spec adm-zip@0.4.4
15119npm verb addNamed "0.4.4" is a plain semver version for adm-zip
15120npm verb addNameVersion registry:http://registry.npmjs.org/adm-zip not in flight; fetching
15121npm verb cache add spec kew@0.4.0
15122npm verb addNamed "0.4.0" is a plain semver version for kew
15123npm verb addNameVersion registry:http://registry.npmjs.org/kew not in flight; fetching
15124npm verb cache add spec which@~1.0.5
15125npm verb addNamed ">=1.0.5 <1.1.0" is a valid semver range for which
15126npm verb addNameRange registry:http://registry.npmjs.org/which not in flight; fetching
15127npm verb cache add spec progress@1.1.8
15128npm verb addNamed "1.1.8" is a plain semver version for progress
15129npm verb addNameVersion registry:http://registry.npmjs.org/progress not in flight; fetching
15130npm verb cache add spec fs-extra@~0.23.1
15131npm verb addNamed ">=0.23.1 <0.24.0" is a valid semver range for fs-extra
15132npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
15133npm verb cache add spec request@2.42.0
15134npm verb addNamed "2.42.0" is a plain semver version for request
15135npm verb addNameVersion registry:http://registry.npmjs.org/request not in flight; fetching
15136npm verb get http://registry.npmjs.org/adm-zip not expired, no request
15137npm verb get http://registry.npmjs.org/kew not expired, no request
15138npm verb get http://registry.npmjs.org/which not expired, no request
15139npm verb addNamed "1.0.9" is a plain semver version for which
15140npm verb get http://registry.npmjs.org/progress not expired, no request
15141npm verb addRemoteTarball http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz not in flight; adding
15142npm verb addRemoteTarball [ 'http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz',
15143npm verb addRemoteTarball 'a61ed5ae6905c3aea58b3a657d25033091052736' ]
15144npm verb addRemoteTarball http://registry.npmjs.org/kew/-/kew-0.4.0.tgz not in flight; adding
15145npm verb addRemoteTarball [ 'http://registry.npmjs.org/kew/-/kew-0.4.0.tgz',
15146npm verb addRemoteTarball 'da97484f1b06502146f3c60cec05ac6012cd993f' ]
15147npm verb addRemoteTarball http://registry.npmjs.org/which/-/which-1.0.9.tgz not in flight; adding
15148npm verb addRemoteTarball [ 'http://registry.npmjs.org/which/-/which-1.0.9.tgz',
15149npm verb addRemoteTarball '460c1da0f810103d0321a9b633af9e575e64486f' ]
15150npm verb addRemoteTarball http://registry.npmjs.org/progress/-/progress-1.1.8.tgz not in flight; adding
15151npm verb addRemoteTarball [ 'http://registry.npmjs.org/progress/-/progress-1.1.8.tgz',
15152npm verb addRemoteTarball 'e260c78f6161cdd9b0e56cc3e0a85de17c7a57be' ]
15153npm verb get http://registry.npmjs.org/fs-extra not expired, no request
15154npm verb addNamed "0.23.1" is a plain semver version for fs-extra
15155npm verb get http://registry.npmjs.org/request not expired, no request
15156npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz not in flight; adding
15157npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz',
15158npm verb addRemoteTarball '6611dba6adf2ab8dc9c69fab37cddf8818157e3d' ]
15159npm verb addRemoteTarball http://registry.npmjs.org/request/-/request-2.42.0.tgz not in flight; adding
15160npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.42.0.tgz',
15161npm verb addRemoteTarball '572bd0148938564040ac7ab148b96423a063304a' ]
15162npm info retry fetch attempt 1 at 19:30:10
15163npm info attempt registry request try #1 at 19:30:10
15164npm http fetch GET http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz
15165npm info retry fetch attempt 1 at 19:30:10
15166npm info attempt registry request try #1 at 19:30:10
15167npm http fetch GET http://registry.npmjs.org/kew/-/kew-0.4.0.tgz
15168npm info retry fetch attempt 1 at 19:30:10
15169npm info attempt registry request try #1 at 19:30:10
15170npm http fetch GET http://registry.npmjs.org/which/-/which-1.0.9.tgz
15171npm info retry fetch attempt 1 at 19:30:10
15172npm info attempt registry request try #1 at 19:30:10
15173npm http fetch GET http://registry.npmjs.org/progress/-/progress-1.1.8.tgz
15174npm info retry fetch attempt 1 at 19:30:10
15175npm info attempt registry request try #1 at 19:30:10
15176npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz
15177npm info retry fetch attempt 1 at 19:30:10
15178npm info attempt registry request try #1 at 19:30:10
15179npm http fetch GET http://registry.npmjs.org/request/-/request-2.42.0.tgz
15180npm http fetch 200 http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz
15181npm http fetch 200 http://registry.npmjs.org/progress/-/progress-1.1.8.tgz
15182npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz
15183npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz not in flight; adding
15184npm verb addTmpTarball already have metadata; skipping unpack for adm-zip@0.4.4
15185npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/progress/-/progress-1.1.8.tgz not in flight; adding
15186npm verb addTmpTarball already have metadata; skipping unpack for progress@1.1.8
15187npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz not in flight; adding
15188npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.23.1
15189npm http 200 http://registry.npmjs.org/request-progress
15190npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15191npm verb headers etag: '"6EOGJGB8CLEDDBKU4TTN42PMS"',
15192npm verb headers 'content-type': 'application/json',
15193npm verb headers 'cache-control': 'max-age=60',
15194npm verb headers 'content-length': '12204',
15195npm verb headers 'accept-ranges': 'bytes',
15196npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
15197npm verb headers age: '52',
15198npm verb headers 'x-served-by': 'cache-fra1248-FRA',
15199npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15200npm verb headers 'x-cache-hits': '1',
15201npm verb headers 'x-timer': 'S1451417410.596086,VS0,VE0',
15202npm verb headers vary: 'Accept',
15203npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15204npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15205npm verb headers connection: 'keep-alive' }
15206npm verb get saving request-progress to /root/.npm/registry.npmjs.org/request-progress/.cache.json
15207npm http fetch 200 http://registry.npmjs.org/kew/-/kew-0.4.0.tgz
15208npm http fetch 200 http://registry.npmjs.org/which/-/which-1.0.9.tgz
15209npm http 200 http://registry.npmjs.org/md5
15210npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15211npm verb headers etag: '"1ULTZP1392ITZIQWGQDQ2UH90"',
15212npm verb headers 'content-type': 'application/json',
15213npm verb headers 'cache-control': 'max-age=300',
15214npm verb headers 'content-length': '7267',
15215npm verb headers 'accept-ranges': 'bytes',
15216npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
15217npm verb headers age: '276',
15218npm verb headers 'x-served-by': 'cache-fra1220-FRA',
15219npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15220npm verb headers 'x-cache-hits': '1',
15221npm verb headers 'x-timer': 'S1451417410.596171,VS0,VE0',
15222npm verb headers vary: 'Accept',
15223npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15224npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15225npm verb headers connection: 'keep-alive' }
15226npm verb get saving md5 to /root/.npm/registry.npmjs.org/md5/.cache.json
15227npm http fetch 200 http://registry.npmjs.org/request/-/request-2.42.0.tgz
15228npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/kew/-/kew-0.4.0.tgz not in flight; adding
15229npm verb addTmpTarball already have metadata; skipping unpack for kew@0.4.0
15230npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/which/-/which-1.0.9.tgz not in flight; adding
15231npm verb addTmpTarball already have metadata; skipping unpack for which@1.0.9
15232npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json not in flight; writing
15233npm verb afterAdd /root/.npm/progress/1.1.8/package/package.json not in flight; writing
15234npm verb cache add spec request-progress@0.3.1
15235npm verb addNamed "0.3.1" is a plain semver version for request-progress
15236npm verb addNameVersion registry:http://registry.npmjs.org/request-progress not in flight; fetching
15237npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/request/-/request-2.42.0.tgz not in flight; adding
15238npm verb addTmpTarball already have metadata; skipping unpack for request@2.42.0
15239npm verb afterAdd /root/.npm/fs-extra/0.23.1/package/package.json not in flight; writing
15240npm verb cache add spec md5@~2.0.0
15241npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for md5
15242npm verb addNameRange registry:http://registry.npmjs.org/md5 not in flight; fetching
15243npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json written
15244npm verb afterAdd /root/.npm/progress/1.1.8/package/package.json written
15245npm verb get http://registry.npmjs.org/request-progress not expired, no request
15246npm verb afterAdd /root/.npm/fs-extra/0.23.1/package/package.json written
15247npm verb addRemoteTarball http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz not in flight; adding
15248npm verb addRemoteTarball [ 'http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz',
15249npm verb addRemoteTarball '0721c105d8a96ac6b2ce8b2c89ae2d5ecfcf6b3a' ]
15250npm verb get http://registry.npmjs.org/md5 not expired, no request
15251npm verb addNamed "2.0.0" is a plain semver version for md5
15252npm verb addRemoteTarball http://registry.npmjs.org/md5/-/md5-2.0.0.tgz not in flight; adding
15253npm verb addRemoteTarball [ 'http://registry.npmjs.org/md5/-/md5-2.0.0.tgz',
15254npm verb addRemoteTarball '75e392e0ebd5a9b88dc7cb7a93875137b87c8a33' ]
15255npm verb afterAdd /root/.npm/kew/0.4.0/package/package.json not in flight; writing
15256npm verb afterAdd /root/.npm/which/1.0.9/package/package.json not in flight; writing
15257npm info retry fetch attempt 1 at 19:30:10
15258npm info attempt registry request try #1 at 19:30:10
15259npm http fetch GET http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz
15260npm info retry fetch attempt 1 at 19:30:10
15261npm info attempt registry request try #1 at 19:30:10
15262npm http fetch GET http://registry.npmjs.org/md5/-/md5-2.0.0.tgz
15263npm http fetch 200 http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz
15264npm verb afterAdd /root/.npm/request/2.42.0/package/package.json not in flight; writing
15265npm verb afterAdd /root/.npm/kew/0.4.0/package/package.json written
15266npm verb afterAdd /root/.npm/which/1.0.9/package/package.json written
15267npm http fetch 200 http://registry.npmjs.org/md5/-/md5-2.0.0.tgz
15268npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz not in flight; adding
15269npm verb addTmpTarball already have metadata; skipping unpack for request-progress@0.3.1
15270npm verb afterAdd /root/.npm/request/2.42.0/package/package.json written
15271npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/md5/-/md5-2.0.0.tgz not in flight; adding
15272npm verb addTmpTarball already have metadata; skipping unpack for md5@2.0.0
15273npm verb afterAdd /root/.npm/request-progress/0.3.1/package/package.json not in flight; writing
15274npm verb afterAdd /root/.npm/request-progress/0.3.1/package/package.json written
15275npm verb afterAdd /root/.npm/md5/2.0.0/package/package.json not in flight; writing
15276npm http 200 http://registry.npmjs.org/npmconf
15277npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15278npm verb headers etag: '"BCJGZTO6DWJS3OL63R8VZG32S"',
15279npm verb headers 'content-type': 'application/json',
15280npm verb headers 'cache-control': 'max-age=300',
15281npm verb headers 'content-length': '75578',
15282npm verb headers 'accept-ranges': 'bytes',
15283npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
15284npm verb headers age: '254',
15285npm verb headers 'x-served-by': 'cache-fra1242-FRA',
15286npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15287npm verb headers 'x-cache-hits': '1',
15288npm verb headers 'x-timer': 'S1451417410.596075,VS0,VE0',
15289npm verb headers vary: 'Accept',
15290npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15291npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15292npm verb headers connection: 'keep-alive' }
15293npm verb get saving npmconf to /root/.npm/registry.npmjs.org/npmconf/.cache.json
15294npm verb afterAdd /root/.npm/md5/2.0.0/package/package.json written
15295npm verb cache add spec npmconf@2.1.1
15296npm verb addNamed "2.1.1" is a plain semver version for npmconf
15297npm verb addNameVersion registry:http://registry.npmjs.org/npmconf not in flight; fetching
15298npm verb get http://registry.npmjs.org/npmconf not expired, no request
15299npm verb addRemoteTarball http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz not in flight; adding
15300npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz',
15301npm verb addRemoteTarball 'a266c7e5c56695eb7f55caf3a5a7328f24510dae' ]
15302npm info retry fetch attempt 1 at 19:30:11
15303npm info attempt registry request try #1 at 19:30:11
15304npm http fetch GET http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz
15305npm http fetch 200 http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz
15306npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz not in flight; adding
15307npm verb addTmpTarball already have metadata; skipping unpack for npmconf@2.1.1
15308npm verb afterAdd /root/.npm/npmconf/2.1.1/package/package.json not in flight; writing
15309npm verb afterAdd /root/.npm/npmconf/2.1.1/package/package.json written
15310npm verb request uri http://registry.npmjs.org/graceful-fs
15311npm verb request no auth needed
15312npm info attempt registry request try #1 at 19:30:11
15313npm http request GET http://registry.npmjs.org/graceful-fs
15314npm verb request uri http://registry.npmjs.org/jsonfile
15315npm verb request no auth needed
15316npm info attempt registry request try #1 at 19:30:11
15317npm http request GET http://registry.npmjs.org/jsonfile
15318npm verb request uri http://registry.npmjs.org/path-is-absolute
15319npm verb request no auth needed
15320npm info attempt registry request try #1 at 19:30:11
15321npm http request GET http://registry.npmjs.org/path-is-absolute
15322npm verb request uri http://registry.npmjs.org/rimraf
15323npm verb request no auth needed
15324npm info attempt registry request try #1 at 19:30:11
15325npm http request GET http://registry.npmjs.org/rimraf
15326npm http 200 http://registry.npmjs.org/path-is-absolute
15327npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15328npm verb headers etag: '"BN5VZYARJTFIZINEV94ZMOHSE"',
15329npm verb headers 'content-type': 'application/json',
15330npm verb headers 'cache-control': 'max-age=60',
15331npm verb headers 'content-length': '3204',
15332npm verb headers 'accept-ranges': 'bytes',
15333npm verb headers date: 'Tue, 29 Dec 2015 19:30:11 GMT',
15334npm verb headers age: '49',
15335npm verb headers 'x-served-by': 'cache-fra1227-FRA',
15336npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15337npm verb headers 'x-cache-hits': '4',
15338npm verb headers 'x-timer': 'S1451417411.140621,VS0,VE0',
15339npm verb headers vary: 'Accept',
15340npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15341npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15342npm verb headers connection: 'keep-alive' }
15343npm verb get saving path-is-absolute to /root/.npm/registry.npmjs.org/path-is-absolute/.cache.json
15344npm http 200 http://registry.npmjs.org/jsonfile
15345npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15346npm verb headers etag: '"EDYTB6GREGXYI7F7RCPNW3UZI"',
15347npm verb headers 'content-type': 'application/json',
15348npm verb headers 'cache-control': 'max-age=300',
15349npm verb headers 'content-length': '19958',
15350npm verb headers 'accept-ranges': 'bytes',
15351npm verb headers date: 'Tue, 29 Dec 2015 19:30:11 GMT',
15352npm verb headers age: '178',
15353npm verb headers 'x-served-by': 'cache-fra1225-FRA',
15354npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15355npm verb headers 'x-cache-hits': '1',
15356npm verb headers 'x-timer': 'S1451417411.140375,VS0,VE0',
15357npm verb headers vary: 'Accept',
15358npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15359npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15360npm verb headers connection: 'keep-alive' }
15361npm verb get saving jsonfile to /root/.npm/registry.npmjs.org/jsonfile/.cache.json
15362npm verb cache add spec path-is-absolute@^1.0.0
15363npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-is-absolute
15364npm verb addNameRange registry:http://registry.npmjs.org/path-is-absolute not in flight; fetching
15365npm verb cache add spec jsonfile@^2.1.0
15366npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for jsonfile
15367npm verb addNameRange registry:http://registry.npmjs.org/jsonfile not in flight; fetching
15368npm http 200 http://registry.npmjs.org/rimraf
15369npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15370npm verb headers etag: '"8TBZMSTO6MKWV26CBWA5N5MR6"',
15371npm verb headers 'content-type': 'application/json',
15372npm verb headers 'cache-control': 'max-age=300',
15373npm verb headers 'content-length': '48828',
15374npm verb headers 'accept-ranges': 'bytes',
15375npm verb headers date: 'Tue, 29 Dec 2015 19:30:11 GMT',
15376npm verb headers age: '279',
15377npm verb headers 'x-served-by': 'cache-fra1236-FRA',
15378npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15379npm verb headers 'x-cache-hits': '5',
15380npm verb headers 'x-timer': 'S1451417411.141473,VS0,VE0',
15381npm verb headers vary: 'Accept',
15382npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15383npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15384npm verb headers connection: 'keep-alive' }
15385npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
15386npm verb get http://registry.npmjs.org/path-is-absolute not expired, no request
15387npm verb addNamed "1.0.0" is a plain semver version for path-is-absolute
15388npm verb addRemoteTarball http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
15389npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz',
15390npm verb addRemoteTarball '263dada66ab3f2fb10bf7f9d24dd8f3e570ef912' ]
15391npm verb get http://registry.npmjs.org/jsonfile not expired, no request
15392npm verb addNamed "2.2.3" is a plain semver version for jsonfile
15393npm verb addRemoteTarball http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
15394npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz',
15395npm verb addRemoteTarball 'e252b99a6af901d3ec41f332589c90509a7bc605' ]
15396npm info retry fetch attempt 1 at 19:30:11
15397npm info attempt registry request try #1 at 19:30:11
15398npm http fetch GET http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
15399npm info retry fetch attempt 1 at 19:30:11
15400npm info attempt registry request try #1 at 19:30:11
15401npm http fetch GET http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
15402npm http fetch 200 http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
15403npm http fetch 200 http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
15404npm verb cache add spec rimraf@^2.2.8
15405npm verb addNamed ">=2.2.8 <3.0.0" is a valid semver range for rimraf
15406npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
15407npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
15408npm verb addTmpTarball already have metadata; skipping unpack for path-is-absolute@1.0.0
15409npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
15410npm verb addTmpTarball already have metadata; skipping unpack for jsonfile@2.2.3
15411npm verb get http://registry.npmjs.org/rimraf not expired, no request
15412npm verb addNamed "2.5.0" is a plain semver version for rimraf
15413npm http 200 http://registry.npmjs.org/graceful-fs
15414npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15415npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
15416npm verb headers 'content-type': 'application/json',
15417npm verb headers 'cache-control': 'max-age=300',
15418npm verb headers 'content-length': '38840',
15419npm verb headers 'accept-ranges': 'bytes',
15420npm verb headers date: 'Tue, 29 Dec 2015 19:30:11 GMT',
15421npm verb headers age: '38',
15422npm verb headers 'x-served-by': 'cache-fra1248-FRA',
15423npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15424npm verb headers 'x-cache-hits': '5',
15425npm verb headers 'x-timer': 'S1451417411.139403,VS0,VE0',
15426npm verb headers vary: 'Accept',
15427npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15428npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15429npm verb headers connection: 'keep-alive' }
15430npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
15431npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz not in flight; adding
15432npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz',
15433npm verb addRemoteTarball '30c096cdf772e26bf3e1d2cff84c2196541a9bb6' ]
15434npm info retry fetch attempt 1 at 19:30:11
15435npm info attempt registry request try #1 at 19:30:11
15436npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz
15437npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json not in flight; writing
15438npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json not in flight; writing
15439npm verb cache add spec graceful-fs@^4.1.2
15440npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
15441npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
15442npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json written
15443npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
15444npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
15445npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json written
15446npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
15447npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz',
15448npm verb addRemoteTarball 'fe2239b7574972e67e41f808823f9bfa4a991e37' ]
15449npm info retry fetch attempt 1 at 19:30:11
15450npm info attempt registry request try #1 at 19:30:11
15451npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
15452npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz
15453npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
15454npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz not in flight; adding
15455npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.5.0
15456npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
15457npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@4.1.2
15458npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
15459npm verb afterAdd /root/.npm/rimraf/2.5.0/package/package.json not in flight; writing
15460npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
15461npm verb afterAdd /root/.npm/rimraf/2.5.0/package/package.json written
15462npm verb cache add spec glob@^6.0.1
15463npm verb addNamed ">=6.0.1 <7.0.0" is a valid semver range for glob
15464npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
15465npm verb get http://registry.npmjs.org/glob not expired, no request
15466npm verb addNamed "6.0.3" is a plain semver version for glob
15467npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-6.0.3.tgz not in flight; adding
15468npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-6.0.3.tgz',
15469npm verb addRemoteTarball '5f02cd89587ce58b154ae0855de02a2e63986fca' ]
15470npm info retry fetch attempt 1 at 19:30:11
15471npm info attempt registry request try #1 at 19:30:11
15472npm http fetch GET http://registry.npmjs.org/glob/-/glob-6.0.3.tgz
15473npm http fetch 200 http://registry.npmjs.org/glob/-/glob-6.0.3.tgz
15474npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/glob/-/glob-6.0.3.tgz not in flight; adding
15475npm verb addTmpTarball already have metadata; skipping unpack for glob@6.0.3
15476npm verb afterAdd /root/.npm/glob/6.0.3/package/package.json not in flight; writing
15477npm verb afterAdd /root/.npm/glob/6.0.3/package/package.json written
15478npm verb cache add spec minimatch@2 || 3
15479npm verb addNamed ">=2.0.0 <3.0.0||>=3.0.0 <4.0.0" is a valid semver range for minimatch
15480npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
15481npm verb request uri http://registry.npmjs.org/inflight
15482npm verb request no auth needed
15483npm info attempt registry request try #1 at 19:30:11
15484npm http request GET http://registry.npmjs.org/inflight
15485npm verb request uri http://registry.npmjs.org/once
15486npm verb request no auth needed
15487npm info attempt registry request try #1 at 19:30:11
15488npm http request GET http://registry.npmjs.org/once
15489npm verb get http://registry.npmjs.org/minimatch not expired, no request
15490npm verb addNamed "3.0.0" is a plain semver version for minimatch
15491npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
15492npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz',
15493npm verb addRemoteTarball '5236157a51e4f004c177fb3c527ff7dd78f0ef83' ]
15494npm info retry fetch attempt 1 at 19:30:11
15495npm info attempt registry request try #1 at 19:30:11
15496npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
15497npm http 200 http://registry.npmjs.org/inflight
15498npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15499npm verb headers etag: '"AYD7KENJNHXM5Z0WKMT2D06HW"',
15500npm verb headers 'content-type': 'application/json',
15501npm verb headers 'cache-control': 'max-age=60',
15502npm verb headers 'content-length': '6915',
15503npm verb headers 'accept-ranges': 'bytes',
15504npm verb headers date: 'Tue, 29 Dec 2015 19:30:11 GMT',
15505npm verb headers age: '44',
15506npm verb headers 'x-served-by': 'cache-fra1236-FRA',
15507npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15508npm verb headers 'x-cache-hits': '5',
15509npm verb headers 'x-timer': 'S1451417411.354379,VS0,VE0',
15510npm verb headers vary: 'Accept',
15511npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15512npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15513npm verb headers connection: 'keep-alive' }
15514npm verb get saving inflight to /root/.npm/registry.npmjs.org/inflight/.cache.json
15515npm http 200 http://registry.npmjs.org/once
15516npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15517npm verb headers etag: '"4HLPOKRFA58ZSBJPEJ3GZTC4A"',
15518npm verb headers 'content-type': 'application/json',
15519npm verb headers 'cache-control': 'max-age=60',
15520npm verb headers 'content-length': '7453',
15521npm verb headers 'accept-ranges': 'bytes',
15522npm verb headers date: 'Tue, 29 Dec 2015 19:30:11 GMT',
15523npm verb headers age: '3',
15524npm verb headers 'x-served-by': 'cache-fra1225-FRA',
15525npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15526npm verb headers 'x-cache-hits': '1',
15527npm verb headers 'x-timer': 'S1451417411.354422,VS0,VE0',
15528npm verb headers vary: 'Accept',
15529npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15530npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15531npm verb headers connection: 'keep-alive' }
15532npm verb get saving once to /root/.npm/registry.npmjs.org/once/.cache.json
15533npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
15534npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
15535npm verb addTmpTarball already have metadata; skipping unpack for minimatch@3.0.0
15536npm verb cache add spec once@^1.3.0
15537npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for once
15538npm verb addNameRange registry:http://registry.npmjs.org/once not in flight; fetching
15539npm verb cache add spec inflight@^1.0.4
15540npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for inflight
15541npm verb addNameRange registry:http://registry.npmjs.org/inflight not in flight; fetching
15542npm verb get http://registry.npmjs.org/once not expired, no request
15543npm verb addNamed "1.3.3" is a plain semver version for once
15544npm verb get http://registry.npmjs.org/inflight not expired, no request
15545npm verb addNamed "1.0.4" is a plain semver version for inflight
15546npm verb addRemoteTarball http://registry.npmjs.org/once/-/once-1.3.3.tgz not in flight; adding
15547npm verb addRemoteTarball [ 'http://registry.npmjs.org/once/-/once-1.3.3.tgz',
15548npm verb addRemoteTarball 'b2e261557ce4c314ec8304f3fa82663e4297ca20' ]
15549npm verb addRemoteTarball http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
15550npm verb addRemoteTarball [ 'http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz',
15551npm verb addRemoteTarball '6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a' ]
15552npm info retry fetch attempt 1 at 19:30:11
15553npm info attempt registry request try #1 at 19:30:11
15554npm http fetch GET http://registry.npmjs.org/once/-/once-1.3.3.tgz
15555npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json not in flight; writing
15556npm info retry fetch attempt 1 at 19:30:11
15557npm info attempt registry request try #1 at 19:30:11
15558npm http fetch GET http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
15559npm http fetch 200 http://registry.npmjs.org/once/-/once-1.3.3.tgz
15560npm http fetch 200 http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
15561npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json written
15562npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/once/-/once-1.3.3.tgz not in flight; adding
15563npm verb addTmpTarball already have metadata; skipping unpack for once@1.3.3
15564npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
15565npm verb addTmpTarball already have metadata; skipping unpack for inflight@1.0.4
15566npm verb afterAdd /root/.npm/once/1.3.3/package/package.json not in flight; writing
15567npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json not in flight; writing
15568npm verb afterAdd /root/.npm/once/1.3.3/package/package.json written
15569npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json written
15570npm verb request uri http://registry.npmjs.org/wrappy
15571npm verb request no auth needed
15572npm info attempt registry request try #1 at 19:30:11
15573npm http request GET http://registry.npmjs.org/wrappy
15574npm http 200 http://registry.npmjs.org/wrappy
15575npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15576npm verb headers etag: '"BC9JAW6E2PQBS8NYYKIYUR99F"',
15577npm verb headers 'content-type': 'application/json',
15578npm verb headers 'cache-control': 'max-age=60',
15579npm verb headers 'content-length': '3276',
15580npm verb headers 'accept-ranges': 'bytes',
15581npm verb headers date: 'Tue, 29 Dec 2015 19:30:11 GMT',
15582npm verb headers age: '0',
15583npm verb headers 'x-served-by': 'cache-fra1225-FRA',
15584npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15585npm verb headers 'x-cache-hits': '1',
15586npm verb headers 'x-timer': 'S1451417411.439056,VS0,VE123',
15587npm verb headers vary: 'Accept',
15588npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15589npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15590npm verb headers connection: 'keep-alive' }
15591npm verb get saving wrappy to /root/.npm/registry.npmjs.org/wrappy/.cache.json
15592npm verb cache add spec wrappy@1
15593npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
15594npm verb addNameRange registry:http://registry.npmjs.org/wrappy not in flight; fetching
15595npm verb get http://registry.npmjs.org/wrappy not expired, no request
15596npm verb addNamed "1.0.1" is a plain semver version for wrappy
15597npm verb addRemoteTarball http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
15598npm verb addRemoteTarball [ 'http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
15599npm verb addRemoteTarball '1e65969965ccbc2db4548c6b84a6f2c5aedd4739' ]
15600npm info retry fetch attempt 1 at 19:30:11
15601npm info attempt registry request try #1 at 19:30:11
15602npm http fetch GET http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
15603npm http fetch 200 http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
15604npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
15605npm verb addTmpTarball already have metadata; skipping unpack for wrappy@1.0.1
15606npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json not in flight; writing
15607npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json written
15608npm verb request uri http://registry.npmjs.org/brace-expansion
15609npm verb request no auth needed
15610npm info attempt registry request try #1 at 19:30:11
15611npm http request GET http://registry.npmjs.org/brace-expansion
15612npm http 200 http://registry.npmjs.org/brace-expansion
15613npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15614npm verb headers etag: '"BC3J7JX1LEFWG3645L5NSTZJP"',
15615npm verb headers 'content-type': 'application/json',
15616npm verb headers 'cache-control': 'max-age=300',
15617npm verb headers 'content-length': '12850',
15618npm verb headers 'accept-ranges': 'bytes',
15619npm verb headers date: 'Tue, 29 Dec 2015 19:30:11 GMT',
15620npm verb headers age: '279',
15621npm verb headers 'x-served-by': 'cache-fra1225-FRA',
15622npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15623npm verb headers 'x-cache-hits': '11',
15624npm verb headers 'x-timer': 'S1451417411.626549,VS0,VE0',
15625npm verb headers vary: 'Accept',
15626npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15627npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15628npm verb headers connection: 'keep-alive' }
15629npm verb get saving brace-expansion to /root/.npm/registry.npmjs.org/brace-expansion/.cache.json
15630npm verb cache add spec brace-expansion@^1.0.0
15631npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
15632npm verb addNameRange registry:http://registry.npmjs.org/brace-expansion not in flight; fetching
15633npm verb get http://registry.npmjs.org/brace-expansion not expired, no request
15634npm verb addNamed "1.1.2" is a plain semver version for brace-expansion
15635npm verb addRemoteTarball http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
15636npm verb addRemoteTarball [ 'http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz',
15637npm verb addRemoteTarball 'f21445d0488b658e2771efd870eff51df29f04ef' ]
15638npm info retry fetch attempt 1 at 19:30:11
15639npm info attempt registry request try #1 at 19:30:11
15640npm http fetch GET http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
15641npm http fetch 200 http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
15642npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
15643npm verb addTmpTarball already have metadata; skipping unpack for brace-expansion@1.1.2
15644npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json not in flight; writing
15645npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json written
15646npm verb request uri http://registry.npmjs.org/balanced-match
15647npm verb request no auth needed
15648npm info attempt registry request try #1 at 19:30:11
15649npm http request GET http://registry.npmjs.org/balanced-match
15650npm verb request uri http://registry.npmjs.org/concat-map
15651npm verb request no auth needed
15652npm info attempt registry request try #1 at 19:30:11
15653npm http request GET http://registry.npmjs.org/concat-map
15654npm http 200 http://registry.npmjs.org/concat-map
15655npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15656npm verb headers etag: '"66LI2B4AH1989LYDFSL4P944A"',
15657npm verb headers 'content-type': 'application/json',
15658npm verb headers 'cache-control': 'max-age=300',
15659npm verb headers 'content-length': '3896',
15660npm verb headers 'accept-ranges': 'bytes',
15661npm verb headers date: 'Tue, 29 Dec 2015 19:30:11 GMT',
15662npm verb headers age: '278',
15663npm verb headers 'x-served-by': 'cache-fra1240-FRA',
15664npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15665npm verb headers 'x-cache-hits': '11',
15666npm verb headers 'x-timer': 'S1451417411.729555,VS0,VE0',
15667npm verb headers vary: 'Accept',
15668npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15669npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15670npm verb headers connection: 'keep-alive' }
15671npm verb get saving concat-map to /root/.npm/registry.npmjs.org/concat-map/.cache.json
15672npm verb cache add spec concat-map@0.0.1
15673npm verb addNamed "0.0.1" is a plain semver version for concat-map
15674npm verb addNameVersion registry:http://registry.npmjs.org/concat-map not in flight; fetching
15675npm verb get http://registry.npmjs.org/concat-map not expired, no request
15676npm verb addRemoteTarball http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
15677npm verb addRemoteTarball [ 'http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz',
15678npm verb addRemoteTarball 'd8a96bd77fd68df7793a73036a3ba0d5405d477b' ]
15679npm info retry fetch attempt 1 at 19:30:11
15680npm info attempt registry request try #1 at 19:30:11
15681npm http fetch GET http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
15682npm http fetch 200 http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
15683npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
15684npm verb addTmpTarball already have metadata; skipping unpack for concat-map@0.0.1
15685npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json not in flight; writing
15686npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json written
15687npm http 200 http://registry.npmjs.org/balanced-match
15688npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15689npm verb headers etag: '"EWNXFSBBRIGH7I8HCEJKUKS4M"',
15690npm verb headers 'content-type': 'application/json',
15691npm verb headers 'cache-control': 'max-age=60',
15692npm verb headers 'content-length': '11775',
15693npm verb headers 'accept-ranges': 'bytes',
15694npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
15695npm verb headers age: '0',
15696npm verb headers 'x-served-by': 'cache-fra1236-FRA',
15697npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15698npm verb headers 'x-cache-hits': '1',
15699npm verb headers 'x-timer': 'S1451417411.708410,VS0,VE547',
15700npm verb headers vary: 'Accept',
15701npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15702npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15703npm verb headers connection: 'keep-alive' }
15704npm verb get saving balanced-match to /root/.npm/registry.npmjs.org/balanced-match/.cache.json
15705npm verb cache add spec balanced-match@^0.3.0
15706npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for balanced-match
15707npm verb addNameRange registry:http://registry.npmjs.org/balanced-match not in flight; fetching
15708npm verb get http://registry.npmjs.org/balanced-match not expired, no request
15709npm verb addNamed "0.3.0" is a plain semver version for balanced-match
15710npm verb addRemoteTarball http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
15711npm verb addRemoteTarball [ 'http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz',
15712npm verb addRemoteTarball 'a91cdd1ebef1a86659e70ff4def01625fc2d6756' ]
15713npm info retry fetch attempt 1 at 19:30:12
15714npm info attempt registry request try #1 at 19:30:12
15715npm http fetch GET http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
15716npm http fetch 200 http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
15717npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
15718npm verb addTmpTarball already have metadata; skipping unpack for balanced-match@0.3.0
15719npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json not in flight; writing
15720npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json written
15721npm verb request uri http://registry.npmjs.org/charenc
15722npm verb request no auth needed
15723npm info attempt registry request try #1 at 19:30:12
15724npm http request GET http://registry.npmjs.org/charenc
15725npm verb request uri http://registry.npmjs.org/crypt
15726npm verb request no auth needed
15727npm info attempt registry request try #1 at 19:30:12
15728npm http request GET http://registry.npmjs.org/crypt
15729npm verb request uri http://registry.npmjs.org/is-buffer
15730npm verb request no auth needed
15731npm info attempt registry request try #1 at 19:30:12
15732npm http request GET http://registry.npmjs.org/is-buffer
15733npm http 200 http://registry.npmjs.org/charenc
15734npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15735npm verb headers etag: '"56QWGF6L07H5HVAFRB2ZA83YH"',
15736npm verb headers 'content-type': 'application/json',
15737npm verb headers 'cache-control': 'max-age=300',
15738npm verb headers 'content-length': '2266',
15739npm verb headers 'accept-ranges': 'bytes',
15740npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
15741npm verb headers age: '297',
15742npm verb headers 'x-served-by': 'cache-fra1240-FRA',
15743npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15744npm verb headers 'x-cache-hits': '1',
15745npm verb headers 'x-timer': 'S1451417412.349340,VS0,VE0',
15746npm verb headers vary: 'Accept',
15747npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15748npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15749npm verb headers connection: 'keep-alive' }
15750npm verb get saving charenc to /root/.npm/registry.npmjs.org/charenc/.cache.json
15751npm http 200 http://registry.npmjs.org/crypt
15752npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15753npm verb headers etag: '"645DM9B0EL8881WN2UNM01P0E"',
15754npm verb headers 'content-type': 'application/json',
15755npm verb headers 'cache-control': 'max-age=300',
15756npm verb headers 'content-length': '2200',
15757npm verb headers 'accept-ranges': 'bytes',
15758npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
15759npm verb headers age: '298',
15760npm verb headers 'x-served-by': 'cache-fra1229-FRA',
15761npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15762npm verb headers 'x-cache-hits': '2',
15763npm verb headers 'x-timer': 'S1451417412.368838,VS0,VE0',
15764npm verb headers vary: 'Accept',
15765npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15766npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15767npm verb headers connection: 'keep-alive' }
15768npm verb get saving crypt to /root/.npm/registry.npmjs.org/crypt/.cache.json
15769npm http 200 http://registry.npmjs.org/is-buffer
15770npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15771npm verb headers etag: '"DIF9DJ8LI2336ISVZQ1LXHD4H"',
15772npm verb headers 'content-type': 'application/json',
15773npm verb headers 'cache-control': 'max-age=60',
15774npm verb headers 'content-length': '7821',
15775npm verb headers 'accept-ranges': 'bytes',
15776npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
15777npm verb headers age: '47',
15778npm verb headers 'x-served-by': 'cache-fra1225-FRA',
15779npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15780npm verb headers 'x-cache-hits': '1',
15781npm verb headers 'x-timer': 'S1451417412.368962,VS0,VE0',
15782npm verb headers vary: 'Accept',
15783npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15784npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15785npm verb headers connection: 'keep-alive' }
15786npm verb get saving is-buffer to /root/.npm/registry.npmjs.org/is-buffer/.cache.json
15787npm verb cache add spec charenc@~ 0.0.1
15788npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for charenc
15789npm verb addNameRange registry:http://registry.npmjs.org/charenc not in flight; fetching
15790npm verb cache add spec crypt@~ 0.0.1
15791npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for crypt
15792npm verb addNameRange registry:http://registry.npmjs.org/crypt not in flight; fetching
15793npm verb cache add spec is-buffer@~ 1.0.2
15794npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for is-buffer
15795npm verb addNameRange registry:http://registry.npmjs.org/is-buffer not in flight; fetching
15796npm verb get http://registry.npmjs.org/crypt not expired, no request
15797npm verb addNamed "0.0.1" is a plain semver version for crypt
15798npm verb get http://registry.npmjs.org/charenc not expired, no request
15799npm verb addNamed "0.0.1" is a plain semver version for charenc
15800npm verb get http://registry.npmjs.org/is-buffer not expired, no request
15801npm verb addNamed "1.0.2" is a plain semver version for is-buffer
15802npm verb addRemoteTarball http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz not in flight; adding
15803npm verb addRemoteTarball [ 'http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz',
15804npm verb addRemoteTarball '5f11b21a6c05ef1b5e79708366da6374ece1e6a2' ]
15805npm verb addRemoteTarball http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz not in flight; adding
15806npm verb addRemoteTarball [ 'http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz',
15807npm verb addRemoteTarball '004cff9feaf102382ed12db58dd6f962796d6e88' ]
15808npm verb addRemoteTarball http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz not in flight; adding
15809npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz',
15810npm verb addRemoteTarball 'f5c6c051d73f86f11b4ee14267cc1029fce261d0' ]
15811npm info retry fetch attempt 1 at 19:30:12
15812npm info attempt registry request try #1 at 19:30:12
15813npm http fetch GET http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz
15814npm info retry fetch attempt 1 at 19:30:12
15815npm info attempt registry request try #1 at 19:30:12
15816npm http fetch GET http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz
15817npm info retry fetch attempt 1 at 19:30:12
15818npm info attempt registry request try #1 at 19:30:12
15819npm http fetch GET http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz
15820npm http fetch 200 http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz
15821npm http fetch 200 http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz
15822npm http fetch 200 http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz
15823npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/crypt/-/crypt-0.0.1.tgz not in flight; adding
15824npm verb addTmpTarball already have metadata; skipping unpack for crypt@0.0.1
15825npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/charenc/-/charenc-0.0.1.tgz not in flight; adding
15826npm verb addTmpTarball already have metadata; skipping unpack for charenc@0.0.1
15827npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz not in flight; adding
15828npm verb addTmpTarball already have metadata; skipping unpack for is-buffer@1.0.2
15829npm verb afterAdd /root/.npm/charenc/0.0.1/package/package.json not in flight; writing
15830npm verb afterAdd /root/.npm/is-buffer/1.0.2/package/package.json not in flight; writing
15831npm verb afterAdd /root/.npm/crypt/0.0.1/package/package.json not in flight; writing
15832npm verb afterAdd /root/.npm/charenc/0.0.1/package/package.json written
15833npm verb afterAdd /root/.npm/is-buffer/1.0.2/package/package.json written
15834npm verb afterAdd /root/.npm/crypt/0.0.1/package/package.json written
15835npm verb cache add spec nopt@~3.0.1
15836npm verb addNamed ">=3.0.1 <3.1.0" is a valid semver range for nopt
15837npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
15838npm verb request uri http://registry.npmjs.org/config-chain
15839npm verb request no auth needed
15840npm info attempt registry request try #1 at 19:30:12
15841npm http request GET http://registry.npmjs.org/config-chain
15842npm verb request uri http://registry.npmjs.org/ini
15843npm verb request no auth needed
15844npm info attempt registry request try #1 at 19:30:12
15845npm http request GET http://registry.npmjs.org/ini
15846npm verb request uri http://registry.npmjs.org/mkdirp
15847npm verb request no auth needed
15848npm info attempt registry request try #1 at 19:30:12
15849npm http request GET http://registry.npmjs.org/mkdirp
15850npm verb request uri http://registry.npmjs.org/osenv
15851npm verb request no auth needed
15852npm info attempt registry request try #1 at 19:30:12
15853npm http request GET http://registry.npmjs.org/osenv
15854npm verb request uri http://registry.npmjs.org/semver
15855npm verb request no auth needed
15856npm info attempt registry request try #1 at 19:30:12
15857npm http request GET http://registry.npmjs.org/semver
15858npm verb request uri http://registry.npmjs.org/uid-number
15859npm verb request no auth needed
15860npm info attempt registry request try #1 at 19:30:12
15861npm http request GET http://registry.npmjs.org/uid-number
15862npm verb get http://registry.npmjs.org/nopt not expired, no request
15863npm verb addNamed "3.0.6" is a plain semver version for nopt
15864npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
15865npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz',
15866npm verb addRemoteTarball 'c6465dbf08abcd4db359317f79ac68a646b28ff9' ]
15867npm info retry fetch attempt 1 at 19:30:12
15868npm info attempt registry request try #1 at 19:30:12
15869npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
15870npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
15871npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
15872npm verb addTmpTarball already have metadata; skipping unpack for nopt@3.0.6
15873npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
15874npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
15875npm http 200 http://registry.npmjs.org/config-chain
15876npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15877npm verb headers etag: '"7M9TXNMGYSRR3DPSWCBAL9V7U"',
15878npm verb headers 'content-type': 'application/json',
15879npm verb headers 'cache-control': 'max-age=300',
15880npm verb headers 'content-length': '23802',
15881npm verb headers 'accept-ranges': 'bytes',
15882npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
15883npm verb headers age: '125',
15884npm verb headers 'x-served-by': 'cache-fra1225-FRA',
15885npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15886npm verb headers 'x-cache-hits': '4',
15887npm verb headers 'x-timer': 'S1451417412.530677,VS0,VE0',
15888npm verb headers vary: 'Accept',
15889npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15890npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15891npm verb headers connection: 'keep-alive' }
15892npm verb get saving config-chain to /root/.npm/registry.npmjs.org/config-chain/.cache.json
15893npm http 200 http://registry.npmjs.org/ini
15894npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15895npm verb headers etag: '"R52V4AUHE1ZAYPLUYOIGNC3N"',
15896npm verb headers 'content-type': 'application/json',
15897npm verb headers 'cache-control': 'max-age=300',
15898npm verb headers 'content-length': '15321',
15899npm verb headers 'accept-ranges': 'bytes',
15900npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
15901npm verb headers age: '125',
15902npm verb headers 'x-served-by': 'cache-fra1229-FRA',
15903npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15904npm verb headers 'x-cache-hits': '5',
15905npm verb headers 'x-timer': 'S1451417412.532016,VS0,VE0',
15906npm verb headers vary: 'Accept',
15907npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15908npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15909npm verb headers connection: 'keep-alive' }
15910npm verb get saving ini to /root/.npm/registry.npmjs.org/ini/.cache.json
15911npm http 200 http://registry.npmjs.org/mkdirp
15912npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15913npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
15914npm verb headers 'content-type': 'application/json',
15915npm verb headers 'cache-control': 'max-age=300',
15916npm verb headers 'content-length': '23472',
15917npm verb headers 'accept-ranges': 'bytes',
15918npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
15919npm verb headers age: '218',
15920npm verb headers 'x-served-by': 'cache-fra1240-FRA',
15921npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15922npm verb headers 'x-cache-hits': '9',
15923npm verb headers 'x-timer': 'S1451417412.533241,VS0,VE0',
15924npm verb headers vary: 'Accept',
15925npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15926npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15927npm verb headers connection: 'keep-alive' }
15928npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
15929npm http 200 http://registry.npmjs.org/osenv
15930npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15931npm verb headers etag: '"5PEBCGQI27PB8P8C7TGV8M0K7"',
15932npm verb headers 'content-type': 'application/json',
15933npm verb headers 'cache-control': 'max-age=60',
15934npm verb headers 'content-length': '9454',
15935npm verb headers 'accept-ranges': 'bytes',
15936npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
15937npm verb headers age: '54',
15938npm verb headers 'x-served-by': 'cache-fra1239-FRA',
15939npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15940npm verb headers 'x-cache-hits': '1',
15941npm verb headers 'x-timer': 'S1451417412.553123,VS0,VE0',
15942npm verb headers vary: 'Accept',
15943npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15944npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15945npm verb headers connection: 'keep-alive' }
15946npm verb get saving osenv to /root/.npm/registry.npmjs.org/osenv/.cache.json
15947npm http 200 http://registry.npmjs.org/uid-number
15948npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15949npm verb headers etag: '"CWFLK7S5CJT098IANBCL68CGK"',
15950npm verb headers 'content-type': 'application/json',
15951npm verb headers 'cache-control': 'max-age=300',
15952npm verb headers 'content-length': '6212',
15953npm verb headers 'accept-ranges': 'bytes',
15954npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
15955npm verb headers age: '78',
15956npm verb headers 'x-served-by': 'cache-fra1246-FRA',
15957npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15958npm verb headers 'x-cache-hits': '1',
15959npm verb headers 'x-timer': 'S1451417412.561742,VS0,VE0',
15960npm verb headers vary: 'Accept',
15961npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
15962npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15963npm verb headers connection: 'keep-alive' }
15964npm verb get saving uid-number to /root/.npm/registry.npmjs.org/uid-number/.cache.json
15965npm verb cache add spec mkdirp@^0.5.0
15966npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
15967npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
15968npm verb cache add spec config-chain@~1.1.8
15969npm verb addNamed ">=1.1.8 <1.2.0" is a valid semver range for config-chain
15970npm verb addNameRange registry:http://registry.npmjs.org/config-chain not in flight; fetching
15971npm verb cache add spec ini@^1.2.0
15972npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for ini
15973npm verb addNameRange registry:http://registry.npmjs.org/ini not in flight; fetching
15974npm verb cache add spec osenv@^0.1.0
15975npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for osenv
15976npm verb addNameRange registry:http://registry.npmjs.org/osenv not in flight; fetching
15977npm verb cache add spec uid-number@0.0.5
15978npm verb addNamed "0.0.5" is a plain semver version for uid-number
15979npm verb addNameVersion registry:http://registry.npmjs.org/uid-number not in flight; fetching
15980npm http 200 http://registry.npmjs.org/semver
15981npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15982npm verb headers etag: '"9AKHVLXH1EZXB2URR2AGEIANA"',
15983npm verb headers 'content-type': 'application/json',
15984npm verb headers 'cache-control': 'max-age=300',
15985npm verb headers 'content-length': '67438',
15986npm verb headers 'accept-ranges': 'bytes',
15987npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
15988npm verb headers age: '251',
15989npm verb headers 'x-served-by': 'cache-fra1237-FRA',
15990npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
15991npm verb headers 'x-cache-hits': '10',
15992npm verb headers 'x-timer': 'S1451417412.557064,VS0,VE0',
15993npm verb headers vary: 'Accept',
15994npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
15995npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
15996npm verb headers connection: 'keep-alive' }
15997npm verb get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json
15998npm verb get http://registry.npmjs.org/mkdirp not expired, no request
15999npm verb addNamed "0.5.1" is a plain semver version for mkdirp
16000npm verb get http://registry.npmjs.org/config-chain not expired, no request
16001npm verb addNamed "1.1.9" is a plain semver version for config-chain
16002npm verb get http://registry.npmjs.org/ini not expired, no request
16003npm verb addNamed "1.3.4" is a plain semver version for ini
16004npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
16005npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz',
16006npm verb addRemoteTarball '30057438eac6cf7f8c4767f38648d6697d75c903' ]
16007npm verb get http://registry.npmjs.org/osenv not expired, no request
16008npm verb addNamed "0.1.3" is a plain semver version for osenv
16009npm verb addRemoteTarball http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
16010npm verb addRemoteTarball [ 'http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz',
16011npm verb addRemoteTarball '39ac7d4dca84faad926124c54cff25a53aa8bf6e' ]
16012npm verb addRemoteTarball http://registry.npmjs.org/ini/-/ini-1.3.4.tgz not in flight; adding
16013npm verb addRemoteTarball [ 'http://registry.npmjs.org/ini/-/ini-1.3.4.tgz',
16014npm verb addRemoteTarball '0537cb79daf59b59a1a517dff706c86ec039162e' ]
16015npm verb get http://registry.npmjs.org/uid-number not expired, no request
16016npm verb addRemoteTarball http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz not in flight; adding
16017npm verb addRemoteTarball [ 'http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz',
16018npm verb addRemoteTarball '83cf05c6d6458fc4d5ac6362ea325d92f2754217' ]
16019npm verb addRemoteTarball http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz not in flight; adding
16020npm verb addRemoteTarball [ 'http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz',
16021npm verb addRemoteTarball '5a3db23ef5dbd55b81fce0ec9a2ac6fccdebb81e' ]
16022npm info retry fetch attempt 1 at 19:30:12
16023npm info attempt registry request try #1 at 19:30:12
16024npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
16025npm info retry fetch attempt 1 at 19:30:12
16026npm info attempt registry request try #1 at 19:30:12
16027npm http fetch GET http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
16028npm info retry fetch attempt 1 at 19:30:12
16029npm info attempt registry request try #1 at 19:30:12
16030npm http fetch GET http://registry.npmjs.org/ini/-/ini-1.3.4.tgz
16031npm info retry fetch attempt 1 at 19:30:12
16032npm info attempt registry request try #1 at 19:30:12
16033npm http fetch GET http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz
16034npm info retry fetch attempt 1 at 19:30:12
16035npm info attempt registry request try #1 at 19:30:12
16036npm http fetch GET http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz
16037npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
16038npm http fetch 200 http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz
16039npm verb cache add spec semver@2 || 3 || 4
16040npm verb addNamed ">=2.0.0 <3.0.0||>=3.0.0 <4.0.0||>=4.0.0 <5.0.0" is a valid semver range for semver
16041npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
16042npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
16043npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.5.1
16044npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/osenv/-/osenv-0.1.3.tgz not in flight; adding
16045npm verb addTmpTarball already have metadata; skipping unpack for osenv@0.1.3
16046npm verb get http://registry.npmjs.org/semver not expired, no request
16047npm verb addNamed "4.3.6" is a plain semver version for semver
16048npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
16049npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-4.3.6.tgz',
16050npm verb addRemoteTarball '300bc6e0e86374f7ba61068b5b1ecd57fc6532da' ]
16051npm http fetch 200 http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
16052npm http fetch 200 http://registry.npmjs.org/ini/-/ini-1.3.4.tgz
16053npm http fetch 200 http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz
16054npm info retry fetch attempt 1 at 19:30:12
16055npm info attempt registry request try #1 at 19:30:12
16056npm http fetch GET http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
16057npm http fetch 200 http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
16058npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
16059npm verb addTmpTarball already have metadata; skipping unpack for config-chain@1.1.9
16060npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz not in flight; adding
16061npm verb addTmpTarball already have metadata; skipping unpack for uid-number@0.0.5
16062npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/ini/-/ini-1.3.4.tgz not in flight; adding
16063npm verb addTmpTarball already have metadata; skipping unpack for ini@1.3.4
16064npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
16065npm verb afterAdd /root/.npm/osenv/0.1.3/package/package.json not in flight; writing
16066npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
16067npm verb addTmpTarball already have metadata; skipping unpack for semver@4.3.6
16068npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
16069npm verb afterAdd /root/.npm/osenv/0.1.3/package/package.json written
16070npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json not in flight; writing
16071npm verb afterAdd /root/.npm/uid-number/0.0.5/package/package.json not in flight; writing
16072npm verb afterAdd /root/.npm/ini/1.3.4/package/package.json not in flight; writing
16073npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json written
16074npm verb afterAdd /root/.npm/uid-number/0.0.5/package/package.json written
16075npm verb afterAdd /root/.npm/ini/1.3.4/package/package.json written
16076npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json not in flight; writing
16077npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json written
16078npm verb request uri http://registry.npmjs.org/proto-list
16079npm verb request no auth needed
16080npm info attempt registry request try #1 at 19:30:12
16081npm http request GET http://registry.npmjs.org/proto-list
16082npm http 200 http://registry.npmjs.org/proto-list
16083npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16084npm verb headers etag: '"1EC5XUKN8V3HQ1E5A7O7S3GM6"',
16085npm verb headers 'content-type': 'application/json',
16086npm verb headers 'cache-control': 'max-age=300',
16087npm verb headers 'content-length': '6843',
16088npm verb headers 'accept-ranges': 'bytes',
16089npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
16090npm verb headers age: '115',
16091npm verb headers 'x-served-by': 'cache-fra1239-FRA',
16092npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16093npm verb headers 'x-cache-hits': '2',
16094npm verb headers 'x-timer': 'S1451417412.820783,VS0,VE0',
16095npm verb headers vary: 'Accept',
16096npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16097npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16098npm verb headers connection: 'keep-alive' }
16099npm verb get saving proto-list to /root/.npm/registry.npmjs.org/proto-list/.cache.json
16100npm verb cache add spec proto-list@~1.2.1
16101npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for proto-list
16102npm verb addNameRange registry:http://registry.npmjs.org/proto-list not in flight; fetching
16103npm verb get http://registry.npmjs.org/proto-list not expired, no request
16104npm verb addNamed "1.2.4" is a plain semver version for proto-list
16105npm verb addRemoteTarball http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz not in flight; adding
16106npm verb addRemoteTarball [ 'http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz',
16107npm verb addRemoteTarball '212d5bfe1318306a420f6402b8e26ff39647a849' ]
16108npm info retry fetch attempt 1 at 19:30:12
16109npm info attempt registry request try #1 at 19:30:12
16110npm http fetch GET http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz
16111npm http fetch 200 http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz
16112npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz not in flight; adding
16113npm verb addTmpTarball already have metadata; skipping unpack for proto-list@1.2.4
16114npm verb afterAdd /root/.npm/proto-list/1.2.4/package/package.json not in flight; writing
16115npm verb afterAdd /root/.npm/proto-list/1.2.4/package/package.json written
16116npm verb request uri http://registry.npmjs.org/minimist
16117npm verb request no auth needed
16118npm info attempt registry request try #1 at 19:30:12
16119npm http request GET http://registry.npmjs.org/minimist
16120npm http 200 http://registry.npmjs.org/minimist
16121npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16122npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
16123npm verb headers 'content-type': 'application/json',
16124npm verb headers 'cache-control': 'max-age=300',
16125npm verb headers 'content-length': '27449',
16126npm verb headers 'accept-ranges': 'bytes',
16127npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
16128npm verb headers age: '283',
16129npm verb headers 'x-served-by': 'cache-fra1239-FRA',
16130npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16131npm verb headers 'x-cache-hits': '13',
16132npm verb headers 'x-timer': 'S1451417412.902325,VS0,VE0',
16133npm verb headers vary: 'Accept',
16134npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16135npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16136npm verb headers connection: 'keep-alive' }
16137npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
16138npm verb cache add spec minimist@0.0.8
16139npm verb addNamed "0.0.8" is a plain semver version for minimist
16140npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
16141npm verb get http://registry.npmjs.org/minimist not expired, no request
16142npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
16143npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz',
16144npm verb addRemoteTarball '857fcabfc3397d2625b8228262e86aa7a011b05d' ]
16145npm info retry fetch attempt 1 at 19:30:12
16146npm info attempt registry request try #1 at 19:30:12
16147npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
16148npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
16149npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
16150npm verb addTmpTarball already have metadata; skipping unpack for minimist@0.0.8
16151npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
16152npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
16153npm verb request uri http://registry.npmjs.org/os-homedir
16154npm verb request no auth needed
16155npm info attempt registry request try #1 at 19:30:12
16156npm http request GET http://registry.npmjs.org/os-homedir
16157npm verb request uri http://registry.npmjs.org/os-tmpdir
16158npm verb request no auth needed
16159npm info attempt registry request try #1 at 19:30:12
16160npm http request GET http://registry.npmjs.org/os-tmpdir
16161npm http 200 http://registry.npmjs.org/os-homedir
16162npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16163npm verb headers etag: '"EW6GFLS8HPJ06NR5WEQURJIQ0"',
16164npm verb headers 'content-type': 'application/json',
16165npm verb headers 'cache-control': 'max-age=300',
16166npm verb headers 'content-length': '5258',
16167npm verb headers 'accept-ranges': 'bytes',
16168npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
16169npm verb headers age: '254',
16170npm verb headers 'x-served-by': 'cache-fra1239-FRA',
16171npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16172npm verb headers 'x-cache-hits': '6',
16173npm verb headers 'x-timer': 'S1451417412.991011,VS0,VE0',
16174npm verb headers vary: 'Accept',
16175npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16176npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16177npm verb headers connection: 'keep-alive' }
16178npm verb get saving os-homedir to /root/.npm/registry.npmjs.org/os-homedir/.cache.json
16179npm http 200 http://registry.npmjs.org/os-tmpdir
16180npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16181npm verb headers etag: '"1D6S6GMNM0IZZHSSXH31RK0QV"',
16182npm verb headers 'content-type': 'application/json',
16183npm verb headers 'cache-control': 'max-age=60',
16184npm verb headers 'content-length': '4076',
16185npm verb headers 'accept-ranges': 'bytes',
16186npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
16187npm verb headers age: '3',
16188npm verb headers 'x-served-by': 'cache-fra1246-FRA',
16189npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16190npm verb headers 'x-cache-hits': '1',
16191npm verb headers 'x-timer': 'S1451417412.991228,VS0,VE0',
16192npm verb headers vary: 'Accept',
16193npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16194npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16195npm verb headers connection: 'keep-alive' }
16196npm verb get saving os-tmpdir to /root/.npm/registry.npmjs.org/os-tmpdir/.cache.json
16197npm verb cache add spec os-homedir@^1.0.0
16198npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-homedir
16199npm verb addNameRange registry:http://registry.npmjs.org/os-homedir not in flight; fetching
16200npm verb cache add spec os-tmpdir@^1.0.0
16201npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-tmpdir
16202npm verb addNameRange registry:http://registry.npmjs.org/os-tmpdir not in flight; fetching
16203npm verb get http://registry.npmjs.org/os-homedir not expired, no request
16204npm verb addNamed "1.0.1" is a plain semver version for os-homedir
16205npm verb get http://registry.npmjs.org/os-tmpdir not expired, no request
16206npm verb addNamed "1.0.1" is a plain semver version for os-tmpdir
16207npm verb addRemoteTarball http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
16208npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz',
16209npm verb addRemoteTarball '0d62bdf44b916fd3bbdcf2cab191948fb094f007' ]
16210npm verb addRemoteTarball http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz not in flight; adding
16211npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz',
16212npm verb addRemoteTarball 'e9b423a1edaf479882562e92ed71d7743a071b6e' ]
16213npm info retry fetch attempt 1 at 19:30:13
16214npm info attempt registry request try #1 at 19:30:13
16215npm http fetch GET http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
16216npm info retry fetch attempt 1 at 19:30:13
16217npm info attempt registry request try #1 at 19:30:13
16218npm http fetch GET http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz
16219npm http fetch 200 http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz
16220npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz not in flight; adding
16221npm verb addTmpTarball already have metadata; skipping unpack for os-tmpdir@1.0.1
16222npm verb afterAdd /root/.npm/os-tmpdir/1.0.1/package/package.json not in flight; writing
16223npm verb afterAdd /root/.npm/os-tmpdir/1.0.1/package/package.json written
16224npm http fetch 200 http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
16225npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
16226npm verb addTmpTarball already have metadata; skipping unpack for os-homedir@1.0.1
16227npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json not in flight; writing
16228npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json written
16229npm verb request uri http://registry.npmjs.org/bl
16230npm verb request no auth needed
16231npm info attempt registry request try #1 at 19:30:13
16232npm http request GET http://registry.npmjs.org/bl
16233npm verb request uri http://registry.npmjs.org/caseless
16234npm verb request no auth needed
16235npm info attempt registry request try #1 at 19:30:13
16236npm http request GET http://registry.npmjs.org/caseless
16237npm verb request uri http://registry.npmjs.org/forever-agent
16238npm verb request no auth needed
16239npm info attempt registry request try #1 at 19:30:13
16240npm http request GET http://registry.npmjs.org/forever-agent
16241npm verb request uri http://registry.npmjs.org/qs
16242npm verb request no auth needed
16243npm info attempt registry request try #1 at 19:30:13
16244npm http request GET http://registry.npmjs.org/qs
16245npm verb request uri http://registry.npmjs.org/json-stringify-safe
16246npm verb request no auth needed
16247npm info attempt registry request try #1 at 19:30:13
16248npm http request GET http://registry.npmjs.org/json-stringify-safe
16249npm verb request uri http://registry.npmjs.org/mime-types
16250npm verb request no auth needed
16251npm info attempt registry request try #1 at 19:30:13
16252npm http request GET http://registry.npmjs.org/mime-types
16253npm verb request uri http://registry.npmjs.org/node-uuid
16254npm verb request no auth needed
16255npm info attempt registry request try #1 at 19:30:13
16256npm http request GET http://registry.npmjs.org/node-uuid
16257npm verb request uri http://registry.npmjs.org/tunnel-agent
16258npm verb request no auth needed
16259npm info attempt registry request try #1 at 19:30:13
16260npm http request GET http://registry.npmjs.org/tunnel-agent
16261npm verb request uri http://registry.npmjs.org/tough-cookie
16262npm verb request no auth needed
16263npm info attempt registry request try #1 at 19:30:13
16264npm http request GET http://registry.npmjs.org/tough-cookie
16265npm verb request uri http://registry.npmjs.org/form-data
16266npm verb request no auth needed
16267npm info attempt registry request try #1 at 19:30:13
16268npm http request GET http://registry.npmjs.org/form-data
16269npm verb request uri http://registry.npmjs.org/http-signature
16270npm verb request no auth needed
16271npm info attempt registry request try #1 at 19:30:13
16272npm http request GET http://registry.npmjs.org/http-signature
16273npm verb request uri http://registry.npmjs.org/oauth-sign
16274npm verb request no auth needed
16275npm info attempt registry request try #1 at 19:30:13
16276npm http request GET http://registry.npmjs.org/oauth-sign
16277npm verb request uri http://registry.npmjs.org/hawk
16278npm verb request no auth needed
16279npm info attempt registry request try #1 at 19:30:13
16280npm http request GET http://registry.npmjs.org/hawk
16281npm verb request uri http://registry.npmjs.org/aws-sign2
16282npm verb request no auth needed
16283npm info attempt registry request try #1 at 19:30:13
16284npm http request GET http://registry.npmjs.org/aws-sign2
16285npm verb request uri http://registry.npmjs.org/stringstream
16286npm verb request no auth needed
16287npm info attempt registry request try #1 at 19:30:13
16288npm http request GET http://registry.npmjs.org/stringstream
16289npm http 200 http://registry.npmjs.org/bl
16290npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16291npm verb headers etag: '"1QW45QJTVFVWJ5YM6H0GGCASF"',
16292npm verb headers 'content-type': 'application/json',
16293npm verb headers 'cache-control': 'max-age=60',
16294npm verb headers 'content-length': '33544',
16295npm verb headers 'accept-ranges': 'bytes',
16296npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16297npm verb headers age: '58',
16298npm verb headers 'x-served-by': 'cache-fra1239-FRA',
16299npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16300npm verb headers 'x-cache-hits': '2',
16301npm verb headers 'x-timer': 'S1451417413.153991,VS0,VE0',
16302npm verb headers vary: 'Accept',
16303npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16304npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16305npm verb headers connection: 'keep-alive' }
16306npm verb get saving bl to /root/.npm/registry.npmjs.org/bl/.cache.json
16307npm http 200 http://registry.npmjs.org/forever-agent
16308npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16309npm verb headers etag: '"3Z9M332T1HPVIXR93E7J1RS1E"',
16310npm verb headers 'content-type': 'application/json',
16311npm verb headers 'cache-control': 'max-age=300',
16312npm verb headers 'content-length': '7980',
16313npm verb headers 'accept-ranges': 'bytes',
16314npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16315npm verb headers age: '146',
16316npm verb headers 'x-served-by': 'cache-fra1240-FRA',
16317npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16318npm verb headers 'x-cache-hits': '6',
16319npm verb headers 'x-timer': 'S1451417413.156994,VS0,VE0',
16320npm verb headers vary: 'Accept',
16321npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16322npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16323npm verb headers connection: 'keep-alive' }
16324npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
16325npm http 200 http://registry.npmjs.org/json-stringify-safe
16326npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16327npm verb headers etag: '"81QGNAHFB4M7T44SCE0G7ZKVX"',
16328npm verb headers 'content-type': 'application/json',
16329npm verb headers 'cache-control': 'max-age=300',
16330npm verb headers 'content-length': '7011',
16331npm verb headers 'accept-ranges': 'bytes',
16332npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16333npm verb headers age: '125',
16334npm verb headers 'x-served-by': 'cache-fra1225-FRA',
16335npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16336npm verb headers 'x-cache-hits': '4',
16337npm verb headers 'x-timer': 'S1451417413.157036,VS0,VE0',
16338npm verb headers vary: 'Accept',
16339npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16340npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16341npm verb headers connection: 'keep-alive' }
16342npm verb get saving json-stringify-safe to /root/.npm/registry.npmjs.org/json-stringify-safe/.cache.json
16343npm http 200 http://registry.npmjs.org/caseless
16344npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16345npm verb headers etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
16346npm verb headers 'content-type': 'application/json',
16347npm verb headers 'cache-control': 'max-age=60',
16348npm verb headers 'content-length': '13018',
16349npm verb headers 'accept-ranges': 'bytes',
16350npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16351npm verb headers age: '56',
16352npm verb headers 'x-served-by': 'cache-fra1237-FRA',
16353npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16354npm verb headers 'x-cache-hits': '2',
16355npm verb headers 'x-timer': 'S1451417413.156776,VS0,VE0',
16356npm verb headers vary: 'Accept',
16357npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16358npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16359npm verb headers connection: 'keep-alive' }
16360npm verb get saving caseless to /root/.npm/registry.npmjs.org/caseless/.cache.json
16361npm http 200 http://registry.npmjs.org/oauth-sign
16362npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16363npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
16364npm verb headers 'content-type': 'application/json',
16365npm verb headers 'cache-control': 'max-age=60',
16366npm verb headers 'content-length': '8012',
16367npm verb headers 'accept-ranges': 'bytes',
16368npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16369npm verb headers age: '33',
16370npm verb headers 'x-served-by': 'cache-fra1242-FRA',
16371npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16372npm verb headers 'x-cache-hits': '1',
16373npm verb headers 'x-timer': 'S1451417413.178367,VS0,VE0',
16374npm verb headers vary: 'Accept',
16375npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16376npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16377npm verb headers connection: 'keep-alive' }
16378npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
16379npm http 200 http://registry.npmjs.org/form-data
16380npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16381npm verb headers etag: '"3168ZUC1M6PC20LWUFGLM15N0"',
16382npm verb headers 'content-type': 'application/json',
16383npm verb headers 'cache-control': 'max-age=300',
16384npm verb headers 'content-length': '31379',
16385npm verb headers 'accept-ranges': 'bytes',
16386npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16387npm verb headers age: '196',
16388npm verb headers 'x-served-by': 'cache-fra1240-FRA',
16389npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16390npm verb headers 'x-cache-hits': '5',
16391npm verb headers 'x-timer': 'S1451417413.178310,VS0,VE0',
16392npm verb headers vary: 'Accept',
16393npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16394npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16395npm verb headers connection: 'keep-alive' }
16396npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
16397npm http 200 http://registry.npmjs.org/mime-types
16398npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16399npm verb headers etag: '"BWYQA2KRPHERKCN4B7XDHVDU7"',
16400npm verb headers 'content-type': 'application/json',
16401npm verb headers 'cache-control': 'max-age=300',
16402npm verb headers 'content-length': '48065',
16403npm verb headers 'accept-ranges': 'bytes',
16404npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16405npm verb headers age: '115',
16406npm verb headers 'x-served-by': 'cache-fra1231-FRA',
16407npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16408npm verb headers 'x-cache-hits': '6',
16409npm verb headers 'x-timer': 'S1451417413.176445,VS0,VE0',
16410npm verb headers vary: 'Accept',
16411npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
16412npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16413npm verb headers connection: 'keep-alive' }
16414npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
16415npm http 200 http://registry.npmjs.org/qs
16416npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16417npm verb headers etag: '"ABBTZ14CMW8TB0ZN25ZL5AVYM"',
16418npm verb headers 'content-type': 'application/json',
16419npm verb headers 'cache-control': 'max-age=300',
16420npm verb headers 'content-length': '64515',
16421npm verb headers 'accept-ranges': 'bytes',
16422npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16423npm verb headers age: '48',
16424npm verb headers 'x-served-by': 'cache-fra1229-FRA',
16425npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16426npm verb headers 'x-cache-hits': '3',
16427npm verb headers 'x-timer': 'S1451417413.157083,VS0,VE0',
16428npm verb headers vary: 'Accept',
16429npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16430npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16431npm verb headers connection: 'keep-alive' }
16432npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
16433npm http 200 http://registry.npmjs.org/http-signature
16434npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16435npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
16436npm verb headers 'content-type': 'application/json',
16437npm verb headers 'cache-control': 'max-age=60',
16438npm verb headers 'content-length': '24126',
16439npm verb headers 'accept-ranges': 'bytes',
16440npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16441npm verb headers age: '37',
16442npm verb headers 'x-served-by': 'cache-fra1220-FRA',
16443npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16444npm verb headers 'x-cache-hits': '1',
16445npm verb headers 'x-timer': 'S1451417413.178773,VS0,VE0',
16446npm verb headers vary: 'Accept',
16447npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16448npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16449npm verb headers connection: 'keep-alive' }
16450npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
16451npm http 200 http://registry.npmjs.org/node-uuid
16452npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16453npm verb headers etag: '"7SC44848JT0T1XLJAD5CB3ZVF"',
16454npm verb headers 'content-type': 'application/json',
16455npm verb headers 'cache-control': 'max-age=300',
16456npm verb headers 'content-length': '23337',
16457npm verb headers 'accept-ranges': 'bytes',
16458npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16459npm verb headers age: '32',
16460npm verb headers 'x-served-by': 'cache-fra1238-FRA',
16461npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16462npm verb headers 'x-cache-hits': '3',
16463npm verb headers 'x-timer': 'S1451417413.179939,VS0,VE0',
16464npm verb headers vary: 'Accept',
16465npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
16466npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16467npm verb headers connection: 'keep-alive' }
16468npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
16469npm http 200 http://registry.npmjs.org/aws-sign2
16470npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16471npm verb headers etag: '"27R48E29FV1E9H5GP3QGA5YV3"',
16472npm verb headers 'content-type': 'application/json',
16473npm verb headers 'cache-control': 'max-age=60',
16474npm verb headers 'content-length': '3749',
16475npm verb headers 'accept-ranges': 'bytes',
16476npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16477npm verb headers age: '31',
16478npm verb headers 'x-served-by': 'cache-fra1237-FRA',
16479npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16480npm verb headers 'x-cache-hits': '1',
16481npm verb headers 'x-timer': 'S1451417413.179594,VS0,VE0',
16482npm verb headers vary: 'Accept',
16483npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16484npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16485npm verb headers connection: 'keep-alive' }
16486npm verb get saving aws-sign2 to /root/.npm/registry.npmjs.org/aws-sign2/.cache.json
16487npm verb cache add spec forever-agent@~0.5.0
16488npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
16489npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
16490npm verb cache add spec json-stringify-safe@~5.0.0
16491npm verb addNamed ">=5.0.0 <5.1.0" is a valid semver range for json-stringify-safe
16492npm verb addNameRange registry:http://registry.npmjs.org/json-stringify-safe not in flight; fetching
16493npm verb cache add spec caseless@~0.6.0
16494npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for caseless
16495npm verb addNameRange registry:http://registry.npmjs.org/caseless not in flight; fetching
16496npm verb cache add spec bl@~0.9.0
16497npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
16498npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
16499npm http 200 http://registry.npmjs.org/stringstream
16500npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16501npm verb headers etag: '"EBUPD6LZKZQ0XKY707YFHY8YL"',
16502npm verb headers 'content-type': 'application/json',
16503npm verb headers 'cache-control': 'max-age=60',
16504npm verb headers 'content-length': '6491',
16505npm verb headers 'accept-ranges': 'bytes',
16506npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16507npm verb headers age: '33',
16508npm verb headers 'x-served-by': 'cache-fra1238-FRA',
16509npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16510npm verb headers 'x-cache-hits': '2',
16511npm verb headers 'x-timer': 'S1451417413.179978,VS0,VE0',
16512npm verb headers vary: 'Accept',
16513npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16514npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16515npm verb headers connection: 'keep-alive' }
16516npm verb get saving stringstream to /root/.npm/registry.npmjs.org/stringstream/.cache.json
16517npm verb cache add spec oauth-sign@~0.4.0
16518npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for oauth-sign
16519npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
16520npm http 200 http://registry.npmjs.org/hawk
16521npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16522npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
16523npm verb headers 'content-type': 'application/json',
16524npm verb headers 'cache-control': 'max-age=60',
16525npm verb headers 'content-length': '91207',
16526npm verb headers 'accept-ranges': 'bytes',
16527npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
16528npm verb headers age: '33',
16529npm verb headers 'x-served-by': 'cache-fra1237-FRA',
16530npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16531npm verb headers 'x-cache-hits': '1',
16532npm verb headers 'x-timer': 'S1451417413.178269,VS0,VE0',
16533npm verb headers vary: 'Accept',
16534npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16535npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16536npm verb headers connection: 'keep-alive' }
16537npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
16538npm verb cache add spec form-data@~0.1.0
16539npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for form-data
16540npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
16541npm verb get http://registry.npmjs.org/forever-agent not expired, no request
16542npm verb addNamed "0.5.2" is a plain semver version for forever-agent
16543npm verb get http://registry.npmjs.org/json-stringify-safe not expired, no request
16544npm verb addNamed "5.0.1" is a plain semver version for json-stringify-safe
16545npm verb get http://registry.npmjs.org/bl not expired, no request
16546npm verb addNamed "0.9.4" is a plain semver version for bl
16547npm verb get http://registry.npmjs.org/caseless not expired, no request
16548npm verb addNamed "0.6.0" is a plain semver version for caseless
16549npm verb addRemoteTarball http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz not in flight; adding
16550npm verb addRemoteTarball [ 'http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz',
16551npm verb addRemoteTarball '6d0e09c4921f94a27f63d3b49c5feff1ea4c5130' ]
16552npm verb cache add spec mime-types@~1.0.1
16553npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for mime-types
16554npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
16555npm verb addRemoteTarball http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
16556npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz',
16557npm verb addRemoteTarball '1296a2d58fd45f19a0f6ce01d65701e2c735b6eb' ]
16558npm verb addRemoteTarball http://registry.npmjs.org/bl/-/bl-0.9.4.tgz not in flight; adding
16559npm verb addRemoteTarball [ 'http://registry.npmjs.org/bl/-/bl-0.9.4.tgz',
16560npm verb addRemoteTarball '4702ddf72fbe0ecd82787c00c113aea1935ad0e7' ]
16561npm verb addRemoteTarball http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz not in flight; adding
16562npm verb addRemoteTarball [ 'http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz',
16563npm verb addRemoteTarball '8167c1ab8397fb5bb95f96d28e5a81c50f247ac4' ]
16564npm verb get http://registry.npmjs.org/oauth-sign not expired, no request
16565npm verb addNamed "0.4.0" is a plain semver version for oauth-sign
16566npm verb addRemoteTarball http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz not in flight; adding
16567npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz',
16568npm verb addRemoteTarball 'f22956f31ea7151a821e5f2fb32c113cad8b9f69' ]
16569npm verb get http://registry.npmjs.org/form-data not expired, no request
16570npm verb addNamed "0.1.4" is a plain semver version for form-data
16571npm verb cache add spec qs@~1.2.0
16572npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for qs
16573npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
16574npm verb cache add spec http-signature@~0.10.0
16575npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
16576npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
16577npm verb addRemoteTarball http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz not in flight; adding
16578npm verb addRemoteTarball [ 'http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz',
16579npm verb addRemoteTarball '91abd788aba9702b1aabfa8bc01031a2ac9e3b12' ]
16580npm verb cache add spec node-uuid@~1.4.0
16581npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
16582npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
16583npm info retry fetch attempt 1 at 19:30:13
16584npm info attempt registry request try #1 at 19:30:13
16585npm http fetch GET http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz
16586npm info retry fetch attempt 1 at 19:30:13
16587npm info attempt registry request try #1 at 19:30:13
16588npm http fetch GET http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
16589npm info retry fetch attempt 1 at 19:30:13
16590npm info attempt registry request try #1 at 19:30:13
16591npm http fetch GET http://registry.npmjs.org/bl/-/bl-0.9.4.tgz
16592npm info retry fetch attempt 1 at 19:30:13
16593npm info attempt registry request try #1 at 19:30:13
16594npm http fetch GET http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz
16595npm verb cache add spec aws-sign2@~0.5.0
16596npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for aws-sign2
16597npm verb addNameRange registry:http://registry.npmjs.org/aws-sign2 not in flight; fetching
16598npm info retry fetch attempt 1 at 19:30:13
16599npm info attempt registry request try #1 at 19:30:13
16600npm http fetch GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz
16601npm verb cache add spec stringstream@~0.0.4
16602npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for stringstream
16603npm verb addNameRange registry:http://registry.npmjs.org/stringstream not in flight; fetching
16604npm verb get http://registry.npmjs.org/mime-types not expired, no request
16605npm verb addNamed "1.0.2" is a plain semver version for mime-types
16606npm http fetch 200 http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz
16607npm http fetch 200 http://registry.npmjs.org/bl/-/bl-0.9.4.tgz
16608npm http fetch 200 http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz
16609npm verb cache add spec hawk@1.1.1
16610npm verb addNamed "1.1.1" is a plain semver version for hawk
16611npm verb addNameVersion registry:http://registry.npmjs.org/hawk not in flight; fetching
16612npm info retry fetch attempt 1 at 19:30:13
16613npm info attempt registry request try #1 at 19:30:13
16614npm http fetch GET http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz
16615npm verb addRemoteTarball http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz not in flight; adding
16616npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz',
16617npm verb addRemoteTarball '995ae1392ab8affcbfcb2641dd054e943c0d5dce' ]
16618npm http fetch 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz
16619npm verb get http://registry.npmjs.org/qs not expired, no request
16620npm verb addNamed "1.2.2" is a plain semver version for qs
16621npm http fetch 200 http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
16622npm verb get http://registry.npmjs.org/http-signature not expired, no request
16623npm verb addNamed "0.10.1" is a plain semver version for http-signature
16624npm verb get http://registry.npmjs.org/node-uuid not expired, no request
16625npm verb addNamed "1.4.7" is a plain semver version for node-uuid
16626npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-1.2.2.tgz not in flight; adding
16627npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-1.2.2.tgz',
16628npm verb addRemoteTarball '19b57ff24dc2a99ce1f8bdf6afcda59f8ef61f88' ]
16629npm http fetch 200 http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz
16630npm verb addRemoteTarball http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz not in flight; adding
16631npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz',
16632npm verb addRemoteTarball '4fbdac132559aa8323121e540779c0a012b27e66' ]
16633npm verb addRemoteTarball http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
16634npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz',
16635npm verb addRemoteTarball '6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f' ]
16636npm verb get http://registry.npmjs.org/aws-sign2 not expired, no request
16637npm verb addNamed "0.5.0" is a plain semver version for aws-sign2
16638npm info retry fetch attempt 1 at 19:30:13
16639npm info attempt registry request try #1 at 19:30:13
16640npm http fetch GET http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz
16641npm verb get http://registry.npmjs.org/stringstream not expired, no request
16642npm verb addNamed "0.0.5" is a plain semver version for stringstream
16643npm verb addRemoteTarball http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz not in flight; adding
16644npm verb addRemoteTarball [ 'http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz',
16645npm verb addRemoteTarball 'c57103f7a17fc037f02d7c2e64b602ea223f7d63' ]
16646npm verb get http://registry.npmjs.org/hawk not expired, no request
16647npm verb addRemoteTarball http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz not in flight; adding
16648npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz',
16649npm verb addRemoteTarball '4e484cd4de5a0bbbee18e46307710a8a81621878' ]
16650npm info retry fetch attempt 1 at 19:30:13
16651npm info attempt registry request try #1 at 19:30:13
16652npm http fetch GET http://registry.npmjs.org/qs/-/qs-1.2.2.tgz
16653npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz not in flight; adding
16654npm verb addTmpTarball already have metadata; skipping unpack for forever-agent@0.5.2
16655npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/bl/-/bl-0.9.4.tgz not in flight; adding
16656npm verb addTmpTarball already have metadata; skipping unpack for bl@0.9.4
16657npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/caseless/-/caseless-0.6.0.tgz not in flight; adding
16658npm verb addTmpTarball already have metadata; skipping unpack for caseless@0.6.0
16659npm info retry fetch attempt 1 at 19:30:13
16660npm info attempt registry request try #1 at 19:30:13
16661npm http fetch GET http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz
16662npm verb addRemoteTarball http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz not in flight; adding
16663npm verb addRemoteTarball [ 'http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz',
16664npm verb addRemoteTarball '87cd491f9b46e4e2aeaca335416766885d2d1ed9' ]
16665npm info retry fetch attempt 1 at 19:30:13
16666npm info attempt registry request try #1 at 19:30:13
16667npm http fetch GET http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
16668npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz not in flight; adding
16669npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.4.0
16670npm info retry fetch attempt 1 at 19:30:13
16671npm info attempt registry request try #1 at 19:30:13
16672npm http fetch GET http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
16673npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
16674npm verb addTmpTarball already have metadata; skipping unpack for json-stringify-safe@5.0.1
16675npm http fetch 200 http://registry.npmjs.org/qs/-/qs-1.2.2.tgz
16676npm http fetch 200 http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz
16677npm info retry fetch attempt 1 at 19:30:13
16678npm info attempt registry request try #1 at 19:30:13
16679npm http fetch GET http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
16680npm http fetch 200 http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
16681npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/form-data/-/form-data-0.1.4.tgz not in flight; adding
16682npm verb addTmpTarball already have metadata; skipping unpack for form-data@0.1.4
16683npm info retry fetch attempt 1 at 19:30:13
16684npm info attempt registry request try #1 at 19:30:13
16685npm http fetch GET http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz
16686npm http fetch 200 http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
16687npm http fetch 200 http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz
16688npm http fetch 200 http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz
16689npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/qs/-/qs-1.2.2.tgz not in flight; adding
16690npm verb addTmpTarball already have metadata; skipping unpack for qs@1.2.2
16691npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz not in flight; adding
16692npm verb addTmpTarball already have metadata; skipping unpack for mime-types@1.0.2
16693npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
16694npm verb addTmpTarball already have metadata; skipping unpack for node-uuid@1.4.7
16695npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz not in flight; adding
16696npm verb addTmpTarball already have metadata; skipping unpack for aws-sign2@0.5.0
16697npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json not in flight; writing
16698npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json not in flight; writing
16699npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json not in flight; writing
16700npm http fetch 200 http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
16701npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json not in flight; writing
16702npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json not in flight; writing
16703npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz not in flight; adding
16704npm verb addTmpTarball already have metadata; skipping unpack for http-signature@0.10.1
16705npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json not in flight; writing
16706npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/hawk/-/hawk-1.1.1.tgz not in flight; adding
16707npm verb addTmpTarball already have metadata; skipping unpack for hawk@1.1.1
16708npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json written
16709npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json written
16710npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json written
16711npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json written
16712npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz not in flight; adding
16713npm verb addTmpTarball already have metadata; skipping unpack for stringstream@0.0.5
16714npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json written
16715npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json not in flight; writing
16716npm verb afterAdd /root/.npm/mime-types/1.0.2/package/package.json not in flight; writing
16717npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json written
16718npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
16719npm verb afterAdd /root/.npm/aws-sign2/0.5.0/package/package.json not in flight; writing
16720npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json written
16721npm verb afterAdd /root/.npm/mime-types/1.0.2/package/package.json written
16722npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json not in flight; writing
16723npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
16724npm verb afterAdd /root/.npm/aws-sign2/0.5.0/package/package.json written
16725npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json not in flight; writing
16726npm verb afterAdd /root/.npm/stringstream/0.0.5/package/package.json not in flight; writing
16727npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json written
16728npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json written
16729npm verb afterAdd /root/.npm/stringstream/0.0.5/package/package.json written
16730npm http 200 http://registry.npmjs.org/tunnel-agent
16731npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16732npm verb headers etag: '"5431PXAZURN09OWZMSA9JZ82Z"',
16733npm verb headers 'content-type': 'application/json',
16734npm verb headers 'cache-control': 'max-age=300',
16735npm verb headers 'content-length': '6161',
16736npm verb headers 'accept-ranges': 'bytes',
16737npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
16738npm verb headers age: '120',
16739npm verb headers 'x-served-by': 'cache-fra1241-FRA',
16740npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16741npm verb headers 'x-cache-hits': '2',
16742npm verb headers 'x-timer': 'S1451417414.174495,VS0,VE0',
16743npm verb headers vary: 'Accept',
16744npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16745npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16746npm verb headers connection: 'keep-alive' }
16747npm verb get saving tunnel-agent to /root/.npm/registry.npmjs.org/tunnel-agent/.cache.json
16748npm verb cache add spec tunnel-agent@~0.4.0
16749npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for tunnel-agent
16750npm verb addNameRange registry:http://registry.npmjs.org/tunnel-agent not in flight; fetching
16751npm verb get http://registry.npmjs.org/tunnel-agent not expired, no request
16752npm verb addNamed "0.4.2" is a plain semver version for tunnel-agent
16753npm verb addRemoteTarball http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz not in flight; adding
16754npm verb addRemoteTarball [ 'http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz',
16755npm verb addRemoteTarball '1104e3f36ac87125c287270067d582d18133bfee' ]
16756npm info retry fetch attempt 1 at 19:30:14
16757npm info attempt registry request try #1 at 19:30:14
16758npm http fetch GET http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
16759npm http 200 http://registry.npmjs.org/tough-cookie
16760npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16761npm verb headers etag: '"B7F5A665MXTTVUJINA0ZEOV17"',
16762npm verb headers 'content-type': 'application/json',
16763npm verb headers 'cache-control': 'max-age=60',
16764npm verb headers 'content-length': '57765',
16765npm verb headers 'accept-ranges': 'bytes',
16766npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
16767npm verb headers age: '34',
16768npm verb headers 'x-served-by': 'cache-fra1222-FRA',
16769npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16770npm verb headers 'x-cache-hits': '1',
16771npm verb headers 'x-timer': 'S1451417414.174486,VS0,VE0',
16772npm verb headers vary: 'Accept',
16773npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16774npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16775npm verb headers connection: 'keep-alive' }
16776npm verb get saving tough-cookie to /root/.npm/registry.npmjs.org/tough-cookie/.cache.json
16777npm http fetch 200 http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
16778npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz not in flight; adding
16779npm verb addTmpTarball already have metadata; skipping unpack for tunnel-agent@0.4.2
16780npm verb cache add spec tough-cookie@>=0.12.0
16781npm verb addNamed ">=0.12.0" is a valid semver range for tough-cookie
16782npm verb addNameRange registry:http://registry.npmjs.org/tough-cookie not in flight; fetching
16783npm verb get http://registry.npmjs.org/tough-cookie not expired, no request
16784npm verb addNamed "2.2.1" is a plain semver version for tough-cookie
16785npm verb addRemoteTarball http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz not in flight; adding
16786npm verb addRemoteTarball [ 'http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz',
16787npm verb addRemoteTarball '3b0516b799e70e8164436a1446e7e5877fda118e' ]
16788npm verb afterAdd /root/.npm/tunnel-agent/0.4.2/package/package.json not in flight; writing
16789npm info retry fetch attempt 1 at 19:30:14
16790npm info attempt registry request try #1 at 19:30:14
16791npm http fetch GET http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
16792npm verb afterAdd /root/.npm/tunnel-agent/0.4.2/package/package.json written
16793npm http fetch 200 http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
16794npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz not in flight; adding
16795npm verb addTmpTarball already have metadata; skipping unpack for tough-cookie@2.2.1
16796npm verb afterAdd /root/.npm/tough-cookie/2.2.1/package/package.json not in flight; writing
16797npm verb afterAdd /root/.npm/tough-cookie/2.2.1/package/package.json written
16798npm verb request uri http://registry.npmjs.org/readable-stream
16799npm verb request no auth needed
16800npm info attempt registry request try #1 at 19:30:14
16801npm http request GET http://registry.npmjs.org/readable-stream
16802npm http 200 http://registry.npmjs.org/readable-stream
16803npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16804npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
16805npm verb headers 'content-type': 'application/json',
16806npm verb headers 'cache-control': 'max-age=300',
16807npm verb headers 'content-length': '52248',
16808npm verb headers 'accept-ranges': 'bytes',
16809npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
16810npm verb headers age: '5',
16811npm verb headers 'x-served-by': 'cache-fra1241-FRA',
16812npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16813npm verb headers 'x-cache-hits': '1933',
16814npm verb headers 'x-timer': 'S1451417414.411883,VS0,VE0',
16815npm verb headers vary: 'Accept',
16816npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
16817npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16818npm verb headers connection: 'keep-alive' }
16819npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
16820npm verb cache add spec readable-stream@~1.0.26
16821npm verb addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
16822npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
16823npm verb get http://registry.npmjs.org/readable-stream not expired, no request
16824npm verb addNamed "1.0.33" is a plain semver version for readable-stream
16825npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz not in flight; adding
16826npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz',
16827npm verb addRemoteTarball '3a360dd66c1b1d7fd4705389860eda1d0f61126c' ]
16828npm info retry fetch attempt 1 at 19:30:14
16829npm info attempt registry request try #1 at 19:30:14
16830npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz
16831npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz
16832npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz not in flight; adding
16833npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@1.0.33
16834npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
16835npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
16836npm verb request uri http://registry.npmjs.org/core-util-is
16837npm verb request no auth needed
16838npm info attempt registry request try #1 at 19:30:14
16839npm http request GET http://registry.npmjs.org/core-util-is
16840npm verb request uri http://registry.npmjs.org/isarray
16841npm verb request no auth needed
16842npm info attempt registry request try #1 at 19:30:14
16843npm http request GET http://registry.npmjs.org/isarray
16844npm verb request uri http://registry.npmjs.org/string_decoder
16845npm verb request no auth needed
16846npm info attempt registry request try #1 at 19:30:14
16847npm http request GET http://registry.npmjs.org/string_decoder
16848npm http 200 http://registry.npmjs.org/core-util-is
16849npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16850npm verb headers etag: '"75RK9UUWAHLYO40UZKLLOJ8YF"',
16851npm verb headers 'content-type': 'application/json',
16852npm verb headers 'cache-control': 'max-age=60',
16853npm verb headers 'content-length': '3747',
16854npm verb headers 'accept-ranges': 'bytes',
16855npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
16856npm verb headers age: '26',
16857npm verb headers 'x-served-by': 'cache-fra1241-FRA',
16858npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16859npm verb headers 'x-cache-hits': '2',
16860npm verb headers 'x-timer': 'S1451417414.558802,VS0,VE0',
16861npm verb headers vary: 'Accept',
16862npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16863npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16864npm verb headers connection: 'keep-alive' }
16865npm verb get saving core-util-is to /root/.npm/registry.npmjs.org/core-util-is/.cache.json
16866npm http 200 http://registry.npmjs.org/isarray
16867npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16868npm verb headers etag: '"9BAUPW5RTV3W0838KA6Y08NTG"',
16869npm verb headers 'content-type': 'application/json',
16870npm verb headers 'cache-control': 'max-age=300',
16871npm verb headers 'content-length': '5848',
16872npm verb headers 'accept-ranges': 'bytes',
16873npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
16874npm verb headers age: '47',
16875npm verb headers 'x-served-by': 'cache-fra1222-FRA',
16876npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16877npm verb headers 'x-cache-hits': '3',
16878npm verb headers 'x-timer': 'S1451417414.559262,VS0,VE0',
16879npm verb headers vary: 'Accept',
16880npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
16881npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16882npm verb headers connection: 'keep-alive' }
16883npm verb get saving isarray to /root/.npm/registry.npmjs.org/isarray/.cache.json
16884npm http 200 http://registry.npmjs.org/string_decoder
16885npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16886npm verb headers etag: '"3SLQP4XEWUIBONOV855WOPR0B"',
16887npm verb headers 'content-type': 'application/json',
16888npm verb headers 'cache-control': 'max-age=60',
16889npm verb headers 'content-length': '8814',
16890npm verb headers 'accept-ranges': 'bytes',
16891npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
16892npm verb headers age: '11',
16893npm verb headers 'x-served-by': 'cache-fra1237-FRA',
16894npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16895npm verb headers 'x-cache-hits': '2',
16896npm verb headers 'x-timer': 'S1451417414.559382,VS0,VE0',
16897npm verb headers vary: 'Accept',
16898npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16899npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16900npm verb headers connection: 'keep-alive' }
16901npm verb get saving string_decoder to /root/.npm/registry.npmjs.org/string_decoder/.cache.json
16902npm verb cache add spec core-util-is@~1.0.0
16903npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is
16904npm verb addNameRange registry:http://registry.npmjs.org/core-util-is not in flight; fetching
16905npm verb cache add spec isarray@0.0.1
16906npm verb addNamed "0.0.1" is a plain semver version for isarray
16907npm verb addNameVersion registry:http://registry.npmjs.org/isarray not in flight; fetching
16908npm verb cache add spec string_decoder@~0.10.x
16909npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for string_decoder
16910npm verb addNameRange registry:http://registry.npmjs.org/string_decoder not in flight; fetching
16911npm verb get http://registry.npmjs.org/core-util-is not expired, no request
16912npm verb addNamed "1.0.2" is a plain semver version for core-util-is
16913npm verb get http://registry.npmjs.org/isarray not expired, no request
16914npm verb addRemoteTarball http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
16915npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz',
16916npm verb addRemoteTarball 'b5fd54220aa2bc5ab57aab7140c940754503c1a7' ]
16917npm verb addRemoteTarball http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
16918npm verb addRemoteTarball [ 'http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz',
16919npm verb addRemoteTarball '8a18acfca9a8f4177e09abfc6038939b05d1eedf' ]
16920npm verb get http://registry.npmjs.org/string_decoder not expired, no request
16921npm verb addNamed "0.10.31" is a plain semver version for string_decoder
16922npm verb addRemoteTarball http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
16923npm verb addRemoteTarball [ 'http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz',
16924npm verb addRemoteTarball '62e203bc41766c6c28c9fc84301dab1c5310fa94' ]
16925npm info retry fetch attempt 1 at 19:30:14
16926npm info attempt registry request try #1 at 19:30:14
16927npm http fetch GET http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
16928npm info retry fetch attempt 1 at 19:30:14
16929npm info attempt registry request try #1 at 19:30:14
16930npm http fetch GET http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
16931npm info retry fetch attempt 1 at 19:30:14
16932npm info attempt registry request try #1 at 19:30:14
16933npm http fetch GET http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
16934npm http fetch 200 http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
16935npm http fetch 200 http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
16936npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
16937npm verb addTmpTarball already have metadata; skipping unpack for isarray@0.0.1
16938npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
16939npm verb addTmpTarball already have metadata; skipping unpack for string_decoder@0.10.31
16940npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json not in flight; writing
16941npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json not in flight; writing
16942npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json written
16943npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json written
16944npm http fetch 200 http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
16945npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
16946npm verb addTmpTarball already have metadata; skipping unpack for core-util-is@1.0.2
16947npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json not in flight; writing
16948npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json written
16949npm verb request uri http://registry.npmjs.org/combined-stream
16950npm verb request no auth needed
16951npm info attempt registry request try #1 at 19:30:14
16952npm http request GET http://registry.npmjs.org/combined-stream
16953npm verb request uri http://registry.npmjs.org/mime
16954npm verb request no auth needed
16955npm info attempt registry request try #1 at 19:30:14
16956npm http request GET http://registry.npmjs.org/mime
16957npm verb request uri http://registry.npmjs.org/async
16958npm verb request no auth needed
16959npm info attempt registry request try #1 at 19:30:14
16960npm http request GET http://registry.npmjs.org/async
16961npm http 200 http://registry.npmjs.org/mime
16962npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16963npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
16964npm verb headers 'content-type': 'application/json',
16965npm verb headers 'cache-control': 'max-age=60',
16966npm verb headers 'content-length': '20148',
16967npm verb headers 'accept-ranges': 'bytes',
16968npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
16969npm verb headers age: '60',
16970npm verb headers 'x-served-by': 'cache-fra1241-FRA',
16971npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16972npm verb headers 'x-cache-hits': '3',
16973npm verb headers 'x-timer': 'S1451417414.703004,VS0,VE0',
16974npm verb headers vary: 'Accept',
16975npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16976npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16977npm verb headers connection: 'keep-alive' }
16978npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
16979npm http 200 http://registry.npmjs.org/combined-stream
16980npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
16981npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
16982npm verb headers 'content-type': 'application/json',
16983npm verb headers 'cache-control': 'max-age=60',
16984npm verb headers 'content-length': '20052',
16985npm verb headers 'accept-ranges': 'bytes',
16986npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
16987npm verb headers age: '41',
16988npm verb headers 'x-served-by': 'cache-fra1222-FRA',
16989npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
16990npm verb headers 'x-cache-hits': '1',
16991npm verb headers 'x-timer': 'S1451417414.703545,VS0,VE4',
16992npm verb headers vary: 'Accept',
16993npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
16994npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
16995npm verb headers connection: 'keep-alive' }
16996npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
16997npm verb cache add spec mime@~1.2.11
16998npm verb addNamed ">=1.2.11 <1.3.0" is a valid semver range for mime
16999npm verb addNameRange registry:http://registry.npmjs.org/mime not in flight; fetching
17000npm verb cache add spec combined-stream@~0.0.4
17001npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for combined-stream
17002npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
17003npm verb get http://registry.npmjs.org/mime not expired, no request
17004npm verb addNamed "1.2.11" is a plain semver version for mime
17005npm verb get http://registry.npmjs.org/combined-stream not expired, no request
17006npm verb addNamed "0.0.7" is a plain semver version for combined-stream
17007npm verb addRemoteTarball http://registry.npmjs.org/mime/-/mime-1.2.11.tgz not in flight; adding
17008npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime/-/mime-1.2.11.tgz',
17009npm verb addRemoteTarball '58203eed86e3a5ef17aed2b7d9ebd47f0a60dd10' ]
17010npm verb addRemoteTarball http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz not in flight; adding
17011npm verb addRemoteTarball [ 'http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz',
17012npm verb addRemoteTarball '0137e657baa5a7541c57ac37ac5fc07d73b4dc1f' ]
17013npm info retry fetch attempt 1 at 19:30:14
17014npm info attempt registry request try #1 at 19:30:14
17015npm http fetch GET http://registry.npmjs.org/mime/-/mime-1.2.11.tgz
17016npm info retry fetch attempt 1 at 19:30:14
17017npm info attempt registry request try #1 at 19:30:14
17018npm http fetch GET http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz
17019npm http fetch 200 http://registry.npmjs.org/mime/-/mime-1.2.11.tgz
17020npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/mime/-/mime-1.2.11.tgz not in flight; adding
17021npm verb addTmpTarball already have metadata; skipping unpack for mime@1.2.11
17022npm verb afterAdd /root/.npm/mime/1.2.11/package/package.json not in flight; writing
17023npm verb afterAdd /root/.npm/mime/1.2.11/package/package.json written
17024npm http fetch 200 http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz
17025npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz not in flight; adding
17026npm verb addTmpTarball already have metadata; skipping unpack for combined-stream@0.0.7
17027npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
17028npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json written
17029npm http 200 http://registry.npmjs.org/async
17030npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17031npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
17032npm verb headers 'content-type': 'application/json',
17033npm verb headers 'cache-control': 'max-age=300',
17034npm verb headers 'content-length': '132682',
17035npm verb headers 'accept-ranges': 'bytes',
17036npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
17037npm verb headers age: '21',
17038npm verb headers 'x-served-by': 'cache-fra1238-FRA',
17039npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
17040npm verb headers 'x-cache-hits': '2',
17041npm verb headers 'x-timer': 'S1451417414.715970,VS0,VE0',
17042npm verb headers vary: 'Accept',
17043npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
17044npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
17045npm verb headers connection: 'keep-alive' }
17046npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
17047npm verb cache add spec async@~0.9.0
17048npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
17049npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
17050npm verb get http://registry.npmjs.org/async not expired, no request
17051npm verb addNamed "0.9.2" is a plain semver version for async
17052npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.9.2.tgz not in flight; adding
17053npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.9.2.tgz',
17054npm verb addRemoteTarball 'aea74d5e61c1f899613bf64bda66d4c78f2fd17d' ]
17055npm info retry fetch attempt 1 at 19:30:14
17056npm info attempt registry request try #1 at 19:30:14
17057npm http fetch GET http://registry.npmjs.org/async/-/async-0.9.2.tgz
17058npm http fetch 200 http://registry.npmjs.org/async/-/async-0.9.2.tgz
17059npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/async/-/async-0.9.2.tgz not in flight; adding
17060npm verb addTmpTarball already have metadata; skipping unpack for async@0.9.2
17061npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
17062npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
17063npm verb request uri http://registry.npmjs.org/delayed-stream
17064npm verb request no auth needed
17065npm info attempt registry request try #1 at 19:30:14
17066npm http request GET http://registry.npmjs.org/delayed-stream
17067npm http 200 http://registry.npmjs.org/delayed-stream
17068npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17069npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
17070npm verb headers 'content-type': 'application/json',
17071npm verb headers 'cache-control': 'max-age=60',
17072npm verb headers 'content-length': '13299',
17073npm verb headers 'accept-ranges': 'bytes',
17074npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
17075npm verb headers age: '32',
17076npm verb headers 'x-served-by': 'cache-fra1238-FRA',
17077npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
17078npm verb headers 'x-cache-hits': '2',
17079npm verb headers 'x-timer': 'S1451417414.957209,VS0,VE0',
17080npm verb headers vary: 'Accept',
17081npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
17082npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
17083npm verb headers connection: 'keep-alive' }
17084npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
17085npm verb cache add spec delayed-stream@0.0.5
17086npm verb addNamed "0.0.5" is a plain semver version for delayed-stream
17087npm verb addNameVersion registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
17088npm verb get http://registry.npmjs.org/delayed-stream not expired, no request
17089npm verb addRemoteTarball http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz not in flight; adding
17090npm verb addRemoteTarball [ 'http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz',
17091npm verb addRemoteTarball 'd4b1f43a93e8296dfe02694f4680bc37a313c73f' ]
17092npm info retry fetch attempt 1 at 19:30:14
17093npm info attempt registry request try #1 at 19:30:14
17094npm http fetch GET http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz
17095npm http fetch 200 http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz
17096npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz not in flight; adding
17097npm verb addTmpTarball already have metadata; skipping unpack for delayed-stream@0.0.5
17098npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
17099npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json written
17100npm verb request uri http://registry.npmjs.org/hoek
17101npm verb request no auth needed
17102npm info attempt registry request try #1 at 19:30:15
17103npm http request GET http://registry.npmjs.org/hoek
17104npm verb request uri http://registry.npmjs.org/boom
17105npm verb request no auth needed
17106npm info attempt registry request try #1 at 19:30:15
17107npm http request GET http://registry.npmjs.org/boom
17108npm verb request uri http://registry.npmjs.org/cryptiles
17109npm verb request no auth needed
17110npm info attempt registry request try #1 at 19:30:15
17111npm http request GET http://registry.npmjs.org/cryptiles
17112npm verb request uri http://registry.npmjs.org/sntp
17113npm verb request no auth needed
17114npm info attempt registry request try #1 at 19:30:15
17115npm http request GET http://registry.npmjs.org/sntp
17116npm http 200 http://registry.npmjs.org/cryptiles
17117npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17118npm verb headers etag: '"99IFMGJJU8VHDG34AJNVUOITE"',
17119npm verb headers 'content-type': 'application/json',
17120npm verb headers 'cache-control': 'max-age=300',
17121npm verb headers 'content-length': '20373',
17122npm verb headers 'accept-ranges': 'bytes',
17123npm verb headers date: 'Tue, 29 Dec 2015 19:30:15 GMT',
17124npm verb headers age: '60',
17125npm verb headers 'x-served-by': 'cache-fra1220-FRA',
17126npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
17127npm verb headers 'x-cache-hits': '1',
17128npm verb headers 'x-timer': 'S1451417415.038196,VS0,VE2',
17129npm verb headers vary: 'Accept',
17130npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
17131npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
17132npm verb headers connection: 'keep-alive' }
17133npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
17134npm verb cache add spec cryptiles@0.2.x
17135npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
17136npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
17137npm http 200 http://registry.npmjs.org/boom
17138npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17139npm verb headers etag: '"1F1PXIUEXIT4BCI84DVI6LC4C"',
17140npm verb headers 'content-type': 'application/json',
17141npm verb headers 'cache-control': 'max-age=300',
17142npm verb headers 'content-length': '70843',
17143npm verb headers 'accept-ranges': 'bytes',
17144npm verb headers date: 'Tue, 29 Dec 2015 19:30:15 GMT',
17145npm verb headers age: '294',
17146npm verb headers 'x-served-by': 'cache-fra1241-FRA',
17147npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
17148npm verb headers 'x-cache-hits': '4',
17149npm verb headers 'x-timer': 'S1451417415.037982,VS0,VE0',
17150npm verb headers vary: 'Accept',
17151npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
17152npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
17153npm verb headers connection: 'keep-alive' }
17154npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
17155npm verb get http://registry.npmjs.org/cryptiles not expired, no request
17156npm verb addNamed "0.2.2" is a plain semver version for cryptiles
17157npm verb addRemoteTarball http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz not in flight; adding
17158npm verb addRemoteTarball [ 'http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz',
17159npm verb addRemoteTarball 'ed91ff1f17ad13d3748288594f8a48a0d26f325c' ]
17160npm info retry fetch attempt 1 at 19:30:15
17161npm info attempt registry request try #1 at 19:30:15
17162npm http fetch GET http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz
17163npm verb cache add spec boom@0.4.x
17164npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
17165npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
17166npm http fetch 200 http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz
17167npm http 200 http://registry.npmjs.org/sntp
17168npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17169npm verb headers etag: '"26EOAOB5E6XN99QN0TPGQ2YJE"',
17170npm verb headers 'content-type': 'application/json',
17171npm verb headers 'cache-control': 'max-age=300',
17172npm verb headers 'content-length': '24763',
17173npm verb headers 'accept-ranges': 'bytes',
17174npm verb headers date: 'Tue, 29 Dec 2015 19:30:15 GMT',
17175npm verb headers age: '296',
17176npm verb headers 'x-served-by': 'cache-fra1229-FRA',
17177npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
17178npm verb headers 'x-cache-hits': '6',
17179npm verb headers 'x-timer': 'S1451417415.038451,VS0,VE0',
17180npm verb headers vary: 'Accept',
17181npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
17182npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
17183npm verb headers connection: 'keep-alive' }
17184npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
17185npm verb get http://registry.npmjs.org/boom not expired, no request
17186npm verb addNamed "0.4.2" is a plain semver version for boom
17187npm verb addRemoteTarball http://registry.npmjs.org/boom/-/boom-0.4.2.tgz not in flight; adding
17188npm verb addRemoteTarball [ 'http://registry.npmjs.org/boom/-/boom-0.4.2.tgz',
17189npm verb addRemoteTarball '7a636e9ded4efcefb19cef4947a3c67dfaee911b' ]
17190npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz not in flight; adding
17191npm verb addTmpTarball already have metadata; skipping unpack for cryptiles@0.2.2
17192npm info retry fetch attempt 1 at 19:30:15
17193npm info attempt registry request try #1 at 19:30:15
17194npm http fetch GET http://registry.npmjs.org/boom/-/boom-0.4.2.tgz
17195npm verb cache add spec sntp@0.2.x
17196npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
17197npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
17198npm http fetch 200 http://registry.npmjs.org/boom/-/boom-0.4.2.tgz
17199npm verb get http://registry.npmjs.org/sntp not expired, no request
17200npm verb addNamed "0.2.4" is a plain semver version for sntp
17201npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json not in flight; writing
17202npm verb addRemoteTarball http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz not in flight; adding
17203npm verb addRemoteTarball [ 'http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz',
17204npm verb addRemoteTarball 'fb885f18b0f3aad189f824862536bceeec750900' ]
17205npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/boom/-/boom-0.4.2.tgz not in flight; adding
17206npm verb addTmpTarball already have metadata; skipping unpack for boom@0.4.2
17207npm info retry fetch attempt 1 at 19:30:15
17208npm info attempt registry request try #1 at 19:30:15
17209npm http fetch GET http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz
17210npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json written
17211npm http fetch 200 http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz
17212npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/sntp/-/sntp-0.2.4.tgz not in flight; adding
17213npm verb addTmpTarball already have metadata; skipping unpack for sntp@0.2.4
17214npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json not in flight; writing
17215npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json written
17216npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json not in flight; writing
17217npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json written
17218npm http 200 http://registry.npmjs.org/hoek
17219npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17220npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
17221npm verb headers 'content-type': 'application/json',
17222npm verb headers 'cache-control': 'max-age=60',
17223npm verb headers 'content-length': '121825',
17224npm verb headers 'accept-ranges': 'bytes',
17225npm verb headers date: 'Tue, 29 Dec 2015 19:30:15 GMT',
17226npm verb headers age: '57',
17227npm verb headers 'x-served-by': 'cache-fra1238-FRA',
17228npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
17229npm verb headers 'x-cache-hits': '4',
17230npm verb headers 'x-timer': 'S1451417415.037931,VS0,VE0',
17231npm verb headers vary: 'Accept',
17232npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
17233npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
17234npm verb headers connection: 'keep-alive' }
17235npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
17236npm verb cache add spec hoek@0.9.x
17237npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
17238npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
17239npm verb get http://registry.npmjs.org/hoek not expired, no request
17240npm verb addNamed "0.9.1" is a plain semver version for hoek
17241npm verb addRemoteTarball http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz not in flight; adding
17242npm verb addRemoteTarball [ 'http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz',
17243npm verb addRemoteTarball '3d322462badf07716ea7eb85baf88079cddce505' ]
17244npm info retry fetch attempt 1 at 19:30:15
17245npm info attempt registry request try #1 at 19:30:15
17246npm http fetch GET http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz
17247npm http fetch 200 http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz
17248npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/hoek/-/hoek-0.9.1.tgz not in flight; adding
17249npm verb addTmpTarball already have metadata; skipping unpack for hoek@0.9.1
17250npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json not in flight; writing
17251npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json written
17252npm verb request uri http://registry.npmjs.org/assert-plus
17253npm verb request no auth needed
17254npm info attempt registry request try #1 at 19:30:15
17255npm http request GET http://registry.npmjs.org/assert-plus
17256npm verb request uri http://registry.npmjs.org/asn1
17257npm verb request no auth needed
17258npm info attempt registry request try #1 at 19:30:15
17259npm http request GET http://registry.npmjs.org/asn1
17260npm verb request uri http://registry.npmjs.org/ctype
17261npm verb request no auth needed
17262npm info attempt registry request try #1 at 19:30:15
17263npm http request GET http://registry.npmjs.org/ctype
17264npm http 200 http://registry.npmjs.org/assert-plus
17265npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17266npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
17267npm verb headers 'content-type': 'application/json',
17268npm verb headers 'cache-control': 'max-age=60',
17269npm verb headers 'content-length': '11635',
17270npm verb headers 'accept-ranges': 'bytes',
17271npm verb headers date: 'Tue, 29 Dec 2015 19:30:15 GMT',
17272npm verb headers age: '40',
17273npm verb headers 'x-served-by': 'cache-fra1238-FRA',
17274npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
17275npm verb headers 'x-cache-hits': '2',
17276npm verb headers 'x-timer': 'S1451417415.329942,VS0,VE0',
17277npm verb headers vary: 'Accept',
17278npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
17279npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
17280npm verb headers connection: 'keep-alive' }
17281npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
17282npm http 200 http://registry.npmjs.org/ctype
17283npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17284npm verb headers etag: '"7B13NJ25OLHMF8SVEORNTMPT9"',
17285npm verb headers 'content-type': 'application/json',
17286npm verb headers 'cache-control': 'max-age=60',
17287npm verb headers 'content-length': '14368',
17288npm verb headers 'accept-ranges': 'bytes',
17289npm verb headers date: 'Tue, 29 Dec 2015 19:30:15 GMT',
17290npm verb headers age: '58',
17291npm verb headers 'x-served-by': 'cache-fra1241-FRA',
17292npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
17293npm verb headers 'x-cache-hits': '127',
17294npm verb headers 'x-timer': 'S1451417415.332847,VS0,VE0',
17295npm verb headers vary: 'Accept',
17296npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
17297npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
17298npm verb headers connection: 'keep-alive' }
17299npm verb get saving ctype to /root/.npm/registry.npmjs.org/ctype/.cache.json
17300npm verb cache add spec ctype@0.5.3
17301npm verb addNamed "0.5.3" is a plain semver version for ctype
17302npm verb addNameVersion registry:http://registry.npmjs.org/ctype not in flight; fetching
17303npm verb cache add spec assert-plus@^0.1.5
17304npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
17305npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
17306npm http 200 http://registry.npmjs.org/asn1
17307npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17308npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
17309npm verb headers 'content-type': 'application/json',
17310npm verb headers 'cache-control': 'max-age=60',
17311npm verb headers 'content-length': '18850',
17312npm verb headers 'accept-ranges': 'bytes',
17313npm verb headers date: 'Tue, 29 Dec 2015 19:30:15 GMT',
17314npm verb headers age: '31',
17315npm verb headers 'x-served-by': 'cache-fra1229-FRA',
17316npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
17317npm verb headers 'x-cache-hits': '1',
17318npm verb headers 'x-timer': 'S1451417415.329733,VS0,VE0',
17319npm verb headers vary: 'Accept',
17320npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
17321npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
17322npm verb headers connection: 'keep-alive' }
17323npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
17324npm verb get http://registry.npmjs.org/ctype not expired, no request
17325npm verb get http://registry.npmjs.org/assert-plus not expired, no request
17326npm verb addNamed "0.1.5" is a plain semver version for assert-plus
17327npm verb addRemoteTarball http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz not in flight; adding
17328npm verb addRemoteTarball [ 'http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz',
17329npm verb addRemoteTarball '82c18c2461f74114ef16c135224ad0b9144ca12f' ]
17330npm verb addRemoteTarball http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
17331npm verb addRemoteTarball [ 'http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz',
17332npm verb addRemoteTarball 'ee74009413002d84cec7219c6ac811812e723160' ]
17333npm info retry fetch attempt 1 at 19:30:15
17334npm info attempt registry request try #1 at 19:30:15
17335npm http fetch GET http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
17336npm info retry fetch attempt 1 at 19:30:15
17337npm info attempt registry request try #1 at 19:30:15
17338npm http fetch GET http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
17339npm http fetch 200 http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
17340npm verb cache add spec asn1@0.1.11
17341npm verb addNamed "0.1.11" is a plain semver version for asn1
17342npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
17343npm verb get http://registry.npmjs.org/asn1 not expired, no request
17344npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/ctype/-/ctype-0.5.3.tgz not in flight; adding
17345npm verb addTmpTarball already have metadata; skipping unpack for ctype@0.5.3
17346npm verb addRemoteTarball http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz not in flight; adding
17347npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz',
17348npm verb addRemoteTarball '559be18376d08a4ec4dbe80877d27818639b2df7' ]
17349npm info retry fetch attempt 1 at 19:30:15
17350npm info attempt registry request try #1 at 19:30:15
17351npm http fetch GET http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
17352npm http fetch 200 http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
17353npm http fetch 200 http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
17354npm verb afterAdd /root/.npm/ctype/0.5.3/package/package.json not in flight; writing
17355npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
17356npm verb addTmpTarball already have metadata; skipping unpack for assert-plus@0.1.5
17357npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/asn1/-/asn1-0.1.11.tgz not in flight; adding
17358npm verb addTmpTarball already have metadata; skipping unpack for asn1@0.1.11
17359npm verb afterAdd /root/.npm/ctype/0.5.3/package/package.json written
17360npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
17361npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
17362npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
17363npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
17364npm verb request uri http://registry.npmjs.org/throttleit
17365npm verb request no auth needed
17366npm info attempt registry request try #1 at 19:30:15
17367npm http request GET http://registry.npmjs.org/throttleit
17368npm http 200 http://registry.npmjs.org/throttleit
17369npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
17370npm verb headers etag: '"DEV52XHNN6KPQTVRSSEWG6FY5"',
17371npm verb headers 'content-type': 'application/json',
17372npm verb headers 'cache-control': 'max-age=300',
17373npm verb headers 'content-length': '5990',
17374npm verb headers 'accept-ranges': 'bytes',
17375npm verb headers date: 'Tue, 29 Dec 2015 19:30:15 GMT',
17376npm verb headers age: '26',
17377npm verb headers 'x-served-by': 'cache-fra1229-FRA',
17378npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
17379npm verb headers 'x-cache-hits': '1',
17380npm verb headers 'x-timer': 'S1451417415.440930,VS0,VE0',
17381npm verb headers vary: 'Accept',
17382npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
17383npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
17384npm verb headers connection: 'keep-alive' }
17385npm verb get saving throttleit to /root/.npm/registry.npmjs.org/throttleit/.cache.json
17386npm verb cache add spec throttleit@~0.0.2
17387npm verb addNamed ">=0.0.2 <0.1.0" is a valid semver range for throttleit
17388npm verb addNameRange registry:http://registry.npmjs.org/throttleit not in flight; fetching
17389npm verb get http://registry.npmjs.org/throttleit not expired, no request
17390npm verb addNamed "0.0.2" is a plain semver version for throttleit
17391npm verb addRemoteTarball http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz not in flight; adding
17392npm verb addRemoteTarball [ 'http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz',
17393npm verb addRemoteTarball 'cfedf88e60c00dd9697b61fdd2a8343a9b680eaf' ]
17394npm info retry fetch attempt 1 at 19:30:15
17395npm info attempt registry request try #1 at 19:30:15
17396npm http fetch GET http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz
17397npm http fetch 200 http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz
17398npm verb addTmpTarball /tmp/npm-6-fc2411e2/registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz not in flight; adding
17399npm verb addTmpTarball already have metadata; skipping unpack for throttleit@0.0.2
17400npm verb afterAdd /root/.npm/throttleit/0.0.2/package/package.json not in flight; writing
17401npm verb afterAdd /root/.npm/throttleit/0.0.2/package/package.json written
17402npm verb makeDirectory /root/.npm/_locks creation not in flight; initializing
17403npm verb lock using /root/.npm/_locks/staging-a072192f34a17023.lock for /usr/lib/node_modules/.staging
17404npm verb unbuild lib/node_modules/.staging/abbrev-8653a1dd
17405npm verb unbuild lib/node_modules/.staging/inherits-36c031bc
17406npm verb unbuild lib/node_modules/.staging/lodash-85f7eb31
17407npm verb unbuild lib/node_modules/.staging/lru-cache-7953599e
17408npm verb unbuild lib/node_modules/.staging/resolve-463fe690
17409npm verb unbuild lib/node_modules/.staging/sigmund-d9da9040
17410npm verb unbuild lib/node_modules/.staging/minimatch-96d2af2f
17411npm verb unbuild lib/node_modules/.staging/glob-a7db715f
17412npm verb unbuild lib/node_modules/.staging/findup-sync-8aadb857
17413npm verb unbuild lib/node_modules/.staging/abbrev-c2cfd35b
17414npm verb unbuild lib/node_modules/.staging/adm-zip-918491a0
17415npm verb unbuild lib/node_modules/.staging/asn1-a453c4e7
17416npm verb unbuild lib/node_modules/.staging/assert-plus-a9ccb76a
17417npm verb unbuild lib/node_modules/.staging/async-6931ba7c
17418npm verb unbuild lib/node_modules/.staging/aws-sign2-17680384
17419npm verb unbuild lib/node_modules/.staging/balanced-match-7f41fa95
17420npm verb unbuild lib/node_modules/.staging/caseless-4967f2b1
17421npm verb unbuild lib/node_modules/.staging/charenc-506757dc
17422npm verb unbuild lib/node_modules/.staging/concat-map-49bf391c
17423npm verb unbuild lib/node_modules/.staging/brace-expansion-73c8e4e6
17424npm verb unbuild lib/node_modules/.staging/core-util-is-666c2d50
17425npm verb unbuild lib/node_modules/.staging/crypt-5f31b288
17426npm verb unbuild lib/node_modules/.staging/ctype-1f905e44
17427npm verb unbuild lib/node_modules/.staging/delayed-stream-e8e0b1fc
17428npm verb unbuild lib/node_modules/.staging/combined-stream-bdf83a3b
17429npm verb unbuild lib/node_modules/.staging/forever-agent-5b949d2e
17430npm verb unbuild lib/node_modules/.staging/graceful-fs-87a0cdae
17431npm verb unbuild lib/node_modules/.staging/hoek-d86ac343
17432npm verb unbuild lib/node_modules/.staging/boom-303fb210
17433npm verb unbuild lib/node_modules/.staging/cryptiles-f895eda7
17434npm verb unbuild lib/node_modules/.staging/http-signature-2da198db
17435npm verb unbuild lib/node_modules/.staging/inherits-704c6497
17436npm verb unbuild lib/node_modules/.staging/ini-5ef59d63
17437npm verb unbuild lib/node_modules/.staging/is-buffer-672c5539
17438npm verb unbuild lib/node_modules/.staging/isarray-c283e625
17439npm verb unbuild lib/node_modules/.staging/json-stringify-safe-eefabe3b
17440npm verb unbuild lib/node_modules/.staging/jsonfile-a1ca081b
17441npm verb unbuild lib/node_modules/.staging/kew-efb19cef
17442npm verb unbuild lib/node_modules/.staging/md5-ab17c8de
17443npm verb unbuild lib/node_modules/.staging/mime-d7a7766f
17444npm verb unbuild lib/node_modules/.staging/form-data-862d0b3f
17445npm verb unbuild lib/node_modules/.staging/mime-types-5eef1fff
17446npm verb unbuild lib/node_modules/.staging/minimatch-56a24637
17447npm verb unbuild lib/node_modules/.staging/minimist-9de719f5
17448npm verb unbuild lib/node_modules/.staging/oauth-sign-9e7843b0
17449npm verb unbuild lib/node_modules/.staging/os-homedir-06ec653f
17450npm verb unbuild lib/node_modules/.staging/os-tmpdir-e33a1c20
17451npm verb unbuild lib/node_modules/.staging/osenv-936c4fc5
17452npm verb unbuild lib/node_modules/.staging/path-is-absolute-d99743ed
17453npm verb unbuild lib/node_modules/.staging/progress-54fb2dd6
17454npm verb unbuild lib/node_modules/.staging/proto-list-f9b5d2bb
17455npm verb unbuild lib/node_modules/.staging/config-chain-c4dd7765
17456npm verb unbuild lib/node_modules/.staging/qs-1dcdacae
17457npm verb unbuild lib/node_modules/.staging/sntp-d3d43c52
17458npm verb unbuild lib/node_modules/.staging/hawk-3ef0d156
17459npm verb unbuild lib/node_modules/.staging/string_decoder-e7df85bf
17460npm verb unbuild lib/node_modules/.staging/readable-stream-dee469c7
17461npm verb unbuild lib/node_modules/.staging/bl-30fb03e1
17462npm verb unbuild lib/node_modules/.staging/stringstream-052f55eb
17463npm verb unbuild lib/node_modules/.staging/throttleit-be3f6cb3
17464npm verb unbuild lib/node_modules/.staging/request-progress-2edc8130
17465npm verb unbuild lib/node_modules/.staging/tough-cookie-709228f1
17466npm verb unbuild lib/node_modules/.staging/tunnel-agent-e9e50ccb
17467npm verb unbuild lib/node_modules/.staging/request-4f27f282
17468npm verb unbuild lib/node_modules/.staging/uid-number-0925168f
17469npm verb unbuild lib/node_modules/.staging/wrappy-33d604bd
17470npm verb unbuild lib/node_modules/.staging/once-575fe058
17471npm verb unbuild lib/node_modules/.staging/npmconf-6f3cbc7a
17472npm verb unbuild lib/node_modules/.staging/inflight-8ae62bf0
17473npm verb unbuild lib/node_modules/.staging/glob-e7f36a11
17474npm verb unbuild lib/node_modules/.staging/fs-extra-b1f4d7ae
17475npm verb unbuild lib/node_modules/.staging/nopt-046d4925
17476npm verb unbuild lib/node_modules/.staging/mkdirp-2f892a08
17477npm verb unbuild lib/node_modules/.staging/node-uuid-4a595139
17478npm verb unbuild lib/node_modules/.staging/nopt-907bb945
17479npm verb unbuild lib/node_modules/.staging/semver-2a76b441
17480npm verb unbuild lib/node_modules/.staging/which-5608ee91
17481npm verb unbuild lib/node_modules/.staging/rimraf-40340c2d
17482npm verb unbuild lib/node_modules/.staging/grunt-cli-38dace55
17483npm verb unbuild lib/node_modules/.staging/phantomjs-87ba1c61
17484npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-8653a1dd
17485npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-36c031bc
17486npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-85f7eb31
17487npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-7953599e
17488npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/resolve-463fe690
17489npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sigmund-d9da9040
17490npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-96d2af2f
17491npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-a7db715f
17492npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-sync-8aadb857
17493npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-c2cfd35b
17494npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/adm-zip-918491a0
17495npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/asn1-a453c4e7
17496npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/assert-plus-a9ccb76a
17497npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-6931ba7c
17498npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/aws-sign2-17680384
17499npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/balanced-match-7f41fa95
17500npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/caseless-4967f2b1
17501npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/charenc-506757dc
17502npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/concat-map-49bf391c
17503npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/brace-expansion-73c8e4e6
17504npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-util-is-666c2d50
17505npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/crypt-5f31b288
17506npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ctype-1f905e44
17507npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/delayed-stream-e8e0b1fc
17508npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/combined-stream-bdf83a3b
17509npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/forever-agent-5b949d2e
17510npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-87a0cdae
17511npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hoek-d86ac343
17512npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/boom-303fb210
17513npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cryptiles-f895eda7
17514npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-signature-2da198db
17515npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-704c6497
17516npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ini-5ef59d63
17517npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-buffer-672c5539
17518npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isarray-c283e625
17519npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json-stringify-safe-eefabe3b
17520npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonfile-a1ca081b
17521npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/kew-efb19cef
17522npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-ab17c8de
17523npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-d7a7766f
17524npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/form-data-862d0b3f
17525npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-types-5eef1fff
17526npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-56a24637
17527npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-9de719f5
17528npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/oauth-sign-9e7843b0
17529npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-homedir-06ec653f
17530npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-tmpdir-e33a1c20
17531npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-936c4fc5
17532npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-is-absolute-d99743ed
17533npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/progress-54fb2dd6
17534npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/proto-list-f9b5d2bb
17535npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/config-chain-c4dd7765
17536npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-1dcdacae
17537npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sntp-d3d43c52
17538npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hawk-3ef0d156
17539npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/string_decoder-e7df85bf
17540npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readable-stream-dee469c7
17541npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bl-30fb03e1
17542npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringstream-052f55eb
17543npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/throttleit-be3f6cb3
17544npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-progress-2edc8130
17545npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tough-cookie-709228f1
17546npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tunnel-agent-e9e50ccb
17547npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-4f27f282
17548npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uid-number-0925168f
17549npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wrappy-33d604bd
17550npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/once-575fe058
17551npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmconf-6f3cbc7a
17552npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflight-8ae62bf0
17553npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-e7f36a11
17554npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-b1f4d7ae
17555npm verb tar unpack /root/.npm/abbrev/1.0.7/package.tgz
17556npm verb tar unpacking to /usr/lib/node_modules/.staging/abbrev-8653a1dd
17557npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-8653a1dd
17558npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
17559npm verb tar unpacking to /usr/lib/node_modules/.staging/inherits-36c031bc
17560npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-36c031bc
17561npm verb tar unpack /root/.npm/lodash/2.4.2/package.tgz
17562npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash-85f7eb31
17563npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-85f7eb31
17564npm verb tar unpack /root/.npm/lru-cache/2.7.3/package.tgz
17565npm verb tar unpacking to /usr/lib/node_modules/.staging/lru-cache-7953599e
17566npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-7953599e
17567npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-046d4925
17568npm verb tar unpack /root/.npm/resolve/0.3.1/package.tgz
17569npm verb tar unpacking to /usr/lib/node_modules/.staging/resolve-463fe690
17570npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/resolve-463fe690
17571npm verb tar unpack /root/.npm/sigmund/1.0.1/package.tgz
17572npm verb tar unpacking to /usr/lib/node_modules/.staging/sigmund-d9da9040
17573npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sigmund-d9da9040
17574npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
17575npm verb tar unpacking to /usr/lib/node_modules/.staging/minimatch-96d2af2f
17576npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-96d2af2f
17577npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
17578npm verb tar unpacking to /usr/lib/node_modules/.staging/glob-a7db715f
17579npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-a7db715f
17580npm verb tar unpack /root/.npm/findup-sync/0.1.3/package.tgz
17581npm verb tar unpacking to /usr/lib/node_modules/.staging/findup-sync-8aadb857
17582npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-sync-8aadb857
17583npm verb tar unpack /root/.npm/abbrev/1.0.7/package.tgz
17584npm verb tar unpacking to /usr/lib/node_modules/.staging/abbrev-c2cfd35b
17585npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-c2cfd35b
17586npm verb tar unpack /root/.npm/adm-zip/0.4.4/package.tgz
17587npm verb tar unpacking to /usr/lib/node_modules/.staging/adm-zip-918491a0
17588npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/adm-zip-918491a0
17589npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
17590npm verb tar unpacking to /usr/lib/node_modules/.staging/asn1-a453c4e7
17591npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/asn1-a453c4e7
17592npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
17593npm verb tar unpacking to /usr/lib/node_modules/.staging/assert-plus-a9ccb76a
17594npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/assert-plus-a9ccb76a
17595npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
17596npm verb tar unpacking to /usr/lib/node_modules/.staging/async-6931ba7c
17597npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-6931ba7c
17598npm verb tar unpack /root/.npm/aws-sign2/0.5.0/package.tgz
17599npm verb tar unpacking to /usr/lib/node_modules/.staging/aws-sign2-17680384
17600npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/aws-sign2-17680384
17601npm verb tar unpack /root/.npm/balanced-match/0.3.0/package.tgz
17602npm verb tar unpacking to /usr/lib/node_modules/.staging/balanced-match-7f41fa95
17603npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/balanced-match-7f41fa95
17604npm verb tar unpack /root/.npm/caseless/0.6.0/package.tgz
17605npm verb tar unpacking to /usr/lib/node_modules/.staging/caseless-4967f2b1
17606npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/caseless-4967f2b1
17607npm verb tar unpack /root/.npm/charenc/0.0.1/package.tgz
17608npm verb tar unpacking to /usr/lib/node_modules/.staging/charenc-506757dc
17609npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/charenc-506757dc
17610npm verb tar unpack /root/.npm/concat-map/0.0.1/package.tgz
17611npm verb tar unpacking to /usr/lib/node_modules/.staging/concat-map-49bf391c
17612npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/concat-map-49bf391c
17613npm verb tar unpack /root/.npm/brace-expansion/1.1.2/package.tgz
17614npm verb tar unpacking to /usr/lib/node_modules/.staging/brace-expansion-73c8e4e6
17615npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/brace-expansion-73c8e4e6
17616npm verb tar unpack /root/.npm/core-util-is/1.0.2/package.tgz
17617npm verb tar unpacking to /usr/lib/node_modules/.staging/core-util-is-666c2d50
17618npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-util-is-666c2d50
17619npm verb tar unpack /root/.npm/crypt/0.0.1/package.tgz
17620npm verb tar unpacking to /usr/lib/node_modules/.staging/crypt-5f31b288
17621npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/crypt-5f31b288
17622npm verb tar unpack /root/.npm/ctype/0.5.3/package.tgz
17623npm verb tar unpacking to /usr/lib/node_modules/.staging/ctype-1f905e44
17624npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ctype-1f905e44
17625npm verb tar unpack /root/.npm/delayed-stream/0.0.5/package.tgz
17626npm verb tar unpacking to /usr/lib/node_modules/.staging/delayed-stream-e8e0b1fc
17627npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/delayed-stream-e8e0b1fc
17628npm verb tar unpack /root/.npm/combined-stream/0.0.7/package.tgz
17629npm verb tar unpacking to /usr/lib/node_modules/.staging/combined-stream-bdf83a3b
17630npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/combined-stream-bdf83a3b
17631npm verb tar unpack /root/.npm/forever-agent/0.5.2/package.tgz
17632npm verb tar unpacking to /usr/lib/node_modules/.staging/forever-agent-5b949d2e
17633npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/forever-agent-5b949d2e
17634npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
17635npm verb tar unpacking to /usr/lib/node_modules/.staging/graceful-fs-87a0cdae
17636npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-87a0cdae
17637npm verb tar unpack /root/.npm/hoek/0.9.1/package.tgz
17638npm verb tar unpacking to /usr/lib/node_modules/.staging/hoek-d86ac343
17639npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hoek-d86ac343
17640npm verb tar unpack /root/.npm/boom/0.4.2/package.tgz
17641npm verb tar unpacking to /usr/lib/node_modules/.staging/boom-303fb210
17642npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/boom-303fb210
17643npm verb tar unpack /root/.npm/cryptiles/0.2.2/package.tgz
17644npm verb tar unpacking to /usr/lib/node_modules/.staging/cryptiles-f895eda7
17645npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cryptiles-f895eda7
17646npm verb tar unpack /root/.npm/http-signature/0.10.1/package.tgz
17647npm verb tar unpacking to /usr/lib/node_modules/.staging/http-signature-2da198db
17648npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-signature-2da198db
17649npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
17650npm verb tar unpacking to /usr/lib/node_modules/.staging/inherits-704c6497
17651npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-704c6497
17652npm verb tar unpack /root/.npm/ini/1.3.4/package.tgz
17653npm verb tar unpacking to /usr/lib/node_modules/.staging/ini-5ef59d63
17654npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ini-5ef59d63
17655npm verb tar unpack /root/.npm/is-buffer/1.0.2/package.tgz
17656npm verb tar unpacking to /usr/lib/node_modules/.staging/is-buffer-672c5539
17657npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-buffer-672c5539
17658npm verb tar unpack /root/.npm/isarray/0.0.1/package.tgz
17659npm verb tar unpacking to /usr/lib/node_modules/.staging/isarray-c283e625
17660npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isarray-c283e625
17661npm verb tar unpack /root/.npm/json-stringify-safe/5.0.1/package.tgz
17662npm verb tar unpacking to /usr/lib/node_modules/.staging/json-stringify-safe-eefabe3b
17663npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json-stringify-safe-eefabe3b
17664npm verb tar unpack /root/.npm/jsonfile/2.2.3/package.tgz
17665npm verb tar unpacking to /usr/lib/node_modules/.staging/jsonfile-a1ca081b
17666npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonfile-a1ca081b
17667npm verb tar unpack /root/.npm/kew/0.4.0/package.tgz
17668npm verb tar unpacking to /usr/lib/node_modules/.staging/kew-efb19cef
17669npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/kew-efb19cef
17670npm verb tar unpack /root/.npm/md5/2.0.0/package.tgz
17671npm verb tar unpacking to /usr/lib/node_modules/.staging/md5-ab17c8de
17672npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-ab17c8de
17673npm verb tar unpack /root/.npm/mime/1.2.11/package.tgz
17674npm verb tar unpacking to /usr/lib/node_modules/.staging/mime-d7a7766f
17675npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-d7a7766f
17676npm verb tar unpack /root/.npm/form-data/0.1.4/package.tgz
17677npm verb tar unpacking to /usr/lib/node_modules/.staging/form-data-862d0b3f
17678npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/form-data-862d0b3f
17679npm verb tar unpack /root/.npm/mime-types/1.0.2/package.tgz
17680npm verb tar unpacking to /usr/lib/node_modules/.staging/mime-types-5eef1fff
17681npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-types-5eef1fff
17682npm verb tar unpack /root/.npm/minimatch/3.0.0/package.tgz
17683npm verb tar unpacking to /usr/lib/node_modules/.staging/minimatch-56a24637
17684npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-56a24637
17685npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
17686npm verb tar unpacking to /usr/lib/node_modules/.staging/minimist-9de719f5
17687npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-9de719f5
17688npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-2f892a08
17689npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-uuid-4a595139
17690npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-907bb945
17691npm verb tar unpack /root/.npm/oauth-sign/0.4.0/package.tgz
17692npm verb tar unpacking to /usr/lib/node_modules/.staging/oauth-sign-9e7843b0
17693npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/oauth-sign-9e7843b0
17694npm verb tar unpack /root/.npm/os-homedir/1.0.1/package.tgz
17695npm verb tar unpacking to /usr/lib/node_modules/.staging/os-homedir-06ec653f
17696npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-homedir-06ec653f
17697npm verb tar unpack /root/.npm/os-tmpdir/1.0.1/package.tgz
17698npm verb tar unpacking to /usr/lib/node_modules/.staging/os-tmpdir-e33a1c20
17699npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-tmpdir-e33a1c20
17700npm verb tar unpack /root/.npm/osenv/0.1.3/package.tgz
17701npm verb tar unpacking to /usr/lib/node_modules/.staging/osenv-936c4fc5
17702npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-936c4fc5
17703npm verb tar unpack /root/.npm/path-is-absolute/1.0.0/package.tgz
17704npm verb tar unpacking to /usr/lib/node_modules/.staging/path-is-absolute-d99743ed
17705npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-is-absolute-d99743ed
17706npm verb tar unpack /root/.npm/progress/1.1.8/package.tgz
17707npm verb tar unpacking to /usr/lib/node_modules/.staging/progress-54fb2dd6
17708npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/progress-54fb2dd6
17709npm verb tar unpack /root/.npm/proto-list/1.2.4/package.tgz
17710npm verb tar unpacking to /usr/lib/node_modules/.staging/proto-list-f9b5d2bb
17711npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/proto-list-f9b5d2bb
17712npm verb tar unpack /root/.npm/config-chain/1.1.9/package.tgz
17713npm verb tar unpacking to /usr/lib/node_modules/.staging/config-chain-c4dd7765
17714npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/config-chain-c4dd7765
17715npm verb tar unpack /root/.npm/qs/1.2.2/package.tgz
17716npm verb tar unpacking to /usr/lib/node_modules/.staging/qs-1dcdacae
17717npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-1dcdacae
17718npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-2a76b441
17719npm verb tar unpack /root/.npm/sntp/0.2.4/package.tgz
17720npm verb tar unpacking to /usr/lib/node_modules/.staging/sntp-d3d43c52
17721npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sntp-d3d43c52
17722npm verb tar unpack /root/.npm/hawk/1.1.1/package.tgz
17723npm verb tar unpacking to /usr/lib/node_modules/.staging/hawk-3ef0d156
17724npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hawk-3ef0d156
17725npm verb tar unpack /root/.npm/string_decoder/0.10.31/package.tgz
17726npm verb tar unpacking to /usr/lib/node_modules/.staging/string_decoder-e7df85bf
17727npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/string_decoder-e7df85bf
17728npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
17729npm verb tar unpacking to /usr/lib/node_modules/.staging/readable-stream-dee469c7
17730npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readable-stream-dee469c7
17731npm verb tar unpack /root/.npm/bl/0.9.4/package.tgz
17732npm verb tar unpacking to /usr/lib/node_modules/.staging/bl-30fb03e1
17733npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bl-30fb03e1
17734npm verb tar unpack /root/.npm/stringstream/0.0.5/package.tgz
17735npm verb tar unpacking to /usr/lib/node_modules/.staging/stringstream-052f55eb
17736npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringstream-052f55eb
17737npm verb tar unpack /root/.npm/throttleit/0.0.2/package.tgz
17738npm verb tar unpacking to /usr/lib/node_modules/.staging/throttleit-be3f6cb3
17739npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/throttleit-be3f6cb3
17740npm verb tar unpack /root/.npm/request-progress/0.3.1/package.tgz
17741npm verb tar unpacking to /usr/lib/node_modules/.staging/request-progress-2edc8130
17742npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-progress-2edc8130
17743npm verb tar unpack /root/.npm/tough-cookie/2.2.1/package.tgz
17744npm verb tar unpacking to /usr/lib/node_modules/.staging/tough-cookie-709228f1
17745npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tough-cookie-709228f1
17746npm verb tar unpack /root/.npm/tunnel-agent/0.4.2/package.tgz
17747npm verb tar unpacking to /usr/lib/node_modules/.staging/tunnel-agent-e9e50ccb
17748npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tunnel-agent-e9e50ccb
17749npm verb tar unpack /root/.npm/request/2.42.0/package.tgz
17750npm verb tar unpacking to /usr/lib/node_modules/.staging/request-4f27f282
17751npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-4f27f282
17752npm verb tar unpack /root/.npm/uid-number/0.0.5/package.tgz
17753npm verb tar unpacking to /usr/lib/node_modules/.staging/uid-number-0925168f
17754npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uid-number-0925168f
17755npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/which-5608ee91
17756npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
17757npm verb tar unpacking to /usr/lib/node_modules/.staging/wrappy-33d604bd
17758npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wrappy-33d604bd
17759npm verb tar unpack /root/.npm/once/1.3.3/package.tgz
17760npm verb tar unpacking to /usr/lib/node_modules/.staging/once-575fe058
17761npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/once-575fe058
17762npm verb tar unpack /root/.npm/npmconf/2.1.1/package.tgz
17763npm verb tar unpacking to /usr/lib/node_modules/.staging/npmconf-6f3cbc7a
17764npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmconf-6f3cbc7a
17765npm verb tar unpack /root/.npm/inflight/1.0.4/package.tgz
17766npm verb tar unpacking to /usr/lib/node_modules/.staging/inflight-8ae62bf0
17767npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflight-8ae62bf0
17768npm verb tar unpack /root/.npm/glob/6.0.3/package.tgz
17769npm verb tar unpacking to /usr/lib/node_modules/.staging/glob-e7f36a11
17770npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-e7f36a11
17771npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-40340c2d
17772npm verb tar unpack /root/.npm/fs-extra/0.23.1/package.tgz
17773npm verb tar unpacking to /usr/lib/node_modules/.staging/fs-extra-b1f4d7ae
17774npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-b1f4d7ae
17775npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/grunt-cli-38dace55
17776npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/phantomjs-87ba1c61
17777npm verb tar unpack /root/.npm/nopt/1.0.10/package.tgz
17778npm verb tar unpacking to /usr/lib/node_modules/.staging/nopt-046d4925
17779npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-046d4925
17780npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
17781npm verb tar unpacking to /usr/lib/node_modules/.staging/mkdirp-2f892a08
17782npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-2f892a08
17783npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
17784npm verb tar unpacking to /usr/lib/node_modules/.staging/node-uuid-4a595139
17785npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-uuid-4a595139
17786npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
17787npm verb tar unpacking to /usr/lib/node_modules/.staging/nopt-907bb945
17788npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-907bb945
17789npm verb tar unpack /root/.npm/semver/4.3.6/package.tgz
17790npm verb tar unpacking to /usr/lib/node_modules/.staging/semver-2a76b441
17791npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-2a76b441
17792npm verb tar unpack /root/.npm/which/1.0.9/package.tgz
17793npm verb tar unpacking to /usr/lib/node_modules/.staging/which-5608ee91
17794npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/which-5608ee91
17795npm verb tar unpack /root/.npm/rimraf/2.5.0/package.tgz
17796npm verb tar unpacking to /usr/lib/node_modules/.staging/rimraf-40340c2d
17797npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-40340c2d
17798npm verb tar unpack /root/.npm/grunt-cli/0.1.13/package.tgz
17799npm verb tar unpacking to /usr/lib/node_modules/.staging/grunt-cli-38dace55
17800npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/grunt-cli-38dace55
17801npm verb tar unpack /root/.npm/phantomjs/1.9.19/package.tgz
17802npm verb tar unpacking to /usr/lib/node_modules/.staging/phantomjs-87ba1c61
17803npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/phantomjs-87ba1c61
17804npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/once-575fe058/node_modules
17805npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/charenc-506757dc/node_modules
17806npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-tmpdir-e33a1c20/node_modules
17807npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-homedir-06ec653f/node_modules
17808npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-is-absolute-d99743ed/node_modules
17809npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/caseless-4967f2b1/node_modules
17810npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/crypt-5f31b288/node_modules
17811npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/assert-plus-a9ccb76a/node_modules
17812npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uid-number-0925168f/node_modules
17813npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ini-5ef59d63/node_modules
17814npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wrappy-33d604bd/node_modules
17815npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/proto-list-f9b5d2bb/node_modules
17816npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/which-5608ee91/node_modules
17817npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/combined-stream-bdf83a3b/node_modules
17818npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isarray-c283e625/node_modules
17819npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-36c031bc/node_modules
17820npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-704c6497/node_modules
17821npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflight-8ae62bf0/node_modules
17822npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/aws-sign2-17680384/node_modules
17823npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/brace-expansion-73c8e4e6/node_modules
17824npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/forever-agent-5b949d2e/node_modules
17825npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/string_decoder-e7df85bf/node_modules
17826npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/form-data-862d0b3f/node_modules
17827npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonfile-a1ca081b/node_modules
17828npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/concat-map-49bf391c/node_modules
17829npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-buffer-672c5539/node_modules
17830npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/oauth-sign-9e7843b0/node_modules
17831npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/throttleit-be3f6cb3/node_modules
17832npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringstream-052f55eb/node_modules
17833npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-40340c2d/node_modules
17834npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-8653a1dd/node_modules
17835npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sigmund-d9da9040/node_modules
17836npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-c2cfd35b/node_modules
17837npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tunnel-agent-e9e50ccb/node_modules
17838npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-ab17c8de/node_modules
17839npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cryptiles-f895eda7/node_modules
17840npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/progress-54fb2dd6/node_modules
17841npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-progress-2edc8130/node_modules
17842npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/balanced-match-7f41fa95/node_modules
17843npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-936c4fc5/node_modules
17844npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-87a0cdae/node_modules
17845npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-util-is-666c2d50/node_modules
17846npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-56a24637/node_modules
17847npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json-stringify-safe-eefabe3b/node_modules
17848npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-046d4925/node_modules
17849npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-sync-8aadb857/node_modules
17850npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/grunt-cli-38dace55/node_modules
17851npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-907bb945/node_modules
17852npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sntp-d3d43c52/node_modules
17853npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bl-30fb03e1/node_modules
17854npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-7953599e/node_modules
17855npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-e7f36a11/node_modules
17856npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-9de719f5/node_modules
17857npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/config-chain-c4dd7765/node_modules
17858npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/delayed-stream-e8e0b1fc/node_modules
17859npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-signature-2da198db/node_modules
17860npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/boom-303fb210/node_modules
17861npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/asn1-a453c4e7/node_modules
17862npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-1dcdacae/node_modules
17863npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-d7a7766f/node_modules
17864npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/phantomjs-87ba1c61/node_modules
17865npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-96d2af2f/node_modules
17866npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-uuid-4a595139/node_modules
17867npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readable-stream-dee469c7/node_modules
17868npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-2f892a08/node_modules
17869npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/kew-efb19cef/node_modules
17870npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-6931ba7c/node_modules
17871npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-types-5eef1fff/node_modules
17872npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/resolve-463fe690/node_modules
17873npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hoek-d86ac343/node_modules
17874npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmconf-6f3cbc7a/node_modules
17875npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-a7db715f/node_modules
17876npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ctype-1f905e44/node_modules
17877npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-b1f4d7ae/node_modules
17878npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-2a76b441/node_modules
17879npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tough-cookie-709228f1/node_modules
17880npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/request-4f27f282/node_modules
17881npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/adm-zip-918491a0/node_modules
17882npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hawk-3ef0d156/node_modules
17883npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-85f7eb31/node_modules
17884npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
17885npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
17886npm info lifecycle lodash@2.4.2~preinstall: lodash@2.4.2
17887npm info lifecycle lru-cache@2.7.3~preinstall: lru-cache@2.7.3
17888npm info lifecycle nopt@1.0.10~preinstall: nopt@1.0.10
17889npm info lifecycle resolve@0.3.1~preinstall: resolve@0.3.1
17890npm info lifecycle sigmund@1.0.1~preinstall: sigmund@1.0.1
17891npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
17892npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
17893npm info lifecycle findup-sync@0.1.3~preinstall: findup-sync@0.1.3
17894npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
17895npm info lifecycle adm-zip@0.4.4~preinstall: adm-zip@0.4.4
17896npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
17897npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
17898npm info lifecycle async@0.9.2~preinstall: async@0.9.2
17899npm info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
17900npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
17901npm info lifecycle caseless@0.6.0~preinstall: caseless@0.6.0
17902npm info lifecycle charenc@0.0.1~preinstall: charenc@0.0.1
17903npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
17904npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
17905npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
17906npm info lifecycle crypt@0.0.1~preinstall: crypt@0.0.1
17907npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
17908npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
17909npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
17910npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
17911npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
17912npm info lifecycle hoek@0.9.1~preinstall: hoek@0.9.1
17913npm info lifecycle boom@0.4.2~preinstall: boom@0.4.2
17914npm info lifecycle cryptiles@0.2.2~preinstall: cryptiles@0.2.2
17915npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
17916npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
17917npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
17918npm info lifecycle is-buffer@1.0.2~preinstall: is-buffer@1.0.2
17919npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
17920npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
17921npm info lifecycle jsonfile@2.2.3~preinstall: jsonfile@2.2.3
17922npm info lifecycle kew@0.4.0~preinstall: kew@0.4.0
17923npm info lifecycle md5@2.0.0~preinstall: md5@2.0.0
17924npm info lifecycle mime@1.2.11~preinstall: mime@1.2.11
17925npm info lifecycle form-data@0.1.4~preinstall: form-data@0.1.4
17926npm info lifecycle mime-types@1.0.2~preinstall: mime-types@1.0.2
17927npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
17928npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
17929npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
17930npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
17931npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
17932npm info lifecycle oauth-sign@0.4.0~preinstall: oauth-sign@0.4.0
17933npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
17934npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
17935npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
17936npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
17937npm info lifecycle progress@1.1.8~preinstall: progress@1.1.8
17938npm info lifecycle proto-list@1.2.4~preinstall: proto-list@1.2.4
17939npm info lifecycle config-chain@1.1.9~preinstall: config-chain@1.1.9
17940npm info lifecycle qs@1.2.2~preinstall: qs@1.2.2
17941npm info lifecycle semver@4.3.6~preinstall: semver@4.3.6
17942npm info lifecycle sntp@0.2.4~preinstall: sntp@0.2.4
17943npm info lifecycle hawk@1.1.1~preinstall: hawk@1.1.1
17944npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
17945npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
17946npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
17947npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
17948npm info lifecycle throttleit@0.0.2~preinstall: throttleit@0.0.2
17949npm info lifecycle request-progress@0.3.1~preinstall: request-progress@0.3.1
17950npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
17951npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
17952npm info lifecycle request@2.42.0~preinstall: request@2.42.0
17953npm info lifecycle uid-number@0.0.5~preinstall: uid-number@0.0.5
17954npm info lifecycle which@1.0.9~preinstall: which@1.0.9
17955npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
17956npm info lifecycle once@1.3.3~preinstall: once@1.3.3
17957npm info lifecycle npmconf@2.1.1~preinstall: npmconf@2.1.1
17958npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
17959npm info lifecycle glob@6.0.3~preinstall: glob@6.0.3
17960npm info lifecycle rimraf@2.5.0~preinstall: rimraf@2.5.0
17961npm info lifecycle fs-extra@0.23.1~preinstall: fs-extra@0.23.1
17962npm info lifecycle grunt-cli@0.1.13~preinstall: grunt-cli@0.1.13
17963npm info lifecycle phantomjs@1.9.19~preinstall: phantomjs@1.9.19
17964npm info linkStuff abbrev@1.0.7
17965npm verb linkBins abbrev@1.0.7
17966npm verb linkMans abbrev@1.0.7
17967npm info linkStuff inherits@2.0.1
17968npm verb linkBins inherits@2.0.1
17969npm verb linkMans inherits@2.0.1
17970npm info linkStuff lodash@2.4.2
17971npm verb linkBins lodash@2.4.2
17972npm verb linkMans lodash@2.4.2
17973npm info linkStuff lru-cache@2.7.3
17974npm verb linkBins lru-cache@2.7.3
17975npm verb linkMans lru-cache@2.7.3
17976npm info linkStuff nopt@1.0.10
17977npm verb linkBins nopt@1.0.10
17978npm verb link bins [ { nopt: './bin/nopt.js' },
17979npm verb link bins '/usr/lib/node_modules/grunt-cli/node_modules/.bin',
17980npm verb link bins false ]
17981npm verb linkMans nopt@1.0.10
17982npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/grunt-cli/node_modules/.bin/nopt
17983npm info linkStuff resolve@0.3.1
17984npm verb linkBins resolve@0.3.1
17985npm verb linkMans resolve@0.3.1
17986npm info linkStuff sigmund@1.0.1
17987npm verb linkBins sigmund@1.0.1
17988npm verb linkMans sigmund@1.0.1
17989npm info linkStuff minimatch@0.3.0
17990npm verb linkBins minimatch@0.3.0
17991npm verb linkMans minimatch@0.3.0
17992npm info linkStuff glob@3.2.11
17993npm verb linkBins glob@3.2.11
17994npm verb linkMans glob@3.2.11
17995npm info linkStuff findup-sync@0.1.3
17996npm verb linkBins findup-sync@0.1.3
17997npm verb linkMans findup-sync@0.1.3
17998npm info linkStuff abbrev@1.0.7
17999npm verb linkBins abbrev@1.0.7
18000npm verb linkMans abbrev@1.0.7
18001npm info linkStuff adm-zip@0.4.4
18002npm verb linkBins adm-zip@0.4.4
18003npm verb linkMans adm-zip@0.4.4
18004npm info linkStuff asn1@0.1.11
18005npm verb linkBins asn1@0.1.11
18006npm verb linkMans asn1@0.1.11
18007npm info linkStuff assert-plus@0.1.5
18008npm verb linkBins assert-plus@0.1.5
18009npm verb linkMans assert-plus@0.1.5
18010npm info linkStuff async@0.9.2
18011npm verb linkBins async@0.9.2
18012npm verb linkMans async@0.9.2
18013npm info linkStuff aws-sign2@0.5.0
18014npm verb linkBins aws-sign2@0.5.0
18015npm verb linkMans aws-sign2@0.5.0
18016npm info linkStuff balanced-match@0.3.0
18017npm verb linkBins balanced-match@0.3.0
18018npm verb linkMans balanced-match@0.3.0
18019npm info linkStuff caseless@0.6.0
18020npm verb linkBins caseless@0.6.0
18021npm verb linkMans caseless@0.6.0
18022npm info linkStuff charenc@0.0.1
18023npm verb linkBins charenc@0.0.1
18024npm verb linkMans charenc@0.0.1
18025npm info linkStuff concat-map@0.0.1
18026npm verb linkBins concat-map@0.0.1
18027npm verb linkMans concat-map@0.0.1
18028npm info linkStuff brace-expansion@1.1.2
18029npm verb linkBins brace-expansion@1.1.2
18030npm verb linkMans brace-expansion@1.1.2
18031npm info linkStuff core-util-is@1.0.2
18032npm verb linkBins core-util-is@1.0.2
18033npm verb linkMans core-util-is@1.0.2
18034npm info linkStuff crypt@0.0.1
18035npm verb linkBins crypt@0.0.1
18036npm verb linkMans crypt@0.0.1
18037npm info linkStuff ctype@0.5.3
18038npm verb linkBins ctype@0.5.3
18039npm verb linkMans ctype@0.5.3
18040npm info linkStuff delayed-stream@0.0.5
18041npm verb linkBins delayed-stream@0.0.5
18042npm verb linkMans delayed-stream@0.0.5
18043npm info linkStuff combined-stream@0.0.7
18044npm verb linkBins combined-stream@0.0.7
18045npm verb linkMans combined-stream@0.0.7
18046npm info linkStuff forever-agent@0.5.2
18047npm verb linkBins forever-agent@0.5.2
18048npm verb linkMans forever-agent@0.5.2
18049npm info linkStuff graceful-fs@4.1.2
18050npm verb linkBins graceful-fs@4.1.2
18051npm verb linkMans graceful-fs@4.1.2
18052npm info linkStuff hoek@0.9.1
18053npm verb linkBins hoek@0.9.1
18054npm verb linkMans hoek@0.9.1
18055npm info linkStuff boom@0.4.2
18056npm verb linkBins boom@0.4.2
18057npm verb linkMans boom@0.4.2
18058npm info linkStuff cryptiles@0.2.2
18059npm verb linkBins cryptiles@0.2.2
18060npm verb linkMans cryptiles@0.2.2
18061npm info linkStuff http-signature@0.10.1
18062npm verb linkBins http-signature@0.10.1
18063npm verb linkMans http-signature@0.10.1
18064npm info linkStuff inherits@2.0.1
18065npm verb linkBins inherits@2.0.1
18066npm verb linkMans inherits@2.0.1
18067npm info linkStuff ini@1.3.4
18068npm verb linkBins ini@1.3.4
18069npm verb linkMans ini@1.3.4
18070npm info linkStuff is-buffer@1.0.2
18071npm verb linkBins is-buffer@1.0.2
18072npm verb linkMans is-buffer@1.0.2
18073npm info linkStuff isarray@0.0.1
18074npm verb linkBins isarray@0.0.1
18075npm verb linkMans isarray@0.0.1
18076npm info linkStuff json-stringify-safe@5.0.1
18077npm verb linkBins json-stringify-safe@5.0.1
18078npm verb linkMans json-stringify-safe@5.0.1
18079npm info linkStuff jsonfile@2.2.3
18080npm verb linkBins jsonfile@2.2.3
18081npm verb linkMans jsonfile@2.2.3
18082npm info linkStuff kew@0.4.0
18083npm verb linkBins kew@0.4.0
18084npm verb linkMans kew@0.4.0
18085npm info linkStuff md5@2.0.0
18086npm verb linkBins md5@2.0.0
18087npm verb linkMans md5@2.0.0
18088npm info linkStuff mime@1.2.11
18089npm verb linkBins mime@1.2.11
18090npm verb linkMans mime@1.2.11
18091npm info linkStuff form-data@0.1.4
18092npm verb linkBins form-data@0.1.4
18093npm verb linkMans form-data@0.1.4
18094npm info linkStuff mime-types@1.0.2
18095npm verb linkBins mime-types@1.0.2
18096npm verb linkMans mime-types@1.0.2
18097npm info linkStuff minimatch@3.0.0
18098npm verb linkBins minimatch@3.0.0
18099npm verb linkMans minimatch@3.0.0
18100npm info linkStuff minimist@0.0.8
18101npm verb linkBins minimist@0.0.8
18102npm verb linkMans minimist@0.0.8
18103npm info linkStuff mkdirp@0.5.1
18104npm verb linkBins mkdirp@0.5.1
18105npm verb link bins [ { mkdirp: 'bin/cmd.js' },
18106npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
18107npm verb link bins false ]
18108npm verb linkMans mkdirp@0.5.1
18109npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/mkdirp
18110npm info linkStuff node-uuid@1.4.7
18111npm verb linkBins node-uuid@1.4.7
18112npm verb link bins [ { uuid: './bin/uuid' },
18113npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
18114npm verb link bins false ]
18115npm verb linkMans node-uuid@1.4.7
18116npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/uuid
18117npm info linkStuff nopt@3.0.6
18118npm verb linkBins nopt@3.0.6
18119npm verb link bins [ { nopt: './bin/nopt.js' },
18120npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
18121npm verb link bins false ]
18122npm verb linkMans nopt@3.0.6
18123npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/nopt
18124npm info linkStuff oauth-sign@0.4.0
18125npm verb linkBins oauth-sign@0.4.0
18126npm verb linkMans oauth-sign@0.4.0
18127npm info linkStuff os-homedir@1.0.1
18128npm verb linkBins os-homedir@1.0.1
18129npm verb linkMans os-homedir@1.0.1
18130npm info linkStuff os-tmpdir@1.0.1
18131npm verb linkBins os-tmpdir@1.0.1
18132npm verb linkMans os-tmpdir@1.0.1
18133npm info linkStuff osenv@0.1.3
18134npm verb linkBins osenv@0.1.3
18135npm verb linkMans osenv@0.1.3
18136npm info linkStuff path-is-absolute@1.0.0
18137npm verb linkBins path-is-absolute@1.0.0
18138npm verb linkMans path-is-absolute@1.0.0
18139npm info linkStuff progress@1.1.8
18140npm verb linkBins progress@1.1.8
18141npm verb linkMans progress@1.1.8
18142npm info linkStuff proto-list@1.2.4
18143npm verb linkBins proto-list@1.2.4
18144npm verb linkMans proto-list@1.2.4
18145npm info linkStuff config-chain@1.1.9
18146npm verb linkBins config-chain@1.1.9
18147npm verb linkMans config-chain@1.1.9
18148npm info linkStuff qs@1.2.2
18149npm verb linkBins qs@1.2.2
18150npm verb linkMans qs@1.2.2
18151npm info linkStuff semver@4.3.6
18152npm verb linkBins semver@4.3.6
18153npm verb link bins [ { semver: './bin/semver' },
18154npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
18155npm verb link bins false ]
18156npm verb linkMans semver@4.3.6
18157npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/semver
18158npm info linkStuff sntp@0.2.4
18159npm verb linkBins sntp@0.2.4
18160npm verb linkMans sntp@0.2.4
18161npm info linkStuff hawk@1.1.1
18162npm verb linkBins hawk@1.1.1
18163npm verb linkMans hawk@1.1.1
18164npm info linkStuff string_decoder@0.10.31
18165npm verb linkBins string_decoder@0.10.31
18166npm verb linkMans string_decoder@0.10.31
18167npm info linkStuff readable-stream@1.0.33
18168npm verb linkBins readable-stream@1.0.33
18169npm verb linkMans readable-stream@1.0.33
18170npm info linkStuff bl@0.9.4
18171npm verb linkBins bl@0.9.4
18172npm verb linkMans bl@0.9.4
18173npm info linkStuff stringstream@0.0.5
18174npm verb linkBins stringstream@0.0.5
18175npm verb linkMans stringstream@0.0.5
18176npm info linkStuff throttleit@0.0.2
18177npm verb linkBins throttleit@0.0.2
18178npm verb linkMans throttleit@0.0.2
18179npm info linkStuff request-progress@0.3.1
18180npm verb linkBins request-progress@0.3.1
18181npm verb linkMans request-progress@0.3.1
18182npm info linkStuff tough-cookie@2.2.1
18183npm verb linkBins tough-cookie@2.2.1
18184npm verb linkMans tough-cookie@2.2.1
18185npm info linkStuff tunnel-agent@0.4.2
18186npm verb linkBins tunnel-agent@0.4.2
18187npm verb linkMans tunnel-agent@0.4.2
18188npm info linkStuff request@2.42.0
18189npm verb linkBins request@2.42.0
18190npm verb linkMans request@2.42.0
18191npm info linkStuff uid-number@0.0.5
18192npm verb linkBins uid-number@0.0.5
18193npm verb linkMans uid-number@0.0.5
18194npm info linkStuff which@1.0.9
18195npm verb linkBins which@1.0.9
18196npm verb link bins [ { which: './bin/which' },
18197npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
18198npm verb link bins false ]
18199npm verb linkMans which@1.0.9
18200npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/which
18201npm info linkStuff wrappy@1.0.1
18202npm verb linkBins wrappy@1.0.1
18203npm verb linkMans wrappy@1.0.1
18204npm info linkStuff once@1.3.3
18205npm verb linkBins once@1.3.3
18206npm verb linkMans once@1.3.3
18207npm info linkStuff npmconf@2.1.1
18208npm verb linkBins npmconf@2.1.1
18209npm verb linkMans npmconf@2.1.1
18210npm info linkStuff inflight@1.0.4
18211npm verb linkBins inflight@1.0.4
18212npm verb linkMans inflight@1.0.4
18213npm info linkStuff glob@6.0.3
18214npm verb linkBins glob@6.0.3
18215npm verb linkMans glob@6.0.3
18216npm info linkStuff rimraf@2.5.0
18217npm verb linkBins rimraf@2.5.0
18218npm verb link bins [ { rimraf: './bin.js' },
18219npm verb link bins '/usr/lib/node_modules/phantomjs/node_modules/.bin',
18220npm verb link bins false ]
18221npm verb linkMans rimraf@2.5.0
18222npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/phantomjs/node_modules/.bin/rimraf
18223npm info linkStuff fs-extra@0.23.1
18224npm verb linkBins fs-extra@0.23.1
18225npm verb linkMans fs-extra@0.23.1
18226npm info linkStuff grunt-cli@0.1.13
18227npm verb linkBins grunt-cli@0.1.13
18228npm verb link bins [ { grunt: 'bin/grunt' }, '/usr/bin', true ]
18229npm verb linkMans grunt-cli@0.1.13
18230/usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
18231npm info linkStuff phantomjs@1.9.19
18232npm verb linkBins phantomjs@1.9.19
18233npm verb link bins [ { phantomjs: './bin/phantomjs' }, '/usr/bin', true ]
18234npm verb linkMans phantomjs@1.9.19
18235/usr/bin/phantomjs -> /usr/lib/node_modules/phantomjs/bin/phantomjs
18236npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
18237npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
18238npm info lifecycle lodash@2.4.2~install: lodash@2.4.2
18239npm info lifecycle lru-cache@2.7.3~install: lru-cache@2.7.3
18240npm info lifecycle nopt@1.0.10~install: nopt@1.0.10
18241npm info lifecycle resolve@0.3.1~install: resolve@0.3.1
18242npm info lifecycle sigmund@1.0.1~install: sigmund@1.0.1
18243npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
18244npm info lifecycle glob@3.2.11~install: glob@3.2.11
18245npm info lifecycle findup-sync@0.1.3~install: findup-sync@0.1.3
18246npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
18247npm info lifecycle adm-zip@0.4.4~install: adm-zip@0.4.4
18248npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
18249npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
18250npm info lifecycle async@0.9.2~install: async@0.9.2
18251npm info lifecycle aws-sign2@0.5.0~install: aws-sign2@0.5.0
18252npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
18253npm info lifecycle caseless@0.6.0~install: caseless@0.6.0
18254npm info lifecycle charenc@0.0.1~install: charenc@0.0.1
18255npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
18256npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
18257npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
18258npm info lifecycle crypt@0.0.1~install: crypt@0.0.1
18259npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
18260npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
18261npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
18262npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
18263npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
18264npm info lifecycle hoek@0.9.1~install: hoek@0.9.1
18265npm info lifecycle boom@0.4.2~install: boom@0.4.2
18266npm info lifecycle cryptiles@0.2.2~install: cryptiles@0.2.2
18267npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
18268npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
18269npm info lifecycle ini@1.3.4~install: ini@1.3.4
18270npm info lifecycle is-buffer@1.0.2~install: is-buffer@1.0.2
18271npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
18272npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
18273npm info lifecycle jsonfile@2.2.3~install: jsonfile@2.2.3
18274npm info lifecycle kew@0.4.0~install: kew@0.4.0
18275npm info lifecycle md5@2.0.0~install: md5@2.0.0
18276npm info lifecycle mime@1.2.11~install: mime@1.2.11
18277npm info lifecycle form-data@0.1.4~install: form-data@0.1.4
18278npm info lifecycle mime-types@1.0.2~install: mime-types@1.0.2
18279npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
18280npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
18281npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
18282npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
18283npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
18284npm info lifecycle oauth-sign@0.4.0~install: oauth-sign@0.4.0
18285npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
18286npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
18287npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
18288npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
18289npm info lifecycle progress@1.1.8~install: progress@1.1.8
18290npm info lifecycle proto-list@1.2.4~install: proto-list@1.2.4
18291npm info lifecycle config-chain@1.1.9~install: config-chain@1.1.9
18292npm info lifecycle qs@1.2.2~install: qs@1.2.2
18293npm info lifecycle semver@4.3.6~install: semver@4.3.6
18294npm info lifecycle sntp@0.2.4~install: sntp@0.2.4
18295npm info lifecycle hawk@1.1.1~install: hawk@1.1.1
18296npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
18297npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
18298npm info lifecycle bl@0.9.4~install: bl@0.9.4
18299npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
18300npm info lifecycle throttleit@0.0.2~install: throttleit@0.0.2
18301npm info lifecycle request-progress@0.3.1~install: request-progress@0.3.1
18302npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
18303npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
18304npm info lifecycle request@2.42.0~install: request@2.42.0
18305npm info lifecycle uid-number@0.0.5~install: uid-number@0.0.5
18306npm info lifecycle which@1.0.9~install: which@1.0.9
18307npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
18308npm info lifecycle once@1.3.3~install: once@1.3.3
18309npm info lifecycle npmconf@2.1.1~install: npmconf@2.1.1
18310npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
18311npm info lifecycle glob@6.0.3~install: glob@6.0.3
18312npm info lifecycle rimraf@2.5.0~install: rimraf@2.5.0
18313npm info lifecycle fs-extra@0.23.1~install: fs-extra@0.23.1
18314npm info lifecycle grunt-cli@0.1.13~install: grunt-cli@0.1.13
18315npm info lifecycle phantomjs@1.9.19~install: phantomjs@1.9.19
18316
18317> phantomjs@1.9.19 install /usr/lib/node_modules/phantomjs
18318> node install.js
18319
18320Looks like an `npm install -g`; unable to check for already installed version.
18321Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
18322Saving to /usr/lib/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
18323Receiving...
18324
18325Received 12854K total.
18326Extracting tar contents (via spawned process)
18327Removing /usr/lib/node_modules/phantomjs/lib/phantom
18328Copying extracted folder /usr/lib/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2-extract-1451417422877/phantomjs-1.9.8-linux-x86_64 -> /usr/lib/node_modules/phantomjs/lib/phantom
18329Writing location.js file
18330Done. Phantomjs binary available at /usr/lib/node_modules/phantomjs/lib/phantom/bin/phantomjs
18331npm verb lifecycle phantomjs@1.9.19~install: unsafe-perm in lifecycle false
18332npm verb lifecycle phantomjs@1.9.19~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/usr/lib/node_modules/phantomjs/node_modules/.bin:/usr/lib/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18333npm verb lifecycle phantomjs@1.9.19~install: CWD: /usr/lib/node_modules/phantomjs
18334npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
18335npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
18336npm info lifecycle lodash@2.4.2~postinstall: lodash@2.4.2
18337npm info lifecycle lru-cache@2.7.3~postinstall: lru-cache@2.7.3
18338npm info lifecycle nopt@1.0.10~postinstall: nopt@1.0.10
18339npm info lifecycle resolve@0.3.1~postinstall: resolve@0.3.1
18340npm info lifecycle sigmund@1.0.1~postinstall: sigmund@1.0.1
18341npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
18342npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
18343npm info lifecycle findup-sync@0.1.3~postinstall: findup-sync@0.1.3
18344npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
18345npm info lifecycle adm-zip@0.4.4~postinstall: adm-zip@0.4.4
18346npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
18347npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
18348npm info lifecycle async@0.9.2~postinstall: async@0.9.2
18349npm info lifecycle aws-sign2@0.5.0~postinstall: aws-sign2@0.5.0
18350npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
18351npm info lifecycle caseless@0.6.0~postinstall: caseless@0.6.0
18352npm info lifecycle charenc@0.0.1~postinstall: charenc@0.0.1
18353npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
18354npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
18355npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
18356npm info lifecycle crypt@0.0.1~postinstall: crypt@0.0.1
18357npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
18358npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
18359npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
18360npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
18361npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
18362npm info lifecycle hoek@0.9.1~postinstall: hoek@0.9.1
18363npm info lifecycle boom@0.4.2~postinstall: boom@0.4.2
18364npm info lifecycle cryptiles@0.2.2~postinstall: cryptiles@0.2.2
18365npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
18366npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
18367npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
18368npm info lifecycle is-buffer@1.0.2~postinstall: is-buffer@1.0.2
18369npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
18370npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
18371npm info lifecycle jsonfile@2.2.3~postinstall: jsonfile@2.2.3
18372npm info lifecycle kew@0.4.0~postinstall: kew@0.4.0
18373npm info lifecycle md5@2.0.0~postinstall: md5@2.0.0
18374npm info lifecycle mime@1.2.11~postinstall: mime@1.2.11
18375npm info lifecycle form-data@0.1.4~postinstall: form-data@0.1.4
18376npm info lifecycle mime-types@1.0.2~postinstall: mime-types@1.0.2
18377npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
18378npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
18379npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
18380npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
18381npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
18382npm info lifecycle oauth-sign@0.4.0~postinstall: oauth-sign@0.4.0
18383npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
18384npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
18385npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
18386npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
18387npm info lifecycle progress@1.1.8~postinstall: progress@1.1.8
18388npm info lifecycle proto-list@1.2.4~postinstall: proto-list@1.2.4
18389npm info lifecycle config-chain@1.1.9~postinstall: config-chain@1.1.9
18390npm info lifecycle qs@1.2.2~postinstall: qs@1.2.2
18391npm info lifecycle semver@4.3.6~postinstall: semver@4.3.6
18392npm info lifecycle sntp@0.2.4~postinstall: sntp@0.2.4
18393npm info lifecycle hawk@1.1.1~postinstall: hawk@1.1.1
18394npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
18395npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
18396npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
18397npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
18398npm info lifecycle throttleit@0.0.2~postinstall: throttleit@0.0.2
18399npm info lifecycle request-progress@0.3.1~postinstall: request-progress@0.3.1
18400npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
18401npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
18402npm info lifecycle request@2.42.0~postinstall: request@2.42.0
18403npm info lifecycle uid-number@0.0.5~postinstall: uid-number@0.0.5
18404npm info lifecycle which@1.0.9~postinstall: which@1.0.9
18405npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
18406npm info lifecycle once@1.3.3~postinstall: once@1.3.3
18407npm info lifecycle npmconf@2.1.1~postinstall: npmconf@2.1.1
18408npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
18409npm info lifecycle glob@6.0.3~postinstall: glob@6.0.3
18410npm info lifecycle rimraf@2.5.0~postinstall: rimraf@2.5.0
18411npm info lifecycle fs-extra@0.23.1~postinstall: fs-extra@0.23.1
18412npm info lifecycle grunt-cli@0.1.13~postinstall: grunt-cli@0.1.13
18413npm info lifecycle phantomjs@1.9.19~postinstall: phantomjs@1.9.19
18414npm verb unlock done using /root/.npm/_locks/staging-a072192f34a17023.lock for /usr/lib/node_modules/.staging
18415/usr/lib
18416+-- grunt-cli@0.1.13
18417| +-- findup-sync@0.1.3
18418| | +-- glob@3.2.11
18419| | | +-- inherits@2.0.1
18420| | | `-- minimatch@0.3.0
18421| | | +-- lru-cache@2.7.3
18422| | | `-- sigmund@1.0.1
18423| | `-- lodash@2.4.2
18424| +-- nopt@1.0.10
18425| | `-- abbrev@1.0.7
18426| `-- resolve@0.3.1
18427`-- phantomjs@1.9.19
18428 +-- adm-zip@0.4.4
18429 +-- fs-extra@0.23.1
18430 | +-- graceful-fs@4.1.2
18431 | +-- jsonfile@2.2.3
18432 | +-- path-is-absolute@1.0.0
18433 | `-- rimraf@2.5.0
18434 | `-- glob@6.0.3
18435 | +-- inflight@1.0.4
18436 | `-- minimatch@3.0.0
18437 | `-- brace-expansion@1.1.2
18438 | +-- balanced-match@0.3.0
18439 | `-- concat-map@0.0.1
18440 +-- kew@0.4.0
18441 +-- md5@2.0.0
18442 | +-- charenc@0.0.1
18443 | +-- crypt@0.0.1
18444 | `-- is-buffer@1.0.2
18445 +-- npmconf@2.1.1
18446 | +-- config-chain@1.1.9
18447 | | `-- proto-list@1.2.4
18448 | +-- inherits@2.0.1
18449 | +-- ini@1.3.4
18450 | +-- mkdirp@0.5.1
18451 | | `-- minimist@0.0.8
18452 | +-- nopt@3.0.6
18453 | | `-- abbrev@1.0.7
18454 | +-- once@1.3.3
18455 | | `-- wrappy@1.0.1
18456 | +-- osenv@0.1.3
18457 | | +-- os-homedir@1.0.1
18458 | | `-- os-tmpdir@1.0.1
18459 | +-- semver@4.3.6
18460 | `-- uid-number@0.0.5
18461 +-- progress@1.1.8
18462 +-- request@2.42.0
18463 | +-- aws-sign2@0.5.0
18464 | +-- bl@0.9.4
18465 | | `-- readable-stream@1.0.33
18466 | | +-- core-util-is@1.0.2
18467 | | +-- isarray@0.0.1
18468 | | `-- string_decoder@0.10.31
18469 | +-- caseless@0.6.0
18470 | +-- forever-agent@0.5.2
18471 | +-- form-data@0.1.4
18472 | | +-- async@0.9.2
18473 | | +-- combined-stream@0.0.7
18474 | | | `-- delayed-stream@0.0.5
18475 | | `-- mime@1.2.11
18476 | +-- hawk@1.1.1
18477 | | +-- boom@0.4.2
18478 | | +-- cryptiles@0.2.2
18479 | | +-- hoek@0.9.1
18480 | | `-- sntp@0.2.4
18481 | +-- http-signature@0.10.1
18482 | | +-- asn1@0.1.11
18483 | | +-- assert-plus@0.1.5
18484 | | `-- ctype@0.5.3
18485 | +-- json-stringify-safe@5.0.1
18486 | +-- mime-types@1.0.2
18487 | +-- node-uuid@1.4.7
18488 | +-- oauth-sign@0.4.0
18489 | +-- qs@1.2.2
18490 | +-- stringstream@0.0.5
18491 | +-- tough-cookie@2.2.1
18492 | `-- tunnel-agent@0.4.2
18493 +-- request-progress@0.3.1
18494 | `-- throttleit@0.0.2
18495 `-- which@1.0.9
18496
18497npm verb exit [ 0, true ]
18498npm info ok
18499 ---> 2a184b1d8247
18500Removing intermediate container b037d097145a
18501Step 3 : WORKDIR /var/www/
18502 ---> Running in d941b623595e
18503 ---> 72a0734ef6d8
18504Removing intermediate container d941b623595e
18505Step 4 : RUN git clone https://git.kolab.org/diffusion/M/manticore.git /var/www/manticore.git/
18506 ---> Running in 48c2353b3811
18507Cloning into '/var/www/manticore.git'...
18508 ---> 427cbefb1a88
18509Removing intermediate container 48c2353b3811
18510Step 5 : WORKDIR /var/www/manticore.git/
18511 ---> Running in 81ab0dd6b81f
18512 ---> e26bec5b698e
18513Removing intermediate container 81ab0dd6b81f
18514Step 6 : RUN npm --verbose install && npm --verbose dedupe && rm -rf /root/.npm/
18515 ---> Running in 88e33f5dc8f3
18516npm info it worked if it ends with ok
18517npm verb cli [ 'node', '/usr/bin/npm', '--verbose', 'install' ]
18518npm info using npm@3.5.2
18519npm info using node@v0.12.8
18520npm verb cache add spec ldapjs@github:mcavage/node-ldapjs
18521npm verb request uri http://registry.npmjs.org/express
18522npm verb request no auth needed
18523npm info attempt registry request try #1 at 19:31:07
18524npm verb request id a63cbd047bab9b0c
18525npm http request GET http://registry.npmjs.org/express
18526npm verb request uri http://registry.npmjs.org/morgan
18527npm verb request no auth needed
18528npm info attempt registry request try #1 at 19:31:07
18529npm http request GET http://registry.npmjs.org/morgan
18530npm verb request uri http://registry.npmjs.org/body-parser
18531npm verb request no auth needed
18532npm info attempt registry request try #1 at 19:31:07
18533npm http request GET http://registry.npmjs.org/body-parser
18534npm verb request uri http://registry.npmjs.org/method-override
18535npm verb request no auth needed
18536npm info attempt registry request try #1 at 19:31:07
18537npm http request GET http://registry.npmjs.org/method-override
18538npm verb request uri http://registry.npmjs.org/serve-favicon
18539npm verb request no auth needed
18540npm info attempt registry request try #1 at 19:31:07
18541npm http request GET http://registry.npmjs.org/serve-favicon
18542npm verb request uri http://registry.npmjs.org/cookie-parser
18543npm verb request no auth needed
18544npm info attempt registry request try #1 at 19:31:07
18545npm http request GET http://registry.npmjs.org/cookie-parser
18546npm verb request uri http://registry.npmjs.org/express-session
18547npm verb request no auth needed
18548npm info attempt registry request try #1 at 19:31:07
18549npm http request GET http://registry.npmjs.org/express-session
18550npm verb request uri http://registry.npmjs.org/errorhandler
18551npm verb request no auth needed
18552npm info attempt registry request try #1 at 19:31:07
18553npm http request GET http://registry.npmjs.org/errorhandler
18554npm verb request uri http://registry.npmjs.org/compression
18555npm verb request no auth needed
18556npm info attempt registry request try #1 at 19:31:07
18557npm http request GET http://registry.npmjs.org/compression
18558npm verb request uri http://registry.npmjs.org/lodash
18559npm verb request no auth needed
18560npm info attempt registry request try #1 at 19:31:07
18561npm http request GET http://registry.npmjs.org/lodash
18562npm verb request uri http://registry.npmjs.org/jade
18563npm verb request no auth needed
18564npm info attempt registry request try #1 at 19:31:07
18565npm http request GET http://registry.npmjs.org/jade
18566npm verb request uri http://registry.npmjs.org/mongoose
18567npm verb request no auth needed
18568npm info attempt registry request try #1 at 19:31:07
18569npm http request GET http://registry.npmjs.org/mongoose
18570npm verb request uri http://registry.npmjs.org/gridfs-stream
18571npm verb request no auth needed
18572npm info attempt registry request try #1 at 19:31:07
18573npm http request GET http://registry.npmjs.org/gridfs-stream
18574npm verb request uri http://registry.npmjs.org/jsonwebtoken
18575npm verb request no auth needed
18576npm info attempt registry request try #1 at 19:31:07
18577npm http request GET http://registry.npmjs.org/jsonwebtoken
18578npm verb request uri http://registry.npmjs.org/express-jwt
18579npm verb request no auth needed
18580npm info attempt registry request try #1 at 19:31:07
18581npm http request GET http://registry.npmjs.org/express-jwt
18582npm verb request uri http://registry.npmjs.org/passport
18583npm verb request no auth needed
18584npm info attempt registry request try #1 at 19:31:07
18585npm http request GET http://registry.npmjs.org/passport
18586npm verb request uri http://registry.npmjs.org/passport-local
18587npm verb request no auth needed
18588npm info attempt registry request try #1 at 19:31:07
18589npm http request GET http://registry.npmjs.org/passport-local
18590npm verb request uri http://registry.npmjs.org/composable-middleware
18591npm verb request no auth needed
18592npm info attempt registry request try #1 at 19:31:07
18593npm http request GET http://registry.npmjs.org/composable-middleware
18594npm verb request uri http://registry.npmjs.org/connect-mongo
18595npm verb request no auth needed
18596npm info attempt registry request try #1 at 19:31:07
18597npm http request GET http://registry.npmjs.org/connect-mongo
18598npm verb request uri http://registry.npmjs.org/multer
18599npm verb request no auth needed
18600npm info attempt registry request try #1 at 19:31:07
18601npm http request GET http://registry.npmjs.org/multer
18602npm verb request uri http://registry.npmjs.org/socket.io
18603npm verb request no auth needed
18604npm info attempt registry request try #1 at 19:31:07
18605npm http request GET http://registry.npmjs.org/socket.io
18606npm verb request uri http://registry.npmjs.org/socketio-jwt
18607npm verb request no auth needed
18608npm info attempt registry request try #1 at 19:31:07
18609npm http request GET http://registry.npmjs.org/socketio-jwt
18610npm verb request uri http://registry.npmjs.org/async
18611npm verb request no auth needed
18612npm info attempt registry request try #1 at 19:31:07
18613npm http request GET http://registry.npmjs.org/async
18614npm verb request uri http://registry.npmjs.org/phantom
18615npm verb request no auth needed
18616npm info attempt registry request try #1 at 19:31:07
18617npm http request GET http://registry.npmjs.org/phantom
18618npm verb request uri http://registry.npmjs.org/dav
18619npm verb request no auth needed
18620npm info attempt registry request try #1 at 19:31:07
18621npm http request GET http://registry.npmjs.org/dav
18622npm verb request uri http://registry.npmjs.org/request
18623npm verb request no auth needed
18624npm info attempt registry request try #1 at 19:31:07
18625npm http request GET http://registry.npmjs.org/request
18626npm verb request uri http://registry.npmjs.org/passport-ldapauth
18627npm verb request no auth needed
18628npm info attempt registry request try #1 at 19:31:07
18629npm http request GET http://registry.npmjs.org/passport-ldapauth
18630npm verb addRemoteGit caching github:mcavage/node-ldapjs
18631npm verb addRemoteGit mcavage/node-ldapjs is a repository hosted by github
18632npm verb tryClone git-github-com-mcavage-node-ldapjs-git-bc5d2011 not in flight; caching
18633npm verb makeDirectory /root/.npm/_git-remotes creation not in flight; initializing
18634npm info git [ 'clone',
18635npm info git '--template=/root/.npm/_git-remotes/_templates',
18636npm info git '--mirror',
18637npm info git 'git://github.com/mcavage/node-ldapjs.git',
18638npm info git '/root/.npm/_git-remotes/git-github-com-mcavage-node-ldapjs-git-bc5d2011' ]
18639npm http 200 http://registry.npmjs.org/lodash
18640npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18641npm verb headers etag: '"CGTYPVJRPPNJ9QH7BTBZ8IZ1I"',
18642npm verb headers 'content-type': 'application/json',
18643npm verb headers 'cache-control': 'max-age=300',
18644npm verb headers 'content-length': '113672',
18645npm verb headers 'accept-ranges': 'bytes',
18646npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
18647npm verb headers 'x-served-by': 'cache-fra1230-FRA',
18648npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
18649npm verb headers 'x-cache-hits': '7',
18650npm verb headers 'x-timer': 'S1451417409.667938,VS0,VE0',
18651npm verb headers vary: 'Accept',
18652npm verb headers age: '159',
18653npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
18654npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18655npm verb headers connection: 'keep-alive' }
18656npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
18657npm http 200 http://registry.npmjs.org/async
18658npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18659npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
18660npm verb headers 'content-type': 'application/json',
18661npm verb headers 'cache-control': 'max-age=300',
18662npm verb headers 'content-length': '132682',
18663npm verb headers 'accept-ranges': 'bytes',
18664npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
18665npm verb headers 'x-served-by': 'cache-fra1238-FRA',
18666npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
18667npm verb headers 'x-cache-hits': '2',
18668npm verb headers 'x-timer': 'S1451417414.715970,VS0,VE0',
18669npm verb headers vary: 'Accept',
18670npm verb headers age: '74',
18671npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
18672npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18673npm verb headers connection: 'keep-alive' }
18674npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
18675npm http 200 http://registry.npmjs.org/request
18676npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18677npm verb headers etag: '"41O2YUQ0F957MF7HVJELBZYE5"',
18678npm verb headers 'content-type': 'application/json',
18679npm verb headers 'cache-control': 'max-age=300',
18680npm verb headers 'content-length': '180663',
18681npm verb headers 'accept-ranges': 'bytes',
18682npm verb headers date: 'Tue, 29 Dec 2015 19:30:10 GMT',
18683npm verb headers 'x-served-by': 'cache-fra1238-FRA',
18684npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
18685npm verb headers 'x-cache-hits': '2',
18686npm verb headers 'x-timer': 'S1451417410.595984,VS0,VE0',
18687npm verb headers vary: 'Accept',
18688npm verb headers age: '125',
18689npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
18690npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18691npm verb headers connection: 'keep-alive' }
18692npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
18693npm http 200 http://registry.npmjs.org/method-override
18694npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18695npm verb headers etag: '"8GF1LPC6684OQ597E6QX6A1DQ"',
18696npm verb headers 'content-type': 'application/json',
18697npm verb headers 'cache-control': 'max-age=300',
18698npm verb headers 'content-length': '35828',
18699npm verb headers 'accept-ranges': 'bytes',
18700npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18701npm verb headers age: '149',
18702npm verb headers 'x-served-by': 'cache-fra1238-FRA',
18703npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18704npm verb headers 'x-cache-hits': '2',
18705npm verb headers 'x-timer': 'S1451417467.403853,VS0,VE0',
18706npm verb headers vary: 'Accept',
18707npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
18708npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18709npm verb headers connection: 'keep-alive' }
18710npm verb get saving method-override to /root/.npm/registry.npmjs.org/method-override/.cache.json
18711npm http 200 http://registry.npmjs.org/errorhandler
18712npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18713npm verb headers etag: '"8DCGIQOAPMNC2EFPOCK7746QA"',
18714npm verb headers 'content-type': 'application/json',
18715npm verb headers 'cache-control': 'max-age=300',
18716npm verb headers 'content-length': '38052',
18717npm verb headers 'accept-ranges': 'bytes',
18718npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18719npm verb headers age: '65',
18720npm verb headers 'x-served-by': 'cache-fra1225-FRA',
18721npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18722npm verb headers 'x-cache-hits': '1',
18723npm verb headers 'x-timer': 'S1451417467.440736,VS0,VE0',
18724npm verb headers vary: 'Accept',
18725npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
18726npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18727npm verb headers connection: 'keep-alive' }
18728npm verb get saving errorhandler to /root/.npm/registry.npmjs.org/errorhandler/.cache.json
18729npm http 200 http://registry.npmjs.org/morgan
18730npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18731npm verb headers etag: '"CYUXXH7XS350OXDCIHHHZVGQE"',
18732npm verb headers 'content-type': 'application/json',
18733npm verb headers 'cache-control': 'max-age=300',
18734npm verb headers 'content-length': '42764',
18735npm verb headers 'accept-ranges': 'bytes',
18736npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18737npm verb headers age: '67',
18738npm verb headers 'x-served-by': 'cache-fra1220-FRA',
18739npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18740npm verb headers 'x-cache-hits': '1',
18741npm verb headers 'x-timer': 'S1451417467.438992,VS0,VE0',
18742npm verb headers vary: 'Accept',
18743npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
18744npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18745npm verb headers connection: 'keep-alive' }
18746npm verb get saving morgan to /root/.npm/registry.npmjs.org/morgan/.cache.json
18747npm http 200 http://registry.npmjs.org/body-parser
18748npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18749npm verb headers etag: '"9UCTVG5CBPYJCJW0V7HHYTF3E"',
18750npm verb headers 'content-type': 'application/json',
18751npm verb headers 'cache-control': 'max-age=300',
18752npm verb headers 'content-length': '113219',
18753npm verb headers 'accept-ranges': 'bytes',
18754npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18755npm verb headers age: '146',
18756npm verb headers 'x-served-by': 'cache-fra1231-FRA',
18757npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18758npm verb headers 'x-cache-hits': '22',
18759npm verb headers 'x-timer': 'S1451417467.439002,VS0,VE0',
18760npm verb headers vary: 'Accept',
18761npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
18762npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18763npm verb headers connection: 'keep-alive' }
18764npm verb get saving body-parser to /root/.npm/registry.npmjs.org/body-parser/.cache.json
18765npm verb cache add spec lodash@~2.4.1
18766npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash
18767npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
18768npm http 200 http://registry.npmjs.org/serve-favicon
18769npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18770npm verb headers etag: '"2CF52I28MTEPSZWDG7L6ICLC3"',
18771npm verb headers 'content-type': 'application/json',
18772npm verb headers 'cache-control': 'max-age=300',
18773npm verb headers 'content-length': '24137',
18774npm verb headers 'accept-ranges': 'bytes',
18775npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18776npm verb headers age: '264',
18777npm verb headers 'x-served-by': 'cache-fra1242-FRA',
18778npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18779npm verb headers 'x-cache-hits': '3',
18780npm verb headers 'x-timer': 'S1451417467.439037,VS0,VE0',
18781npm verb headers vary: 'Accept',
18782npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
18783npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18784npm verb headers connection: 'keep-alive' }
18785npm verb get saving serve-favicon to /root/.npm/registry.npmjs.org/serve-favicon/.cache.json
18786npm http 200 http://registry.npmjs.org/compression
18787npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18788npm verb headers etag: '"12MW13GNVVCBQYWG713899535"',
18789npm verb headers 'content-type': 'application/json',
18790npm verb headers 'cache-control': 'max-age=300',
18791npm verb headers 'content-length': '61086',
18792npm verb headers 'accept-ranges': 'bytes',
18793npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18794npm verb headers age: '203',
18795npm verb headers 'x-served-by': 'cache-fra1240-FRA',
18796npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18797npm verb headers 'x-cache-hits': '1',
18798npm verb headers 'x-timer': 'S1451417467.440926,VS0,VE0',
18799npm verb headers vary: 'Accept',
18800npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
18801npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18802npm verb headers connection: 'keep-alive' }
18803npm verb get saving compression to /root/.npm/registry.npmjs.org/compression/.cache.json
18804npm http 200 http://registry.npmjs.org/multer
18805npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18806npm verb headers etag: '"5JF83NDYPHEFZ4NSQW0I1PRP0"',
18807npm verb headers 'content-type': 'application/json',
18808npm verb headers 'cache-control': 'max-age=300',
18809npm verb headers 'content-length': '42900',
18810npm verb headers 'accept-ranges': 'bytes',
18811npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18812npm verb headers age: '0',
18813npm verb headers 'x-served-by': 'cache-fra1241-FRA',
18814npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18815npm verb headers 'x-cache-hits': '1',
18816npm verb headers 'x-timer': 'S1451417467.465854,VS0,VE101',
18817npm verb headers vary: 'Accept',
18818npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
18819npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18820npm verb headers connection: 'keep-alive' }
18821npm verb get saving multer to /root/.npm/registry.npmjs.org/multer/.cache.json
18822npm verb cache add spec async@~1.3.0
18823npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for async
18824npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
18825npm verb cache add spec request@~2.60.0
18826npm verb addNamed ">=2.60.0 <2.61.0" is a valid semver range for request
18827npm verb addNameRange registry:http://registry.npmjs.org/request not in flight; fetching
18828npm verb cache add spec method-override@~1.0.0
18829npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for method-override
18830npm verb addNameRange registry:http://registry.npmjs.org/method-override not in flight; fetching
18831npm verb cache add spec errorhandler@~1.0.0
18832npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for errorhandler
18833npm verb addNameRange registry:http://registry.npmjs.org/errorhandler not in flight; fetching
18834npm http 200 http://registry.npmjs.org/mongoose
18835npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18836npm verb headers etag: '"9MAY5SFZ5J3456E4EM74IYC9P"',
18837npm verb headers 'content-type': 'application/json',
18838npm verb headers 'cache-control': 'max-age=300',
18839npm verb headers 'content-length': '409440',
18840npm verb headers 'accept-ranges': 'bytes',
18841npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18842npm verb headers age: '165',
18843npm verb headers 'x-served-by': 'cache-fra1239-FRA',
18844npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18845npm verb headers 'x-cache-hits': '1',
18846npm verb headers 'x-timer': 'S1451417467.444229,VS0,VE1',
18847npm verb headers vary: 'Accept',
18848npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
18849npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18850npm verb headers connection: 'keep-alive' }
18851npm verb get saving mongoose to /root/.npm/registry.npmjs.org/mongoose/.cache.json
18852npm verb cache add spec morgan@~1.0.0
18853npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for morgan
18854npm verb addNameRange registry:http://registry.npmjs.org/morgan not in flight; fetching
18855npm verb get http://registry.npmjs.org/lodash not expired, no request
18856npm verb addNamed "2.4.2" is a plain semver version for lodash
18857npm http 200 http://registry.npmjs.org/socketio-jwt
18858npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18859npm verb headers etag: '"59V4J5ISQ7S9H14UBZ7S0IA13"',
18860npm verb headers 'content-type': 'application/json',
18861npm verb headers 'cache-control': 'max-age=300',
18862npm verb headers 'content-length': '29758',
18863npm verb headers 'accept-ranges': 'bytes',
18864npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18865npm verb headers age: '0',
18866npm verb headers 'x-served-by': 'cache-fra1238-FRA',
18867npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18868npm verb headers 'x-cache-hits': '1',
18869npm verb headers 'x-timer': 'S1451417467.465095,VS0,VE229',
18870npm verb headers vary: 'Accept',
18871npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
18872npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18873npm verb headers connection: 'keep-alive' }
18874npm verb get saving socketio-jwt to /root/.npm/registry.npmjs.org/socketio-jwt/.cache.json
18875npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
18876npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz',
18877npm verb addRemoteTarball 'fadd834b9683073da179b3eae6d9c0d15053f73e' ]
18878npm http 200 http://registry.npmjs.org/express-jwt
18879npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18880npm verb headers etag: '"1G623JHY7WE6JDBNQ6KGP2C3Y"',
18881npm verb headers 'content-type': 'application/json',
18882npm verb headers 'cache-control': 'max-age=300',
18883npm verb headers 'content-length': '47501',
18884npm verb headers 'accept-ranges': 'bytes',
18885npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18886npm verb headers age: '289',
18887npm verb headers 'x-served-by': 'cache-fra1229-FRA',
18888npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18889npm verb headers 'x-cache-hits': '1',
18890npm verb headers 'x-timer': 'S1451417467.464865,VS0,VE0',
18891npm verb headers vary: 'Accept',
18892npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
18893npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18894npm verb headers connection: 'keep-alive' }
18895npm verb get saving express-jwt to /root/.npm/registry.npmjs.org/express-jwt/.cache.json
18896npm verb get http://registry.npmjs.org/async not expired, no request
18897npm verb addNamed "1.3.0" is a plain semver version for async
18898npm verb get http://registry.npmjs.org/request not expired, no request
18899npm verb addNamed "2.60.0" is a plain semver version for request
18900npm verb get http://registry.npmjs.org/method-override not expired, no request
18901npm verb addNamed "1.0.2" is a plain semver version for method-override
18902npm verb get http://registry.npmjs.org/errorhandler not expired, no request
18903npm verb addNamed "1.0.2" is a plain semver version for errorhandler
18904npm verb cache add spec body-parser@~1.5.0
18905npm verb addNamed ">=1.5.0 <1.6.0" is a valid semver range for body-parser
18906npm verb addNameRange registry:http://registry.npmjs.org/body-parser not in flight; fetching
18907npm http 200 http://registry.npmjs.org/cookie-parser
18908npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18909npm verb headers etag: '"8G5WWK5KC4I9F69EBBSNJHV2G"',
18910npm verb headers 'content-type': 'application/json',
18911npm verb headers 'cache-control': 'max-age=300',
18912npm verb headers 'content-length': '20365',
18913npm verb headers 'accept-ranges': 'bytes',
18914npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18915npm verb headers age: '196',
18916npm verb headers 'x-served-by': 'cache-fra1240-FRA',
18917npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18918npm verb headers 'x-cache-hits': '1',
18919npm verb headers 'x-timer': 'S1451417467.438983,VS0,VE0',
18920npm verb headers vary: 'Accept',
18921npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
18922npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18923npm verb headers connection: 'keep-alive' }
18924npm verb get saving cookie-parser to /root/.npm/registry.npmjs.org/cookie-parser/.cache.json
18925npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-1.3.0.tgz not in flight; adding
18926npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-1.3.0.tgz',
18927npm verb addRemoteTarball 'a6f1631e8a595a663496d0a5586bd12007d4871d' ]
18928npm verb addRemoteTarball http://registry.npmjs.org/request/-/request-2.60.0.tgz not in flight; adding
18929npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.60.0.tgz',
18930npm verb addRemoteTarball '498820957fcdded1d37749069610c85f61a29f2d' ]
18931npm verb addRemoteTarball http://registry.npmjs.org/method-override/-/method-override-1.0.2.tgz not in flight; adding
18932npm verb addRemoteTarball [ 'http://registry.npmjs.org/method-override/-/method-override-1.0.2.tgz',
18933npm verb addRemoteTarball 'd6f80275db23a23380028c9215b97470be01d689' ]
18934npm verb addRemoteTarball http://registry.npmjs.org/errorhandler/-/errorhandler-1.0.2.tgz not in flight; adding
18935npm verb addRemoteTarball [ 'http://registry.npmjs.org/errorhandler/-/errorhandler-1.0.2.tgz',
18936npm verb addRemoteTarball '587d47bbbbc48cffe132c3acda7215c902558108' ]
18937npm http 200 http://registry.npmjs.org/passport
18938npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18939npm verb headers etag: '"EOQOJZH0LO7TETWVPNK2IPQ1"',
18940npm verb headers 'content-type': 'application/json',
18941npm verb headers 'cache-control': 'max-age=300',
18942npm verb headers 'content-length': '41719',
18943npm verb headers 'accept-ranges': 'bytes',
18944npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18945npm verb headers age: '215',
18946npm verb headers 'x-served-by': 'cache-fra1229-FRA',
18947npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18948npm verb headers 'x-cache-hits': '2',
18949npm verb headers 'x-timer': 'S1451417467.464824,VS0,VE0',
18950npm verb headers vary: 'Accept',
18951npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
18952npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18953npm verb headers connection: 'keep-alive' }
18954npm verb get saving passport to /root/.npm/registry.npmjs.org/passport/.cache.json
18955npm http 200 http://registry.npmjs.org/express-session
18956npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
18957npm verb headers etag: '"AW4I3JEG6UVQN019TIQCGW7Y5"',
18958npm verb headers 'content-type': 'application/json',
18959npm verb headers 'cache-control': 'max-age=300',
18960npm verb headers 'content-length': '96475',
18961npm verb headers 'accept-ranges': 'bytes',
18962npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
18963npm verb headers age: '173',
18964npm verb headers 'x-served-by': 'cache-fra1237-FRA',
18965npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
18966npm verb headers 'x-cache-hits': '1',
18967npm verb headers 'x-timer': 'S1451417467.440750,VS0,VE0',
18968npm verb headers vary: 'Accept',
18969npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
18970npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
18971npm verb headers connection: 'keep-alive' }
18972npm verb get saving express-session to /root/.npm/registry.npmjs.org/express-session/.cache.json
18973npm verb get http://registry.npmjs.org/morgan not expired, no request
18974npm verb addNamed "1.0.1" is a plain semver version for morgan
18975npm verb addRemoteTarball http://registry.npmjs.org/morgan/-/morgan-1.0.1.tgz not in flight; adding
18976npm verb addRemoteTarball [ 'http://registry.npmjs.org/morgan/-/morgan-1.0.1.tgz',
18977npm verb addRemoteTarball '8250a5d711de625453022945344d4d6762630c64' ]
18978npm verb cache add spec serve-favicon@~2.0.1
18979npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for serve-favicon
18980npm verb addNameRange registry:http://registry.npmjs.org/serve-favicon not in flight; fetching
18981npm verb cache add spec compression@~1.0.1
18982npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for compression
18983npm verb addNameRange registry:http://registry.npmjs.org/compression not in flight; fetching
18984npm verb cache add spec multer@0.1.8
18985npm verb addNamed "0.1.8" is a plain semver version for multer
18986npm verb addNameVersion registry:http://registry.npmjs.org/multer not in flight; fetching
18987npm verb get http://registry.npmjs.org/body-parser not expired, no request
18988npm verb addNamed "1.5.2" is a plain semver version for body-parser
18989npm info retry fetch attempt 1 at 19:31:07
18990npm info attempt registry request try #1 at 19:31:07
18991npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
18992npm info retry fetch attempt 1 at 19:31:07
18993npm info attempt registry request try #1 at 19:31:07
18994npm http fetch GET http://registry.npmjs.org/morgan/-/morgan-1.0.1.tgz
18995npm verb addRemoteTarball http://registry.npmjs.org/body-parser/-/body-parser-1.5.2.tgz not in flight; adding
18996npm verb addRemoteTarball [ 'http://registry.npmjs.org/body-parser/-/body-parser-1.5.2.tgz',
18997npm verb addRemoteTarball 'beebacac741b83f62c9137d5685196e1a44304ab' ]
18998npm verb cache add spec mongoose@~4.1.12
18999npm verb addNamed ">=4.1.12 <4.2.0" is a valid semver range for mongoose
19000npm verb addNameRange registry:http://registry.npmjs.org/mongoose not in flight; fetching
19001npm info retry fetch attempt 1 at 19:31:07
19002npm info attempt registry request try #1 at 19:31:07
19003npm http fetch GET http://registry.npmjs.org/async/-/async-1.3.0.tgz
19004npm info retry fetch attempt 1 at 19:31:07
19005npm info attempt registry request try #1 at 19:31:07
19006npm http fetch GET http://registry.npmjs.org/request/-/request-2.60.0.tgz
19007npm info retry fetch attempt 1 at 19:31:07
19008npm info attempt registry request try #1 at 19:31:07
19009npm http fetch GET http://registry.npmjs.org/method-override/-/method-override-1.0.2.tgz
19010npm info retry fetch attempt 1 at 19:31:07
19011npm info attempt registry request try #1 at 19:31:07
19012npm http fetch GET http://registry.npmjs.org/errorhandler/-/errorhandler-1.0.2.tgz
19013npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
19014npm verb cache add spec socketio-jwt@~4.3.2
19015npm verb addNamed ">=4.3.2 <4.4.0" is a valid semver range for socketio-jwt
19016npm verb addNameRange registry:http://registry.npmjs.org/socketio-jwt not in flight; fetching
19017npm http 200 http://registry.npmjs.org/composable-middleware
19018npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19019npm verb headers etag: '"BZOS3ELDOJIJM8RDDLG7QZ8QR"',
19020npm verb headers 'content-type': 'application/json',
19021npm verb headers 'cache-control': 'max-age=300',
19022npm verb headers 'content-length': '23401',
19023npm verb headers 'accept-ranges': 'bytes',
19024npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
19025npm verb headers age: '0',
19026npm verb headers 'x-served-by': 'cache-fra1236-FRA',
19027npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19028npm verb headers 'x-cache-hits': '1',
19029npm verb headers 'x-timer': 'S1451417467.464992,VS0,VE499',
19030npm verb headers vary: 'Accept',
19031npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19032npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19033npm verb headers connection: 'keep-alive' }
19034npm verb get saving composable-middleware to /root/.npm/registry.npmjs.org/composable-middleware/.cache.json
19035npm http 200 http://registry.npmjs.org/socket.io
19036npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19037npm verb headers etag: '"YPDAJOHO6KKL8HPPEGN7HT5T"',
19038npm verb headers 'content-type': 'application/json',
19039npm verb headers 'cache-control': 'max-age=300',
19040npm verb headers 'content-length': '116059',
19041npm verb headers 'accept-ranges': 'bytes',
19042npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
19043npm verb headers age: '199',
19044npm verb headers 'x-served-by': 'cache-fra1234-FRA',
19045npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19046npm verb headers 'x-cache-hits': '1',
19047npm verb headers 'x-timer': 'S1451417467.465139,VS0,VE1',
19048npm verb headers vary: 'Accept',
19049npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19050npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19051npm verb headers connection: 'keep-alive' }
19052npm verb get saving socket.io to /root/.npm/registry.npmjs.org/socket.io/.cache.json
19053npm http 200 http://registry.npmjs.org/phantom
19054npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19055npm verb headers etag: '"2OIKXL1C0WEHRRUOHX01XB1EE"',
19056npm verb headers 'content-type': 'application/json',
19057npm verb headers 'cache-control': 'max-age=300',
19058npm verb headers 'content-length': '52887',
19059npm verb headers 'accept-ranges': 'bytes',
19060npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
19061npm verb headers age: '0',
19062npm verb headers 'x-served-by': 'cache-fra1240-FRA',
19063npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19064npm verb headers 'x-cache-hits': '1',
19065npm verb headers 'x-timer': 'S1451417467.468746,VS0,VE505',
19066npm verb headers vary: 'Accept',
19067npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19068npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19069npm verb headers connection: 'keep-alive' }
19070npm verb get saving phantom to /root/.npm/registry.npmjs.org/phantom/.cache.json
19071npm http fetch 200 http://registry.npmjs.org/morgan/-/morgan-1.0.1.tgz
19072npm info retry fetch attempt 1 at 19:31:08
19073npm info attempt registry request try #1 at 19:31:08
19074npm http fetch GET http://registry.npmjs.org/body-parser/-/body-parser-1.5.2.tgz
19075npm verb get http://registry.npmjs.org/serve-favicon not expired, no request
19076npm verb addNamed "2.0.1" is a plain semver version for serve-favicon
19077npm verb get http://registry.npmjs.org/compression not expired, no request
19078npm verb addNamed "1.0.11" is a plain semver version for compression
19079npm verb get http://registry.npmjs.org/multer not expired, no request
19080npm verb cache add spec express-jwt@~3.1.0
19081npm verb addNamed ">=3.1.0 <3.2.0" is a valid semver range for express-jwt
19082npm verb addNameRange registry:http://registry.npmjs.org/express-jwt not in flight; fetching
19083npm http 200 http://registry.npmjs.org/express
19084npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19085npm verb headers etag: '"957DV0XVI0S3WZBW2MBRA91JF"',
19086npm verb headers 'content-type': 'application/json',
19087npm verb headers 'cache-control': 'max-age=300',
19088npm verb headers 'content-length': '529515',
19089npm verb headers 'accept-ranges': 'bytes',
19090npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
19091npm verb headers age: '115',
19092npm verb headers 'x-served-by': 'cache-fra1241-FRA',
19093npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19094npm verb headers 'x-cache-hits': '2',
19095npm verb headers 'x-timer': 'S1451417467.398411,VS0,VE0',
19096npm verb headers vary: 'Accept',
19097npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
19098npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19099npm verb headers connection: 'keep-alive' }
19100npm verb get saving express to /root/.npm/registry.npmjs.org/express/.cache.json
19101npm http 200 http://registry.npmjs.org/passport-ldapauth
19102npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19103npm verb headers etag: '"DAE0JPYHMI12SLIUXJSZI6IAD"',
19104npm verb headers 'content-type': 'application/json',
19105npm verb headers 'cache-control': 'max-age=300',
19106npm verb headers 'content-length': '33535',
19107npm verb headers 'accept-ranges': 'bytes',
19108npm verb headers date: 'Tue, 29 Dec 2015 19:31:07 GMT',
19109npm verb headers age: '0',
19110npm verb headers 'x-served-by': 'cache-fra1248-FRA',
19111npm verb headers 'x-cache': 'MISS, MISS from atomic02.kolabsys.com',
19112npm verb headers 'x-cache-hits': '0',
19113npm verb headers 'x-timer': 'S1451417467.465843,VS0,VE530',
19114npm verb headers vary: 'Accept',
19115npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19116npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19117npm verb headers connection: 'keep-alive' }
19118npm verb get saving passport-ldapauth to /root/.npm/registry.npmjs.org/passport-ldapauth/.cache.json
19119npm http 200 http://registry.npmjs.org/connect-mongo
19120npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19121npm verb headers etag: '"BFZ52OJMNMZD129VGH47R2JHQ"',
19122npm verb headers 'content-type': 'application/json',
19123npm verb headers 'cache-control': 'max-age=300',
19124npm verb headers 'content-length': '44985',
19125npm verb headers 'accept-ranges': 'bytes',
19126npm verb headers date: 'Tue, 29 Dec 2015 19:31:08 GMT',
19127npm verb headers age: '0',
19128npm verb headers 'x-served-by': 'cache-fra1226-FRA',
19129npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19130npm verb headers 'x-cache-hits': '1',
19131npm verb headers 'x-timer': 'S1451417467.465162,VS0,VE537',
19132npm verb headers vary: 'Accept',
19133npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19134npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19135npm verb headers connection: 'keep-alive' }
19136npm verb get saving connect-mongo to /root/.npm/registry.npmjs.org/connect-mongo/.cache.json
19137npm http 200 http://registry.npmjs.org/dav
19138npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19139npm verb headers etag: '"E3X1UO10KD5KI9A4586TZGQ99"',
19140npm verb headers 'content-type': 'application/json',
19141npm verb headers 'cache-control': 'max-age=300',
19142npm verb headers 'content-length': '50521',
19143npm verb headers 'accept-ranges': 'bytes',
19144npm verb headers date: 'Tue, 29 Dec 2015 19:31:08 GMT',
19145npm verb headers age: '0',
19146npm verb headers 'x-served-by': 'cache-fra1221-FRA',
19147npm verb headers 'x-cache': 'MISS, MISS from atomic02.kolabsys.com',
19148npm verb headers 'x-cache-hits': '0',
19149npm verb headers 'x-timer': 'S1451417467.465855,VS0,VE567',
19150npm verb headers vary: 'Accept',
19151npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19152npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19153npm verb headers connection: 'keep-alive' }
19154npm verb get saving dav to /root/.npm/registry.npmjs.org/dav/.cache.json
19155npm verb addRemoteTarball http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.0.1.tgz not in flight; adding
19156npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.0.1.tgz',
19157npm verb addRemoteTarball '4826975d9f173ca3a4158e9698161f75dec7afec' ]
19158npm verb addRemoteTarball http://registry.npmjs.org/compression/-/compression-1.0.11.tgz not in flight; adding
19159npm verb addRemoteTarball [ 'http://registry.npmjs.org/compression/-/compression-1.0.11.tgz',
19160npm verb addRemoteTarball '69700cf1ee8963454356ac192a6e5e91e232bffb' ]
19161npm verb addRemoteTarball http://registry.npmjs.org/multer/-/multer-0.1.8.tgz not in flight; adding
19162npm verb addRemoteTarball [ 'http://registry.npmjs.org/multer/-/multer-0.1.8.tgz',
19163npm verb addRemoteTarball '551b8a6015093701bcacc964916b1ae06578f37b' ]
19164npm verb cache add spec cookie-parser@~1.0.1
19165npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for cookie-parser
19166npm verb addNameRange registry:http://registry.npmjs.org/cookie-parser not in flight; fetching
19167npm http 200 http://registry.npmjs.org/passport-local
19168npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19169npm verb headers etag: '"7DN2POQUWPKIHVHPHGG5T1TP8"',
19170npm verb headers 'content-type': 'application/json',
19171npm verb headers 'cache-control': 'max-age=300',
19172npm verb headers 'content-length': '13555',
19173npm verb headers 'accept-ranges': 'bytes',
19174npm verb headers date: 'Tue, 29 Dec 2015 19:31:08 GMT',
19175npm verb headers age: '0',
19176npm verb headers 'x-served-by': 'cache-fra1228-FRA',
19177npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19178npm verb headers 'x-cache-hits': '1',
19179npm verb headers 'x-timer': 'S1451417467.465316,VS0,VE578',
19180npm verb headers vary: 'Accept',
19181npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19182npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19183npm verb headers connection: 'keep-alive' }
19184npm verb get saving passport-local to /root/.npm/registry.npmjs.org/passport-local/.cache.json
19185npm verb get http://registry.npmjs.org/mongoose not expired, no request
19186npm verb addNamed "4.1.12" is a plain semver version for mongoose
19187npm verb cache add spec passport@~0.2.0
19188npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for passport
19189npm verb addNameRange registry:http://registry.npmjs.org/passport not in flight; fetching
19190npm verb cache add spec express-session@~1.0.2
19191npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for express-session
19192npm verb addNameRange registry:http://registry.npmjs.org/express-session not in flight; fetching
19193npm http fetch 200 http://registry.npmjs.org/body-parser/-/body-parser-1.5.2.tgz
19194npm verb addRemoteTarball http://registry.npmjs.org/mongoose/-/mongoose-4.1.12.tgz not in flight; adding
19195npm verb addRemoteTarball [ 'http://registry.npmjs.org/mongoose/-/mongoose-4.1.12.tgz',
19196npm verb addRemoteTarball 'a6a77fb85fc067608c512832d8d0ba1479997507' ]
19197npm info retry fetch attempt 1 at 19:31:08
19198npm info attempt registry request try #1 at 19:31:08
19199npm http fetch GET http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.0.1.tgz
19200npm info retry fetch attempt 1 at 19:31:08
19201npm info attempt registry request try #1 at 19:31:08
19202npm http fetch GET http://registry.npmjs.org/compression/-/compression-1.0.11.tgz
19203npm info retry fetch attempt 1 at 19:31:08
19204npm info attempt registry request try #1 at 19:31:08
19205npm http fetch GET http://registry.npmjs.org/multer/-/multer-0.1.8.tgz
19206npm verb get http://registry.npmjs.org/socketio-jwt not expired, no request
19207npm verb addNamed "4.3.3" is a plain semver version for socketio-jwt
19208npm verb addRemoteTarball http://registry.npmjs.org/socketio-jwt/-/socketio-jwt-4.3.3.tgz not in flight; adding
19209npm verb addRemoteTarball [ 'http://registry.npmjs.org/socketio-jwt/-/socketio-jwt-4.3.3.tgz',
19210npm verb addRemoteTarball 'ce3243d66875cfec493fda572baffbe1bc1aa18c' ]
19211npm verb get http://registry.npmjs.org/express-jwt not expired, no request
19212npm verb addNamed "3.1.0" is a plain semver version for express-jwt
19213npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/morgan/-/morgan-1.0.1.tgz not in flight; adding
19214npm verb addTmpTarball already have metadata; skipping unpack for morgan@1.0.1
19215npm info retry fetch attempt 1 at 19:31:08
19216npm info attempt registry request try #1 at 19:31:08
19217npm http fetch GET http://registry.npmjs.org/mongoose/-/mongoose-4.1.12.tgz
19218npm verb addRemoteTarball http://registry.npmjs.org/express-jwt/-/express-jwt-3.1.0.tgz not in flight; adding
19219npm verb addRemoteTarball [ 'http://registry.npmjs.org/express-jwt/-/express-jwt-3.1.0.tgz',
19220npm verb addRemoteTarball '2d7ef5982cd9215786fa3059d8c6debaa40185b7' ]
19221npm verb get http://registry.npmjs.org/cookie-parser not expired, no request
19222npm verb addNamed "1.0.1" is a plain semver version for cookie-parser
19223npm http fetch 200 http://registry.npmjs.org/compression/-/compression-1.0.11.tgz
19224npm http fetch 200 http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.0.1.tgz
19225npm http fetch 200 http://registry.npmjs.org/multer/-/multer-0.1.8.tgz
19226npm verb addRemoteTarball http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.0.1.tgz not in flight; adding
19227npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.0.1.tgz',
19228npm verb addRemoteTarball '17bd622c9717cd0858a912a9fef4c0362360a7b0' ]
19229npm verb get http://registry.npmjs.org/passport not expired, no request
19230npm verb addNamed "0.2.2" is a plain semver version for passport
19231npm verb get http://registry.npmjs.org/express-session not expired, no request
19232npm verb addNamed "1.0.4" is a plain semver version for express-session
19233npm info retry fetch attempt 1 at 19:31:08
19234npm info attempt registry request try #1 at 19:31:08
19235npm http fetch GET http://registry.npmjs.org/socketio-jwt/-/socketio-jwt-4.3.3.tgz
19236npm verb addRemoteTarball http://registry.npmjs.org/passport/-/passport-0.2.2.tgz not in flight; adding
19237npm verb addRemoteTarball [ 'http://registry.npmjs.org/passport/-/passport-0.2.2.tgz',
19238npm verb addRemoteTarball '9c38f17beb929f3d81af7b8838e8430db8703f2b' ]
19239npm verb addRemoteTarball http://registry.npmjs.org/express-session/-/express-session-1.0.4.tgz not in flight; adding
19240npm verb addRemoteTarball [ 'http://registry.npmjs.org/express-session/-/express-session-1.0.4.tgz',
19241npm verb addRemoteTarball 'a10045af3f24693c9c19b1914a11d0cab8f7b29b' ]
19242npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/body-parser/-/body-parser-1.5.2.tgz not in flight; adding
19243npm verb addTmpTarball already have metadata; skipping unpack for body-parser@1.5.2
19244npm info retry fetch attempt 1 at 19:31:08
19245npm info attempt registry request try #1 at 19:31:08
19246npm http fetch GET http://registry.npmjs.org/express-jwt/-/express-jwt-3.1.0.tgz
19247npm verb cache add spec composable-middleware@^0.3.0
19248npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for composable-middleware
19249npm verb addNameRange registry:http://registry.npmjs.org/composable-middleware not in flight; fetching
19250npm verb cache add spec socket.io@1.3.5
19251npm verb addNamed "1.3.5" is a plain semver version for socket.io
19252npm verb addNameVersion registry:http://registry.npmjs.org/socket.io not in flight; fetching
19253npm verb cache add spec phantom@~0.7.2
19254npm verb addNamed ">=0.7.2 <0.8.0" is a valid semver range for phantom
19255npm verb addNameRange registry:http://registry.npmjs.org/phantom not in flight; fetching
19256npm http fetch 200 http://registry.npmjs.org/mongoose/-/mongoose-4.1.12.tgz
19257npm info retry fetch attempt 1 at 19:31:08
19258npm info attempt registry request try #1 at 19:31:08
19259npm http fetch GET http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.0.1.tgz
19260npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
19261npm verb addTmpTarball already have metadata; skipping unpack for lodash@2.4.2
19262npm http fetch 200 http://registry.npmjs.org/socketio-jwt/-/socketio-jwt-4.3.3.tgz
19263npm http fetch 200 http://registry.npmjs.org/async/-/async-1.3.0.tgz
19264npm verb cache add spec connect-mongo@^0.4.1
19265npm verb addNamed ">=0.4.1 <0.5.0" is a valid semver range for connect-mongo
19266npm verb addNameRange registry:http://registry.npmjs.org/connect-mongo not in flight; fetching
19267npm verb cache add spec express@~4.0.0
19268npm verb addNamed ">=4.0.0 <4.1.0" is a valid semver range for express
19269npm verb addNameRange registry:http://registry.npmjs.org/express not in flight; fetching
19270npm verb cache add spec dav@~1.7.6
19271npm verb addNamed ">=1.7.6 <1.8.0" is a valid semver range for dav
19272npm verb addNameRange registry:http://registry.npmjs.org/dav not in flight; fetching
19273npm verb cache add spec passport-ldapauth@0.3.0
19274npm verb addNamed "0.3.0" is a plain semver version for passport-ldapauth
19275npm verb addNameVersion registry:http://registry.npmjs.org/passport-ldapauth not in flight; fetching
19276npm info retry fetch attempt 1 at 19:31:08
19277npm info attempt registry request try #1 at 19:31:08
19278npm http fetch GET http://registry.npmjs.org/passport/-/passport-0.2.2.tgz
19279npm info retry fetch attempt 1 at 19:31:08
19280npm info attempt registry request try #1 at 19:31:08
19281npm http fetch GET http://registry.npmjs.org/express-session/-/express-session-1.0.4.tgz
19282npm http fetch 200 http://registry.npmjs.org/method-override/-/method-override-1.0.2.tgz
19283npm http fetch 200 http://registry.npmjs.org/request/-/request-2.60.0.tgz
19284npm verb cache add spec passport-local@~0.1.6
19285npm verb addNamed ">=0.1.6 <0.2.0" is a valid semver range for passport-local
19286npm verb addNameRange registry:http://registry.npmjs.org/passport-local not in flight; fetching
19287npm http fetch 200 http://registry.npmjs.org/express-jwt/-/express-jwt-3.1.0.tgz
19288npm http fetch 200 http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.0.1.tgz
19289npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/compression/-/compression-1.0.11.tgz not in flight; adding
19290npm verb addTmpTarball already have metadata; skipping unpack for compression@1.0.11
19291npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/serve-favicon/-/serve-favicon-2.0.1.tgz not in flight; adding
19292npm verb addTmpTarball already have metadata; skipping unpack for serve-favicon@2.0.1
19293npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/multer/-/multer-0.1.8.tgz not in flight; adding
19294npm verb addTmpTarball already have metadata; skipping unpack for multer@0.1.8
19295npm verb get http://registry.npmjs.org/composable-middleware not expired, no request
19296npm verb addNamed "0.3.0" is a plain semver version for composable-middleware
19297npm verb get http://registry.npmjs.org/socket.io not expired, no request
19298npm verb get http://registry.npmjs.org/phantom not expired, no request
19299npm verb addNamed "0.7.2" is a plain semver version for phantom
19300npm http fetch 200 http://registry.npmjs.org/errorhandler/-/errorhandler-1.0.2.tgz
19301npm verb addRemoteTarball http://registry.npmjs.org/composable-middleware/-/composable-middleware-0.3.0.tgz not in flight; adding
19302npm verb addRemoteTarball [ 'http://registry.npmjs.org/composable-middleware/-/composable-middleware-0.3.0.tgz',
19303npm verb addRemoteTarball '258c9462e9d0e9e32133f7260ee25159d0dbbe09' ]
19304npm verb addRemoteTarball http://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz not in flight; adding
19305npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz',
19306npm verb addRemoteTarball 'bfd609f37626889e94df9d3526db79a84255f1d8' ]
19307npm verb addRemoteTarball http://registry.npmjs.org/phantom/-/phantom-0.7.2.tgz not in flight; adding
19308npm verb addRemoteTarball [ 'http://registry.npmjs.org/phantom/-/phantom-0.7.2.tgz',
19309npm verb addRemoteTarball '4931ad92b6a402735c313b6dbbd26e7c7b2f3788' ]
19310npm http fetch 200 http://registry.npmjs.org/express-session/-/express-session-1.0.4.tgz
19311npm http fetch 200 http://registry.npmjs.org/passport/-/passport-0.2.2.tgz
19312npm verb get http://registry.npmjs.org/connect-mongo not expired, no request
19313npm verb addNamed "0.4.2" is a plain semver version for connect-mongo
19314npm verb get http://registry.npmjs.org/dav not expired, no request
19315npm verb addNamed "1.7.8" is a plain semver version for dav
19316npm verb get http://registry.npmjs.org/passport-ldapauth not expired, no request
19317npm verb get http://registry.npmjs.org/express not expired, no request
19318npm verb addNamed "4.0.0" is a plain semver version for express
19319npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/socketio-jwt/-/socketio-jwt-4.3.3.tgz not in flight; adding
19320npm verb addTmpTarball already have metadata; skipping unpack for socketio-jwt@4.3.3
19321npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/async/-/async-1.3.0.tgz not in flight; adding
19322npm verb addTmpTarball already have metadata; skipping unpack for async@1.3.0
19323npm verb afterAdd /root/.npm/morgan/1.0.1/package/package.json not in flight; writing
19324npm verb addRemoteTarball http://registry.npmjs.org/connect-mongo/-/connect-mongo-0.4.2.tgz not in flight; adding
19325npm verb addRemoteTarball [ 'http://registry.npmjs.org/connect-mongo/-/connect-mongo-0.4.2.tgz',
19326npm verb addRemoteTarball 'a9817a9a229d790460ab0bf946ee0ce8ac3ccba7' ]
19327npm verb addRemoteTarball http://registry.npmjs.org/dav/-/dav-1.7.8.tgz not in flight; adding
19328npm verb addRemoteTarball [ 'http://registry.npmjs.org/dav/-/dav-1.7.8.tgz',
19329npm verb addRemoteTarball 'f664031222e1af1bc7cd2fc183c2ecea1781c74a' ]
19330npm verb addRemoteTarball http://registry.npmjs.org/passport-ldapauth/-/passport-ldapauth-0.3.0.tgz not in flight; adding
19331npm verb addRemoteTarball [ 'http://registry.npmjs.org/passport-ldapauth/-/passport-ldapauth-0.3.0.tgz',
19332npm verb addRemoteTarball '8078b732d8e5687c86b37315c459a8d70bfacd4b' ]
19333npm verb get http://registry.npmjs.org/passport-local not expired, no request
19334npm verb addNamed "0.1.6" is a plain semver version for passport-local
19335npm verb addRemoteTarball http://registry.npmjs.org/express/-/express-4.0.0.tgz not in flight; adding
19336npm verb addRemoteTarball [ 'http://registry.npmjs.org/express/-/express-4.0.0.tgz',
19337npm verb addRemoteTarball '274dc82933c9f574cc38a0ce5ea8172be9c6b094' ]
19338npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/method-override/-/method-override-1.0.2.tgz not in flight; adding
19339npm verb addTmpTarball already have metadata; skipping unpack for method-override@1.0.2
19340npm http 200 http://registry.npmjs.org/jade
19341npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19342npm verb headers etag: '"9TPVXZTUGV2VQHDWF18W6B7E9"',
19343npm verb headers 'content-type': 'application/json',
19344npm verb headers 'cache-control': 'max-age=300',
19345npm verb headers 'content-length': '148239',
19346npm verb headers 'accept-ranges': 'bytes',
19347npm verb headers date: 'Tue, 29 Dec 2015 19:31:08 GMT',
19348npm verb headers age: '212',
19349npm verb headers 'x-served-by': 'cache-fra1238-FRA',
19350npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19351npm verb headers 'x-cache-hits': '2',
19352npm verb headers 'x-timer': 'S1451417468.461523,VS0,VE0',
19353npm verb headers vary: 'Accept',
19354npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19355npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19356npm verb headers connection: 'keep-alive' }
19357npm verb get saving jade to /root/.npm/registry.npmjs.org/jade/.cache.json
19358npm http 200 http://registry.npmjs.org/jsonwebtoken
19359npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19360npm verb headers etag: '"2XGBM8ODAZM858P20HD5C4XUL"',
19361npm verb headers 'content-type': 'application/json',
19362npm verb headers 'cache-control': 'max-age=300',
19363npm verb headers 'content-length': '56471',
19364npm verb headers 'accept-ranges': 'bytes',
19365npm verb headers date: 'Tue, 29 Dec 2015 19:31:08 GMT',
19366npm verb headers age: '77',
19367npm verb headers 'x-served-by': 'cache-fra1225-FRA',
19368npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19369npm verb headers 'x-cache-hits': '1',
19370npm verb headers 'x-timer': 'S1451417468.461361,VS0,VE0',
19371npm verb headers vary: 'Accept',
19372npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19373npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19374npm verb headers connection: 'keep-alive' }
19375npm verb get saving jsonwebtoken to /root/.npm/registry.npmjs.org/jsonwebtoken/.cache.json
19376npm verb addRemoteTarball http://registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz not in flight; adding
19377npm verb addRemoteTarball [ 'http://registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz',
19378npm verb addRemoteTarball 'fb0cf828048db931b67d19985c7aa06dd377a9db' ]
19379npm info retry fetch attempt 1 at 19:31:08
19380npm info attempt registry request try #1 at 19:31:08
19381npm http fetch GET http://registry.npmjs.org/composable-middleware/-/composable-middleware-0.3.0.tgz
19382npm info retry fetch attempt 1 at 19:31:08
19383npm info attempt registry request try #1 at 19:31:08
19384npm http fetch GET http://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz
19385npm info retry fetch attempt 1 at 19:31:08
19386npm info attempt registry request try #1 at 19:31:08
19387npm http fetch GET http://registry.npmjs.org/phantom/-/phantom-0.7.2.tgz
19388npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/express-jwt/-/express-jwt-3.1.0.tgz not in flight; adding
19389npm verb addTmpTarball already have metadata; skipping unpack for express-jwt@3.1.0
19390npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cookie-parser/-/cookie-parser-1.0.1.tgz not in flight; adding
19391npm verb addTmpTarball already have metadata; skipping unpack for cookie-parser@1.0.1
19392npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/request/-/request-2.60.0.tgz not in flight; adding
19393npm verb addTmpTarball already have metadata; skipping unpack for request@2.60.0
19394npm info retry fetch attempt 1 at 19:31:08
19395npm info attempt registry request try #1 at 19:31:08
19396npm http fetch GET http://registry.npmjs.org/connect-mongo/-/connect-mongo-0.4.2.tgz
19397npm info retry fetch attempt 1 at 19:31:08
19398npm info attempt registry request try #1 at 19:31:08
19399npm http fetch GET http://registry.npmjs.org/dav/-/dav-1.7.8.tgz
19400npm info retry fetch attempt 1 at 19:31:08
19401npm info attempt registry request try #1 at 19:31:08
19402npm http fetch GET http://registry.npmjs.org/passport-ldapauth/-/passport-ldapauth-0.3.0.tgz
19403npm verb afterAdd /root/.npm/body-parser/1.5.2/package/package.json not in flight; writing
19404npm info retry fetch attempt 1 at 19:31:08
19405npm info attempt registry request try #1 at 19:31:08
19406npm http fetch GET http://registry.npmjs.org/express/-/express-4.0.0.tgz
19407npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/errorhandler/-/errorhandler-1.0.2.tgz not in flight; adding
19408npm verb addTmpTarball already have metadata; skipping unpack for errorhandler@1.0.2
19409npm info retry fetch attempt 1 at 19:31:08
19410npm info attempt registry request try #1 at 19:31:08
19411npm http fetch GET http://registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz
19412npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/express-session/-/express-session-1.0.4.tgz not in flight; adding
19413npm verb addTmpTarball already have metadata; skipping unpack for express-session@1.0.4
19414npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/passport/-/passport-0.2.2.tgz not in flight; adding
19415npm verb addTmpTarball already have metadata; skipping unpack for passport@0.2.2
19416npm verb afterAdd /root/.npm/morgan/1.0.1/package/package.json written
19417npm http fetch 200 http://registry.npmjs.org/composable-middleware/-/composable-middleware-0.3.0.tgz
19418npm http fetch 200 http://registry.npmjs.org/phantom/-/phantom-0.7.2.tgz
19419npm http fetch 200 http://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz
19420npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mongoose/-/mongoose-4.1.12.tgz not in flight; adding
19421npm verb addTmpTarball already have metadata; skipping unpack for mongoose@4.1.12
19422npm verb afterAdd /root/.npm/compression/1.0.11/package/package.json not in flight; writing
19423npm verb afterAdd /root/.npm/serve-favicon/2.0.1/package/package.json not in flight; writing
19424npm verb afterAdd /root/.npm/multer/0.1.8/package/package.json not in flight; writing
19425npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json not in flight; writing
19426npm verb afterAdd /root/.npm/body-parser/1.5.2/package/package.json written
19427npm http fetch 200 http://registry.npmjs.org/connect-mongo/-/connect-mongo-0.4.2.tgz
19428npm http fetch 200 http://registry.npmjs.org/passport-ldapauth/-/passport-ldapauth-0.3.0.tgz
19429npm http fetch 200 http://registry.npmjs.org/express/-/express-4.0.0.tgz
19430npm http fetch 200 http://registry.npmjs.org/dav/-/dav-1.7.8.tgz
19431npm http fetch 200 http://registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz
19432npm verb afterAdd /root/.npm/async/1.3.0/package/package.json not in flight; writing
19433npm verb afterAdd /root/.npm/socketio-jwt/4.3.3/package/package.json not in flight; writing
19434npm verb cache add spec jade@~1.2.0
19435npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for jade
19436npm verb addNameRange registry:http://registry.npmjs.org/jade not in flight; fetching
19437npm verb cache add spec jsonwebtoken@~5.4.0
19438npm verb addNamed ">=5.4.0 <5.5.0" is a valid semver range for jsonwebtoken
19439npm verb addNameRange registry:http://registry.npmjs.org/jsonwebtoken not in flight; fetching
19440npm verb afterAdd /root/.npm/method-override/1.0.2/package/package.json not in flight; writing
19441npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/composable-middleware/-/composable-middleware-0.3.0.tgz not in flight; adding
19442npm verb addTmpTarball already have metadata; skipping unpack for composable-middleware@0.3.0
19443npm verb afterAdd /root/.npm/compression/1.0.11/package/package.json written
19444npm verb afterAdd /root/.npm/serve-favicon/2.0.1/package/package.json written
19445npm verb afterAdd /root/.npm/multer/0.1.8/package/package.json written
19446npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json written
19447npm verb afterAdd /root/.npm/express-jwt/3.1.0/package/package.json not in flight; writing
19448npm verb afterAdd /root/.npm/cookie-parser/1.0.1/package/package.json not in flight; writing
19449npm verb afterAdd /root/.npm/request/2.60.0/package/package.json not in flight; writing
19450npm verb afterAdd /root/.npm/errorhandler/1.0.2/package/package.json not in flight; writing
19451npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/connect-mongo/-/connect-mongo-0.4.2.tgz not in flight; adding
19452npm verb addTmpTarball already have metadata; skipping unpack for connect-mongo@0.4.2
19453npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/passport-ldapauth/-/passport-ldapauth-0.3.0.tgz not in flight; adding
19454npm verb addTmpTarball already have metadata; skipping unpack for passport-ldapauth@0.3.0
19455npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz not in flight; adding
19456npm verb addTmpTarball already have metadata; skipping unpack for passport-local@0.1.6
19457npm verb afterAdd /root/.npm/async/1.3.0/package/package.json written
19458npm verb afterAdd /root/.npm/socketio-jwt/4.3.3/package/package.json written
19459npm verb afterAdd /root/.npm/express-session/1.0.4/package/package.json not in flight; writing
19460npm verb get http://registry.npmjs.org/jade not expired, no request
19461npm verb addNamed "1.2.0" is a plain semver version for jade
19462npm verb get http://registry.npmjs.org/jsonwebtoken not expired, no request
19463npm verb addNamed "5.4.1" is a plain semver version for jsonwebtoken
19464npm verb afterAdd /root/.npm/passport/0.2.2/package/package.json not in flight; writing
19465npm verb afterAdd /root/.npm/method-override/1.0.2/package/package.json written
19466npm verb addRemoteTarball http://registry.npmjs.org/jade/-/jade-1.2.0.tgz not in flight; adding
19467npm verb addRemoteTarball [ 'http://registry.npmjs.org/jade/-/jade-1.2.0.tgz',
19468npm verb addRemoteTarball '86e76b0d080771c251528d75340b490729307f64' ]
19469npm verb addRemoteTarball http://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-5.4.1.tgz not in flight; adding
19470npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-5.4.1.tgz',
19471npm verb addRemoteTarball '2055c639195ffe56314fa6a51df02468186a9695' ]
19472npm verb afterAdd /root/.npm/express-jwt/3.1.0/package/package.json written
19473npm verb afterAdd /root/.npm/cookie-parser/1.0.1/package/package.json written
19474npm verb afterAdd /root/.npm/request/2.60.0/package/package.json written
19475npm verb afterAdd /root/.npm/mongoose/4.1.12/package/package.json not in flight; writing
19476npm verb afterAdd /root/.npm/errorhandler/1.0.2/package/package.json written
19477npm info retry fetch attempt 1 at 19:31:08
19478npm info attempt registry request try #1 at 19:31:08
19479npm http fetch GET http://registry.npmjs.org/jade/-/jade-1.2.0.tgz
19480npm info retry fetch attempt 1 at 19:31:08
19481npm info attempt registry request try #1 at 19:31:08
19482npm http fetch GET http://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-5.4.1.tgz
19483npm verb afterAdd /root/.npm/express-session/1.0.4/package/package.json written
19484npm verb afterAdd /root/.npm/passport/0.2.2/package/package.json written
19485npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz not in flight; adding
19486npm verb addTmpTarball already have metadata; skipping unpack for socket.io@1.3.5
19487npm verb afterAdd /root/.npm/composable-middleware/0.3.0/package/package.json not in flight; writing
19488npm http fetch 200 http://registry.npmjs.org/jade/-/jade-1.2.0.tgz
19489npm verb afterAdd /root/.npm/mongoose/4.1.12/package/package.json written
19490npm http fetch 200 http://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-5.4.1.tgz
19491npm verb afterAdd /root/.npm/passport-ldapauth/0.3.0/package/package.json not in flight; writing
19492npm verb afterAdd /root/.npm/connect-mongo/0.4.2/package/package.json not in flight; writing
19493npm verb afterAdd /root/.npm/passport-local/0.1.6/package/package.json not in flight; writing
19494npm verb afterAdd /root/.npm/composable-middleware/0.3.0/package/package.json written
19495npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-5.4.1.tgz not in flight; adding
19496npm verb addTmpTarball already have metadata; skipping unpack for jsonwebtoken@5.4.1
19497npm verb afterAdd /root/.npm/passport-ldapauth/0.3.0/package/package.json written
19498npm verb afterAdd /root/.npm/connect-mongo/0.4.2/package/package.json written
19499npm verb afterAdd /root/.npm/passport-local/0.1.6/package/package.json written
19500npm verb afterAdd /root/.npm/socket.io/1.3.5/package/package.json not in flight; writing
19501npm verb afterAdd /root/.npm/socket.io/1.3.5/package/package.json written
19502npm verb afterAdd /root/.npm/jsonwebtoken/5.4.1/package/package.json not in flight; writing
19503npm verb afterAdd /root/.npm/jsonwebtoken/5.4.1/package/package.json written
19504npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/phantom/-/phantom-0.7.2.tgz not in flight; adding
19505npm verb addTmpTarball already have metadata; skipping unpack for phantom@0.7.2
19506npm verb afterAdd /root/.npm/phantom/0.7.2/package/package.json not in flight; writing
19507npm verb afterAdd /root/.npm/phantom/0.7.2/package/package.json written
19508npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/dav/-/dav-1.7.8.tgz not in flight; adding
19509npm verb addTmpTarball already have metadata; skipping unpack for dav@1.7.8
19510npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/express/-/express-4.0.0.tgz not in flight; adding
19511npm verb addTmpTarball already have metadata; skipping unpack for express@4.0.0
19512npm verb afterAdd /root/.npm/dav/1.7.8/package/package.json not in flight; writing
19513npm verb afterAdd /root/.npm/dav/1.7.8/package/package.json written
19514npm verb afterAdd /root/.npm/express/4.0.0/package/package.json not in flight; writing
19515npm verb afterAdd /root/.npm/express/4.0.0/package/package.json written
19516npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jade/-/jade-1.2.0.tgz not in flight; adding
19517npm verb addTmpTarball already have metadata; skipping unpack for jade@1.2.0
19518npm verb afterAdd /root/.npm/jade/1.2.0/package/package.json not in flight; writing
19519npm verb afterAdd /root/.npm/jade/1.2.0/package/package.json written
19520npm http 200 http://registry.npmjs.org/gridfs-stream
19521npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19522npm verb headers etag: '"13Y62WBHKO9VVSPMZ70D68XM8"',
19523npm verb headers 'content-type': 'application/json',
19524npm verb headers 'cache-control': 'max-age=300',
19525npm verb headers 'content-length': '26995',
19526npm verb headers 'accept-ranges': 'bytes',
19527npm verb headers date: 'Tue, 29 Dec 2015 19:31:09 GMT',
19528npm verb headers age: '0',
19529npm verb headers 'x-served-by': 'cache-fra1220-FRA',
19530npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19531npm verb headers 'x-cache-hits': '1',
19532npm verb headers 'x-timer': 'S1451417468.460812,VS0,VE889',
19533npm verb headers vary: 'Accept',
19534npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19535npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19536npm verb headers connection: 'keep-alive' }
19537npm verb get saving gridfs-stream to /root/.npm/registry.npmjs.org/gridfs-stream/.cache.json
19538npm verb cache add spec gridfs-stream@1.1.1
19539npm verb addNamed "1.1.1" is a plain semver version for gridfs-stream
19540npm verb addNameVersion registry:http://registry.npmjs.org/gridfs-stream not in flight; fetching
19541npm verb get http://registry.npmjs.org/gridfs-stream not expired, no request
19542npm verb addRemoteTarball http://registry.npmjs.org/gridfs-stream/-/gridfs-stream-1.1.1.tgz not in flight; adding
19543npm verb addRemoteTarball [ 'http://registry.npmjs.org/gridfs-stream/-/gridfs-stream-1.1.1.tgz',
19544npm verb addRemoteTarball '3dd3a100ec2021a181282f6eb46709636074df89' ]
19545npm info retry fetch attempt 1 at 19:31:09
19546npm info attempt registry request try #1 at 19:31:09
19547npm http fetch GET http://registry.npmjs.org/gridfs-stream/-/gridfs-stream-1.1.1.tgz
19548npm http fetch 200 http://registry.npmjs.org/gridfs-stream/-/gridfs-stream-1.1.1.tgz
19549npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/gridfs-stream/-/gridfs-stream-1.1.1.tgz not in flight; adding
19550npm verb addTmpTarball already have metadata; skipping unpack for gridfs-stream@1.1.1
19551npm verb afterAdd /root/.npm/gridfs-stream/1.1.1/package/package.json not in flight; writing
19552npm verb afterAdd /root/.npm/gridfs-stream/1.1.1/package/package.json written
19553npm verb mirrorRemote mcavage/node-ldapjs git clone git://github.com/mcavage/node-ldapjs.git Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-mcavage-node-ldapjs-git-bc5d2011'...
19554npm verb setPermissions mcavage/node-ldapjs set permissions on /root/.npm/_git-remotes/git-github-com-mcavage-node-ldapjs-git-bc5d2011
19555npm verb resolveHead mcavage/node-ldapjs original treeish: master
19556npm info git [ 'rev-list', '-n1', 'master' ]
19557npm verb resolveHead mcavage/node-ldapjs resolved Git URL: git://github.com/mcavage/node-ldapjs.git#540a3a1f5c2f23ade95142fa2f43fb87db585b48
19558npm info git [ 'clone',
19559npm info git '/root/.npm/_git-remotes/git-github-com-mcavage-node-ldapjs-git-bc5d2011',
19560npm info git '/tmp/npm-5-82f437ae/git-cache-c5bdc855/540a3a1f5c2f23ade95142fa2f43fb87db585b48' ]
19561npm verb cloneResolved mcavage/node-ldapjs clone Cloning into '/tmp/npm-5-82f437ae/git-cache-c5bdc855/540a3a1f5c2f23ade95142fa2f43fb87db585b48'...
19562npm verb cloneResolved done.
19563npm info git [ 'checkout', '540a3a1f5c2f23ade95142fa2f43fb87db585b48' ]
19564npm verb checkoutTreeish mcavage/node-ldapjs checkout Note: checking out '540a3a1f5c2f23ade95142fa2f43fb87db585b48'.
19565npm verb checkoutTreeish
19566npm verb checkoutTreeish You are in 'detached HEAD' state. You can look around, make experimental
19567npm verb checkoutTreeish changes and commit them, and you can discard any commits you make in this
19568npm verb checkoutTreeish state without impacting any branches by performing another checkout.
19569npm verb checkoutTreeish
19570npm verb checkoutTreeish If you want to create a new branch to retain commits you create, you may
19571npm verb checkoutTreeish do so (now or later) by using -b with the checkout command again. Example:
19572npm verb checkoutTreeish
19573npm verb checkoutTreeish git checkout -b new_branch_name
19574npm verb checkoutTreeish
19575npm verb checkoutTreeish HEAD is now at 540a3a1... Clean up asserts and getters in controls
19576npm verb addLocalDirectory /root/.npm/ldapjs/1.0.0/package.tgz not in flight; packing
19577npm verb tar pack [ '/root/.npm/ldapjs/1.0.0/package.tgz',
19578npm verb tar pack '/tmp/npm-5-82f437ae/git-cache-c5bdc855/540a3a1f5c2f23ade95142fa2f43fb87db585b48' ]
19579npm verb tarball /root/.npm/ldapjs/1.0.0/package.tgz
19580npm verb folder /tmp/npm-5-82f437ae/git-cache-c5bdc855/540a3a1f5c2f23ade95142fa2f43fb87db585b48
19581npm verb addLocalTarball adding from inside cache /root/.npm/ldapjs/1.0.0/package.tgz
19582npm verb addRemoteGit data._from: mcavage/node-ldapjs
19583npm verb addRemoteGit data._resolved: git://github.com/mcavage/node-ldapjs.git#540a3a1f5c2f23ade95142fa2f43fb87db585b48
19584npm verb afterAdd /root/.npm/ldapjs/1.0.0/package/package.json not in flight; writing
19585npm verb afterAdd /root/.npm/ldapjs/1.0.0/package/package.json written
19586npm verb request uri http://registry.npmjs.org/bytes
19587npm verb request no auth needed
19588npm info attempt registry request try #1 at 19:31:12
19589npm http request GET http://registry.npmjs.org/bytes
19590npm verb request uri http://registry.npmjs.org/depd
19591npm verb request no auth needed
19592npm info attempt registry request try #1 at 19:31:12
19593npm http request GET http://registry.npmjs.org/depd
19594npm verb request uri http://registry.npmjs.org/iconv-lite
19595npm verb request no auth needed
19596npm info attempt registry request try #1 at 19:31:12
19597npm http request GET http://registry.npmjs.org/iconv-lite
19598npm verb request uri http://registry.npmjs.org/media-typer
19599npm verb request no auth needed
19600npm info attempt registry request try #1 at 19:31:12
19601npm http request GET http://registry.npmjs.org/media-typer
19602npm verb request uri http://registry.npmjs.org/qs
19603npm verb request no auth needed
19604npm info attempt registry request try #1 at 19:31:12
19605npm http request GET http://registry.npmjs.org/qs
19606npm verb request uri http://registry.npmjs.org/raw-body
19607npm verb request no auth needed
19608npm info attempt registry request try #1 at 19:31:12
19609npm http request GET http://registry.npmjs.org/raw-body
19610npm verb request uri http://registry.npmjs.org/type-is
19611npm verb request no auth needed
19612npm info attempt registry request try #1 at 19:31:12
19613npm http request GET http://registry.npmjs.org/type-is
19614npm http 200 http://registry.npmjs.org/qs
19615npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19616npm verb headers etag: '"ABBTZ14CMW8TB0ZN25ZL5AVYM"',
19617npm verb headers 'content-type': 'application/json',
19618npm verb headers 'cache-control': 'max-age=300',
19619npm verb headers 'content-length': '64515',
19620npm verb headers 'accept-ranges': 'bytes',
19621npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
19622npm verb headers 'x-served-by': 'cache-fra1229-FRA',
19623npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
19624npm verb headers 'x-cache-hits': '3',
19625npm verb headers 'x-timer': 'S1451417413.157083,VS0,VE0',
19626npm verb headers vary: 'Accept',
19627npm verb headers age: '107',
19628npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
19629npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19630npm verb headers connection: 'keep-alive' }
19631npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
19632npm http 200 http://registry.npmjs.org/bytes
19633npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19634npm verb headers etag: '"9Z54CDPJPFB84A5EQY8A939AW"',
19635npm verb headers 'content-type': 'application/json',
19636npm verb headers 'cache-control': 'max-age=60',
19637npm verb headers 'content-length': '15595',
19638npm verb headers 'accept-ranges': 'bytes',
19639npm verb headers date: 'Tue, 29 Dec 2015 19:31:12 GMT',
19640npm verb headers age: '43',
19641npm verb headers 'x-served-by': 'cache-fra1220-FRA',
19642npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19643npm verb headers 'x-cache-hits': '1',
19644npm verb headers 'x-timer': 'S1451417472.307576,VS0,VE0',
19645npm verb headers vary: 'Accept',
19646npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19647npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19648npm verb headers connection: 'keep-alive' }
19649npm verb get saving bytes to /root/.npm/registry.npmjs.org/bytes/.cache.json
19650npm http 200 http://registry.npmjs.org/media-typer
19651npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19652npm verb headers etag: '"EBBA17SMBE80K6FCTCN6G8KK3"',
19653npm verb headers 'content-type': 'application/json',
19654npm verb headers 'cache-control': 'max-age=300',
19655npm verb headers 'content-length': '7842',
19656npm verb headers 'accept-ranges': 'bytes',
19657npm verb headers date: 'Tue, 29 Dec 2015 19:31:12 GMT',
19658npm verb headers age: '70',
19659npm verb headers 'x-served-by': 'cache-fra1228-FRA',
19660npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19661npm verb headers 'x-cache-hits': '2',
19662npm verb headers 'x-timer': 'S1451417472.308837,VS0,VE0',
19663npm verb headers vary: 'Accept',
19664npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
19665npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19666npm verb headers connection: 'keep-alive' }
19667npm verb get saving media-typer to /root/.npm/registry.npmjs.org/media-typer/.cache.json
19668npm verb cache add spec media-typer@0.2.0
19669npm verb addNamed "0.2.0" is a plain semver version for media-typer
19670npm verb addNameVersion registry:http://registry.npmjs.org/media-typer not in flight; fetching
19671npm verb cache add spec bytes@1.0.0
19672npm verb addNamed "1.0.0" is a plain semver version for bytes
19673npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
19674npm verb cache add spec qs@0.6.6
19675npm verb addNamed "0.6.6" is a plain semver version for qs
19676npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
19677npm http 200 http://registry.npmjs.org/iconv-lite
19678npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19679npm verb headers etag: '"7JU5TDM03F9P69IYX7U2EYS0M"',
19680npm verb headers 'content-type': 'application/json',
19681npm verb headers 'cache-control': 'max-age=300',
19682npm verb headers 'content-length': '59544',
19683npm verb headers 'accept-ranges': 'bytes',
19684npm verb headers date: 'Tue, 29 Dec 2015 19:31:12 GMT',
19685npm verb headers age: '10',
19686npm verb headers 'x-served-by': 'cache-fra1240-FRA',
19687npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19688npm verb headers 'x-cache-hits': '1',
19689npm verb headers 'x-timer': 'S1451417472.307933,VS0,VE0',
19690npm verb headers vary: 'Accept',
19691npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
19692npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19693npm verb headers connection: 'keep-alive' }
19694npm verb get saving iconv-lite to /root/.npm/registry.npmjs.org/iconv-lite/.cache.json
19695npm verb get http://registry.npmjs.org/media-typer not expired, no request
19696npm verb get http://registry.npmjs.org/qs not expired, no request
19697npm verb get http://registry.npmjs.org/bytes not expired, no request
19698npm verb addRemoteTarball http://registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz not in flight; adding
19699npm verb addRemoteTarball [ 'http://registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz',
19700npm verb addRemoteTarball 'd8a065213adfeaa2e76321a2b6dda36ff6335984' ]
19701npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-0.6.6.tgz not in flight; adding
19702npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-0.6.6.tgz',
19703npm verb addRemoteTarball '6e015098ff51968b8a3c819001d5f2c89bc4b107' ]
19704npm http 200 http://registry.npmjs.org/raw-body
19705npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19706npm verb headers etag: '"E3KTT4MIR51RMO7KWFF1HCR2C"',
19707npm verb headers 'content-type': 'application/json',
19708npm verb headers 'cache-control': 'max-age=60',
19709npm verb headers 'content-length': '49848',
19710npm verb headers 'accept-ranges': 'bytes',
19711npm verb headers date: 'Tue, 29 Dec 2015 19:31:12 GMT',
19712npm verb headers age: '34',
19713npm verb headers 'x-served-by': 'cache-fra1236-FRA',
19714npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19715npm verb headers 'x-cache-hits': '2',
19716npm verb headers 'x-timer': 'S1451417472.308513,VS0,VE0',
19717npm verb headers vary: 'Accept',
19718npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19719npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19720npm verb headers connection: 'keep-alive' }
19721npm verb get saving raw-body to /root/.npm/registry.npmjs.org/raw-body/.cache.json
19722npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz not in flight; adding
19723npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz',
19724npm verb addRemoteTarball '3569ede8ba34315fab99c3e92cb04c7220de1fa8' ]
19725npm info retry fetch attempt 1 at 19:31:12
19726npm info attempt registry request try #1 at 19:31:12
19727npm http fetch GET http://registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz
19728npm info retry fetch attempt 1 at 19:31:12
19729npm info attempt registry request try #1 at 19:31:12
19730npm http fetch GET http://registry.npmjs.org/qs/-/qs-0.6.6.tgz
19731npm info retry fetch attempt 1 at 19:31:12
19732npm info attempt registry request try #1 at 19:31:12
19733npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz
19734npm verb cache add spec iconv-lite@0.4.4
19735npm verb addNamed "0.4.4" is a plain semver version for iconv-lite
19736npm verb addNameVersion registry:http://registry.npmjs.org/iconv-lite not in flight; fetching
19737npm verb get http://registry.npmjs.org/iconv-lite not expired, no request
19738npm verb cache add spec raw-body@1.3.0
19739npm verb addNamed "1.3.0" is a plain semver version for raw-body
19740npm verb addNameVersion registry:http://registry.npmjs.org/raw-body not in flight; fetching
19741npm verb addRemoteTarball http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.4.tgz not in flight; adding
19742npm verb addRemoteTarball [ 'http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.4.tgz',
19743npm verb addRemoteTarball 'e95f2e41db0735fc21652f7827a5ee32e63c83a8' ]
19744npm http fetch 200 http://registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz
19745npm http fetch 200 http://registry.npmjs.org/qs/-/qs-0.6.6.tgz
19746npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz
19747npm info retry fetch attempt 1 at 19:31:12
19748npm info attempt registry request try #1 at 19:31:12
19749npm http fetch GET http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.4.tgz
19750npm verb get http://registry.npmjs.org/raw-body not expired, no request
19751npm verb addRemoteTarball http://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz not in flight; adding
19752npm verb addRemoteTarball [ 'http://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz',
19753npm verb addRemoteTarball '978230a156a5548f42eef14de22d0f4f610083d1' ]
19754npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/media-typer/-/media-typer-0.2.0.tgz not in flight; adding
19755npm verb addTmpTarball already have metadata; skipping unpack for media-typer@0.2.0
19756npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/qs/-/qs-0.6.6.tgz not in flight; adding
19757npm verb addTmpTarball already have metadata; skipping unpack for qs@0.6.6
19758npm info retry fetch attempt 1 at 19:31:12
19759npm info attempt registry request try #1 at 19:31:12
19760npm http fetch GET http://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz
19761npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bytes/-/bytes-1.0.0.tgz not in flight; adding
19762npm verb addTmpTarball already have metadata; skipping unpack for bytes@1.0.0
19763npm verb afterAdd /root/.npm/media-typer/0.2.0/package/package.json not in flight; writing
19764npm verb afterAdd /root/.npm/qs/0.6.6/package/package.json not in flight; writing
19765npm verb afterAdd /root/.npm/bytes/1.0.0/package/package.json not in flight; writing
19766npm http fetch 200 http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.4.tgz
19767npm verb afterAdd /root/.npm/media-typer/0.2.0/package/package.json written
19768npm verb afterAdd /root/.npm/qs/0.6.6/package/package.json written
19769npm verb afterAdd /root/.npm/bytes/1.0.0/package/package.json written
19770npm http fetch 200 http://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz
19771npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz not in flight; adding
19772npm verb addTmpTarball already have metadata; skipping unpack for raw-body@1.3.0
19773npm verb afterAdd /root/.npm/raw-body/1.3.0/package/package.json not in flight; writing
19774npm verb afterAdd /root/.npm/raw-body/1.3.0/package/package.json written
19775npm http 200 http://registry.npmjs.org/type-is
19776npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19777npm verb headers etag: '"460R9QTM2R63TFO6D7HBETX5A"',
19778npm verb headers 'content-type': 'application/json',
19779npm verb headers 'cache-control': 'max-age=60',
19780npm verb headers 'content-length': '51599',
19781npm verb headers 'accept-ranges': 'bytes',
19782npm verb headers date: 'Tue, 29 Dec 2015 19:31:12 GMT',
19783npm verb headers age: '39',
19784npm verb headers 'x-served-by': 'cache-fra1238-FRA',
19785npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19786npm verb headers 'x-cache-hits': '1',
19787npm verb headers 'x-timer': 'S1451417472.313766,VS0,VE0',
19788npm verb headers vary: 'Accept',
19789npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19790npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19791npm verb headers connection: 'keep-alive' }
19792npm verb get saving type-is to /root/.npm/registry.npmjs.org/type-is/.cache.json
19793npm verb cache add spec type-is@~1.3.2
19794npm verb addNamed ">=1.3.2 <1.4.0" is a valid semver range for type-is
19795npm verb addNameRange registry:http://registry.npmjs.org/type-is not in flight; fetching
19796npm verb get http://registry.npmjs.org/type-is not expired, no request
19797npm verb addNamed "1.3.2" is a plain semver version for type-is
19798npm verb addRemoteTarball http://registry.npmjs.org/type-is/-/type-is-1.3.2.tgz not in flight; adding
19799npm verb addRemoteTarball [ 'http://registry.npmjs.org/type-is/-/type-is-1.3.2.tgz',
19800npm verb addRemoteTarball '4f2a5dc58775ca1630250afc7186f8b36309d1bb' ]
19801npm info retry fetch attempt 1 at 19:31:12
19802npm info attempt registry request try #1 at 19:31:12
19803npm http fetch GET http://registry.npmjs.org/type-is/-/type-is-1.3.2.tgz
19804npm http fetch 200 http://registry.npmjs.org/type-is/-/type-is-1.3.2.tgz
19805npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/type-is/-/type-is-1.3.2.tgz not in flight; adding
19806npm verb addTmpTarball already have metadata; skipping unpack for type-is@1.3.2
19807npm verb afterAdd /root/.npm/type-is/1.3.2/package/package.json not in flight; writing
19808npm verb afterAdd /root/.npm/type-is/1.3.2/package/package.json written
19809npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.4.tgz not in flight; adding
19810npm verb addTmpTarball already have metadata; skipping unpack for iconv-lite@0.4.4
19811npm verb afterAdd /root/.npm/iconv-lite/0.4.4/package/package.json not in flight; writing
19812npm verb afterAdd /root/.npm/iconv-lite/0.4.4/package/package.json written
19813npm http 200 http://registry.npmjs.org/depd
19814npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19815npm verb headers etag: '"D51XQ8IB2NO2EXAU1UFAY1A1L"',
19816npm verb headers 'content-type': 'application/json',
19817npm verb headers 'cache-control': 'max-age=60',
19818npm verb headers 'content-length': '28742',
19819npm verb headers 'accept-ranges': 'bytes',
19820npm verb headers date: 'Tue, 29 Dec 2015 19:31:12 GMT',
19821npm verb headers age: '0',
19822npm verb headers 'x-served-by': 'cache-fra1225-FRA',
19823npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19824npm verb headers 'x-cache-hits': '1',
19825npm verb headers 'x-timer': 'S1451417472.307605,VS0,VE522',
19826npm verb headers vary: 'Accept',
19827npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19828npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19829npm verb headers connection: 'keep-alive' }
19830npm verb get saving depd to /root/.npm/registry.npmjs.org/depd/.cache.json
19831npm verb cache add spec depd@0.4.4
19832npm verb addNamed "0.4.4" is a plain semver version for depd
19833npm verb addNameVersion registry:http://registry.npmjs.org/depd not in flight; fetching
19834npm verb get http://registry.npmjs.org/depd not expired, no request
19835npm verb addRemoteTarball http://registry.npmjs.org/depd/-/depd-0.4.4.tgz not in flight; adding
19836npm verb addRemoteTarball [ 'http://registry.npmjs.org/depd/-/depd-0.4.4.tgz',
19837npm verb addRemoteTarball '07091fae75f97828d89b4a02a2d4778f0e7c0662' ]
19838npm info retry fetch attempt 1 at 19:31:12
19839npm info attempt registry request try #1 at 19:31:12
19840npm http fetch GET http://registry.npmjs.org/depd/-/depd-0.4.4.tgz
19841npm http fetch 200 http://registry.npmjs.org/depd/-/depd-0.4.4.tgz
19842npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/depd/-/depd-0.4.4.tgz not in flight; adding
19843npm verb addTmpTarball already have metadata; skipping unpack for depd@0.4.4
19844npm verb afterAdd /root/.npm/depd/0.4.4/package/package.json not in flight; writing
19845npm verb afterAdd /root/.npm/depd/0.4.4/package/package.json written
19846npm verb request uri http://registry.npmjs.org/mime-types
19847npm verb request no auth needed
19848npm info attempt registry request try #1 at 19:31:12
19849npm http request GET http://registry.npmjs.org/mime-types
19850npm http 200 http://registry.npmjs.org/mime-types
19851npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19852npm verb headers etag: '"BWYQA2KRPHERKCN4B7XDHVDU7"',
19853npm verb headers 'content-type': 'application/json',
19854npm verb headers 'cache-control': 'max-age=300',
19855npm verb headers 'content-length': '48065',
19856npm verb headers 'accept-ranges': 'bytes',
19857npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
19858npm verb headers 'x-served-by': 'cache-fra1231-FRA',
19859npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
19860npm verb headers 'x-cache-hits': '6',
19861npm verb headers 'x-timer': 'S1451417413.176445,VS0,VE0',
19862npm verb headers vary: 'Accept',
19863npm verb headers age: '174',
19864npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
19865npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19866npm verb headers connection: 'keep-alive' }
19867npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
19868npm verb cache add spec mime-types@~1.0.1
19869npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for mime-types
19870npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
19871npm verb get http://registry.npmjs.org/mime-types not expired, no request
19872npm verb addNamed "1.0.2" is a plain semver version for mime-types
19873npm verb addRemoteTarball http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz not in flight; adding
19874npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz',
19875npm verb addRemoteTarball '995ae1392ab8affcbfcb2641dd054e943c0d5dce' ]
19876npm info retry fetch attempt 1 at 19:31:12
19877npm info attempt registry request try #1 at 19:31:12
19878npm http fetch GET http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz
19879npm http fetch 200 http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz
19880npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz not in flight; adding
19881npm verb addTmpTarball already have metadata; skipping unpack for mime-types@1.0.2
19882npm verb afterAdd /root/.npm/mime-types/1.0.2/package/package.json not in flight; writing
19883npm verb afterAdd /root/.npm/mime-types/1.0.2/package/package.json written
19884npm verb request uri http://registry.npmjs.org/accepts
19885npm verb request no auth needed
19886npm info attempt registry request try #1 at 19:31:12
19887npm http request GET http://registry.npmjs.org/accepts
19888npm verb request uri http://registry.npmjs.org/compressible
19889npm verb request no auth needed
19890npm info attempt registry request try #1 at 19:31:12
19891npm http request GET http://registry.npmjs.org/compressible
19892npm verb request uri http://registry.npmjs.org/debug
19893npm verb request no auth needed
19894npm info attempt registry request try #1 at 19:31:12
19895npm http request GET http://registry.npmjs.org/debug
19896npm verb request uri http://registry.npmjs.org/on-headers
19897npm verb request no auth needed
19898npm info attempt registry request try #1 at 19:31:12
19899npm http request GET http://registry.npmjs.org/on-headers
19900npm verb request uri http://registry.npmjs.org/vary
19901npm verb request no auth needed
19902npm info attempt registry request try #1 at 19:31:12
19903npm http request GET http://registry.npmjs.org/vary
19904npm http 200 http://registry.npmjs.org/on-headers
19905npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19906npm verb headers etag: '"E0VXZ3OG7BH5ARUWHUYL9TVME"',
19907npm verb headers 'content-type': 'application/json',
19908npm verb headers 'cache-control': 'max-age=60',
19909npm verb headers 'content-length': '6668',
19910npm verb headers 'accept-ranges': 'bytes',
19911npm verb headers date: 'Tue, 29 Dec 2015 19:31:12 GMT',
19912npm verb headers age: '54',
19913npm verb headers 'x-served-by': 'cache-fra1240-FRA',
19914npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19915npm verb headers 'x-cache-hits': '1',
19916npm verb headers 'x-timer': 'S1451417472.996295,VS0,VE0',
19917npm verb headers vary: 'Accept',
19918npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19919npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19920npm verb headers connection: 'keep-alive' }
19921npm verb get saving on-headers to /root/.npm/registry.npmjs.org/on-headers/.cache.json
19922npm http 200 http://registry.npmjs.org/vary
19923npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19924npm verb headers etag: '"7Q8T4HSBGINMS5AKXT3FWLUH6"',
19925npm verb headers 'content-type': 'application/json',
19926npm verb headers 'cache-control': 'max-age=60',
19927npm verb headers 'content-length': '10022',
19928npm verb headers 'accept-ranges': 'bytes',
19929npm verb headers date: 'Tue, 29 Dec 2015 19:31:12 GMT',
19930npm verb headers age: '37',
19931npm verb headers 'x-served-by': 'cache-fra1236-FRA',
19932npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19933npm verb headers 'x-cache-hits': '1',
19934npm verb headers 'x-timer': 'S1451417472.997562,VS0,VE0',
19935npm verb headers vary: 'Accept',
19936npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
19937npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19938npm verb headers connection: 'keep-alive' }
19939npm verb get saving vary to /root/.npm/registry.npmjs.org/vary/.cache.json
19940npm verb cache add spec on-headers@~1.0.0
19941npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for on-headers
19942npm verb addNameRange registry:http://registry.npmjs.org/on-headers not in flight; fetching
19943npm verb cache add spec vary@~1.0.0
19944npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for vary
19945npm verb addNameRange registry:http://registry.npmjs.org/vary not in flight; fetching
19946npm http 200 http://registry.npmjs.org/accepts
19947npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19948npm verb headers etag: '"CMQELY7N9D8O3WS7OAI4D1QJL"',
19949npm verb headers 'content-type': 'application/json',
19950npm verb headers 'cache-control': 'max-age=300',
19951npm verb headers 'content-length': '51370',
19952npm verb headers 'accept-ranges': 'bytes',
19953npm verb headers date: 'Tue, 29 Dec 2015 19:31:12 GMT',
19954npm verb headers age: '163',
19955npm verb headers 'x-served-by': 'cache-fra1225-FRA',
19956npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19957npm verb headers 'x-cache-hits': '2',
19958npm verb headers 'x-timer': 'S1451417472.994477,VS0,VE0',
19959npm verb headers vary: 'Accept',
19960npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
19961npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19962npm verb headers connection: 'keep-alive' }
19963npm verb get saving accepts to /root/.npm/registry.npmjs.org/accepts/.cache.json
19964npm verb get http://registry.npmjs.org/on-headers not expired, no request
19965npm verb addNamed "1.0.1" is a plain semver version for on-headers
19966npm verb get http://registry.npmjs.org/vary not expired, no request
19967npm verb addNamed "1.0.1" is a plain semver version for vary
19968npm verb addRemoteTarball http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz not in flight; adding
19969npm verb addRemoteTarball [ 'http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz',
19970npm verb addRemoteTarball '928f5d0f470d49342651ea6794b0857c100693f7' ]
19971npm verb addRemoteTarball http://registry.npmjs.org/vary/-/vary-1.0.1.tgz not in flight; adding
19972npm verb addRemoteTarball [ 'http://registry.npmjs.org/vary/-/vary-1.0.1.tgz',
19973npm verb addRemoteTarball '99e4981566a286118dfb2b817357df7993376d10' ]
19974npm http 200 http://registry.npmjs.org/compressible
19975npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
19976npm verb headers etag: '"4V7E0RO8B6BHZILYMD8Z92X46"',
19977npm verb headers 'content-type': 'application/json',
19978npm verb headers 'cache-control': 'max-age=60',
19979npm verb headers 'content-length': '23889',
19980npm verb headers 'accept-ranges': 'bytes',
19981npm verb headers date: 'Tue, 29 Dec 2015 19:31:12 GMT',
19982npm verb headers age: '34',
19983npm verb headers 'x-served-by': 'cache-fra1228-FRA',
19984npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
19985npm verb headers 'x-cache-hits': '1',
19986npm verb headers 'x-timer': 'S1451417472.995672,VS0,VE0',
19987npm verb headers vary: 'Accept',
19988npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
19989npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
19990npm verb headers connection: 'keep-alive' }
19991npm verb get saving compressible to /root/.npm/registry.npmjs.org/compressible/.cache.json
19992npm info retry fetch attempt 1 at 19:31:13
19993npm info attempt registry request try #1 at 19:31:13
19994npm http fetch GET http://registry.npmjs.org/vary/-/vary-1.0.1.tgz
19995npm info retry fetch attempt 1 at 19:31:13
19996npm info attempt registry request try #1 at 19:31:13
19997npm http fetch GET http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz
19998npm verb cache add spec accepts@~1.0.7
19999npm verb addNamed ">=1.0.7 <1.1.0" is a valid semver range for accepts
20000npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
20001npm http fetch 200 http://registry.npmjs.org/vary/-/vary-1.0.1.tgz
20002npm http fetch 200 http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz
20003npm verb get http://registry.npmjs.org/accepts not expired, no request
20004npm verb addNamed "1.0.7" is a plain semver version for accepts
20005npm verb cache add spec compressible@~1.1.1
20006npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for compressible
20007npm verb addNameRange registry:http://registry.npmjs.org/compressible not in flight; fetching
20008npm verb addRemoteTarball http://registry.npmjs.org/accepts/-/accepts-1.0.7.tgz not in flight; adding
20009npm verb addRemoteTarball [ 'http://registry.npmjs.org/accepts/-/accepts-1.0.7.tgz',
20010npm verb addRemoteTarball '5b501fb4f0704309964ccdb048172541208dab1a' ]
20011npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/vary/-/vary-1.0.1.tgz not in flight; adding
20012npm verb addTmpTarball already have metadata; skipping unpack for vary@1.0.1
20013npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz not in flight; adding
20014npm verb addTmpTarball already have metadata; skipping unpack for on-headers@1.0.1
20015npm info retry fetch attempt 1 at 19:31:13
20016npm info attempt registry request try #1 at 19:31:13
20017npm http fetch GET http://registry.npmjs.org/accepts/-/accepts-1.0.7.tgz
20018npm verb get http://registry.npmjs.org/compressible not expired, no request
20019npm verb addNamed "1.1.1" is a plain semver version for compressible
20020npm verb addRemoteTarball http://registry.npmjs.org/compressible/-/compressible-1.1.1.tgz not in flight; adding
20021npm verb addRemoteTarball [ 'http://registry.npmjs.org/compressible/-/compressible-1.1.1.tgz',
20022npm verb addRemoteTarball '23b71ea90ea6c6a66289701a918182c24d0729ef' ]
20023npm info retry fetch attempt 1 at 19:31:13
20024npm info attempt registry request try #1 at 19:31:13
20025npm http fetch GET http://registry.npmjs.org/compressible/-/compressible-1.1.1.tgz
20026npm verb afterAdd /root/.npm/vary/1.0.1/package/package.json not in flight; writing
20027npm verb afterAdd /root/.npm/on-headers/1.0.1/package/package.json not in flight; writing
20028npm verb afterAdd /root/.npm/vary/1.0.1/package/package.json written
20029npm verb afterAdd /root/.npm/on-headers/1.0.1/package/package.json written
20030npm http fetch 200 http://registry.npmjs.org/accepts/-/accepts-1.0.7.tgz
20031npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/accepts/-/accepts-1.0.7.tgz not in flight; adding
20032npm verb addTmpTarball already have metadata; skipping unpack for accepts@1.0.7
20033npm http fetch 200 http://registry.npmjs.org/compressible/-/compressible-1.1.1.tgz
20034npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/compressible/-/compressible-1.1.1.tgz not in flight; adding
20035npm verb addTmpTarball already have metadata; skipping unpack for compressible@1.1.1
20036npm verb afterAdd /root/.npm/accepts/1.0.7/package/package.json not in flight; writing
20037npm verb afterAdd /root/.npm/accepts/1.0.7/package/package.json written
20038npm verb afterAdd /root/.npm/compressible/1.1.1/package/package.json not in flight; writing
20039npm verb afterAdd /root/.npm/compressible/1.1.1/package/package.json written
20040npm http 200 http://registry.npmjs.org/debug
20041npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20042npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
20043npm verb headers 'content-type': 'application/json',
20044npm verb headers 'cache-control': 'max-age=300',
20045npm verb headers 'content-length': '36179',
20046npm verb headers 'accept-ranges': 'bytes',
20047npm verb headers date: 'Tue, 29 Dec 2015 19:31:12 GMT',
20048npm verb headers age: '283',
20049npm verb headers 'x-served-by': 'cache-fra1238-FRA',
20050npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20051npm verb headers 'x-cache-hits': '4',
20052npm verb headers 'x-timer': 'S1451417472.996101,VS0,VE0',
20053npm verb headers vary: 'Accept',
20054npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
20055npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20056npm verb headers connection: 'keep-alive' }
20057npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
20058npm verb cache add spec debug@1.0.4
20059npm verb addNamed "1.0.4" is a plain semver version for debug
20060npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
20061npm verb get http://registry.npmjs.org/debug not expired, no request
20062npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.4.tgz not in flight; adding
20063npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.4.tgz',
20064npm verb addRemoteTarball '5b9c256bd54b6ec02283176fa8a0ede6d154cbf8' ]
20065npm info retry fetch attempt 1 at 19:31:13
20066npm info attempt registry request try #1 at 19:31:13
20067npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.4.tgz
20068npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.4.tgz
20069npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/debug/-/debug-1.0.4.tgz not in flight; adding
20070npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.4
20071npm verb afterAdd /root/.npm/debug/1.0.4/package/package.json not in flight; writing
20072npm verb afterAdd /root/.npm/debug/1.0.4/package/package.json written
20073npm verb request uri http://registry.npmjs.org/negotiator
20074npm verb request no auth needed
20075npm info attempt registry request try #1 at 19:31:13
20076npm http request GET http://registry.npmjs.org/negotiator
20077npm http 200 http://registry.npmjs.org/negotiator
20078npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20079npm verb headers etag: '"EEO9SCCDNI2ZFBRVFF8RAP24E"',
20080npm verb headers 'content-type': 'application/json',
20081npm verb headers 'cache-control': 'max-age=60',
20082npm verb headers 'content-length': '33943',
20083npm verb headers 'accept-ranges': 'bytes',
20084npm verb headers date: 'Tue, 29 Dec 2015 19:31:13 GMT',
20085npm verb headers age: '24',
20086npm verb headers 'x-served-by': 'cache-fra1238-FRA',
20087npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20088npm verb headers 'x-cache-hits': '1',
20089npm verb headers 'x-timer': 'S1451417473.212506,VS0,VE0',
20090npm verb headers vary: 'Accept',
20091npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20092npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20093npm verb headers connection: 'keep-alive' }
20094npm verb get saving negotiator to /root/.npm/registry.npmjs.org/negotiator/.cache.json
20095npm verb cache add spec negotiator@0.4.7
20096npm verb addNamed "0.4.7" is a plain semver version for negotiator
20097npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
20098npm verb get http://registry.npmjs.org/negotiator not expired, no request
20099npm verb addRemoteTarball http://registry.npmjs.org/negotiator/-/negotiator-0.4.7.tgz not in flight; adding
20100npm verb addRemoteTarball [ 'http://registry.npmjs.org/negotiator/-/negotiator-0.4.7.tgz',
20101npm verb addRemoteTarball 'a4160f7177ec806738631d0d3052325da42abdc8' ]
20102npm info retry fetch attempt 1 at 19:31:13
20103npm info attempt registry request try #1 at 19:31:13
20104npm http fetch GET http://registry.npmjs.org/negotiator/-/negotiator-0.4.7.tgz
20105npm http fetch 200 http://registry.npmjs.org/negotiator/-/negotiator-0.4.7.tgz
20106npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/negotiator/-/negotiator-0.4.7.tgz not in flight; adding
20107npm verb addTmpTarball already have metadata; skipping unpack for negotiator@0.4.7
20108npm verb afterAdd /root/.npm/negotiator/0.4.7/package/package.json not in flight; writing
20109npm verb afterAdd /root/.npm/negotiator/0.4.7/package/package.json written
20110npm verb request uri http://registry.npmjs.org/ms
20111npm verb request no auth needed
20112npm info attempt registry request try #1 at 19:31:13
20113npm http request GET http://registry.npmjs.org/ms
20114npm http 200 http://registry.npmjs.org/ms
20115npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20116npm verb headers etag: '"5W0HPW6PWGLJ3ZF2FS08L0INV"',
20117npm verb headers 'content-type': 'application/json',
20118npm verb headers 'cache-control': 'max-age=300',
20119npm verb headers 'content-length': '8619',
20120npm verb headers 'accept-ranges': 'bytes',
20121npm verb headers date: 'Tue, 29 Dec 2015 19:31:13 GMT',
20122npm verb headers age: '19',
20123npm verb headers 'x-served-by': 'cache-fra1238-FRA',
20124npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20125npm verb headers 'x-cache-hits': '1',
20126npm verb headers 'x-timer': 'S1451417473.344682,VS0,VE0',
20127npm verb headers vary: 'Accept',
20128npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
20129npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20130npm verb headers connection: 'keep-alive' }
20131npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
20132npm verb cache add spec ms@0.6.2
20133npm verb addNamed "0.6.2" is a plain semver version for ms
20134npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
20135npm verb get http://registry.npmjs.org/ms not expired, no request
20136npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.6.2.tgz not in flight; adding
20137npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.6.2.tgz',
20138npm verb addRemoteTarball 'd89c2124c6fdc1353d65a8b77bf1aac4b193708c' ]
20139npm info retry fetch attempt 1 at 19:31:13
20140npm info attempt registry request try #1 at 19:31:13
20141npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.6.2.tgz
20142npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.6.2.tgz
20143npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ms/-/ms-0.6.2.tgz not in flight; adding
20144npm verb addTmpTarball already have metadata; skipping unpack for ms@0.6.2
20145npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json not in flight; writing
20146npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json written
20147npm verb request uri http://registry.npmjs.org/mongodb
20148npm verb request no auth needed
20149npm info attempt registry request try #1 at 19:31:13
20150npm http request GET http://registry.npmjs.org/mongodb
20151npm http 200 http://registry.npmjs.org/mongodb
20152npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20153npm verb headers etag: '"6V7FCTRISSB8WWQ411BZX8EIB"',
20154npm verb headers 'content-type': 'application/json',
20155npm verb headers 'cache-control': 'max-age=300',
20156npm verb headers 'content-length': '499692',
20157npm verb headers 'accept-ranges': 'bytes',
20158npm verb headers date: 'Tue, 29 Dec 2015 19:31:13 GMT',
20159npm verb headers age: '191',
20160npm verb headers 'x-served-by': 'cache-fra1238-FRA',
20161npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20162npm verb headers 'x-cache-hits': '1',
20163npm verb headers 'x-timer': 'S1451417473.406437,VS0,VE1',
20164npm verb headers vary: 'Accept',
20165npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20166npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20167npm verb headers connection: 'keep-alive' }
20168npm verb get saving mongodb to /root/.npm/registry.npmjs.org/mongodb/.cache.json
20169npm verb cache add spec mongodb@1.4.x
20170npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for mongodb
20171npm verb addNameRange registry:http://registry.npmjs.org/mongodb not in flight; fetching
20172npm verb get http://registry.npmjs.org/mongodb not expired, no request
20173npm verb addNamed "1.4.39" is a plain semver version for mongodb
20174npm verb addRemoteTarball http://registry.npmjs.org/mongodb/-/mongodb-1.4.39.tgz not in flight; adding
20175npm verb addRemoteTarball [ 'http://registry.npmjs.org/mongodb/-/mongodb-1.4.39.tgz',
20176npm verb addRemoteTarball 'f5b25c7f7df06c968cd5d3c68280adc9a6404591' ]
20177npm info retry fetch attempt 1 at 19:31:14
20178npm info attempt registry request try #1 at 19:31:14
20179npm http fetch GET http://registry.npmjs.org/mongodb/-/mongodb-1.4.39.tgz
20180npm http fetch 200 http://registry.npmjs.org/mongodb/-/mongodb-1.4.39.tgz
20181npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mongodb/-/mongodb-1.4.39.tgz not in flight; adding
20182npm verb addTmpTarball already have metadata; skipping unpack for mongodb@1.4.39
20183npm verb afterAdd /root/.npm/mongodb/1.4.39/package/package.json not in flight; writing
20184npm verb afterAdd /root/.npm/mongodb/1.4.39/package/package.json written
20185npm verb request uri http://registry.npmjs.org/bson
20186npm verb request no auth needed
20187npm info attempt registry request try #1 at 19:31:14
20188npm http request GET http://registry.npmjs.org/bson
20189npm verb request uri http://registry.npmjs.org/kerberos
20190npm verb request no auth needed
20191npm info attempt registry request try #1 at 19:31:14
20192npm http request GET http://registry.npmjs.org/kerberos
20193npm verb request uri http://registry.npmjs.org/readable-stream
20194npm verb request no auth needed
20195npm info attempt registry request try #1 at 19:31:14
20196npm http request GET http://registry.npmjs.org/readable-stream
20197npm http 200 http://registry.npmjs.org/readable-stream
20198npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20199npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
20200npm verb headers 'content-type': 'application/json',
20201npm verb headers 'cache-control': 'max-age=300',
20202npm verb headers 'content-length': '52248',
20203npm verb headers 'accept-ranges': 'bytes',
20204npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
20205npm verb headers 'x-served-by': 'cache-fra1241-FRA',
20206npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
20207npm verb headers 'x-cache-hits': '1933',
20208npm verb headers 'x-timer': 'S1451417414.411883,VS0,VE0',
20209npm verb headers vary: 'Accept',
20210npm verb headers age: '65',
20211npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
20212npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20213npm verb headers connection: 'keep-alive' }
20214npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
20215npm verb cache add spec readable-stream@latest
20216npm verb addNamed "latest" is being treated as a dist-tag for readable-stream
20217npm info addNameTag [ 'readable-stream', 'latest' ]
20218npm verb addNameTag registry:http://registry.npmjs.org/readable-stream not in flight; fetching
20219npm verb get http://registry.npmjs.org/readable-stream not expired, no request
20220npm verb addNamed "2.0.5" is a plain semver version for readable-stream
20221npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz not in flight; adding
20222npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz',
20223npm verb addRemoteTarball 'a2426f8dcd4551c77a33f96edf2886a23c829669' ]
20224npm info retry fetch attempt 1 at 19:31:14
20225npm info attempt registry request try #1 at 19:31:14
20226npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz
20227npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz
20228npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz not in flight; adding
20229npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@2.0.5
20230npm verb afterAdd /root/.npm/readable-stream/2.0.5/package/package.json not in flight; writing
20231npm verb afterAdd /root/.npm/readable-stream/2.0.5/package/package.json written
20232npm http 200 http://registry.npmjs.org/bson
20233npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20234npm verb headers etag: '"3JA7YUYKYJEJYJTYC81GGPDTG"',
20235npm verb headers 'content-type': 'application/json',
20236npm verb headers 'cache-control': 'max-age=300',
20237npm verb headers 'content-length': '82104',
20238npm verb headers 'accept-ranges': 'bytes',
20239npm verb headers date: 'Tue, 29 Dec 2015 19:31:14 GMT',
20240npm verb headers age: '48',
20241npm verb headers 'x-served-by': 'cache-fra1238-FRA',
20242npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20243npm verb headers 'x-cache-hits': '1',
20244npm verb headers 'x-timer': 'S1451417474.468191,VS0,VE0',
20245npm verb headers vary: 'Accept',
20246npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20247npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20248npm verb headers connection: 'keep-alive' }
20249npm verb get saving bson to /root/.npm/registry.npmjs.org/bson/.cache.json
20250npm verb cache add spec bson@~0.2
20251npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for bson
20252npm verb addNameRange registry:http://registry.npmjs.org/bson not in flight; fetching
20253npm verb get http://registry.npmjs.org/bson not expired, no request
20254npm verb addNamed "0.2.22" is a plain semver version for bson
20255npm verb addRemoteTarball http://registry.npmjs.org/bson/-/bson-0.2.22.tgz not in flight; adding
20256npm verb addRemoteTarball [ 'http://registry.npmjs.org/bson/-/bson-0.2.22.tgz',
20257npm verb addRemoteTarball 'fcda103f26d0c074d5a52d50927db80fd02b4b39' ]
20258npm http 200 http://registry.npmjs.org/kerberos
20259npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20260npm verb headers etag: '"6VFVMR0KMOGBW4WYXSP9LEM3"',
20261npm verb headers 'content-type': 'application/json',
20262npm verb headers 'cache-control': 'max-age=300',
20263npm verb headers 'content-length': '19887',
20264npm verb headers 'accept-ranges': 'bytes',
20265npm verb headers date: 'Tue, 29 Dec 2015 19:31:14 GMT',
20266npm verb headers age: '105',
20267npm verb headers 'x-served-by': 'cache-fra1225-FRA',
20268npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20269npm verb headers 'x-cache-hits': '1',
20270npm verb headers 'x-timer': 'S1451417474.468248,VS0,VE0',
20271npm verb headers vary: 'Accept',
20272npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20273npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20274npm verb headers connection: 'keep-alive' }
20275npm verb get saving kerberos to /root/.npm/registry.npmjs.org/kerberos/.cache.json
20276npm info retry fetch attempt 1 at 19:31:14
20277npm info attempt registry request try #1 at 19:31:14
20278npm http fetch GET http://registry.npmjs.org/bson/-/bson-0.2.22.tgz
20279npm verb cache add spec kerberos@0.0.11
20280npm verb addNamed "0.0.11" is a plain semver version for kerberos
20281npm verb addNameVersion registry:http://registry.npmjs.org/kerberos not in flight; fetching
20282npm verb get http://registry.npmjs.org/kerberos not expired, no request
20283npm verb addRemoteTarball http://registry.npmjs.org/kerberos/-/kerberos-0.0.11.tgz not in flight; adding
20284npm verb addRemoteTarball [ 'http://registry.npmjs.org/kerberos/-/kerberos-0.0.11.tgz',
20285npm verb addRemoteTarball 'cb29891c21c22ac195f3140b97dd12204fea7dc2' ]
20286npm info retry fetch attempt 1 at 19:31:14
20287npm info attempt registry request try #1 at 19:31:14
20288npm http fetch GET http://registry.npmjs.org/kerberos/-/kerberos-0.0.11.tgz
20289npm http fetch 200 http://registry.npmjs.org/bson/-/bson-0.2.22.tgz
20290npm http fetch 200 http://registry.npmjs.org/kerberos/-/kerberos-0.0.11.tgz
20291npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/kerberos/-/kerberos-0.0.11.tgz not in flight; adding
20292npm verb addTmpTarball already have metadata; skipping unpack for kerberos@0.0.11
20293npm verb afterAdd /root/.npm/kerberos/0.0.11/package/package.json not in flight; writing
20294npm verb afterAdd /root/.npm/kerberos/0.0.11/package/package.json written
20295npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bson/-/bson-0.2.22.tgz not in flight; adding
20296npm verb addTmpTarball already have metadata; skipping unpack for bson@0.2.22
20297npm verb afterAdd /root/.npm/bson/0.2.22/package/package.json not in flight; writing
20298npm verb afterAdd /root/.npm/bson/0.2.22/package/package.json written
20299npm verb request uri http://registry.npmjs.org/nan
20300npm verb request no auth needed
20301npm info attempt registry request try #1 at 19:31:15
20302npm http request GET http://registry.npmjs.org/nan
20303npm http 200 http://registry.npmjs.org/nan
20304npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20305npm verb headers etag: '"7CEDVJA24M9BXRU7SU6WRSW4M"',
20306npm verb headers 'content-type': 'application/json',
20307npm verb headers 'cache-control': 'max-age=60',
20308npm verb headers 'content-length': '100080',
20309npm verb headers 'accept-ranges': 'bytes',
20310npm verb headers date: 'Tue, 29 Dec 2015 19:31:15 GMT',
20311npm verb headers age: '59',
20312npm verb headers 'x-served-by': 'cache-fra1225-FRA',
20313npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20314npm verb headers 'x-cache-hits': '2',
20315npm verb headers 'x-timer': 'S1451417475.010245,VS0,VE0',
20316npm verb headers vary: 'Accept',
20317npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20318npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20319npm verb headers connection: 'keep-alive' }
20320npm verb get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
20321npm verb cache add spec nan@~1.8
20322npm verb addNamed ">=1.8.0 <1.9.0" is a valid semver range for nan
20323npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
20324npm verb get http://registry.npmjs.org/nan not expired, no request
20325npm verb addNamed "1.8.4" is a plain semver version for nan
20326npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-1.8.4.tgz not in flight; adding
20327npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-1.8.4.tgz',
20328npm verb addRemoteTarball '3c76b5382eab33e44b758d2813ca9d92e9342f34' ]
20329npm info retry fetch attempt 1 at 19:31:15
20330npm info attempt registry request try #1 at 19:31:15
20331npm http fetch GET http://registry.npmjs.org/nan/-/nan-1.8.4.tgz
20332npm http fetch 200 http://registry.npmjs.org/nan/-/nan-1.8.4.tgz
20333npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nan/-/nan-1.8.4.tgz not in flight; adding
20334npm verb addTmpTarball already have metadata; skipping unpack for nan@1.8.4
20335npm verb afterAdd /root/.npm/nan/1.8.4/package/package.json not in flight; writing
20336npm verb afterAdd /root/.npm/nan/1.8.4/package/package.json written
20337npm verb request uri http://registry.npmjs.org/core-util-is
20338npm verb request no auth needed
20339npm info attempt registry request try #1 at 19:31:15
20340npm http request GET http://registry.npmjs.org/core-util-is
20341npm verb request uri http://registry.npmjs.org/inherits
20342npm verb request no auth needed
20343npm info attempt registry request try #1 at 19:31:15
20344npm http request GET http://registry.npmjs.org/inherits
20345npm verb request uri http://registry.npmjs.org/isarray
20346npm verb request no auth needed
20347npm info attempt registry request try #1 at 19:31:15
20348npm http request GET http://registry.npmjs.org/isarray
20349npm verb request uri http://registry.npmjs.org/process-nextick-args
20350npm verb request no auth needed
20351npm info attempt registry request try #1 at 19:31:15
20352npm http request GET http://registry.npmjs.org/process-nextick-args
20353npm verb request uri http://registry.npmjs.org/string_decoder
20354npm verb request no auth needed
20355npm info attempt registry request try #1 at 19:31:15
20356npm http request GET http://registry.npmjs.org/string_decoder
20357npm verb request uri http://registry.npmjs.org/util-deprecate
20358npm verb request no auth needed
20359npm info attempt registry request try #1 at 19:31:15
20360npm http request GET http://registry.npmjs.org/util-deprecate
20361npm http 200 http://registry.npmjs.org/inherits
20362npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20363npm verb headers etag: '"CKJX1OCRDNX2UW7IZR6DX5BIN"',
20364npm verb headers 'content-type': 'application/json',
20365npm verb headers 'cache-control': 'max-age=300',
20366npm verb headers 'content-length': '7161',
20367npm verb headers 'accept-ranges': 'bytes',
20368npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
20369npm verb headers 'x-served-by': 'cache-fra1236-FRA',
20370npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
20371npm verb headers 'x-cache-hits': '1',
20372npm verb headers 'x-timer': 'S1451417409.917787,VS0,VE0',
20373npm verb headers vary: 'Accept',
20374npm verb headers age: '87',
20375npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
20376npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20377npm verb headers connection: 'keep-alive' }
20378npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
20379npm http 200 http://registry.npmjs.org/isarray
20380npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20381npm verb headers etag: '"9BAUPW5RTV3W0838KA6Y08NTG"',
20382npm verb headers 'content-type': 'application/json',
20383npm verb headers 'cache-control': 'max-age=300',
20384npm verb headers 'content-length': '5848',
20385npm verb headers 'accept-ranges': 'bytes',
20386npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
20387npm verb headers 'x-served-by': 'cache-fra1222-FRA',
20388npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
20389npm verb headers 'x-cache-hits': '3',
20390npm verb headers 'x-timer': 'S1451417414.559262,VS0,VE0',
20391npm verb headers vary: 'Accept',
20392npm verb headers age: '108',
20393npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
20394npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20395npm verb headers connection: 'keep-alive' }
20396npm verb get saving isarray to /root/.npm/registry.npmjs.org/isarray/.cache.json
20397npm verb cache add spec isarray@0.0.1
20398npm verb addNamed "0.0.1" is a plain semver version for isarray
20399npm verb addNameVersion registry:http://registry.npmjs.org/isarray not in flight; fetching
20400npm verb cache add spec inherits@~2.0.1
20401npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for inherits
20402npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
20403npm verb get http://registry.npmjs.org/isarray not expired, no request
20404npm verb addRemoteTarball http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
20405npm verb addRemoteTarball [ 'http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz',
20406npm verb addRemoteTarball '8a18acfca9a8f4177e09abfc6038939b05d1eedf' ]
20407npm verb get http://registry.npmjs.org/inherits not expired, no request
20408npm verb addNamed "2.0.1" is a plain semver version for inherits
20409npm verb addRemoteTarball http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
20410npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
20411npm verb addRemoteTarball 'b17d08d326b4423e568eff719f91b0b1cbdf69f1' ]
20412npm info retry fetch attempt 1 at 19:31:15
20413npm info attempt registry request try #1 at 19:31:15
20414npm http fetch GET http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
20415npm info retry fetch attempt 1 at 19:31:15
20416npm info attempt registry request try #1 at 19:31:15
20417npm http fetch GET http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
20418npm http fetch 200 http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
20419npm http fetch 200 http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
20420npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
20421npm verb addTmpTarball already have metadata; skipping unpack for isarray@0.0.1
20422npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
20423npm verb addTmpTarball already have metadata; skipping unpack for inherits@2.0.1
20424npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json not in flight; writing
20425npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json not in flight; writing
20426npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json written
20427npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json written
20428npm http 200 http://registry.npmjs.org/util-deprecate
20429npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20430npm verb headers etag: '"363T1WE4HHZV0LMEHAOBAVT0G"',
20431npm verb headers 'content-type': 'application/json',
20432npm verb headers 'cache-control': 'max-age=300',
20433npm verb headers 'content-length': '5799',
20434npm verb headers 'accept-ranges': 'bytes',
20435npm verb headers date: 'Tue, 29 Dec 2015 19:31:15 GMT',
20436npm verb headers age: '153',
20437npm verb headers 'x-served-by': 'cache-fra1240-FRA',
20438npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20439npm verb headers 'x-cache-hits': '9',
20440npm verb headers 'x-timer': 'S1451417475.425322,VS0,VE0',
20441npm verb headers vary: 'Accept',
20442npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20443npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20444npm verb headers connection: 'keep-alive' }
20445npm verb get saving util-deprecate to /root/.npm/registry.npmjs.org/util-deprecate/.cache.json
20446npm http 200 http://registry.npmjs.org/string_decoder
20447npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20448npm verb headers etag: '"3SLQP4XEWUIBONOV855WOPR0B"',
20449npm verb headers 'content-type': 'application/json',
20450npm verb headers 'cache-control': 'max-age=60',
20451npm verb headers 'content-length': '8814',
20452npm verb headers 'accept-ranges': 'bytes',
20453npm verb headers date: 'Tue, 29 Dec 2015 19:31:15 GMT',
20454npm verb headers age: '10',
20455npm verb headers 'x-served-by': 'cache-fra1236-FRA',
20456npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20457npm verb headers 'x-cache-hits': '1',
20458npm verb headers 'x-timer': 'S1451417475.425082,VS0,VE1',
20459npm verb headers vary: 'Accept',
20460npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20461npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20462npm verb headers connection: 'keep-alive' }
20463npm verb get saving string_decoder to /root/.npm/registry.npmjs.org/string_decoder/.cache.json
20464npm verb cache add spec string_decoder@~0.10.x
20465npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for string_decoder
20466npm verb addNameRange registry:http://registry.npmjs.org/string_decoder not in flight; fetching
20467npm verb cache add spec util-deprecate@~1.0.1
20468npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for util-deprecate
20469npm verb addNameRange registry:http://registry.npmjs.org/util-deprecate not in flight; fetching
20470npm verb get http://registry.npmjs.org/util-deprecate not expired, no request
20471npm verb addNamed "1.0.2" is a plain semver version for util-deprecate
20472npm verb get http://registry.npmjs.org/string_decoder not expired, no request
20473npm verb addNamed "0.10.31" is a plain semver version for string_decoder
20474npm verb addRemoteTarball http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz not in flight; adding
20475npm verb addRemoteTarball [ 'http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz',
20476npm verb addRemoteTarball '450d4dc9fa70de732762fbd2d4a28981419a0ccf' ]
20477npm verb addRemoteTarball http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
20478npm verb addRemoteTarball [ 'http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz',
20479npm verb addRemoteTarball '62e203bc41766c6c28c9fc84301dab1c5310fa94' ]
20480npm info retry fetch attempt 1 at 19:31:15
20481npm info attempt registry request try #1 at 19:31:15
20482npm http fetch GET http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
20483npm info retry fetch attempt 1 at 19:31:15
20484npm info attempt registry request try #1 at 19:31:15
20485npm http fetch GET http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
20486npm http fetch 200 http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
20487npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
20488npm verb addTmpTarball already have metadata; skipping unpack for string_decoder@0.10.31
20489npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json not in flight; writing
20490npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json written
20491npm http fetch 200 http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
20492npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz not in flight; adding
20493npm verb addTmpTarball already have metadata; skipping unpack for util-deprecate@1.0.2
20494npm verb afterAdd /root/.npm/util-deprecate/1.0.2/package/package.json not in flight; writing
20495npm verb afterAdd /root/.npm/util-deprecate/1.0.2/package/package.json written
20496npm http 200 http://registry.npmjs.org/process-nextick-args
20497npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20498npm verb headers etag: '"5AJOT6HL2QR1J143EYQLHDSVU"',
20499npm verb headers 'content-type': 'application/json',
20500npm verb headers 'cache-control': 'max-age=300',
20501npm verb headers 'content-length': '8170',
20502npm verb headers 'accept-ranges': 'bytes',
20503npm verb headers date: 'Tue, 29 Dec 2015 19:31:15 GMT',
20504npm verb headers age: '60',
20505npm verb headers 'x-served-by': 'cache-fra1238-FRA',
20506npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20507npm verb headers 'x-cache-hits': '3',
20508npm verb headers 'x-timer': 'S1451417475.636094,VS0,VE0',
20509npm verb headers vary: 'Accept',
20510npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20511npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20512npm verb headers connection: 'keep-alive' }
20513npm verb get saving process-nextick-args to /root/.npm/registry.npmjs.org/process-nextick-args/.cache.json
20514npm verb cache add spec process-nextick-args@~1.0.6
20515npm verb addNamed ">=1.0.6 <1.1.0" is a valid semver range for process-nextick-args
20516npm verb addNameRange registry:http://registry.npmjs.org/process-nextick-args not in flight; fetching
20517npm verb get http://registry.npmjs.org/process-nextick-args not expired, no request
20518npm verb addNamed "1.0.6" is a plain semver version for process-nextick-args
20519npm verb addRemoteTarball http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz not in flight; adding
20520npm verb addRemoteTarball [ 'http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz',
20521npm verb addRemoteTarball '0f96b001cea90b12592ce566edb97ec11e69bd05' ]
20522npm info retry fetch attempt 1 at 19:31:15
20523npm info attempt registry request try #1 at 19:31:15
20524npm http fetch GET http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz
20525npm http fetch 200 http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz
20526npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz not in flight; adding
20527npm verb addTmpTarball already have metadata; skipping unpack for process-nextick-args@1.0.6
20528npm verb afterAdd /root/.npm/process-nextick-args/1.0.6/package/package.json not in flight; writing
20529npm verb afterAdd /root/.npm/process-nextick-args/1.0.6/package/package.json written
20530npm http 200 http://registry.npmjs.org/core-util-is
20531npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20532npm verb headers etag: '"75RK9UUWAHLYO40UZKLLOJ8YF"',
20533npm verb headers 'content-type': 'application/json',
20534npm verb headers 'cache-control': 'max-age=60',
20535npm verb headers 'content-length': '3747',
20536npm verb headers 'accept-ranges': 'bytes',
20537npm verb headers date: 'Tue, 29 Dec 2015 19:31:15 GMT',
20538npm verb headers age: '25',
20539npm verb headers 'x-served-by': 'cache-fra1225-FRA',
20540npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20541npm verb headers 'x-cache-hits': '1',
20542npm verb headers 'x-timer': 'S1451417475.778863,VS0,VE0',
20543npm verb headers vary: 'Accept',
20544npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20545npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20546npm verb headers connection: 'keep-alive' }
20547npm verb get saving core-util-is to /root/.npm/registry.npmjs.org/core-util-is/.cache.json
20548npm verb cache add spec core-util-is@~1.0.0
20549npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is
20550npm verb addNameRange registry:http://registry.npmjs.org/core-util-is not in flight; fetching
20551npm verb get http://registry.npmjs.org/core-util-is not expired, no request
20552npm verb addNamed "1.0.2" is a plain semver version for core-util-is
20553npm verb addRemoteTarball http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
20554npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz',
20555npm verb addRemoteTarball 'b5fd54220aa2bc5ab57aab7140c940754503c1a7' ]
20556npm info retry fetch attempt 1 at 19:31:15
20557npm info attempt registry request try #1 at 19:31:15
20558npm http fetch GET http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
20559npm http fetch 200 http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
20560npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
20561npm verb addTmpTarball already have metadata; skipping unpack for core-util-is@1.0.2
20562npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json not in flight; writing
20563npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json written
20564npm verb request uri http://registry.npmjs.org/cookie
20565npm verb request no auth needed
20566npm info attempt registry request try #1 at 19:31:15
20567npm http request GET http://registry.npmjs.org/cookie
20568npm verb request uri http://registry.npmjs.org/cookie-signature
20569npm verb request no auth needed
20570npm info attempt registry request try #1 at 19:31:15
20571npm http request GET http://registry.npmjs.org/cookie-signature
20572npm http 200 http://registry.npmjs.org/cookie
20573npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20574npm verb headers etag: '"3UTV693OT3MQ8VLEZGR1RIH86"',
20575npm verb headers 'content-type': 'application/json',
20576npm verb headers 'cache-control': 'max-age=300',
20577npm verb headers 'content-length': '21765',
20578npm verb headers 'accept-ranges': 'bytes',
20579npm verb headers date: 'Tue, 29 Dec 2015 19:31:15 GMT',
20580npm verb headers age: '274',
20581npm verb headers 'x-served-by': 'cache-fra1225-FRA',
20582npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20583npm verb headers 'x-cache-hits': '3',
20584npm verb headers 'x-timer': 'S1451417475.844161,VS0,VE0',
20585npm verb headers vary: 'Accept',
20586npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
20587npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20588npm verb headers connection: 'keep-alive' }
20589npm verb get saving cookie to /root/.npm/registry.npmjs.org/cookie/.cache.json
20590npm http 200 http://registry.npmjs.org/cookie-signature
20591npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20592npm verb headers etag: '"8NE2NNIH2V0SABXWGZXHH3U6K"',
20593npm verb headers 'content-type': 'application/json',
20594npm verb headers 'cache-control': 'max-age=60',
20595npm verb headers 'content-length': '9325',
20596npm verb headers 'accept-ranges': 'bytes',
20597npm verb headers date: 'Tue, 29 Dec 2015 19:31:15 GMT',
20598npm verb headers age: '3',
20599npm verb headers 'x-served-by': 'cache-fra1240-FRA',
20600npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20601npm verb headers 'x-cache-hits': '1',
20602npm verb headers 'x-timer': 'S1451417475.845002,VS0,VE0',
20603npm verb headers vary: 'Accept',
20604npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20605npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20606npm verb headers connection: 'keep-alive' }
20607npm verb get saving cookie-signature to /root/.npm/registry.npmjs.org/cookie-signature/.cache.json
20608npm verb cache add spec cookie@0.1.0
20609npm verb addNamed "0.1.0" is a plain semver version for cookie
20610npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
20611npm verb cache add spec cookie-signature@1.0.3
20612npm verb addNamed "1.0.3" is a plain semver version for cookie-signature
20613npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
20614npm verb get http://registry.npmjs.org/cookie not expired, no request
20615npm verb get http://registry.npmjs.org/cookie-signature not expired, no request
20616npm verb addRemoteTarball http://registry.npmjs.org/cookie/-/cookie-0.1.0.tgz not in flight; adding
20617npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie/-/cookie-0.1.0.tgz',
20618npm verb addRemoteTarball '90eb469ddce905c866de687efc43131d8801f9d0' ]
20619npm verb addRemoteTarball http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.3.tgz not in flight; adding
20620npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.3.tgz',
20621npm verb addRemoteTarball '91cd997cc51fb641595738c69cda020328f50ff9' ]
20622npm info retry fetch attempt 1 at 19:31:15
20623npm info attempt registry request try #1 at 19:31:15
20624npm http fetch GET http://registry.npmjs.org/cookie/-/cookie-0.1.0.tgz
20625npm info retry fetch attempt 1 at 19:31:15
20626npm info attempt registry request try #1 at 19:31:15
20627npm http fetch GET http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.3.tgz
20628npm http fetch 200 http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.3.tgz
20629npm http fetch 200 http://registry.npmjs.org/cookie/-/cookie-0.1.0.tgz
20630npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cookie/-/cookie-0.1.0.tgz not in flight; adding
20631npm verb addTmpTarball already have metadata; skipping unpack for cookie@0.1.0
20632npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.3.tgz not in flight; adding
20633npm verb addTmpTarball already have metadata; skipping unpack for cookie-signature@1.0.3
20634npm verb afterAdd /root/.npm/cookie/0.1.0/package/package.json not in flight; writing
20635npm verb afterAdd /root/.npm/cookie-signature/1.0.3/package/package.json not in flight; writing
20636npm verb afterAdd /root/.npm/cookie/0.1.0/package/package.json written
20637npm verb afterAdd /root/.npm/cookie-signature/1.0.3/package/package.json written
20638npm verb request uri http://registry.npmjs.org/co
20639npm verb request no auth needed
20640npm info attempt registry request try #1 at 19:31:15
20641npm http request GET http://registry.npmjs.org/co
20642npm verb request uri http://registry.npmjs.org/xmldom
20643npm verb request no auth needed
20644npm info attempt registry request try #1 at 19:31:15
20645npm http request GET http://registry.npmjs.org/xmldom
20646npm verb request uri http://registry.npmjs.org/xmlhttprequest
20647npm verb request no auth needed
20648npm info attempt registry request try #1 at 19:31:15
20649npm http request GET http://registry.npmjs.org/xmlhttprequest
20650npm http 200 http://registry.npmjs.org/co
20651npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20652npm verb headers etag: '"9FGDSDR76DPG2RCDSYWPI2RU"',
20653npm verb headers 'content-type': 'application/json',
20654npm verb headers 'cache-control': 'max-age=300',
20655npm verb headers 'content-length': '41218',
20656npm verb headers 'accept-ranges': 'bytes',
20657npm verb headers date: 'Tue, 29 Dec 2015 19:31:15 GMT',
20658npm verb headers age: '104',
20659npm verb headers 'x-served-by': 'cache-fra1240-FRA',
20660npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20661npm verb headers 'x-cache-hits': '2',
20662npm verb headers 'x-timer': 'S1451417475.983060,VS0,VE0',
20663npm verb headers vary: 'Accept',
20664npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20665npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20666npm verb headers connection: 'keep-alive' }
20667npm verb get saving co to /root/.npm/registry.npmjs.org/co/.cache.json
20668npm http 200 http://registry.npmjs.org/xmldom
20669npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20670npm verb headers etag: '"8F7H3A4KXY95UIYF0DQTFXQYB"',
20671npm verb headers 'content-type': 'application/json',
20672npm verb headers 'cache-control': 'max-age=300',
20673npm verb headers 'content-length': '34269',
20674npm verb headers 'accept-ranges': 'bytes',
20675npm verb headers date: 'Tue, 29 Dec 2015 19:31:15 GMT',
20676npm verb headers age: '156',
20677npm verb headers 'x-served-by': 'cache-fra1225-FRA',
20678npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20679npm verb headers 'x-cache-hits': '1',
20680npm verb headers 'x-timer': 'S1451417475.982774,VS0,VE1',
20681npm verb headers vary: 'Accept',
20682npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20683npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20684npm verb headers connection: 'keep-alive' }
20685npm verb get saving xmldom to /root/.npm/registry.npmjs.org/xmldom/.cache.json
20686npm verb cache add spec co@^4.6.0
20687npm verb addNamed ">=4.6.0 <5.0.0" is a valid semver range for co
20688npm verb addNameRange registry:http://registry.npmjs.org/co not in flight; fetching
20689npm verb cache add spec xmldom@^0.1.19
20690npm verb addNamed ">=0.1.19 <0.2.0" is a valid semver range for xmldom
20691npm verb addNameRange registry:http://registry.npmjs.org/xmldom not in flight; fetching
20692npm verb get http://registry.npmjs.org/co not expired, no request
20693npm verb addNamed "4.6.0" is a plain semver version for co
20694npm verb get http://registry.npmjs.org/xmldom not expired, no request
20695npm verb addNamed "0.1.19" is a plain semver version for xmldom
20696npm verb addRemoteTarball http://registry.npmjs.org/co/-/co-4.6.0.tgz not in flight; adding
20697npm verb addRemoteTarball [ 'http://registry.npmjs.org/co/-/co-4.6.0.tgz',
20698npm verb addRemoteTarball '6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184' ]
20699npm verb addRemoteTarball http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz not in flight; adding
20700npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz',
20701npm verb addRemoteTarball '631fc07776efd84118bf25171b37ed4d075a0abc' ]
20702npm info retry fetch attempt 1 at 19:31:16
20703npm info attempt registry request try #1 at 19:31:16
20704npm http fetch GET http://registry.npmjs.org/co/-/co-4.6.0.tgz
20705npm info retry fetch attempt 1 at 19:31:16
20706npm info attempt registry request try #1 at 19:31:16
20707npm http fetch GET http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz
20708npm http fetch 200 http://registry.npmjs.org/co/-/co-4.6.0.tgz
20709npm http fetch 200 http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz
20710npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/co/-/co-4.6.0.tgz not in flight; adding
20711npm verb addTmpTarball already have metadata; skipping unpack for co@4.6.0
20712npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz not in flight; adding
20713npm verb addTmpTarball already have metadata; skipping unpack for xmldom@0.1.19
20714npm verb afterAdd /root/.npm/co/4.6.0/package/package.json not in flight; writing
20715npm verb afterAdd /root/.npm/co/4.6.0/package/package.json written
20716npm verb afterAdd /root/.npm/xmldom/0.1.19/package/package.json not in flight; writing
20717npm verb afterAdd /root/.npm/xmldom/0.1.19/package/package.json written
20718npm http 200 http://registry.npmjs.org/xmlhttprequest
20719npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20720npm verb headers etag: '"2LV2DEPL7QCEQLLEXHPAW21UC"',
20721npm verb headers 'content-type': 'application/json',
20722npm verb headers 'cache-control': 'max-age=300',
20723npm verb headers 'content-length': '12362',
20724npm verb headers 'accept-ranges': 'bytes',
20725npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
20726npm verb headers age: '0',
20727npm verb headers 'x-served-by': 'cache-fra1220-FRA',
20728npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20729npm verb headers 'x-cache-hits': '1',
20730npm verb headers 'x-timer': 'S1451417475.986376,VS0,VE185',
20731npm verb headers vary: 'Accept',
20732npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20733npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20734npm verb headers connection: 'keep-alive' }
20735npm verb get saving xmlhttprequest to /root/.npm/registry.npmjs.org/xmlhttprequest/.cache.json
20736npm verb cache add spec xmlhttprequest@^1.7.0
20737npm verb addNamed ">=1.7.0 <2.0.0" is a valid semver range for xmlhttprequest
20738npm verb addNameRange registry:http://registry.npmjs.org/xmlhttprequest not in flight; fetching
20739npm verb get http://registry.npmjs.org/xmlhttprequest not expired, no request
20740npm verb addNamed "1.8.0" is a plain semver version for xmlhttprequest
20741npm verb addRemoteTarball http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz not in flight; adding
20742npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz',
20743npm verb addRemoteTarball '67fe075c5c24fef39f9d65f5f7b7fe75171968fc' ]
20744npm info retry fetch attempt 1 at 19:31:16
20745npm info attempt registry request try #1 at 19:31:16
20746npm http fetch GET http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz
20747npm http fetch 200 http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz
20748npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz not in flight; adding
20749npm verb addTmpTarball already have metadata; skipping unpack for xmlhttprequest@1.8.0
20750npm verb afterAdd /root/.npm/xmlhttprequest/1.8.0/package/package.json not in flight; writing
20751npm verb afterAdd /root/.npm/xmlhttprequest/1.8.0/package/package.json written
20752npm verb cache add spec accepts@1.0.0
20753npm verb cache add spec type-is@1.0.0
20754npm verb cache add spec debug@>= 0.7.3 < 1
20755npm verb addNamed "1.0.0" is a plain semver version for accepts
20756npm verb addNameVersion registry:http://registry.npmjs.org/accepts not in flight; fetching
20757npm verb addNamed "1.0.0" is a plain semver version for type-is
20758npm verb addNameVersion registry:http://registry.npmjs.org/type-is not in flight; fetching
20759npm verb addNamed ">=0.7.3 <1.0.0" is a valid semver range for debug
20760npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
20761npm verb request uri http://registry.npmjs.org/parseurl
20762npm verb request no auth needed
20763npm info attempt registry request try #1 at 19:31:16
20764npm http request GET http://registry.npmjs.org/parseurl
20765npm verb request uri http://registry.npmjs.org/range-parser
20766npm verb request no auth needed
20767npm info attempt registry request try #1 at 19:31:16
20768npm http request GET http://registry.npmjs.org/range-parser
20769npm verb request uri http://registry.npmjs.org/buffer-crc32
20770npm verb request no auth needed
20771npm info attempt registry request try #1 at 19:31:16
20772npm http request GET http://registry.npmjs.org/buffer-crc32
20773npm verb request uri http://registry.npmjs.org/fresh
20774npm verb request no auth needed
20775npm info attempt registry request try #1 at 19:31:16
20776npm http request GET http://registry.npmjs.org/fresh
20777npm verb request uri http://registry.npmjs.org/methods
20778npm verb request no auth needed
20779npm info attempt registry request try #1 at 19:31:16
20780npm http request GET http://registry.npmjs.org/methods
20781npm verb request uri http://registry.npmjs.org/send
20782npm verb request no auth needed
20783npm info attempt registry request try #1 at 19:31:16
20784npm http request GET http://registry.npmjs.org/send
20785npm verb request uri http://registry.npmjs.org/merge-descriptors
20786npm verb request no auth needed
20787npm info attempt registry request try #1 at 19:31:16
20788npm http request GET http://registry.npmjs.org/merge-descriptors
20789npm verb request uri http://registry.npmjs.org/utils-merge
20790npm verb request no auth needed
20791npm info attempt registry request try #1 at 19:31:16
20792npm http request GET http://registry.npmjs.org/utils-merge
20793npm verb request uri http://registry.npmjs.org/escape-html
20794npm verb request no auth needed
20795npm info attempt registry request try #1 at 19:31:16
20796npm http request GET http://registry.npmjs.org/escape-html
20797npm verb request uri http://registry.npmjs.org/serve-static
20798npm verb request no auth needed
20799npm info attempt registry request try #1 at 19:31:16
20800npm http request GET http://registry.npmjs.org/serve-static
20801npm verb request uri http://registry.npmjs.org/path-to-regexp
20802npm verb request no auth needed
20803npm info attempt registry request try #1 at 19:31:16
20804npm http request GET http://registry.npmjs.org/path-to-regexp
20805npm verb get http://registry.npmjs.org/accepts not expired, no request
20806npm verb get http://registry.npmjs.org/type-is not expired, no request
20807npm verb get http://registry.npmjs.org/debug not expired, no request
20808npm verb addNamed "0.8.1" is a plain semver version for debug
20809npm verb addRemoteTarball http://registry.npmjs.org/accepts/-/accepts-1.0.0.tgz not in flight; adding
20810npm verb addRemoteTarball [ 'http://registry.npmjs.org/accepts/-/accepts-1.0.0.tgz',
20811npm verb addRemoteTarball '3604c765586c3b9cf7877b6937cdbd4587f947dc' ]
20812npm verb addRemoteTarball http://registry.npmjs.org/type-is/-/type-is-1.0.0.tgz not in flight; adding
20813npm verb addRemoteTarball [ 'http://registry.npmjs.org/type-is/-/type-is-1.0.0.tgz',
20814npm verb addRemoteTarball '4ff424e97349a1ee1910b4bfc488595ecdc443fc' ]
20815npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-0.8.1.tgz not in flight; adding
20816npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-0.8.1.tgz',
20817npm verb addRemoteTarball '20ff4d26f5e422cb68a1bacbbb61039ad8c1c130' ]
20818npm info retry fetch attempt 1 at 19:31:16
20819npm info attempt registry request try #1 at 19:31:16
20820npm http fetch GET http://registry.npmjs.org/accepts/-/accepts-1.0.0.tgz
20821npm info retry fetch attempt 1 at 19:31:16
20822npm info attempt registry request try #1 at 19:31:16
20823npm http fetch GET http://registry.npmjs.org/type-is/-/type-is-1.0.0.tgz
20824npm info retry fetch attempt 1 at 19:31:16
20825npm info attempt registry request try #1 at 19:31:16
20826npm http fetch GET http://registry.npmjs.org/debug/-/debug-0.8.1.tgz
20827npm http 200 http://registry.npmjs.org/parseurl
20828npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20829npm verb headers etag: '"C38PVP7JXF6E8MRHKL33KKEI6"',
20830npm verb headers 'content-type': 'application/json',
20831npm verb headers 'cache-control': 'max-age=60',
20832npm verb headers 'content-length': '13360',
20833npm verb headers 'accept-ranges': 'bytes',
20834npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
20835npm verb headers age: '4',
20836npm verb headers 'x-served-by': 'cache-fra1220-FRA',
20837npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20838npm verb headers 'x-cache-hits': '2',
20839npm verb headers 'x-timer': 'S1451417476.366247,VS0,VE0',
20840npm verb headers vary: 'Accept',
20841npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
20842npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20843npm verb headers connection: 'keep-alive' }
20844npm verb get saving parseurl to /root/.npm/registry.npmjs.org/parseurl/.cache.json
20845npm http 200 http://registry.npmjs.org/range-parser
20846npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20847npm verb headers etag: '"8WZEBUX4S6QUN4CYHEIWQZ9BB"',
20848npm verb headers 'content-type': 'application/json',
20849npm verb headers 'cache-control': 'max-age=60',
20850npm verb headers 'content-length': '11040',
20851npm verb headers 'accept-ranges': 'bytes',
20852npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
20853npm verb headers age: '36',
20854npm verb headers 'x-served-by': 'cache-fra1225-FRA',
20855npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20856npm verb headers 'x-cache-hits': '1',
20857npm verb headers 'x-timer': 'S1451417476.366237,VS0,VE0',
20858npm verb headers vary: 'Accept',
20859npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20860npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20861npm verb headers connection: 'keep-alive' }
20862npm verb get saving range-parser to /root/.npm/registry.npmjs.org/range-parser/.cache.json
20863npm http 200 http://registry.npmjs.org/escape-html
20864npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20865npm verb headers etag: '"3RUCAG2JGG4DUNM1HT84AH638"',
20866npm verb headers 'content-type': 'application/json',
20867npm verb headers 'cache-control': 'max-age=300',
20868npm verb headers 'content-length': '5508',
20869npm verb headers 'accept-ranges': 'bytes',
20870npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
20871npm verb headers age: '40',
20872npm verb headers 'x-served-by': 'cache-fra1237-FRA',
20873npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20874npm verb headers 'x-cache-hits': '3',
20875npm verb headers 'x-timer': 'S1451417476.368364,VS0,VE0',
20876npm verb headers vary: 'Accept',
20877npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
20878npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20879npm verb headers connection: 'keep-alive' }
20880npm verb get saving escape-html to /root/.npm/registry.npmjs.org/escape-html/.cache.json
20881npm http 200 http://registry.npmjs.org/merge-descriptors
20882npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20883npm verb headers etag: '"77M0MD0SK0BMYKIO15H10LIYR"',
20884npm verb headers 'content-type': 'application/json',
20885npm verb headers 'cache-control': 'max-age=300',
20886npm verb headers 'content-length': '6309',
20887npm verb headers 'accept-ranges': 'bytes',
20888npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
20889npm verb headers age: '235',
20890npm verb headers 'x-served-by': 'cache-fra1241-FRA',
20891npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20892npm verb headers 'x-cache-hits': '3',
20893npm verb headers 'x-timer': 'S1451417476.368569,VS0,VE0',
20894npm verb headers vary: 'Accept',
20895npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
20896npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20897npm verb headers connection: 'keep-alive' }
20898npm verb get saving merge-descriptors to /root/.npm/registry.npmjs.org/merge-descriptors/.cache.json
20899npm http 200 http://registry.npmjs.org/utils-merge
20900npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20901npm verb headers etag: '"2ADZRMWMWURG65J1I1PZGOZ1N"',
20902npm verb headers 'content-type': 'application/json',
20903npm verb headers 'cache-control': 'max-age=60',
20904npm verb headers 'content-length': '2442',
20905npm verb headers 'accept-ranges': 'bytes',
20906npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
20907npm verb headers age: '37',
20908npm verb headers 'x-served-by': 'cache-fra1240-FRA',
20909npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20910npm verb headers 'x-cache-hits': '1',
20911npm verb headers 'x-timer': 'S1451417476.368605,VS0,VE0',
20912npm verb headers vary: 'Accept',
20913npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20914npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20915npm verb headers connection: 'keep-alive' }
20916npm verb get saving utils-merge to /root/.npm/registry.npmjs.org/utils-merge/.cache.json
20917npm http 200 http://registry.npmjs.org/methods
20918npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20919npm verb headers etag: '"DO0SV9ZWBGKHHT6F5AJRGFLTU"',
20920npm verb headers 'content-type': 'application/json',
20921npm verb headers 'cache-control': 'max-age=300',
20922npm verb headers 'content-length': '8120',
20923npm verb headers 'accept-ranges': 'bytes',
20924npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
20925npm verb headers age: '282',
20926npm verb headers 'x-served-by': 'cache-fra1221-FRA',
20927npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20928npm verb headers 'x-cache-hits': '1',
20929npm verb headers 'x-timer': 'S1451417476.368498,VS0,VE0',
20930npm verb headers vary: 'Accept',
20931npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
20932npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20933npm verb headers connection: 'keep-alive' }
20934npm verb get saving methods to /root/.npm/registry.npmjs.org/methods/.cache.json
20935npm http fetch 200 http://registry.npmjs.org/accepts/-/accepts-1.0.0.tgz
20936npm http fetch 200 http://registry.npmjs.org/debug/-/debug-0.8.1.tgz
20937npm http fetch 200 http://registry.npmjs.org/type-is/-/type-is-1.0.0.tgz
20938npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/accepts/-/accepts-1.0.0.tgz not in flight; adding
20939npm verb addTmpTarball already have metadata; skipping unpack for accepts@1.0.0
20940npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/debug/-/debug-0.8.1.tgz not in flight; adding
20941npm verb addTmpTarball already have metadata; skipping unpack for debug@0.8.1
20942npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/type-is/-/type-is-1.0.0.tgz not in flight; adding
20943npm verb addTmpTarball already have metadata; skipping unpack for type-is@1.0.0
20944npm verb cache add spec parseurl@1.0.1
20945npm verb addNamed "1.0.1" is a plain semver version for parseurl
20946npm verb addNameVersion registry:http://registry.npmjs.org/parseurl not in flight; fetching
20947npm verb cache add spec range-parser@1.0.0
20948npm verb addNamed "1.0.0" is a plain semver version for range-parser
20949npm verb addNameVersion registry:http://registry.npmjs.org/range-parser not in flight; fetching
20950npm verb cache add spec escape-html@1.0.1
20951npm verb addNamed "1.0.1" is a plain semver version for escape-html
20952npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
20953npm verb cache add spec merge-descriptors@0.0.2
20954npm verb addNamed "0.0.2" is a plain semver version for merge-descriptors
20955npm verb addNameVersion registry:http://registry.npmjs.org/merge-descriptors not in flight; fetching
20956npm verb cache add spec utils-merge@1.0.0
20957npm verb addNamed "1.0.0" is a plain semver version for utils-merge
20958npm verb addNameVersion registry:http://registry.npmjs.org/utils-merge not in flight; fetching
20959npm verb cache add spec methods@0.1.0
20960npm verb addNamed "0.1.0" is a plain semver version for methods
20961npm verb addNameVersion registry:http://registry.npmjs.org/methods not in flight; fetching
20962npm http 200 http://registry.npmjs.org/path-to-regexp
20963npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20964npm verb headers etag: '"44L0C4D3C0FA42U3300PZE763"',
20965npm verb headers 'content-type': 'application/json',
20966npm verb headers 'cache-control': 'max-age=300',
20967npm verb headers 'content-length': '68276',
20968npm verb headers 'accept-ranges': 'bytes',
20969npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
20970npm verb headers age: '104',
20971npm verb headers 'x-served-by': 'cache-fra1238-FRA',
20972npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20973npm verb headers 'x-cache-hits': '3',
20974npm verb headers 'x-timer': 'S1451417476.368916,VS0,VE0',
20975npm verb headers vary: 'Accept',
20976npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
20977npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20978npm verb headers connection: 'keep-alive' }
20979npm verb get saving path-to-regexp to /root/.npm/registry.npmjs.org/path-to-regexp/.cache.json
20980npm http 200 http://registry.npmjs.org/send
20981npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
20982npm verb headers etag: '"APVO6G21BQNLG10Z1NYC3J8EZ"',
20983npm verb headers 'content-type': 'application/json',
20984npm verb headers 'cache-control': 'max-age=60',
20985npm verb headers 'content-length': '64046',
20986npm verb headers 'accept-ranges': 'bytes',
20987npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
20988npm verb headers age: '44',
20989npm verb headers 'x-served-by': 'cache-fra1234-FRA',
20990npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
20991npm verb headers 'x-cache-hits': '1',
20992npm verb headers 'x-timer': 'S1451417476.368409,VS0,VE0',
20993npm verb headers vary: 'Accept',
20994npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
20995npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
20996npm verb headers connection: 'keep-alive' }
20997npm verb get saving send to /root/.npm/registry.npmjs.org/send/.cache.json
20998npm http 200 http://registry.npmjs.org/serve-static
20999npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21000npm verb headers etag: '"DGUOJ6WTQPFO1MQ4XK90KECIO"',
21001npm verb headers 'content-type': 'application/json',
21002npm verb headers 'cache-control': 'max-age=300',
21003npm verb headers 'content-length': '69453',
21004npm verb headers 'accept-ranges': 'bytes',
21005npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
21006npm verb headers age: '57',
21007npm verb headers 'x-served-by': 'cache-fra1229-FRA',
21008npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21009npm verb headers 'x-cache-hits': '2',
21010npm verb headers 'x-timer': 'S1451417476.368848,VS0,VE0',
21011npm verb headers vary: 'Accept',
21012npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21013npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21014npm verb headers connection: 'keep-alive' }
21015npm verb get saving serve-static to /root/.npm/registry.npmjs.org/serve-static/.cache.json
21016npm http 200 http://registry.npmjs.org/fresh
21017npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21018npm verb headers etag: '"9NHR4LROGERRIX4U2GNV4QVT"',
21019npm verb headers 'content-type': 'application/json',
21020npm verb headers 'cache-control': 'max-age=300',
21021npm verb headers 'content-length': '11311',
21022npm verb headers 'accept-ranges': 'bytes',
21023npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
21024npm verb headers age: '212',
21025npm verb headers 'x-served-by': 'cache-fra1226-FRA',
21026npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21027npm verb headers 'x-cache-hits': '1',
21028npm verb headers 'x-timer': 'S1451417476.368642,VS0,VE0',
21029npm verb headers vary: 'Accept',
21030npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
21031npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21032npm verb headers connection: 'keep-alive' }
21033npm verb get saving fresh to /root/.npm/registry.npmjs.org/fresh/.cache.json
21034npm verb get http://registry.npmjs.org/parseurl not expired, no request
21035npm verb get http://registry.npmjs.org/range-parser not expired, no request
21036npm verb get http://registry.npmjs.org/escape-html not expired, no request
21037npm verb addRemoteTarball http://registry.npmjs.org/parseurl/-/parseurl-1.0.1.tgz not in flight; adding
21038npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseurl/-/parseurl-1.0.1.tgz',
21039npm verb addRemoteTarball '2e57dce6efdd37c3518701030944c22bf388b7b4' ]
21040npm verb get http://registry.npmjs.org/merge-descriptors not expired, no request
21041npm verb addRemoteTarball http://registry.npmjs.org/range-parser/-/range-parser-1.0.0.tgz not in flight; adding
21042npm verb addRemoteTarball [ 'http://registry.npmjs.org/range-parser/-/range-parser-1.0.0.tgz',
21043npm verb addRemoteTarball 'a4b264cfe0be5ce36abe3765ac9c2a248746dbc0' ]
21044npm verb get http://registry.npmjs.org/utils-merge not expired, no request
21045npm verb get http://registry.npmjs.org/methods not expired, no request
21046npm verb addRemoteTarball http://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz not in flight; adding
21047npm verb addRemoteTarball [ 'http://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz',
21048npm verb addRemoteTarball '181a286ead397a39a92857cfb1d43052e356bff0' ]
21049npm verb addRemoteTarball http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz not in flight; adding
21050npm verb addRemoteTarball [ 'http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz',
21051npm verb addRemoteTarball 'c36a52a781437513c57275f39dd9d317514ac8c7' ]
21052npm verb addRemoteTarball http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz not in flight; adding
21053npm verb addRemoteTarball [ 'http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz',
21054npm verb addRemoteTarball '0294fb922bb9375153541c4f7096231f287c8af8' ]
21055npm verb addRemoteTarball http://registry.npmjs.org/methods/-/methods-0.1.0.tgz not in flight; adding
21056npm verb addRemoteTarball [ 'http://registry.npmjs.org/methods/-/methods-0.1.0.tgz',
21057npm verb addRemoteTarball '335d429eefd21b7bacf2e9c922a8d2bd14a30e4f' ]
21058npm verb afterAdd /root/.npm/accepts/1.0.0/package/package.json not in flight; writing
21059npm verb afterAdd /root/.npm/debug/0.8.1/package/package.json not in flight; writing
21060npm verb afterAdd /root/.npm/type-is/1.0.0/package/package.json not in flight; writing
21061npm info retry fetch attempt 1 at 19:31:16
21062npm info attempt registry request try #1 at 19:31:16
21063npm http fetch GET http://registry.npmjs.org/parseurl/-/parseurl-1.0.1.tgz
21064npm info retry fetch attempt 1 at 19:31:16
21065npm info attempt registry request try #1 at 19:31:16
21066npm http fetch GET http://registry.npmjs.org/range-parser/-/range-parser-1.0.0.tgz
21067npm info retry fetch attempt 1 at 19:31:16
21068npm info attempt registry request try #1 at 19:31:16
21069npm http fetch GET http://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz
21070npm info retry fetch attempt 1 at 19:31:16
21071npm info attempt registry request try #1 at 19:31:16
21072npm http fetch GET http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz
21073npm info retry fetch attempt 1 at 19:31:16
21074npm info attempt registry request try #1 at 19:31:16
21075npm http fetch GET http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz
21076npm info retry fetch attempt 1 at 19:31:16
21077npm info attempt registry request try #1 at 19:31:16
21078npm http fetch GET http://registry.npmjs.org/methods/-/methods-0.1.0.tgz
21079npm verb cache add spec path-to-regexp@0.1.2
21080npm verb addNamed "0.1.2" is a plain semver version for path-to-regexp
21081npm verb addNameVersion registry:http://registry.npmjs.org/path-to-regexp not in flight; fetching
21082npm verb cache add spec send@0.2.0
21083npm verb addNamed "0.2.0" is a plain semver version for send
21084npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
21085npm verb cache add spec fresh@0.2.2
21086npm verb addNamed "0.2.2" is a plain semver version for fresh
21087npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
21088npm verb afterAdd /root/.npm/accepts/1.0.0/package/package.json written
21089npm verb cache add spec serve-static@1.0.1
21090npm verb addNamed "1.0.1" is a plain semver version for serve-static
21091npm verb addNameVersion registry:http://registry.npmjs.org/serve-static not in flight; fetching
21092npm verb afterAdd /root/.npm/debug/0.8.1/package/package.json written
21093npm verb afterAdd /root/.npm/type-is/1.0.0/package/package.json written
21094npm http fetch 200 http://registry.npmjs.org/range-parser/-/range-parser-1.0.0.tgz
21095npm http fetch 200 http://registry.npmjs.org/parseurl/-/parseurl-1.0.1.tgz
21096npm http 200 http://registry.npmjs.org/buffer-crc32
21097npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21098npm verb headers etag: '"CR10R1H9CLVA9L87RE1JJV0SA"',
21099npm verb headers 'content-type': 'application/json',
21100npm verb headers 'cache-control': 'max-age=60',
21101npm verb headers 'content-length': '9867',
21102npm verb headers 'accept-ranges': 'bytes',
21103npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
21104npm verb headers age: '0',
21105npm verb headers 'x-served-by': 'cache-fra1248-FRA',
21106npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21107npm verb headers 'x-cache-hits': '1',
21108npm verb headers 'x-timer': 'S1451417476.366764,VS0,VE168',
21109npm verb headers vary: 'Accept',
21110npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21111npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21112npm verb headers connection: 'keep-alive' }
21113npm verb get saving buffer-crc32 to /root/.npm/registry.npmjs.org/buffer-crc32/.cache.json
21114npm http fetch 200 http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz
21115npm http fetch 200 http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz
21116npm http fetch 200 http://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz
21117npm http fetch 200 http://registry.npmjs.org/methods/-/methods-0.1.0.tgz
21118npm verb get http://registry.npmjs.org/path-to-regexp not expired, no request
21119npm verb get http://registry.npmjs.org/send not expired, no request
21120npm verb get http://registry.npmjs.org/fresh not expired, no request
21121npm verb get http://registry.npmjs.org/serve-static not expired, no request
21122npm verb addRemoteTarball http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.2.tgz not in flight; adding
21123npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.2.tgz',
21124npm verb addRemoteTarball '9b2b151f9cc3018c9eea50ca95729e05781712b4' ]
21125npm verb addRemoteTarball http://registry.npmjs.org/send/-/send-0.2.0.tgz not in flight; adding
21126npm verb addRemoteTarball [ 'http://registry.npmjs.org/send/-/send-0.2.0.tgz',
21127npm verb addRemoteTarball '067abf45cff8bffb29cbdb7439725b32388a2c58' ]
21128npm verb addRemoteTarball http://registry.npmjs.org/fresh/-/fresh-0.2.2.tgz not in flight; adding
21129npm verb addRemoteTarball [ 'http://registry.npmjs.org/fresh/-/fresh-0.2.2.tgz',
21130npm verb addRemoteTarball '9731dcf5678c7faeb44fb903c4f72df55187fa77' ]
21131npm verb addRemoteTarball http://registry.npmjs.org/serve-static/-/serve-static-1.0.1.tgz not in flight; adding
21132npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-static/-/serve-static-1.0.1.tgz',
21133npm verb addRemoteTarball '10dcbfd44b3e0291a131fc9ab4ab25a9f5a78a42' ]
21134npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/parseurl/-/parseurl-1.0.1.tgz not in flight; adding
21135npm verb addTmpTarball already have metadata; skipping unpack for parseurl@1.0.1
21136npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/range-parser/-/range-parser-1.0.0.tgz not in flight; adding
21137npm verb addTmpTarball already have metadata; skipping unpack for range-parser@1.0.0
21138npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz not in flight; adding
21139npm verb addTmpTarball already have metadata; skipping unpack for utils-merge@1.0.0
21140npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz not in flight; adding
21141npm verb addTmpTarball already have metadata; skipping unpack for merge-descriptors@0.0.2
21142npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz not in flight; adding
21143npm verb addTmpTarball already have metadata; skipping unpack for escape-html@1.0.1
21144npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/methods/-/methods-0.1.0.tgz not in flight; adding
21145npm verb addTmpTarball already have metadata; skipping unpack for methods@0.1.0
21146npm info retry fetch attempt 1 at 19:31:16
21147npm info attempt registry request try #1 at 19:31:16
21148npm http fetch GET http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.2.tgz
21149npm info retry fetch attempt 1 at 19:31:16
21150npm info attempt registry request try #1 at 19:31:16
21151npm http fetch GET http://registry.npmjs.org/fresh/-/fresh-0.2.2.tgz
21152npm info retry fetch attempt 1 at 19:31:16
21153npm info attempt registry request try #1 at 19:31:16
21154npm http fetch GET http://registry.npmjs.org/send/-/send-0.2.0.tgz
21155npm info retry fetch attempt 1 at 19:31:16
21156npm info attempt registry request try #1 at 19:31:16
21157npm http fetch GET http://registry.npmjs.org/serve-static/-/serve-static-1.0.1.tgz
21158npm verb cache add spec buffer-crc32@0.2.1
21159npm verb addNamed "0.2.1" is a plain semver version for buffer-crc32
21160npm verb addNameVersion registry:http://registry.npmjs.org/buffer-crc32 not in flight; fetching
21161npm verb get http://registry.npmjs.org/buffer-crc32 not expired, no request
21162npm verb addRemoteTarball http://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz not in flight; adding
21163npm verb addRemoteTarball [ 'http://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz',
21164npm verb addRemoteTarball 'be3e5382fc02b6d6324956ac1af98aa98b08534c' ]
21165npm verb afterAdd /root/.npm/parseurl/1.0.1/package/package.json not in flight; writing
21166npm verb afterAdd /root/.npm/range-parser/1.0.0/package/package.json not in flight; writing
21167npm verb afterAdd /root/.npm/utils-merge/1.0.0/package/package.json not in flight; writing
21168npm http fetch 200 http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.2.tgz
21169npm verb afterAdd /root/.npm/merge-descriptors/0.0.2/package/package.json not in flight; writing
21170npm verb afterAdd /root/.npm/methods/0.1.0/package/package.json not in flight; writing
21171npm verb afterAdd /root/.npm/escape-html/1.0.1/package/package.json not in flight; writing
21172npm info retry fetch attempt 1 at 19:31:16
21173npm info attempt registry request try #1 at 19:31:16
21174npm http fetch GET http://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz
21175npm http fetch 200 http://registry.npmjs.org/send/-/send-0.2.0.tgz
21176npm http fetch 200 http://registry.npmjs.org/fresh/-/fresh-0.2.2.tgz
21177npm http fetch 200 http://registry.npmjs.org/serve-static/-/serve-static-1.0.1.tgz
21178npm verb afterAdd /root/.npm/parseurl/1.0.1/package/package.json written
21179npm verb afterAdd /root/.npm/range-parser/1.0.0/package/package.json written
21180npm verb afterAdd /root/.npm/utils-merge/1.0.0/package/package.json written
21181npm verb afterAdd /root/.npm/merge-descriptors/0.0.2/package/package.json written
21182npm verb afterAdd /root/.npm/methods/0.1.0/package/package.json written
21183npm verb afterAdd /root/.npm/escape-html/1.0.1/package/package.json written
21184npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.2.tgz not in flight; adding
21185npm verb addTmpTarball already have metadata; skipping unpack for path-to-regexp@0.1.2
21186npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/send/-/send-0.2.0.tgz not in flight; adding
21187npm verb addTmpTarball already have metadata; skipping unpack for send@0.2.0
21188npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/fresh/-/fresh-0.2.2.tgz not in flight; adding
21189npm verb addTmpTarball already have metadata; skipping unpack for fresh@0.2.2
21190npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/serve-static/-/serve-static-1.0.1.tgz not in flight; adding
21191npm verb addTmpTarball already have metadata; skipping unpack for serve-static@1.0.1
21192npm http fetch 200 http://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz
21193npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz not in flight; adding
21194npm verb addTmpTarball already have metadata; skipping unpack for buffer-crc32@0.2.1
21195npm verb afterAdd /root/.npm/path-to-regexp/0.1.2/package/package.json not in flight; writing
21196npm verb afterAdd /root/.npm/send/0.2.0/package/package.json not in flight; writing
21197npm verb afterAdd /root/.npm/fresh/0.2.2/package/package.json not in flight; writing
21198npm verb afterAdd /root/.npm/serve-static/1.0.1/package/package.json not in flight; writing
21199npm verb afterAdd /root/.npm/path-to-regexp/0.1.2/package/package.json written
21200npm verb afterAdd /root/.npm/send/0.2.0/package/package.json written
21201npm verb afterAdd /root/.npm/fresh/0.2.2/package/package.json written
21202npm verb afterAdd /root/.npm/serve-static/1.0.1/package/package.json written
21203npm verb afterAdd /root/.npm/buffer-crc32/0.2.1/package/package.json not in flight; writing
21204npm verb afterAdd /root/.npm/buffer-crc32/0.2.1/package/package.json written
21205npm verb cache add spec negotiator@~0.3.0
21206npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for negotiator
21207npm verb addNameRange registry:http://registry.npmjs.org/negotiator not in flight; fetching
21208npm verb request uri http://registry.npmjs.org/mime
21209npm verb request no auth needed
21210npm info attempt registry request try #1 at 19:31:16
21211npm http request GET http://registry.npmjs.org/mime
21212npm verb get http://registry.npmjs.org/negotiator not expired, no request
21213npm verb addNamed "0.3.0" is a plain semver version for negotiator
21214npm verb addRemoteTarball http://registry.npmjs.org/negotiator/-/negotiator-0.3.0.tgz not in flight; adding
21215npm verb addRemoteTarball [ 'http://registry.npmjs.org/negotiator/-/negotiator-0.3.0.tgz',
21216npm verb addRemoteTarball '706d692efeddf574d57ea9fb1ab89a4fa7ee8f60' ]
21217npm info retry fetch attempt 1 at 19:31:16
21218npm info attempt registry request try #1 at 19:31:16
21219npm http fetch GET http://registry.npmjs.org/negotiator/-/negotiator-0.3.0.tgz
21220npm http 200 http://registry.npmjs.org/mime
21221npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21222npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
21223npm verb headers 'content-type': 'application/json',
21224npm verb headers 'cache-control': 'max-age=60',
21225npm verb headers 'content-length': '20148',
21226npm verb headers 'accept-ranges': 'bytes',
21227npm verb headers date: 'Tue, 29 Dec 2015 19:31:16 GMT',
21228npm verb headers age: '59',
21229npm verb headers 'x-served-by': 'cache-fra1248-FRA',
21230npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21231npm verb headers 'x-cache-hits': '1',
21232npm verb headers 'x-timer': 'S1451417476.725878,VS0,VE0',
21233npm verb headers vary: 'Accept',
21234npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21235npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21236npm verb headers connection: 'keep-alive' }
21237npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
21238npm http fetch 200 http://registry.npmjs.org/negotiator/-/negotiator-0.3.0.tgz
21239npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/negotiator/-/negotiator-0.3.0.tgz not in flight; adding
21240npm verb addTmpTarball already have metadata; skipping unpack for negotiator@0.3.0
21241npm verb cache add spec mime@~1.2.11
21242npm verb addNamed ">=1.2.11 <1.3.0" is a valid semver range for mime
21243npm verb addNameRange registry:http://registry.npmjs.org/mime not in flight; fetching
21244npm verb get http://registry.npmjs.org/mime not expired, no request
21245npm verb addNamed "1.2.11" is a plain semver version for mime
21246npm verb addRemoteTarball http://registry.npmjs.org/mime/-/mime-1.2.11.tgz not in flight; adding
21247npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime/-/mime-1.2.11.tgz',
21248npm verb addRemoteTarball '58203eed86e3a5ef17aed2b7d9ebd47f0a60dd10' ]
21249npm verb afterAdd /root/.npm/negotiator/0.3.0/package/package.json not in flight; writing
21250npm info retry fetch attempt 1 at 19:31:16
21251npm info attempt registry request try #1 at 19:31:16
21252npm http fetch GET http://registry.npmjs.org/mime/-/mime-1.2.11.tgz
21253npm verb afterAdd /root/.npm/negotiator/0.3.0/package/package.json written
21254npm http fetch 200 http://registry.npmjs.org/mime/-/mime-1.2.11.tgz
21255npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mime/-/mime-1.2.11.tgz not in flight; adding
21256npm verb addTmpTarball already have metadata; skipping unpack for mime@1.2.11
21257npm verb afterAdd /root/.npm/mime/1.2.11/package/package.json not in flight; writing
21258npm verb afterAdd /root/.npm/mime/1.2.11/package/package.json written
21259npm verb cache add spec send@0.1.4
21260npm verb addNamed "0.1.4" is a plain semver version for send
21261npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
21262npm verb get http://registry.npmjs.org/send not expired, no request
21263npm verb addRemoteTarball http://registry.npmjs.org/send/-/send-0.1.4.tgz not in flight; adding
21264npm verb addRemoteTarball [ 'http://registry.npmjs.org/send/-/send-0.1.4.tgz',
21265npm verb addRemoteTarball 'be70d8d1be01de61821af13780b50345a4f71abd' ]
21266npm info retry fetch attempt 1 at 19:31:16
21267npm info attempt registry request try #1 at 19:31:16
21268npm http fetch GET http://registry.npmjs.org/send/-/send-0.1.4.tgz
21269npm http fetch 200 http://registry.npmjs.org/send/-/send-0.1.4.tgz
21270npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/send/-/send-0.1.4.tgz not in flight; adding
21271npm verb addTmpTarball already have metadata; skipping unpack for send@0.1.4
21272npm verb afterAdd /root/.npm/send/0.1.4/package/package.json not in flight; writing
21273npm verb afterAdd /root/.npm/send/0.1.4/package/package.json written
21274npm verb cache add spec fresh@0.2.0
21275npm verb cache add spec range-parser@0.0.4
21276npm verb addNamed "0.2.0" is a plain semver version for fresh
21277npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
21278npm verb addNamed "0.0.4" is a plain semver version for range-parser
21279npm verb addNameVersion registry:http://registry.npmjs.org/range-parser not in flight; fetching
21280npm verb get http://registry.npmjs.org/fresh not expired, no request
21281npm verb get http://registry.npmjs.org/range-parser not expired, no request
21282npm verb addRemoteTarball http://registry.npmjs.org/fresh/-/fresh-0.2.0.tgz not in flight; adding
21283npm verb addRemoteTarball [ 'http://registry.npmjs.org/fresh/-/fresh-0.2.0.tgz',
21284npm verb addRemoteTarball 'bfd9402cf3df12c4a4c310c79f99a3dde13d34a7' ]
21285npm verb addRemoteTarball http://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz not in flight; adding
21286npm verb addRemoteTarball [ 'http://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz',
21287npm verb addRemoteTarball 'c0427ffef51c10acba0782a46c9602e744ff620b' ]
21288npm info retry fetch attempt 1 at 19:31:16
21289npm info attempt registry request try #1 at 19:31:16
21290npm http fetch GET http://registry.npmjs.org/fresh/-/fresh-0.2.0.tgz
21291npm info retry fetch attempt 1 at 19:31:16
21292npm info attempt registry request try #1 at 19:31:16
21293npm http fetch GET http://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz
21294npm http fetch 200 http://registry.npmjs.org/fresh/-/fresh-0.2.0.tgz
21295npm http fetch 200 http://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz
21296npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/fresh/-/fresh-0.2.0.tgz not in flight; adding
21297npm verb addTmpTarball already have metadata; skipping unpack for fresh@0.2.0
21298npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz not in flight; adding
21299npm verb addTmpTarball already have metadata; skipping unpack for range-parser@0.0.4
21300npm verb afterAdd /root/.npm/fresh/0.2.0/package/package.json not in flight; writing
21301npm verb afterAdd /root/.npm/range-parser/0.0.4/package/package.json not in flight; writing
21302npm verb afterAdd /root/.npm/fresh/0.2.0/package/package.json written
21303npm verb afterAdd /root/.npm/range-parser/0.0.4/package/package.json written
21304npm verb cache add spec async@^0.9.0
21305npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
21306npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
21307npm verb request uri http://registry.npmjs.org/express-unless
21308npm verb request no auth needed
21309npm info attempt registry request try #1 at 19:31:16
21310npm http request GET http://registry.npmjs.org/express-unless
21311npm verb get http://registry.npmjs.org/async not expired, no request
21312npm verb addNamed "0.9.2" is a plain semver version for async
21313npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.9.2.tgz not in flight; adding
21314npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.9.2.tgz',
21315npm verb addRemoteTarball 'aea74d5e61c1f899613bf64bda66d4c78f2fd17d' ]
21316npm info retry fetch attempt 1 at 19:31:17
21317npm info attempt registry request try #1 at 19:31:17
21318npm http fetch GET http://registry.npmjs.org/async/-/async-0.9.2.tgz
21319npm http fetch 200 http://registry.npmjs.org/async/-/async-0.9.2.tgz
21320npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/async/-/async-0.9.2.tgz not in flight; adding
21321npm verb addTmpTarball already have metadata; skipping unpack for async@0.9.2
21322npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
21323npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
21324npm http 200 http://registry.npmjs.org/express-unless
21325npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21326npm verb headers etag: '"5TACYVXDZ19HWL2OPH5BJQRFQ"',
21327npm verb headers 'content-type': 'application/json',
21328npm verb headers 'cache-control': 'max-age=300',
21329npm verb headers 'content-length': '7356',
21330npm verb headers 'accept-ranges': 'bytes',
21331npm verb headers date: 'Tue, 29 Dec 2015 19:31:17 GMT',
21332npm verb headers age: '0',
21333npm verb headers 'x-served-by': 'cache-fra1248-FRA',
21334npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21335npm verb headers 'x-cache-hits': '1',
21336npm verb headers 'x-timer': 'S1451417476.995477,VS0,VE529',
21337npm verb headers vary: 'Accept',
21338npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21339npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21340npm verb headers connection: 'keep-alive' }
21341npm verb get saving express-unless to /root/.npm/registry.npmjs.org/express-unless/.cache.json
21342npm verb cache add spec express-unless@^0.3.0
21343npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for express-unless
21344npm verb addNameRange registry:http://registry.npmjs.org/express-unless not in flight; fetching
21345npm verb get http://registry.npmjs.org/express-unless not expired, no request
21346npm verb addNamed "0.3.0" is a plain semver version for express-unless
21347npm verb addRemoteTarball http://registry.npmjs.org/express-unless/-/express-unless-0.3.0.tgz not in flight; adding
21348npm verb addRemoteTarball [ 'http://registry.npmjs.org/express-unless/-/express-unless-0.3.0.tgz',
21349npm verb addRemoteTarball '5c795e7392571512dd28f520b3857a52b21261a2' ]
21350npm info retry fetch attempt 1 at 19:31:17
21351npm info attempt registry request try #1 at 19:31:17
21352npm http fetch GET http://registry.npmjs.org/express-unless/-/express-unless-0.3.0.tgz
21353npm http fetch 200 http://registry.npmjs.org/express-unless/-/express-unless-0.3.0.tgz
21354npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/express-unless/-/express-unless-0.3.0.tgz not in flight; adding
21355npm verb addTmpTarball already have metadata; skipping unpack for express-unless@0.3.0
21356npm verb afterAdd /root/.npm/express-unless/0.3.0/package/package.json not in flight; writing
21357npm verb afterAdd /root/.npm/express-unless/0.3.0/package/package.json written
21358npm verb cache add spec ms@^0.7.1
21359npm verb addNamed ">=0.7.1 <0.8.0" is a valid semver range for ms
21360npm verb addNameRange registry:http://registry.npmjs.org/ms not in flight; fetching
21361npm verb request uri http://registry.npmjs.org/jws
21362npm verb request no auth needed
21363npm info attempt registry request try #1 at 19:31:17
21364npm http request GET http://registry.npmjs.org/jws
21365npm verb get http://registry.npmjs.org/ms not expired, no request
21366npm verb addNamed "0.7.1" is a plain semver version for ms
21367npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.7.1.tgz not in flight; adding
21368npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.7.1.tgz',
21369npm verb addRemoteTarball '9cd13c03adbff25b65effde7ce864ee952017098' ]
21370npm info retry fetch attempt 1 at 19:31:17
21371npm info attempt registry request try #1 at 19:31:17
21372npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.7.1.tgz
21373npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.7.1.tgz
21374npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ms/-/ms-0.7.1.tgz not in flight; adding
21375npm verb addTmpTarball already have metadata; skipping unpack for ms@0.7.1
21376npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
21377npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
21378npm http 200 http://registry.npmjs.org/jws
21379npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21380npm verb headers etag: '"CSP2VFA4VX211BCMP0QTUHKCC"',
21381npm verb headers 'content-type': 'application/json',
21382npm verb headers 'cache-control': 'max-age=300',
21383npm verb headers 'content-length': '22090',
21384npm verb headers 'accept-ranges': 'bytes',
21385npm verb headers date: 'Tue, 29 Dec 2015 19:31:17 GMT',
21386npm verb headers age: '265',
21387npm verb headers 'x-served-by': 'cache-fra1248-FRA',
21388npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21389npm verb headers 'x-cache-hits': '1',
21390npm verb headers 'x-timer': 'S1451417477.607033,VS0,VE0',
21391npm verb headers vary: 'Accept',
21392npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21393npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21394npm verb headers connection: 'keep-alive' }
21395npm verb get saving jws to /root/.npm/registry.npmjs.org/jws/.cache.json
21396npm verb cache add spec jws@^3.0.0
21397npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for jws
21398npm verb addNameRange registry:http://registry.npmjs.org/jws not in flight; fetching
21399npm verb get http://registry.npmjs.org/jws not expired, no request
21400npm verb addNamed "3.1.0" is a plain semver version for jws
21401npm verb addRemoteTarball http://registry.npmjs.org/jws/-/jws-3.1.0.tgz not in flight; adding
21402npm verb addRemoteTarball [ 'http://registry.npmjs.org/jws/-/jws-3.1.0.tgz',
21403npm verb addRemoteTarball '885a89127d24119a2a93f234ddd492337a7c85a0' ]
21404npm info retry fetch attempt 1 at 19:31:17
21405npm info attempt registry request try #1 at 19:31:17
21406npm http fetch GET http://registry.npmjs.org/jws/-/jws-3.1.0.tgz
21407npm http fetch 200 http://registry.npmjs.org/jws/-/jws-3.1.0.tgz
21408npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jws/-/jws-3.1.0.tgz not in flight; adding
21409npm verb addTmpTarball already have metadata; skipping unpack for jws@3.1.0
21410npm verb afterAdd /root/.npm/jws/3.1.0/package/package.json not in flight; writing
21411npm verb afterAdd /root/.npm/jws/3.1.0/package/package.json written
21412npm verb request uri http://registry.npmjs.org/base64url
21413npm verb request no auth needed
21414npm info attempt registry request try #1 at 19:31:17
21415npm http request GET http://registry.npmjs.org/base64url
21416npm verb request uri http://registry.npmjs.org/jwa
21417npm verb request no auth needed
21418npm info attempt registry request try #1 at 19:31:17
21419npm http request GET http://registry.npmjs.org/jwa
21420npm http 200 http://registry.npmjs.org/base64url
21421npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21422npm verb headers etag: '"9BHA9AMWYG6T2OT7CKHBPDP2B"',
21423npm verb headers 'content-type': 'application/json',
21424npm verb headers 'cache-control': 'max-age=300',
21425npm verb headers 'content-length': '15479',
21426npm verb headers 'accept-ranges': 'bytes',
21427npm verb headers date: 'Tue, 29 Dec 2015 19:31:17 GMT',
21428npm verb headers age: '262',
21429npm verb headers 'x-served-by': 'cache-fra1248-FRA',
21430npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21431npm verb headers 'x-cache-hits': '1',
21432npm verb headers 'x-timer': 'S1451417477.706286,VS0,VE0',
21433npm verb headers vary: 'Accept',
21434npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21435npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21436npm verb headers connection: 'keep-alive' }
21437npm verb get saving base64url to /root/.npm/registry.npmjs.org/base64url/.cache.json
21438npm http 200 http://registry.npmjs.org/jwa
21439npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21440npm verb headers etag: '"DESOO7OOCU5DJUTL3FTYSBC4"',
21441npm verb headers 'content-type': 'application/json',
21442npm verb headers 'cache-control': 'max-age=300',
21443npm verb headers 'content-length': '15816',
21444npm verb headers 'accept-ranges': 'bytes',
21445npm verb headers date: 'Tue, 29 Dec 2015 19:31:17 GMT',
21446npm verb headers age: '179',
21447npm verb headers 'x-served-by': 'cache-fra1238-FRA',
21448npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21449npm verb headers 'x-cache-hits': '1',
21450npm verb headers 'x-timer': 'S1451417477.706359,VS0,VE0',
21451npm verb headers vary: 'Accept',
21452npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21453npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21454npm verb headers connection: 'keep-alive' }
21455npm verb get saving jwa to /root/.npm/registry.npmjs.org/jwa/.cache.json
21456npm verb cache add spec base64url@~1.0.4
21457npm verb addNamed ">=1.0.4 <1.1.0" is a valid semver range for base64url
21458npm verb addNameRange registry:http://registry.npmjs.org/base64url not in flight; fetching
21459npm verb cache add spec jwa@^1.1.0
21460npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for jwa
21461npm verb addNameRange registry:http://registry.npmjs.org/jwa not in flight; fetching
21462npm verb get http://registry.npmjs.org/base64url not expired, no request
21463npm verb addNamed "1.0.5" is a plain semver version for base64url
21464npm verb get http://registry.npmjs.org/jwa not expired, no request
21465npm verb addNamed "1.1.1" is a plain semver version for jwa
21466npm verb addRemoteTarball http://registry.npmjs.org/base64url/-/base64url-1.0.5.tgz not in flight; adding
21467npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64url/-/base64url-1.0.5.tgz',
21468npm verb addRemoteTarball 'c54bcb4f9a2b7da422bca549e71c1640b533b825' ]
21469npm verb addRemoteTarball http://registry.npmjs.org/jwa/-/jwa-1.1.1.tgz not in flight; adding
21470npm verb addRemoteTarball [ 'http://registry.npmjs.org/jwa/-/jwa-1.1.1.tgz',
21471npm verb addRemoteTarball 'b83c05279f0707f55ca5387b7b3f23da9f80195f' ]
21472npm info retry fetch attempt 1 at 19:31:17
21473npm info attempt registry request try #1 at 19:31:17
21474npm http fetch GET http://registry.npmjs.org/base64url/-/base64url-1.0.5.tgz
21475npm info retry fetch attempt 1 at 19:31:17
21476npm info attempt registry request try #1 at 19:31:17
21477npm http fetch GET http://registry.npmjs.org/jwa/-/jwa-1.1.1.tgz
21478npm http fetch 200 http://registry.npmjs.org/base64url/-/base64url-1.0.5.tgz
21479npm http fetch 200 http://registry.npmjs.org/jwa/-/jwa-1.1.1.tgz
21480npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jwa/-/jwa-1.1.1.tgz not in flight; adding
21481npm verb addTmpTarball already have metadata; skipping unpack for jwa@1.1.1
21482npm verb afterAdd /root/.npm/jwa/1.1.1/package/package.json not in flight; writing
21483npm verb afterAdd /root/.npm/jwa/1.1.1/package/package.json written
21484npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/base64url/-/base64url-1.0.5.tgz not in flight; adding
21485npm verb addTmpTarball already have metadata; skipping unpack for base64url@1.0.5
21486npm verb afterAdd /root/.npm/base64url/1.0.5/package/package.json not in flight; writing
21487npm verb afterAdd /root/.npm/base64url/1.0.5/package/package.json written
21488npm verb request uri http://registry.npmjs.org/concat-stream
21489npm verb request no auth needed
21490npm info attempt registry request try #1 at 19:31:17
21491npm http request GET http://registry.npmjs.org/concat-stream
21492npm verb request uri http://registry.npmjs.org/meow
21493npm verb request no auth needed
21494npm info attempt registry request try #1 at 19:31:17
21495npm http request GET http://registry.npmjs.org/meow
21496npm http 200 http://registry.npmjs.org/meow
21497npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21498npm verb headers etag: '"147MBBL3G2D0ITO8DKU0OL5KJ"',
21499npm verb headers 'content-type': 'application/json',
21500npm verb headers 'cache-control': 'max-age=300',
21501npm verb headers 'content-length': '18674',
21502npm verb headers 'accept-ranges': 'bytes',
21503npm verb headers date: 'Tue, 29 Dec 2015 19:31:17 GMT',
21504npm verb headers age: '60',
21505npm verb headers 'x-served-by': 'cache-fra1248-FRA',
21506npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21507npm verb headers 'x-cache-hits': '1370',
21508npm verb headers 'x-timer': 'S1451417477.866009,VS0,VE0',
21509npm verb headers vary: 'Accept',
21510npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21511npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21512npm verb headers connection: 'keep-alive' }
21513npm verb get saving meow to /root/.npm/registry.npmjs.org/meow/.cache.json
21514npm verb cache add spec meow@~2.0.0
21515npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for meow
21516npm verb addNameRange registry:http://registry.npmjs.org/meow not in flight; fetching
21517npm verb get http://registry.npmjs.org/meow not expired, no request
21518npm verb addNamed "2.0.0" is a plain semver version for meow
21519npm verb addRemoteTarball http://registry.npmjs.org/meow/-/meow-2.0.0.tgz not in flight; adding
21520npm verb addRemoteTarball [ 'http://registry.npmjs.org/meow/-/meow-2.0.0.tgz',
21521npm verb addRemoteTarball '8f530a8ecf5d40d3f4b4df93c3472900fba2a8f1' ]
21522npm info retry fetch attempt 1 at 19:31:17
21523npm info attempt registry request try #1 at 19:31:17
21524npm http fetch GET http://registry.npmjs.org/meow/-/meow-2.0.0.tgz
21525npm http 200 http://registry.npmjs.org/concat-stream
21526npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21527npm verb headers etag: '"BIB5EWCL6TFYI3CBLV6VQ5PHA"',
21528npm verb headers 'content-type': 'application/json',
21529npm verb headers 'cache-control': 'max-age=300',
21530npm verb headers 'content-length': '39409',
21531npm verb headers 'accept-ranges': 'bytes',
21532npm verb headers date: 'Tue, 29 Dec 2015 19:31:17 GMT',
21533npm verb headers age: '28',
21534npm verb headers 'x-served-by': 'cache-fra1238-FRA',
21535npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21536npm verb headers 'x-cache-hits': '2',
21537npm verb headers 'x-timer': 'S1451417477.866107,VS0,VE0',
21538npm verb headers vary: 'Accept',
21539npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21540npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21541npm verb headers connection: 'keep-alive' }
21542npm verb get saving concat-stream to /root/.npm/registry.npmjs.org/concat-stream/.cache.json
21543npm verb cache add spec concat-stream@~1.4.7
21544npm verb addNamed ">=1.4.7 <1.5.0" is a valid semver range for concat-stream
21545npm verb addNameRange registry:http://registry.npmjs.org/concat-stream not in flight; fetching
21546npm http fetch 200 http://registry.npmjs.org/meow/-/meow-2.0.0.tgz
21547npm verb get http://registry.npmjs.org/concat-stream not expired, no request
21548npm verb addNamed "1.4.10" is a plain semver version for concat-stream
21549npm verb addRemoteTarball http://registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz not in flight; adding
21550npm verb addRemoteTarball [ 'http://registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz',
21551npm verb addRemoteTarball 'acc3bbf5602cb8cc980c6ac840fa7d8603e3ef36' ]
21552npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/meow/-/meow-2.0.0.tgz not in flight; adding
21553npm verb addTmpTarball already have metadata; skipping unpack for meow@2.0.0
21554npm info retry fetch attempt 1 at 19:31:17
21555npm info attempt registry request try #1 at 19:31:17
21556npm http fetch GET http://registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz
21557npm verb afterAdd /root/.npm/meow/2.0.0/package/package.json not in flight; writing
21558npm verb afterAdd /root/.npm/meow/2.0.0/package/package.json written
21559npm http fetch 200 http://registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz
21560npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz not in flight; adding
21561npm verb addTmpTarball already have metadata; skipping unpack for concat-stream@1.4.10
21562npm verb afterAdd /root/.npm/concat-stream/1.4.10/package/package.json not in flight; writing
21563npm verb afterAdd /root/.npm/concat-stream/1.4.10/package/package.json written
21564npm verb cache add spec readable-stream@~1.1.9
21565npm verb addNamed ">=1.1.9 <1.2.0" is a valid semver range for readable-stream
21566npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
21567npm verb request uri http://registry.npmjs.org/typedarray
21568npm verb request no auth needed
21569npm info attempt registry request try #1 at 19:31:18
21570npm http request GET http://registry.npmjs.org/typedarray
21571npm verb get http://registry.npmjs.org/readable-stream not expired, no request
21572npm verb addNamed "1.1.13" is a plain semver version for readable-stream
21573npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz not in flight; adding
21574npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz',
21575npm verb addRemoteTarball 'f6eef764f514c89e2b9e23146a75ba106756d23e' ]
21576npm info retry fetch attempt 1 at 19:31:18
21577npm info attempt registry request try #1 at 19:31:18
21578npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz
21579npm http 200 http://registry.npmjs.org/typedarray
21580npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21581npm verb headers etag: '"6RFURVCQK0AVYAQYR6CSAQV0M"',
21582npm verb headers 'content-type': 'application/json',
21583npm verb headers 'cache-control': 'max-age=60',
21584npm verb headers 'content-length': '11304',
21585npm verb headers 'accept-ranges': 'bytes',
21586npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
21587npm verb headers age: '5',
21588npm verb headers 'x-served-by': 'cache-fra1248-FRA',
21589npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21590npm verb headers 'x-cache-hits': '1',
21591npm verb headers 'x-timer': 'S1451417478.021565,VS0,VE0',
21592npm verb headers vary: 'Accept',
21593npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21594npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21595npm verb headers connection: 'keep-alive' }
21596npm verb get saving typedarray to /root/.npm/registry.npmjs.org/typedarray/.cache.json
21597npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz
21598npm verb cache add spec typedarray@~0.0.5
21599npm verb addNamed ">=0.0.5 <0.1.0" is a valid semver range for typedarray
21600npm verb addNameRange registry:http://registry.npmjs.org/typedarray not in flight; fetching
21601npm verb get http://registry.npmjs.org/typedarray not expired, no request
21602npm verb addNamed "0.0.6" is a plain semver version for typedarray
21603npm verb addRemoteTarball http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz not in flight; adding
21604npm verb addRemoteTarball [ 'http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz',
21605npm verb addRemoteTarball '867ac74e3864187b1d3d47d996a78ec5c8830777' ]
21606npm info retry fetch attempt 1 at 19:31:18
21607npm info attempt registry request try #1 at 19:31:18
21608npm http fetch GET http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
21609npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz not in flight; adding
21610npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@1.1.13
21611npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
21612npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
21613npm http fetch 200 http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
21614npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz not in flight; adding
21615npm verb addTmpTarball already have metadata; skipping unpack for typedarray@0.0.6
21616npm verb afterAdd /root/.npm/typedarray/0.0.6/package/package.json not in flight; writing
21617npm verb afterAdd /root/.npm/typedarray/0.0.6/package/package.json written
21618npm verb request uri http://registry.npmjs.org/camelcase-keys
21619npm verb request no auth needed
21620npm info attempt registry request try #1 at 19:31:18
21621npm http request GET http://registry.npmjs.org/camelcase-keys
21622npm verb request uri http://registry.npmjs.org/indent-string
21623npm verb request no auth needed
21624npm info attempt registry request try #1 at 19:31:18
21625npm http request GET http://registry.npmjs.org/indent-string
21626npm verb request uri http://registry.npmjs.org/minimist
21627npm verb request no auth needed
21628npm info attempt registry request try #1 at 19:31:18
21629npm http request GET http://registry.npmjs.org/minimist
21630npm verb request uri http://registry.npmjs.org/object-assign
21631npm verb request no auth needed
21632npm info attempt registry request try #1 at 19:31:18
21633npm http request GET http://registry.npmjs.org/object-assign
21634npm http 200 http://registry.npmjs.org/camelcase-keys
21635npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21636npm verb headers etag: '"5Z24KYT9GSOFK7NNSPJRWENI7"',
21637npm verb headers 'content-type': 'application/json',
21638npm verb headers 'cache-control': 'max-age=300',
21639npm verb headers 'content-length': '4295',
21640npm verb headers 'accept-ranges': 'bytes',
21641npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
21642npm verb headers age: '62',
21643npm verb headers 'x-served-by': 'cache-fra1248-FRA',
21644npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21645npm verb headers 'x-cache-hits': '2',
21646npm verb headers 'x-timer': 'S1451417478.114526,VS0,VE0',
21647npm verb headers vary: 'Accept',
21648npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21649npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21650npm verb headers connection: 'keep-alive' }
21651npm verb get saving camelcase-keys to /root/.npm/registry.npmjs.org/camelcase-keys/.cache.json
21652npm http 200 http://registry.npmjs.org/indent-string
21653npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21654npm verb headers etag: '"84QNOCURLKKXGO825BTSHHENT"',
21655npm verb headers 'content-type': 'application/json',
21656npm verb headers 'cache-control': 'max-age=60',
21657npm verb headers 'content-length': '14968',
21658npm verb headers 'accept-ranges': 'bytes',
21659npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
21660npm verb headers age: '23',
21661npm verb headers 'x-served-by': 'cache-fra1238-FRA',
21662npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21663npm verb headers 'x-cache-hits': '180',
21664npm verb headers 'x-timer': 'S1451417478.115917,VS0,VE0',
21665npm verb headers vary: 'Accept',
21666npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21667npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21668npm verb headers connection: 'keep-alive' }
21669npm verb get saving indent-string to /root/.npm/registry.npmjs.org/indent-string/.cache.json
21670npm verb cache add spec camelcase-keys@^1.0.0
21671npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for camelcase-keys
21672npm verb addNameRange registry:http://registry.npmjs.org/camelcase-keys not in flight; fetching
21673npm verb cache add spec indent-string@^1.1.0
21674npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for indent-string
21675npm verb addNameRange registry:http://registry.npmjs.org/indent-string not in flight; fetching
21676npm http 200 http://registry.npmjs.org/minimist
21677npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21678npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
21679npm verb headers 'content-type': 'application/json',
21680npm verb headers 'cache-control': 'max-age=300',
21681npm verb headers 'content-length': '27449',
21682npm verb headers 'accept-ranges': 'bytes',
21683npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
21684npm verb headers age: '47',
21685npm verb headers 'x-served-by': 'cache-fra1234-FRA',
21686npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21687npm verb headers 'x-cache-hits': '4',
21688npm verb headers 'x-timer': 'S1451417478.116182,VS0,VE0',
21689npm verb headers vary: 'Accept',
21690npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21691npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21692npm verb headers connection: 'keep-alive' }
21693npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
21694npm verb get http://registry.npmjs.org/camelcase-keys not expired, no request
21695npm verb addNamed "1.0.0" is a plain semver version for camelcase-keys
21696npm verb get http://registry.npmjs.org/indent-string not expired, no request
21697npm verb addNamed "1.2.2" is a plain semver version for indent-string
21698npm verb addRemoteTarball http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz not in flight; adding
21699npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz',
21700npm verb addRemoteTarball 'bd1a11bf9b31a1ce493493a930de1a0baf4ad7ec' ]
21701npm verb addRemoteTarball http://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz not in flight; adding
21702npm verb addRemoteTarball [ 'http://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz',
21703npm verb addRemoteTarball 'db99bcc583eb6abbb1e48dcbb1999a986041cb6b' ]
21704npm info retry fetch attempt 1 at 19:31:18
21705npm info attempt registry request try #1 at 19:31:18
21706npm http fetch GET http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz
21707npm info retry fetch attempt 1 at 19:31:18
21708npm info attempt registry request try #1 at 19:31:18
21709npm http fetch GET http://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz
21710npm verb cache add spec minimist@^1.1.0
21711npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for minimist
21712npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
21713npm verb get http://registry.npmjs.org/minimist not expired, no request
21714npm verb addNamed "1.2.0" is a plain semver version for minimist
21715npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz not in flight; adding
21716npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz',
21717npm verb addRemoteTarball 'a35008b20f41383eec1fb914f4cd5df79a264284' ]
21718npm info retry fetch attempt 1 at 19:31:18
21719npm info attempt registry request try #1 at 19:31:18
21720npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz
21721npm http fetch 200 http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz
21722npm http fetch 200 http://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz
21723npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz not in flight; adding
21724npm verb addTmpTarball already have metadata; skipping unpack for camelcase-keys@1.0.0
21725npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz not in flight; adding
21726npm verb addTmpTarball already have metadata; skipping unpack for indent-string@1.2.2
21727npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz
21728npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/minimist/-/minimist-1.2.0.tgz not in flight; adding
21729npm verb addTmpTarball already have metadata; skipping unpack for minimist@1.2.0
21730npm verb afterAdd /root/.npm/camelcase-keys/1.0.0/package/package.json not in flight; writing
21731npm verb afterAdd /root/.npm/indent-string/1.2.2/package/package.json not in flight; writing
21732npm verb afterAdd /root/.npm/camelcase-keys/1.0.0/package/package.json written
21733npm verb afterAdd /root/.npm/indent-string/1.2.2/package/package.json written
21734npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json not in flight; writing
21735npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json written
21736npm http 200 http://registry.npmjs.org/object-assign
21737npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21738npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
21739npm verb headers 'content-type': 'application/json',
21740npm verb headers 'cache-control': 'max-age=60',
21741npm verb headers 'content-length': '19881',
21742npm verb headers 'accept-ranges': 'bytes',
21743npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
21744npm verb headers age: '4',
21745npm verb headers 'x-served-by': 'cache-fra1241-FRA',
21746npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21747npm verb headers 'x-cache-hits': '1',
21748npm verb headers 'x-timer': 'S1451417478.116033,VS0,VE0',
21749npm verb headers vary: 'Accept',
21750npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21751npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21752npm verb headers connection: 'keep-alive' }
21753npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
21754npm verb cache add spec object-assign@^1.0.0
21755npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for object-assign
21756npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
21757npm verb get http://registry.npmjs.org/object-assign not expired, no request
21758npm verb addNamed "1.0.0" is a plain semver version for object-assign
21759npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz not in flight; adding
21760npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz',
21761npm verb addRemoteTarball 'e65dc8766d3b47b4b8307465c8311da030b070a6' ]
21762npm info retry fetch attempt 1 at 19:31:18
21763npm info attempt registry request try #1 at 19:31:18
21764npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz
21765npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz
21766npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/object-assign/-/object-assign-1.0.0.tgz not in flight; adding
21767npm verb addTmpTarball already have metadata; skipping unpack for object-assign@1.0.0
21768npm verb afterAdd /root/.npm/object-assign/1.0.0/package/package.json not in flight; writing
21769npm verb afterAdd /root/.npm/object-assign/1.0.0/package/package.json written
21770npm verb request uri http://registry.npmjs.org/camelcase
21771npm verb request no auth needed
21772npm info attempt registry request try #1 at 19:31:18
21773npm http request GET http://registry.npmjs.org/camelcase
21774npm verb request uri http://registry.npmjs.org/map-obj
21775npm verb request no auth needed
21776npm info attempt registry request try #1 at 19:31:18
21777npm http request GET http://registry.npmjs.org/map-obj
21778npm http 200 http://registry.npmjs.org/map-obj
21779npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21780npm verb headers etag: '"3TWI04PRYXLCI600XEYQOAS7T"',
21781npm verb headers 'content-type': 'application/json',
21782npm verb headers 'cache-control': 'max-age=300',
21783npm verb headers 'content-length': '3660',
21784npm verb headers 'accept-ranges': 'bytes',
21785npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
21786npm verb headers age: '13',
21787npm verb headers 'x-served-by': 'cache-fra1238-FRA',
21788npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21789npm verb headers 'x-cache-hits': '1',
21790npm verb headers 'x-timer': 'S1451417478.517999,VS0,VE0',
21791npm verb headers vary: 'Accept',
21792npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21793npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21794npm verb headers connection: 'keep-alive' }
21795npm verb get saving map-obj to /root/.npm/registry.npmjs.org/map-obj/.cache.json
21796npm verb cache add spec map-obj@^1.0.0
21797npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for map-obj
21798npm verb addNameRange registry:http://registry.npmjs.org/map-obj not in flight; fetching
21799npm verb get http://registry.npmjs.org/map-obj not expired, no request
21800npm verb addNamed "1.0.1" is a plain semver version for map-obj
21801npm verb addRemoteTarball http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz not in flight; adding
21802npm verb addRemoteTarball [ 'http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz',
21803npm verb addRemoteTarball 'd933ceb9205d82bdcf4886f6742bdc2b4dea146d' ]
21804npm http 200 http://registry.npmjs.org/camelcase
21805npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21806npm verb headers etag: '"CS4J6GVTASMZWER2U0CJUSXRK"',
21807npm verb headers 'content-type': 'application/json',
21808npm verb headers 'cache-control': 'max-age=300',
21809npm verb headers 'content-length': '11909',
21810npm verb headers 'accept-ranges': 'bytes',
21811npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
21812npm verb headers age: '174',
21813npm verb headers 'x-served-by': 'cache-fra1241-FRA',
21814npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21815npm verb headers 'x-cache-hits': '3',
21816npm verb headers 'x-timer': 'S1451417478.517943,VS0,VE0',
21817npm verb headers vary: 'Accept',
21818npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21819npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21820npm verb headers connection: 'keep-alive' }
21821npm verb get saving camelcase to /root/.npm/registry.npmjs.org/camelcase/.cache.json
21822npm info retry fetch attempt 1 at 19:31:18
21823npm info attempt registry request try #1 at 19:31:18
21824npm http fetch GET http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz
21825npm verb cache add spec camelcase@^1.0.1
21826npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for camelcase
21827npm verb addNameRange registry:http://registry.npmjs.org/camelcase not in flight; fetching
21828npm verb get http://registry.npmjs.org/camelcase not expired, no request
21829npm verb addNamed "1.2.1" is a plain semver version for camelcase
21830npm verb addRemoteTarball http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz not in flight; adding
21831npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz',
21832npm verb addRemoteTarball '9bb5304d2e0b56698b2c758b08a3eaa9daa58a39' ]
21833npm info retry fetch attempt 1 at 19:31:18
21834npm info attempt registry request try #1 at 19:31:18
21835npm http fetch GET http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz
21836npm http fetch 200 http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz
21837npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz not in flight; adding
21838npm verb addTmpTarball already have metadata; skipping unpack for camelcase@1.2.1
21839npm verb afterAdd /root/.npm/camelcase/1.2.1/package/package.json not in flight; writing
21840npm verb afterAdd /root/.npm/camelcase/1.2.1/package/package.json written
21841npm http fetch 200 http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz
21842npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz not in flight; adding
21843npm verb addTmpTarball already have metadata; skipping unpack for map-obj@1.0.1
21844npm verb afterAdd /root/.npm/map-obj/1.0.1/package/package.json not in flight; writing
21845npm verb afterAdd /root/.npm/map-obj/1.0.1/package/package.json written
21846npm verb request uri http://registry.npmjs.org/get-stdin
21847npm verb request no auth needed
21848npm info attempt registry request try #1 at 19:31:18
21849npm http request GET http://registry.npmjs.org/get-stdin
21850npm verb request uri http://registry.npmjs.org/repeating
21851npm verb request no auth needed
21852npm info attempt registry request try #1 at 19:31:18
21853npm http request GET http://registry.npmjs.org/repeating
21854npm http 200 http://registry.npmjs.org/get-stdin
21855npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21856npm verb headers etag: '"BA32P11BIXF0YZOXXS5GKT6NO"',
21857npm verb headers 'content-type': 'application/json',
21858npm verb headers 'cache-control': 'max-age=60',
21859npm verb headers 'content-length': '13271',
21860npm verb headers 'accept-ranges': 'bytes',
21861npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
21862npm verb headers age: '56',
21863npm verb headers 'x-served-by': 'cache-fra1241-FRA',
21864npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21865npm verb headers 'x-cache-hits': '3',
21866npm verb headers 'x-timer': 'S1451417478.619286,VS0,VE0',
21867npm verb headers vary: 'Accept',
21868npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21869npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21870npm verb headers connection: 'keep-alive' }
21871npm verb get saving get-stdin to /root/.npm/registry.npmjs.org/get-stdin/.cache.json
21872npm http 200 http://registry.npmjs.org/repeating
21873npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21874npm verb headers etag: '"6BGWIKD49WSF23RCV1P70WMAA"',
21875npm verb headers 'content-type': 'application/json',
21876npm verb headers 'cache-control': 'max-age=60',
21877npm verb headers 'content-length': '10480',
21878npm verb headers 'accept-ranges': 'bytes',
21879npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
21880npm verb headers age: '54',
21881npm verb headers 'x-served-by': 'cache-fra1238-FRA',
21882npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21883npm verb headers 'x-cache-hits': '6',
21884npm verb headers 'x-timer': 'S1451417478.619323,VS0,VE0',
21885npm verb headers vary: 'Accept',
21886npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21887npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21888npm verb headers connection: 'keep-alive' }
21889npm verb get saving repeating to /root/.npm/registry.npmjs.org/repeating/.cache.json
21890npm verb cache add spec get-stdin@^4.0.1
21891npm verb addNamed ">=4.0.1 <5.0.0" is a valid semver range for get-stdin
21892npm verb addNameRange registry:http://registry.npmjs.org/get-stdin not in flight; fetching
21893npm verb cache add spec repeating@^1.1.0
21894npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for repeating
21895npm verb addNameRange registry:http://registry.npmjs.org/repeating not in flight; fetching
21896npm verb get http://registry.npmjs.org/get-stdin not expired, no request
21897npm verb addNamed "4.0.1" is a plain semver version for get-stdin
21898npm verb get http://registry.npmjs.org/repeating not expired, no request
21899npm verb addNamed "1.1.3" is a plain semver version for repeating
21900npm verb addRemoteTarball http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz not in flight; adding
21901npm verb addRemoteTarball [ 'http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz',
21902npm verb addRemoteTarball 'b968c6b0a04384324902e8bf1a5df32579a450fe' ]
21903npm verb addRemoteTarball http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz not in flight; adding
21904npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz',
21905npm verb addRemoteTarball '3d4114218877537494f97f77f9785fab810fa4ac' ]
21906npm info retry fetch attempt 1 at 19:31:18
21907npm info attempt registry request try #1 at 19:31:18
21908npm http fetch GET http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz
21909npm info retry fetch attempt 1 at 19:31:18
21910npm info attempt registry request try #1 at 19:31:18
21911npm http fetch GET http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz
21912npm http fetch 200 http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz
21913npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/repeating/-/repeating-1.1.3.tgz not in flight; adding
21914npm verb addTmpTarball already have metadata; skipping unpack for repeating@1.1.3
21915npm verb afterAdd /root/.npm/repeating/1.1.3/package/package.json not in flight; writing
21916npm verb afterAdd /root/.npm/repeating/1.1.3/package/package.json written
21917npm http fetch 200 http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz
21918npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz not in flight; adding
21919npm verb addTmpTarball already have metadata; skipping unpack for get-stdin@4.0.1
21920npm verb afterAdd /root/.npm/get-stdin/4.0.1/package/package.json not in flight; writing
21921npm verb afterAdd /root/.npm/get-stdin/4.0.1/package/package.json written
21922npm verb request uri http://registry.npmjs.org/is-finite
21923npm verb request no auth needed
21924npm info attempt registry request try #1 at 19:31:18
21925npm http request GET http://registry.npmjs.org/is-finite
21926npm http 200 http://registry.npmjs.org/is-finite
21927npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21928npm verb headers etag: '"5UGUZMTQAD5XTPNS1L5J5373L"',
21929npm verb headers 'content-type': 'application/json',
21930npm verb headers 'cache-control': 'max-age=60',
21931npm verb headers 'content-length': '3732',
21932npm verb headers 'accept-ranges': 'bytes',
21933npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
21934npm verb headers age: '48',
21935npm verb headers 'x-served-by': 'cache-fra1241-FRA',
21936npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21937npm verb headers 'x-cache-hits': '2',
21938npm verb headers 'x-timer': 'S1451417478.712764,VS0,VE0',
21939npm verb headers vary: 'Accept',
21940npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21941npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21942npm verb headers connection: 'keep-alive' }
21943npm verb get saving is-finite to /root/.npm/registry.npmjs.org/is-finite/.cache.json
21944npm verb cache add spec is-finite@^1.0.0
21945npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-finite
21946npm verb addNameRange registry:http://registry.npmjs.org/is-finite not in flight; fetching
21947npm verb get http://registry.npmjs.org/is-finite not expired, no request
21948npm verb addNamed "1.0.1" is a plain semver version for is-finite
21949npm verb addRemoteTarball http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz not in flight; adding
21950npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz',
21951npm verb addRemoteTarball '6438603eaebe2793948ff4a4262ec8db3d62597b' ]
21952npm info retry fetch attempt 1 at 19:31:18
21953npm info attempt registry request try #1 at 19:31:18
21954npm http fetch GET http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz
21955npm http fetch 200 http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz
21956npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz not in flight; adding
21957npm verb addTmpTarball already have metadata; skipping unpack for is-finite@1.0.1
21958npm verb afterAdd /root/.npm/is-finite/1.0.1/package/package.json not in flight; writing
21959npm verb afterAdd /root/.npm/is-finite/1.0.1/package/package.json written
21960npm verb request uri http://registry.npmjs.org/number-is-nan
21961npm verb request no auth needed
21962npm info attempt registry request try #1 at 19:31:18
21963npm http request GET http://registry.npmjs.org/number-is-nan
21964npm http 200 http://registry.npmjs.org/number-is-nan
21965npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
21966npm verb headers etag: '"BCBSJHWOHTBSTQRYM7FWOBJUY"',
21967npm verb headers 'content-type': 'application/json',
21968npm verb headers 'cache-control': 'max-age=60',
21969npm verb headers 'content-length': '2640',
21970npm verb headers 'accept-ranges': 'bytes',
21971npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
21972npm verb headers age: '59',
21973npm verb headers 'x-served-by': 'cache-fra1241-FRA',
21974npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
21975npm verb headers 'x-cache-hits': '4',
21976npm verb headers 'x-timer': 'S1451417478.775501,VS0,VE0',
21977npm verb headers vary: 'Accept',
21978npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
21979npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
21980npm verb headers connection: 'keep-alive' }
21981npm verb get saving number-is-nan to /root/.npm/registry.npmjs.org/number-is-nan/.cache.json
21982npm verb cache add spec number-is-nan@^1.0.0
21983npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for number-is-nan
21984npm verb addNameRange registry:http://registry.npmjs.org/number-is-nan not in flight; fetching
21985npm verb get http://registry.npmjs.org/number-is-nan not expired, no request
21986npm verb addNamed "1.0.0" is a plain semver version for number-is-nan
21987npm verb addRemoteTarball http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz not in flight; adding
21988npm verb addRemoteTarball [ 'http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz',
21989npm verb addRemoteTarball 'c020f529c5282adfdd233d91d4b181c3d686dc4b' ]
21990npm info retry fetch attempt 1 at 19:31:18
21991npm info attempt registry request try #1 at 19:31:18
21992npm http fetch GET http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz
21993npm http fetch 200 http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz
21994npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz not in flight; adding
21995npm verb addTmpTarball already have metadata; skipping unpack for number-is-nan@1.0.0
21996npm verb afterAdd /root/.npm/number-is-nan/1.0.0/package/package.json not in flight; writing
21997npm verb afterAdd /root/.npm/number-is-nan/1.0.0/package/package.json written
21998npm verb cache add spec base64url@~0.0.4
21999npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for base64url
22000npm verb addNameRange registry:http://registry.npmjs.org/base64url not in flight; fetching
22001npm verb request uri http://registry.npmjs.org/buffer-equal-constant-time
22002npm verb request no auth needed
22003npm info attempt registry request try #1 at 19:31:18
22004npm http request GET http://registry.npmjs.org/buffer-equal-constant-time
22005npm verb request uri http://registry.npmjs.org/ecdsa-sig-formatter
22006npm verb request no auth needed
22007npm info attempt registry request try #1 at 19:31:18
22008npm http request GET http://registry.npmjs.org/ecdsa-sig-formatter
22009npm verb get http://registry.npmjs.org/base64url not expired, no request
22010npm verb addNamed "0.0.6" is a plain semver version for base64url
22011npm verb addRemoteTarball http://registry.npmjs.org/base64url/-/base64url-0.0.6.tgz not in flight; adding
22012npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64url/-/base64url-0.0.6.tgz',
22013npm verb addRemoteTarball '9597b36b330db1c42477322ea87ea8027499b82b' ]
22014npm info retry fetch attempt 1 at 19:31:18
22015npm info attempt registry request try #1 at 19:31:18
22016npm http fetch GET http://registry.npmjs.org/base64url/-/base64url-0.0.6.tgz
22017npm http 200 http://registry.npmjs.org/buffer-equal-constant-time
22018npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22019npm verb headers etag: '"F2XV2GULE28XUATS36DCNZ0A9"',
22020npm verb headers 'content-type': 'application/json',
22021npm verb headers 'cache-control': 'max-age=300',
22022npm verb headers 'content-length': '5975',
22023npm verb headers 'accept-ranges': 'bytes',
22024npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
22025npm verb headers age: '170',
22026npm verb headers 'x-served-by': 'cache-fra1234-FRA',
22027npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22028npm verb headers 'x-cache-hits': '2',
22029npm verb headers 'x-timer': 'S1451417478.864615,VS0,VE0',
22030npm verb headers vary: 'Accept',
22031npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22032npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22033npm verb headers connection: 'keep-alive' }
22034npm verb get saving buffer-equal-constant-time to /root/.npm/registry.npmjs.org/buffer-equal-constant-time/.cache.json
22035npm http 200 http://registry.npmjs.org/ecdsa-sig-formatter
22036npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22037npm verb headers etag: '"EJWB3R9FJMITS0TXO9QYCQ9A5"',
22038npm verb headers 'content-type': 'application/json',
22039npm verb headers 'cache-control': 'max-age=300',
22040npm verb headers 'content-length': '7013',
22041npm verb headers 'accept-ranges': 'bytes',
22042npm verb headers date: 'Tue, 29 Dec 2015 19:31:18 GMT',
22043npm verb headers age: '260',
22044npm verb headers 'x-served-by': 'cache-fra1226-FRA',
22045npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22046npm verb headers 'x-cache-hits': '1',
22047npm verb headers 'x-timer': 'S1451417478.864730,VS0,VE0',
22048npm verb headers vary: 'Accept',
22049npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22050npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22051npm verb headers connection: 'keep-alive' }
22052npm verb get saving ecdsa-sig-formatter to /root/.npm/registry.npmjs.org/ecdsa-sig-formatter/.cache.json
22053npm http fetch 200 http://registry.npmjs.org/base64url/-/base64url-0.0.6.tgz
22054npm verb cache add spec ecdsa-sig-formatter@^1.0.0
22055npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ecdsa-sig-formatter
22056npm verb addNameRange registry:http://registry.npmjs.org/ecdsa-sig-formatter not in flight; fetching
22057npm verb cache add spec buffer-equal-constant-time@^1.0.1
22058npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for buffer-equal-constant-time
22059npm verb addNameRange registry:http://registry.npmjs.org/buffer-equal-constant-time not in flight; fetching
22060npm verb get http://registry.npmjs.org/ecdsa-sig-formatter not expired, no request
22061npm verb addNamed "1.0.2" is a plain semver version for ecdsa-sig-formatter
22062npm verb get http://registry.npmjs.org/buffer-equal-constant-time not expired, no request
22063npm verb addNamed "1.0.1" is a plain semver version for buffer-equal-constant-time
22064npm verb addRemoteTarball http://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.2.tgz not in flight; adding
22065npm verb addRemoteTarball [ 'http://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.2.tgz',
22066npm verb addRemoteTarball '2074b4bd06be5e7479c9f71e73358bc3deea4a9b' ]
22067npm verb addRemoteTarball http://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz not in flight; adding
22068npm verb addRemoteTarball [ 'http://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz',
22069npm verb addRemoteTarball 'f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819' ]
22070npm info retry fetch attempt 1 at 19:31:18
22071npm info attempt registry request try #1 at 19:31:18
22072npm http fetch GET http://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.2.tgz
22073npm info retry fetch attempt 1 at 19:31:18
22074npm info attempt registry request try #1 at 19:31:18
22075npm http fetch GET http://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz
22076npm http fetch 200 http://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.2.tgz
22077npm http fetch 200 http://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz
22078npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.2.tgz not in flight; adding
22079npm verb addTmpTarball already have metadata; skipping unpack for ecdsa-sig-formatter@1.0.2
22080npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz not in flight; adding
22081npm verb addTmpTarball already have metadata; skipping unpack for buffer-equal-constant-time@1.0.1
22082npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/base64url/-/base64url-0.0.6.tgz not in flight; adding
22083npm verb addTmpTarball already have metadata; skipping unpack for base64url@0.0.6
22084npm verb afterAdd /root/.npm/ecdsa-sig-formatter/1.0.2/package/package.json not in flight; writing
22085npm verb afterAdd /root/.npm/buffer-equal-constant-time/1.0.1/package/package.json not in flight; writing
22086npm verb afterAdd /root/.npm/base64url/0.0.6/package/package.json not in flight; writing
22087npm verb afterAdd /root/.npm/ecdsa-sig-formatter/1.0.2/package/package.json written
22088npm verb afterAdd /root/.npm/base64url/0.0.6/package/package.json written
22089npm verb afterAdd /root/.npm/buffer-equal-constant-time/1.0.1/package/package.json written
22090npm verb request uri http://registry.npmjs.org/asn1.js
22091npm verb request no auth needed
22092npm info attempt registry request try #1 at 19:31:19
22093npm http request GET http://registry.npmjs.org/asn1.js
22094npm verb request uri http://registry.npmjs.org/base64-url
22095npm verb request no auth needed
22096npm info attempt registry request try #1 at 19:31:19
22097npm http request GET http://registry.npmjs.org/base64-url
22098npm http 200 http://registry.npmjs.org/asn1.js
22099npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22100npm verb headers etag: '"CSTQ3O1YNZ58SOH488RL2R439"',
22101npm verb headers 'content-type': 'application/json',
22102npm verb headers 'cache-control': 'max-age=60',
22103npm verb headers 'content-length': '55277',
22104npm verb headers 'accept-ranges': 'bytes',
22105npm verb headers date: 'Tue, 29 Dec 2015 19:31:19 GMT',
22106npm verb headers age: '59',
22107npm verb headers 'x-served-by': 'cache-fra1229-FRA',
22108npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22109npm verb headers 'x-cache-hits': '1',
22110npm verb headers 'x-timer': 'S1451417479.002831,VS0,VE0',
22111npm verb headers vary: 'Accept',
22112npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22113npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22114npm verb headers connection: 'keep-alive' }
22115npm verb get saving asn1.js to /root/.npm/registry.npmjs.org/asn1.js/.cache.json
22116npm verb cache add spec asn1.js@^2.0.3
22117npm verb addNamed ">=2.0.3 <3.0.0" is a valid semver range for asn1.js
22118npm verb addNameRange registry:http://registry.npmjs.org/asn1.js not in flight; fetching
22119npm verb get http://registry.npmjs.org/asn1.js not expired, no request
22120npm verb addNamed "2.2.1" is a plain semver version for asn1.js
22121npm verb addRemoteTarball http://registry.npmjs.org/asn1.js/-/asn1.js-2.2.1.tgz not in flight; adding
22122npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1.js/-/asn1.js-2.2.1.tgz',
22123npm verb addRemoteTarball 'c8ba4dd68e84431288126230cb2045bdfa9fbfe1' ]
22124npm info retry fetch attempt 1 at 19:31:19
22125npm info attempt registry request try #1 at 19:31:19
22126npm http fetch GET http://registry.npmjs.org/asn1.js/-/asn1.js-2.2.1.tgz
22127npm http fetch 200 http://registry.npmjs.org/asn1.js/-/asn1.js-2.2.1.tgz
22128npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/asn1.js/-/asn1.js-2.2.1.tgz not in flight; adding
22129npm verb addTmpTarball already have metadata; skipping unpack for asn1.js@2.2.1
22130npm verb afterAdd /root/.npm/asn1.js/2.2.1/package/package.json not in flight; writing
22131npm verb afterAdd /root/.npm/asn1.js/2.2.1/package/package.json written
22132npm http 200 http://registry.npmjs.org/base64-url
22133npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22134npm verb headers etag: '"DZVGGAYP8LV5RTCZYXYLTU2FA"',
22135npm verb headers 'content-type': 'application/json',
22136npm verb headers 'cache-control': 'max-age=300',
22137npm verb headers 'content-length': '7583',
22138npm verb headers 'accept-ranges': 'bytes',
22139npm verb headers date: 'Tue, 29 Dec 2015 19:31:19 GMT',
22140npm verb headers age: '138',
22141npm verb headers 'x-served-by': 'cache-fra1234-FRA',
22142npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22143npm verb headers 'x-cache-hits': '3',
22144npm verb headers 'x-timer': 'S1451417479.003502,VS0,VE0',
22145npm verb headers vary: 'Accept',
22146npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22147npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22148npm verb headers connection: 'keep-alive' }
22149npm verb get saving base64-url to /root/.npm/registry.npmjs.org/base64-url/.cache.json
22150npm verb cache add spec base64-url@^1.2.1
22151npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for base64-url
22152npm verb addNameRange registry:http://registry.npmjs.org/base64-url not in flight; fetching
22153npm verb get http://registry.npmjs.org/base64-url not expired, no request
22154npm verb addNamed "1.2.1" is a plain semver version for base64-url
22155npm verb addRemoteTarball http://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz not in flight; adding
22156npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz',
22157npm verb addRemoteTarball '199fd661702a0e7b7dcae6e0698bb089c52f6d78' ]
22158npm info retry fetch attempt 1 at 19:31:19
22159npm info attempt registry request try #1 at 19:31:19
22160npm http fetch GET http://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz
22161npm http fetch 200 http://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz
22162npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz not in flight; adding
22163npm verb addTmpTarball already have metadata; skipping unpack for base64-url@1.2.1
22164npm verb afterAdd /root/.npm/base64-url/1.2.1/package/package.json not in flight; writing
22165npm verb afterAdd /root/.npm/base64-url/1.2.1/package/package.json written
22166npm verb request uri http://registry.npmjs.org/bn.js
22167npm verb request no auth needed
22168npm info attempt registry request try #1 at 19:31:19
22169npm http request GET http://registry.npmjs.org/bn.js
22170npm verb request uri http://registry.npmjs.org/minimalistic-assert
22171npm verb request no auth needed
22172npm info attempt registry request try #1 at 19:31:19
22173npm http request GET http://registry.npmjs.org/minimalistic-assert
22174npm http 200 http://registry.npmjs.org/minimalistic-assert
22175npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22176npm verb headers etag: '"A2DNPSWH7EG4W3TI89O0NCS58"',
22177npm verb headers 'content-type': 'application/json',
22178npm verb headers 'cache-control': 'max-age=300',
22179npm verb headers 'content-length': '1736',
22180npm verb headers 'accept-ranges': 'bytes',
22181npm verb headers date: 'Tue, 29 Dec 2015 19:31:19 GMT',
22182npm verb headers age: '157',
22183npm verb headers 'x-served-by': 'cache-fra1229-FRA',
22184npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22185npm verb headers 'x-cache-hits': '1',
22186npm verb headers 'x-timer': 'S1451417479.167484,VS0,VE0',
22187npm verb headers vary: 'Accept',
22188npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22189npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22190npm verb headers connection: 'keep-alive' }
22191npm verb get saving minimalistic-assert to /root/.npm/registry.npmjs.org/minimalistic-assert/.cache.json
22192npm verb cache add spec minimalistic-assert@^1.0.0
22193npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for minimalistic-assert
22194npm verb addNameRange registry:http://registry.npmjs.org/minimalistic-assert not in flight; fetching
22195npm verb get http://registry.npmjs.org/minimalistic-assert not expired, no request
22196npm verb addNamed "1.0.0" is a plain semver version for minimalistic-assert
22197npm verb addRemoteTarball http://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz not in flight; adding
22198npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz',
22199npm verb addRemoteTarball '702be2dda6b37f4836bcb3f5db56641b64a1d3d3' ]
22200npm info retry fetch attempt 1 at 19:31:19
22201npm info attempt registry request try #1 at 19:31:19
22202npm http fetch GET http://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz
22203npm http fetch 200 http://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz
22204npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz not in flight; adding
22205npm verb addTmpTarball already have metadata; skipping unpack for minimalistic-assert@1.0.0
22206npm verb afterAdd /root/.npm/minimalistic-assert/1.0.0/package/package.json not in flight; writing
22207npm verb afterAdd /root/.npm/minimalistic-assert/1.0.0/package/package.json written
22208npm http 200 http://registry.npmjs.org/bn.js
22209npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22210npm verb headers etag: '"D2UE3JHQB9HAGI13FXMHW6FA"',
22211npm verb headers 'content-type': 'application/json',
22212npm verb headers 'cache-control': 'max-age=300',
22213npm verb headers 'content-length': '93470',
22214npm verb headers 'accept-ranges': 'bytes',
22215npm verb headers date: 'Tue, 29 Dec 2015 19:31:19 GMT',
22216npm verb headers age: '156',
22217npm verb headers 'x-served-by': 'cache-fra1234-FRA',
22218npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22219npm verb headers 'x-cache-hits': '3',
22220npm verb headers 'x-timer': 'S1451417479.165583,VS0,VE0',
22221npm verb headers vary: 'Accept',
22222npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22223npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22224npm verb headers connection: 'keep-alive' }
22225npm verb get saving bn.js to /root/.npm/registry.npmjs.org/bn.js/.cache.json
22226npm verb cache add spec bn.js@^2.0.0
22227npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for bn.js
22228npm verb addNameRange registry:http://registry.npmjs.org/bn.js not in flight; fetching
22229npm verb get http://registry.npmjs.org/bn.js not expired, no request
22230npm verb addNamed "2.2.0" is a plain semver version for bn.js
22231npm verb addRemoteTarball http://registry.npmjs.org/bn.js/-/bn.js-2.2.0.tgz not in flight; adding
22232npm verb addRemoteTarball [ 'http://registry.npmjs.org/bn.js/-/bn.js-2.2.0.tgz',
22233npm verb addRemoteTarball '12162bc2ae71fc40a5626c33438f3a875cd37625' ]
22234npm info retry fetch attempt 1 at 19:31:19
22235npm info attempt registry request try #1 at 19:31:19
22236npm http fetch GET http://registry.npmjs.org/bn.js/-/bn.js-2.2.0.tgz
22237npm http fetch 200 http://registry.npmjs.org/bn.js/-/bn.js-2.2.0.tgz
22238npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bn.js/-/bn.js-2.2.0.tgz not in flight; adding
22239npm verb addTmpTarball already have metadata; skipping unpack for bn.js@2.2.0
22240npm verb afterAdd /root/.npm/bn.js/2.2.0/package/package.json not in flight; writing
22241npm verb afterAdd /root/.npm/bn.js/2.2.0/package/package.json written
22242npm verb cache add spec cookie@0.1.2
22243npm verb cache add spec debug@0.8.1
22244npm verb addNamed "0.1.2" is a plain semver version for cookie
22245npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
22246npm verb addNamed "0.8.1" is a plain semver version for debug
22247npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
22248npm verb request uri http://registry.npmjs.org/uid2
22249npm verb request no auth needed
22250npm info attempt registry request try #1 at 19:31:19
22251npm http request GET http://registry.npmjs.org/uid2
22252npm verb get http://registry.npmjs.org/cookie not expired, no request
22253npm verb get http://registry.npmjs.org/debug not expired, no request
22254npm verb addRemoteTarball http://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz not in flight; adding
22255npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz',
22256npm verb addRemoteTarball '72fec3d24e48a3432073d90c12642005061004b1' ]
22257npm info retry fetch attempt 1 at 19:31:19
22258npm info attempt registry request try #1 at 19:31:19
22259npm http fetch GET http://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz
22260npm verb afterAdd /root/.npm/debug/0.8.1/package/package.json not in flight; writing
22261npm verb afterAdd /root/.npm/debug/0.8.1/package/package.json written
22262npm http fetch 200 http://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz
22263npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cookie/-/cookie-0.1.2.tgz not in flight; adding
22264npm verb addTmpTarball already have metadata; skipping unpack for cookie@0.1.2
22265npm verb afterAdd /root/.npm/cookie/0.1.2/package/package.json not in flight; writing
22266npm verb afterAdd /root/.npm/cookie/0.1.2/package/package.json written
22267npm http 200 http://registry.npmjs.org/uid2
22268npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22269npm verb headers etag: '"4ROYF2URJCNNK4GKZIBMTR21Y"',
22270npm verb headers 'content-type': 'application/json',
22271npm verb headers 'cache-control': 'max-age=300',
22272npm verb headers 'content-length': '1832',
22273npm verb headers 'accept-ranges': 'bytes',
22274npm verb headers date: 'Tue, 29 Dec 2015 19:31:19 GMT',
22275npm verb headers age: '0',
22276npm verb headers 'x-served-by': 'cache-fra1234-FRA',
22277npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22278npm verb headers 'x-cache-hits': '1',
22279npm verb headers 'x-timer': 'S1451417479.447928,VS0,VE537',
22280npm verb headers vary: 'Accept',
22281npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22282npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22283npm verb headers connection: 'keep-alive' }
22284npm verb get saving uid2 to /root/.npm/registry.npmjs.org/uid2/.cache.json
22285npm verb cache add spec uid2@0.0.3
22286npm verb addNamed "0.0.3" is a plain semver version for uid2
22287npm verb addNameVersion registry:http://registry.npmjs.org/uid2 not in flight; fetching
22288npm verb get http://registry.npmjs.org/uid2 not expired, no request
22289npm verb addRemoteTarball http://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz not in flight; adding
22290npm verb addRemoteTarball [ 'http://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz',
22291npm verb addRemoteTarball '483126e11774df2f71b8b639dcd799c376162b82' ]
22292npm info retry fetch attempt 1 at 19:31:20
22293npm info attempt registry request try #1 at 19:31:20
22294npm http fetch GET http://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz
22295npm http fetch 200 http://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz
22296npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uid2/-/uid2-0.0.3.tgz not in flight; adding
22297npm verb addTmpTarball already have metadata; skipping unpack for uid2@0.0.3
22298npm verb afterAdd /root/.npm/uid2/0.0.3/package/package.json not in flight; writing
22299npm verb afterAdd /root/.npm/uid2/0.0.3/package/package.json written
22300npm verb request uri http://registry.npmjs.org/flushwritable
22301npm verb request no auth needed
22302npm info attempt registry request try #1 at 19:31:20
22303npm http request GET http://registry.npmjs.org/flushwritable
22304npm http 200 http://registry.npmjs.org/flushwritable
22305npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22306npm verb headers etag: '"ANEPS7808LHPCIRQ0IKYDULKA"',
22307npm verb headers 'content-type': 'application/json',
22308npm verb headers 'cache-control': 'max-age=300',
22309npm verb headers 'content-length': '4743',
22310npm verb headers 'accept-ranges': 'bytes',
22311npm verb headers date: 'Tue, 29 Dec 2015 19:31:20 GMT',
22312npm verb headers age: '0',
22313npm verb headers 'x-served-by': 'cache-fra1234-FRA',
22314npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22315npm verb headers 'x-cache-hits': '1',
22316npm verb headers 'x-timer': 'S1451417480.088347,VS0,VE593',
22317npm verb headers vary: 'Accept',
22318npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22319npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22320npm verb headers connection: 'keep-alive' }
22321npm verb get saving flushwritable to /root/.npm/registry.npmjs.org/flushwritable/.cache.json
22322npm verb cache add spec flushwritable@^1.0.0
22323npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for flushwritable
22324npm verb addNameRange registry:http://registry.npmjs.org/flushwritable not in flight; fetching
22325npm verb get http://registry.npmjs.org/flushwritable not expired, no request
22326npm verb addNamed "1.0.0" is a plain semver version for flushwritable
22327npm verb addRemoteTarball http://registry.npmjs.org/flushwritable/-/flushwritable-1.0.0.tgz not in flight; adding
22328npm verb addRemoteTarball [ 'http://registry.npmjs.org/flushwritable/-/flushwritable-1.0.0.tgz',
22329npm verb addRemoteTarball '3e328d8fde412ad47e738e3be750b4d290043498' ]
22330npm info retry fetch attempt 1 at 19:31:20
22331npm info attempt registry request try #1 at 19:31:20
22332npm http fetch GET http://registry.npmjs.org/flushwritable/-/flushwritable-1.0.0.tgz
22333npm http fetch 200 http://registry.npmjs.org/flushwritable/-/flushwritable-1.0.0.tgz
22334npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/flushwritable/-/flushwritable-1.0.0.tgz not in flight; adding
22335npm verb addTmpTarball already have metadata; skipping unpack for flushwritable@1.0.0
22336npm verb afterAdd /root/.npm/flushwritable/1.0.0/package/package.json not in flight; writing
22337npm verb afterAdd /root/.npm/flushwritable/1.0.0/package/package.json written
22338npm verb request uri http://registry.npmjs.org/commander
22339npm verb request no auth needed
22340npm info attempt registry request try #1 at 19:31:20
22341npm http request GET http://registry.npmjs.org/commander
22342npm verb request uri http://registry.npmjs.org/mkdirp
22343npm verb request no auth needed
22344npm info attempt registry request try #1 at 19:31:20
22345npm http request GET http://registry.npmjs.org/mkdirp
22346npm verb request uri http://registry.npmjs.org/transformers
22347npm verb request no auth needed
22348npm info attempt registry request try #1 at 19:31:20
22349npm http request GET http://registry.npmjs.org/transformers
22350npm verb request uri http://registry.npmjs.org/character-parser
22351npm verb request no auth needed
22352npm info attempt registry request try #1 at 19:31:20
22353npm http request GET http://registry.npmjs.org/character-parser
22354npm verb request uri http://registry.npmjs.org/monocle
22355npm verb request no auth needed
22356npm info attempt registry request try #1 at 19:31:20
22357npm http request GET http://registry.npmjs.org/monocle
22358npm verb request uri http://registry.npmjs.org/with
22359npm verb request no auth needed
22360npm info attempt registry request try #1 at 19:31:20
22361npm http request GET http://registry.npmjs.org/with
22362npm verb request uri http://registry.npmjs.org/constantinople
22363npm verb request no auth needed
22364npm info attempt registry request try #1 at 19:31:20
22365npm http request GET http://registry.npmjs.org/constantinople
22366npm http 200 http://registry.npmjs.org/mkdirp
22367npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22368npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
22369npm verb headers 'content-type': 'application/json',
22370npm verb headers 'cache-control': 'max-age=300',
22371npm verb headers 'content-length': '23472',
22372npm verb headers 'accept-ranges': 'bytes',
22373npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
22374npm verb headers 'x-served-by': 'cache-fra1240-FRA',
22375npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
22376npm verb headers 'x-cache-hits': '9',
22377npm verb headers 'x-timer': 'S1451417412.533241,VS0,VE0',
22378npm verb headers vary: 'Accept',
22379npm verb headers age: '286',
22380npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
22381npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22382npm verb headers connection: 'keep-alive' }
22383npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
22384npm verb cache add spec mkdirp@~0.3.5
22385npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for mkdirp
22386npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
22387npm verb get http://registry.npmjs.org/mkdirp not expired, no request
22388npm verb addNamed "0.3.5" is a plain semver version for mkdirp
22389npm http 200 http://registry.npmjs.org/with
22390npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22391npm verb headers etag: '"5L9WSJ79ACG0SF4O37674CKQY"',
22392npm verb headers 'content-type': 'application/json',
22393npm verb headers 'cache-control': 'max-age=300',
22394npm verb headers 'content-length': '15711',
22395npm verb headers 'accept-ranges': 'bytes',
22396npm verb headers date: 'Tue, 29 Dec 2015 19:31:20 GMT',
22397npm verb headers age: '2',
22398npm verb headers 'x-served-by': 'cache-fra1237-FRA',
22399npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22400npm verb headers 'x-cache-hits': '1',
22401npm verb headers 'x-timer': 'S1451417480.792500,VS0,VE0',
22402npm verb headers vary: 'Accept',
22403npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22404npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22405npm verb headers connection: 'keep-alive' }
22406npm verb get saving with to /root/.npm/registry.npmjs.org/with/.cache.json
22407npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz not in flight; adding
22408npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz',
22409npm verb addRemoteTarball 'de3e5f8961c88c787ee1368df849ac4413eca8d7' ]
22410npm http 200 http://registry.npmjs.org/constantinople
22411npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22412npm verb headers etag: '"21Y8BKAH234NHCD0XV2CXDBPC"',
22413npm verb headers 'content-type': 'application/json',
22414npm verb headers 'cache-control': 'max-age=300',
22415npm verb headers 'content-length': '10244',
22416npm verb headers 'accept-ranges': 'bytes',
22417npm verb headers date: 'Tue, 29 Dec 2015 19:31:20 GMT',
22418npm verb headers age: '116',
22419npm verb headers 'x-served-by': 'cache-fra1225-FRA',
22420npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22421npm verb headers 'x-cache-hits': '1',
22422npm verb headers 'x-timer': 'S1451417480.794596,VS0,VE0',
22423npm verb headers vary: 'Accept',
22424npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22425npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22426npm verb headers connection: 'keep-alive' }
22427npm verb get saving constantinople to /root/.npm/registry.npmjs.org/constantinople/.cache.json
22428npm http 200 http://registry.npmjs.org/transformers
22429npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22430npm verb headers etag: '"ENVH8MRV3T0HL8TZHL4Z51P8H"',
22431npm verb headers 'content-type': 'application/json',
22432npm verb headers 'cache-control': 'max-age=300',
22433npm verb headers 'content-length': '39265',
22434npm verb headers 'accept-ranges': 'bytes',
22435npm verb headers date: 'Tue, 29 Dec 2015 19:31:20 GMT',
22436npm verb headers age: '111',
22437npm verb headers 'x-served-by': 'cache-fra1229-FRA',
22438npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22439npm verb headers 'x-cache-hits': '1',
22440npm verb headers 'x-timer': 'S1451417480.791290,VS0,VE0',
22441npm verb headers vary: 'Accept',
22442npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22443npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22444npm verb headers connection: 'keep-alive' }
22445npm verb get saving transformers to /root/.npm/registry.npmjs.org/transformers/.cache.json
22446npm info retry fetch attempt 1 at 19:31:20
22447npm info attempt registry request try #1 at 19:31:20
22448npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz
22449npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz
22450npm verb cache add spec with@~2.0.0
22451npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for with
22452npm verb addNameRange registry:http://registry.npmjs.org/with not in flight; fetching
22453npm verb cache add spec constantinople@~2.0.0
22454npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for constantinople
22455npm verb addNameRange registry:http://registry.npmjs.org/constantinople not in flight; fetching
22456npm verb cache add spec transformers@2.1.0
22457npm verb addNamed "2.1.0" is a plain semver version for transformers
22458npm verb addNameVersion registry:http://registry.npmjs.org/transformers not in flight; fetching
22459npm http 200 http://registry.npmjs.org/monocle
22460npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22461npm verb headers etag: '"2J5AOQ0NEBJ0D0Z7RS9HU8GHI"',
22462npm verb headers 'content-type': 'application/json',
22463npm verb headers 'cache-control': 'max-age=300',
22464npm verb headers 'content-length': '42149',
22465npm verb headers 'accept-ranges': 'bytes',
22466npm verb headers date: 'Tue, 29 Dec 2015 19:31:20 GMT',
22467npm verb headers age: '71',
22468npm verb headers 'x-served-by': 'cache-fra1221-FRA',
22469npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22470npm verb headers 'x-cache-hits': '1',
22471npm verb headers 'x-timer': 'S1451417480.792762,VS0,VE0',
22472npm verb headers vary: 'Accept',
22473npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22474npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22475npm verb headers connection: 'keep-alive' }
22476npm verb get saving monocle to /root/.npm/registry.npmjs.org/monocle/.cache.json
22477npm http 200 http://registry.npmjs.org/character-parser
22478npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22479npm verb headers etag: '"8XO8S7PSPSM07ANFYMWNF0ABD"',
22480npm verb headers 'content-type': 'application/json',
22481npm verb headers 'cache-control': 'max-age=300',
22482npm verb headers 'content-length': '20617',
22483npm verb headers 'accept-ranges': 'bytes',
22484npm verb headers date: 'Tue, 29 Dec 2015 19:31:20 GMT',
22485npm verb headers age: '110',
22486npm verb headers 'x-served-by': 'cache-fra1226-FRA',
22487npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22488npm verb headers 'x-cache-hits': '1',
22489npm verb headers 'x-timer': 'S1451417480.792912,VS0,VE0',
22490npm verb headers vary: 'Accept',
22491npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22492npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22493npm verb headers connection: 'keep-alive' }
22494npm verb get saving character-parser to /root/.npm/registry.npmjs.org/character-parser/.cache.json
22495npm http 200 http://registry.npmjs.org/commander
22496npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22497npm verb headers etag: '"DYW0JBRXQO3Y28VX1THARSCBL"',
22498npm verb headers 'content-type': 'application/json',
22499npm verb headers 'cache-control': 'max-age=300',
22500npm verb headers 'content-length': '60654',
22501npm verb headers 'accept-ranges': 'bytes',
22502npm verb headers date: 'Tue, 29 Dec 2015 19:31:20 GMT',
22503npm verb headers age: '36',
22504npm verb headers 'x-served-by': 'cache-fra1234-FRA',
22505npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22506npm verb headers 'x-cache-hits': '1',
22507npm verb headers 'x-timer': 'S1451417480.789640,VS0,VE0',
22508npm verb headers vary: 'Accept',
22509npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
22510npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22511npm verb headers connection: 'keep-alive' }
22512npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
22513npm verb get http://registry.npmjs.org/with not expired, no request
22514npm verb addNamed "2.0.0" is a plain semver version for with
22515npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz not in flight; adding
22516npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.3.5
22517npm verb addRemoteTarball http://registry.npmjs.org/with/-/with-2.0.0.tgz not in flight; adding
22518npm verb addRemoteTarball [ 'http://registry.npmjs.org/with/-/with-2.0.0.tgz',
22519npm verb addRemoteTarball 'ec01ff021db9df05639047147ede012f5e6d0afd' ]
22520npm verb get http://registry.npmjs.org/constantinople not expired, no request
22521npm verb addNamed "2.0.1" is a plain semver version for constantinople
22522npm verb get http://registry.npmjs.org/transformers not expired, no request
22523npm verb addRemoteTarball http://registry.npmjs.org/constantinople/-/constantinople-2.0.1.tgz not in flight; adding
22524npm verb addRemoteTarball [ 'http://registry.npmjs.org/constantinople/-/constantinople-2.0.1.tgz',
22525npm verb addRemoteTarball '5829f856f301a9bdb107d935f77d8eb8ccec4c79' ]
22526npm verb addRemoteTarball http://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz not in flight; adding
22527npm verb addRemoteTarball [ 'http://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz',
22528npm verb addRemoteTarball '5d23cb35561dd85dc67fb8482309b47d53cce9a7' ]
22529npm info retry fetch attempt 1 at 19:31:20
22530npm info attempt registry request try #1 at 19:31:20
22531npm http fetch GET http://registry.npmjs.org/with/-/with-2.0.0.tgz
22532npm info retry fetch attempt 1 at 19:31:20
22533npm info attempt registry request try #1 at 19:31:20
22534npm http fetch GET http://registry.npmjs.org/constantinople/-/constantinople-2.0.1.tgz
22535npm info retry fetch attempt 1 at 19:31:20
22536npm info attempt registry request try #1 at 19:31:20
22537npm http fetch GET http://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz
22538npm verb cache add spec monocle@1.1.51
22539npm verb addNamed "1.1.51" is a plain semver version for monocle
22540npm verb addNameVersion registry:http://registry.npmjs.org/monocle not in flight; fetching
22541npm verb cache add spec character-parser@1.2.0
22542npm verb addNamed "1.2.0" is a plain semver version for character-parser
22543npm verb addNameVersion registry:http://registry.npmjs.org/character-parser not in flight; fetching
22544npm verb cache add spec commander@2.1.0
22545npm verb addNamed "2.1.0" is a plain semver version for commander
22546npm verb addNameVersion registry:http://registry.npmjs.org/commander not in flight; fetching
22547npm http fetch 200 http://registry.npmjs.org/with/-/with-2.0.0.tgz
22548npm http fetch 200 http://registry.npmjs.org/constantinople/-/constantinople-2.0.1.tgz
22549npm http fetch 200 http://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz
22550npm verb get http://registry.npmjs.org/monocle not expired, no request
22551npm verb get http://registry.npmjs.org/character-parser not expired, no request
22552npm verb get http://registry.npmjs.org/commander not expired, no request
22553npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json not in flight; writing
22554npm verb addRemoteTarball http://registry.npmjs.org/monocle/-/monocle-1.1.51.tgz not in flight; adding
22555npm verb addRemoteTarball [ 'http://registry.npmjs.org/monocle/-/monocle-1.1.51.tgz',
22556npm verb addRemoteTarball '22ed16e112e9b056769c5ccac920e375249d89c0' ]
22557npm verb addRemoteTarball http://registry.npmjs.org/character-parser/-/character-parser-1.2.0.tgz not in flight; adding
22558npm verb addRemoteTarball [ 'http://registry.npmjs.org/character-parser/-/character-parser-1.2.0.tgz',
22559npm verb addRemoteTarball '94134d6e5d870a39be359f7d22460935184ddef6' ]
22560npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.1.0.tgz not in flight; adding
22561npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.1.0.tgz',
22562npm verb addRemoteTarball 'd121bbae860d9992a3d517ba96f56588e47c6781' ]
22563npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/with/-/with-2.0.0.tgz not in flight; adding
22564npm verb addTmpTarball already have metadata; skipping unpack for with@2.0.0
22565npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/constantinople/-/constantinople-2.0.1.tgz not in flight; adding
22566npm verb addTmpTarball already have metadata; skipping unpack for constantinople@2.0.1
22567npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/transformers/-/transformers-2.1.0.tgz not in flight; adding
22568npm verb addTmpTarball already have metadata; skipping unpack for transformers@2.1.0
22569npm info retry fetch attempt 1 at 19:31:21
22570npm info attempt registry request try #1 at 19:31:21
22571npm http fetch GET http://registry.npmjs.org/monocle/-/monocle-1.1.51.tgz
22572npm info retry fetch attempt 1 at 19:31:21
22573npm info attempt registry request try #1 at 19:31:21
22574npm http fetch GET http://registry.npmjs.org/character-parser/-/character-parser-1.2.0.tgz
22575npm info retry fetch attempt 1 at 19:31:21
22576npm info attempt registry request try #1 at 19:31:21
22577npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.1.0.tgz
22578npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json written
22579npm verb afterAdd /root/.npm/constantinople/2.0.1/package/package.json not in flight; writing
22580npm verb afterAdd /root/.npm/with/2.0.0/package/package.json not in flight; writing
22581npm http fetch 200 http://registry.npmjs.org/monocle/-/monocle-1.1.51.tgz
22582npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.1.0.tgz
22583npm http fetch 200 http://registry.npmjs.org/character-parser/-/character-parser-1.2.0.tgz
22584npm verb afterAdd /root/.npm/transformers/2.1.0/package/package.json not in flight; writing
22585npm verb afterAdd /root/.npm/constantinople/2.0.1/package/package.json written
22586npm verb afterAdd /root/.npm/with/2.0.0/package/package.json written
22587npm verb afterAdd /root/.npm/transformers/2.1.0/package/package.json written
22588npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/monocle/-/monocle-1.1.51.tgz not in flight; adding
22589npm verb addTmpTarball already have metadata; skipping unpack for monocle@1.1.51
22590npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/commander/-/commander-2.1.0.tgz not in flight; adding
22591npm verb addTmpTarball already have metadata; skipping unpack for commander@2.1.0
22592npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/character-parser/-/character-parser-1.2.0.tgz not in flight; adding
22593npm verb addTmpTarball already have metadata; skipping unpack for character-parser@1.2.0
22594npm verb afterAdd /root/.npm/monocle/1.1.51/package/package.json not in flight; writing
22595npm verb afterAdd /root/.npm/character-parser/1.2.0/package/package.json not in flight; writing
22596npm verb afterAdd /root/.npm/commander/2.1.0/package/package.json not in flight; writing
22597npm verb afterAdd /root/.npm/monocle/1.1.51/package/package.json written
22598npm verb afterAdd /root/.npm/character-parser/1.2.0/package/package.json written
22599npm verb afterAdd /root/.npm/commander/2.1.0/package/package.json written
22600npm verb request uri http://registry.npmjs.org/uglify-js
22601npm verb request no auth needed
22602npm info attempt registry request try #1 at 19:31:21
22603npm http request GET http://registry.npmjs.org/uglify-js
22604npm http 200 http://registry.npmjs.org/uglify-js
22605npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22606npm verb headers etag: '"BE7FWKSDTIOBL0YMPX4ZON01W"',
22607npm verb headers 'content-type': 'application/json',
22608npm verb headers 'cache-control': 'max-age=300',
22609npm verb headers 'content-length': '102950',
22610npm verb headers 'accept-ranges': 'bytes',
22611npm verb headers date: 'Tue, 29 Dec 2015 19:31:21 GMT',
22612npm verb headers age: '205',
22613npm verb headers 'x-served-by': 'cache-fra1226-FRA',
22614npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22615npm verb headers 'x-cache-hits': '4',
22616npm verb headers 'x-timer': 'S1451417481.102696,VS0,VE0',
22617npm verb headers vary: 'Accept',
22618npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
22619npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22620npm verb headers connection: 'keep-alive' }
22621npm verb get saving uglify-js to /root/.npm/registry.npmjs.org/uglify-js/.cache.json
22622npm verb cache add spec uglify-js@~2.4.0
22623npm verb addNamed ">=2.4.0 <2.5.0" is a valid semver range for uglify-js
22624npm verb addNameRange registry:http://registry.npmjs.org/uglify-js not in flight; fetching
22625npm verb get http://registry.npmjs.org/uglify-js not expired, no request
22626npm verb addNamed "2.4.24" is a plain semver version for uglify-js
22627npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz not in flight; adding
22628npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz',
22629npm verb addRemoteTarball 'fad5755c1e1577658bb06ff9ab6e548c95bebd6e' ]
22630npm info retry fetch attempt 1 at 19:31:21
22631npm info attempt registry request try #1 at 19:31:21
22632npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz
22633npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz
22634npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz not in flight; adding
22635npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.4.24
22636npm verb afterAdd /root/.npm/uglify-js/2.4.24/package/package.json not in flight; writing
22637npm verb afterAdd /root/.npm/uglify-js/2.4.24/package/package.json written
22638npm verb cache add spec async@~0.2.6
22639npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for async
22640npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
22641npm verb request uri http://registry.npmjs.org/source-map
22642npm verb request no auth needed
22643npm info attempt registry request try #1 at 19:31:21
22644npm http request GET http://registry.npmjs.org/source-map
22645npm verb request uri http://registry.npmjs.org/uglify-to-browserify
22646npm verb request no auth needed
22647npm info attempt registry request try #1 at 19:31:21
22648npm http request GET http://registry.npmjs.org/uglify-to-browserify
22649npm verb request uri http://registry.npmjs.org/yargs
22650npm verb request no auth needed
22651npm info attempt registry request try #1 at 19:31:21
22652npm http request GET http://registry.npmjs.org/yargs
22653npm verb request uri http://registry.npmjs.org/async
22654npm verb request no auth needed
22655npm info attempt registry request try #1 at 19:31:21
22656npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
22657npm http request GET http://registry.npmjs.org/async
22658npm http 304 http://registry.npmjs.org/async
22659npm verb headers { date: 'Tue, 29 Dec 2015 19:30:14 GMT',
22660npm verb headers 'content-type': 'application/json',
22661npm verb headers age: '88',
22662npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
22663npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
22664npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
22665npm verb headers connection: 'keep-alive' }
22666npm verb etag http://registry.npmjs.org/async from cache
22667npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
22668npm verb addNamed "0.2.10" is a plain semver version for async
22669npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.2.10.tgz not in flight; adding
22670npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.2.10.tgz',
22671npm verb addRemoteTarball 'b6bbe0b0674b9d719708ca38de8c237cb526c3d1' ]
22672npm info retry fetch attempt 1 at 19:31:21
22673npm info attempt registry request try #1 at 19:31:21
22674npm http fetch GET http://registry.npmjs.org/async/-/async-0.2.10.tgz
22675npm http fetch 200 http://registry.npmjs.org/async/-/async-0.2.10.tgz
22676npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/async/-/async-0.2.10.tgz not in flight; adding
22677npm verb addTmpTarball already have metadata; skipping unpack for async@0.2.10
22678npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
22679npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
22680npm http 200 http://registry.npmjs.org/source-map
22681npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22682npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
22683npm verb headers 'content-type': 'application/json',
22684npm verb headers 'cache-control': 'max-age=60',
22685npm verb headers 'content-length': '140793',
22686npm verb headers 'accept-ranges': 'bytes',
22687npm verb headers date: 'Tue, 29 Dec 2015 19:31:21 GMT',
22688npm verb headers age: '44',
22689npm verb headers 'x-served-by': 'cache-fra1226-FRA',
22690npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22691npm verb headers 'x-cache-hits': '2',
22692npm verb headers 'x-timer': 'S1451417481.555929,VS0,VE0',
22693npm verb headers vary: 'Accept',
22694npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22695npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22696npm verb headers connection: 'keep-alive' }
22697npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
22698npm verb cache add spec source-map@0.1.34
22699npm verb addNamed "0.1.34" is a plain semver version for source-map
22700npm verb addNameVersion registry:http://registry.npmjs.org/source-map not in flight; fetching
22701npm verb get http://registry.npmjs.org/source-map not expired, no request
22702npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz not in flight; adding
22703npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz',
22704npm verb addRemoteTarball 'a7cfe89aec7b1682c3b198d0acfb47d7d090566b' ]
22705npm info retry fetch attempt 1 at 19:31:21
22706npm info attempt registry request try #1 at 19:31:21
22707npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz
22708npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz
22709npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/source-map/-/source-map-0.1.34.tgz not in flight; adding
22710npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.1.34
22711npm verb afterAdd /root/.npm/source-map/0.1.34/package/package.json not in flight; writing
22712npm verb afterAdd /root/.npm/source-map/0.1.34/package/package.json written
22713npm http 200 http://registry.npmjs.org/yargs
22714npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22715npm verb headers etag: '"7EKDP4FRWZTLN3TSSF6L8LBTH"',
22716npm verb headers 'content-type': 'application/json',
22717npm verb headers 'cache-control': 'max-age=300',
22718npm verb headers 'content-length': '170209',
22719npm verb headers 'accept-ranges': 'bytes',
22720npm verb headers date: 'Tue, 29 Dec 2015 19:31:21 GMT',
22721npm verb headers age: '70',
22722npm verb headers 'x-served-by': 'cache-fra1229-FRA',
22723npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22724npm verb headers 'x-cache-hits': '6',
22725npm verb headers 'x-timer': 'S1451417481.773429,VS0,VE0',
22726npm verb headers vary: 'Accept',
22727npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
22728npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22729npm verb headers connection: 'keep-alive' }
22730npm verb get saving yargs to /root/.npm/registry.npmjs.org/yargs/.cache.json
22731npm verb cache add spec yargs@~3.5.4
22732npm verb addNamed ">=3.5.4 <3.6.0" is a valid semver range for yargs
22733npm verb addNameRange registry:http://registry.npmjs.org/yargs not in flight; fetching
22734npm verb get http://registry.npmjs.org/yargs not expired, no request
22735npm verb addNamed "3.5.4" is a plain semver version for yargs
22736npm verb addRemoteTarball http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz not in flight; adding
22737npm verb addRemoteTarball [ 'http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz',
22738npm verb addRemoteTarball 'd8aff8f665e94c34bd259bdebd1bfaf0ddd35361' ]
22739npm info retry fetch attempt 1 at 19:31:21
22740npm info attempt registry request try #1 at 19:31:21
22741npm http fetch GET http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz
22742npm http fetch 200 http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz
22743npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/yargs/-/yargs-3.5.4.tgz not in flight; adding
22744npm verb addTmpTarball already have metadata; skipping unpack for yargs@3.5.4
22745npm verb afterAdd /root/.npm/yargs/3.5.4/package/package.json not in flight; writing
22746npm verb afterAdd /root/.npm/yargs/3.5.4/package/package.json written
22747npm http 200 http://registry.npmjs.org/uglify-to-browserify
22748npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22749npm verb headers etag: '"BEHQLBD9DR6K29JIICSDUTRUR"',
22750npm verb headers 'content-type': 'application/json',
22751npm verb headers 'cache-control': 'max-age=60',
22752npm verb headers 'content-length': '4775',
22753npm verb headers 'accept-ranges': 'bytes',
22754npm verb headers date: 'Tue, 29 Dec 2015 19:31:21 GMT',
22755npm verb headers age: '44',
22756npm verb headers 'x-served-by': 'cache-fra1221-FRA',
22757npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22758npm verb headers 'x-cache-hits': '1',
22759npm verb headers 'x-timer': 'S1451417481.773854,VS0,VE0',
22760npm verb headers vary: 'Accept',
22761npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22762npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22763npm verb headers connection: 'keep-alive' }
22764npm verb get saving uglify-to-browserify to /root/.npm/registry.npmjs.org/uglify-to-browserify/.cache.json
22765npm verb cache add spec uglify-to-browserify@~1.0.0
22766npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for uglify-to-browserify
22767npm verb addNameRange registry:http://registry.npmjs.org/uglify-to-browserify not in flight; fetching
22768npm verb get http://registry.npmjs.org/uglify-to-browserify not expired, no request
22769npm verb addNamed "1.0.2" is a plain semver version for uglify-to-browserify
22770npm verb addRemoteTarball http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz not in flight; adding
22771npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz',
22772npm verb addRemoteTarball '6e0924d6bda6b5afe349e39a6d632850a0f882b7' ]
22773npm info retry fetch attempt 1 at 19:31:22
22774npm info attempt registry request try #1 at 19:31:22
22775npm http fetch GET http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz
22776npm http fetch 200 http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz
22777npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz not in flight; adding
22778npm verb addTmpTarball already have metadata; skipping unpack for uglify-to-browserify@1.0.2
22779npm verb afterAdd /root/.npm/uglify-to-browserify/1.0.2/package/package.json not in flight; writing
22780npm verb afterAdd /root/.npm/uglify-to-browserify/1.0.2/package/package.json written
22781npm verb request uri http://registry.npmjs.org/amdefine
22782npm verb request no auth needed
22783npm info attempt registry request try #1 at 19:31:22
22784npm http request GET http://registry.npmjs.org/amdefine
22785npm http 200 http://registry.npmjs.org/amdefine
22786npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22787npm verb headers etag: '"6U9GHH4I8CAX7G1R4EWYEO1Z9"',
22788npm verb headers 'content-type': 'application/json',
22789npm verb headers 'cache-control': 'max-age=300',
22790npm verb headers 'content-length': '17411',
22791npm verb headers 'accept-ranges': 'bytes',
22792npm verb headers date: 'Tue, 29 Dec 2015 19:31:22 GMT',
22793npm verb headers age: '77',
22794npm verb headers 'x-served-by': 'cache-fra1221-FRA',
22795npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22796npm verb headers 'x-cache-hits': '2',
22797npm verb headers 'x-timer': 'S1451417482.124706,VS0,VE0',
22798npm verb headers vary: 'Accept',
22799npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22800npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22801npm verb headers connection: 'keep-alive' }
22802npm verb get saving amdefine to /root/.npm/registry.npmjs.org/amdefine/.cache.json
22803npm verb cache add spec amdefine@>=0.0.4
22804npm verb addNamed ">=0.0.4" is a valid semver range for amdefine
22805npm verb addNameRange registry:http://registry.npmjs.org/amdefine not in flight; fetching
22806npm verb get http://registry.npmjs.org/amdefine not expired, no request
22807npm verb addNamed "1.0.0" is a plain semver version for amdefine
22808npm verb addRemoteTarball http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz not in flight; adding
22809npm verb addRemoteTarball [ 'http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz',
22810npm verb addRemoteTarball 'fd17474700cb5cc9c2b709f0be9d23ce3c198c33' ]
22811npm info retry fetch attempt 1 at 19:31:22
22812npm info attempt registry request try #1 at 19:31:22
22813npm http fetch GET http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz
22814npm http fetch 200 http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz
22815npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz not in flight; adding
22816npm verb addTmpTarball already have metadata; skipping unpack for amdefine@1.0.0
22817npm verb afterAdd /root/.npm/amdefine/1.0.0/package/package.json not in flight; writing
22818npm verb afterAdd /root/.npm/amdefine/1.0.0/package/package.json written
22819npm verb request uri http://registry.npmjs.org/decamelize
22820npm verb request no auth needed
22821npm info attempt registry request try #1 at 19:31:22
22822npm http request GET http://registry.npmjs.org/decamelize
22823npm verb request uri http://registry.npmjs.org/window-size
22824npm verb request no auth needed
22825npm info attempt registry request try #1 at 19:31:22
22826npm http request GET http://registry.npmjs.org/window-size
22827npm verb request uri http://registry.npmjs.org/wordwrap
22828npm verb request no auth needed
22829npm info attempt registry request try #1 at 19:31:22
22830npm http request GET http://registry.npmjs.org/wordwrap
22831npm http 200 http://registry.npmjs.org/decamelize
22832npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22833npm verb headers etag: '"4P8GGUAZSP3O7T754ICN6U7IN"',
22834npm verb headers 'content-type': 'application/json',
22835npm verb headers 'cache-control': 'max-age=300',
22836npm verb headers 'content-length': '6752',
22837npm verb headers 'accept-ranges': 'bytes',
22838npm verb headers date: 'Tue, 29 Dec 2015 19:31:22 GMT',
22839npm verb headers age: '264',
22840npm verb headers 'x-served-by': 'cache-fra1221-FRA',
22841npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22842npm verb headers 'x-cache-hits': '2',
22843npm verb headers 'x-timer': 'S1451417482.227176,VS0,VE0',
22844npm verb headers vary: 'Accept',
22845npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
22846npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22847npm verb headers connection: 'keep-alive' }
22848npm verb get saving decamelize to /root/.npm/registry.npmjs.org/decamelize/.cache.json
22849npm http 200 http://registry.npmjs.org/wordwrap
22850npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22851npm verb headers etag: '"73LBTAP4GYYX0WY7YM3IQ89SJ"',
22852npm verb headers 'content-type': 'application/json',
22853npm verb headers 'cache-control': 'max-age=300',
22854npm verb headers 'content-length': '6792',
22855npm verb headers 'accept-ranges': 'bytes',
22856npm verb headers date: 'Tue, 29 Dec 2015 19:31:22 GMT',
22857npm verb headers age: '126',
22858npm verb headers 'x-served-by': 'cache-fra1226-FRA',
22859npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22860npm verb headers 'x-cache-hits': '4',
22861npm verb headers 'x-timer': 'S1451417482.227805,VS0,VE0',
22862npm verb headers vary: 'Accept',
22863npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
22864npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22865npm verb headers connection: 'keep-alive' }
22866npm verb get saving wordwrap to /root/.npm/registry.npmjs.org/wordwrap/.cache.json
22867npm http 200 http://registry.npmjs.org/window-size
22868npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22869npm verb headers etag: '"663MQE2QDQ87JZWCV2SZKKO24"',
22870npm verb headers 'content-type': 'application/json',
22871npm verb headers 'cache-control': 'max-age=60',
22872npm verb headers 'content-length': '8907',
22873npm verb headers 'accept-ranges': 'bytes',
22874npm verb headers date: 'Tue, 29 Dec 2015 19:31:22 GMT',
22875npm verb headers age: '6',
22876npm verb headers 'x-served-by': 'cache-fra1229-FRA',
22877npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22878npm verb headers 'x-cache-hits': '1',
22879npm verb headers 'x-timer': 'S1451417482.227373,VS0,VE0',
22880npm verb headers vary: 'Accept',
22881npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22882npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22883npm verb headers connection: 'keep-alive' }
22884npm verb get saving window-size to /root/.npm/registry.npmjs.org/window-size/.cache.json
22885npm verb cache add spec wordwrap@0.0.2
22886npm verb addNamed "0.0.2" is a plain semver version for wordwrap
22887npm verb addNameVersion registry:http://registry.npmjs.org/wordwrap not in flight; fetching
22888npm verb cache add spec window-size@0.1.0
22889npm verb addNamed "0.1.0" is a plain semver version for window-size
22890npm verb addNameVersion registry:http://registry.npmjs.org/window-size not in flight; fetching
22891npm verb cache add spec decamelize@^1.0.0
22892npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for decamelize
22893npm verb addNameRange registry:http://registry.npmjs.org/decamelize not in flight; fetching
22894npm verb get http://registry.npmjs.org/wordwrap not expired, no request
22895npm verb get http://registry.npmjs.org/window-size not expired, no request
22896npm verb get http://registry.npmjs.org/decamelize not expired, no request
22897npm verb addNamed "1.1.2" is a plain semver version for decamelize
22898npm verb addRemoteTarball http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz not in flight; adding
22899npm verb addRemoteTarball [ 'http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz',
22900npm verb addRemoteTarball 'b79669bb42ecb409f83d583cad52ca17eaa1643f' ]
22901npm verb addRemoteTarball http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz not in flight; adding
22902npm verb addRemoteTarball [ 'http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz',
22903npm verb addRemoteTarball '5438cd2ea93b202efa3a19fe8887aee7c94f9c9d' ]
22904npm verb addRemoteTarball http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz not in flight; adding
22905npm verb addRemoteTarball [ 'http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz',
22906npm verb addRemoteTarball 'dcc93727be209632e98b02718ef4cb79602322f2' ]
22907npm info retry fetch attempt 1 at 19:31:22
22908npm info attempt registry request try #1 at 19:31:22
22909npm http fetch GET http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
22910npm info retry fetch attempt 1 at 19:31:22
22911npm info attempt registry request try #1 at 19:31:22
22912npm http fetch GET http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz
22913npm info retry fetch attempt 1 at 19:31:22
22914npm info attempt registry request try #1 at 19:31:22
22915npm http fetch GET http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz
22916npm http fetch 200 http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
22917npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz not in flight; adding
22918npm verb addTmpTarball already have metadata; skipping unpack for wordwrap@0.0.2
22919npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json not in flight; writing
22920npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json written
22921npm http fetch 200 http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz
22922npm http fetch 200 http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz
22923npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/window-size/-/window-size-0.1.0.tgz not in flight; adding
22924npm verb addTmpTarball already have metadata; skipping unpack for window-size@0.1.0
22925npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz not in flight; adding
22926npm verb addTmpTarball already have metadata; skipping unpack for decamelize@1.1.2
22927npm verb afterAdd /root/.npm/window-size/0.1.0/package/package.json not in flight; writing
22928npm verb afterAdd /root/.npm/decamelize/1.1.2/package/package.json not in flight; writing
22929npm verb afterAdd /root/.npm/window-size/0.1.0/package/package.json written
22930npm verb afterAdd /root/.npm/decamelize/1.1.2/package/package.json written
22931npm verb request uri http://registry.npmjs.org/escape-string-regexp
22932npm verb request no auth needed
22933npm info attempt registry request try #1 at 19:31:22
22934npm http request GET http://registry.npmjs.org/escape-string-regexp
22935npm http 200 http://registry.npmjs.org/escape-string-regexp
22936npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22937npm verb headers etag: '"9M31MYSQ5P7WRVITKS9SAJ2B3"',
22938npm verb headers 'content-type': 'application/json',
22939npm verb headers 'cache-control': 'max-age=300',
22940npm verb headers 'content-length': '7730',
22941npm verb headers 'accept-ranges': 'bytes',
22942npm verb headers date: 'Tue, 29 Dec 2015 19:31:22 GMT',
22943npm verb headers age: '257',
22944npm verb headers 'x-served-by': 'cache-fra1229-FRA',
22945npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22946npm verb headers 'x-cache-hits': '15',
22947npm verb headers 'x-timer': 'S1451417482.365221,VS0,VE0',
22948npm verb headers vary: 'Accept',
22949npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22950npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22951npm verb headers connection: 'keep-alive' }
22952npm verb get saving escape-string-regexp to /root/.npm/registry.npmjs.org/escape-string-regexp/.cache.json
22953npm verb cache add spec escape-string-regexp@^1.0.4
22954npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for escape-string-regexp
22955npm verb addNameRange registry:http://registry.npmjs.org/escape-string-regexp not in flight; fetching
22956npm verb get http://registry.npmjs.org/escape-string-regexp not expired, no request
22957npm verb addNamed "1.0.4" is a plain semver version for escape-string-regexp
22958npm verb addRemoteTarball http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz not in flight; adding
22959npm verb addRemoteTarball [ 'http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz',
22960npm verb addRemoteTarball 'b85e679b46f72d03fbbe8a3bf7259d535c21b62f' ]
22961npm info retry fetch attempt 1 at 19:31:22
22962npm info attempt registry request try #1 at 19:31:22
22963npm http fetch GET http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz
22964npm http fetch 200 http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz
22965npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz not in flight; adding
22966npm verb addTmpTarball already have metadata; skipping unpack for escape-string-regexp@1.0.4
22967npm verb afterAdd /root/.npm/escape-string-regexp/1.0.4/package/package.json not in flight; writing
22968npm verb afterAdd /root/.npm/escape-string-regexp/1.0.4/package/package.json written
22969npm verb request uri http://registry.npmjs.org/readdirp
22970npm verb request no auth needed
22971npm info attempt registry request try #1 at 19:31:22
22972npm http request GET http://registry.npmjs.org/readdirp
22973npm http 200 http://registry.npmjs.org/readdirp
22974npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22975npm verb headers etag: '"COCTXE1WWQR4V0VYMHY6H3M61"',
22976npm verb headers 'content-type': 'application/json',
22977npm verb headers 'cache-control': 'max-age=60',
22978npm verb headers 'content-length': '37232',
22979npm verb headers 'accept-ranges': 'bytes',
22980npm verb headers date: 'Tue, 29 Dec 2015 19:31:22 GMT',
22981npm verb headers age: '38',
22982npm verb headers 'x-served-by': 'cache-fra1229-FRA',
22983npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
22984npm verb headers 'x-cache-hits': '685',
22985npm verb headers 'x-timer': 'S1451417482.424151,VS0,VE0',
22986npm verb headers vary: 'Accept',
22987npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
22988npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
22989npm verb headers connection: 'keep-alive' }
22990npm verb get saving readdirp to /root/.npm/registry.npmjs.org/readdirp/.cache.json
22991npm verb cache add spec readdirp@~0.2.3
22992npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for readdirp
22993npm verb addNameRange registry:http://registry.npmjs.org/readdirp not in flight; fetching
22994npm verb get http://registry.npmjs.org/readdirp not expired, no request
22995npm verb addNamed "0.2.5" is a plain semver version for readdirp
22996npm verb addRemoteTarball http://registry.npmjs.org/readdirp/-/readdirp-0.2.5.tgz not in flight; adding
22997npm verb addRemoteTarball [ 'http://registry.npmjs.org/readdirp/-/readdirp-0.2.5.tgz',
22998npm verb addRemoteTarball 'c4c276e52977ae25db5191fe51d008550f15d9bb' ]
22999npm info retry fetch attempt 1 at 19:31:22
23000npm info attempt registry request try #1 at 19:31:22
23001npm http fetch GET http://registry.npmjs.org/readdirp/-/readdirp-0.2.5.tgz
23002npm http fetch 200 http://registry.npmjs.org/readdirp/-/readdirp-0.2.5.tgz
23003npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/readdirp/-/readdirp-0.2.5.tgz not in flight; adding
23004npm verb addTmpTarball already have metadata; skipping unpack for readdirp@0.2.5
23005npm verb afterAdd /root/.npm/readdirp/0.2.5/package/package.json not in flight; writing
23006npm verb afterAdd /root/.npm/readdirp/0.2.5/package/package.json written
23007npm verb request uri http://registry.npmjs.org/minimatch
23008npm verb request no auth needed
23009npm info attempt registry request try #1 at 19:31:22
23010npm http request GET http://registry.npmjs.org/minimatch
23011npm http 200 http://registry.npmjs.org/minimatch
23012npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23013npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
23014npm verb headers 'content-type': 'application/json',
23015npm verb headers 'cache-control': 'max-age=300',
23016npm verb headers 'content-length': '46171',
23017npm verb headers 'accept-ranges': 'bytes',
23018npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
23019npm verb headers 'x-served-by': 'cache-fra1230-FRA',
23020npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
23021npm verb headers 'x-cache-hits': '7',
23022npm verb headers 'x-timer': 'S1451417409.917534,VS0,VE0',
23023npm verb headers vary: 'Accept',
23024npm verb headers age: '242',
23025npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
23026npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23027npm verb headers connection: 'keep-alive' }
23028npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
23029npm verb cache add spec minimatch@>=0.2.4
23030npm verb addNamed ">=0.2.4" is a valid semver range for minimatch
23031npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
23032npm verb get http://registry.npmjs.org/minimatch not expired, no request
23033npm verb addNamed "3.0.0" is a plain semver version for minimatch
23034npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
23035npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz',
23036npm verb addRemoteTarball '5236157a51e4f004c177fb3c527ff7dd78f0ef83' ]
23037npm info retry fetch attempt 1 at 19:31:22
23038npm info attempt registry request try #1 at 19:31:22
23039npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
23040npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
23041npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
23042npm verb addTmpTarball already have metadata; skipping unpack for minimatch@3.0.0
23043npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json not in flight; writing
23044npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json written
23045npm verb request uri http://registry.npmjs.org/brace-expansion
23046npm verb request no auth needed
23047npm info attempt registry request try #1 at 19:31:22
23048npm http request GET http://registry.npmjs.org/brace-expansion
23049npm http 200 http://registry.npmjs.org/brace-expansion
23050npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23051npm verb headers etag: '"BC3J7JX1LEFWG3645L5NSTZJP"',
23052npm verb headers 'content-type': 'application/json',
23053npm verb headers 'cache-control': 'max-age=300',
23054npm verb headers 'content-length': '12850',
23055npm verb headers 'accept-ranges': 'bytes',
23056npm verb headers date: 'Tue, 29 Dec 2015 19:31:22 GMT',
23057npm verb headers age: '46',
23058npm verb headers 'x-served-by': 'cache-fra1229-FRA',
23059npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23060npm verb headers 'x-cache-hits': '6',
23061npm verb headers 'x-timer': 'S1451417482.704602,VS0,VE0',
23062npm verb headers vary: 'Accept',
23063npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23064npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23065npm verb headers connection: 'keep-alive' }
23066npm verb get saving brace-expansion to /root/.npm/registry.npmjs.org/brace-expansion/.cache.json
23067npm verb cache add spec brace-expansion@^1.0.0
23068npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
23069npm verb addNameRange registry:http://registry.npmjs.org/brace-expansion not in flight; fetching
23070npm verb get http://registry.npmjs.org/brace-expansion not expired, no request
23071npm verb addNamed "1.1.2" is a plain semver version for brace-expansion
23072npm verb addRemoteTarball http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
23073npm verb addRemoteTarball [ 'http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz',
23074npm verb addRemoteTarball 'f21445d0488b658e2771efd870eff51df29f04ef' ]
23075npm info retry fetch attempt 1 at 19:31:22
23076npm info attempt registry request try #1 at 19:31:22
23077npm http fetch GET http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
23078npm http fetch 200 http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
23079npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
23080npm verb addTmpTarball already have metadata; skipping unpack for brace-expansion@1.1.2
23081npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json not in flight; writing
23082npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json written
23083npm verb request uri http://registry.npmjs.org/balanced-match
23084npm verb request no auth needed
23085npm info attempt registry request try #1 at 19:31:22
23086npm http request GET http://registry.npmjs.org/balanced-match
23087npm verb request uri http://registry.npmjs.org/concat-map
23088npm verb request no auth needed
23089npm info attempt registry request try #1 at 19:31:22
23090npm http request GET http://registry.npmjs.org/concat-map
23091npm http 200 http://registry.npmjs.org/balanced-match
23092npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23093npm verb headers etag: '"EWNXFSBBRIGH7I8HCEJKUKS4M"',
23094npm verb headers 'content-type': 'application/json',
23095npm verb headers 'cache-control': 'max-age=60',
23096npm verb headers 'content-length': '11775',
23097npm verb headers 'accept-ranges': 'bytes',
23098npm verb headers date: 'Tue, 29 Dec 2015 19:31:22 GMT',
23099npm verb headers age: '8',
23100npm verb headers 'x-served-by': 'cache-fra1229-FRA',
23101npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23102npm verb headers 'x-cache-hits': '1',
23103npm verb headers 'x-timer': 'S1451417482.780094,VS0,VE0',
23104npm verb headers vary: 'Accept',
23105npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23106npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23107npm verb headers connection: 'keep-alive' }
23108npm verb get saving balanced-match to /root/.npm/registry.npmjs.org/balanced-match/.cache.json
23109npm http 200 http://registry.npmjs.org/concat-map
23110npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23111npm verb headers etag: '"66LI2B4AH1989LYDFSL4P944A"',
23112npm verb headers 'content-type': 'application/json',
23113npm verb headers 'cache-control': 'max-age=300',
23114npm verb headers 'content-length': '3896',
23115npm verb headers 'accept-ranges': 'bytes',
23116npm verb headers date: 'Tue, 29 Dec 2015 19:31:22 GMT',
23117npm verb headers age: '47',
23118npm verb headers 'x-served-by': 'cache-fra1221-FRA',
23119npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23120npm verb headers 'x-cache-hits': '2',
23121npm verb headers 'x-timer': 'S1451417482.782462,VS0,VE0',
23122npm verb headers vary: 'Accept',
23123npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23124npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23125npm verb headers connection: 'keep-alive' }
23126npm verb get saving concat-map to /root/.npm/registry.npmjs.org/concat-map/.cache.json
23127npm verb cache add spec balanced-match@^0.3.0
23128npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for balanced-match
23129npm verb addNameRange registry:http://registry.npmjs.org/balanced-match not in flight; fetching
23130npm verb cache add spec concat-map@0.0.1
23131npm verb addNamed "0.0.1" is a plain semver version for concat-map
23132npm verb addNameVersion registry:http://registry.npmjs.org/concat-map not in flight; fetching
23133npm verb get http://registry.npmjs.org/balanced-match not expired, no request
23134npm verb addNamed "0.3.0" is a plain semver version for balanced-match
23135npm verb get http://registry.npmjs.org/concat-map not expired, no request
23136npm verb addRemoteTarball http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
23137npm verb addRemoteTarball [ 'http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz',
23138npm verb addRemoteTarball 'a91cdd1ebef1a86659e70ff4def01625fc2d6756' ]
23139npm verb addRemoteTarball http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
23140npm verb addRemoteTarball [ 'http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz',
23141npm verb addRemoteTarball 'd8a96bd77fd68df7793a73036a3ba0d5405d477b' ]
23142npm info retry fetch attempt 1 at 19:31:22
23143npm info attempt registry request try #1 at 19:31:22
23144npm http fetch GET http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
23145npm info retry fetch attempt 1 at 19:31:22
23146npm info attempt registry request try #1 at 19:31:22
23147npm http fetch GET http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
23148npm http fetch 200 http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
23149npm http fetch 200 http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
23150npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
23151npm verb addTmpTarball already have metadata; skipping unpack for balanced-match@0.3.0
23152npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
23153npm verb addTmpTarball already have metadata; skipping unpack for concat-map@0.0.1
23154npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json not in flight; writing
23155npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json not in flight; writing
23156npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json written
23157npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json written
23158npm verb cache add spec uglify-js@~2.2.5
23159npm verb addNamed ">=2.2.5 <2.3.0" is a valid semver range for uglify-js
23160npm verb addNameRange registry:http://registry.npmjs.org/uglify-js not in flight; fetching
23161npm verb request uri http://registry.npmjs.org/promise
23162npm verb request no auth needed
23163npm info attempt registry request try #1 at 19:31:22
23164npm http request GET http://registry.npmjs.org/promise
23165npm verb request uri http://registry.npmjs.org/css
23166npm verb request no auth needed
23167npm info attempt registry request try #1 at 19:31:22
23168npm http request GET http://registry.npmjs.org/css
23169npm verb get http://registry.npmjs.org/uglify-js not expired, no request
23170npm verb addNamed "2.2.5" is a plain semver version for uglify-js
23171npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz not in flight; adding
23172npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz',
23173npm verb addRemoteTarball 'a6e02a70d839792b9780488b7b8b184c095c99c7' ]
23174npm info retry fetch attempt 1 at 19:31:22
23175npm info attempt registry request try #1 at 19:31:22
23176npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz
23177npm http 200 http://registry.npmjs.org/promise
23178npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23179npm verb headers etag: '"2P58GJDP3L3PABFD0T8AUJI67"',
23180npm verb headers 'content-type': 'application/json',
23181npm verb headers 'cache-control': 'max-age=300',
23182npm verb headers 'content-length': '34677',
23183npm verb headers 'accept-ranges': 'bytes',
23184npm verb headers date: 'Tue, 29 Dec 2015 19:31:22 GMT',
23185npm verb headers age: '147',
23186npm verb headers 'x-served-by': 'cache-fra1221-FRA',
23187npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23188npm verb headers 'x-cache-hits': '2',
23189npm verb headers 'x-timer': 'S1451417482.933174,VS0,VE0',
23190npm verb headers vary: 'Accept',
23191npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23192npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23193npm verb headers connection: 'keep-alive' }
23194npm verb get saving promise to /root/.npm/registry.npmjs.org/promise/.cache.json
23195npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz
23196npm verb cache add spec promise@~2.0
23197npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for promise
23198npm verb addNameRange registry:http://registry.npmjs.org/promise not in flight; fetching
23199npm verb get http://registry.npmjs.org/promise not expired, no request
23200npm verb addNamed "2.0.0" is a plain semver version for promise
23201npm verb addRemoteTarball http://registry.npmjs.org/promise/-/promise-2.0.0.tgz not in flight; adding
23202npm verb addRemoteTarball [ 'http://registry.npmjs.org/promise/-/promise-2.0.0.tgz',
23203npm verb addRemoteTarball '46648aa9d605af5d2e70c3024bf59436da02b80e' ]
23204npm info retry fetch attempt 1 at 19:31:23
23205npm info attempt registry request try #1 at 19:31:23
23206npm http fetch GET http://registry.npmjs.org/promise/-/promise-2.0.0.tgz
23207npm http 200 http://registry.npmjs.org/css
23208npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23209npm verb headers etag: '"CD8YTF0F0MQU5LWCFHIZ8JEEG"',
23210npm verb headers 'content-type': 'application/json',
23211npm verb headers 'cache-control': 'max-age=300',
23212npm verb headers 'content-length': '28788',
23213npm verb headers 'accept-ranges': 'bytes',
23214npm verb headers date: 'Tue, 29 Dec 2015 19:31:22 GMT',
23215npm verb headers age: '126',
23216npm verb headers 'x-served-by': 'cache-fra1229-FRA',
23217npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23218npm verb headers 'x-cache-hits': '2',
23219npm verb headers 'x-timer': 'S1451417482.933277,VS0,VE0',
23220npm verb headers vary: 'Accept',
23221npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23222npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23223npm verb headers connection: 'keep-alive' }
23224npm verb get saving css to /root/.npm/registry.npmjs.org/css/.cache.json
23225npm http fetch 200 http://registry.npmjs.org/promise/-/promise-2.0.0.tgz
23226npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz not in flight; adding
23227npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.2.5
23228npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/promise/-/promise-2.0.0.tgz not in flight; adding
23229npm verb addTmpTarball already have metadata; skipping unpack for promise@2.0.0
23230npm verb cache add spec css@~1.0.8
23231npm verb addNamed ">=1.0.8 <1.1.0" is a valid semver range for css
23232npm verb addNameRange registry:http://registry.npmjs.org/css not in flight; fetching
23233npm verb get http://registry.npmjs.org/css not expired, no request
23234npm verb addNamed "1.0.8" is a plain semver version for css
23235npm verb addRemoteTarball http://registry.npmjs.org/css/-/css-1.0.8.tgz not in flight; adding
23236npm verb addRemoteTarball [ 'http://registry.npmjs.org/css/-/css-1.0.8.tgz',
23237npm verb addRemoteTarball '9386811ca82bccc9ee7fb5a732b1e2a317c8a3e7' ]
23238npm verb afterAdd /root/.npm/uglify-js/2.2.5/package/package.json not in flight; writing
23239npm verb afterAdd /root/.npm/promise/2.0.0/package/package.json not in flight; writing
23240npm info retry fetch attempt 1 at 19:31:23
23241npm info attempt registry request try #1 at 19:31:23
23242npm http fetch GET http://registry.npmjs.org/css/-/css-1.0.8.tgz
23243npm verb afterAdd /root/.npm/uglify-js/2.2.5/package/package.json written
23244npm verb afterAdd /root/.npm/promise/2.0.0/package/package.json written
23245npm http fetch 200 http://registry.npmjs.org/css/-/css-1.0.8.tgz
23246npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/css/-/css-1.0.8.tgz not in flight; adding
23247npm verb addTmpTarball already have metadata; skipping unpack for css@1.0.8
23248npm verb afterAdd /root/.npm/css/1.0.8/package/package.json not in flight; writing
23249npm verb afterAdd /root/.npm/css/1.0.8/package/package.json written
23250npm verb request uri http://registry.npmjs.org/css-parse
23251npm verb request no auth needed
23252npm info attempt registry request try #1 at 19:31:23
23253npm http request GET http://registry.npmjs.org/css-parse
23254npm verb request uri http://registry.npmjs.org/css-stringify
23255npm verb request no auth needed
23256npm info attempt registry request try #1 at 19:31:23
23257npm http request GET http://registry.npmjs.org/css-stringify
23258npm http 200 http://registry.npmjs.org/css-parse
23259npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23260npm verb headers etag: '"B0K5SNHPPM9SNIXC9HMS7O0B6"',
23261npm verb headers 'content-type': 'application/json',
23262npm verb headers 'cache-control': 'max-age=300',
23263npm verb headers 'content-length': '12631',
23264npm verb headers 'accept-ranges': 'bytes',
23265npm verb headers date: 'Tue, 29 Dec 2015 19:31:23 GMT',
23266npm verb headers age: '118',
23267npm verb headers 'x-served-by': 'cache-fra1221-FRA',
23268npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23269npm verb headers 'x-cache-hits': '721',
23270npm verb headers 'x-timer': 'S1451417483.122514,VS0,VE0',
23271npm verb headers vary: 'Accept',
23272npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23273npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23274npm verb headers connection: 'keep-alive' }
23275npm verb get saving css-parse to /root/.npm/registry.npmjs.org/css-parse/.cache.json
23276npm verb cache add spec css-parse@1.0.4
23277npm verb addNamed "1.0.4" is a plain semver version for css-parse
23278npm verb addNameVersion registry:http://registry.npmjs.org/css-parse not in flight; fetching
23279npm verb get http://registry.npmjs.org/css-parse not expired, no request
23280npm verb addRemoteTarball http://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz not in flight; adding
23281npm verb addRemoteTarball [ 'http://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz',
23282npm verb addRemoteTarball '38b0503fbf9da9f54e9c1dbda60e145c77117bdd' ]
23283npm info retry fetch attempt 1 at 19:31:23
23284npm info attempt registry request try #1 at 19:31:23
23285npm http fetch GET http://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz
23286npm http fetch 200 http://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz
23287npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz not in flight; adding
23288npm verb addTmpTarball already have metadata; skipping unpack for css-parse@1.0.4
23289npm verb afterAdd /root/.npm/css-parse/1.0.4/package/package.json not in flight; writing
23290npm verb afterAdd /root/.npm/css-parse/1.0.4/package/package.json written
23291npm http 200 http://registry.npmjs.org/css-stringify
23292npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23293npm verb headers etag: '"7F35YA3VL3XK5APYKP7UVEXNU"',
23294npm verb headers 'content-type': 'application/json',
23295npm verb headers 'cache-control': 'max-age=300',
23296npm verb headers 'content-length': '11739',
23297npm verb headers 'accept-ranges': 'bytes',
23298npm verb headers date: 'Tue, 29 Dec 2015 19:31:23 GMT',
23299npm verb headers age: '0',
23300npm verb headers 'x-served-by': 'cache-fra1225-FRA',
23301npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23302npm verb headers 'x-cache-hits': '1',
23303npm verb headers 'x-timer': 'S1451417483.124392,VS0,VE734',
23304npm verb headers vary: 'Accept',
23305npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23306npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23307npm verb headers connection: 'keep-alive' }
23308npm verb get saving css-stringify to /root/.npm/registry.npmjs.org/css-stringify/.cache.json
23309npm verb cache add spec css-stringify@1.0.5
23310npm verb addNamed "1.0.5" is a plain semver version for css-stringify
23311npm verb addNameVersion registry:http://registry.npmjs.org/css-stringify not in flight; fetching
23312npm verb get http://registry.npmjs.org/css-stringify not expired, no request
23313npm verb addRemoteTarball http://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz not in flight; adding
23314npm verb addRemoteTarball [ 'http://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz',
23315npm verb addRemoteTarball 'b0d042946db2953bb9d292900a6cb5f6d0122031' ]
23316npm info retry fetch attempt 1 at 19:31:23
23317npm info attempt registry request try #1 at 19:31:23
23318npm http fetch GET http://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz
23319npm http fetch 200 http://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz
23320npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz not in flight; adding
23321npm verb addTmpTarball already have metadata; skipping unpack for css-stringify@1.0.5
23322npm verb afterAdd /root/.npm/css-stringify/1.0.5/package/package.json not in flight; writing
23323npm verb afterAdd /root/.npm/css-stringify/1.0.5/package/package.json written
23324npm verb request uri http://registry.npmjs.org/is-promise
23325npm verb request no auth needed
23326npm info attempt registry request try #1 at 19:31:23
23327npm http request GET http://registry.npmjs.org/is-promise
23328npm http 200 http://registry.npmjs.org/is-promise
23329npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23330npm verb headers etag: '"21QV35HTZ158AA7VOMSUPE2NP"',
23331npm verb headers 'content-type': 'application/json',
23332npm verb headers 'cache-control': 'max-age=300',
23333npm verb headers 'content-length': '5189',
23334npm verb headers 'accept-ranges': 'bytes',
23335npm verb headers date: 'Tue, 29 Dec 2015 19:31:23 GMT',
23336npm verb headers age: '29',
23337npm verb headers 'x-served-by': 'cache-fra1225-FRA',
23338npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23339npm verb headers 'x-cache-hits': '2',
23340npm verb headers 'x-timer': 'S1451417483.953888,VS0,VE0',
23341npm verb headers vary: 'Accept',
23342npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23343npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23344npm verb headers connection: 'keep-alive' }
23345npm verb get saving is-promise to /root/.npm/registry.npmjs.org/is-promise/.cache.json
23346npm verb cache add spec is-promise@~1
23347npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-promise
23348npm verb addNameRange registry:http://registry.npmjs.org/is-promise not in flight; fetching
23349npm verb get http://registry.npmjs.org/is-promise not expired, no request
23350npm verb addNamed "1.0.1" is a plain semver version for is-promise
23351npm verb addRemoteTarball http://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz not in flight; adding
23352npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz',
23353npm verb addRemoteTarball '31573761c057e33c2e91aab9e96da08cefbe76e5' ]
23354npm info retry fetch attempt 1 at 19:31:24
23355npm info attempt registry request try #1 at 19:31:24
23356npm http fetch GET http://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz
23357npm http fetch 200 http://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz
23358npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz not in flight; adding
23359npm verb addTmpTarball already have metadata; skipping unpack for is-promise@1.0.1
23360npm verb afterAdd /root/.npm/is-promise/1.0.1/package/package.json not in flight; writing
23361npm verb afterAdd /root/.npm/is-promise/1.0.1/package/package.json written
23362npm verb request uri http://registry.npmjs.org/optimist
23363npm verb request no auth needed
23364npm info attempt registry request try #1 at 19:31:24
23365npm http request GET http://registry.npmjs.org/optimist
23366npm http 200 http://registry.npmjs.org/optimist
23367npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23368npm verb headers etag: '"6CXUKRQ1RDWCGZOWF0ABF0B0Y"',
23369npm verb headers 'content-type': 'application/json',
23370npm verb headers 'cache-control': 'max-age=300',
23371npm verb headers 'content-length': '46512',
23372npm verb headers 'accept-ranges': 'bytes',
23373npm verb headers date: 'Tue, 29 Dec 2015 19:31:24 GMT',
23374npm verb headers age: '133',
23375npm verb headers 'x-served-by': 'cache-fra1225-FRA',
23376npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23377npm verb headers 'x-cache-hits': '2',
23378npm verb headers 'x-timer': 'S1451417484.065238,VS0,VE0',
23379npm verb headers vary: 'Accept',
23380npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
23381npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23382npm verb headers connection: 'keep-alive' }
23383npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
23384npm verb cache add spec optimist@~0.3.5
23385npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for optimist
23386npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
23387npm verb get http://registry.npmjs.org/optimist not expired, no request
23388npm verb addNamed "0.3.7" is a plain semver version for optimist
23389npm verb addRemoteTarball http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz not in flight; adding
23390npm verb addRemoteTarball [ 'http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz',
23391npm verb addRemoteTarball 'c90941ad59e4273328923074d2cf2e7cbc6ec0d9' ]
23392npm info retry fetch attempt 1 at 19:31:24
23393npm info attempt registry request try #1 at 19:31:24
23394npm http fetch GET http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz
23395npm http fetch 200 http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz
23396npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/optimist/-/optimist-0.3.7.tgz not in flight; adding
23397npm verb addTmpTarball already have metadata; skipping unpack for optimist@0.3.7
23398npm verb afterAdd /root/.npm/optimist/0.3.7/package/package.json not in flight; writing
23399npm verb afterAdd /root/.npm/optimist/0.3.7/package/package.json written
23400npm verb cache add spec uglify-js@2.4.0
23401npm verb addNamed "2.4.0" is a plain semver version for uglify-js
23402npm verb addNameVersion registry:http://registry.npmjs.org/uglify-js not in flight; fetching
23403npm verb get http://registry.npmjs.org/uglify-js not expired, no request
23404npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.0.tgz not in flight; adding
23405npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.0.tgz',
23406npm verb addRemoteTarball 'a5f2b6b1b817fb34c16a04234328c89ba1e77137' ]
23407npm info retry fetch attempt 1 at 19:31:24
23408npm info attempt registry request try #1 at 19:31:24
23409npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.0.tgz
23410npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.0.tgz
23411npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uglify-js/-/uglify-js-2.4.0.tgz not in flight; adding
23412npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.4.0
23413npm verb afterAdd /root/.npm/uglify-js/2.4.0/package/package.json not in flight; writing
23414npm verb afterAdd /root/.npm/uglify-js/2.4.0/package/package.json written
23415npm verb cache add spec async@~0.2.6
23416npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for async
23417npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
23418npm verb get http://registry.npmjs.org/async not expired, no request
23419npm verb addNamed "0.2.10" is a plain semver version for async
23420npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
23421npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
23422npm verb request uri http://registry.npmjs.org/asn1
23423npm verb request no auth needed
23424npm info attempt registry request try #1 at 19:31:24
23425npm http request GET http://registry.npmjs.org/asn1
23426npm verb request uri http://registry.npmjs.org/assert-plus
23427npm verb request no auth needed
23428npm info attempt registry request try #1 at 19:31:24
23429npm http request GET http://registry.npmjs.org/assert-plus
23430npm verb request uri http://registry.npmjs.org/bunyan
23431npm verb request no auth needed
23432npm info attempt registry request try #1 at 19:31:24
23433npm http request GET http://registry.npmjs.org/bunyan
23434npm verb request uri http://registry.npmjs.org/dashdash
23435npm verb request no auth needed
23436npm info attempt registry request try #1 at 19:31:24
23437npm http request GET http://registry.npmjs.org/dashdash
23438npm verb request uri http://registry.npmjs.org/backoff
23439npm verb request no auth needed
23440npm info attempt registry request try #1 at 19:31:24
23441npm http request GET http://registry.npmjs.org/backoff
23442npm verb request uri http://registry.npmjs.org/ldap-filter
23443npm verb request no auth needed
23444npm info attempt registry request try #1 at 19:31:24
23445npm http request GET http://registry.npmjs.org/ldap-filter
23446npm verb request uri http://registry.npmjs.org/once
23447npm verb request no auth needed
23448npm info attempt registry request try #1 at 19:31:24
23449npm http request GET http://registry.npmjs.org/once
23450npm verb request uri http://registry.npmjs.org/vasync
23451npm verb request no auth needed
23452npm info attempt registry request try #1 at 19:31:24
23453npm http request GET http://registry.npmjs.org/vasync
23454npm verb request uri http://registry.npmjs.org/verror
23455npm verb request no auth needed
23456npm info attempt registry request try #1 at 19:31:24
23457npm http request GET http://registry.npmjs.org/verror
23458npm verb request uri http://registry.npmjs.org/dtrace-provider
23459npm verb request no auth needed
23460npm info attempt registry request try #1 at 19:31:24
23461npm http request GET http://registry.npmjs.org/dtrace-provider
23462npm http 200 http://registry.npmjs.org/asn1
23463npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23464npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
23465npm verb headers 'content-type': 'application/json',
23466npm verb headers 'cache-control': 'max-age=60',
23467npm verb headers 'content-length': '18850',
23468npm verb headers 'accept-ranges': 'bytes',
23469npm verb headers date: 'Tue, 29 Dec 2015 19:31:24 GMT',
23470npm verb headers age: '39',
23471npm verb headers 'x-served-by': 'cache-fra1225-FRA',
23472npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23473npm verb headers 'x-cache-hits': '1',
23474npm verb headers 'x-timer': 'S1451417484.421025,VS0,VE0',
23475npm verb headers vary: 'Accept',
23476npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23477npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23478npm verb headers connection: 'keep-alive' }
23479npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
23480npm http 200 http://registry.npmjs.org/assert-plus
23481npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23482npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
23483npm verb headers 'content-type': 'application/json',
23484npm verb headers 'cache-control': 'max-age=60',
23485npm verb headers 'content-length': '11635',
23486npm verb headers 'accept-ranges': 'bytes',
23487npm verb headers date: 'Tue, 29 Dec 2015 19:31:24 GMT',
23488npm verb headers age: '48',
23489npm verb headers 'x-served-by': 'cache-fra1221-FRA',
23490npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23491npm verb headers 'x-cache-hits': '1',
23492npm verb headers 'x-timer': 'S1451417484.422249,VS0,VE0',
23493npm verb headers vary: 'Accept',
23494npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23495npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23496npm verb headers connection: 'keep-alive' }
23497npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
23498npm verb cache add spec assert-plus@0.2.0
23499npm verb addNamed "0.2.0" is a plain semver version for assert-plus
23500npm verb addNameVersion registry:http://registry.npmjs.org/assert-plus not in flight; fetching
23501npm verb cache add spec asn1@0.2.3
23502npm verb addNamed "0.2.3" is a plain semver version for asn1
23503npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
23504npm verb get http://registry.npmjs.org/asn1 not expired, no request
23505npm verb get http://registry.npmjs.org/assert-plus not expired, no request
23506npm verb addRemoteTarball http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz not in flight; adding
23507npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz',
23508npm verb addRemoteTarball 'dac8787713c9966849fc8180777ebe9c1ddf3b86' ]
23509npm verb addRemoteTarball http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz not in flight; adding
23510npm verb addRemoteTarball [ 'http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz',
23511npm verb addRemoteTarball 'd74e1b87e7affc0db8aadb7021f3fe48101ab234' ]
23512npm info retry fetch attempt 1 at 19:31:24
23513npm info attempt registry request try #1 at 19:31:24
23514npm http fetch GET http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz
23515npm info retry fetch attempt 1 at 19:31:24
23516npm info attempt registry request try #1 at 19:31:24
23517npm http fetch GET http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
23518npm http fetch 200 http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz
23519npm http fetch 200 http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
23520npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/asn1/-/asn1-0.2.3.tgz not in flight; adding
23521npm verb addTmpTarball already have metadata; skipping unpack for asn1@0.2.3
23522npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz not in flight; adding
23523npm verb addTmpTarball already have metadata; skipping unpack for assert-plus@0.2.0
23524npm verb afterAdd /root/.npm/assert-plus/0.2.0/package/package.json not in flight; writing
23525npm verb afterAdd /root/.npm/asn1/0.2.3/package/package.json not in flight; writing
23526npm verb afterAdd /root/.npm/assert-plus/0.2.0/package/package.json written
23527npm verb afterAdd /root/.npm/asn1/0.2.3/package/package.json written
23528npm http 200 http://registry.npmjs.org/verror
23529npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23530npm verb headers etag: '"C5QK63L6LRE7UO5109U5WIW4E"',
23531npm verb headers 'content-type': 'application/json',
23532npm verb headers 'cache-control': 'max-age=300',
23533npm verb headers 'content-length': '15615',
23534npm verb headers 'accept-ranges': 'bytes',
23535npm verb headers date: 'Tue, 29 Dec 2015 19:31:24 GMT',
23536npm verb headers age: '73',
23537npm verb headers 'x-served-by': 'cache-fra1240-FRA',
23538npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23539npm verb headers 'x-cache-hits': '2',
23540npm verb headers 'x-timer': 'S1451417484.423628,VS0,VE0',
23541npm verb headers vary: 'Accept',
23542npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23543npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23544npm verb headers connection: 'keep-alive' }
23545npm verb get saving verror to /root/.npm/registry.npmjs.org/verror/.cache.json
23546npm http 200 http://registry.npmjs.org/backoff
23547npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23548npm verb headers etag: '"EP8BDJY337OW6AXI4SX8KNP3Y"',
23549npm verb headers 'content-type': 'application/json',
23550npm verb headers 'cache-control': 'max-age=300',
23551npm verb headers 'content-length': '27340',
23552npm verb headers 'accept-ranges': 'bytes',
23553npm verb headers date: 'Tue, 29 Dec 2015 19:31:24 GMT',
23554npm verb headers age: '0',
23555npm verb headers 'x-served-by': 'cache-fra1220-FRA',
23556npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23557npm verb headers 'x-cache-hits': '1',
23558npm verb headers 'x-timer': 'S1451417484.423042,VS0,VE100',
23559npm verb headers vary: 'Accept',
23560npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23561npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23562npm verb headers connection: 'keep-alive' }
23563npm verb get saving backoff to /root/.npm/registry.npmjs.org/backoff/.cache.json
23564npm http 200 http://registry.npmjs.org/ldap-filter
23565npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23566npm verb headers etag: '"A40S8P3LNJFUE6H70IY51BXAL"',
23567npm verb headers 'content-type': 'application/json',
23568npm verb headers 'cache-control': 'max-age=300',
23569npm verb headers 'content-length': '7907',
23570npm verb headers 'accept-ranges': 'bytes',
23571npm verb headers date: 'Tue, 29 Dec 2015 19:31:24 GMT',
23572npm verb headers age: '0',
23573npm verb headers 'x-served-by': 'cache-fra1229-FRA',
23574npm verb headers 'x-cache': 'MISS, MISS from atomic02.kolabsys.com',
23575npm verb headers 'x-cache-hits': '0',
23576npm verb headers 'x-timer': 'S1451417484.423447,VS0,VE99',
23577npm verb headers vary: 'Accept',
23578npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23579npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23580npm verb headers connection: 'keep-alive' }
23581npm verb get saving ldap-filter to /root/.npm/registry.npmjs.org/ldap-filter/.cache.json
23582npm verb cache add spec verror@1.6.0
23583npm verb addNamed "1.6.0" is a plain semver version for verror
23584npm verb addNameVersion registry:http://registry.npmjs.org/verror not in flight; fetching
23585npm verb cache add spec backoff@2.4.1
23586npm verb addNamed "2.4.1" is a plain semver version for backoff
23587npm verb addNameVersion registry:http://registry.npmjs.org/backoff not in flight; fetching
23588npm verb cache add spec ldap-filter@0.2.2
23589npm verb addNamed "0.2.2" is a plain semver version for ldap-filter
23590npm verb addNameVersion registry:http://registry.npmjs.org/ldap-filter not in flight; fetching
23591npm verb get http://registry.npmjs.org/verror not expired, no request
23592npm verb addRemoteTarball http://registry.npmjs.org/verror/-/verror-1.6.0.tgz not in flight; adding
23593npm verb addRemoteTarball [ 'http://registry.npmjs.org/verror/-/verror-1.6.0.tgz',
23594npm verb addRemoteTarball '7d13b27b1facc2e2da90405eb5ea6e5bdd252ea5' ]
23595npm verb get http://registry.npmjs.org/backoff not expired, no request
23596npm verb addRemoteTarball http://registry.npmjs.org/backoff/-/backoff-2.4.1.tgz not in flight; adding
23597npm verb addRemoteTarball [ 'http://registry.npmjs.org/backoff/-/backoff-2.4.1.tgz',
23598npm verb addRemoteTarball '2f68c50e0dd789dbefe24200a62efb04d2456d68' ]
23599npm verb get http://registry.npmjs.org/ldap-filter not expired, no request
23600npm verb addRemoteTarball http://registry.npmjs.org/ldap-filter/-/ldap-filter-0.2.2.tgz not in flight; adding
23601npm verb addRemoteTarball [ 'http://registry.npmjs.org/ldap-filter/-/ldap-filter-0.2.2.tgz',
23602npm verb addRemoteTarball 'f2b842be0b86da3352798505b31ebcae590d77d0' ]
23603npm info retry fetch attempt 1 at 19:31:24
23604npm info attempt registry request try #1 at 19:31:24
23605npm http fetch GET http://registry.npmjs.org/verror/-/verror-1.6.0.tgz
23606npm info retry fetch attempt 1 at 19:31:24
23607npm info attempt registry request try #1 at 19:31:24
23608npm http fetch GET http://registry.npmjs.org/backoff/-/backoff-2.4.1.tgz
23609npm info retry fetch attempt 1 at 19:31:24
23610npm info attempt registry request try #1 at 19:31:24
23611npm http fetch GET http://registry.npmjs.org/ldap-filter/-/ldap-filter-0.2.2.tgz
23612npm http fetch 200 http://registry.npmjs.org/verror/-/verror-1.6.0.tgz
23613npm http fetch 200 http://registry.npmjs.org/backoff/-/backoff-2.4.1.tgz
23614npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/backoff/-/backoff-2.4.1.tgz not in flight; adding
23615npm verb addTmpTarball already have metadata; skipping unpack for backoff@2.4.1
23616npm verb afterAdd /root/.npm/backoff/2.4.1/package/package.json not in flight; writing
23617npm verb afterAdd /root/.npm/backoff/2.4.1/package/package.json written
23618npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/verror/-/verror-1.6.0.tgz not in flight; adding
23619npm verb addTmpTarball already have metadata; skipping unpack for verror@1.6.0
23620npm verb afterAdd /root/.npm/verror/1.6.0/package/package.json not in flight; writing
23621npm verb afterAdd /root/.npm/verror/1.6.0/package/package.json written
23622npm http fetch 200 http://registry.npmjs.org/ldap-filter/-/ldap-filter-0.2.2.tgz
23623npm http 200 http://registry.npmjs.org/once
23624npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23625npm verb headers etag: '"4HLPOKRFA58ZSBJPEJ3GZTC4A"',
23626npm verb headers 'content-type': 'application/json',
23627npm verb headers 'cache-control': 'max-age=60',
23628npm verb headers 'content-length': '7453',
23629npm verb headers 'accept-ranges': 'bytes',
23630npm verb headers date: 'Tue, 29 Dec 2015 19:31:24 GMT',
23631npm verb headers age: '15',
23632npm verb headers 'x-served-by': 'cache-fra1239-FRA',
23633npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23634npm verb headers 'x-cache-hits': '1',
23635npm verb headers 'x-timer': 'S1451417484.423437,VS0,VE0',
23636npm verb headers vary: 'Accept',
23637npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23638npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23639npm verb headers connection: 'keep-alive' }
23640npm verb get saving once to /root/.npm/registry.npmjs.org/once/.cache.json
23641npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ldap-filter/-/ldap-filter-0.2.2.tgz not in flight; adding
23642npm verb addTmpTarball already have metadata; skipping unpack for ldap-filter@0.2.2
23643npm verb cache add spec once@1.3.2
23644npm verb addNamed "1.3.2" is a plain semver version for once
23645npm verb addNameVersion registry:http://registry.npmjs.org/once not in flight; fetching
23646npm verb afterAdd /root/.npm/ldap-filter/0.2.2/package/package.json not in flight; writing
23647npm verb get http://registry.npmjs.org/once not expired, no request
23648npm verb addRemoteTarball http://registry.npmjs.org/once/-/once-1.3.2.tgz not in flight; adding
23649npm verb addRemoteTarball [ 'http://registry.npmjs.org/once/-/once-1.3.2.tgz',
23650npm verb addRemoteTarball 'd8feeca93b039ec1dcdee7741c92bdac5e28081b' ]
23651npm verb afterAdd /root/.npm/ldap-filter/0.2.2/package/package.json written
23652npm info retry fetch attempt 1 at 19:31:24
23653npm info attempt registry request try #1 at 19:31:24
23654npm http fetch GET http://registry.npmjs.org/once/-/once-1.3.2.tgz
23655npm http fetch 200 http://registry.npmjs.org/once/-/once-1.3.2.tgz
23656npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/once/-/once-1.3.2.tgz not in flight; adding
23657npm verb addTmpTarball already have metadata; skipping unpack for once@1.3.2
23658npm verb afterAdd /root/.npm/once/1.3.2/package/package.json not in flight; writing
23659npm verb afterAdd /root/.npm/once/1.3.2/package/package.json written
23660npm http 200 http://registry.npmjs.org/dashdash
23661npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23662npm verb headers etag: '"2GJ6PG6JKOGEBLBT5J33S3U0U"',
23663npm verb headers 'content-type': 'application/json',
23664npm verb headers 'cache-control': 'max-age=60',
23665npm verb headers 'content-length': '37661',
23666npm verb headers 'accept-ranges': 'bytes',
23667npm verb headers date: 'Tue, 29 Dec 2015 19:31:24 GMT',
23668npm verb headers age: '22',
23669npm verb headers 'x-served-by': 'cache-fra1237-FRA',
23670npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23671npm verb headers 'x-cache-hits': '1',
23672npm verb headers 'x-timer': 'S1451417484.422523,VS0,VE0',
23673npm verb headers vary: 'Accept',
23674npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23675npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23676npm verb headers connection: 'keep-alive' }
23677npm verb get saving dashdash to /root/.npm/registry.npmjs.org/dashdash/.cache.json
23678npm verb cache add spec dashdash@1.10.1
23679npm verb addNamed "1.10.1" is a plain semver version for dashdash
23680npm verb addNameVersion registry:http://registry.npmjs.org/dashdash not in flight; fetching
23681npm verb get http://registry.npmjs.org/dashdash not expired, no request
23682npm verb addRemoteTarball http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz not in flight; adding
23683npm verb addRemoteTarball [ 'http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz',
23684npm verb addRemoteTarball '0abf1af89a8f5129a81f18c2b35b21df22622f60' ]
23685npm info retry fetch attempt 1 at 19:31:24
23686npm info attempt registry request try #1 at 19:31:24
23687npm http fetch GET http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz
23688npm http fetch 200 http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz
23689npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz not in flight; adding
23690npm verb addTmpTarball already have metadata; skipping unpack for dashdash@1.10.1
23691npm verb afterAdd /root/.npm/dashdash/1.10.1/package/package.json not in flight; writing
23692npm verb afterAdd /root/.npm/dashdash/1.10.1/package/package.json written
23693npm http 200 http://registry.npmjs.org/bunyan
23694npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23695npm verb headers etag: '"6MFSD2ATSG52ZSZO8WRM277M7"',
23696npm verb headers 'content-type': 'application/json',
23697npm verb headers 'cache-control': 'max-age=300',
23698npm verb headers 'content-length': '176356',
23699npm verb headers 'accept-ranges': 'bytes',
23700npm verb headers date: 'Tue, 29 Dec 2015 19:31:24 GMT',
23701npm verb headers age: '64',
23702npm verb headers 'x-served-by': 'cache-fra1229-FRA',
23703npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23704npm verb headers 'x-cache-hits': '1',
23705npm verb headers 'x-timer': 'S1451417484.422576,VS0,VE0',
23706npm verb headers vary: 'Accept',
23707npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23708npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23709npm verb headers connection: 'keep-alive' }
23710npm verb get saving bunyan to /root/.npm/registry.npmjs.org/bunyan/.cache.json
23711npm verb cache add spec bunyan@1.5.1
23712npm verb addNamed "1.5.1" is a plain semver version for bunyan
23713npm verb addNameVersion registry:http://registry.npmjs.org/bunyan not in flight; fetching
23714npm verb get http://registry.npmjs.org/bunyan not expired, no request
23715npm verb addRemoteTarball http://registry.npmjs.org/bunyan/-/bunyan-1.5.1.tgz not in flight; adding
23716npm verb addRemoteTarball [ 'http://registry.npmjs.org/bunyan/-/bunyan-1.5.1.tgz',
23717npm verb addRemoteTarball '5f6e7d44c43b952f56b0f41309e3ab12391b4e2d' ]
23718npm info retry fetch attempt 1 at 19:31:24
23719npm info attempt registry request try #1 at 19:31:24
23720npm http fetch GET http://registry.npmjs.org/bunyan/-/bunyan-1.5.1.tgz
23721npm http fetch 200 http://registry.npmjs.org/bunyan/-/bunyan-1.5.1.tgz
23722npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bunyan/-/bunyan-1.5.1.tgz not in flight; adding
23723npm verb addTmpTarball already have metadata; skipping unpack for bunyan@1.5.1
23724npm verb afterAdd /root/.npm/bunyan/1.5.1/package/package.json not in flight; writing
23725npm verb afterAdd /root/.npm/bunyan/1.5.1/package/package.json written
23726npm http 200 http://registry.npmjs.org/dtrace-provider
23727npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23728npm verb headers etag: '"387A01LDRYXHFB4SXLF07JMIM"',
23729npm verb headers 'content-type': 'application/json',
23730npm verb headers 'cache-control': 'max-age=300',
23731npm verb headers 'content-length': '28499',
23732npm verb headers 'accept-ranges': 'bytes',
23733npm verb headers date: 'Tue, 29 Dec 2015 19:31:25 GMT',
23734npm verb headers age: '0',
23735npm verb headers 'x-served-by': 'cache-fra1242-FRA',
23736npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23737npm verb headers 'x-cache-hits': '1',
23738npm verb headers 'x-timer': 'S1451417484.423749,VS0,VE700',
23739npm verb headers vary: 'Accept',
23740npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23741npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23742npm verb headers connection: 'keep-alive' }
23743npm verb get saving dtrace-provider to /root/.npm/registry.npmjs.org/dtrace-provider/.cache.json
23744npm verb cache add spec dtrace-provider@0.6.0
23745npm verb addNamed "0.6.0" is a plain semver version for dtrace-provider
23746npm verb addNameVersion registry:http://registry.npmjs.org/dtrace-provider not in flight; fetching
23747npm verb get http://registry.npmjs.org/dtrace-provider not expired, no request
23748npm verb addRemoteTarball http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.6.0.tgz not in flight; adding
23749npm verb addRemoteTarball [ 'http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.6.0.tgz',
23750npm verb addRemoteTarball '0b078d5517937d873101452d9146737557b75e51' ]
23751npm info retry fetch attempt 1 at 19:31:25
23752npm info attempt registry request try #1 at 19:31:25
23753npm http fetch GET http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.6.0.tgz
23754npm http fetch 200 http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.6.0.tgz
23755npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.6.0.tgz not in flight; adding
23756npm verb addTmpTarball already have metadata; skipping unpack for dtrace-provider@0.6.0
23757npm verb afterAdd /root/.npm/dtrace-provider/0.6.0/package/package.json not in flight; writing
23758npm verb afterAdd /root/.npm/dtrace-provider/0.6.0/package/package.json written
23759npm http 200 http://registry.npmjs.org/vasync
23760npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23761npm verb headers etag: '"DCDMB8B9LR76BJ08EOQO19ALR"',
23762npm verb headers 'content-type': 'application/json',
23763npm verb headers 'cache-control': 'max-age=300',
23764npm verb headers 'content-length': '35476',
23765npm verb headers 'accept-ranges': 'bytes',
23766npm verb headers date: 'Tue, 29 Dec 2015 19:31:25 GMT',
23767npm verb headers age: '0',
23768npm verb headers 'x-served-by': 'cache-fra1241-FRA',
23769npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23770npm verb headers 'x-cache-hits': '1',
23771npm verb headers 'x-timer': 'S1451417484.423607,VS0,VE927',
23772npm verb headers vary: 'Accept',
23773npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23774npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23775npm verb headers connection: 'keep-alive' }
23776npm verb get saving vasync to /root/.npm/registry.npmjs.org/vasync/.cache.json
23777npm verb cache add spec vasync@1.6.3
23778npm verb addNamed "1.6.3" is a plain semver version for vasync
23779npm verb addNameVersion registry:http://registry.npmjs.org/vasync not in flight; fetching
23780npm verb get http://registry.npmjs.org/vasync not expired, no request
23781npm verb addRemoteTarball http://registry.npmjs.org/vasync/-/vasync-1.6.3.tgz not in flight; adding
23782npm verb addRemoteTarball [ 'http://registry.npmjs.org/vasync/-/vasync-1.6.3.tgz',
23783npm verb addRemoteTarball '4a69d7052a47f4ce85503d7641df1cbf40432a94' ]
23784npm info retry fetch attempt 1 at 19:31:25
23785npm info attempt registry request try #1 at 19:31:25
23786npm http fetch GET http://registry.npmjs.org/vasync/-/vasync-1.6.3.tgz
23787npm http fetch 200 http://registry.npmjs.org/vasync/-/vasync-1.6.3.tgz
23788npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/vasync/-/vasync-1.6.3.tgz not in flight; adding
23789npm verb addTmpTarball already have metadata; skipping unpack for vasync@1.6.3
23790npm verb afterAdd /root/.npm/vasync/1.6.3/package/package.json not in flight; writing
23791npm verb afterAdd /root/.npm/vasync/1.6.3/package/package.json written
23792npm verb request uri http://registry.npmjs.org/precond
23793npm verb request no auth needed
23794npm info attempt registry request try #1 at 19:31:25
23795npm http request GET http://registry.npmjs.org/precond
23796npm http 200 http://registry.npmjs.org/precond
23797npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23798npm verb headers etag: '"EOEMLTO6QDUBX4RW8N009SDJ9"',
23799npm verb headers 'content-type': 'application/json',
23800npm verb headers 'cache-control': 'max-age=300',
23801npm verb headers 'content-length': '12276',
23802npm verb headers 'accept-ranges': 'bytes',
23803npm verb headers date: 'Tue, 29 Dec 2015 19:31:26 GMT',
23804npm verb headers age: '0',
23805npm verb headers 'x-served-by': 'cache-fra1241-FRA',
23806npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23807npm verb headers 'x-cache-hits': '1',
23808npm verb headers 'x-timer': 'S1451417485.457675,VS0,VE724',
23809npm verb headers vary: 'Accept',
23810npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23811npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23812npm verb headers connection: 'keep-alive' }
23813npm verb get saving precond to /root/.npm/registry.npmjs.org/precond/.cache.json
23814npm verb cache add spec precond@0.2
23815npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for precond
23816npm verb addNameRange registry:http://registry.npmjs.org/precond not in flight; fetching
23817npm verb get http://registry.npmjs.org/precond not expired, no request
23818npm verb addNamed "0.2.3" is a plain semver version for precond
23819npm verb addRemoteTarball http://registry.npmjs.org/precond/-/precond-0.2.3.tgz not in flight; adding
23820npm verb addRemoteTarball [ 'http://registry.npmjs.org/precond/-/precond-0.2.3.tgz',
23821npm verb addRemoteTarball 'aa9591bcaa24923f1e0f4849d240f47efc1075ac' ]
23822npm info retry fetch attempt 1 at 19:31:26
23823npm info attempt registry request try #1 at 19:31:26
23824npm http fetch GET http://registry.npmjs.org/precond/-/precond-0.2.3.tgz
23825npm http fetch 200 http://registry.npmjs.org/precond/-/precond-0.2.3.tgz
23826npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/precond/-/precond-0.2.3.tgz not in flight; adding
23827npm verb addTmpTarball already have metadata; skipping unpack for precond@0.2.3
23828npm verb afterAdd /root/.npm/precond/0.2.3/package/package.json not in flight; writing
23829npm verb afterAdd /root/.npm/precond/0.2.3/package/package.json written
23830npm verb request uri http://registry.npmjs.org/mv
23831npm verb request no auth needed
23832npm info attempt registry request try #1 at 19:31:26
23833npm http request GET http://registry.npmjs.org/mv
23834npm verb request uri http://registry.npmjs.org/safe-json-stringify
23835npm verb request no auth needed
23836npm info attempt registry request try #1 at 19:31:26
23837npm http request GET http://registry.npmjs.org/safe-json-stringify
23838npm http 200 http://registry.npmjs.org/mv
23839npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23840npm verb headers etag: '"85J7K7K4JNOIOZVBIWJV3UNP1"',
23841npm verb headers 'content-type': 'application/json',
23842npm verb headers 'cache-control': 'max-age=300',
23843npm verb headers 'content-length': '12821',
23844npm verb headers 'accept-ranges': 'bytes',
23845npm verb headers date: 'Tue, 29 Dec 2015 19:31:26 GMT',
23846npm verb headers age: '207',
23847npm verb headers 'x-served-by': 'cache-fra1241-FRA',
23848npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23849npm verb headers 'x-cache-hits': '2',
23850npm verb headers 'x-timer': 'S1451417486.279573,VS0,VE0',
23851npm verb headers vary: 'Accept',
23852npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23853npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23854npm verb headers connection: 'keep-alive' }
23855npm verb get saving mv to /root/.npm/registry.npmjs.org/mv/.cache.json
23856npm verb cache add spec mv@~2
23857npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for mv
23858npm verb addNameRange registry:http://registry.npmjs.org/mv not in flight; fetching
23859npm http 200 http://registry.npmjs.org/safe-json-stringify
23860npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23861npm verb headers etag: '"28OL6O31AEUIL40RQQO3FAJIQ"',
23862npm verb headers 'content-type': 'application/json',
23863npm verb headers 'cache-control': 'max-age=300',
23864npm verb headers 'content-length': '8892',
23865npm verb headers 'accept-ranges': 'bytes',
23866npm verb headers date: 'Tue, 29 Dec 2015 19:31:26 GMT',
23867npm verb headers age: '63',
23868npm verb headers 'x-served-by': 'cache-fra1242-FRA',
23869npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23870npm verb headers 'x-cache-hits': '1',
23871npm verb headers 'x-timer': 'S1451417486.285856,VS0,VE0',
23872npm verb headers vary: 'Accept',
23873npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23874npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23875npm verb headers connection: 'keep-alive' }
23876npm verb get saving safe-json-stringify to /root/.npm/registry.npmjs.org/safe-json-stringify/.cache.json
23877npm verb get http://registry.npmjs.org/mv not expired, no request
23878npm verb addNamed "2.1.1" is a plain semver version for mv
23879npm verb addRemoteTarball http://registry.npmjs.org/mv/-/mv-2.1.1.tgz not in flight; adding
23880npm verb addRemoteTarball [ 'http://registry.npmjs.org/mv/-/mv-2.1.1.tgz',
23881npm verb addRemoteTarball 'ae6ce0d6f6d5e0a4f7d893798d03c1ea9559b6a2' ]
23882npm info retry fetch attempt 1 at 19:31:26
23883npm info attempt registry request try #1 at 19:31:26
23884npm http fetch GET http://registry.npmjs.org/mv/-/mv-2.1.1.tgz
23885npm verb cache add spec safe-json-stringify@~1
23886npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for safe-json-stringify
23887npm verb addNameRange registry:http://registry.npmjs.org/safe-json-stringify not in flight; fetching
23888npm verb get http://registry.npmjs.org/safe-json-stringify not expired, no request
23889npm verb addNamed "1.0.3" is a plain semver version for safe-json-stringify
23890npm verb addRemoteTarball http://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.3.tgz not in flight; adding
23891npm verb addRemoteTarball [ 'http://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.3.tgz',
23892npm verb addRemoteTarball '3cb6717660a086d07cb5bd9b7a6875bcf67bd05e' ]
23893npm info retry fetch attempt 1 at 19:31:26
23894npm info attempt registry request try #1 at 19:31:26
23895npm http fetch GET http://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.3.tgz
23896npm http fetch 200 http://registry.npmjs.org/mv/-/mv-2.1.1.tgz
23897npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mv/-/mv-2.1.1.tgz not in flight; adding
23898npm verb addTmpTarball already have metadata; skipping unpack for mv@2.1.1
23899npm http fetch 200 http://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.3.tgz
23900npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.3.tgz not in flight; adding
23901npm verb addTmpTarball already have metadata; skipping unpack for safe-json-stringify@1.0.3
23902npm verb afterAdd /root/.npm/mv/2.1.1/package/package.json not in flight; writing
23903npm verb afterAdd /root/.npm/mv/2.1.1/package/package.json written
23904npm verb afterAdd /root/.npm/safe-json-stringify/1.0.3/package/package.json not in flight; writing
23905npm verb afterAdd /root/.npm/safe-json-stringify/1.0.3/package/package.json written
23906npm verb cache add spec nan@^2.0.8
23907npm verb addNamed ">=2.0.8 <3.0.0" is a valid semver range for nan
23908npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
23909npm verb request uri http://registry.npmjs.org/nan
23910npm verb request no auth needed
23911npm info attempt registry request try #1 at 19:31:26
23912npm verb etag "7CEDVJA24M9BXRU7SU6WRSW4M"
23913npm http request GET http://registry.npmjs.org/nan
23914npm http 304 http://registry.npmjs.org/nan
23915npm verb headers { date: 'Tue, 29 Dec 2015 19:31:26 GMT',
23916npm verb headers 'cache-control': 'max-age=60',
23917npm verb headers etag: '"7CEDVJA24M9BXRU7SU6WRSW4M"',
23918npm verb headers age: '7',
23919npm verb headers 'x-served-by': 'cache-fra1241-FRA',
23920npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23921npm verb headers 'x-cache-hits': '1',
23922npm verb headers 'x-timer': 'S1451417486.428985,VS0,VE1',
23923npm verb headers vary: 'Accept',
23924npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23925npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23926npm verb headers connection: 'keep-alive' }
23927npm verb etag http://registry.npmjs.org/nan from cache
23928npm verb get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
23929npm verb addNamed "2.1.0" is a plain semver version for nan
23930npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-2.1.0.tgz not in flight; adding
23931npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-2.1.0.tgz',
23932npm verb addRemoteTarball '020a7ccedc63fdee85f85967d5607849e74abbe8' ]
23933npm info retry fetch attempt 1 at 19:31:26
23934npm info attempt registry request try #1 at 19:31:26
23935npm http fetch GET http://registry.npmjs.org/nan/-/nan-2.1.0.tgz
23936npm http fetch 200 http://registry.npmjs.org/nan/-/nan-2.1.0.tgz
23937npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nan/-/nan-2.1.0.tgz not in flight; adding
23938npm verb addTmpTarball already have metadata; skipping unpack for nan@2.1.0
23939npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json not in flight; writing
23940npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json written
23941npm verb cache add spec mkdirp@~0.5.1
23942npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for mkdirp
23943npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
23944npm verb request uri http://registry.npmjs.org/ncp
23945npm verb request no auth needed
23946npm info attempt registry request try #1 at 19:31:26
23947npm http request GET http://registry.npmjs.org/ncp
23948npm verb request uri http://registry.npmjs.org/rimraf
23949npm verb request no auth needed
23950npm info attempt registry request try #1 at 19:31:26
23951npm http request GET http://registry.npmjs.org/rimraf
23952npm verb get http://registry.npmjs.org/mkdirp not expired, no request
23953npm verb addNamed "0.5.1" is a plain semver version for mkdirp
23954npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
23955npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz',
23956npm verb addRemoteTarball '30057438eac6cf7f8c4767f38648d6697d75c903' ]
23957npm info retry fetch attempt 1 at 19:31:26
23958npm info attempt registry request try #1 at 19:31:26
23959npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
23960npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
23961npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
23962npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.5.1
23963npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
23964npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
23965npm http 200 http://registry.npmjs.org/ncp
23966npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23967npm verb headers etag: '"E335WN9HFOY1A47CZXJP6Y7CE"',
23968npm verb headers 'content-type': 'application/json',
23969npm verb headers 'cache-control': 'max-age=60',
23970npm verb headers 'content-length': '26221',
23971npm verb headers 'accept-ranges': 'bytes',
23972npm verb headers date: 'Tue, 29 Dec 2015 19:31:26 GMT',
23973npm verb headers age: '19',
23974npm verb headers 'x-served-by': 'cache-fra1241-FRA',
23975npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
23976npm verb headers 'x-cache-hits': '1',
23977npm verb headers 'x-timer': 'S1451417486.570355,VS0,VE5',
23978npm verb headers vary: 'Accept',
23979npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
23980npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
23981npm verb headers connection: 'keep-alive' }
23982npm verb get saving ncp to /root/.npm/registry.npmjs.org/ncp/.cache.json
23983npm verb cache add spec ncp@~2.0.0
23984npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for ncp
23985npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
23986npm verb get http://registry.npmjs.org/ncp not expired, no request
23987npm verb addNamed "2.0.0" is a plain semver version for ncp
23988npm verb addRemoteTarball http://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz not in flight; adding
23989npm verb addRemoteTarball [ 'http://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz',
23990npm verb addRemoteTarball '195a21d6c46e361d2fb1281ba38b91e9df7bdbb3' ]
23991npm info retry fetch attempt 1 at 19:31:26
23992npm info attempt registry request try #1 at 19:31:26
23993npm http fetch GET http://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz
23994npm http fetch 200 http://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz
23995npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ncp/-/ncp-2.0.0.tgz not in flight; adding
23996npm verb addTmpTarball already have metadata; skipping unpack for ncp@2.0.0
23997npm verb afterAdd /root/.npm/ncp/2.0.0/package/package.json not in flight; writing
23998npm verb afterAdd /root/.npm/ncp/2.0.0/package/package.json written
23999npm http 200 http://registry.npmjs.org/rimraf
24000npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24001npm verb headers etag: '"8TBZMSTO6MKWV26CBWA5N5MR6"',
24002npm verb headers 'content-type': 'application/json',
24003npm verb headers 'cache-control': 'max-age=300',
24004npm verb headers 'content-length': '48828',
24005npm verb headers 'accept-ranges': 'bytes',
24006npm verb headers date: 'Tue, 29 Dec 2015 19:31:26 GMT',
24007npm verb headers age: '53',
24008npm verb headers 'x-served-by': 'cache-fra1242-FRA',
24009npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24010npm verb headers 'x-cache-hits': '1',
24011npm verb headers 'x-timer': 'S1451417486.570698,VS0,VE0',
24012npm verb headers vary: 'Accept',
24013npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24014npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24015npm verb headers connection: 'keep-alive' }
24016npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
24017npm verb cache add spec rimraf@~2.4.0
24018npm verb addNamed ">=2.4.0 <2.5.0" is a valid semver range for rimraf
24019npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
24020npm verb get http://registry.npmjs.org/rimraf not expired, no request
24021npm verb addNamed "2.4.5" is a plain semver version for rimraf
24022npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz not in flight; adding
24023npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz',
24024npm verb addRemoteTarball 'ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da' ]
24025npm info retry fetch attempt 1 at 19:31:26
24026npm info attempt registry request try #1 at 19:31:26
24027npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
24028npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
24029npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz not in flight; adding
24030npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.4.5
24031npm verb afterAdd /root/.npm/rimraf/2.4.5/package/package.json not in flight; writing
24032npm verb afterAdd /root/.npm/rimraf/2.4.5/package/package.json written
24033npm verb cache add spec minimist@0.0.8
24034npm verb addNamed "0.0.8" is a plain semver version for minimist
24035npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
24036npm verb get http://registry.npmjs.org/minimist not expired, no request
24037npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
24038npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz',
24039npm verb addRemoteTarball '857fcabfc3397d2625b8228262e86aa7a011b05d' ]
24040npm info retry fetch attempt 1 at 19:31:26
24041npm info attempt registry request try #1 at 19:31:26
24042npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
24043npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
24044npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
24045npm verb addTmpTarball already have metadata; skipping unpack for minimist@0.0.8
24046npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
24047npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
24048npm verb request uri http://registry.npmjs.org/glob
24049npm verb request no auth needed
24050npm info attempt registry request try #1 at 19:31:26
24051npm http request GET http://registry.npmjs.org/glob
24052npm http 200 http://registry.npmjs.org/glob
24053npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24054npm verb headers etag: '"35BW2PZITMBWTVHPL2Z8HULBB"',
24055npm verb headers 'content-type': 'application/json',
24056npm verb headers 'cache-control': 'max-age=300',
24057npm verb headers 'content-length': '112817',
24058npm verb headers 'accept-ranges': 'bytes',
24059npm verb headers date: 'Tue, 29 Dec 2015 19:31:26 GMT',
24060npm verb headers age: '65',
24061npm verb headers 'x-served-by': 'cache-fra1242-FRA',
24062npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24063npm verb headers 'x-cache-hits': '3',
24064npm verb headers 'x-timer': 'S1451417486.768603,VS0,VE0',
24065npm verb headers vary: 'Accept',
24066npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24067npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24068npm verb headers connection: 'keep-alive' }
24069npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
24070npm verb cache add spec glob@^6.0.1
24071npm verb addNamed ">=6.0.1 <7.0.0" is a valid semver range for glob
24072npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
24073npm verb get http://registry.npmjs.org/glob not expired, no request
24074npm verb addNamed "6.0.3" is a plain semver version for glob
24075npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-6.0.3.tgz not in flight; adding
24076npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-6.0.3.tgz',
24077npm verb addRemoteTarball '5f02cd89587ce58b154ae0855de02a2e63986fca' ]
24078npm info retry fetch attempt 1 at 19:31:27
24079npm info attempt registry request try #1 at 19:31:27
24080npm http fetch GET http://registry.npmjs.org/glob/-/glob-6.0.3.tgz
24081npm http fetch 200 http://registry.npmjs.org/glob/-/glob-6.0.3.tgz
24082npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/glob/-/glob-6.0.3.tgz not in flight; adding
24083npm verb addTmpTarball already have metadata; skipping unpack for glob@6.0.3
24084npm verb afterAdd /root/.npm/glob/6.0.3/package/package.json not in flight; writing
24085npm verb afterAdd /root/.npm/glob/6.0.3/package/package.json written
24086npm verb request uri http://registry.npmjs.org/inflight
24087npm verb request no auth needed
24088npm info attempt registry request try #1 at 19:31:27
24089npm http request GET http://registry.npmjs.org/inflight
24090npm verb request uri http://registry.npmjs.org/path-is-absolute
24091npm verb request no auth needed
24092npm info attempt registry request try #1 at 19:31:27
24093npm http request GET http://registry.npmjs.org/path-is-absolute
24094npm http 200 http://registry.npmjs.org/inflight
24095npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24096npm verb headers etag: '"AYD7KENJNHXM5Z0WKMT2D06HW"',
24097npm verb headers 'content-type': 'application/json',
24098npm verb headers 'cache-control': 'max-age=60',
24099npm verb headers 'content-length': '6915',
24100npm verb headers 'accept-ranges': 'bytes',
24101npm verb headers date: 'Tue, 29 Dec 2015 19:31:27 GMT',
24102npm verb headers age: '57',
24103npm verb headers 'x-served-by': 'cache-fra1242-FRA',
24104npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24105npm verb headers 'x-cache-hits': '6',
24106npm verb headers 'x-timer': 'S1451417487.057168,VS0,VE0',
24107npm verb headers vary: 'Accept',
24108npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24109npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24110npm verb headers connection: 'keep-alive' }
24111npm verb get saving inflight to /root/.npm/registry.npmjs.org/inflight/.cache.json
24112npm http 200 http://registry.npmjs.org/path-is-absolute
24113npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24114npm verb headers etag: '"BN5VZYARJTFIZINEV94ZMOHSE"',
24115npm verb headers 'content-type': 'application/json',
24116npm verb headers 'cache-control': 'max-age=60',
24117npm verb headers 'content-length': '3204',
24118npm verb headers 'accept-ranges': 'bytes',
24119npm verb headers date: 'Tue, 29 Dec 2015 19:31:27 GMT',
24120npm verb headers age: '3',
24121npm verb headers 'x-served-by': 'cache-fra1241-FRA',
24122npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24123npm verb headers 'x-cache-hits': '1',
24124npm verb headers 'x-timer': 'S1451417487.059663,VS0,VE0',
24125npm verb headers vary: 'Accept',
24126npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24127npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24128npm verb headers connection: 'keep-alive' }
24129npm verb get saving path-is-absolute to /root/.npm/registry.npmjs.org/path-is-absolute/.cache.json
24130npm verb cache add spec inflight@^1.0.4
24131npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for inflight
24132npm verb addNameRange registry:http://registry.npmjs.org/inflight not in flight; fetching
24133npm verb cache add spec path-is-absolute@^1.0.0
24134npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-is-absolute
24135npm verb addNameRange registry:http://registry.npmjs.org/path-is-absolute not in flight; fetching
24136npm verb get http://registry.npmjs.org/inflight not expired, no request
24137npm verb addNamed "1.0.4" is a plain semver version for inflight
24138npm verb get http://registry.npmjs.org/path-is-absolute not expired, no request
24139npm verb addNamed "1.0.0" is a plain semver version for path-is-absolute
24140npm verb addRemoteTarball http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
24141npm verb addRemoteTarball [ 'http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz',
24142npm verb addRemoteTarball '6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a' ]
24143npm verb addRemoteTarball http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
24144npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz',
24145npm verb addRemoteTarball '263dada66ab3f2fb10bf7f9d24dd8f3e570ef912' ]
24146npm info retry fetch attempt 1 at 19:31:27
24147npm info attempt registry request try #1 at 19:31:27
24148npm http fetch GET http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
24149npm info retry fetch attempt 1 at 19:31:27
24150npm info attempt registry request try #1 at 19:31:27
24151npm http fetch GET http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
24152npm http fetch 200 http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
24153npm http fetch 200 http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
24154npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
24155npm verb addTmpTarball already have metadata; skipping unpack for inflight@1.0.4
24156npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
24157npm verb addTmpTarball already have metadata; skipping unpack for path-is-absolute@1.0.0
24158npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json not in flight; writing
24159npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json not in flight; writing
24160npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json written
24161npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json written
24162npm verb request uri http://registry.npmjs.org/wrappy
24163npm verb request no auth needed
24164npm info attempt registry request try #1 at 19:31:27
24165npm http request GET http://registry.npmjs.org/wrappy
24166npm http 200 http://registry.npmjs.org/wrappy
24167npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24168npm verb headers etag: '"BC9JAW6E2PQBS8NYYKIYUR99F"',
24169npm verb headers 'content-type': 'application/json',
24170npm verb headers 'cache-control': 'max-age=60',
24171npm verb headers 'content-length': '3276',
24172npm verb headers 'accept-ranges': 'bytes',
24173npm verb headers date: 'Tue, 29 Dec 2015 19:31:27 GMT',
24174npm verb headers age: '14',
24175npm verb headers 'x-served-by': 'cache-fra1241-FRA',
24176npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24177npm verb headers 'x-cache-hits': '1',
24178npm verb headers 'x-timer': 'S1451417487.173375,VS0,VE0',
24179npm verb headers vary: 'Accept',
24180npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24181npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24182npm verb headers connection: 'keep-alive' }
24183npm verb get saving wrappy to /root/.npm/registry.npmjs.org/wrappy/.cache.json
24184npm verb cache add spec wrappy@1
24185npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
24186npm verb addNameRange registry:http://registry.npmjs.org/wrappy not in flight; fetching
24187npm verb get http://registry.npmjs.org/wrappy not expired, no request
24188npm verb addNamed "1.0.1" is a plain semver version for wrappy
24189npm verb addRemoteTarball http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
24190npm verb addRemoteTarball [ 'http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
24191npm verb addRemoteTarball '1e65969965ccbc2db4548c6b84a6f2c5aedd4739' ]
24192npm info retry fetch attempt 1 at 19:31:27
24193npm info attempt registry request try #1 at 19:31:27
24194npm http fetch GET http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
24195npm http fetch 200 http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
24196npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
24197npm verb addTmpTarball already have metadata; skipping unpack for wrappy@1.0.1
24198npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json not in flight; writing
24199npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json written
24200npm verb cache add spec assert-plus@0.1.x
24201npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for assert-plus
24202npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
24203npm verb get http://registry.npmjs.org/assert-plus not expired, no request
24204npm verb addNamed "0.1.5" is a plain semver version for assert-plus
24205npm verb addRemoteTarball http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
24206npm verb addRemoteTarball [ 'http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz',
24207npm verb addRemoteTarball 'ee74009413002d84cec7219c6ac811812e723160' ]
24208npm info retry fetch attempt 1 at 19:31:27
24209npm info attempt registry request try #1 at 19:31:27
24210npm http fetch GET http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
24211npm http fetch 200 http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
24212npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
24213npm verb addTmpTarball already have metadata; skipping unpack for assert-plus@0.1.5
24214npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
24215npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
24216npm verb cache add spec assert-plus@0.1.5
24217npm verb addNamed "0.1.5" is a plain semver version for assert-plus
24218npm verb addNameVersion registry:http://registry.npmjs.org/assert-plus not in flight; fetching
24219npm verb get http://registry.npmjs.org/assert-plus not expired, no request
24220npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
24221npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
24222npm verb request uri http://registry.npmjs.org/extsprintf
24223npm verb request no auth needed
24224npm info attempt registry request try #1 at 19:31:27
24225npm http request GET http://registry.npmjs.org/extsprintf
24226npm http 200 http://registry.npmjs.org/extsprintf
24227npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24228npm verb headers etag: '"8SZHSWXY2AGI2KX70GQFVOSWW"',
24229npm verb headers 'content-type': 'application/json',
24230npm verb headers 'cache-control': 'max-age=60',
24231npm verb headers 'content-length': '8730',
24232npm verb headers 'accept-ranges': 'bytes',
24233npm verb headers date: 'Tue, 29 Dec 2015 19:31:27 GMT',
24234npm verb headers age: '20',
24235npm verb headers 'x-served-by': 'cache-fra1241-FRA',
24236npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24237npm verb headers 'x-cache-hits': '2',
24238npm verb headers 'x-timer': 'S1451417487.350796,VS0,VE0',
24239npm verb headers vary: 'Accept',
24240npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24241npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24242npm verb headers connection: 'keep-alive' }
24243npm verb get saving extsprintf to /root/.npm/registry.npmjs.org/extsprintf/.cache.json
24244npm verb cache add spec extsprintf@1.2.0
24245npm verb addNamed "1.2.0" is a plain semver version for extsprintf
24246npm verb addNameVersion registry:http://registry.npmjs.org/extsprintf not in flight; fetching
24247npm verb get http://registry.npmjs.org/extsprintf not expired, no request
24248npm verb addRemoteTarball http://registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz not in flight; adding
24249npm verb addRemoteTarball [ 'http://registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz',
24250npm verb addRemoteTarball '5ad946c22f5b32ba7f8cd7426711c6e8a3fc2529' ]
24251npm info retry fetch attempt 1 at 19:31:27
24252npm info attempt registry request try #1 at 19:31:27
24253npm http fetch GET http://registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz
24254npm http fetch 200 http://registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz
24255npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz not in flight; adding
24256npm verb addTmpTarball already have metadata; skipping unpack for extsprintf@1.2.0
24257npm verb afterAdd /root/.npm/extsprintf/1.2.0/package/package.json not in flight; writing
24258npm verb afterAdd /root/.npm/extsprintf/1.2.0/package/package.json written
24259npm verb cache add spec methods@1.0.0
24260npm verb addNamed "1.0.0" is a plain semver version for methods
24261npm verb addNameVersion registry:http://registry.npmjs.org/methods not in flight; fetching
24262npm verb request uri http://registry.npmjs.org/methods
24263npm verb request no auth needed
24264npm info attempt registry request try #1 at 19:31:27
24265npm verb etag "DO0SV9ZWBGKHHT6F5AJRGFLTU"
24266npm http request GET http://registry.npmjs.org/methods
24267npm http 304 http://registry.npmjs.org/methods
24268npm verb headers { date: 'Tue, 29 Dec 2015 19:31:27 GMT',
24269npm verb headers 'cache-control': 'max-age=300',
24270npm verb headers etag: '"DO0SV9ZWBGKHHT6F5AJRGFLTU"',
24271npm verb headers age: '293',
24272npm verb headers 'x-served-by': 'cache-fra1241-FRA',
24273npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24274npm verb headers 'x-cache-hits': '3',
24275npm verb headers 'x-timer': 'S1451417487.462373,VS0,VE0',
24276npm verb headers vary: 'Accept',
24277npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24278npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24279npm verb headers connection: 'keep-alive' }
24280npm verb etag http://registry.npmjs.org/methods from cache
24281npm verb get saving methods to /root/.npm/registry.npmjs.org/methods/.cache.json
24282npm verb addRemoteTarball http://registry.npmjs.org/methods/-/methods-1.0.0.tgz not in flight; adding
24283npm verb addRemoteTarball [ 'http://registry.npmjs.org/methods/-/methods-1.0.0.tgz',
24284npm verb addRemoteTarball '9a73d86375dfcef26ef61ca3e4b8a2e2538a80e3' ]
24285npm info retry fetch attempt 1 at 19:31:27
24286npm info attempt registry request try #1 at 19:31:27
24287npm http fetch GET http://registry.npmjs.org/methods/-/methods-1.0.0.tgz
24288npm http fetch 200 http://registry.npmjs.org/methods/-/methods-1.0.0.tgz
24289npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/methods/-/methods-1.0.0.tgz not in flight; adding
24290npm verb addTmpTarball already have metadata; skipping unpack for methods@1.0.0
24291npm verb afterAdd /root/.npm/methods/1.0.0/package/package.json not in flight; writing
24292npm verb afterAdd /root/.npm/methods/1.0.0/package/package.json written
24293npm verb cache add spec async@0.9.0
24294npm verb cache add spec bson@~0.4.18
24295npm verb cache add spec mongodb@2.0.46
24296npm verb cache add spec ms@0.1.0
24297npm verb addNamed "0.9.0" is a plain semver version for async
24298npm verb addNameVersion registry:http://registry.npmjs.org/async not in flight; fetching
24299npm verb addNamed ">=0.4.18 <0.5.0" is a valid semver range for bson
24300npm verb addNameRange registry:http://registry.npmjs.org/bson not in flight; fetching
24301npm verb addNamed "2.0.46" is a plain semver version for mongodb
24302npm verb addNameVersion registry:http://registry.npmjs.org/mongodb not in flight; fetching
24303npm verb addNamed "0.1.0" is a plain semver version for ms
24304npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
24305npm verb request uri http://registry.npmjs.org/hooks-fixed
24306npm verb request no auth needed
24307npm info attempt registry request try #1 at 19:31:28
24308npm http request GET http://registry.npmjs.org/hooks-fixed
24309npm verb request uri http://registry.npmjs.org/kareem
24310npm verb request no auth needed
24311npm info attempt registry request try #1 at 19:31:28
24312npm http request GET http://registry.npmjs.org/kareem
24313npm verb request uri http://registry.npmjs.org/mpath
24314npm verb request no auth needed
24315npm info attempt registry request try #1 at 19:31:28
24316npm http request GET http://registry.npmjs.org/mpath
24317npm verb request uri http://registry.npmjs.org/mpromise
24318npm verb request no auth needed
24319npm info attempt registry request try #1 at 19:31:28
24320npm http request GET http://registry.npmjs.org/mpromise
24321npm verb request uri http://registry.npmjs.org/mquery
24322npm verb request no auth needed
24323npm info attempt registry request try #1 at 19:31:28
24324npm http request GET http://registry.npmjs.org/mquery
24325npm verb request uri http://registry.npmjs.org/muri
24326npm verb request no auth needed
24327npm info attempt registry request try #1 at 19:31:29
24328npm http request GET http://registry.npmjs.org/muri
24329npm verb request uri http://registry.npmjs.org/regexp-clone
24330npm verb request no auth needed
24331npm info attempt registry request try #1 at 19:31:29
24332npm http request GET http://registry.npmjs.org/regexp-clone
24333npm verb request uri http://registry.npmjs.org/sliced
24334npm verb request no auth needed
24335npm info attempt registry request try #1 at 19:31:29
24336npm http request GET http://registry.npmjs.org/sliced
24337npm verb get http://registry.npmjs.org/async not expired, no request
24338npm verb request uri http://registry.npmjs.org/bson
24339npm verb request no auth needed
24340npm info attempt registry request try #1 at 19:31:29
24341npm verb etag "3JA7YUYKYJEJYJTYC81GGPDTG"
24342npm http request GET http://registry.npmjs.org/bson
24343npm verb request uri http://registry.npmjs.org/ms
24344npm verb request no auth needed
24345npm info attempt registry request try #1 at 19:31:29
24346npm verb etag "5W0HPW6PWGLJ3ZF2FS08L0INV"
24347npm http request GET http://registry.npmjs.org/ms
24348npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.9.0.tgz not in flight; adding
24349npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.9.0.tgz',
24350npm verb addRemoteTarball 'ac3613b1da9bed1b47510bb4651b8931e47146c7' ]
24351npm verb request uri http://registry.npmjs.org/mongodb
24352npm verb request no auth needed
24353npm info attempt registry request try #1 at 19:31:29
24354npm verb etag "6V7FCTRISSB8WWQ411BZX8EIB"
24355npm http request GET http://registry.npmjs.org/mongodb
24356npm http 304 http://registry.npmjs.org/bson
24357npm verb headers { date: 'Tue, 29 Dec 2015 19:31:14 GMT',
24358npm verb headers 'content-type': 'application/json',
24359npm verb headers age: '63',
24360npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
24361npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
24362npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
24363npm verb headers connection: 'keep-alive' }
24364npm verb etag http://registry.npmjs.org/bson from cache
24365npm verb get saving bson to /root/.npm/registry.npmjs.org/bson/.cache.json
24366npm http 200 http://registry.npmjs.org/muri
24367npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24368npm verb headers etag: '"1A8HZR3VWLZ26QA17AQVL78FR"',
24369npm verb headers 'content-type': 'application/json',
24370npm verb headers 'cache-control': 'max-age=300',
24371npm verb headers 'content-length': '10567',
24372npm verb headers 'accept-ranges': 'bytes',
24373npm verb headers date: 'Tue, 29 Dec 2015 19:31:29 GMT',
24374npm verb headers age: '293',
24375npm verb headers 'x-served-by': 'cache-fra1240-FRA',
24376npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24377npm verb headers 'x-cache-hits': '2',
24378npm verb headers 'x-timer': 'S1451417489.020339,VS0,VE0',
24379npm verb headers vary: 'Accept',
24380npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24381npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24382npm verb headers connection: 'keep-alive' }
24383npm verb get saving muri to /root/.npm/registry.npmjs.org/muri/.cache.json
24384npm http 200 http://registry.npmjs.org/mpromise
24385npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24386npm verb headers etag: '"ANP2S12BAVZ9XZPOEVBCCO9YG"',
24387npm verb headers 'content-type': 'application/json',
24388npm verb headers 'cache-control': 'max-age=300',
24389npm verb headers 'content-length': '24225',
24390npm verb headers 'accept-ranges': 'bytes',
24391npm verb headers date: 'Tue, 29 Dec 2015 19:31:29 GMT',
24392npm verb headers age: '293',
24393npm verb headers 'x-served-by': 'cache-fra1237-FRA',
24394npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24395npm verb headers 'x-cache-hits': '1',
24396npm verb headers 'x-timer': 'S1451417489.019997,VS0,VE0',
24397npm verb headers vary: 'Accept',
24398npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24399npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24400npm verb headers connection: 'keep-alive' }
24401npm verb get saving mpromise to /root/.npm/registry.npmjs.org/mpromise/.cache.json
24402npm info retry fetch attempt 1 at 19:31:29
24403npm info attempt registry request try #1 at 19:31:29
24404npm http fetch GET http://registry.npmjs.org/async/-/async-0.9.0.tgz
24405npm http 304 http://registry.npmjs.org/ms
24406npm verb headers { date: 'Tue, 29 Dec 2015 19:31:13 GMT',
24407npm verb headers 'content-type': 'application/json',
24408npm verb headers age: '35',
24409npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
24410npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
24411npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
24412npm verb headers connection: 'keep-alive' }
24413npm verb etag http://registry.npmjs.org/ms from cache
24414npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
24415npm http 200 http://registry.npmjs.org/mquery
24416npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24417npm verb headers etag: '"73VBBT9H4BA6QE1ZRIL3RC2WB"',
24418npm verb headers 'content-type': 'application/json',
24419npm verb headers 'cache-control': 'max-age=300',
24420npm verb headers 'content-length': '76722',
24421npm verb headers 'accept-ranges': 'bytes',
24422npm verb headers date: 'Tue, 29 Dec 2015 19:31:29 GMT',
24423npm verb headers age: '244',
24424npm verb headers 'x-served-by': 'cache-fra1239-FRA',
24425npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24426npm verb headers 'x-cache-hits': '2',
24427npm verb headers 'x-timer': 'S1451417489.020317,VS0,VE0',
24428npm verb headers vary: 'Accept',
24429npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24430npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24431npm verb headers connection: 'keep-alive' }
24432npm verb get saving mquery to /root/.npm/registry.npmjs.org/mquery/.cache.json
24433npm http 200 http://registry.npmjs.org/kareem
24434npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24435npm verb headers etag: '"3KB69FSTLPHYF4Q4CP5U5CL62"',
24436npm verb headers 'content-type': 'application/json',
24437npm verb headers 'cache-control': 'max-age=300',
24438npm verb headers 'content-length': '19425',
24439npm verb headers 'accept-ranges': 'bytes',
24440npm verb headers date: 'Tue, 29 Dec 2015 19:31:29 GMT',
24441npm verb headers age: '124',
24442npm verb headers 'x-served-by': 'cache-fra1242-FRA',
24443npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24444npm verb headers 'x-cache-hits': '1',
24445npm verb headers 'x-timer': 'S1451417489.020253,VS0,VE0',
24446npm verb headers vary: 'Accept',
24447npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24448npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24449npm verb headers connection: 'keep-alive' }
24450npm verb get saving kareem to /root/.npm/registry.npmjs.org/kareem/.cache.json
24451npm http 200 http://registry.npmjs.org/regexp-clone
24452npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24453npm verb headers etag: '"AMGTX5SC3OTT0F8UOW43HZ5FK"',
24454npm verb headers 'content-type': 'application/json',
24455npm verb headers 'cache-control': 'max-age=300',
24456npm verb headers 'content-length': '2001',
24457npm verb headers 'accept-ranges': 'bytes',
24458npm verb headers date: 'Tue, 29 Dec 2015 19:31:29 GMT',
24459npm verb headers age: '124',
24460npm verb headers 'x-served-by': 'cache-fra1229-FRA',
24461npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24462npm verb headers 'x-cache-hits': '1',
24463npm verb headers 'x-timer': 'S1451417489.020261,VS0,VE0',
24464npm verb headers vary: 'Accept',
24465npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24466npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24467npm verb headers connection: 'keep-alive' }
24468npm verb get saving regexp-clone to /root/.npm/registry.npmjs.org/regexp-clone/.cache.json
24469npm http 304 http://registry.npmjs.org/mongodb
24470npm verb headers { date: 'Tue, 29 Dec 2015 19:31:13 GMT',
24471npm verb headers 'content-type': 'application/json',
24472npm verb headers age: '207',
24473npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
24474npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
24475npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
24476npm verb headers connection: 'keep-alive' }
24477npm verb etag http://registry.npmjs.org/mongodb from cache
24478npm verb get saving mongodb to /root/.npm/registry.npmjs.org/mongodb/.cache.json
24479npm http 200 http://registry.npmjs.org/sliced
24480npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24481npm verb headers etag: '"EN5U9Y31DK6WV3FZK1C511NBT"',
24482npm verb headers 'content-type': 'application/json',
24483npm verb headers 'cache-control': 'max-age=300',
24484npm verb headers 'content-length': '9645',
24485npm verb headers 'accept-ranges': 'bytes',
24486npm verb headers date: 'Tue, 29 Dec 2015 19:31:29 GMT',
24487npm verb headers age: '293',
24488npm verb headers 'x-served-by': 'cache-fra1220-FRA',
24489npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24490npm verb headers 'x-cache-hits': '1',
24491npm verb headers 'x-timer': 'S1451417489.020476,VS0,VE0',
24492npm verb headers vary: 'Accept',
24493npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24494npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24495npm verb headers connection: 'keep-alive' }
24496npm verb get saving sliced to /root/.npm/registry.npmjs.org/sliced/.cache.json
24497npm http 200 http://registry.npmjs.org/mpath
24498npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24499npm verb headers etag: '"DD146YM5VNF79SWUY199CJ9P6"',
24500npm verb headers 'content-type': 'application/json',
24501npm verb headers 'cache-control': 'max-age=300',
24502npm verb headers 'content-length': '11847',
24503npm verb headers 'accept-ranges': 'bytes',
24504npm verb headers date: 'Tue, 29 Dec 2015 19:31:29 GMT',
24505npm verb headers age: '124',
24506npm verb headers 'x-served-by': 'cache-fra1229-FRA',
24507npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24508npm verb headers 'x-cache-hits': '1',
24509npm verb headers 'x-timer': 'S1451417489.020105,VS0,VE0',
24510npm verb headers vary: 'Accept',
24511npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24512npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24513npm verb headers connection: 'keep-alive' }
24514npm verb get saving mpath to /root/.npm/registry.npmjs.org/mpath/.cache.json
24515npm http fetch 200 http://registry.npmjs.org/async/-/async-0.9.0.tgz
24516npm verb addNamed "0.4.20" is a plain semver version for bson
24517npm verb addRemoteTarball http://registry.npmjs.org/bson/-/bson-0.4.20.tgz not in flight; adding
24518npm verb addRemoteTarball [ 'http://registry.npmjs.org/bson/-/bson-0.4.20.tgz',
24519npm verb addRemoteTarball '39b7fa42ef49378f71f40cbc165e46b41c2ff79e' ]
24520npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/async/-/async-0.9.0.tgz not in flight; adding
24521npm verb addTmpTarball already have metadata; skipping unpack for async@0.9.0
24522npm verb cache add spec muri@1.0.0
24523npm verb addNamed "1.0.0" is a plain semver version for muri
24524npm verb addNameVersion registry:http://registry.npmjs.org/muri not in flight; fetching
24525npm verb cache add spec mpromise@0.5.4
24526npm verb addNamed "0.5.4" is a plain semver version for mpromise
24527npm verb addNameVersion registry:http://registry.npmjs.org/mpromise not in flight; fetching
24528npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.1.0.tgz not in flight; adding
24529npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.1.0.tgz',
24530npm verb addRemoteTarball 'f21fac490daf1d7667fd180fe9077389cc9442b2' ]
24531npm verb cache add spec mquery@1.6.3
24532npm verb addNamed "1.6.3" is a plain semver version for mquery
24533npm verb addNameVersion registry:http://registry.npmjs.org/mquery not in flight; fetching
24534npm verb cache add spec regexp-clone@0.0.1
24535npm verb addNamed "0.0.1" is a plain semver version for regexp-clone
24536npm verb addNameVersion registry:http://registry.npmjs.org/regexp-clone not in flight; fetching
24537npm verb cache add spec kareem@1.0.1
24538npm verb addNamed "1.0.1" is a plain semver version for kareem
24539npm verb addNameVersion registry:http://registry.npmjs.org/kareem not in flight; fetching
24540npm info retry fetch attempt 1 at 19:31:29
24541npm info attempt registry request try #1 at 19:31:29
24542npm http fetch GET http://registry.npmjs.org/bson/-/bson-0.4.20.tgz
24543npm info retry fetch attempt 1 at 19:31:29
24544npm info attempt registry request try #1 at 19:31:29
24545npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.1.0.tgz
24546npm verb addRemoteTarball http://registry.npmjs.org/mongodb/-/mongodb-2.0.46.tgz not in flight; adding
24547npm verb addRemoteTarball [ 'http://registry.npmjs.org/mongodb/-/mongodb-2.0.46.tgz',
24548npm verb addRemoteTarball 'b1b857465e45e259b1e0e033698341a64cb93559' ]
24549npm verb cache add spec sliced@0.0.5
24550npm verb addNamed "0.0.5" is a plain semver version for sliced
24551npm verb addNameVersion registry:http://registry.npmjs.org/sliced not in flight; fetching
24552npm verb cache add spec mpath@0.1.1
24553npm verb addNamed "0.1.1" is a plain semver version for mpath
24554npm verb addNameVersion registry:http://registry.npmjs.org/mpath not in flight; fetching
24555npm info retry fetch attempt 1 at 19:31:29
24556npm info attempt registry request try #1 at 19:31:29
24557npm http fetch GET http://registry.npmjs.org/mongodb/-/mongodb-2.0.46.tgz
24558npm verb get http://registry.npmjs.org/mpromise not expired, no request
24559npm verb get http://registry.npmjs.org/muri not expired, no request
24560npm verb addRemoteTarball http://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz not in flight; adding
24561npm verb addRemoteTarball [ 'http://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz',
24562npm verb addRemoteTarball 'b610613ec6de37419f944b35f0783b4de9f5dc75' ]
24563npm verb addRemoteTarball http://registry.npmjs.org/muri/-/muri-1.0.0.tgz not in flight; adding
24564npm verb addRemoteTarball [ 'http://registry.npmjs.org/muri/-/muri-1.0.0.tgz',
24565npm verb addRemoteTarball 'de3bf6bd71d67eae71d76689b950d2de118695c6' ]
24566npm verb get http://registry.npmjs.org/regexp-clone not expired, no request
24567npm http fetch 200 http://registry.npmjs.org/bson/-/bson-0.4.20.tgz
24568npm verb get http://registry.npmjs.org/mquery not expired, no request
24569npm verb get http://registry.npmjs.org/kareem not expired, no request
24570npm verb addRemoteTarball http://registry.npmjs.org/regexp-clone/-/regexp-clone-0.0.1.tgz not in flight; adding
24571npm verb addRemoteTarball [ 'http://registry.npmjs.org/regexp-clone/-/regexp-clone-0.0.1.tgz',
24572npm verb addRemoteTarball 'a7c2e09891fdbf38fbb10d376fb73003e68ac589' ]
24573npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.1.0.tgz
24574npm verb addRemoteTarball http://registry.npmjs.org/mquery/-/mquery-1.6.3.tgz not in flight; adding
24575npm verb addRemoteTarball [ 'http://registry.npmjs.org/mquery/-/mquery-1.6.3.tgz',
24576npm verb addRemoteTarball '7c02bfb7e49c8012cece1556c5e65fef61f3c8e5' ]
24577npm verb addRemoteTarball http://registry.npmjs.org/kareem/-/kareem-1.0.1.tgz not in flight; adding
24578npm verb addRemoteTarball [ 'http://registry.npmjs.org/kareem/-/kareem-1.0.1.tgz',
24579npm verb addRemoteTarball '7805d215bb53214ec3af969a1d0b1f17e3e7b95c' ]
24580npm verb get http://registry.npmjs.org/sliced not expired, no request
24581npm verb get http://registry.npmjs.org/mpath not expired, no request
24582npm verb addRemoteTarball http://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz not in flight; adding
24583npm verb addRemoteTarball [ 'http://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz',
24584npm verb addRemoteTarball '5edc044ca4eb6f7816d50ba2fc63e25d8fe4707f' ]
24585npm info retry fetch attempt 1 at 19:31:29
24586npm info attempt registry request try #1 at 19:31:29
24587npm http fetch GET http://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz
24588npm verb addRemoteTarball http://registry.npmjs.org/mpath/-/mpath-0.1.1.tgz not in flight; adding
24589npm verb addRemoteTarball [ 'http://registry.npmjs.org/mpath/-/mpath-0.1.1.tgz',
24590npm verb addRemoteTarball '23da852b7c232ee097f4759d29c0ee9cd22d5e46' ]
24591npm info retry fetch attempt 1 at 19:31:29
24592npm info attempt registry request try #1 at 19:31:29
24593npm http fetch GET http://registry.npmjs.org/muri/-/muri-1.0.0.tgz
24594npm verb afterAdd /root/.npm/async/0.9.0/package/package.json not in flight; writing
24595npm http fetch 200 http://registry.npmjs.org/mongodb/-/mongodb-2.0.46.tgz
24596npm info retry fetch attempt 1 at 19:31:29
24597npm info attempt registry request try #1 at 19:31:29
24598npm http fetch GET http://registry.npmjs.org/regexp-clone/-/regexp-clone-0.0.1.tgz
24599npm info retry fetch attempt 1 at 19:31:29
24600npm info attempt registry request try #1 at 19:31:29
24601npm http fetch GET http://registry.npmjs.org/mquery/-/mquery-1.6.3.tgz
24602npm info retry fetch attempt 1 at 19:31:29
24603npm info attempt registry request try #1 at 19:31:29
24604npm http fetch GET http://registry.npmjs.org/kareem/-/kareem-1.0.1.tgz
24605npm info retry fetch attempt 1 at 19:31:29
24606npm info attempt registry request try #1 at 19:31:29
24607npm http fetch GET http://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz
24608npm info retry fetch attempt 1 at 19:31:29
24609npm info attempt registry request try #1 at 19:31:29
24610npm http fetch GET http://registry.npmjs.org/mpath/-/mpath-0.1.1.tgz
24611npm verb afterAdd /root/.npm/async/0.9.0/package/package.json written
24612npm http fetch 200 http://registry.npmjs.org/muri/-/muri-1.0.0.tgz
24613npm http fetch 200 http://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz
24614npm http 200 http://registry.npmjs.org/hooks-fixed
24615npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24616npm verb headers etag: '"7FDRSO8LVKY0T91IYEUXQLU0Z"',
24617npm verb headers 'content-type': 'application/json',
24618npm verb headers 'cache-control': 'max-age=300',
24619npm verb headers 'content-length': '19299',
24620npm verb headers 'accept-ranges': 'bytes',
24621npm verb headers date: 'Tue, 29 Dec 2015 19:31:29 GMT',
24622npm verb headers age: '183',
24623npm verb headers 'x-served-by': 'cache-fra1241-FRA',
24624npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24625npm verb headers 'x-cache-hits': '1',
24626npm verb headers 'x-timer': 'S1451417489.020234,VS0,VE0',
24627npm verb headers vary: 'Accept',
24628npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24629npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24630npm verb headers connection: 'keep-alive' }
24631npm verb get saving hooks-fixed to /root/.npm/registry.npmjs.org/hooks-fixed/.cache.json
24632npm http fetch 200 http://registry.npmjs.org/regexp-clone/-/regexp-clone-0.0.1.tgz
24633npm http fetch 200 http://registry.npmjs.org/mquery/-/mquery-1.6.3.tgz
24634npm http fetch 200 http://registry.npmjs.org/kareem/-/kareem-1.0.1.tgz
24635npm http fetch 200 http://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz
24636npm http fetch 200 http://registry.npmjs.org/mpath/-/mpath-0.1.1.tgz
24637npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ms/-/ms-0.1.0.tgz not in flight; adding
24638npm verb addTmpTarball already have metadata; skipping unpack for ms@0.1.0
24639npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/muri/-/muri-1.0.0.tgz not in flight; adding
24640npm verb addTmpTarball already have metadata; skipping unpack for muri@1.0.0
24641npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz not in flight; adding
24642npm verb addTmpTarball already have metadata; skipping unpack for mpromise@0.5.4
24643npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/regexp-clone/-/regexp-clone-0.0.1.tgz not in flight; adding
24644npm verb addTmpTarball already have metadata; skipping unpack for regexp-clone@0.0.1
24645npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/kareem/-/kareem-1.0.1.tgz not in flight; adding
24646npm verb addTmpTarball already have metadata; skipping unpack for kareem@1.0.1
24647npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/sliced/-/sliced-0.0.5.tgz not in flight; adding
24648npm verb addTmpTarball already have metadata; skipping unpack for sliced@0.0.5
24649npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mpath/-/mpath-0.1.1.tgz not in flight; adding
24650npm verb addTmpTarball already have metadata; skipping unpack for mpath@0.1.1
24651npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mquery/-/mquery-1.6.3.tgz not in flight; adding
24652npm verb addTmpTarball already have metadata; skipping unpack for mquery@1.6.3
24653npm verb cache add spec hooks-fixed@1.1.0
24654npm verb addNamed "1.1.0" is a plain semver version for hooks-fixed
24655npm verb addNameVersion registry:http://registry.npmjs.org/hooks-fixed not in flight; fetching
24656npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bson/-/bson-0.4.20.tgz not in flight; adding
24657npm verb addTmpTarball already have metadata; skipping unpack for bson@0.4.20
24658npm verb afterAdd /root/.npm/ms/0.1.0/package/package.json not in flight; writing
24659npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mongodb/-/mongodb-2.0.46.tgz not in flight; adding
24660npm verb addTmpTarball already have metadata; skipping unpack for mongodb@2.0.46
24661npm verb get http://registry.npmjs.org/hooks-fixed not expired, no request
24662npm verb addRemoteTarball http://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz not in flight; adding
24663npm verb addRemoteTarball [ 'http://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz',
24664npm verb addRemoteTarball '0e8c15336708e6611185fe390b44687dd5230dbb' ]
24665npm verb afterAdd /root/.npm/muri/1.0.0/package/package.json not in flight; writing
24666npm verb afterAdd /root/.npm/mpromise/0.5.4/package/package.json not in flight; writing
24667npm verb afterAdd /root/.npm/regexp-clone/0.0.1/package/package.json not in flight; writing
24668npm verb afterAdd /root/.npm/kareem/1.0.1/package/package.json not in flight; writing
24669npm verb afterAdd /root/.npm/sliced/0.0.5/package/package.json not in flight; writing
24670npm verb afterAdd /root/.npm/mpath/0.1.1/package/package.json not in flight; writing
24671npm verb afterAdd /root/.npm/ms/0.1.0/package/package.json written
24672npm info retry fetch attempt 1 at 19:31:29
24673npm info attempt registry request try #1 at 19:31:29
24674npm http fetch GET http://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz
24675npm verb afterAdd /root/.npm/mquery/1.6.3/package/package.json not in flight; writing
24676npm verb afterAdd /root/.npm/muri/1.0.0/package/package.json written
24677npm verb afterAdd /root/.npm/regexp-clone/0.0.1/package/package.json written
24678npm verb afterAdd /root/.npm/mpromise/0.5.4/package/package.json written
24679npm verb afterAdd /root/.npm/kareem/1.0.1/package/package.json written
24680npm verb afterAdd /root/.npm/bson/0.4.20/package/package.json not in flight; writing
24681npm verb afterAdd /root/.npm/mpath/0.1.1/package/package.json written
24682npm verb afterAdd /root/.npm/sliced/0.0.5/package/package.json written
24683npm verb afterAdd /root/.npm/mquery/1.6.3/package/package.json written
24684npm http fetch 200 http://registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz
24685npm verb afterAdd /root/.npm/mongodb/2.0.46/package/package.json not in flight; writing
24686npm verb afterAdd /root/.npm/bson/0.4.20/package/package.json written
24687npm verb afterAdd /root/.npm/mongodb/2.0.46/package/package.json written
24688npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/hooks-fixed/-/hooks-fixed-1.1.0.tgz not in flight; adding
24689npm verb addTmpTarball already have metadata; skipping unpack for hooks-fixed@1.1.0
24690npm verb afterAdd /root/.npm/hooks-fixed/1.1.0/package/package.json not in flight; writing
24691npm verb afterAdd /root/.npm/hooks-fixed/1.1.0/package/package.json written
24692npm verb cache add spec readable-stream@1.0.31
24693npm verb addNamed "1.0.31" is a plain semver version for readable-stream
24694npm verb addNameVersion registry:http://registry.npmjs.org/readable-stream not in flight; fetching
24695npm verb request uri http://registry.npmjs.org/mongodb-core
24696npm verb request no auth needed
24697npm info attempt registry request try #1 at 19:31:29
24698npm http request GET http://registry.npmjs.org/mongodb-core
24699npm verb request uri http://registry.npmjs.org/es6-promise
24700npm verb request no auth needed
24701npm info attempt registry request try #1 at 19:31:29
24702npm http request GET http://registry.npmjs.org/es6-promise
24703npm verb request uri http://registry.npmjs.org/readable-stream
24704npm verb request no auth needed
24705npm info attempt registry request try #1 at 19:31:29
24706npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
24707npm http request GET http://registry.npmjs.org/readable-stream
24708npm http 304 http://registry.npmjs.org/readable-stream
24709npm verb headers { date: 'Tue, 29 Dec 2015 19:30:14 GMT',
24710npm verb headers 'content-type': 'application/json',
24711npm verb headers age: '80',
24712npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
24713npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
24714npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
24715npm verb headers connection: 'keep-alive' }
24716npm verb etag http://registry.npmjs.org/readable-stream from cache
24717npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
24718npm http 200 http://registry.npmjs.org/es6-promise
24719npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24720npm verb headers etag: '"75NMVNXXU3PIPPO9V5X214GV5"',
24721npm verb headers 'content-type': 'application/json',
24722npm verb headers 'cache-control': 'max-age=300',
24723npm verb headers 'content-length': '28577',
24724npm verb headers 'accept-ranges': 'bytes',
24725npm verb headers date: 'Tue, 29 Dec 2015 19:31:29 GMT',
24726npm verb headers age: '2',
24727npm verb headers 'x-served-by': 'cache-fra1220-FRA',
24728npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24729npm verb headers 'x-cache-hits': '1',
24730npm verb headers 'x-timer': 'S1451417489.725318,VS0,VE0',
24731npm verb headers vary: 'Accept',
24732npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24733npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24734npm verb headers connection: 'keep-alive' }
24735npm verb get saving es6-promise to /root/.npm/registry.npmjs.org/es6-promise/.cache.json
24736npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz not in flight; adding
24737npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz',
24738npm verb addRemoteTarball '8f2502e0bc9e3b0da1b94520aabb4e2603ecafae' ]
24739npm verb cache add spec es6-promise@2.1.1
24740npm verb addNamed "2.1.1" is a plain semver version for es6-promise
24741npm verb addNameVersion registry:http://registry.npmjs.org/es6-promise not in flight; fetching
24742npm info retry fetch attempt 1 at 19:31:29
24743npm info attempt registry request try #1 at 19:31:29
24744npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz
24745npm verb get http://registry.npmjs.org/es6-promise not expired, no request
24746npm verb addRemoteTarball http://registry.npmjs.org/es6-promise/-/es6-promise-2.1.1.tgz not in flight; adding
24747npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-promise/-/es6-promise-2.1.1.tgz',
24748npm verb addRemoteTarball '03e8f3c7297928e5478d6ab1d0643251507bdedd' ]
24749npm info retry fetch attempt 1 at 19:31:29
24750npm info attempt registry request try #1 at 19:31:29
24751npm http fetch GET http://registry.npmjs.org/es6-promise/-/es6-promise-2.1.1.tgz
24752npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz
24753npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz not in flight; adding
24754npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@1.0.31
24755npm http fetch 200 http://registry.npmjs.org/es6-promise/-/es6-promise-2.1.1.tgz
24756npm verb afterAdd /root/.npm/readable-stream/1.0.31/package/package.json not in flight; writing
24757npm verb afterAdd /root/.npm/readable-stream/1.0.31/package/package.json written
24758npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/es6-promise/-/es6-promise-2.1.1.tgz not in flight; adding
24759npm verb addTmpTarball already have metadata; skipping unpack for es6-promise@2.1.1
24760npm verb afterAdd /root/.npm/es6-promise/2.1.1/package/package.json not in flight; writing
24761npm http 200 http://registry.npmjs.org/mongodb-core
24762npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24763npm verb headers etag: '"2NU4RI1GYJTE21UNTAOMERO2N"',
24764npm verb headers 'content-type': 'application/json',
24765npm verb headers 'cache-control': 'max-age=300',
24766npm verb headers 'content-length': '106081',
24767npm verb headers 'accept-ranges': 'bytes',
24768npm verb headers date: 'Tue, 29 Dec 2015 19:31:29 GMT',
24769npm verb headers age: '242',
24770npm verb headers 'x-served-by': 'cache-fra1242-FRA',
24771npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24772npm verb headers 'x-cache-hits': '2',
24773npm verb headers 'x-timer': 'S1451417489.725079,VS0,VE0',
24774npm verb headers vary: 'Accept',
24775npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24776npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24777npm verb headers connection: 'keep-alive' }
24778npm verb get saving mongodb-core to /root/.npm/registry.npmjs.org/mongodb-core/.cache.json
24779npm verb afterAdd /root/.npm/es6-promise/2.1.1/package/package.json written
24780npm verb cache add spec mongodb-core@1.2.19
24781npm verb addNamed "1.2.19" is a plain semver version for mongodb-core
24782npm verb addNameVersion registry:http://registry.npmjs.org/mongodb-core not in flight; fetching
24783npm verb get http://registry.npmjs.org/mongodb-core not expired, no request
24784npm verb addRemoteTarball http://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.19.tgz not in flight; adding
24785npm verb addRemoteTarball [ 'http://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.19.tgz',
24786npm verb addRemoteTarball 'fcb35f6b6abc5c3de1f1a4a5db526b9e306f3eb7' ]
24787npm info retry fetch attempt 1 at 19:31:29
24788npm info attempt registry request try #1 at 19:31:29
24789npm http fetch GET http://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.19.tgz
24790npm http fetch 200 http://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.19.tgz
24791npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.19.tgz not in flight; adding
24792npm verb addTmpTarball already have metadata; skipping unpack for mongodb-core@1.2.19
24793npm verb afterAdd /root/.npm/mongodb-core/1.2.19/package/package.json not in flight; writing
24794npm verb afterAdd /root/.npm/mongodb-core/1.2.19/package/package.json written
24795npm verb cache add spec bson@~0.4.19
24796npm verb addNamed ">=0.4.19 <0.5.0" is a valid semver range for bson
24797npm verb addNameRange registry:http://registry.npmjs.org/bson not in flight; fetching
24798npm verb get http://registry.npmjs.org/bson not expired, no request
24799npm verb addNamed "0.4.20" is a plain semver version for bson
24800npm verb afterAdd /root/.npm/bson/0.4.20/package/package.json not in flight; writing
24801npm verb afterAdd /root/.npm/bson/0.4.20/package/package.json written
24802npm verb cache add spec debug@2.2.0
24803npm verb addNamed "2.2.0" is a plain semver version for debug
24804npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
24805npm verb request uri http://registry.npmjs.org/bluebird
24806npm verb request no auth needed
24807npm info attempt registry request try #1 at 19:31:30
24808npm http request GET http://registry.npmjs.org/bluebird
24809npm verb request uri http://registry.npmjs.org/debug
24810npm verb request no auth needed
24811npm info attempt registry request try #1 at 19:31:30
24812npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
24813npm http request GET http://registry.npmjs.org/debug
24814npm http 304 http://registry.npmjs.org/debug
24815npm verb headers { date: 'Tue, 29 Dec 2015 19:31:30 GMT',
24816npm verb headers 'cache-control': 'max-age=300',
24817npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
24818npm verb headers age: '300',
24819npm verb headers 'x-served-by': 'cache-fra1240-FRA',
24820npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24821npm verb headers 'x-cache-hits': '12',
24822npm verb headers 'x-timer': 'S1451417490.374838,VS0,VE0',
24823npm verb headers vary: 'Accept',
24824npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24825npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24826npm verb headers connection: 'keep-alive' }
24827npm verb etag http://registry.npmjs.org/debug from cache
24828npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
24829npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-2.2.0.tgz not in flight; adding
24830npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-2.2.0.tgz',
24831npm verb addRemoteTarball 'f87057e995b1a1f6ae6a4960664137bc56f039da' ]
24832npm info retry fetch attempt 1 at 19:31:30
24833npm info attempt registry request try #1 at 19:31:30
24834npm http fetch GET http://registry.npmjs.org/debug/-/debug-2.2.0.tgz
24835npm http fetch 200 http://registry.npmjs.org/debug/-/debug-2.2.0.tgz
24836npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/debug/-/debug-2.2.0.tgz not in flight; adding
24837npm verb addTmpTarball already have metadata; skipping unpack for debug@2.2.0
24838npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
24839npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
24840npm http 200 http://registry.npmjs.org/bluebird
24841npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24842npm verb headers etag: '"3UGNFMPRGXK5JAY51Q1ZC37OM"',
24843npm verb headers 'content-type': 'application/json',
24844npm verb headers 'cache-control': 'max-age=300',
24845npm verb headers 'content-length': '336223',
24846npm verb headers 'accept-ranges': 'bytes',
24847npm verb headers date: 'Tue, 29 Dec 2015 19:31:30 GMT',
24848npm verb headers age: '271',
24849npm verb headers 'x-served-by': 'cache-fra1242-FRA',
24850npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24851npm verb headers 'x-cache-hits': '2',
24852npm verb headers 'x-timer': 'S1451417490.365393,VS0,VE0',
24853npm verb headers vary: 'Accept',
24854npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
24855npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24856npm verb headers connection: 'keep-alive' }
24857npm verb get saving bluebird to /root/.npm/registry.npmjs.org/bluebird/.cache.json
24858npm verb cache add spec bluebird@2.9.26
24859npm verb addNamed "2.9.26" is a plain semver version for bluebird
24860npm verb addNameVersion registry:http://registry.npmjs.org/bluebird not in flight; fetching
24861npm verb get http://registry.npmjs.org/bluebird not expired, no request
24862npm verb addRemoteTarball http://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz not in flight; adding
24863npm verb addRemoteTarball [ 'http://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz',
24864npm verb addRemoteTarball '362772ea4d09f556a4b9f3b64c2fd136e87e3a55' ]
24865npm info retry fetch attempt 1 at 19:31:30
24866npm info attempt registry request try #1 at 19:31:30
24867npm http fetch GET http://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz
24868npm http fetch 200 http://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz
24869npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz not in flight; adding
24870npm verb addTmpTarball already have metadata; skipping unpack for bluebird@2.9.26
24871npm verb afterAdd /root/.npm/bluebird/2.9.26/package/package.json not in flight; writing
24872npm verb afterAdd /root/.npm/bluebird/2.9.26/package/package.json written
24873npm verb cache add spec ms@0.7.1
24874npm verb addNamed "0.7.1" is a plain semver version for ms
24875npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
24876npm verb get http://registry.npmjs.org/ms not expired, no request
24877npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
24878npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
24879npm verb cache add spec bytes@0.3.0
24880npm verb addNamed "0.3.0" is a plain semver version for bytes
24881npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
24882npm verb request uri http://registry.npmjs.org/bytes
24883npm verb request no auth needed
24884npm info attempt registry request try #1 at 19:31:31
24885npm verb etag "9Z54CDPJPFB84A5EQY8A939AW"
24886npm http request GET http://registry.npmjs.org/bytes
24887npm http 304 http://registry.npmjs.org/bytes
24888npm verb headers { date: 'Tue, 29 Dec 2015 19:31:31 GMT',
24889npm verb headers 'cache-control': 'max-age=60',
24890npm verb headers etag: '"9Z54CDPJPFB84A5EQY8A939AW"',
24891npm verb headers age: '1',
24892npm verb headers 'x-served-by': 'cache-fra1242-FRA',
24893npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24894npm verb headers 'x-cache-hits': '1',
24895npm verb headers 'x-timer': 'S1451417491.134386,VS0,VE0',
24896npm verb headers vary: 'Accept',
24897npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24898npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24899npm verb headers connection: 'keep-alive' }
24900npm verb etag http://registry.npmjs.org/bytes from cache
24901npm verb get saving bytes to /root/.npm/registry.npmjs.org/bytes/.cache.json
24902npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz not in flight; adding
24903npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz',
24904npm verb addRemoteTarball '78e2e0e28c7f9c7b988ea8aee0db4d5fa9941935' ]
24905npm info retry fetch attempt 1 at 19:31:31
24906npm info attempt registry request try #1 at 19:31:31
24907npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz
24908npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz
24909npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bytes/-/bytes-0.3.0.tgz not in flight; adding
24910npm verb addTmpTarball already have metadata; skipping unpack for bytes@0.3.0
24911npm verb afterAdd /root/.npm/bytes/0.3.0/package/package.json not in flight; writing
24912npm verb afterAdd /root/.npm/bytes/0.3.0/package/package.json written
24913npm verb cache add spec qs@~1.2.2
24914npm verb cache add spec type-is@~1.5.2
24915npm verb addNamed ">=1.2.2 <1.3.0" is a valid semver range for qs
24916npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
24917npm verb addNamed ">=1.5.2 <1.6.0" is a valid semver range for type-is
24918npm verb addNameRange registry:http://registry.npmjs.org/type-is not in flight; fetching
24919npm verb request uri http://registry.npmjs.org/busboy
24920npm verb request no auth needed
24921npm info attempt registry request try #1 at 19:31:31
24922npm http request GET http://registry.npmjs.org/busboy
24923npm verb request uri http://registry.npmjs.org/type-is
24924npm verb request no auth needed
24925npm info attempt registry request try #1 at 19:31:31
24926npm verb etag "460R9QTM2R63TFO6D7HBETX5A"
24927npm http request GET http://registry.npmjs.org/type-is
24928npm verb request uri http://registry.npmjs.org/qs
24929npm verb request no auth needed
24930npm info attempt registry request try #1 at 19:31:31
24931npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
24932npm http request GET http://registry.npmjs.org/qs
24933npm http 304 http://registry.npmjs.org/qs
24934npm verb headers { date: 'Tue, 29 Dec 2015 19:30:13 GMT',
24935npm verb headers 'content-type': 'application/json',
24936npm verb headers age: '126',
24937npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
24938npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
24939npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
24940npm verb headers connection: 'keep-alive' }
24941npm verb etag http://registry.npmjs.org/qs from cache
24942npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
24943npm http 304 http://registry.npmjs.org/type-is
24944npm verb headers { date: 'Tue, 29 Dec 2015 19:31:31 GMT',
24945npm verb headers 'cache-control': 'max-age=60',
24946npm verb headers etag: '"460R9QTM2R63TFO6D7HBETX5A"',
24947npm verb headers age: '58',
24948npm verb headers 'x-served-by': 'cache-fra1240-FRA',
24949npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24950npm verb headers 'x-cache-hits': '1',
24951npm verb headers 'x-timer': 'S1451417491.332585,VS0,VE0',
24952npm verb headers vary: 'Accept',
24953npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24954npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24955npm verb headers connection: 'keep-alive' }
24956npm verb etag http://registry.npmjs.org/type-is from cache
24957npm verb get saving type-is to /root/.npm/registry.npmjs.org/type-is/.cache.json
24958npm verb addNamed "1.2.2" is a plain semver version for qs
24959npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-1.2.2.tgz not in flight; adding
24960npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-1.2.2.tgz',
24961npm verb addRemoteTarball '19b57ff24dc2a99ce1f8bdf6afcda59f8ef61f88' ]
24962npm info retry fetch attempt 1 at 19:31:31
24963npm info attempt registry request try #1 at 19:31:31
24964npm http fetch GET http://registry.npmjs.org/qs/-/qs-1.2.2.tgz
24965npm verb addNamed "1.5.7" is a plain semver version for type-is
24966npm http fetch 200 http://registry.npmjs.org/qs/-/qs-1.2.2.tgz
24967npm verb addRemoteTarball http://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz not in flight; adding
24968npm verb addRemoteTarball [ 'http://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz',
24969npm verb addRemoteTarball 'b9368a593cc6ef7d0645e78b2f4c64cbecd05e90' ]
24970npm info retry fetch attempt 1 at 19:31:31
24971npm info attempt registry request try #1 at 19:31:31
24972npm http fetch GET http://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz
24973npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/qs/-/qs-1.2.2.tgz not in flight; adding
24974npm verb addTmpTarball already have metadata; skipping unpack for qs@1.2.2
24975npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json not in flight; writing
24976npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json written
24977npm http fetch 200 http://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz
24978npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/type-is/-/type-is-1.5.7.tgz not in flight; adding
24979npm verb addTmpTarball already have metadata; skipping unpack for type-is@1.5.7
24980npm verb afterAdd /root/.npm/type-is/1.5.7/package/package.json not in flight; writing
24981npm verb afterAdd /root/.npm/type-is/1.5.7/package/package.json written
24982npm http 200 http://registry.npmjs.org/busboy
24983npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24984npm verb headers etag: '"76IKLI9WBKFW5RD04CEKCP68X"',
24985npm verb headers 'content-type': 'application/json',
24986npm verb headers 'cache-control': 'max-age=300',
24987npm verb headers 'content-length': '42936',
24988npm verb headers 'accept-ranges': 'bytes',
24989npm verb headers date: 'Tue, 29 Dec 2015 19:31:31 GMT',
24990npm verb headers age: '0',
24991npm verb headers 'x-served-by': 'cache-fra1242-FRA',
24992npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
24993npm verb headers 'x-cache-hits': '1',
24994npm verb headers 'x-timer': 'S1451417491.298758,VS0,VE531',
24995npm verb headers vary: 'Accept',
24996npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
24997npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
24998npm verb headers connection: 'keep-alive' }
24999npm verb get saving busboy to /root/.npm/registry.npmjs.org/busboy/.cache.json
25000npm verb cache add spec busboy@~0.2.9
25001npm verb addNamed ">=0.2.9 <0.3.0" is a valid semver range for busboy
25002npm verb addNameRange registry:http://registry.npmjs.org/busboy not in flight; fetching
25003npm verb get http://registry.npmjs.org/busboy not expired, no request
25004npm verb addNamed "0.2.12" is a plain semver version for busboy
25005npm verb addRemoteTarball http://registry.npmjs.org/busboy/-/busboy-0.2.12.tgz not in flight; adding
25006npm verb addRemoteTarball [ 'http://registry.npmjs.org/busboy/-/busboy-0.2.12.tgz',
25007npm verb addRemoteTarball 'bf3f080dede87c72a028a3938081f3b1adf0b3ba' ]
25008npm info retry fetch attempt 1 at 19:31:31
25009npm info attempt registry request try #1 at 19:31:31
25010npm http fetch GET http://registry.npmjs.org/busboy/-/busboy-0.2.12.tgz
25011npm http fetch 200 http://registry.npmjs.org/busboy/-/busboy-0.2.12.tgz
25012npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/busboy/-/busboy-0.2.12.tgz not in flight; adding
25013npm verb addTmpTarball already have metadata; skipping unpack for busboy@0.2.12
25014npm verb afterAdd /root/.npm/busboy/0.2.12/package/package.json not in flight; writing
25015npm verb afterAdd /root/.npm/busboy/0.2.12/package/package.json written
25016npm verb cache add spec readable-stream@1.1.x
25017npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for readable-stream
25018npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
25019npm verb request uri http://registry.npmjs.org/dicer
25020npm verb request no auth needed
25021npm info attempt registry request try #1 at 19:31:32
25022npm http request GET http://registry.npmjs.org/dicer
25023npm verb get http://registry.npmjs.org/readable-stream not expired, no request
25024npm verb addNamed "1.1.13" is a plain semver version for readable-stream
25025npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
25026npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
25027npm http 200 http://registry.npmjs.org/dicer
25028npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25029npm verb headers etag: '"8I66AMVUI64VASCETXQ6D0VPE"',
25030npm verb headers 'content-type': 'application/json',
25031npm verb headers 'cache-control': 'max-age=300',
25032npm verb headers 'content-length': '23599',
25033npm verb headers 'accept-ranges': 'bytes',
25034npm verb headers date: 'Tue, 29 Dec 2015 19:31:33 GMT',
25035npm verb headers age: '0',
25036npm verb headers 'x-served-by': 'cache-fra1242-FRA',
25037npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25038npm verb headers 'x-cache-hits': '1',
25039npm verb headers 'x-timer': 'S1451417492.181416,VS0,VE874',
25040npm verb headers vary: 'Accept',
25041npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25042npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25043npm verb headers connection: 'keep-alive' }
25044npm verb get saving dicer to /root/.npm/registry.npmjs.org/dicer/.cache.json
25045npm verb cache add spec dicer@0.2.5
25046npm verb addNamed "0.2.5" is a plain semver version for dicer
25047npm verb addNameVersion registry:http://registry.npmjs.org/dicer not in flight; fetching
25048npm verb get http://registry.npmjs.org/dicer not expired, no request
25049npm verb addRemoteTarball http://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz not in flight; adding
25050npm verb addRemoteTarball [ 'http://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz',
25051npm verb addRemoteTarball '5996c086bb33218c812c090bddc09cd12facb70f' ]
25052npm info retry fetch attempt 1 at 19:31:33
25053npm info attempt registry request try #1 at 19:31:33
25054npm http fetch GET http://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz
25055npm http fetch 200 http://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz
25056npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/dicer/-/dicer-0.2.5.tgz not in flight; adding
25057npm verb addTmpTarball already have metadata; skipping unpack for dicer@0.2.5
25058npm verb afterAdd /root/.npm/dicer/0.2.5/package/package.json not in flight; writing
25059npm verb afterAdd /root/.npm/dicer/0.2.5/package/package.json written
25060npm verb cache add spec readable-stream@1.1.x
25061npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for readable-stream
25062npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
25063npm verb request uri http://registry.npmjs.org/streamsearch
25064npm verb request no auth needed
25065npm info attempt registry request try #1 at 19:31:33
25066npm http request GET http://registry.npmjs.org/streamsearch
25067npm verb get http://registry.npmjs.org/readable-stream not expired, no request
25068npm verb addNamed "1.1.13" is a plain semver version for readable-stream
25069npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
25070npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
25071npm http 200 http://registry.npmjs.org/streamsearch
25072npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25073npm verb headers etag: '"2WH6656VS9T8MLWVMD3PRSF7H"',
25074npm verb headers 'content-type': 'application/json',
25075npm verb headers 'cache-control': 'max-age=300',
25076npm verb headers 'content-length': '19869',
25077npm verb headers 'accept-ranges': 'bytes',
25078npm verb headers date: 'Tue, 29 Dec 2015 19:31:33 GMT',
25079npm verb headers age: '15',
25080npm verb headers 'x-served-by': 'cache-fra1242-FRA',
25081npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25082npm verb headers 'x-cache-hits': '2',
25083npm verb headers 'x-timer': 'S1451417493.198756,VS0,VE0',
25084npm verb headers vary: 'Accept',
25085npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25086npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25087npm verb headers connection: 'keep-alive' }
25088npm verb get saving streamsearch to /root/.npm/registry.npmjs.org/streamsearch/.cache.json
25089npm verb cache add spec streamsearch@0.1.2
25090npm verb addNamed "0.1.2" is a plain semver version for streamsearch
25091npm verb addNameVersion registry:http://registry.npmjs.org/streamsearch not in flight; fetching
25092npm verb get http://registry.npmjs.org/streamsearch not expired, no request
25093npm verb addRemoteTarball http://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz not in flight; adding
25094npm verb addRemoteTarball [ 'http://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz',
25095npm verb addRemoteTarball '808b9d0e56fc273d809ba57338e929919a1a9f1a' ]
25096npm info retry fetch attempt 1 at 19:31:33
25097npm info attempt registry request try #1 at 19:31:33
25098npm http fetch GET http://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz
25099npm http fetch 200 http://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz
25100npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz not in flight; adding
25101npm verb addTmpTarball already have metadata; skipping unpack for streamsearch@0.1.2
25102npm verb afterAdd /root/.npm/streamsearch/0.1.2/package/package.json not in flight; writing
25103npm verb afterAdd /root/.npm/streamsearch/0.1.2/package/package.json written
25104npm verb cache add spec media-typer@0.3.0
25105npm verb cache add spec mime-types@~2.0.9
25106npm verb addNamed "0.3.0" is a plain semver version for media-typer
25107npm verb addNameVersion registry:http://registry.npmjs.org/media-typer not in flight; fetching
25108npm verb addNamed ">=2.0.9 <2.1.0" is a valid semver range for mime-types
25109npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
25110npm verb request uri http://registry.npmjs.org/media-typer
25111npm verb request no auth needed
25112npm info attempt registry request try #1 at 19:31:33
25113npm verb etag "EBBA17SMBE80K6FCTCN6G8KK3"
25114npm http request GET http://registry.npmjs.org/media-typer
25115npm verb request uri http://registry.npmjs.org/mime-types
25116npm verb request no auth needed
25117npm info attempt registry request try #1 at 19:31:33
25118npm verb etag "BWYQA2KRPHERKCN4B7XDHVDU7"
25119npm http request GET http://registry.npmjs.org/mime-types
25120npm http 304 http://registry.npmjs.org/media-typer
25121npm verb headers { date: 'Tue, 29 Dec 2015 19:31:12 GMT',
25122npm verb headers 'content-type': 'application/json',
25123npm verb headers age: '91',
25124npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
25125npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
25126npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
25127npm verb headers connection: 'keep-alive' }
25128npm verb etag http://registry.npmjs.org/media-typer from cache
25129npm verb get saving media-typer to /root/.npm/registry.npmjs.org/media-typer/.cache.json
25130npm http 304 http://registry.npmjs.org/mime-types
25131npm verb headers { date: 'Tue, 29 Dec 2015 19:30:13 GMT',
25132npm verb headers 'content-type': 'application/json',
25133npm verb headers age: '195',
25134npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
25135npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
25136npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
25137npm verb headers connection: 'keep-alive' }
25138npm verb etag http://registry.npmjs.org/mime-types from cache
25139npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
25140npm verb addNamed "2.0.14" is a plain semver version for mime-types
25141npm verb addRemoteTarball http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz not in flight; adding
25142npm verb addRemoteTarball [ 'http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz',
25143npm verb addRemoteTarball '8710d7af0aa626f8fffa1ce00168545263255748' ]
25144npm verb addRemoteTarball http://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz not in flight; adding
25145npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz',
25146npm verb addRemoteTarball '310e159db23e077f8bb22b748dabfa4957140aa6' ]
25147npm info retry fetch attempt 1 at 19:31:33
25148npm info attempt registry request try #1 at 19:31:33
25149npm http fetch GET http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz
25150npm info retry fetch attempt 1 at 19:31:33
25151npm info attempt registry request try #1 at 19:31:33
25152npm http fetch GET http://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz
25153npm http fetch 200 http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz
25154npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz not in flight; adding
25155npm verb addTmpTarball already have metadata; skipping unpack for media-typer@0.3.0
25156npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json not in flight; writing
25157npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json written
25158npm http fetch 200 http://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz
25159npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz not in flight; adding
25160npm verb addTmpTarball already have metadata; skipping unpack for mime-types@2.0.14
25161npm verb afterAdd /root/.npm/mime-types/2.0.14/package/package.json not in flight; writing
25162npm verb afterAdd /root/.npm/mime-types/2.0.14/package/package.json written
25163npm verb request uri http://registry.npmjs.org/mime-db
25164npm verb request no auth needed
25165npm info attempt registry request try #1 at 19:31:33
25166npm http request GET http://registry.npmjs.org/mime-db
25167npm http 200 http://registry.npmjs.org/mime-db
25168npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25169npm verb headers etag: '"2HCBL2PJV8L2FKB3EKM4J98CJ"',
25170npm verb headers 'content-type': 'application/json',
25171npm verb headers 'cache-control': 'max-age=60',
25172npm verb headers 'content-length': '55599',
25173npm verb headers 'accept-ranges': 'bytes',
25174npm verb headers date: 'Tue, 29 Dec 2015 19:31:33 GMT',
25175npm verb headers age: '23',
25176npm verb headers 'x-served-by': 'cache-fra1242-FRA',
25177npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25178npm verb headers 'x-cache-hits': '2',
25179npm verb headers 'x-timer': 'S1451417493.395475,VS0,VE0',
25180npm verb headers vary: 'Accept',
25181npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25182npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25183npm verb headers connection: 'keep-alive' }
25184npm verb get saving mime-db to /root/.npm/registry.npmjs.org/mime-db/.cache.json
25185npm verb cache add spec mime-db@~1.12.0
25186npm verb addNamed ">=1.12.0 <1.13.0" is a valid semver range for mime-db
25187npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
25188npm verb get http://registry.npmjs.org/mime-db not expired, no request
25189npm verb addNamed "1.12.0" is a plain semver version for mime-db
25190npm verb addRemoteTarball http://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz not in flight; adding
25191npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz',
25192npm verb addRemoteTarball '3d0c63180f458eb10d325aaa37d7c58ae312e9d7' ]
25193npm info retry fetch attempt 1 at 19:31:33
25194npm info attempt registry request try #1 at 19:31:33
25195npm http fetch GET http://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz
25196npm http fetch 200 http://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz
25197npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz not in flight; adding
25198npm verb addTmpTarball already have metadata; skipping unpack for mime-db@1.12.0
25199npm verb afterAdd /root/.npm/mime-db/1.12.0/package/package.json not in flight; writing
25200npm verb afterAdd /root/.npm/mime-db/1.12.0/package/package.json written
25201npm verb request uri http://registry.npmjs.org/passport-strategy
25202npm verb request no auth needed
25203npm info attempt registry request try #1 at 19:31:33
25204npm http request GET http://registry.npmjs.org/passport-strategy
25205npm verb request uri http://registry.npmjs.org/pause
25206npm verb request no auth needed
25207npm info attempt registry request try #1 at 19:31:33
25208npm http request GET http://registry.npmjs.org/pause
25209npm http 200 http://registry.npmjs.org/passport-strategy
25210npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25211npm verb headers etag: '"811P1IR12SU0EJ2BHYWRT18DR"',
25212npm verb headers 'content-type': 'application/json',
25213npm verb headers 'cache-control': 'max-age=300',
25214npm verb headers 'content-length': '5297',
25215npm verb headers 'accept-ranges': 'bytes',
25216npm verb headers date: 'Tue, 29 Dec 2015 19:31:33 GMT',
25217npm verb headers age: '18',
25218npm verb headers 'x-served-by': 'cache-fra1242-FRA',
25219npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25220npm verb headers 'x-cache-hits': '1',
25221npm verb headers 'x-timer': 'S1451417493.526101,VS0,VE0',
25222npm verb headers vary: 'Accept',
25223npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25224npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25225npm verb headers connection: 'keep-alive' }
25226npm verb get saving passport-strategy to /root/.npm/registry.npmjs.org/passport-strategy/.cache.json
25227npm verb cache add spec passport-strategy@1.x.x
25228npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for passport-strategy
25229npm verb addNameRange registry:http://registry.npmjs.org/passport-strategy not in flight; fetching
25230npm verb get http://registry.npmjs.org/passport-strategy not expired, no request
25231npm verb addNamed "1.0.0" is a plain semver version for passport-strategy
25232npm verb addRemoteTarball http://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz not in flight; adding
25233npm verb addRemoteTarball [ 'http://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz',
25234npm verb addRemoteTarball 'b5539aa8fc225a3d1ad179476ddf236b440f52e4' ]
25235npm info retry fetch attempt 1 at 19:31:33
25236npm info attempt registry request try #1 at 19:31:33
25237npm http fetch GET http://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz
25238npm http fetch 200 http://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz
25239npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz not in flight; adding
25240npm verb addTmpTarball already have metadata; skipping unpack for passport-strategy@1.0.0
25241npm verb afterAdd /root/.npm/passport-strategy/1.0.0/package/package.json not in flight; writing
25242npm verb afterAdd /root/.npm/passport-strategy/1.0.0/package/package.json written
25243npm http 200 http://registry.npmjs.org/pause
25244npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25245npm verb headers etag: '"SD31V4MU41UCZX0BCY4IRLTO"',
25246npm verb headers 'content-type': 'application/json',
25247npm verb headers 'cache-control': 'max-age=60',
25248npm verb headers 'content-length': '4298',
25249npm verb headers 'accept-ranges': 'bytes',
25250npm verb headers date: 'Tue, 29 Dec 2015 19:31:34 GMT',
25251npm verb headers age: '0',
25252npm verb headers 'x-served-by': 'cache-fra1240-FRA',
25253npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25254npm verb headers 'x-cache-hits': '1',
25255npm verb headers 'x-timer': 'S1451417493.526741,VS0,VE825',
25256npm verb headers vary: 'Accept',
25257npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25258npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25259npm verb headers connection: 'keep-alive' }
25260npm verb get saving pause to /root/.npm/registry.npmjs.org/pause/.cache.json
25261npm verb cache add spec pause@0.0.1
25262npm verb addNamed "0.0.1" is a plain semver version for pause
25263npm verb addNameVersion registry:http://registry.npmjs.org/pause not in flight; fetching
25264npm verb get http://registry.npmjs.org/pause not expired, no request
25265npm verb addRemoteTarball http://registry.npmjs.org/pause/-/pause-0.0.1.tgz not in flight; adding
25266npm verb addRemoteTarball [ 'http://registry.npmjs.org/pause/-/pause-0.0.1.tgz',
25267npm verb addRemoteTarball '1d408b3fdb76923b9543d96fb4c9dfd535d9cb5d' ]
25268npm info retry fetch attempt 1 at 19:31:34
25269npm info attempt registry request try #1 at 19:31:34
25270npm http fetch GET http://registry.npmjs.org/pause/-/pause-0.0.1.tgz
25271npm http fetch 200 http://registry.npmjs.org/pause/-/pause-0.0.1.tgz
25272npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pause/-/pause-0.0.1.tgz not in flight; adding
25273npm verb addTmpTarball already have metadata; skipping unpack for pause@0.0.1
25274npm verb afterAdd /root/.npm/pause/0.0.1/package/package.json not in flight; writing
25275npm verb afterAdd /root/.npm/pause/0.0.1/package/package.json written
25276npm verb request uri http://registry.npmjs.org/ldapauth-fork
25277npm verb request no auth needed
25278npm info attempt registry request try #1 at 19:31:34
25279npm http request GET http://registry.npmjs.org/ldapauth-fork
25280npm http 200 http://registry.npmjs.org/ldapauth-fork
25281npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25282npm verb headers etag: '"24AY4ORJWR0UQ0JUCV20H22UH"',
25283npm verb headers 'content-type': 'application/json',
25284npm verb headers 'cache-control': 'max-age=300',
25285npm verb headers 'content-length': '30992',
25286npm verb headers 'accept-ranges': 'bytes',
25287npm verb headers date: 'Tue, 29 Dec 2015 19:31:34 GMT',
25288npm verb headers age: '0',
25289npm verb headers 'x-served-by': 'cache-fra1240-FRA',
25290npm verb headers 'x-cache': 'MISS, MISS from atomic02.kolabsys.com',
25291npm verb headers 'x-cache-hits': '0',
25292npm verb headers 'x-timer': 'S1451417494.449961,VS0,VE405',
25293npm verb headers vary: 'Accept',
25294npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25295npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25296npm verb headers connection: 'keep-alive' }
25297npm verb get saving ldapauth-fork to /root/.npm/registry.npmjs.org/ldapauth-fork/.cache.json
25298npm verb cache add spec ldapauth-fork@~2.3.0
25299npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for ldapauth-fork
25300npm verb addNameRange registry:http://registry.npmjs.org/ldapauth-fork not in flight; fetching
25301npm verb get http://registry.npmjs.org/ldapauth-fork not expired, no request
25302npm verb addNamed "2.3.3" is a plain semver version for ldapauth-fork
25303npm verb addRemoteTarball http://registry.npmjs.org/ldapauth-fork/-/ldapauth-fork-2.3.3.tgz not in flight; adding
25304npm verb addRemoteTarball [ 'http://registry.npmjs.org/ldapauth-fork/-/ldapauth-fork-2.3.3.tgz',
25305npm verb addRemoteTarball 'c754aa9508a809e9d048d91cac9908c5f335f12f' ]
25306npm info retry fetch attempt 1 at 19:31:34
25307npm info attempt registry request try #1 at 19:31:34
25308npm http fetch GET http://registry.npmjs.org/ldapauth-fork/-/ldapauth-fork-2.3.3.tgz
25309npm http fetch 200 http://registry.npmjs.org/ldapauth-fork/-/ldapauth-fork-2.3.3.tgz
25310npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ldapauth-fork/-/ldapauth-fork-2.3.3.tgz not in flight; adding
25311npm verb addTmpTarball already have metadata; skipping unpack for ldapauth-fork@2.3.3
25312npm verb afterAdd /root/.npm/ldapauth-fork/2.3.3/package/package.json not in flight; writing
25313npm verb afterAdd /root/.npm/ldapauth-fork/2.3.3/package/package.json written
25314npm verb request uri http://registry.npmjs.org/bcryptjs
25315npm verb request no auth needed
25316npm info attempt registry request try #1 at 19:31:34
25317npm http request GET http://registry.npmjs.org/bcryptjs
25318npm verb request uri http://registry.npmjs.org/ldapjs
25319npm verb request no auth needed
25320npm info attempt registry request try #1 at 19:31:34
25321npm http request GET http://registry.npmjs.org/ldapjs
25322npm verb request uri http://registry.npmjs.org/lru-cache
25323npm verb request no auth needed
25324npm info attempt registry request try #1 at 19:31:34
25325npm http request GET http://registry.npmjs.org/lru-cache
25326npm http 200 http://registry.npmjs.org/lru-cache
25327npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25328npm verb headers etag: '"F0MK8HIC1M0PVUN3L8D5VTEPD"',
25329npm verb headers 'content-type': 'application/json',
25330npm verb headers 'cache-control': 'max-age=300',
25331npm verb headers 'content-length': '48050',
25332npm verb headers 'accept-ranges': 'bytes',
25333npm verb headers date: 'Tue, 29 Dec 2015 19:31:34 GMT',
25334npm verb headers age: '38',
25335npm verb headers 'x-served-by': 'cache-fra1220-FRA',
25336npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25337npm verb headers 'x-cache-hits': '2',
25338npm verb headers 'x-timer': 'S1451417494.964123,VS0,VE0',
25339npm verb headers vary: 'Accept',
25340npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25341npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25342npm verb headers connection: 'keep-alive' }
25343npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
25344npm verb cache add spec lru-cache@2.5.0
25345npm verb addNamed "2.5.0" is a plain semver version for lru-cache
25346npm verb addNameVersion registry:http://registry.npmjs.org/lru-cache not in flight; fetching
25347npm verb get http://registry.npmjs.org/lru-cache not expired, no request
25348npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz not in flight; adding
25349npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz',
25350npm verb addRemoteTarball 'd82388ae9c960becbea0c73bb9eb79b6c6ce9aeb' ]
25351npm info retry fetch attempt 1 at 19:31:35
25352npm info attempt registry request try #1 at 19:31:35
25353npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz
25354npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz
25355npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz not in flight; adding
25356npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@2.5.0
25357npm verb afterAdd /root/.npm/lru-cache/2.5.0/package/package.json not in flight; writing
25358npm verb afterAdd /root/.npm/lru-cache/2.5.0/package/package.json written
25359npm http 200 http://registry.npmjs.org/ldapjs
25360npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25361npm verb headers etag: '"BVFZOF1PGA15ONFOA0V8GBJ5I"',
25362npm verb headers 'content-type': 'application/json',
25363npm verb headers 'cache-control': 'max-age=300',
25364npm verb headers 'content-length': '65271',
25365npm verb headers 'accept-ranges': 'bytes',
25366npm verb headers date: 'Tue, 29 Dec 2015 19:31:35 GMT',
25367npm verb headers age: '0',
25368npm verb headers 'x-served-by': 'cache-fra1242-FRA',
25369npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25370npm verb headers 'x-cache-hits': '1',
25371npm verb headers 'x-timer': 'S1451417494.963956,VS0,VE569',
25372npm verb headers vary: 'Accept',
25373npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25374npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25375npm verb headers connection: 'keep-alive' }
25376npm verb get saving ldapjs to /root/.npm/registry.npmjs.org/ldapjs/.cache.json
25377npm verb cache add spec ldapjs@0.7.1
25378npm verb addNamed "0.7.1" is a plain semver version for ldapjs
25379npm verb addNameVersion registry:http://registry.npmjs.org/ldapjs not in flight; fetching
25380npm verb get http://registry.npmjs.org/ldapjs not expired, no request
25381npm verb addRemoteTarball http://registry.npmjs.org/ldapjs/-/ldapjs-0.7.1.tgz not in flight; adding
25382npm verb addRemoteTarball [ 'http://registry.npmjs.org/ldapjs/-/ldapjs-0.7.1.tgz',
25383npm verb addRemoteTarball '684798a687640bab1afbd802cf532f30492dfb56' ]
25384npm info retry fetch attempt 1 at 19:31:35
25385npm info attempt registry request try #1 at 19:31:35
25386npm http fetch GET http://registry.npmjs.org/ldapjs/-/ldapjs-0.7.1.tgz
25387npm http fetch 200 http://registry.npmjs.org/ldapjs/-/ldapjs-0.7.1.tgz
25388npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ldapjs/-/ldapjs-0.7.1.tgz not in flight; adding
25389npm verb addTmpTarball already have metadata; skipping unpack for ldapjs@0.7.1
25390npm verb afterAdd /root/.npm/ldapjs/0.7.1/package/package.json not in flight; writing
25391npm verb afterAdd /root/.npm/ldapjs/0.7.1/package/package.json written
25392npm http 200 http://registry.npmjs.org/bcryptjs
25393npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25394npm verb headers etag: '"ADMNV915WW598LOSKALDMZN9S"',
25395npm verb headers 'content-type': 'application/json',
25396npm verb headers 'cache-control': 'max-age=300',
25397npm verb headers 'content-length': '50785',
25398npm verb headers 'accept-ranges': 'bytes',
25399npm verb headers date: 'Tue, 29 Dec 2015 19:31:35 GMT',
25400npm verb headers age: '0',
25401npm verb headers 'x-served-by': 'cache-fra1240-FRA',
25402npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25403npm verb headers 'x-cache-hits': '1',
25404npm verb headers 'x-timer': 'S1451417494.963817,VS0,VE956',
25405npm verb headers vary: 'Accept',
25406npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25407npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25408npm verb headers connection: 'keep-alive' }
25409npm verb get saving bcryptjs to /root/.npm/registry.npmjs.org/bcryptjs/.cache.json
25410npm verb cache add spec bcryptjs@2.1.0
25411npm verb addNamed "2.1.0" is a plain semver version for bcryptjs
25412npm verb addNameVersion registry:http://registry.npmjs.org/bcryptjs not in flight; fetching
25413npm verb get http://registry.npmjs.org/bcryptjs not expired, no request
25414npm verb addRemoteTarball http://registry.npmjs.org/bcryptjs/-/bcryptjs-2.1.0.tgz not in flight; adding
25415npm verb addRemoteTarball [ 'http://registry.npmjs.org/bcryptjs/-/bcryptjs-2.1.0.tgz',
25416npm verb addRemoteTarball '5e6076196f6e3e957820aceb004410a7cf367042' ]
25417npm info retry fetch attempt 1 at 19:31:36
25418npm info attempt registry request try #1 at 19:31:36
25419npm http fetch GET http://registry.npmjs.org/bcryptjs/-/bcryptjs-2.1.0.tgz
25420npm http fetch 200 http://registry.npmjs.org/bcryptjs/-/bcryptjs-2.1.0.tgz
25421npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bcryptjs/-/bcryptjs-2.1.0.tgz not in flight; adding
25422npm verb addTmpTarball already have metadata; skipping unpack for bcryptjs@2.1.0
25423npm verb afterAdd /root/.npm/bcryptjs/2.1.0/package/package.json not in flight; writing
25424npm verb afterAdd /root/.npm/bcryptjs/2.1.0/package/package.json written
25425npm verb cache add spec asn1@0.2.1
25426npm verb cache add spec assert-plus@0.1.5
25427npm verb cache add spec bunyan@0.22.1
25428npm verb cache add spec dtrace-provider@0.2.8
25429npm verb addNamed "0.2.1" is a plain semver version for asn1
25430npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
25431npm verb addNamed "0.1.5" is a plain semver version for assert-plus
25432npm verb addNameVersion registry:http://registry.npmjs.org/assert-plus not in flight; fetching
25433npm verb addNamed "0.22.1" is a plain semver version for bunyan
25434npm verb addNameVersion registry:http://registry.npmjs.org/bunyan not in flight; fetching
25435npm verb addNamed "0.2.8" is a plain semver version for dtrace-provider
25436npm verb addNameVersion registry:http://registry.npmjs.org/dtrace-provider not in flight; fetching
25437npm verb request uri http://registry.npmjs.org/nopt
25438npm verb request no auth needed
25439npm info attempt registry request try #1 at 19:31:36
25440npm http request GET http://registry.npmjs.org/nopt
25441npm verb request uri http://registry.npmjs.org/pooling
25442npm verb request no auth needed
25443npm info attempt registry request try #1 at 19:31:36
25444npm http request GET http://registry.npmjs.org/pooling
25445npm verb request uri http://registry.npmjs.org/asn1
25446npm verb request no auth needed
25447npm info attempt registry request try #1 at 19:31:36
25448npm verb etag "8MZDEQY0TE5A5S43PFPN4Z679"
25449npm http request GET http://registry.npmjs.org/asn1
25450npm verb request uri http://registry.npmjs.org/assert-plus
25451npm verb request no auth needed
25452npm info attempt registry request try #1 at 19:31:36
25453npm verb etag "EFRV6IG2UKHGF602VFINNFRWC"
25454npm http request GET http://registry.npmjs.org/assert-plus
25455npm verb request uri http://registry.npmjs.org/dtrace-provider
25456npm verb request no auth needed
25457npm info attempt registry request try #1 at 19:31:36
25458npm verb etag "387A01LDRYXHFB4SXLF07JMIM"
25459npm http request GET http://registry.npmjs.org/dtrace-provider
25460npm http 200 http://registry.npmjs.org/nopt
25461npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25462npm verb headers etag: '"9DHRVEOSD6J2N1Y0QWU855CCH"',
25463npm verb headers 'content-type': 'application/json',
25464npm verb headers 'cache-control': 'max-age=300',
25465npm verb headers 'content-length': '31189',
25466npm verb headers 'accept-ranges': 'bytes',
25467npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
25468npm verb headers 'x-served-by': 'cache-fra1237-FRA',
25469npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
25470npm verb headers 'x-cache-hits': '1',
25471npm verb headers 'x-timer': 'S1451417409.304342,VS0,VE0',
25472npm verb headers vary: 'Accept',
25473npm verb headers age: '220',
25474npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
25475npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25476npm verb headers connection: 'keep-alive' }
25477npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
25478npm verb request uri http://registry.npmjs.org/bunyan
25479npm verb request no auth needed
25480npm info attempt registry request try #1 at 19:31:36
25481npm verb etag "6MFSD2ATSG52ZSZO8WRM277M7"
25482npm http request GET http://registry.npmjs.org/bunyan
25483npm http 304 http://registry.npmjs.org/asn1
25484npm verb headers { date: 'Tue, 29 Dec 2015 19:31:36 GMT',
25485npm verb headers 'cache-control': 'max-age=60',
25486npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
25487npm verb headers age: '51',
25488npm verb headers 'x-served-by': 'cache-fra1242-FRA',
25489npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25490npm verb headers 'x-cache-hits': '1',
25491npm verb headers 'x-timer': 'S1451417496.172486,VS0,VE0',
25492npm verb headers vary: 'Accept',
25493npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25494npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25495npm verb headers connection: 'keep-alive' }
25496npm verb etag http://registry.npmjs.org/asn1 from cache
25497npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
25498npm http 304 http://registry.npmjs.org/dtrace-provider
25499npm verb headers { date: 'Tue, 29 Dec 2015 19:31:25 GMT',
25500npm verb headers 'content-type': 'application/json',
25501npm verb headers age: '12',
25502npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
25503npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
25504npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
25505npm verb headers connection: 'keep-alive' }
25506npm verb etag http://registry.npmjs.org/dtrace-provider from cache
25507npm verb get saving dtrace-provider to /root/.npm/registry.npmjs.org/dtrace-provider/.cache.json
25508npm http 304 http://registry.npmjs.org/bunyan
25509npm verb headers { date: 'Tue, 29 Dec 2015 19:31:24 GMT',
25510npm verb headers 'content-type': 'application/json',
25511npm verb headers age: '76',
25512npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
25513npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
25514npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
25515npm verb headers connection: 'keep-alive' }
25516npm verb etag http://registry.npmjs.org/bunyan from cache
25517npm verb get saving bunyan to /root/.npm/registry.npmjs.org/bunyan/.cache.json
25518npm http 304 http://registry.npmjs.org/assert-plus
25519npm verb headers { date: 'Tue, 29 Dec 2015 19:31:36 GMT',
25520npm verb headers 'cache-control': 'max-age=60',
25521npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
25522npm verb headers age: '60',
25523npm verb headers 'x-served-by': 'cache-fra1242-FRA',
25524npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25525npm verb headers 'x-cache-hits': '1',
25526npm verb headers 'x-timer': 'S1451417496.198982,VS0,VE0',
25527npm verb headers vary: 'Accept',
25528npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25529npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25530npm verb headers connection: 'keep-alive' }
25531npm verb etag http://registry.npmjs.org/assert-plus from cache
25532npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
25533npm verb cache add spec nopt@2.1.1
25534npm verb addNamed "2.1.1" is a plain semver version for nopt
25535npm verb addNameVersion registry:http://registry.npmjs.org/nopt not in flight; fetching
25536npm verb addRemoteTarball http://registry.npmjs.org/asn1/-/asn1-0.2.1.tgz not in flight; adding
25537npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1/-/asn1-0.2.1.tgz',
25538npm verb addRemoteTarball 'ecc73f75d31ea3c6ed9d47428db35fecc7b2c6dc' ]
25539npm info retry fetch attempt 1 at 19:31:36
25540npm info attempt registry request try #1 at 19:31:36
25541npm http fetch GET http://registry.npmjs.org/asn1/-/asn1-0.2.1.tgz
25542npm verb addRemoteTarball http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.2.8.tgz not in flight; adding
25543npm verb addRemoteTarball [ 'http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.2.8.tgz',
25544npm verb addRemoteTarball 'e243f19219aa95fbf0d8f2ffb07f5bd64e94fe20' ]
25545npm verb addRemoteTarball http://registry.npmjs.org/bunyan/-/bunyan-0.22.1.tgz not in flight; adding
25546npm verb addRemoteTarball [ 'http://registry.npmjs.org/bunyan/-/bunyan-0.22.1.tgz',
25547npm verb addRemoteTarball '020c383bed625af5c6c8834dd8c4aca0dd0f765c' ]
25548npm info retry fetch attempt 1 at 19:31:36
25549npm info attempt registry request try #1 at 19:31:36
25550npm http fetch GET http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.2.8.tgz
25551npm info retry fetch attempt 1 at 19:31:36
25552npm info attempt registry request try #1 at 19:31:36
25553npm http fetch GET http://registry.npmjs.org/bunyan/-/bunyan-0.22.1.tgz
25554npm verb get http://registry.npmjs.org/nopt not expired, no request
25555npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-2.1.1.tgz not in flight; adding
25556npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-2.1.1.tgz',
25557npm verb addRemoteTarball '91eb7c4b017e7c00adcad1fd6d63944d0fdb75c1' ]
25558npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
25559npm info retry fetch attempt 1 at 19:31:36
25560npm info attempt registry request try #1 at 19:31:36
25561npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-2.1.1.tgz
25562npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
25563npm http fetch 200 http://registry.npmjs.org/asn1/-/asn1-0.2.1.tgz
25564npm http fetch 200 http://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.2.8.tgz
25565npm http fetch 200 http://registry.npmjs.org/bunyan/-/bunyan-0.22.1.tgz
25566npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/asn1/-/asn1-0.2.1.tgz not in flight; adding
25567npm verb addTmpTarball already have metadata; skipping unpack for asn1@0.2.1
25568npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-2.1.1.tgz
25569npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.2.8.tgz not in flight; adding
25570npm verb addTmpTarball already have metadata; skipping unpack for dtrace-provider@0.2.8
25571npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nopt/-/nopt-2.1.1.tgz not in flight; adding
25572npm verb addTmpTarball already have metadata; skipping unpack for nopt@2.1.1
25573npm verb afterAdd /root/.npm/asn1/0.2.1/package/package.json not in flight; writing
25574npm verb afterAdd /root/.npm/dtrace-provider/0.2.8/package/package.json not in flight; writing
25575npm verb afterAdd /root/.npm/asn1/0.2.1/package/package.json written
25576npm verb afterAdd /root/.npm/dtrace-provider/0.2.8/package/package.json written
25577npm verb afterAdd /root/.npm/nopt/2.1.1/package/package.json not in flight; writing
25578npm verb afterAdd /root/.npm/nopt/2.1.1/package/package.json written
25579npm http 200 http://registry.npmjs.org/pooling
25580npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25581npm verb headers etag: '"MGO4F5BFCVCQR7SSXBVM04M"',
25582npm verb headers 'content-type': 'application/json',
25583npm verb headers 'cache-control': 'max-age=300',
25584npm verb headers 'content-length': '18017',
25585npm verb headers 'accept-ranges': 'bytes',
25586npm verb headers date: 'Tue, 29 Dec 2015 19:31:36 GMT',
25587npm verb headers age: '0',
25588npm verb headers 'x-served-by': 'cache-fra1240-FRA',
25589npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25590npm verb headers 'x-cache-hits': '1',
25591npm verb headers 'x-timer': 'S1451417496.168029,VS0,VE165',
25592npm verb headers vary: 'Accept',
25593npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25594npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25595npm verb headers connection: 'keep-alive' }
25596npm verb get saving pooling to /root/.npm/registry.npmjs.org/pooling/.cache.json
25597npm verb cache add spec pooling@0.4.6
25598npm verb addNamed "0.4.6" is a plain semver version for pooling
25599npm verb addNameVersion registry:http://registry.npmjs.org/pooling not in flight; fetching
25600npm verb get http://registry.npmjs.org/pooling not expired, no request
25601npm verb addRemoteTarball http://registry.npmjs.org/pooling/-/pooling-0.4.6.tgz not in flight; adding
25602npm verb addRemoteTarball [ 'http://registry.npmjs.org/pooling/-/pooling-0.4.6.tgz',
25603npm verb addRemoteTarball '76a317371ea8a363b4858fa4799e60245f30e664' ]
25604npm info retry fetch attempt 1 at 19:31:36
25605npm info attempt registry request try #1 at 19:31:36
25606npm http fetch GET http://registry.npmjs.org/pooling/-/pooling-0.4.6.tgz
25607npm http fetch 200 http://registry.npmjs.org/pooling/-/pooling-0.4.6.tgz
25608npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pooling/-/pooling-0.4.6.tgz not in flight; adding
25609npm verb addTmpTarball already have metadata; skipping unpack for pooling@0.4.6
25610npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bunyan/-/bunyan-0.22.1.tgz not in flight; adding
25611npm verb addTmpTarball already have metadata; skipping unpack for bunyan@0.22.1
25612npm verb afterAdd /root/.npm/pooling/0.4.6/package/package.json not in flight; writing
25613npm verb afterAdd /root/.npm/pooling/0.4.6/package/package.json written
25614npm verb afterAdd /root/.npm/bunyan/0.22.1/package/package.json not in flight; writing
25615npm verb afterAdd /root/.npm/bunyan/0.22.1/package/package.json written
25616npm verb cache add spec mv@0.0.5
25617npm verb addNamed "0.0.5" is a plain semver version for mv
25618npm verb addNameVersion registry:http://registry.npmjs.org/mv not in flight; fetching
25619npm verb request uri http://registry.npmjs.org/mv
25620npm verb request no auth needed
25621npm info attempt registry request try #1 at 19:31:36
25622npm verb etag "85J7K7K4JNOIOZVBIWJV3UNP1"
25623npm http request GET http://registry.npmjs.org/mv
25624npm http 304 http://registry.npmjs.org/mv
25625npm verb headers { date: 'Tue, 29 Dec 2015 19:31:26 GMT',
25626npm verb headers 'content-type': 'application/json',
25627npm verb headers age: '217',
25628npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
25629npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
25630npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
25631npm verb headers connection: 'keep-alive' }
25632npm verb etag http://registry.npmjs.org/mv from cache
25633npm verb get saving mv to /root/.npm/registry.npmjs.org/mv/.cache.json
25634npm verb addRemoteTarball http://registry.npmjs.org/mv/-/mv-0.0.5.tgz not in flight; adding
25635npm verb addRemoteTarball [ 'http://registry.npmjs.org/mv/-/mv-0.0.5.tgz',
25636npm verb addRemoteTarball '15eac759479884df1131d6de56bce20b654f5391' ]
25637npm info retry fetch attempt 1 at 19:31:36
25638npm info attempt registry request try #1 at 19:31:36
25639npm http fetch GET http://registry.npmjs.org/mv/-/mv-0.0.5.tgz
25640npm http fetch 200 http://registry.npmjs.org/mv/-/mv-0.0.5.tgz
25641npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mv/-/mv-0.0.5.tgz not in flight; adding
25642npm verb addTmpTarball already have metadata; skipping unpack for mv@0.0.5
25643npm verb afterAdd /root/.npm/mv/0.0.5/package/package.json not in flight; writing
25644npm verb afterAdd /root/.npm/mv/0.0.5/package/package.json written
25645npm verb request uri http://registry.npmjs.org/abbrev
25646npm verb request no auth needed
25647npm info attempt registry request try #1 at 19:31:36
25648npm http request GET http://registry.npmjs.org/abbrev
25649npm http 200 http://registry.npmjs.org/abbrev
25650npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25651npm verb headers etag: '"5COR5F08LNF679JR9VE4E6VZW"',
25652npm verb headers 'content-type': 'application/json',
25653npm verb headers 'cache-control': 'max-age=60',
25654npm verb headers 'content-length': '5442',
25655npm verb headers 'accept-ranges': 'bytes',
25656npm verb headers date: 'Tue, 29 Dec 2015 19:31:36 GMT',
25657npm verb headers age: '47',
25658npm verb headers 'x-served-by': 'cache-fra1231-FRA',
25659npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25660npm verb headers 'x-cache-hits': '2',
25661npm verb headers 'x-timer': 'S1451417496.552391,VS0,VE0',
25662npm verb headers vary: 'Accept',
25663npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25664npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25665npm verb headers connection: 'keep-alive' }
25666npm verb get saving abbrev to /root/.npm/registry.npmjs.org/abbrev/.cache.json
25667npm verb cache add spec abbrev@1
25668npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for abbrev
25669npm verb addNameRange registry:http://registry.npmjs.org/abbrev not in flight; fetching
25670npm verb get http://registry.npmjs.org/abbrev not expired, no request
25671npm verb addNamed "1.0.7" is a plain semver version for abbrev
25672npm verb addRemoteTarball http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
25673npm verb addRemoteTarball [ 'http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz',
25674npm verb addRemoteTarball '5b6035b2ee9d4fb5cf859f08a9be81b208491843' ]
25675npm info retry fetch attempt 1 at 19:31:36
25676npm info attempt registry request try #1 at 19:31:36
25677npm http fetch GET http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
25678npm http fetch 200 http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
25679npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
25680npm verb addTmpTarball already have metadata; skipping unpack for abbrev@1.0.7
25681npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json not in flight; writing
25682npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json written
25683npm verb cache add spec assert-plus@0.1.5
25684npm verb cache add spec bunyan@0.22.1
25685npm verb cache add spec once@1.3.0
25686npm verb cache add spec vasync@1.4.0
25687npm verb cache add spec dtrace-provider@0.2.8
25688npm verb addNamed "0.1.5" is a plain semver version for assert-plus
25689npm verb addNameVersion registry:http://registry.npmjs.org/assert-plus not in flight; fetching
25690npm verb addNamed "0.22.1" is a plain semver version for bunyan
25691npm verb addNameVersion registry:http://registry.npmjs.org/bunyan not in flight; fetching
25692npm verb addNamed "1.3.0" is a plain semver version for once
25693npm verb addNameVersion registry:http://registry.npmjs.org/once not in flight; fetching
25694npm verb addNamed "1.4.0" is a plain semver version for vasync
25695npm verb addNameVersion registry:http://registry.npmjs.org/vasync not in flight; fetching
25696npm verb addNamed "0.2.8" is a plain semver version for dtrace-provider
25697npm verb addNameVersion registry:http://registry.npmjs.org/dtrace-provider not in flight; fetching
25698npm verb request uri http://registry.npmjs.org/vasync
25699npm verb request no auth needed
25700npm info attempt registry request try #1 at 19:31:36
25701npm verb etag "DCDMB8B9LR76BJ08EOQO19ALR"
25702npm http request GET http://registry.npmjs.org/vasync
25703npm verb get http://registry.npmjs.org/bunyan not expired, no request
25704npm verb get http://registry.npmjs.org/assert-plus not expired, no request
25705npm verb request uri http://registry.npmjs.org/once
25706npm verb request no auth needed
25707npm info attempt registry request try #1 at 19:31:36
25708npm verb etag "4HLPOKRFA58ZSBJPEJ3GZTC4A"
25709npm http request GET http://registry.npmjs.org/once
25710npm verb get http://registry.npmjs.org/dtrace-provider not expired, no request
25711npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
25712npm http 304 http://registry.npmjs.org/vasync
25713npm verb headers { date: 'Tue, 29 Dec 2015 19:31:25 GMT',
25714npm verb headers 'content-type': 'application/json',
25715npm verb headers age: '12',
25716npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
25717npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
25718npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
25719npm verb headers connection: 'keep-alive' }
25720npm verb etag http://registry.npmjs.org/vasync from cache
25721npm verb get saving vasync to /root/.npm/registry.npmjs.org/vasync/.cache.json
25722npm verb afterAdd /root/.npm/dtrace-provider/0.2.8/package/package.json not in flight; writing
25723npm verb afterAdd /root/.npm/bunyan/0.22.1/package/package.json not in flight; writing
25724npm http 304 http://registry.npmjs.org/once
25725npm verb headers { date: 'Tue, 29 Dec 2015 19:31:36 GMT',
25726npm verb headers 'cache-control': 'max-age=60',
25727npm verb headers etag: '"4HLPOKRFA58ZSBJPEJ3GZTC4A"',
25728npm verb headers age: '27',
25729npm verb headers 'x-served-by': 'cache-fra1231-FRA',
25730npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25731npm verb headers 'x-cache-hits': '1',
25732npm verb headers 'x-timer': 'S1451417496.740375,VS0,VE0',
25733npm verb headers vary: 'Accept',
25734npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25735npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25736npm verb headers connection: 'keep-alive' }
25737npm verb etag http://registry.npmjs.org/once from cache
25738npm verb get saving once to /root/.npm/registry.npmjs.org/once/.cache.json
25739npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
25740npm verb afterAdd /root/.npm/dtrace-provider/0.2.8/package/package.json written
25741npm verb afterAdd /root/.npm/bunyan/0.22.1/package/package.json written
25742npm verb addRemoteTarball http://registry.npmjs.org/vasync/-/vasync-1.4.0.tgz not in flight; adding
25743npm verb addRemoteTarball [ 'http://registry.npmjs.org/vasync/-/vasync-1.4.0.tgz',
25744npm verb addRemoteTarball '6ea5a63582358868d8743cbdd6ffadc9083b910f' ]
25745npm verb addRemoteTarball http://registry.npmjs.org/once/-/once-1.3.0.tgz not in flight; adding
25746npm verb addRemoteTarball [ 'http://registry.npmjs.org/once/-/once-1.3.0.tgz',
25747npm verb addRemoteTarball '151af86bfc1f08c4b9f07d06ab250ffcbeb56581' ]
25748npm info retry fetch attempt 1 at 19:31:36
25749npm info attempt registry request try #1 at 19:31:36
25750npm http fetch GET http://registry.npmjs.org/vasync/-/vasync-1.4.0.tgz
25751npm info retry fetch attempt 1 at 19:31:36
25752npm info attempt registry request try #1 at 19:31:36
25753npm http fetch GET http://registry.npmjs.org/once/-/once-1.3.0.tgz
25754npm http fetch 200 http://registry.npmjs.org/vasync/-/vasync-1.4.0.tgz
25755npm http fetch 200 http://registry.npmjs.org/once/-/once-1.3.0.tgz
25756npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/vasync/-/vasync-1.4.0.tgz not in flight; adding
25757npm verb addTmpTarball already have metadata; skipping unpack for vasync@1.4.0
25758npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/once/-/once-1.3.0.tgz not in flight; adding
25759npm verb addTmpTarball already have metadata; skipping unpack for once@1.3.0
25760npm verb afterAdd /root/.npm/vasync/1.4.0/package/package.json not in flight; writing
25761npm verb afterAdd /root/.npm/once/1.3.0/package/package.json not in flight; writing
25762npm verb afterAdd /root/.npm/vasync/1.4.0/package/package.json written
25763npm verb afterAdd /root/.npm/once/1.3.0/package/package.json written
25764npm verb cache add spec mv@0.0.5
25765npm verb addNamed "0.0.5" is a plain semver version for mv
25766npm verb addNameVersion registry:http://registry.npmjs.org/mv not in flight; fetching
25767npm verb get http://registry.npmjs.org/mv not expired, no request
25768npm verb afterAdd /root/.npm/mv/0.0.5/package/package.json not in flight; writing
25769npm verb afterAdd /root/.npm/mv/0.0.5/package/package.json written
25770npm verb cache add spec verror@1.1.0
25771npm verb addNamed "1.1.0" is a plain semver version for verror
25772npm verb addNameVersion registry:http://registry.npmjs.org/verror not in flight; fetching
25773npm verb request uri http://registry.npmjs.org/jsprim
25774npm verb request no auth needed
25775npm info attempt registry request try #1 at 19:31:36
25776npm http request GET http://registry.npmjs.org/jsprim
25777npm verb request uri http://registry.npmjs.org/verror
25778npm verb request no auth needed
25779npm info attempt registry request try #1 at 19:31:36
25780npm verb etag "C5QK63L6LRE7UO5109U5WIW4E"
25781npm http request GET http://registry.npmjs.org/verror
25782npm http 304 http://registry.npmjs.org/verror
25783npm verb headers { date: 'Tue, 29 Dec 2015 19:31:24 GMT',
25784npm verb headers 'content-type': 'application/json',
25785npm verb headers age: '85',
25786npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
25787npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
25788npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
25789npm verb headers connection: 'keep-alive' }
25790npm verb etag http://registry.npmjs.org/verror from cache
25791npm verb get saving verror to /root/.npm/registry.npmjs.org/verror/.cache.json
25792npm verb addRemoteTarball http://registry.npmjs.org/verror/-/verror-1.1.0.tgz not in flight; adding
25793npm verb addRemoteTarball [ 'http://registry.npmjs.org/verror/-/verror-1.1.0.tgz',
25794npm verb addRemoteTarball '2a4b4eb14a207051e75a6f94ee51315bf173a1b0' ]
25795npm info retry fetch attempt 1 at 19:31:36
25796npm info attempt registry request try #1 at 19:31:36
25797npm http fetch GET http://registry.npmjs.org/verror/-/verror-1.1.0.tgz
25798npm http 200 http://registry.npmjs.org/jsprim
25799npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25800npm verb headers etag: '"3YGGY16NVDUR7BVVDXVSYGMYA"',
25801npm verb headers 'content-type': 'application/json',
25802npm verb headers 'cache-control': 'max-age=60',
25803npm verb headers 'content-length': '24451',
25804npm verb headers 'accept-ranges': 'bytes',
25805npm verb headers date: 'Tue, 29 Dec 2015 19:31:36 GMT',
25806npm verb headers age: '35',
25807npm verb headers 'x-served-by': 'cache-fra1240-FRA',
25808npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25809npm verb headers 'x-cache-hits': '1',
25810npm verb headers 'x-timer': 'S1451417496.918846,VS0,VE0',
25811npm verb headers vary: 'Accept',
25812npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25813npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25814npm verb headers connection: 'keep-alive' }
25815npm verb get saving jsprim to /root/.npm/registry.npmjs.org/jsprim/.cache.json
25816npm verb cache add spec jsprim@0.3.0
25817npm verb addNamed "0.3.0" is a plain semver version for jsprim
25818npm verb addNameVersion registry:http://registry.npmjs.org/jsprim not in flight; fetching
25819npm verb get http://registry.npmjs.org/jsprim not expired, no request
25820npm verb addRemoteTarball http://registry.npmjs.org/jsprim/-/jsprim-0.3.0.tgz not in flight; adding
25821npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsprim/-/jsprim-0.3.0.tgz',
25822npm verb addRemoteTarball 'cd13466ea2480dbd8396a570d47d31dda476f8b1' ]
25823npm http fetch 200 http://registry.npmjs.org/verror/-/verror-1.1.0.tgz
25824npm info retry fetch attempt 1 at 19:31:36
25825npm info attempt registry request try #1 at 19:31:36
25826npm http fetch GET http://registry.npmjs.org/jsprim/-/jsprim-0.3.0.tgz
25827npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/verror/-/verror-1.1.0.tgz not in flight; adding
25828npm verb addTmpTarball already have metadata; skipping unpack for verror@1.1.0
25829npm verb afterAdd /root/.npm/verror/1.1.0/package/package.json not in flight; writing
25830npm verb afterAdd /root/.npm/verror/1.1.0/package/package.json written
25831npm http fetch 200 http://registry.npmjs.org/jsprim/-/jsprim-0.3.0.tgz
25832npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jsprim/-/jsprim-0.3.0.tgz not in flight; adding
25833npm verb addTmpTarball already have metadata; skipping unpack for jsprim@0.3.0
25834npm verb afterAdd /root/.npm/jsprim/0.3.0/package/package.json not in flight; writing
25835npm verb afterAdd /root/.npm/jsprim/0.3.0/package/package.json written
25836npm verb cache add spec extsprintf@1.0.0
25837npm verb cache add spec verror@1.3.3
25838npm verb addNamed "1.0.0" is a plain semver version for extsprintf
25839npm verb addNameVersion registry:http://registry.npmjs.org/extsprintf not in flight; fetching
25840npm verb addNamed "1.3.3" is a plain semver version for verror
25841npm verb addNameVersion registry:http://registry.npmjs.org/verror not in flight; fetching
25842npm verb request uri http://registry.npmjs.org/json-schema
25843npm verb request no auth needed
25844npm info attempt registry request try #1 at 19:31:37
25845npm http request GET http://registry.npmjs.org/json-schema
25846npm verb get http://registry.npmjs.org/extsprintf not expired, no request
25847npm verb get http://registry.npmjs.org/verror not expired, no request
25848npm verb addRemoteTarball http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.0.tgz not in flight; adding
25849npm verb addRemoteTarball [ 'http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.0.tgz',
25850npm verb addRemoteTarball '4d58b815ace5bebfc4ebf03cf98b0a7604a99b86' ]
25851npm verb addRemoteTarball http://registry.npmjs.org/verror/-/verror-1.3.3.tgz not in flight; adding
25852npm verb addRemoteTarball [ 'http://registry.npmjs.org/verror/-/verror-1.3.3.tgz',
25853npm verb addRemoteTarball '8a6a4ac3a8c774b6f687fece49bdffd78552e2cd' ]
25854npm info retry fetch attempt 1 at 19:31:37
25855npm info attempt registry request try #1 at 19:31:37
25856npm http fetch GET http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.0.tgz
25857npm info retry fetch attempt 1 at 19:31:37
25858npm info attempt registry request try #1 at 19:31:37
25859npm http fetch GET http://registry.npmjs.org/verror/-/verror-1.3.3.tgz
25860npm http 200 http://registry.npmjs.org/json-schema
25861npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25862npm verb headers etag: '"9WNB2O09XXV6FIP0YLWI85VF8"',
25863npm verb headers 'content-type': 'application/json',
25864npm verb headers 'cache-control': 'max-age=60',
25865npm verb headers 'content-length': '3483',
25866npm verb headers 'accept-ranges': 'bytes',
25867npm verb headers date: 'Tue, 29 Dec 2015 19:31:37 GMT',
25868npm verb headers age: '7',
25869npm verb headers 'x-served-by': 'cache-fra1240-FRA',
25870npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25871npm verb headers 'x-cache-hits': '1',
25872npm verb headers 'x-timer': 'S1451417497.027361,VS0,VE0',
25873npm verb headers vary: 'Accept',
25874npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25875npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25876npm verb headers connection: 'keep-alive' }
25877npm verb get saving json-schema to /root/.npm/registry.npmjs.org/json-schema/.cache.json
25878npm verb cache add spec json-schema@0.2.2
25879npm verb addNamed "0.2.2" is a plain semver version for json-schema
25880npm verb addNameVersion registry:http://registry.npmjs.org/json-schema not in flight; fetching
25881npm http fetch 200 http://registry.npmjs.org/verror/-/verror-1.3.3.tgz
25882npm http fetch 200 http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.0.tgz
25883npm verb get http://registry.npmjs.org/json-schema not expired, no request
25884npm verb addRemoteTarball http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz not in flight; adding
25885npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz',
25886npm verb addRemoteTarball '50354f19f603917c695f70b85afa77c3b0f23506' ]
25887npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/verror/-/verror-1.3.3.tgz not in flight; adding
25888npm verb addTmpTarball already have metadata; skipping unpack for verror@1.3.3
25889npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/extsprintf/-/extsprintf-1.0.0.tgz not in flight; adding
25890npm verb addTmpTarball already have metadata; skipping unpack for extsprintf@1.0.0
25891npm info retry fetch attempt 1 at 19:31:37
25892npm info attempt registry request try #1 at 19:31:37
25893npm http fetch GET http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz
25894npm verb afterAdd /root/.npm/verror/1.3.3/package/package.json not in flight; writing
25895npm verb afterAdd /root/.npm/extsprintf/1.0.0/package/package.json not in flight; writing
25896npm verb afterAdd /root/.npm/verror/1.3.3/package/package.json written
25897npm verb afterAdd /root/.npm/extsprintf/1.0.0/package/package.json written
25898npm http fetch 200 http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz
25899npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz not in flight; adding
25900npm verb addTmpTarball already have metadata; skipping unpack for json-schema@0.2.2
25901npm verb afterAdd /root/.npm/json-schema/0.2.2/package/package.json not in flight; writing
25902npm verb afterAdd /root/.npm/json-schema/0.2.2/package/package.json written
25903npm verb cache add spec extsprintf@1.0.0
25904npm verb addNamed "1.0.0" is a plain semver version for extsprintf
25905npm verb addNameVersion registry:http://registry.npmjs.org/extsprintf not in flight; fetching
25906npm verb get http://registry.npmjs.org/extsprintf not expired, no request
25907npm verb afterAdd /root/.npm/extsprintf/1.0.0/package/package.json not in flight; writing
25908npm verb afterAdd /root/.npm/extsprintf/1.0.0/package/package.json written
25909npm verb cache add spec passport@~0.1.1
25910npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for passport
25911npm verb addNameRange registry:http://registry.npmjs.org/passport not in flight; fetching
25912npm verb request uri http://registry.npmjs.org/pkginfo
25913npm verb request no auth needed
25914npm info attempt registry request try #1 at 19:31:37
25915npm http request GET http://registry.npmjs.org/pkginfo
25916npm verb request uri http://registry.npmjs.org/passport
25917npm verb request no auth needed
25918npm info attempt registry request try #1 at 19:31:37
25919npm verb etag "EOQOJZH0LO7TETWVPNK2IPQ1"
25920npm http request GET http://registry.npmjs.org/passport
25921npm http 304 http://registry.npmjs.org/passport
25922npm verb headers { date: 'Tue, 29 Dec 2015 19:31:07 GMT',
25923npm verb headers 'content-type': 'application/json',
25924npm verb headers age: '245',
25925npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
25926npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
25927npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
25928npm verb headers connection: 'keep-alive' }
25929npm verb etag http://registry.npmjs.org/passport from cache
25930npm verb get saving passport to /root/.npm/registry.npmjs.org/passport/.cache.json
25931npm verb addNamed "0.1.18" is a plain semver version for passport
25932npm verb addRemoteTarball http://registry.npmjs.org/passport/-/passport-0.1.18.tgz not in flight; adding
25933npm verb addRemoteTarball [ 'http://registry.npmjs.org/passport/-/passport-0.1.18.tgz',
25934npm verb addRemoteTarball 'c8264479dcb6414cadbb66752d12b37e0b6525a1' ]
25935npm http 200 http://registry.npmjs.org/pkginfo
25936npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25937npm verb headers etag: '"CLWKG7UL6XEZR9ZXXVTOH21VS"',
25938npm verb headers 'content-type': 'application/json',
25939npm verb headers 'cache-control': 'max-age=300',
25940npm verb headers 'content-length': '7747',
25941npm verb headers 'accept-ranges': 'bytes',
25942npm verb headers date: 'Tue, 29 Dec 2015 19:31:37 GMT',
25943npm verb headers age: '42',
25944npm verb headers 'x-served-by': 'cache-fra1231-FRA',
25945npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
25946npm verb headers 'x-cache-hits': '1',
25947npm verb headers 'x-timer': 'S1451417497.188336,VS0,VE0',
25948npm verb headers vary: 'Accept',
25949npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
25950npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
25951npm verb headers connection: 'keep-alive' }
25952npm verb get saving pkginfo to /root/.npm/registry.npmjs.org/pkginfo/.cache.json
25953npm info retry fetch attempt 1 at 19:31:37
25954npm info attempt registry request try #1 at 19:31:37
25955npm http fetch GET http://registry.npmjs.org/passport/-/passport-0.1.18.tgz
25956npm verb cache add spec pkginfo@0.2.x
25957npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for pkginfo
25958npm verb addNameRange registry:http://registry.npmjs.org/pkginfo not in flight; fetching
25959npm verb get http://registry.npmjs.org/pkginfo not expired, no request
25960npm verb addNamed "0.2.3" is a plain semver version for pkginfo
25961npm verb addRemoteTarball http://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz not in flight; adding
25962npm verb addRemoteTarball [ 'http://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz',
25963npm verb addRemoteTarball '7239c42a5ef6c30b8f328439d9b9ff71042490f8' ]
25964npm info retry fetch attempt 1 at 19:31:37
25965npm info attempt registry request try #1 at 19:31:37
25966npm http fetch GET http://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz
25967npm http fetch 200 http://registry.npmjs.org/passport/-/passport-0.1.18.tgz
25968npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/passport/-/passport-0.1.18.tgz not in flight; adding
25969npm verb addTmpTarball already have metadata; skipping unpack for passport@0.1.18
25970npm verb afterAdd /root/.npm/passport/0.1.18/package/package.json not in flight; writing
25971npm verb afterAdd /root/.npm/passport/0.1.18/package/package.json written
25972npm http fetch 200 http://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz
25973npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz not in flight; adding
25974npm verb addTmpTarball already have metadata; skipping unpack for pkginfo@0.2.3
25975npm verb afterAdd /root/.npm/pkginfo/0.2.3/package/package.json not in flight; writing
25976npm verb afterAdd /root/.npm/pkginfo/0.2.3/package/package.json written
25977npm verb request uri http://registry.npmjs.org/dnode
25978npm verb request no auth needed
25979npm info attempt registry request try #1 at 19:31:37
25980npm http request GET http://registry.npmjs.org/dnode
25981npm verb request uri http://registry.npmjs.org/shoe
25982npm verb request no auth needed
25983npm info attempt registry request try #1 at 19:31:37
25984npm http request GET http://registry.npmjs.org/shoe
25985npm verb request uri http://registry.npmjs.org/win-spawn
25986npm verb request no auth needed
25987npm info attempt registry request try #1 at 19:31:37
25988npm http request GET http://registry.npmjs.org/win-spawn
25989npm verb request uri http://registry.npmjs.org/traverse
25990npm verb request no auth needed
25991npm info attempt registry request try #1 at 19:31:37
25992npm http request GET http://registry.npmjs.org/traverse
25993npm http 200 http://registry.npmjs.org/win-spawn
25994npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25995npm verb headers etag: '"EY5MTOCE3S6IAI6M78MKPX6IG"',
25996npm verb headers 'content-type': 'application/json',
25997npm verb headers 'cache-control': 'max-age=300',
25998npm verb headers 'content-length': '13867',
25999npm verb headers 'accept-ranges': 'bytes',
26000npm verb headers date: 'Tue, 29 Dec 2015 19:31:37 GMT',
26001npm verb headers age: '89',
26002npm verb headers 'x-served-by': 'cache-fra1240-FRA',
26003npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26004npm verb headers 'x-cache-hits': '1',
26005npm verb headers 'x-timer': 'S1451417497.305403,VS0,VE0',
26006npm verb headers vary: 'Accept',
26007npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
26008npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26009npm verb headers connection: 'keep-alive' }
26010npm verb get saving win-spawn to /root/.npm/registry.npmjs.org/win-spawn/.cache.json
26011npm verb cache add spec win-spawn@~2.0.0
26012npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for win-spawn
26013npm verb addNameRange registry:http://registry.npmjs.org/win-spawn not in flight; fetching
26014npm verb get http://registry.npmjs.org/win-spawn not expired, no request
26015npm verb addNamed "2.0.0" is a plain semver version for win-spawn
26016npm verb addRemoteTarball http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz not in flight; adding
26017npm verb addRemoteTarball [ 'http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz',
26018npm verb addRemoteTarball '397a29130ec98d0aa0bc86baa4621393effd0b07' ]
26019npm info retry fetch attempt 1 at 19:31:37
26020npm info attempt registry request try #1 at 19:31:37
26021npm http fetch GET http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz
26022npm http fetch 200 http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz
26023npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz not in flight; adding
26024npm verb addTmpTarball already have metadata; skipping unpack for win-spawn@2.0.0
26025npm verb afterAdd /root/.npm/win-spawn/2.0.0/package/package.json not in flight; writing
26026npm verb afterAdd /root/.npm/win-spawn/2.0.0/package/package.json written
26027npm http 200 http://registry.npmjs.org/traverse
26028npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26029npm verb headers etag: '"AK6TLBX1AQLG9KW6BHXF4BIBF"',
26030npm verb headers 'content-type': 'application/json',
26031npm verb headers 'cache-control': 'max-age=60',
26032npm verb headers 'content-length': '32032',
26033npm verb headers 'accept-ranges': 'bytes',
26034npm verb headers date: 'Tue, 29 Dec 2015 19:31:37 GMT',
26035npm verb headers age: '39',
26036npm verb headers 'x-served-by': 'cache-fra1220-FRA',
26037npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26038npm verb headers 'x-cache-hits': '1',
26039npm verb headers 'x-timer': 'S1451417497.305230,VS0,VE0',
26040npm verb headers vary: 'Accept',
26041npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26042npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26043npm verb headers connection: 'keep-alive' }
26044npm verb get saving traverse to /root/.npm/registry.npmjs.org/traverse/.cache.json
26045npm verb cache add spec traverse@~0.6.3
26046npm verb addNamed ">=0.6.3 <0.7.0" is a valid semver range for traverse
26047npm verb addNameRange registry:http://registry.npmjs.org/traverse not in flight; fetching
26048npm verb get http://registry.npmjs.org/traverse not expired, no request
26049npm verb addNamed "0.6.6" is a plain semver version for traverse
26050npm verb addRemoteTarball http://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz not in flight; adding
26051npm verb addRemoteTarball [ 'http://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz',
26052npm verb addRemoteTarball 'cbdf560fd7b9af632502fed40f918c157ea97137' ]
26053npm info retry fetch attempt 1 at 19:31:37
26054npm info attempt registry request try #1 at 19:31:37
26055npm http fetch GET http://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz
26056npm http fetch 200 http://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz
26057npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/traverse/-/traverse-0.6.6.tgz not in flight; adding
26058npm verb addTmpTarball already have metadata; skipping unpack for traverse@0.6.6
26059npm verb afterAdd /root/.npm/traverse/0.6.6/package/package.json not in flight; writing
26060npm verb afterAdd /root/.npm/traverse/0.6.6/package/package.json written
26061npm http 200 http://registry.npmjs.org/dnode
26062npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26063npm verb headers etag: '"TT0VW523MHGGAMHYGF7WYOVQ"',
26064npm verb headers 'content-type': 'application/json',
26065npm verb headers 'cache-control': 'max-age=300',
26066npm verb headers 'content-length': '85125',
26067npm verb headers 'accept-ranges': 'bytes',
26068npm verb headers date: 'Tue, 29 Dec 2015 19:31:37 GMT',
26069npm verb headers age: '0',
26070npm verb headers 'x-served-by': 'cache-fra1221-FRA',
26071npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26072npm verb headers 'x-cache-hits': '1',
26073npm verb headers 'x-timer': 'S1451417497.304827,VS0,VE513',
26074npm verb headers vary: 'Accept',
26075npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26076npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26077npm verb headers connection: 'keep-alive' }
26078npm verb get saving dnode to /root/.npm/registry.npmjs.org/dnode/.cache.json
26079npm verb cache add spec dnode@~1.2.0
26080npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for dnode
26081npm verb addNameRange registry:http://registry.npmjs.org/dnode not in flight; fetching
26082npm verb get http://registry.npmjs.org/dnode not expired, no request
26083npm verb addNamed "1.2.2" is a plain semver version for dnode
26084npm verb addRemoteTarball http://registry.npmjs.org/dnode/-/dnode-1.2.2.tgz not in flight; adding
26085npm verb addRemoteTarball [ 'http://registry.npmjs.org/dnode/-/dnode-1.2.2.tgz',
26086npm verb addRemoteTarball '4ac3cfe26e292b3b39b8258ae7d94edc58132efa' ]
26087npm info retry fetch attempt 1 at 19:31:37
26088npm info attempt registry request try #1 at 19:31:37
26089npm http fetch GET http://registry.npmjs.org/dnode/-/dnode-1.2.2.tgz
26090npm http 200 http://registry.npmjs.org/shoe
26091npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26092npm verb headers etag: '"C5XOROYSMYWTD5MBURIVG5IDM"',
26093npm verb headers 'content-type': 'application/json',
26094npm verb headers 'cache-control': 'max-age=300',
26095npm verb headers 'content-length': '68705',
26096npm verb headers 'accept-ranges': 'bytes',
26097npm verb headers date: 'Tue, 29 Dec 2015 19:31:37 GMT',
26098npm verb headers age: '0',
26099npm verb headers 'x-served-by': 'cache-fra1231-FRA',
26100npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26101npm verb headers 'x-cache-hits': '1',
26102npm verb headers 'x-timer': 'S1451417497.305492,VS0,VE538',
26103npm verb headers vary: 'Accept',
26104npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26105npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26106npm verb headers connection: 'keep-alive' }
26107npm verb get saving shoe to /root/.npm/registry.npmjs.org/shoe/.cache.json
26108npm verb cache add spec shoe@~0.0.10
26109npm verb addNamed ">=0.0.10 <0.1.0" is a valid semver range for shoe
26110npm verb addNameRange registry:http://registry.npmjs.org/shoe not in flight; fetching
26111npm verb get http://registry.npmjs.org/shoe not expired, no request
26112npm verb addNamed "0.0.15" is a plain semver version for shoe
26113npm verb addRemoteTarball http://registry.npmjs.org/shoe/-/shoe-0.0.15.tgz not in flight; adding
26114npm verb addRemoteTarball [ 'http://registry.npmjs.org/shoe/-/shoe-0.0.15.tgz',
26115npm verb addRemoteTarball 'baed8f1a7f08f530b66f0914287fcaa65b12443a' ]
26116npm info retry fetch attempt 1 at 19:31:37
26117npm info attempt registry request try #1 at 19:31:37
26118npm http fetch GET http://registry.npmjs.org/shoe/-/shoe-0.0.15.tgz
26119npm http fetch 200 http://registry.npmjs.org/shoe/-/shoe-0.0.15.tgz
26120npm http fetch 200 http://registry.npmjs.org/dnode/-/dnode-1.2.2.tgz
26121npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/dnode/-/dnode-1.2.2.tgz not in flight; adding
26122npm verb addTmpTarball already have metadata; skipping unpack for dnode@1.2.2
26123npm verb afterAdd /root/.npm/dnode/1.2.2/package/package.json not in flight; writing
26124npm verb afterAdd /root/.npm/dnode/1.2.2/package/package.json written
26125npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/shoe/-/shoe-0.0.15.tgz not in flight; adding
26126npm verb addTmpTarball already have metadata; skipping unpack for shoe@0.0.15
26127npm verb afterAdd /root/.npm/shoe/0.0.15/package/package.json not in flight; writing
26128npm verb afterAdd /root/.npm/shoe/0.0.15/package/package.json written
26129npm verb addBundled extract /root/.npm/shoe/0.0.15/package.tgz
26130npm verb tar unpack /root/.npm/shoe/0.0.15/package.tgz
26131npm verb tar unpacking to /tmp/npm-5-82f437ae/unpack-184e0303
26132npm verb gentlyRm don't care about contents; nuking /tmp/npm-5-82f437ae/unpack-184e0303
26133npm verb request uri http://registry.npmjs.org/dnode-protocol
26134npm verb request no auth needed
26135npm info attempt registry request try #1 at 19:31:38
26136npm http request GET http://registry.npmjs.org/dnode-protocol
26137npm verb request uri http://registry.npmjs.org/jsonify
26138npm verb request no auth needed
26139npm info attempt registry request try #1 at 19:31:38
26140npm http request GET http://registry.npmjs.org/jsonify
26141npm verb request uri http://registry.npmjs.org/weak
26142npm verb request no auth needed
26143npm info attempt registry request try #1 at 19:31:38
26144npm http request GET http://registry.npmjs.org/weak
26145npm http 200 http://registry.npmjs.org/jsonify
26146npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26147npm verb headers etag: '"2FCTXRPP4H152KNABZ4FUHTXI"',
26148npm verb headers 'content-type': 'application/json',
26149npm verb headers 'cache-control': 'max-age=60',
26150npm verb headers 'content-length': '1321',
26151npm verb headers 'accept-ranges': 'bytes',
26152npm verb headers date: 'Tue, 29 Dec 2015 19:31:38 GMT',
26153npm verb headers age: '24',
26154npm verb headers 'x-served-by': 'cache-fra1221-FRA',
26155npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26156npm verb headers 'x-cache-hits': '2',
26157npm verb headers 'x-timer': 'S1451417498.292806,VS0,VE0',
26158npm verb headers vary: 'Accept',
26159npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26160npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26161npm verb headers connection: 'keep-alive' }
26162npm verb get saving jsonify to /root/.npm/registry.npmjs.org/jsonify/.cache.json
26163npm verb cache add spec jsonify@~0.0.0
26164npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for jsonify
26165npm verb addNameRange registry:http://registry.npmjs.org/jsonify not in flight; fetching
26166npm verb get http://registry.npmjs.org/jsonify not expired, no request
26167npm verb addNamed "0.0.0" is a plain semver version for jsonify
26168npm verb addRemoteTarball http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz not in flight; adding
26169npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz',
26170npm verb addRemoteTarball '2c74b6ee41d93ca51b7b5aaee8f503631d252a73' ]
26171npm http 200 http://registry.npmjs.org/weak
26172npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26173npm verb headers etag: '"C06FCHTAD0V9QYUWNPXAFG5K6"',
26174npm verb headers 'content-type': 'application/json',
26175npm verb headers 'cache-control': 'max-age=300',
26176npm verb headers 'content-length': '27003',
26177npm verb headers 'accept-ranges': 'bytes',
26178npm verb headers date: 'Tue, 29 Dec 2015 19:31:38 GMT',
26179npm verb headers age: '137',
26180npm verb headers 'x-served-by': 'cache-fra1220-FRA',
26181npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26182npm verb headers 'x-cache-hits': '1',
26183npm verb headers 'x-timer': 'S1451417498.296045,VS0,VE0',
26184npm verb headers vary: 'Accept',
26185npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26186npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26187npm verb headers connection: 'keep-alive' }
26188npm verb get saving weak to /root/.npm/registry.npmjs.org/weak/.cache.json
26189npm info retry fetch attempt 1 at 19:31:38
26190npm info attempt registry request try #1 at 19:31:38
26191npm http fetch GET http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz
26192npm http fetch 200 http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz
26193npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz not in flight; adding
26194npm verb addTmpTarball already have metadata; skipping unpack for jsonify@0.0.0
26195npm verb cache add spec weak@^1.0.0
26196npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for weak
26197npm verb addNameRange registry:http://registry.npmjs.org/weak not in flight; fetching
26198npm verb get http://registry.npmjs.org/weak not expired, no request
26199npm verb addNamed "1.0.0" is a plain semver version for weak
26200npm verb addRemoteTarball http://registry.npmjs.org/weak/-/weak-1.0.0.tgz not in flight; adding
26201npm verb addRemoteTarball [ 'http://registry.npmjs.org/weak/-/weak-1.0.0.tgz',
26202npm verb addRemoteTarball '3f2c2929e0a6963bf85a88f84782a8c0bfe10006' ]
26203npm info retry fetch attempt 1 at 19:31:38
26204npm info attempt registry request try #1 at 19:31:38
26205npm http fetch GET http://registry.npmjs.org/weak/-/weak-1.0.0.tgz
26206npm verb afterAdd /root/.npm/jsonify/0.0.0/package/package.json not in flight; writing
26207npm verb afterAdd /root/.npm/jsonify/0.0.0/package/package.json written
26208npm http fetch 200 http://registry.npmjs.org/weak/-/weak-1.0.0.tgz
26209npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/weak/-/weak-1.0.0.tgz not in flight; adding
26210npm verb addTmpTarball already have metadata; skipping unpack for weak@1.0.0
26211npm verb afterAdd /root/.npm/weak/1.0.0/package/package.json not in flight; writing
26212npm verb afterAdd /root/.npm/weak/1.0.0/package/package.json written
26213npm http 200 http://registry.npmjs.org/dnode-protocol
26214npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26215npm verb headers etag: '"8WBEKQSKVFOTLNZZ7DJEHSYQ1"',
26216npm verb headers 'content-type': 'application/json',
26217npm verb headers 'cache-control': 'max-age=300',
26218npm verb headers 'content-length': '16673',
26219npm verb headers 'accept-ranges': 'bytes',
26220npm verb headers date: 'Tue, 29 Dec 2015 19:31:38 GMT',
26221npm verb headers age: '0',
26222npm verb headers 'x-served-by': 'cache-fra1231-FRA',
26223npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26224npm verb headers 'x-cache-hits': '1',
26225npm verb headers 'x-timer': 'S1451417498.292565,VS0,VE536',
26226npm verb headers vary: 'Accept',
26227npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26228npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26229npm verb headers connection: 'keep-alive' }
26230npm verb get saving dnode-protocol to /root/.npm/registry.npmjs.org/dnode-protocol/.cache.json
26231npm verb cache add spec dnode-protocol@~0.2.2
26232npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for dnode-protocol
26233npm verb addNameRange registry:http://registry.npmjs.org/dnode-protocol not in flight; fetching
26234npm verb get http://registry.npmjs.org/dnode-protocol not expired, no request
26235npm verb addNamed "0.2.2" is a plain semver version for dnode-protocol
26236npm verb addRemoteTarball http://registry.npmjs.org/dnode-protocol/-/dnode-protocol-0.2.2.tgz not in flight; adding
26237npm verb addRemoteTarball [ 'http://registry.npmjs.org/dnode-protocol/-/dnode-protocol-0.2.2.tgz',
26238npm verb addRemoteTarball '51151d16fc3b5f84815ee0b9497a1061d0d1949d' ]
26239npm info retry fetch attempt 1 at 19:31:38
26240npm info attempt registry request try #1 at 19:31:38
26241npm http fetch GET http://registry.npmjs.org/dnode-protocol/-/dnode-protocol-0.2.2.tgz
26242npm http fetch 200 http://registry.npmjs.org/dnode-protocol/-/dnode-protocol-0.2.2.tgz
26243npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/dnode-protocol/-/dnode-protocol-0.2.2.tgz not in flight; adding
26244npm verb addTmpTarball already have metadata; skipping unpack for dnode-protocol@0.2.2
26245npm verb afterAdd /root/.npm/dnode-protocol/0.2.2/package/package.json not in flight; writing
26246npm verb afterAdd /root/.npm/dnode-protocol/0.2.2/package/package.json written
26247npm verb cache add spec nan@^2.0.5
26248npm verb addNamed ">=2.0.5 <3.0.0" is a valid semver range for nan
26249npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
26250npm verb request uri http://registry.npmjs.org/bindings
26251npm verb request no auth needed
26252npm info attempt registry request try #1 at 19:31:39
26253npm http request GET http://registry.npmjs.org/bindings
26254npm verb request uri http://registry.npmjs.org/nan
26255npm verb request no auth needed
26256npm info attempt registry request try #1 at 19:31:39
26257npm verb etag "7CEDVJA24M9BXRU7SU6WRSW4M"
26258npm http request GET http://registry.npmjs.org/nan
26259npm http 304 http://registry.npmjs.org/nan
26260npm verb headers { date: 'Tue, 29 Dec 2015 19:31:39 GMT',
26261npm verb headers 'cache-control': 'max-age=60',
26262npm verb headers etag: '"7CEDVJA24M9BXRU7SU6WRSW4M"',
26263npm verb headers age: '20',
26264npm verb headers 'x-served-by': 'cache-fra1220-FRA',
26265npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26266npm verb headers 'x-cache-hits': '1',
26267npm verb headers 'x-timer': 'S1451417499.037562,VS0,VE0',
26268npm verb headers vary: 'Accept',
26269npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26270npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26271npm verb headers connection: 'keep-alive' }
26272npm verb etag http://registry.npmjs.org/nan from cache
26273npm verb get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
26274npm http 200 http://registry.npmjs.org/bindings
26275npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26276npm verb headers etag: '"2RXG5K4RRQWEOOFOAOOKVPOZR"',
26277npm verb headers 'content-type': 'application/json',
26278npm verb headers 'cache-control': 'max-age=60',
26279npm verb headers 'content-length': '18051',
26280npm verb headers 'accept-ranges': 'bytes',
26281npm verb headers date: 'Tue, 29 Dec 2015 19:31:39 GMT',
26282npm verb headers age: '20',
26283npm verb headers 'x-served-by': 'cache-fra1231-FRA',
26284npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26285npm verb headers 'x-cache-hits': '1',
26286npm verb headers 'x-timer': 'S1451417499.025329,VS0,VE0',
26287npm verb headers vary: 'Accept',
26288npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26289npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26290npm verb headers connection: 'keep-alive' }
26291npm verb get saving bindings to /root/.npm/registry.npmjs.org/bindings/.cache.json
26292npm verb addNamed "2.1.0" is a plain semver version for nan
26293npm verb cache add spec bindings@^1.2.1
26294npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for bindings
26295npm verb addNameRange registry:http://registry.npmjs.org/bindings not in flight; fetching
26296npm verb get http://registry.npmjs.org/bindings not expired, no request
26297npm verb addNamed "1.2.1" is a plain semver version for bindings
26298npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json not in flight; writing
26299npm verb addRemoteTarball http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz not in flight; adding
26300npm verb addRemoteTarball [ 'http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz',
26301npm verb addRemoteTarball '14ad6113812d2d37d72e67b4cacb4bb726505f11' ]
26302npm info retry fetch attempt 1 at 19:31:39
26303npm info attempt registry request try #1 at 19:31:39
26304npm http fetch GET http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz
26305npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json written
26306npm http fetch 200 http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz
26307npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bindings/-/bindings-1.2.1.tgz not in flight; adding
26308npm verb addTmpTarball already have metadata; skipping unpack for bindings@1.2.1
26309npm verb afterAdd /root/.npm/bindings/1.2.1/package/package.json not in flight; writing
26310npm verb afterAdd /root/.npm/bindings/1.2.1/package/package.json written
26311npm verb request uri http://registry.npmjs.org/sockjs
26312npm verb request no auth needed
26313npm info attempt registry request try #1 at 19:31:39
26314npm http request GET http://registry.npmjs.org/sockjs
26315npm http 200 http://registry.npmjs.org/sockjs
26316npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26317npm verb headers etag: '"9LTFJZKRQNEXX1JG9FVSWLMA8"',
26318npm verb headers 'content-type': 'application/json',
26319npm verb headers 'cache-control': 'max-age=300',
26320npm verb headers 'content-length': '47075',
26321npm verb headers 'accept-ranges': 'bytes',
26322npm verb headers date: 'Tue, 29 Dec 2015 19:31:39 GMT',
26323npm verb headers age: '0',
26324npm verb headers 'x-served-by': 'cache-fra1231-FRA',
26325npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26326npm verb headers 'x-cache-hits': '1',
26327npm verb headers 'x-timer': 'S1451417499.163928,VS0,VE563',
26328npm verb headers vary: 'Accept',
26329npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26330npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26331npm verb headers connection: 'keep-alive' }
26332npm verb get saving sockjs to /root/.npm/registry.npmjs.org/sockjs/.cache.json
26333npm verb cache add spec sockjs@0.3.7
26334npm verb addNamed "0.3.7" is a plain semver version for sockjs
26335npm verb addNameVersion registry:http://registry.npmjs.org/sockjs not in flight; fetching
26336npm verb get http://registry.npmjs.org/sockjs not expired, no request
26337npm verb addRemoteTarball http://registry.npmjs.org/sockjs/-/sockjs-0.3.7.tgz not in flight; adding
26338npm verb addRemoteTarball [ 'http://registry.npmjs.org/sockjs/-/sockjs-0.3.7.tgz',
26339npm verb addRemoteTarball '2950e0586d8a9d3044958a831ade68db197749cb' ]
26340npm info retry fetch attempt 1 at 19:31:39
26341npm info attempt registry request try #1 at 19:31:39
26342npm http fetch GET http://registry.npmjs.org/sockjs/-/sockjs-0.3.7.tgz
26343npm http fetch 200 http://registry.npmjs.org/sockjs/-/sockjs-0.3.7.tgz
26344npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/sockjs/-/sockjs-0.3.7.tgz not in flight; adding
26345npm verb addTmpTarball already have metadata; skipping unpack for sockjs@0.3.7
26346npm verb afterAdd /root/.npm/sockjs/0.3.7/package/package.json not in flight; writing
26347npm verb afterAdd /root/.npm/sockjs/0.3.7/package/package.json written
26348npm verb request uri http://registry.npmjs.org/node-uuid
26349npm verb request no auth needed
26350npm info attempt registry request try #1 at 19:31:39
26351npm http request GET http://registry.npmjs.org/node-uuid
26352npm verb request uri http://registry.npmjs.org/faye-websocket
26353npm verb request no auth needed
26354npm info attempt registry request try #1 at 19:31:39
26355npm http request GET http://registry.npmjs.org/faye-websocket
26356npm http 200 http://registry.npmjs.org/node-uuid
26357npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26358npm verb headers etag: '"7SC44848JT0T1XLJAD5CB3ZVF"',
26359npm verb headers 'content-type': 'application/json',
26360npm verb headers 'cache-control': 'max-age=300',
26361npm verb headers 'content-length': '23337',
26362npm verb headers 'accept-ranges': 'bytes',
26363npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
26364npm verb headers 'x-served-by': 'cache-fra1238-FRA',
26365npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
26366npm verb headers 'x-cache-hits': '3',
26367npm verb headers 'x-timer': 'S1451417413.179939,VS0,VE0',
26368npm verb headers vary: 'Accept',
26369npm verb headers age: '118',
26370npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
26371npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26372npm verb headers connection: 'keep-alive' }
26373npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
26374npm verb cache add spec node-uuid@1.3.3
26375npm verb addNamed "1.3.3" is a plain semver version for node-uuid
26376npm verb addNameVersion registry:http://registry.npmjs.org/node-uuid not in flight; fetching
26377npm verb get http://registry.npmjs.org/node-uuid not expired, no request
26378npm verb addRemoteTarball http://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz not in flight; adding
26379npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz',
26380npm verb addRemoteTarball 'd3db4d7b56810d9e4032342766282af07391729b' ]
26381npm info retry fetch attempt 1 at 19:31:39
26382npm info attempt registry request try #1 at 19:31:39
26383npm http fetch GET http://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz
26384npm http 200 http://registry.npmjs.org/faye-websocket
26385npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26386npm verb headers etag: '"6IWLVLS53963B3DEA36MEAKHE"',
26387npm verb headers 'content-type': 'application/json',
26388npm verb headers 'cache-control': 'max-age=60',
26389npm verb headers 'content-length': '42147',
26390npm verb headers 'accept-ranges': 'bytes',
26391npm verb headers date: 'Tue, 29 Dec 2015 19:31:39 GMT',
26392npm verb headers age: '35',
26393npm verb headers 'x-served-by': 'cache-fra1231-FRA',
26394npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26395npm verb headers 'x-cache-hits': '1',
26396npm verb headers 'x-timer': 'S1451417499.912744,VS0,VE0',
26397npm verb headers vary: 'Accept',
26398npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26399npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26400npm verb headers connection: 'keep-alive' }
26401npm verb get saving faye-websocket to /root/.npm/registry.npmjs.org/faye-websocket/.cache.json
26402npm http fetch 200 http://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz
26403npm verb cache add spec faye-websocket@0.4.4
26404npm verb addNamed "0.4.4" is a plain semver version for faye-websocket
26405npm verb addNameVersion registry:http://registry.npmjs.org/faye-websocket not in flight; fetching
26406npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz not in flight; adding
26407npm verb addTmpTarball already have metadata; skipping unpack for node-uuid@1.3.3
26408npm verb get http://registry.npmjs.org/faye-websocket not expired, no request
26409npm verb addRemoteTarball http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.4.tgz not in flight; adding
26410npm verb addRemoteTarball [ 'http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.4.tgz',
26411npm verb addRemoteTarball 'c14c5b3bf14d7417ffbfd990c0a7495cd9f337bc' ]
26412npm info retry fetch attempt 1 at 19:31:40
26413npm info attempt registry request try #1 at 19:31:40
26414npm http fetch GET http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.4.tgz
26415npm verb afterAdd /root/.npm/node-uuid/1.3.3/package/package.json not in flight; writing
26416npm verb afterAdd /root/.npm/node-uuid/1.3.3/package/package.json written
26417npm http fetch 200 http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.4.tgz
26418npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.4.tgz not in flight; adding
26419npm verb addTmpTarball already have metadata; skipping unpack for faye-websocket@0.4.4
26420npm verb afterAdd /root/.npm/faye-websocket/0.4.4/package/package.json not in flight; writing
26421npm verb afterAdd /root/.npm/faye-websocket/0.4.4/package/package.json written
26422npm verb cache add spec mime-types@~2.1.2
26423npm verb cache add spec node-uuid@~1.4.0
26424npm verb cache add spec qs@~4.0.0
26425npm verb addNamed ">=2.1.2 <2.2.0" is a valid semver range for mime-types
26426npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
26427npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
26428npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
26429npm verb addNamed ">=4.0.0 <4.1.0" is a valid semver range for qs
26430npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
26431npm verb request uri http://registry.npmjs.org/bl
26432npm verb request no auth needed
26433npm info attempt registry request try #1 at 19:31:40
26434npm http request GET http://registry.npmjs.org/bl
26435npm verb request uri http://registry.npmjs.org/caseless
26436npm verb request no auth needed
26437npm info attempt registry request try #1 at 19:31:40
26438npm http request GET http://registry.npmjs.org/caseless
26439npm verb request uri http://registry.npmjs.org/extend
26440npm verb request no auth needed
26441npm info attempt registry request try #1 at 19:31:40
26442npm http request GET http://registry.npmjs.org/extend
26443npm verb request uri http://registry.npmjs.org/forever-agent
26444npm verb request no auth needed
26445npm info attempt registry request try #1 at 19:31:40
26446npm http request GET http://registry.npmjs.org/forever-agent
26447npm verb request uri http://registry.npmjs.org/form-data
26448npm verb request no auth needed
26449npm info attempt registry request try #1 at 19:31:40
26450npm http request GET http://registry.npmjs.org/form-data
26451npm verb request uri http://registry.npmjs.org/json-stringify-safe
26452npm verb request no auth needed
26453npm info attempt registry request try #1 at 19:31:40
26454npm http request GET http://registry.npmjs.org/json-stringify-safe
26455npm verb request uri http://registry.npmjs.org/tunnel-agent
26456npm verb request no auth needed
26457npm info attempt registry request try #1 at 19:31:40
26458npm http request GET http://registry.npmjs.org/tunnel-agent
26459npm verb request uri http://registry.npmjs.org/tough-cookie
26460npm verb request no auth needed
26461npm info attempt registry request try #1 at 19:31:40
26462npm http request GET http://registry.npmjs.org/tough-cookie
26463npm verb request uri http://registry.npmjs.org/http-signature
26464npm verb request no auth needed
26465npm info attempt registry request try #1 at 19:31:40
26466npm http request GET http://registry.npmjs.org/http-signature
26467npm verb request uri http://registry.npmjs.org/oauth-sign
26468npm verb request no auth needed
26469npm info attempt registry request try #1 at 19:31:40
26470npm http request GET http://registry.npmjs.org/oauth-sign
26471npm verb request uri http://registry.npmjs.org/hawk
26472npm verb request no auth needed
26473npm info attempt registry request try #1 at 19:31:40
26474npm http request GET http://registry.npmjs.org/hawk
26475npm verb request uri http://registry.npmjs.org/aws-sign2
26476npm verb request no auth needed
26477npm info attempt registry request try #1 at 19:31:40
26478npm http request GET http://registry.npmjs.org/aws-sign2
26479npm verb request uri http://registry.npmjs.org/stringstream
26480npm verb request no auth needed
26481npm info attempt registry request try #1 at 19:31:40
26482npm http request GET http://registry.npmjs.org/stringstream
26483npm verb request uri http://registry.npmjs.org/combined-stream
26484npm verb request no auth needed
26485npm info attempt registry request try #1 at 19:31:40
26486npm http request GET http://registry.npmjs.org/combined-stream
26487npm verb request uri http://registry.npmjs.org/isstream
26488npm verb request no auth needed
26489npm info attempt registry request try #1 at 19:31:40
26490npm http request GET http://registry.npmjs.org/isstream
26491npm verb request uri http://registry.npmjs.org/har-validator
26492npm verb request no auth needed
26493npm info attempt registry request try #1 at 19:31:40
26494npm http request GET http://registry.npmjs.org/har-validator
26495npm verb get http://registry.npmjs.org/node-uuid not expired, no request
26496npm verb addNamed "1.4.7" is a plain semver version for node-uuid
26497npm verb get http://registry.npmjs.org/mime-types not expired, no request
26498npm verb addNamed "2.1.8" is a plain semver version for mime-types
26499npm verb get http://registry.npmjs.org/qs not expired, no request
26500npm verb addNamed "4.0.0" is a plain semver version for qs
26501npm http 200 http://registry.npmjs.org/forever-agent
26502npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26503npm verb headers etag: '"3Z9M332T1HPVIXR93E7J1RS1E"',
26504npm verb headers 'content-type': 'application/json',
26505npm verb headers 'cache-control': 'max-age=300',
26506npm verb headers 'content-length': '7980',
26507npm verb headers 'accept-ranges': 'bytes',
26508npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
26509npm verb headers 'x-served-by': 'cache-fra1240-FRA',
26510npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
26511npm verb headers 'x-cache-hits': '6',
26512npm verb headers 'x-timer': 'S1451417413.156994,VS0,VE0',
26513npm verb headers vary: 'Accept',
26514npm verb headers age: '233',
26515npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
26516npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26517npm verb headers connection: 'keep-alive' }
26518npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
26519npm http 200 http://registry.npmjs.org/form-data
26520npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26521npm verb headers etag: '"3168ZUC1M6PC20LWUFGLM15N0"',
26522npm verb headers 'content-type': 'application/json',
26523npm verb headers 'cache-control': 'max-age=300',
26524npm verb headers 'content-length': '31379',
26525npm verb headers 'accept-ranges': 'bytes',
26526npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
26527npm verb headers 'x-served-by': 'cache-fra1240-FRA',
26528npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
26529npm verb headers 'x-cache-hits': '5',
26530npm verb headers 'x-timer': 'S1451417413.178310,VS0,VE0',
26531npm verb headers vary: 'Accept',
26532npm verb headers age: '283',
26533npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
26534npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26535npm verb headers connection: 'keep-alive' }
26536npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
26537npm http 200 http://registry.npmjs.org/json-stringify-safe
26538npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26539npm verb headers etag: '"81QGNAHFB4M7T44SCE0G7ZKVX"',
26540npm verb headers 'content-type': 'application/json',
26541npm verb headers 'cache-control': 'max-age=300',
26542npm verb headers 'content-length': '7011',
26543npm verb headers 'accept-ranges': 'bytes',
26544npm verb headers date: 'Tue, 29 Dec 2015 19:30:13 GMT',
26545npm verb headers 'x-served-by': 'cache-fra1225-FRA',
26546npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
26547npm verb headers 'x-cache-hits': '4',
26548npm verb headers 'x-timer': 'S1451417413.157036,VS0,VE0',
26549npm verb headers vary: 'Accept',
26550npm verb headers age: '212',
26551npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
26552npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26553npm verb headers connection: 'keep-alive' }
26554npm verb get saving json-stringify-safe to /root/.npm/registry.npmjs.org/json-stringify-safe/.cache.json
26555npm http 200 http://registry.npmjs.org/tunnel-agent
26556npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26557npm verb headers etag: '"5431PXAZURN09OWZMSA9JZ82Z"',
26558npm verb headers 'content-type': 'application/json',
26559npm verb headers 'cache-control': 'max-age=300',
26560npm verb headers 'content-length': '6161',
26561npm verb headers 'accept-ranges': 'bytes',
26562npm verb headers date: 'Tue, 29 Dec 2015 19:30:14 GMT',
26563npm verb headers 'x-served-by': 'cache-fra1241-FRA',
26564npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
26565npm verb headers 'x-cache-hits': '2',
26566npm verb headers 'x-timer': 'S1451417414.174495,VS0,VE0',
26567npm verb headers vary: 'Accept',
26568npm verb headers age: '206',
26569npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
26570npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26571npm verb headers connection: 'keep-alive' }
26572npm verb get saving tunnel-agent to /root/.npm/registry.npmjs.org/tunnel-agent/.cache.json
26573npm verb addRemoteTarball http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
26574npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz',
26575npm verb addRemoteTarball '6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f' ]
26576npm verb addRemoteTarball http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz not in flight; adding
26577npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz',
26578npm verb addRemoteTarball 'faf57823de04bc7cbff4ee82c6b63946e812ae72' ]
26579npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-4.0.0.tgz not in flight; adding
26580npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-4.0.0.tgz',
26581npm verb addRemoteTarball 'c31d9b74ec27df75e543a86c78728ed8d4623607' ]
26582npm http 200 http://registry.npmjs.org/bl
26583npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26584npm verb headers etag: '"1QW45QJTVFVWJ5YM6H0GGCASF"',
26585npm verb headers 'content-type': 'application/json',
26586npm verb headers 'cache-control': 'max-age=60',
26587npm verb headers 'content-length': '33544',
26588npm verb headers 'accept-ranges': 'bytes',
26589npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
26590npm verb headers age: '23',
26591npm verb headers 'x-served-by': 'cache-fra1231-FRA',
26592npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26593npm verb headers 'x-cache-hits': '1',
26594npm verb headers 'x-timer': 'S1451417500.179708,VS0,VE0',
26595npm verb headers vary: 'Accept',
26596npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26597npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26598npm verb headers connection: 'keep-alive' }
26599npm verb get saving bl to /root/.npm/registry.npmjs.org/bl/.cache.json
26600npm http 200 http://registry.npmjs.org/caseless
26601npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26602npm verb headers etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
26603npm verb headers 'content-type': 'application/json',
26604npm verb headers 'cache-control': 'max-age=60',
26605npm verb headers 'content-length': '13018',
26606npm verb headers 'accept-ranges': 'bytes',
26607npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
26608npm verb headers age: '19',
26609npm verb headers 'x-served-by': 'cache-fra1220-FRA',
26610npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26611npm verb headers 'x-cache-hits': '1',
26612npm verb headers 'x-timer': 'S1451417500.181493,VS0,VE0',
26613npm verb headers vary: 'Accept',
26614npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26615npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26616npm verb headers connection: 'keep-alive' }
26617npm verb get saving caseless to /root/.npm/registry.npmjs.org/caseless/.cache.json
26618npm http 200 http://registry.npmjs.org/extend
26619npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26620npm verb headers etag: '"83TINKPLNC7R67Y2P0P27BFAA"',
26621npm verb headers 'content-type': 'application/json',
26622npm verb headers 'cache-control': 'max-age=60',
26623npm verb headers 'content-length': '14112',
26624npm verb headers 'accept-ranges': 'bytes',
26625npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
26626npm verb headers age: '16',
26627npm verb headers 'x-served-by': 'cache-fra1221-FRA',
26628npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26629npm verb headers 'x-cache-hits': '1',
26630npm verb headers 'x-timer': 'S1451417500.182732,VS0,VE0',
26631npm verb headers vary: 'Accept',
26632npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26633npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26634npm verb headers connection: 'keep-alive' }
26635npm verb get saving extend to /root/.npm/registry.npmjs.org/extend/.cache.json
26636npm http 200 http://registry.npmjs.org/isstream
26637npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26638npm verb headers etag: '"45MB8HVQTANV1MBJA3FC9L1W2"',
26639npm verb headers 'content-type': 'application/json',
26640npm verb headers 'cache-control': 'max-age=300',
26641npm verb headers 'content-length': '7951',
26642npm verb headers 'accept-ranges': 'bytes',
26643npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
26644npm verb headers age: '258',
26645npm verb headers 'x-served-by': 'cache-fra1229-FRA',
26646npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26647npm verb headers 'x-cache-hits': '8',
26648npm verb headers 'x-timer': 'S1451417500.186814,VS0,VE0',
26649npm verb headers vary: 'Accept',
26650npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26651npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26652npm verb headers connection: 'keep-alive' }
26653npm verb get saving isstream to /root/.npm/registry.npmjs.org/isstream/.cache.json
26654npm http 200 http://registry.npmjs.org/combined-stream
26655npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26656npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
26657npm verb headers 'content-type': 'application/json',
26658npm verb headers 'cache-control': 'max-age=60',
26659npm verb headers 'content-length': '20052',
26660npm verb headers 'accept-ranges': 'bytes',
26661npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
26662npm verb headers age: '3',
26663npm verb headers 'x-served-by': 'cache-fra1229-FRA',
26664npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26665npm verb headers 'x-cache-hits': '2',
26666npm verb headers 'x-timer': 'S1451417500.186827,VS0,VE0',
26667npm verb headers vary: 'Accept',
26668npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26669npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26670npm verb headers connection: 'keep-alive' }
26671npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
26672npm info retry fetch attempt 1 at 19:31:40
26673npm info attempt registry request try #1 at 19:31:40
26674npm http fetch GET http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
26675npm info retry fetch attempt 1 at 19:31:40
26676npm info attempt registry request try #1 at 19:31:40
26677npm http fetch GET http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz
26678npm info retry fetch attempt 1 at 19:31:40
26679npm info attempt registry request try #1 at 19:31:40
26680npm http fetch GET http://registry.npmjs.org/qs/-/qs-4.0.0.tgz
26681npm http fetch 200 http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
26682npm http fetch 200 http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz
26683npm http 200 http://registry.npmjs.org/har-validator
26684npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26685npm verb headers etag: '"87TVRNLL51JEPCUKQOWMFC71Z"',
26686npm verb headers 'content-type': 'application/json',
26687npm verb headers 'cache-control': 'max-age=300',
26688npm verb headers 'content-length': '44760',
26689npm verb headers 'accept-ranges': 'bytes',
26690npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
26691npm verb headers age: '196',
26692npm verb headers 'x-served-by': 'cache-fra1220-FRA',
26693npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26694npm verb headers 'x-cache-hits': '3',
26695npm verb headers 'x-timer': 'S1451417500.188219,VS0,VE0',
26696npm verb headers vary: 'Accept',
26697npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26698npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26699npm verb headers connection: 'keep-alive' }
26700npm verb get saving har-validator to /root/.npm/registry.npmjs.org/har-validator/.cache.json
26701npm verb cache add spec forever-agent@~0.6.0
26702npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for forever-agent
26703npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
26704npm verb cache add spec json-stringify-safe@~5.0.0
26705npm verb addNamed ">=5.0.0 <5.1.0" is a valid semver range for json-stringify-safe
26706npm verb addNameRange registry:http://registry.npmjs.org/json-stringify-safe not in flight; fetching
26707npm verb cache add spec form-data@~1.0.0-rc1
26708npm verb addNamed ">=1.0.0-rc1 <1.1.0" is a valid semver range for form-data
26709npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
26710npm verb cache add spec tunnel-agent@~0.4.0
26711npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for tunnel-agent
26712npm verb addNameRange registry:http://registry.npmjs.org/tunnel-agent not in flight; fetching
26713npm verb cache add spec extend@~3.0.0
26714npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for extend
26715npm verb addNameRange registry:http://registry.npmjs.org/extend not in flight; fetching
26716npm verb cache add spec bl@~1.0.0
26717npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for bl
26718npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
26719npm verb cache add spec isstream@~0.1.1
26720npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for isstream
26721npm verb addNameRange registry:http://registry.npmjs.org/isstream not in flight; fetching
26722npm verb cache add spec caseless@~0.11.0
26723npm verb addNamed ">=0.11.0 <0.12.0" is a valid semver range for caseless
26724npm verb addNameRange registry:http://registry.npmjs.org/caseless not in flight; fetching
26725npm http 200 http://registry.npmjs.org/hawk
26726npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26727npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
26728npm verb headers 'content-type': 'application/json',
26729npm verb headers 'cache-control': 'max-age=60',
26730npm verb headers 'content-length': '91207',
26731npm verb headers 'accept-ranges': 'bytes',
26732npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
26733npm verb headers age: '58',
26734npm verb headers 'x-served-by': 'cache-fra1237-FRA',
26735npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26736npm verb headers 'x-cache-hits': '2',
26737npm verb headers 'x-timer': 'S1451417500.186580,VS0,VE0',
26738npm verb headers vary: 'Accept',
26739npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26740npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26741npm verb headers connection: 'keep-alive' }
26742npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
26743npm http fetch 200 http://registry.npmjs.org/qs/-/qs-4.0.0.tgz
26744npm verb cache add spec combined-stream@~1.0.1
26745npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for combined-stream
26746npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
26747npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz not in flight; adding
26748npm verb addTmpTarball already have metadata; skipping unpack for mime-types@2.1.8
26749npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
26750npm verb addTmpTarball already have metadata; skipping unpack for node-uuid@1.4.7
26751npm verb get http://registry.npmjs.org/forever-agent not expired, no request
26752npm verb addNamed "0.6.1" is a plain semver version for forever-agent
26753npm verb get http://registry.npmjs.org/json-stringify-safe not expired, no request
26754npm verb addNamed "5.0.1" is a plain semver version for json-stringify-safe
26755npm verb get http://registry.npmjs.org/form-data not expired, no request
26756npm verb addNamed "1.0.0-rc3" is a plain semver version for form-data
26757npm verb get http://registry.npmjs.org/tunnel-agent not expired, no request
26758npm verb addNamed "0.4.2" is a plain semver version for tunnel-agent
26759npm verb addRemoteTarball http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz not in flight; adding
26760npm verb addRemoteTarball [ 'http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz',
26761npm verb addRemoteTarball 'fbc71f0c41adeb37f96c577ad1ed42d8fdacca91' ]
26762npm verb addRemoteTarball http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
26763npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz',
26764npm verb addRemoteTarball '1296a2d58fd45f19a0f6ce01d65701e2c735b6eb' ]
26765npm verb addRemoteTarball http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz not in flight; adding
26766npm verb addRemoteTarball [ 'http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz',
26767npm verb addRemoteTarball 'd35bc62e7fbc2937ae78f948aaa0d38d90607577' ]
26768npm verb addRemoteTarball http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz not in flight; adding
26769npm verb addRemoteTarball [ 'http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz',
26770npm verb addRemoteTarball '1104e3f36ac87125c287270067d582d18133bfee' ]
26771npm verb get http://registry.npmjs.org/extend not expired, no request
26772npm verb addNamed "3.0.0" is a plain semver version for extend
26773npm verb get http://registry.npmjs.org/bl not expired, no request
26774npm verb addNamed "1.0.0" is a plain semver version for bl
26775npm verb get http://registry.npmjs.org/isstream not expired, no request
26776npm verb addNamed "0.1.2" is a plain semver version for isstream
26777npm verb get http://registry.npmjs.org/caseless not expired, no request
26778npm verb addNamed "0.11.0" is a plain semver version for caseless
26779npm verb get http://registry.npmjs.org/combined-stream not expired, no request
26780npm verb addNamed "1.0.5" is a plain semver version for combined-stream
26781npm verb addRemoteTarball http://registry.npmjs.org/extend/-/extend-3.0.0.tgz not in flight; adding
26782npm verb addRemoteTarball [ 'http://registry.npmjs.org/extend/-/extend-3.0.0.tgz',
26783npm verb addRemoteTarball '5a474353b9f3353ddd8176dfd37b91c83a46f1d4' ]
26784npm verb addRemoteTarball http://registry.npmjs.org/bl/-/bl-1.0.0.tgz not in flight; adding
26785npm verb addRemoteTarball [ 'http://registry.npmjs.org/bl/-/bl-1.0.0.tgz',
26786npm verb addRemoteTarball 'ada9a8a89a6d7ac60862f7dec7db207873e0c3f5' ]
26787npm verb addRemoteTarball http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz not in flight; adding
26788npm verb addRemoteTarball [ 'http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz',
26789npm verb addRemoteTarball '47e63f7af55afa6f92e1500e690eb8b8529c099a' ]
26790npm verb addRemoteTarball http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz not in flight; adding
26791npm verb addRemoteTarball [ 'http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz',
26792npm verb addRemoteTarball '715b96ea9841593cc33067923f5ec60ebda4f7d7' ]
26793npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/qs/-/qs-4.0.0.tgz not in flight; adding
26794npm verb addTmpTarball already have metadata; skipping unpack for qs@4.0.0
26795npm verb cache add spec har-validator@^1.6.1
26796npm verb addNamed ">=1.6.1 <2.0.0" is a valid semver range for har-validator
26797npm verb addNameRange registry:http://registry.npmjs.org/har-validator not in flight; fetching
26798npm verb addRemoteTarball http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz not in flight; adding
26799npm verb addRemoteTarball [ 'http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz',
26800npm verb addRemoteTarball '938370a57b4a51dea2c77c15d5c5fdf895164009' ]
26801npm info retry fetch attempt 1 at 19:31:40
26802npm info attempt registry request try #1 at 19:31:40
26803npm http fetch GET http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
26804npm info retry fetch attempt 1 at 19:31:40
26805npm info attempt registry request try #1 at 19:31:40
26806npm http fetch GET http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
26807npm info retry fetch attempt 1 at 19:31:40
26808npm info attempt registry request try #1 at 19:31:40
26809npm http fetch GET http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz
26810npm info retry fetch attempt 1 at 19:31:40
26811npm info attempt registry request try #1 at 19:31:40
26812npm http fetch GET http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
26813npm info retry fetch attempt 1 at 19:31:40
26814npm info attempt registry request try #1 at 19:31:40
26815npm http fetch GET http://registry.npmjs.org/extend/-/extend-3.0.0.tgz
26816npm info retry fetch attempt 1 at 19:31:40
26817npm info attempt registry request try #1 at 19:31:40
26818npm http fetch GET http://registry.npmjs.org/bl/-/bl-1.0.0.tgz
26819npm info retry fetch attempt 1 at 19:31:40
26820npm info attempt registry request try #1 at 19:31:40
26821npm http fetch GET http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
26822npm info retry fetch attempt 1 at 19:31:40
26823npm info attempt registry request try #1 at 19:31:40
26824npm http fetch GET http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz
26825npm info retry fetch attempt 1 at 19:31:40
26826npm info attempt registry request try #1 at 19:31:40
26827npm http fetch GET http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
26828npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
26829npm verb cache add spec hawk@~3.1.0
26830npm verb addNamed ">=3.1.0 <3.2.0" is a valid semver range for hawk
26831npm verb addNameRange registry:http://registry.npmjs.org/hawk not in flight; fetching
26832npm http fetch 200 http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
26833npm http fetch 200 http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
26834npm http 200 http://registry.npmjs.org/stringstream
26835npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26836npm verb headers etag: '"EBUPD6LZKZQ0XKY707YFHY8YL"',
26837npm verb headers 'content-type': 'application/json',
26838npm verb headers 'cache-control': 'max-age=60',
26839npm verb headers 'content-length': '6491',
26840npm verb headers 'accept-ranges': 'bytes',
26841npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
26842npm verb headers age: '58',
26843npm verb headers 'x-served-by': 'cache-fra1239-FRA',
26844npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26845npm verb headers 'x-cache-hits': '1',
26846npm verb headers 'x-timer': 'S1451417500.403285,VS0,VE0',
26847npm verb headers vary: 'Accept',
26848npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26849npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26850npm verb headers connection: 'keep-alive' }
26851npm verb get saving stringstream to /root/.npm/registry.npmjs.org/stringstream/.cache.json
26852npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
26853npm verb get http://registry.npmjs.org/har-validator not expired, no request
26854npm verb addNamed "1.8.0" is a plain semver version for har-validator
26855npm http fetch 200 http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
26856npm http 200 http://registry.npmjs.org/aws-sign2
26857npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26858npm verb headers etag: '"27R48E29FV1E9H5GP3QGA5YV3"',
26859npm verb headers 'content-type': 'application/json',
26860npm verb headers 'cache-control': 'max-age=60',
26861npm verb headers 'content-length': '3749',
26862npm verb headers 'accept-ranges': 'bytes',
26863npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
26864npm verb headers age: '55',
26865npm verb headers 'x-served-by': 'cache-fra1241-FRA',
26866npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26867npm verb headers 'x-cache-hits': '2',
26868npm verb headers 'x-timer': 'S1451417500.406991,VS0,VE0',
26869npm verb headers vary: 'Accept',
26870npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26871npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26872npm verb headers connection: 'keep-alive' }
26873npm verb get saving aws-sign2 to /root/.npm/registry.npmjs.org/aws-sign2/.cache.json
26874npm http fetch 200 http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz
26875npm verb addRemoteTarball http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz not in flight; adding
26876npm verb addRemoteTarball [ 'http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz',
26877npm verb addRemoteTarball 'd83842b0eb4c435960aeb108a067a3aa94c0eeb2' ]
26878npm http fetch 200 http://registry.npmjs.org/bl/-/bl-1.0.0.tgz
26879npm http fetch 200 http://registry.npmjs.org/extend/-/extend-3.0.0.tgz
26880npm http fetch 200 http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz
26881npm http fetch 200 http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
26882npm http fetch 200 http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
26883npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
26884npm verb get http://registry.npmjs.org/hawk not expired, no request
26885npm verb addNamed "3.1.2" is a plain semver version for hawk
26886npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json not in flight; writing
26887npm info retry fetch attempt 1 at 19:31:40
26888npm info attempt registry request try #1 at 19:31:40
26889npm http fetch GET http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz
26890npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
26891npm verb addRemoteTarball http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz not in flight; adding
26892npm verb addRemoteTarball [ 'http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz',
26893npm verb addRemoteTarball '90c90118886e21975d1ad4ae9b3e284ed19a2de8' ]
26894npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
26895npm verb addTmpTarball already have metadata; skipping unpack for json-stringify-safe@5.0.1
26896npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz not in flight; adding
26897npm verb addTmpTarball already have metadata; skipping unpack for tunnel-agent@0.4.2
26898npm http 200 http://registry.npmjs.org/oauth-sign
26899npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26900npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
26901npm verb headers 'content-type': 'application/json',
26902npm verb headers 'cache-control': 'max-age=60',
26903npm verb headers 'content-length': '8012',
26904npm verb headers 'accept-ranges': 'bytes',
26905npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
26906npm verb headers age: '58',
26907npm verb headers 'x-served-by': 'cache-fra1225-FRA',
26908npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26909npm verb headers 'x-cache-hits': '1',
26910npm verb headers 'x-timer': 'S1451417500.451120,VS0,VE0',
26911npm verb headers vary: 'Accept',
26912npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26913npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26914npm verb headers connection: 'keep-alive' }
26915npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
26916npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz not in flight; adding
26917npm verb addTmpTarball already have metadata; skipping unpack for forever-agent@0.6.1
26918npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz not in flight; adding
26919npm verb addTmpTarball already have metadata; skipping unpack for form-data@1.0.0-rc3
26920npm http 200 http://registry.npmjs.org/tough-cookie
26921npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26922npm verb headers etag: '"B7F5A665MXTTVUJINA0ZEOV17"',
26923npm verb headers 'content-type': 'application/json',
26924npm verb headers 'cache-control': 'max-age=60',
26925npm verb headers 'content-length': '57765',
26926npm verb headers 'accept-ranges': 'bytes',
26927npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
26928npm verb headers age: '55',
26929npm verb headers 'x-served-by': 'cache-fra1240-FRA',
26930npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
26931npm verb headers 'x-cache-hits': '2',
26932npm verb headers 'x-timer': 'S1451417500.407188,VS0,VE0',
26933npm verb headers vary: 'Accept',
26934npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
26935npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
26936npm verb headers connection: 'keep-alive' }
26937npm verb get saving tough-cookie to /root/.npm/registry.npmjs.org/tough-cookie/.cache.json
26938npm http fetch 200 http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz
26939npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bl/-/bl-1.0.0.tgz not in flight; adding
26940npm verb addTmpTarball already have metadata; skipping unpack for bl@1.0.0
26941npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/extend/-/extend-3.0.0.tgz not in flight; adding
26942npm verb addTmpTarball already have metadata; skipping unpack for extend@3.0.0
26943npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/caseless/-/caseless-0.11.0.tgz not in flight; adding
26944npm verb addTmpTarball already have metadata; skipping unpack for caseless@0.11.0
26945npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz not in flight; adding
26946npm verb addTmpTarball already have metadata; skipping unpack for combined-stream@1.0.5
26947npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/isstream/-/isstream-0.1.2.tgz not in flight; adding
26948npm verb addTmpTarball already have metadata; skipping unpack for isstream@0.1.2
26949npm info retry fetch attempt 1 at 19:31:40
26950npm info attempt registry request try #1 at 19:31:40
26951npm http fetch GET http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz
26952npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json written
26953npm verb cache add spec stringstream@~0.0.4
26954npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for stringstream
26955npm verb addNameRange registry:http://registry.npmjs.org/stringstream not in flight; fetching
26956npm verb cache add spec aws-sign2@~0.5.0
26957npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for aws-sign2
26958npm verb addNameRange registry:http://registry.npmjs.org/aws-sign2 not in flight; fetching
26959npm http fetch 200 http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz
26960npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz not in flight; adding
26961npm verb addTmpTarball already have metadata; skipping unpack for har-validator@1.8.0
26962npm verb get http://registry.npmjs.org/stringstream not expired, no request
26963npm verb addNamed "0.0.5" is a plain semver version for stringstream
26964npm verb get http://registry.npmjs.org/aws-sign2 not expired, no request
26965npm verb addNamed "0.5.0" is a plain semver version for aws-sign2
26966npm verb cache add spec oauth-sign@~0.8.0
26967npm verb addNamed ">=0.8.0 <0.9.0" is a valid semver range for oauth-sign
26968npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
26969npm verb addRemoteTarball http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz not in flight; adding
26970npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz',
26971npm verb addRemoteTarball '4e484cd4de5a0bbbee18e46307710a8a81621878' ]
26972npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json not in flight; writing
26973npm verb afterAdd /root/.npm/tunnel-agent/0.4.2/package/package.json not in flight; writing
26974npm verb addRemoteTarball http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz not in flight; adding
26975npm verb addRemoteTarball [ 'http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz',
26976npm verb addRemoteTarball 'c57103f7a17fc037f02d7c2e64b602ea223f7d63' ]
26977npm verb cache add spec tough-cookie@>=0.12.0
26978npm verb addNamed ">=0.12.0" is a valid semver range for tough-cookie
26979npm verb addNameRange registry:http://registry.npmjs.org/tough-cookie not in flight; fetching
26980npm verb afterAdd /root/.npm/forever-agent/0.6.1/package/package.json not in flight; writing
26981npm verb afterAdd /root/.npm/form-data/1.0.0-rc3/package/package.json not in flight; writing
26982npm verb afterAdd /root/.npm/extend/3.0.0/package/package.json not in flight; writing
26983npm verb afterAdd /root/.npm/bl/1.0.0/package/package.json not in flight; writing
26984npm verb afterAdd /root/.npm/caseless/0.11.0/package/package.json not in flight; writing
26985npm info retry fetch attempt 1 at 19:31:40
26986npm info attempt registry request try #1 at 19:31:40
26987npm http fetch GET http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
26988npm verb afterAdd /root/.npm/combined-stream/1.0.5/package/package.json not in flight; writing
26989npm verb afterAdd /root/.npm/isstream/0.1.2/package/package.json not in flight; writing
26990npm info retry fetch attempt 1 at 19:31:40
26991npm info attempt registry request try #1 at 19:31:40
26992npm http fetch GET http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
26993npm verb get http://registry.npmjs.org/oauth-sign not expired, no request
26994npm verb addNamed "0.8.0" is a plain semver version for oauth-sign
26995npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json written
26996npm verb afterAdd /root/.npm/tunnel-agent/0.4.2/package/package.json written
26997npm verb addRemoteTarball http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz not in flight; adding
26998npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz',
26999npm verb addRemoteTarball '938fdc875765ba527137d8aec9d178e24debc553' ]
27000npm http fetch 200 http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
27001npm http fetch 200 http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
27002npm verb get http://registry.npmjs.org/tough-cookie not expired, no request
27003npm verb addNamed "2.2.1" is a plain semver version for tough-cookie
27004npm verb afterAdd /root/.npm/forever-agent/0.6.1/package/package.json written
27005npm verb afterAdd /root/.npm/form-data/1.0.0-rc3/package/package.json written
27006npm verb addRemoteTarball http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz not in flight; adding
27007npm verb addRemoteTarball [ 'http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz',
27008npm verb addRemoteTarball '3b0516b799e70e8164436a1446e7e5877fda118e' ]
27009npm verb afterAdd /root/.npm/extend/3.0.0/package/package.json written
27010npm verb afterAdd /root/.npm/bl/1.0.0/package/package.json written
27011npm verb afterAdd /root/.npm/caseless/0.11.0/package/package.json written
27012npm verb afterAdd /root/.npm/combined-stream/1.0.5/package/package.json written
27013npm verb afterAdd /root/.npm/isstream/0.1.2/package/package.json written
27014npm verb afterAdd /root/.npm/har-validator/1.8.0/package/package.json not in flight; writing
27015npm info retry fetch attempt 1 at 19:31:40
27016npm info attempt registry request try #1 at 19:31:40
27017npm http fetch GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz
27018npm info retry fetch attempt 1 at 19:31:40
27019npm info attempt registry request try #1 at 19:31:40
27020npm http fetch GET http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
27021npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz not in flight; adding
27022npm verb addTmpTarball already have metadata; skipping unpack for stringstream@0.0.5
27023npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz not in flight; adding
27024npm verb addTmpTarball already have metadata; skipping unpack for aws-sign2@0.5.0
27025npm http fetch 200 http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
27026npm http fetch 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz
27027npm verb afterAdd /root/.npm/har-validator/1.8.0/package/package.json written
27028npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/hawk/-/hawk-3.1.2.tgz not in flight; adding
27029npm verb addTmpTarball already have metadata; skipping unpack for hawk@3.1.2
27030npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz not in flight; adding
27031npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.8.0
27032npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz not in flight; adding
27033npm verb addTmpTarball already have metadata; skipping unpack for tough-cookie@2.2.1
27034npm verb afterAdd /root/.npm/stringstream/0.0.5/package/package.json not in flight; writing
27035npm verb afterAdd /root/.npm/aws-sign2/0.5.0/package/package.json not in flight; writing
27036npm verb afterAdd /root/.npm/stringstream/0.0.5/package/package.json written
27037npm verb afterAdd /root/.npm/hawk/3.1.2/package/package.json not in flight; writing
27038npm verb afterAdd /root/.npm/aws-sign2/0.5.0/package/package.json written
27039npm verb afterAdd /root/.npm/oauth-sign/0.8.0/package/package.json not in flight; writing
27040npm verb afterAdd /root/.npm/tough-cookie/2.2.1/package/package.json not in flight; writing
27041npm verb afterAdd /root/.npm/hawk/3.1.2/package/package.json written
27042npm verb afterAdd /root/.npm/oauth-sign/0.8.0/package/package.json written
27043npm verb afterAdd /root/.npm/tough-cookie/2.2.1/package/package.json written
27044npm http 200 http://registry.npmjs.org/http-signature
27045npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27046npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
27047npm verb headers 'content-type': 'application/json',
27048npm verb headers 'cache-control': 'max-age=60',
27049npm verb headers 'content-length': '24126',
27050npm verb headers 'accept-ranges': 'bytes',
27051npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
27052npm verb headers age: '0',
27053npm verb headers 'x-served-by': 'cache-fra1242-FRA',
27054npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27055npm verb headers 'x-cache-hits': '1',
27056npm verb headers 'x-timer': 'S1451417500.407243,VS0,VE405',
27057npm verb headers vary: 'Accept',
27058npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27059npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27060npm verb headers connection: 'keep-alive' }
27061npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
27062npm verb cache add spec http-signature@~0.11.0
27063npm verb addNamed ">=0.11.0 <0.12.0" is a valid semver range for http-signature
27064npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
27065npm verb get http://registry.npmjs.org/http-signature not expired, no request
27066npm verb addNamed "0.11.0" is a plain semver version for http-signature
27067npm verb addRemoteTarball http://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz not in flight; adding
27068npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz',
27069npm verb addRemoteTarball '1796cf67a001ad5cd6849dca0991485f09089fe6' ]
27070npm info retry fetch attempt 1 at 19:31:40
27071npm info attempt registry request try #1 at 19:31:40
27072npm http fetch GET http://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz
27073npm http fetch 200 http://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz
27074npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz not in flight; adding
27075npm verb addTmpTarball already have metadata; skipping unpack for http-signature@0.11.0
27076npm verb afterAdd /root/.npm/http-signature/0.11.0/package/package.json not in flight; writing
27077npm verb afterAdd /root/.npm/http-signature/0.11.0/package/package.json written
27078npm verb request uri http://registry.npmjs.org/delayed-stream
27079npm verb request no auth needed
27080npm info attempt registry request try #1 at 19:31:40
27081npm http request GET http://registry.npmjs.org/delayed-stream
27082npm http 200 http://registry.npmjs.org/delayed-stream
27083npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27084npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
27085npm verb headers 'content-type': 'application/json',
27086npm verb headers 'cache-control': 'max-age=60',
27087npm verb headers 'content-length': '13299',
27088npm verb headers 'accept-ranges': 'bytes',
27089npm verb headers date: 'Tue, 29 Dec 2015 19:31:40 GMT',
27090npm verb headers age: '57',
27091npm verb headers 'x-served-by': 'cache-fra1242-FRA',
27092npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27093npm verb headers 'x-cache-hits': '1',
27094npm verb headers 'x-timer': 'S1451417500.928406,VS0,VE0',
27095npm verb headers vary: 'Accept',
27096npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27097npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27098npm verb headers connection: 'keep-alive' }
27099npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
27100npm verb cache add spec delayed-stream@~1.0.0
27101npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for delayed-stream
27102npm verb addNameRange registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
27103npm verb get http://registry.npmjs.org/delayed-stream not expired, no request
27104npm verb addNamed "1.0.0" is a plain semver version for delayed-stream
27105npm verb addRemoteTarball http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz not in flight; adding
27106npm verb addRemoteTarball [ 'http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz',
27107npm verb addRemoteTarball 'df3ae199acadfb7d440aaae0b29e2272b24ec619' ]
27108npm info retry fetch attempt 1 at 19:31:40
27109npm info attempt registry request try #1 at 19:31:40
27110npm http fetch GET http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
27111npm http fetch 200 http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
27112npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz not in flight; adding
27113npm verb addTmpTarball already have metadata; skipping unpack for delayed-stream@1.0.0
27114npm verb afterAdd /root/.npm/delayed-stream/1.0.0/package/package.json not in flight; writing
27115npm verb afterAdd /root/.npm/delayed-stream/1.0.0/package/package.json written
27116npm verb cache add spec async@^1.4.0
27117npm verb cache add spec mime-types@^2.1.3
27118npm verb addNamed ">=1.4.0 <2.0.0" is a valid semver range for async
27119npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
27120npm verb addNamed ">=2.1.3 <3.0.0" is a valid semver range for mime-types
27121npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
27122npm verb request uri http://registry.npmjs.org/async
27123npm verb request no auth needed
27124npm info attempt registry request try #1 at 19:31:41
27125npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
27126npm http request GET http://registry.npmjs.org/async
27127npm verb get http://registry.npmjs.org/mime-types not expired, no request
27128npm verb addNamed "2.1.8" is a plain semver version for mime-types
27129npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
27130npm http 304 http://registry.npmjs.org/async
27131npm verb headers { date: 'Tue, 29 Dec 2015 19:30:14 GMT',
27132npm verb headers 'content-type': 'application/json',
27133npm verb headers age: '108',
27134npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
27135npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
27136npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
27137npm verb headers connection: 'keep-alive' }
27138npm verb etag http://registry.npmjs.org/async from cache
27139npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
27140npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
27141npm verb addNamed "1.5.0" is a plain semver version for async
27142npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-1.5.0.tgz not in flight; adding
27143npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-1.5.0.tgz',
27144npm verb addRemoteTarball '2796642723573859565633fc6274444bee2f8ce3' ]
27145npm info retry fetch attempt 1 at 19:31:41
27146npm info attempt registry request try #1 at 19:31:41
27147npm http fetch GET http://registry.npmjs.org/async/-/async-1.5.0.tgz
27148npm http fetch 200 http://registry.npmjs.org/async/-/async-1.5.0.tgz
27149npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/async/-/async-1.5.0.tgz not in flight; adding
27150npm verb addTmpTarball already have metadata; skipping unpack for async@1.5.0
27151npm verb afterAdd /root/.npm/async/1.5.0/package/package.json not in flight; writing
27152npm verb afterAdd /root/.npm/async/1.5.0/package/package.json written
27153npm verb cache add spec mime-db@~1.20.0
27154npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
27155npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
27156npm verb get http://registry.npmjs.org/mime-db not expired, no request
27157npm verb addNamed "1.20.0" is a plain semver version for mime-db
27158npm verb addRemoteTarball http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz not in flight; adding
27159npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz',
27160npm verb addRemoteTarball '496f90fd01fe0e031c8823ec3aa9450ffda18ed8' ]
27161npm info retry fetch attempt 1 at 19:31:41
27162npm info attempt registry request try #1 at 19:31:41
27163npm http fetch GET http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz
27164npm http fetch 200 http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz
27165npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz not in flight; adding
27166npm verb addTmpTarball already have metadata; skipping unpack for mime-db@1.20.0
27167npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
27168npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
27169npm verb cache add spec bluebird@^2.9.30
27170npm verb cache add spec commander@^2.8.1
27171npm verb addNamed ">=2.9.30 <3.0.0" is a valid semver range for bluebird
27172npm verb addNameRange registry:http://registry.npmjs.org/bluebird not in flight; fetching
27173npm verb addNamed ">=2.8.1 <3.0.0" is a valid semver range for commander
27174npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
27175npm verb request uri http://registry.npmjs.org/chalk
27176npm verb request no auth needed
27177npm info attempt registry request try #1 at 19:31:41
27178npm http request GET http://registry.npmjs.org/chalk
27179npm verb request uri http://registry.npmjs.org/is-my-json-valid
27180npm verb request no auth needed
27181npm info attempt registry request try #1 at 19:31:41
27182npm http request GET http://registry.npmjs.org/is-my-json-valid
27183npm verb request uri http://registry.npmjs.org/commander
27184npm verb request no auth needed
27185npm info attempt registry request try #1 at 19:31:41
27186npm verb etag "DYW0JBRXQO3Y28VX1THARSCBL"
27187npm http request GET http://registry.npmjs.org/commander
27188npm verb request uri http://registry.npmjs.org/bluebird
27189npm verb request no auth needed
27190npm info attempt registry request try #1 at 19:31:41
27191npm verb etag "3UGNFMPRGXK5JAY51Q1ZC37OM"
27192npm http request GET http://registry.npmjs.org/bluebird
27193npm http 304 http://registry.npmjs.org/commander
27194npm verb headers { date: 'Tue, 29 Dec 2015 19:31:20 GMT',
27195npm verb headers 'content-type': 'application/json',
27196npm verb headers age: '57',
27197npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
27198npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
27199npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
27200npm verb headers connection: 'keep-alive' }
27201npm verb etag http://registry.npmjs.org/commander from cache
27202npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
27203npm http 200 http://registry.npmjs.org/chalk
27204npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27205npm verb headers etag: '"5MXWQX9JC99PF4Q10DE8PA4EH"',
27206npm verb headers 'content-type': 'application/json',
27207npm verb headers 'cache-control': 'max-age=300',
27208npm verb headers 'content-length': '26615',
27209npm verb headers 'accept-ranges': 'bytes',
27210npm verb headers date: 'Tue, 29 Dec 2015 19:31:41 GMT',
27211npm verb headers age: '163',
27212npm verb headers 'x-served-by': 'cache-fra1225-FRA',
27213npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27214npm verb headers 'x-cache-hits': '5',
27215npm verb headers 'x-timer': 'S1451417501.365680,VS0,VE0',
27216npm verb headers vary: 'Accept',
27217npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
27218npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27219npm verb headers connection: 'keep-alive' }
27220npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
27221npm http 304 http://registry.npmjs.org/bluebird
27222npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
27223npm verb headers 'cache-control': 'max-age=300',
27224npm verb headers etag: '"3UGNFMPRGXK5JAY51Q1ZC37OM"',
27225npm verb headers age: '281',
27226npm verb headers 'x-served-by': 'cache-fra1229-FRA',
27227npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27228npm verb headers 'x-cache-hits': '3',
27229npm verb headers 'x-timer': 'S1451417501.396273,VS0,VE0',
27230npm verb headers vary: 'Accept',
27231npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27232npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27233npm verb headers connection: 'keep-alive' }
27234npm verb etag http://registry.npmjs.org/bluebird from cache
27235npm verb get saving bluebird to /root/.npm/registry.npmjs.org/bluebird/.cache.json
27236npm verb addNamed "2.9.0" is a plain semver version for commander
27237npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.9.0.tgz not in flight; adding
27238npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.9.0.tgz',
27239npm verb addRemoteTarball '9c99094176e12240cb22d6c5146098400fe0f7d4' ]
27240npm verb cache add spec chalk@^1.0.0
27241npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for chalk
27242npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
27243npm verb addNamed "2.10.2" is a plain semver version for bluebird
27244npm info retry fetch attempt 1 at 19:31:41
27245npm info attempt registry request try #1 at 19:31:41
27246npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.9.0.tgz
27247npm verb addRemoteTarball http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz not in flight; adding
27248npm verb addRemoteTarball [ 'http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz',
27249npm verb addRemoteTarball '024a5517295308857f14f91f1106fc3b555f446b' ]
27250npm info retry fetch attempt 1 at 19:31:41
27251npm info attempt registry request try #1 at 19:31:41
27252npm http fetch GET http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz
27253npm verb get http://registry.npmjs.org/chalk not expired, no request
27254npm verb addNamed "1.1.1" is a plain semver version for chalk
27255npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.9.0.tgz
27256npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz not in flight; adding
27257npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz',
27258npm verb addRemoteTarball '509afb67066e7499f7eb3535c77445772ae2d019' ]
27259npm http fetch 200 http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz
27260npm info retry fetch attempt 1 at 19:31:41
27261npm info attempt registry request try #1 at 19:31:41
27262npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz
27263npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/commander/-/commander-2.9.0.tgz not in flight; adding
27264npm verb addTmpTarball already have metadata; skipping unpack for commander@2.9.0
27265npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz not in flight; adding
27266npm verb addTmpTarball already have metadata; skipping unpack for bluebird@2.10.2
27267npm verb afterAdd /root/.npm/commander/2.9.0/package/package.json not in flight; writing
27268npm verb afterAdd /root/.npm/commander/2.9.0/package/package.json written
27269npm verb afterAdd /root/.npm/bluebird/2.10.2/package/package.json not in flight; writing
27270npm verb afterAdd /root/.npm/bluebird/2.10.2/package/package.json written
27271npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz
27272npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/chalk/-/chalk-1.1.1.tgz not in flight; adding
27273npm verb addTmpTarball already have metadata; skipping unpack for chalk@1.1.1
27274npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json not in flight; writing
27275npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json written
27276npm http 200 http://registry.npmjs.org/is-my-json-valid
27277npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27278npm verb headers etag: '"CYM1CQJT6SV2IG2PARHZ24UXH"',
27279npm verb headers 'content-type': 'application/json',
27280npm verb headers 'cache-control': 'max-age=300',
27281npm verb headers 'content-length': '58771',
27282npm verb headers 'accept-ranges': 'bytes',
27283npm verb headers date: 'Tue, 29 Dec 2015 19:31:41 GMT',
27284npm verb headers age: '172',
27285npm verb headers 'x-served-by': 'cache-fra1240-FRA',
27286npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27287npm verb headers 'x-cache-hits': '4',
27288npm verb headers 'x-timer': 'S1451417501.813339,VS0,VE0',
27289npm verb headers vary: 'Accept',
27290npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27291npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27292npm verb headers connection: 'keep-alive' }
27293npm verb get saving is-my-json-valid to /root/.npm/registry.npmjs.org/is-my-json-valid/.cache.json
27294npm verb cache add spec is-my-json-valid@^2.12.0
27295npm verb addNamed ">=2.12.0 <3.0.0" is a valid semver range for is-my-json-valid
27296npm verb addNameRange registry:http://registry.npmjs.org/is-my-json-valid not in flight; fetching
27297npm verb get http://registry.npmjs.org/is-my-json-valid not expired, no request
27298npm verb addNamed "2.12.3" is a plain semver version for is-my-json-valid
27299npm verb addRemoteTarball http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz not in flight; adding
27300npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz',
27301npm verb addRemoteTarball '5a39d1d76b2dbb83140bbd157b1d5ee4bdc85ad6' ]
27302npm info retry fetch attempt 1 at 19:31:41
27303npm info attempt registry request try #1 at 19:31:41
27304npm http fetch GET http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz
27305npm http fetch 200 http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz
27306npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz not in flight; adding
27307npm verb addTmpTarball already have metadata; skipping unpack for is-my-json-valid@2.12.3
27308npm verb afterAdd /root/.npm/is-my-json-valid/2.12.3/package/package.json not in flight; writing
27309npm verb afterAdd /root/.npm/is-my-json-valid/2.12.3/package/package.json written
27310npm verb request uri http://registry.npmjs.org/ansi-styles
27311npm verb request no auth needed
27312npm info attempt registry request try #1 at 19:31:41
27313npm http request GET http://registry.npmjs.org/ansi-styles
27314npm verb request uri http://registry.npmjs.org/has-ansi
27315npm verb request no auth needed
27316npm info attempt registry request try #1 at 19:31:41
27317npm http request GET http://registry.npmjs.org/has-ansi
27318npm verb request uri http://registry.npmjs.org/strip-ansi
27319npm verb request no auth needed
27320npm info attempt registry request try #1 at 19:31:41
27321npm http request GET http://registry.npmjs.org/strip-ansi
27322npm verb request uri http://registry.npmjs.org/supports-color
27323npm verb request no auth needed
27324npm info attempt registry request try #1 at 19:31:41
27325npm http request GET http://registry.npmjs.org/supports-color
27326npm http 200 http://registry.npmjs.org/ansi-styles
27327npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27328npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
27329npm verb headers 'content-type': 'application/json',
27330npm verb headers 'cache-control': 'max-age=300',
27331npm verb headers 'content-length': '13350',
27332npm verb headers 'accept-ranges': 'bytes',
27333npm verb headers date: 'Tue, 29 Dec 2015 19:31:41 GMT',
27334npm verb headers age: '16',
27335npm verb headers 'x-served-by': 'cache-fra1240-FRA',
27336npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27337npm verb headers 'x-cache-hits': '3',
27338npm verb headers 'x-timer': 'S1451417501.967261,VS0,VE0',
27339npm verb headers vary: 'Accept',
27340npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27341npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27342npm verb headers connection: 'keep-alive' }
27343npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
27344npm http 200 http://registry.npmjs.org/strip-ansi
27345npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27346npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
27347npm verb headers 'content-type': 'application/json',
27348npm verb headers 'cache-control': 'max-age=300',
27349npm verb headers 'content-length': '14430',
27350npm verb headers 'accept-ranges': 'bytes',
27351npm verb headers date: 'Tue, 29 Dec 2015 19:31:41 GMT',
27352npm verb headers age: '4',
27353npm verb headers 'x-served-by': 'cache-fra1225-FRA',
27354npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27355npm verb headers 'x-cache-hits': '713',
27356npm verb headers 'x-timer': 'S1451417501.967510,VS0,VE0',
27357npm verb headers vary: 'Accept',
27358npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27359npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27360npm verb headers connection: 'keep-alive' }
27361npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
27362npm http 200 http://registry.npmjs.org/has-ansi
27363npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27364npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
27365npm verb headers 'content-type': 'application/json',
27366npm verb headers 'cache-control': 'max-age=60',
27367npm verb headers 'content-length': '9964',
27368npm verb headers 'accept-ranges': 'bytes',
27369npm verb headers date: 'Tue, 29 Dec 2015 19:31:41 GMT',
27370npm verb headers age: '49',
27371npm verb headers 'x-served-by': 'cache-fra1229-FRA',
27372npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27373npm verb headers 'x-cache-hits': '3',
27374npm verb headers 'x-timer': 'S1451417501.967558,VS0,VE0',
27375npm verb headers vary: 'Accept',
27376npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27377npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27378npm verb headers connection: 'keep-alive' }
27379npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
27380npm http 200 http://registry.npmjs.org/supports-color
27381npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27382npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
27383npm verb headers 'content-type': 'application/json',
27384npm verb headers 'cache-control': 'max-age=60',
27385npm verb headers 'content-length': '20342',
27386npm verb headers 'accept-ranges': 'bytes',
27387npm verb headers date: 'Tue, 29 Dec 2015 19:31:41 GMT',
27388npm verb headers age: '49',
27389npm verb headers 'x-served-by': 'cache-fra1220-FRA',
27390npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27391npm verb headers 'x-cache-hits': '2',
27392npm verb headers 'x-timer': 'S1451417501.971059,VS0,VE0',
27393npm verb headers vary: 'Accept',
27394npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27395npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27396npm verb headers connection: 'keep-alive' }
27397npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
27398npm verb cache add spec strip-ansi@^3.0.0
27399npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
27400npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
27401npm verb cache add spec ansi-styles@^2.1.0
27402npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
27403npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
27404npm verb cache add spec has-ansi@^2.0.0
27405npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
27406npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
27407npm verb cache add spec supports-color@^2.0.0
27408npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
27409npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
27410npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
27411npm verb addNamed "3.0.0" is a plain semver version for strip-ansi
27412npm verb get http://registry.npmjs.org/has-ansi not expired, no request
27413npm verb addNamed "2.0.0" is a plain semver version for has-ansi
27414npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
27415npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
27416npm verb get http://registry.npmjs.org/supports-color not expired, no request
27417npm verb addNamed "2.0.0" is a plain semver version for supports-color
27418npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz not in flight; adding
27419npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz',
27420npm verb addRemoteTarball '7510b665567ca914ccb5d7e072763ac968be3724' ]
27421npm verb addRemoteTarball http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz not in flight; adding
27422npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz',
27423npm verb addRemoteTarball '34f5049ce1ecdf2b0649af3ef24e45ed35416d91' ]
27424npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz not in flight; adding
27425npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz',
27426npm verb addRemoteTarball '990f747146927b559a932bf92959163d60c0d0e2' ]
27427npm verb addRemoteTarball http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz not in flight; adding
27428npm verb addRemoteTarball [ 'http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz',
27429npm verb addRemoteTarball '535d045ce6b6363fa40117084629995e9df324c7' ]
27430npm info retry fetch attempt 1 at 19:31:42
27431npm info attempt registry request try #1 at 19:31:42
27432npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
27433npm info retry fetch attempt 1 at 19:31:42
27434npm info attempt registry request try #1 at 19:31:42
27435npm http fetch GET http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
27436npm info retry fetch attempt 1 at 19:31:42
27437npm info attempt registry request try #1 at 19:31:42
27438npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
27439npm info retry fetch attempt 1 at 19:31:42
27440npm info attempt registry request try #1 at 19:31:42
27441npm http fetch GET http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
27442npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
27443npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz not in flight; adding
27444npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@3.0.0
27445npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
27446npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz not in flight; adding
27447npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@2.1.0
27448npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json not in flight; writing
27449npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
27450npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json written
27451npm http fetch 200 http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
27452npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
27453npm http fetch 200 http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
27454npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz not in flight; adding
27455npm verb addTmpTarball already have metadata; skipping unpack for has-ansi@2.0.0
27456npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz not in flight; adding
27457npm verb addTmpTarball already have metadata; skipping unpack for supports-color@2.0.0
27458npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
27459npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json not in flight; writing
27460npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json written
27461npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json written
27462npm verb request uri http://registry.npmjs.org/ansi-regex
27463npm verb request no auth needed
27464npm info attempt registry request try #1 at 19:31:42
27465npm http request GET http://registry.npmjs.org/ansi-regex
27466npm http 200 http://registry.npmjs.org/ansi-regex
27467npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27468npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
27469npm verb headers 'content-type': 'application/json',
27470npm verb headers 'cache-control': 'max-age=60',
27471npm verb headers 'content-length': '10585',
27472npm verb headers 'accept-ranges': 'bytes',
27473npm verb headers date: 'Tue, 29 Dec 2015 19:31:42 GMT',
27474npm verb headers age: '11',
27475npm verb headers 'x-served-by': 'cache-fra1225-FRA',
27476npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27477npm verb headers 'x-cache-hits': '1',
27478npm verb headers 'x-timer': 'S1451417502.188186,VS0,VE0',
27479npm verb headers vary: 'Accept',
27480npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27481npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27482npm verb headers connection: 'keep-alive' }
27483npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
27484npm verb cache add spec ansi-regex@^2.0.0
27485npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
27486npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
27487npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
27488npm verb addNamed "2.0.0" is a plain semver version for ansi-regex
27489npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz not in flight; adding
27490npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz',
27491npm verb addRemoteTarball 'c5061b6e0ef8a81775e50f5d66151bf6bf371107' ]
27492npm info retry fetch attempt 1 at 19:31:42
27493npm info attempt registry request try #1 at 19:31:42
27494npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
27495npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
27496npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz not in flight; adding
27497npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@2.0.0
27498npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json not in flight; writing
27499npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json written
27500npm verb request uri http://registry.npmjs.org/graceful-readlink
27501npm verb request no auth needed
27502npm info attempt registry request try #1 at 19:31:42
27503npm http request GET http://registry.npmjs.org/graceful-readlink
27504npm http 200 http://registry.npmjs.org/graceful-readlink
27505npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27506npm verb headers etag: '"4Y89F8JDJP0YPHGBB0IMVMPJA"',
27507npm verb headers 'content-type': 'application/json',
27508npm verb headers 'cache-control': 'max-age=300',
27509npm verb headers 'content-length': '3065',
27510npm verb headers 'accept-ranges': 'bytes',
27511npm verb headers date: 'Tue, 29 Dec 2015 19:31:42 GMT',
27512npm verb headers age: '79',
27513npm verb headers 'x-served-by': 'cache-fra1225-FRA',
27514npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27515npm verb headers 'x-cache-hits': '2',
27516npm verb headers 'x-timer': 'S1451417502.270880,VS0,VE0',
27517npm verb headers vary: 'Accept',
27518npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
27519npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27520npm verb headers connection: 'keep-alive' }
27521npm verb get saving graceful-readlink to /root/.npm/registry.npmjs.org/graceful-readlink/.cache.json
27522npm verb cache add spec graceful-readlink@>= 1.0.0
27523npm verb addNamed ">=1.0.0" is a valid semver range for graceful-readlink
27524npm verb addNameRange registry:http://registry.npmjs.org/graceful-readlink not in flight; fetching
27525npm verb get http://registry.npmjs.org/graceful-readlink not expired, no request
27526npm verb addNamed "1.0.1" is a plain semver version for graceful-readlink
27527npm verb addRemoteTarball http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz not in flight; adding
27528npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz',
27529npm verb addRemoteTarball '4cafad76bc62f02fa039b2f94e9a3dd3a391a725' ]
27530npm info retry fetch attempt 1 at 19:31:42
27531npm info attempt registry request try #1 at 19:31:42
27532npm http fetch GET http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
27533npm http fetch 200 http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
27534npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz not in flight; adding
27535npm verb addTmpTarball already have metadata; skipping unpack for graceful-readlink@1.0.1
27536npm verb afterAdd /root/.npm/graceful-readlink/1.0.1/package/package.json not in flight; writing
27537npm verb afterAdd /root/.npm/graceful-readlink/1.0.1/package/package.json written
27538npm verb request uri http://registry.npmjs.org/generate-function
27539npm verb request no auth needed
27540npm info attempt registry request try #1 at 19:31:42
27541npm http request GET http://registry.npmjs.org/generate-function
27542npm verb request uri http://registry.npmjs.org/generate-object-property
27543npm verb request no auth needed
27544npm info attempt registry request try #1 at 19:31:42
27545npm http request GET http://registry.npmjs.org/generate-object-property
27546npm verb request uri http://registry.npmjs.org/jsonpointer
27547npm verb request no auth needed
27548npm info attempt registry request try #1 at 19:31:42
27549npm http request GET http://registry.npmjs.org/jsonpointer
27550npm verb request uri http://registry.npmjs.org/xtend
27551npm verb request no auth needed
27552npm info attempt registry request try #1 at 19:31:42
27553npm http request GET http://registry.npmjs.org/xtend
27554npm http 200 http://registry.npmjs.org/generate-function
27555npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27556npm verb headers etag: '"12PLKYR2FNJXHNF7XFY76TLP0"',
27557npm verb headers 'content-type': 'application/json',
27558npm verb headers 'cache-control': 'max-age=60',
27559npm verb headers 'content-length': '9953',
27560npm verb headers 'accept-ranges': 'bytes',
27561npm verb headers date: 'Tue, 29 Dec 2015 19:31:42 GMT',
27562npm verb headers age: '38',
27563npm verb headers 'x-served-by': 'cache-fra1225-FRA',
27564npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27565npm verb headers 'x-cache-hits': '2',
27566npm verb headers 'x-timer': 'S1451417502.398067,VS0,VE0',
27567npm verb headers vary: 'Accept',
27568npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27569npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27570npm verb headers connection: 'keep-alive' }
27571npm verb get saving generate-function to /root/.npm/registry.npmjs.org/generate-function/.cache.json
27572npm http 200 http://registry.npmjs.org/jsonpointer
27573npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27574npm verb headers etag: '"17IGQ6M9N1AFI44BLUCGLMIK8"',
27575npm verb headers 'content-type': 'application/json',
27576npm verb headers 'cache-control': 'max-age=300',
27577npm verb headers 'content-length': '6999',
27578npm verb headers 'accept-ranges': 'bytes',
27579npm verb headers date: 'Tue, 29 Dec 2015 19:31:42 GMT',
27580npm verb headers age: '204',
27581npm verb headers 'x-served-by': 'cache-fra1221-FRA',
27582npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27583npm verb headers 'x-cache-hits': '4',
27584npm verb headers 'x-timer': 'S1451417502.398714,VS0,VE0',
27585npm verb headers vary: 'Accept',
27586npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27587npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27588npm verb headers connection: 'keep-alive' }
27589npm verb get saving jsonpointer to /root/.npm/registry.npmjs.org/jsonpointer/.cache.json
27590npm http 200 http://registry.npmjs.org/generate-object-property
27591npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27592npm verb headers etag: '"72ZH0Q0U3MBSMZ2H72UQCNB13"',
27593npm verb headers 'content-type': 'application/json',
27594npm verb headers 'cache-control': 'max-age=60',
27595npm verb headers 'content-length': '5436',
27596npm verb headers 'accept-ranges': 'bytes',
27597npm verb headers date: 'Tue, 29 Dec 2015 19:31:42 GMT',
27598npm verb headers age: '54',
27599npm verb headers 'x-served-by': 'cache-fra1240-FRA',
27600npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27601npm verb headers 'x-cache-hits': '174',
27602npm verb headers 'x-timer': 'S1451417502.398750,VS0,VE0',
27603npm verb headers vary: 'Accept',
27604npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27605npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27606npm verb headers connection: 'keep-alive' }
27607npm verb get saving generate-object-property to /root/.npm/registry.npmjs.org/generate-object-property/.cache.json
27608npm http 200 http://registry.npmjs.org/xtend
27609npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27610npm verb headers etag: '"1IDUFAB2QOA8033MD814NYRK9"',
27611npm verb headers 'content-type': 'application/json',
27612npm verb headers 'cache-control': 'max-age=300',
27613npm verb headers 'content-length': '20765',
27614npm verb headers 'accept-ranges': 'bytes',
27615npm verb headers date: 'Tue, 29 Dec 2015 19:31:42 GMT',
27616npm verb headers age: '78',
27617npm verb headers 'x-served-by': 'cache-fra1231-FRA',
27618npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27619npm verb headers 'x-cache-hits': '7',
27620npm verb headers 'x-timer': 'S1451417502.407707,VS0,VE0',
27621npm verb headers vary: 'Accept',
27622npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
27623npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27624npm verb headers connection: 'keep-alive' }
27625npm verb get saving xtend to /root/.npm/registry.npmjs.org/xtend/.cache.json
27626npm verb cache add spec generate-function@^2.0.0
27627npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for generate-function
27628npm verb addNameRange registry:http://registry.npmjs.org/generate-function not in flight; fetching
27629npm verb cache add spec jsonpointer@2.0.0
27630npm verb addNamed "2.0.0" is a plain semver version for jsonpointer
27631npm verb addNameVersion registry:http://registry.npmjs.org/jsonpointer not in flight; fetching
27632npm verb cache add spec generate-object-property@^1.1.0
27633npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for generate-object-property
27634npm verb addNameRange registry:http://registry.npmjs.org/generate-object-property not in flight; fetching
27635npm verb cache add spec xtend@^4.0.0
27636npm verb addNamed ">=4.0.0 <5.0.0" is a valid semver range for xtend
27637npm verb addNameRange registry:http://registry.npmjs.org/xtend not in flight; fetching
27638npm verb get http://registry.npmjs.org/generate-function not expired, no request
27639npm verb addNamed "2.0.0" is a plain semver version for generate-function
27640npm verb get http://registry.npmjs.org/jsonpointer not expired, no request
27641npm verb addRemoteTarball http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz not in flight; adding
27642npm verb addRemoteTarball [ 'http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz',
27643npm verb addRemoteTarball '6858fe7c0969b7d4e9093337647ac79f60dfbe74' ]
27644npm verb addRemoteTarball http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz not in flight; adding
27645npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz',
27646npm verb addRemoteTarball '3af1dd20fe85463910d469a385e33017d2a030d9' ]
27647npm verb get http://registry.npmjs.org/generate-object-property not expired, no request
27648npm verb addNamed "1.2.0" is a plain semver version for generate-object-property
27649npm verb addRemoteTarball http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz not in flight; adding
27650npm verb addRemoteTarball [ 'http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz',
27651npm verb addRemoteTarball '9c0e1c40308ce804f4783618b937fa88f99d50d0' ]
27652npm info retry fetch attempt 1 at 19:31:42
27653npm info attempt registry request try #1 at 19:31:42
27654npm http fetch GET http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz
27655npm verb get http://registry.npmjs.org/xtend not expired, no request
27656npm verb addNamed "4.0.1" is a plain semver version for xtend
27657npm info retry fetch attempt 1 at 19:31:42
27658npm info attempt registry request try #1 at 19:31:42
27659npm http fetch GET http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz
27660npm verb addRemoteTarball http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz not in flight; adding
27661npm verb addRemoteTarball [ 'http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz',
27662npm verb addRemoteTarball 'a5c6d532be656e23db820efb943a1f04998d63af' ]
27663npm info retry fetch attempt 1 at 19:31:42
27664npm info attempt registry request try #1 at 19:31:42
27665npm http fetch GET http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz
27666npm info retry fetch attempt 1 at 19:31:42
27667npm info attempt registry request try #1 at 19:31:42
27668npm http fetch GET http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
27669npm http fetch 200 http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
27670npm http fetch 200 http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz
27671npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz not in flight; adding
27672npm verb addTmpTarball already have metadata; skipping unpack for generate-function@2.0.0
27673npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/xtend/-/xtend-4.0.1.tgz not in flight; adding
27674npm verb addTmpTarball already have metadata; skipping unpack for xtend@4.0.1
27675npm http fetch 200 http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz
27676npm verb afterAdd /root/.npm/generate-function/2.0.0/package/package.json not in flight; writing
27677npm verb afterAdd /root/.npm/xtend/4.0.1/package/package.json not in flight; writing
27678npm http fetch 200 http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz
27679npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz not in flight; adding
27680npm verb addTmpTarball already have metadata; skipping unpack for jsonpointer@2.0.0
27681npm verb afterAdd /root/.npm/generate-function/2.0.0/package/package.json written
27682npm verb afterAdd /root/.npm/xtend/4.0.1/package/package.json written
27683npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz not in flight; adding
27684npm verb addTmpTarball already have metadata; skipping unpack for generate-object-property@1.2.0
27685npm verb afterAdd /root/.npm/jsonpointer/2.0.0/package/package.json not in flight; writing
27686npm verb afterAdd /root/.npm/generate-object-property/1.2.0/package/package.json not in flight; writing
27687npm verb afterAdd /root/.npm/jsonpointer/2.0.0/package/package.json written
27688npm verb afterAdd /root/.npm/generate-object-property/1.2.0/package/package.json written
27689npm verb request uri http://registry.npmjs.org/is-property
27690npm verb request no auth needed
27691npm info attempt registry request try #1 at 19:31:42
27692npm http request GET http://registry.npmjs.org/is-property
27693npm http 200 http://registry.npmjs.org/is-property
27694npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27695npm verb headers etag: '"BNDQTQHT86THGVOSXLSBPJXTY"',
27696npm verb headers 'content-type': 'application/json',
27697npm verb headers 'cache-control': 'max-age=300',
27698npm verb headers 'content-length': '5559',
27699npm verb headers 'accept-ranges': 'bytes',
27700npm verb headers date: 'Tue, 29 Dec 2015 19:31:42 GMT',
27701npm verb headers age: '138',
27702npm verb headers 'x-served-by': 'cache-fra1240-FRA',
27703npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27704npm verb headers 'x-cache-hits': '3',
27705npm verb headers 'x-timer': 'S1451417502.575773,VS0,VE0',
27706npm verb headers vary: 'Accept',
27707npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27708npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27709npm verb headers connection: 'keep-alive' }
27710npm verb get saving is-property to /root/.npm/registry.npmjs.org/is-property/.cache.json
27711npm verb cache add spec is-property@^1.0.0
27712npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-property
27713npm verb addNameRange registry:http://registry.npmjs.org/is-property not in flight; fetching
27714npm verb get http://registry.npmjs.org/is-property not expired, no request
27715npm verb addNamed "1.0.2" is a plain semver version for is-property
27716npm verb addRemoteTarball http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz not in flight; adding
27717npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz',
27718npm verb addRemoteTarball '57fe1c4e48474edd65b09911f26b1cd4095dda84' ]
27719npm info retry fetch attempt 1 at 19:31:42
27720npm info attempt registry request try #1 at 19:31:42
27721npm http fetch GET http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz
27722npm http fetch 200 http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz
27723npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-property/-/is-property-1.0.2.tgz not in flight; adding
27724npm verb addTmpTarball already have metadata; skipping unpack for is-property@1.0.2
27725npm verb afterAdd /root/.npm/is-property/1.0.2/package/package.json not in flight; writing
27726npm verb afterAdd /root/.npm/is-property/1.0.2/package/package.json written
27727npm verb request uri http://registry.npmjs.org/hoek
27728npm verb request no auth needed
27729npm info attempt registry request try #1 at 19:31:42
27730npm http request GET http://registry.npmjs.org/hoek
27731npm verb request uri http://registry.npmjs.org/boom
27732npm verb request no auth needed
27733npm info attempt registry request try #1 at 19:31:42
27734npm http request GET http://registry.npmjs.org/boom
27735npm verb request uri http://registry.npmjs.org/cryptiles
27736npm verb request no auth needed
27737npm info attempt registry request try #1 at 19:31:42
27738npm http request GET http://registry.npmjs.org/cryptiles
27739npm verb request uri http://registry.npmjs.org/sntp
27740npm verb request no auth needed
27741npm info attempt registry request try #1 at 19:31:42
27742npm http request GET http://registry.npmjs.org/sntp
27743npm http 200 http://registry.npmjs.org/cryptiles
27744npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27745npm verb headers etag: '"99IFMGJJU8VHDG34AJNVUOITE"',
27746npm verb headers 'content-type': 'application/json',
27747npm verb headers 'cache-control': 'max-age=300',
27748npm verb headers 'content-length': '20373',
27749npm verb headers 'accept-ranges': 'bytes',
27750npm verb headers date: 'Tue, 29 Dec 2015 19:30:15 GMT',
27751npm verb headers 'x-served-by': 'cache-fra1220-FRA',
27752npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
27753npm verb headers 'x-cache-hits': '1',
27754npm verb headers 'x-timer': 'S1451417415.038196,VS0,VE2',
27755npm verb headers vary: 'Accept',
27756npm verb headers age: '147',
27757npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
27758npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27759npm verb headers connection: 'keep-alive' }
27760npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
27761npm verb cache add spec cryptiles@2.x.x
27762npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for cryptiles
27763npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
27764npm verb get http://registry.npmjs.org/cryptiles not expired, no request
27765npm verb addNamed "2.0.5" is a plain semver version for cryptiles
27766npm verb addRemoteTarball http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz not in flight; adding
27767npm verb addRemoteTarball [ 'http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz',
27768npm verb addRemoteTarball '3bdfecdc608147c1c67202fa291e7dca59eaa3b8' ]
27769npm http 200 http://registry.npmjs.org/sntp
27770npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27771npm verb headers etag: '"26EOAOB5E6XN99QN0TPGQ2YJE"',
27772npm verb headers 'content-type': 'application/json',
27773npm verb headers 'cache-control': 'max-age=300',
27774npm verb headers 'content-length': '24763',
27775npm verb headers 'accept-ranges': 'bytes',
27776npm verb headers date: 'Tue, 29 Dec 2015 19:31:42 GMT',
27777npm verb headers age: '82',
27778npm verb headers 'x-served-by': 'cache-fra1231-FRA',
27779npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27780npm verb headers 'x-cache-hits': '3',
27781npm verb headers 'x-timer': 'S1451417502.701818,VS0,VE0',
27782npm verb headers vary: 'Accept',
27783npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27784npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27785npm verb headers connection: 'keep-alive' }
27786npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
27787npm info retry fetch attempt 1 at 19:31:42
27788npm info attempt registry request try #1 at 19:31:42
27789npm http fetch GET http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
27790npm verb cache add spec sntp@1.x.x
27791npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for sntp
27792npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
27793npm verb get http://registry.npmjs.org/sntp not expired, no request
27794npm verb addNamed "1.0.9" is a plain semver version for sntp
27795npm http 200 http://registry.npmjs.org/hoek
27796npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27797npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
27798npm verb headers 'content-type': 'application/json',
27799npm verb headers 'cache-control': 'max-age=60',
27800npm verb headers 'content-length': '121825',
27801npm verb headers 'accept-ranges': 'bytes',
27802npm verb headers date: 'Tue, 29 Dec 2015 19:31:42 GMT',
27803npm verb headers age: '23',
27804npm verb headers 'x-served-by': 'cache-fra1240-FRA',
27805npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27806npm verb headers 'x-cache-hits': '2',
27807npm verb headers 'x-timer': 'S1451417502.696934,VS0,VE0',
27808npm verb headers vary: 'Accept',
27809npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27810npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27811npm verb headers connection: 'keep-alive' }
27812npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
27813npm verb addRemoteTarball http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz not in flight; adding
27814npm verb addRemoteTarball [ 'http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz',
27815npm verb addRemoteTarball '6541184cc90aeea6c6e7b35e2659082443c66198' ]
27816npm http fetch 200 http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
27817npm info retry fetch attempt 1 at 19:31:42
27818npm info attempt registry request try #1 at 19:31:42
27819npm http fetch GET http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
27820npm http 200 http://registry.npmjs.org/boom
27821npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27822npm verb headers etag: '"1F1PXIUEXIT4BCI84DVI6LC4C"',
27823npm verb headers 'content-type': 'application/json',
27824npm verb headers 'cache-control': 'max-age=300',
27825npm verb headers 'content-length': '70843',
27826npm verb headers 'accept-ranges': 'bytes',
27827npm verb headers date: 'Tue, 29 Dec 2015 19:31:42 GMT',
27828npm verb headers age: '80',
27829npm verb headers 'x-served-by': 'cache-fra1225-FRA',
27830npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27831npm verb headers 'x-cache-hits': '2',
27832npm verb headers 'x-timer': 'S1451417502.697501,VS0,VE0',
27833npm verb headers vary: 'Accept',
27834npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27835npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27836npm verb headers connection: 'keep-alive' }
27837npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
27838npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz not in flight; adding
27839npm verb addTmpTarball already have metadata; skipping unpack for cryptiles@2.0.5
27840npm verb cache add spec hoek@2.x.x
27841npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for hoek
27842npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
27843npm http fetch 200 http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
27844npm verb cache add spec boom@2.x.x
27845npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for boom
27846npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
27847npm verb get http://registry.npmjs.org/hoek not expired, no request
27848npm verb addNamed "2.16.3" is a plain semver version for hoek
27849npm verb addRemoteTarball http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz not in flight; adding
27850npm verb addRemoteTarball [ 'http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz',
27851npm verb addRemoteTarball '20bb7403d3cea398e91dc4710a8ff1b8274a25ed' ]
27852npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/sntp/-/sntp-1.0.9.tgz not in flight; adding
27853npm verb addTmpTarball already have metadata; skipping unpack for sntp@1.0.9
27854npm info retry fetch attempt 1 at 19:31:42
27855npm info attempt registry request try #1 at 19:31:42
27856npm http fetch GET http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
27857npm verb get http://registry.npmjs.org/boom not expired, no request
27858npm verb addNamed "2.10.1" is a plain semver version for boom
27859npm verb afterAdd /root/.npm/cryptiles/2.0.5/package/package.json not in flight; writing
27860npm verb addRemoteTarball http://registry.npmjs.org/boom/-/boom-2.10.1.tgz not in flight; adding
27861npm verb addRemoteTarball [ 'http://registry.npmjs.org/boom/-/boom-2.10.1.tgz',
27862npm verb addRemoteTarball '39c8918ceff5799f83f9492a848f625add0c766f' ]
27863npm info retry fetch attempt 1 at 19:31:42
27864npm info attempt registry request try #1 at 19:31:42
27865npm http fetch GET http://registry.npmjs.org/boom/-/boom-2.10.1.tgz
27866npm verb afterAdd /root/.npm/cryptiles/2.0.5/package/package.json written
27867npm verb afterAdd /root/.npm/sntp/1.0.9/package/package.json not in flight; writing
27868npm verb afterAdd /root/.npm/sntp/1.0.9/package/package.json written
27869npm http fetch 200 http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
27870npm http fetch 200 http://registry.npmjs.org/boom/-/boom-2.10.1.tgz
27871npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/boom/-/boom-2.10.1.tgz not in flight; adding
27872npm verb addTmpTarball already have metadata; skipping unpack for boom@2.10.1
27873npm verb afterAdd /root/.npm/boom/2.10.1/package/package.json not in flight; writing
27874npm verb afterAdd /root/.npm/boom/2.10.1/package/package.json written
27875npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/hoek/-/hoek-2.16.3.tgz not in flight; adding
27876npm verb addTmpTarball already have metadata; skipping unpack for hoek@2.16.3
27877npm verb afterAdd /root/.npm/hoek/2.16.3/package/package.json not in flight; writing
27878npm verb afterAdd /root/.npm/hoek/2.16.3/package/package.json written
27879npm verb cache add spec assert-plus@^0.1.5
27880npm verb cache add spec asn1@0.1.11
27881npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
27882npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
27883npm verb addNamed "0.1.11" is a plain semver version for asn1
27884npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
27885npm verb request uri http://registry.npmjs.org/ctype
27886npm verb request no auth needed
27887npm info attempt registry request try #1 at 19:31:43
27888npm http request GET http://registry.npmjs.org/ctype
27889npm verb get http://registry.npmjs.org/asn1 not expired, no request
27890npm verb get http://registry.npmjs.org/assert-plus not expired, no request
27891npm verb addNamed "0.1.5" is a plain semver version for assert-plus
27892npm verb addRemoteTarball http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz not in flight; adding
27893npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz',
27894npm verb addRemoteTarball '559be18376d08a4ec4dbe80877d27818639b2df7' ]
27895npm info retry fetch attempt 1 at 19:31:43
27896npm info attempt registry request try #1 at 19:31:43
27897npm http fetch GET http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
27898npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
27899npm http fetch 200 http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
27900npm http 200 http://registry.npmjs.org/ctype
27901npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27902npm verb headers etag: '"7B13NJ25OLHMF8SVEORNTMPT9"',
27903npm verb headers 'content-type': 'application/json',
27904npm verb headers 'cache-control': 'max-age=60',
27905npm verb headers 'content-length': '14368',
27906npm verb headers 'accept-ranges': 'bytes',
27907npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
27908npm verb headers age: '17',
27909npm verb headers 'x-served-by': 'cache-fra1225-FRA',
27910npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27911npm verb headers 'x-cache-hits': '1',
27912npm verb headers 'x-timer': 'S1451417503.065408,VS0,VE0',
27913npm verb headers vary: 'Accept',
27914npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
27915npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27916npm verb headers connection: 'keep-alive' }
27917npm verb get saving ctype to /root/.npm/registry.npmjs.org/ctype/.cache.json
27918npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
27919npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/asn1/-/asn1-0.1.11.tgz not in flight; adding
27920npm verb addTmpTarball already have metadata; skipping unpack for asn1@0.1.11
27921npm verb cache add spec ctype@0.5.3
27922npm verb addNamed "0.5.3" is a plain semver version for ctype
27923npm verb addNameVersion registry:http://registry.npmjs.org/ctype not in flight; fetching
27924npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
27925npm verb get http://registry.npmjs.org/ctype not expired, no request
27926npm verb addRemoteTarball http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz not in flight; adding
27927npm verb addRemoteTarball [ 'http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz',
27928npm verb addRemoteTarball '82c18c2461f74114ef16c135224ad0b9144ca12f' ]
27929npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
27930npm info retry fetch attempt 1 at 19:31:43
27931npm info attempt registry request try #1 at 19:31:43
27932npm http fetch GET http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
27933npm http fetch 200 http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
27934npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ctype/-/ctype-0.5.3.tgz not in flight; adding
27935npm verb addTmpTarball already have metadata; skipping unpack for ctype@0.5.3
27936npm verb afterAdd /root/.npm/ctype/0.5.3/package/package.json not in flight; writing
27937npm verb afterAdd /root/.npm/ctype/0.5.3/package/package.json written
27938npm verb cache add spec mime-db@~1.20.0
27939npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
27940npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
27941npm verb get http://registry.npmjs.org/mime-db not expired, no request
27942npm verb addNamed "1.20.0" is a plain semver version for mime-db
27943npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
27944npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
27945npm verb cache add spec debug@2.1.0
27946npm verb addNamed "2.1.0" is a plain semver version for debug
27947npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
27948npm verb request uri http://registry.npmjs.org/engine.io
27949npm verb request no auth needed
27950npm info attempt registry request try #1 at 19:31:43
27951npm http request GET http://registry.npmjs.org/engine.io
27952npm verb request uri http://registry.npmjs.org/socket.io-parser
27953npm verb request no auth needed
27954npm info attempt registry request try #1 at 19:31:43
27955npm http request GET http://registry.npmjs.org/socket.io-parser
27956npm verb request uri http://registry.npmjs.org/socket.io-client
27957npm verb request no auth needed
27958npm info attempt registry request try #1 at 19:31:43
27959npm http request GET http://registry.npmjs.org/socket.io-client
27960npm verb request uri http://registry.npmjs.org/socket.io-adapter
27961npm verb request no auth needed
27962npm info attempt registry request try #1 at 19:31:43
27963npm http request GET http://registry.npmjs.org/socket.io-adapter
27964npm verb request uri http://registry.npmjs.org/has-binary-data
27965npm verb request no auth needed
27966npm info attempt registry request try #1 at 19:31:43
27967npm http request GET http://registry.npmjs.org/has-binary-data
27968npm verb request uri http://registry.npmjs.org/debug
27969npm verb request no auth needed
27970npm info attempt registry request try #1 at 19:31:43
27971npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
27972npm http request GET http://registry.npmjs.org/debug
27973npm http 200 http://registry.npmjs.org/has-binary-data
27974npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27975npm verb headers etag: '"CE5JOBAP2Y5B0IFJ6IIYIFS4O"',
27976npm verb headers 'content-type': 'application/json',
27977npm verb headers 'cache-control': 'max-age=300',
27978npm verb headers 'content-length': '4109',
27979npm verb headers 'accept-ranges': 'bytes',
27980npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
27981npm verb headers age: '179',
27982npm verb headers 'x-served-by': 'cache-fra1239-FRA',
27983npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27984npm verb headers 'x-cache-hits': '1',
27985npm verb headers 'x-timer': 'S1451417503.246174,VS0,VE0',
27986npm verb headers vary: 'Accept',
27987npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
27988npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
27989npm verb headers connection: 'keep-alive' }
27990npm verb get saving has-binary-data to /root/.npm/registry.npmjs.org/has-binary-data/.cache.json
27991npm http 304 http://registry.npmjs.org/debug
27992npm verb headers { date: 'Tue, 29 Dec 2015 19:31:43 GMT',
27993npm verb headers 'cache-control': 'max-age=300',
27994npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
27995npm verb headers age: '12',
27996npm verb headers 'x-served-by': 'cache-fra1220-FRA',
27997npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
27998npm verb headers 'x-cache-hits': '2',
27999npm verb headers 'x-timer': 'S1451417503.248730,VS0,VE0',
28000npm verb headers vary: 'Accept',
28001npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28002npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28003npm verb headers connection: 'keep-alive' }
28004npm verb etag http://registry.npmjs.org/debug from cache
28005npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
28006npm http 200 http://registry.npmjs.org/socket.io-parser
28007npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28008npm verb headers etag: '"2D3W3W3Q5DVVELAU8D93HZDKI"',
28009npm verb headers 'content-type': 'application/json',
28010npm verb headers 'cache-control': 'max-age=300',
28011npm verb headers 'content-length': '20602',
28012npm verb headers 'accept-ranges': 'bytes',
28013npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28014npm verb headers age: '178',
28015npm verb headers 'x-served-by': 'cache-fra1231-FRA',
28016npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28017npm verb headers 'x-cache-hits': '1',
28018npm verb headers 'x-timer': 'S1451417503.244944,VS0,VE0',
28019npm verb headers vary: 'Accept',
28020npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
28021npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28022npm verb headers connection: 'keep-alive' }
28023npm verb get saving socket.io-parser to /root/.npm/registry.npmjs.org/socket.io-parser/.cache.json
28024npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-2.1.0.tgz not in flight; adding
28025npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-2.1.0.tgz',
28026npm verb addRemoteTarball '33ab915659d8c2cc8a41443d94d6ebd37697ed21' ]
28027npm verb cache add spec has-binary-data@0.1.3
28028npm verb addNamed "0.1.3" is a plain semver version for has-binary-data
28029npm verb addNameVersion registry:http://registry.npmjs.org/has-binary-data not in flight; fetching
28030npm info retry fetch attempt 1 at 19:31:43
28031npm info attempt registry request try #1 at 19:31:43
28032npm http fetch GET http://registry.npmjs.org/debug/-/debug-2.1.0.tgz
28033npm verb cache add spec socket.io-parser@2.2.4
28034npm verb addNamed "2.2.4" is a plain semver version for socket.io-parser
28035npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-parser not in flight; fetching
28036npm verb get http://registry.npmjs.org/has-binary-data not expired, no request
28037npm verb addRemoteTarball http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz not in flight; adding
28038npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz',
28039npm verb addRemoteTarball '8ebb18388b57f19a5231275a16fc18d51f379aae' ]
28040npm http fetch 200 http://registry.npmjs.org/debug/-/debug-2.1.0.tgz
28041npm info retry fetch attempt 1 at 19:31:43
28042npm info attempt registry request try #1 at 19:31:43
28043npm http fetch GET http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz
28044npm verb get http://registry.npmjs.org/socket.io-parser not expired, no request
28045npm verb addRemoteTarball http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz not in flight; adding
28046npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz',
28047npm verb addRemoteTarball 'f9ce19bf1909608ceb15d97721e23bfdd1e7cf65' ]
28048npm http 200 http://registry.npmjs.org/socket.io-client
28049npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28050npm verb headers etag: '"D5XYWRRG2YJ79V2HRLI6SX3F5"',
28051npm verb headers 'content-type': 'application/json',
28052npm verb headers 'cache-control': 'max-age=60',
28053npm verb headers 'content-length': '92888',
28054npm verb headers 'accept-ranges': 'bytes',
28055npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28056npm verb headers age: '45',
28057npm verb headers 'x-served-by': 'cache-fra1240-FRA',
28058npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28059npm verb headers 'x-cache-hits': '1',
28060npm verb headers 'x-timer': 'S1451417503.245007,VS0,VE0',
28061npm verb headers vary: 'Accept',
28062npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28063npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28064npm verb headers connection: 'keep-alive' }
28065npm verb get saving socket.io-client to /root/.npm/registry.npmjs.org/socket.io-client/.cache.json
28066npm http 200 http://registry.npmjs.org/socket.io-adapter
28067npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28068npm verb headers etag: '"CQNZW8VCO2U3ZQVEIM0BGCBBT"',
28069npm verb headers 'content-type': 'application/json',
28070npm verb headers 'cache-control': 'max-age=300',
28071npm verb headers 'content-length': '4625',
28072npm verb headers 'accept-ranges': 'bytes',
28073npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28074npm verb headers age: '178',
28075npm verb headers 'x-served-by': 'cache-fra1221-FRA',
28076npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28077npm verb headers 'x-cache-hits': '1',
28078npm verb headers 'x-timer': 'S1451417503.245036,VS0,VE0',
28079npm verb headers vary: 'Accept',
28080npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
28081npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28082npm verb headers connection: 'keep-alive' }
28083npm verb get saving socket.io-adapter to /root/.npm/registry.npmjs.org/socket.io-adapter/.cache.json
28084npm http fetch 200 http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz
28085npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/debug/-/debug-2.1.0.tgz not in flight; adding
28086npm verb addTmpTarball already have metadata; skipping unpack for debug@2.1.0
28087npm info retry fetch attempt 1 at 19:31:43
28088npm info attempt registry request try #1 at 19:31:43
28089npm http fetch GET http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz
28090npm http fetch 200 http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz
28091npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz not in flight; adding
28092npm verb addTmpTarball already have metadata; skipping unpack for has-binary-data@0.1.3
28093npm verb cache add spec socket.io-client@1.3.5
28094npm verb addNamed "1.3.5" is a plain semver version for socket.io-client
28095npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-client not in flight; fetching
28096npm verb cache add spec socket.io-adapter@0.3.1
28097npm verb addNamed "0.3.1" is a plain semver version for socket.io-adapter
28098npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-adapter not in flight; fetching
28099npm verb afterAdd /root/.npm/debug/2.1.0/package/package.json not in flight; writing
28100npm verb get http://registry.npmjs.org/socket.io-client not expired, no request
28101npm verb get http://registry.npmjs.org/socket.io-adapter not expired, no request
28102npm verb addRemoteTarball http://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz not in flight; adding
28103npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz',
28104npm verb addRemoteTarball '9c3a6fbdbd99420c3633a16b4e2543e73f1303ea' ]
28105npm verb afterAdd /root/.npm/debug/2.1.0/package/package.json written
28106npm verb addRemoteTarball http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz not in flight; adding
28107npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz',
28108npm verb addRemoteTarball 'df81f970b4df6493902d93e519c7b72755c3a958' ]
28109npm http 200 http://registry.npmjs.org/engine.io
28110npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28111npm verb headers etag: '"5DR9OW6DBS4UZGCBOOPLXVBQR"',
28112npm verb headers 'content-type': 'application/json',
28113npm verb headers 'cache-control': 'max-age=60',
28114npm verb headers 'content-length': '108494',
28115npm verb headers 'accept-ranges': 'bytes',
28116npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28117npm verb headers age: '46',
28118npm verb headers 'x-served-by': 'cache-fra1225-FRA',
28119npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28120npm verb headers 'x-cache-hits': '1',
28121npm verb headers 'x-timer': 'S1451417503.242770,VS0,VE0',
28122npm verb headers vary: 'Accept',
28123npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28124npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28125npm verb headers connection: 'keep-alive' }
28126npm verb get saving engine.io to /root/.npm/registry.npmjs.org/engine.io/.cache.json
28127npm info retry fetch attempt 1 at 19:31:43
28128npm info attempt registry request try #1 at 19:31:43
28129npm http fetch GET http://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz
28130npm verb afterAdd /root/.npm/has-binary-data/0.1.3/package/package.json not in flight; writing
28131npm info retry fetch attempt 1 at 19:31:43
28132npm info attempt registry request try #1 at 19:31:43
28133npm http fetch GET http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz
28134npm http fetch 200 http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz
28135npm verb afterAdd /root/.npm/has-binary-data/0.1.3/package/package.json written
28136npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz not in flight; adding
28137npm verb addTmpTarball already have metadata; skipping unpack for socket.io-adapter@0.3.1
28138npm verb cache add spec engine.io@1.5.1
28139npm verb addNamed "1.5.1" is a plain semver version for engine.io
28140npm verb addNameVersion registry:http://registry.npmjs.org/engine.io not in flight; fetching
28141npm http fetch 200 http://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz
28142npm verb get http://registry.npmjs.org/engine.io not expired, no request
28143npm verb addRemoteTarball http://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz not in flight; adding
28144npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz',
28145npm verb addRemoteTarball '8f7a4b2aadf974b71ffd185cffe1e2bdf384ddfb' ]
28146npm info retry fetch attempt 1 at 19:31:43
28147npm info attempt registry request try #1 at 19:31:43
28148npm http fetch GET http://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz
28149npm verb afterAdd /root/.npm/socket.io-adapter/0.3.1/package/package.json not in flight; writing
28150npm verb afterAdd /root/.npm/socket.io-adapter/0.3.1/package/package.json written
28151npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz not in flight; adding
28152npm verb addTmpTarball already have metadata; skipping unpack for socket.io-parser@2.2.4
28153npm http fetch 200 http://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz
28154npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz not in flight; adding
28155npm verb addTmpTarball already have metadata; skipping unpack for engine.io@1.5.1
28156npm verb afterAdd /root/.npm/engine.io/1.5.1/package/package.json not in flight; writing
28157npm verb afterAdd /root/.npm/socket.io-parser/2.2.4/package/package.json not in flight; writing
28158npm verb afterAdd /root/.npm/engine.io/1.5.1/package/package.json written
28159npm verb afterAdd /root/.npm/socket.io-parser/2.2.4/package/package.json written
28160npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz not in flight; adding
28161npm verb addTmpTarball already have metadata; skipping unpack for socket.io-client@1.3.5
28162npm verb afterAdd /root/.npm/socket.io-client/1.3.5/package/package.json not in flight; writing
28163npm verb afterAdd /root/.npm/socket.io-client/1.3.5/package/package.json written
28164npm verb cache add spec debug@1.0.3
28165npm verb addNamed "1.0.3" is a plain semver version for debug
28166npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
28167npm verb request uri http://registry.npmjs.org/ws
28168npm verb request no auth needed
28169npm info attempt registry request try #1 at 19:31:43
28170npm http request GET http://registry.npmjs.org/ws
28171npm verb request uri http://registry.npmjs.org/engine.io-parser
28172npm verb request no auth needed
28173npm info attempt registry request try #1 at 19:31:43
28174npm http request GET http://registry.npmjs.org/engine.io-parser
28175npm verb request uri http://registry.npmjs.org/base64id
28176npm verb request no auth needed
28177npm info attempt registry request try #1 at 19:31:43
28178npm http request GET http://registry.npmjs.org/base64id
28179npm verb get http://registry.npmjs.org/debug not expired, no request
28180npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.3.tgz not in flight; adding
28181npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.3.tgz',
28182npm verb addRemoteTarball 'fc8c6b2d6002804b4081c0208e0f6460ba1fa3e4' ]
28183npm info retry fetch attempt 1 at 19:31:43
28184npm info attempt registry request try #1 at 19:31:43
28185npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.3.tgz
28186npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.3.tgz
28187npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/debug/-/debug-1.0.3.tgz not in flight; adding
28188npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.3
28189npm verb afterAdd /root/.npm/debug/1.0.3/package/package.json not in flight; writing
28190npm verb afterAdd /root/.npm/debug/1.0.3/package/package.json written
28191npm http 200 http://registry.npmjs.org/base64id
28192npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28193npm verb headers etag: '"ZEE8IJIDFX5BG7BGOQN9YBZP"',
28194npm verb headers 'content-type': 'application/json',
28195npm verb headers 'cache-control': 'max-age=60',
28196npm verb headers 'content-length': '1800',
28197npm verb headers 'accept-ranges': 'bytes',
28198npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28199npm verb headers age: '18',
28200npm verb headers 'x-served-by': 'cache-fra1231-FRA',
28201npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28202npm verb headers 'x-cache-hits': '1',
28203npm verb headers 'x-timer': 'S1451417503.589906,VS0,VE0',
28204npm verb headers vary: 'Accept',
28205npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28206npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28207npm verb headers connection: 'keep-alive' }
28208npm verb get saving base64id to /root/.npm/registry.npmjs.org/base64id/.cache.json
28209npm verb cache add spec base64id@0.1.0
28210npm verb addNamed "0.1.0" is a plain semver version for base64id
28211npm verb addNameVersion registry:http://registry.npmjs.org/base64id not in flight; fetching
28212npm verb get http://registry.npmjs.org/base64id not expired, no request
28213npm verb addRemoteTarball http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz not in flight; adding
28214npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz',
28215npm verb addRemoteTarball '02ce0fdeee0cef4f40080e1e73e834f0b1bfce3f' ]
28216npm http 200 http://registry.npmjs.org/engine.io-parser
28217npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28218npm verb headers etag: '"B4LACT95VF025J14B9FXYAUXK"',
28219npm verb headers 'content-type': 'application/json',
28220npm verb headers 'cache-control': 'max-age=60',
28221npm verb headers 'content-length': '27825',
28222npm verb headers 'accept-ranges': 'bytes',
28223npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28224npm verb headers age: '47',
28225npm verb headers 'x-served-by': 'cache-fra1221-FRA',
28226npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28227npm verb headers 'x-cache-hits': '1',
28228npm verb headers 'x-timer': 'S1451417503.589815,VS0,VE0',
28229npm verb headers vary: 'Accept',
28230npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
28231npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28232npm verb headers connection: 'keep-alive' }
28233npm verb get saving engine.io-parser to /root/.npm/registry.npmjs.org/engine.io-parser/.cache.json
28234npm info retry fetch attempt 1 at 19:31:43
28235npm info attempt registry request try #1 at 19:31:43
28236npm http fetch GET http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz
28237npm verb cache add spec engine.io-parser@1.2.1
28238npm verb addNamed "1.2.1" is a plain semver version for engine.io-parser
28239npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-parser not in flight; fetching
28240npm verb get http://registry.npmjs.org/engine.io-parser not expired, no request
28241npm verb addRemoteTarball http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz not in flight; adding
28242npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz',
28243npm verb addRemoteTarball '4462a67d0c70a907c06db2e1de53791a86f5ab37' ]
28244npm info retry fetch attempt 1 at 19:31:43
28245npm info attempt registry request try #1 at 19:31:43
28246npm http fetch GET http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz
28247npm http 200 http://registry.npmjs.org/ws
28248npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28249npm verb headers etag: '"BYI4IQ4WXFILP90GIM24NOJYA"',
28250npm verb headers 'content-type': 'application/json',
28251npm verb headers 'cache-control': 'max-age=300',
28252npm verb headers 'content-length': '76589',
28253npm verb headers 'accept-ranges': 'bytes',
28254npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28255npm verb headers age: '48',
28256npm verb headers 'x-served-by': 'cache-fra1225-FRA',
28257npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28258npm verb headers 'x-cache-hits': '1',
28259npm verb headers 'x-timer': 'S1451417503.589148,VS0,VE0',
28260npm verb headers vary: 'Accept',
28261npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28262npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28263npm verb headers connection: 'keep-alive' }
28264npm verb get saving ws to /root/.npm/registry.npmjs.org/ws/.cache.json
28265npm http fetch 200 http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz
28266npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/base64id/-/base64id-0.1.0.tgz not in flight; adding
28267npm verb addTmpTarball already have metadata; skipping unpack for base64id@0.1.0
28268npm http fetch 200 http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz
28269npm verb cache add spec ws@0.5.0
28270npm verb addNamed "0.5.0" is a plain semver version for ws
28271npm verb addNameVersion registry:http://registry.npmjs.org/ws not in flight; fetching
28272npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz not in flight; adding
28273npm verb addTmpTarball already have metadata; skipping unpack for engine.io-parser@1.2.1
28274npm verb get http://registry.npmjs.org/ws not expired, no request
28275npm verb addRemoteTarball http://registry.npmjs.org/ws/-/ws-0.5.0.tgz not in flight; adding
28276npm verb addRemoteTarball [ 'http://registry.npmjs.org/ws/-/ws-0.5.0.tgz',
28277npm verb addRemoteTarball 'b3980391dc4777d83974718aa361e808d86cf9ca' ]
28278npm verb afterAdd /root/.npm/base64id/0.1.0/package/package.json not in flight; writing
28279npm info retry fetch attempt 1 at 19:31:43
28280npm info attempt registry request try #1 at 19:31:43
28281npm http fetch GET http://registry.npmjs.org/ws/-/ws-0.5.0.tgz
28282npm verb afterAdd /root/.npm/base64id/0.1.0/package/package.json written
28283npm verb afterAdd /root/.npm/engine.io-parser/1.2.1/package/package.json not in flight; writing
28284npm verb afterAdd /root/.npm/engine.io-parser/1.2.1/package/package.json written
28285npm http fetch 200 http://registry.npmjs.org/ws/-/ws-0.5.0.tgz
28286npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ws/-/ws-0.5.0.tgz not in flight; adding
28287npm verb addTmpTarball already have metadata; skipping unpack for ws@0.5.0
28288npm verb afterAdd /root/.npm/ws/0.5.0/package/package.json not in flight; writing
28289npm verb afterAdd /root/.npm/ws/0.5.0/package/package.json written
28290npm verb request uri http://registry.npmjs.org/after
28291npm verb request no auth needed
28292npm info attempt registry request try #1 at 19:31:43
28293npm http request GET http://registry.npmjs.org/after
28294npm verb request uri http://registry.npmjs.org/arraybuffer.slice
28295npm verb request no auth needed
28296npm info attempt registry request try #1 at 19:31:43
28297npm http request GET http://registry.npmjs.org/arraybuffer.slice
28298npm verb request uri http://registry.npmjs.org/base64-arraybuffer
28299npm verb request no auth needed
28300npm info attempt registry request try #1 at 19:31:43
28301npm http request GET http://registry.npmjs.org/base64-arraybuffer
28302npm verb request uri http://registry.npmjs.org/blob
28303npm verb request no auth needed
28304npm info attempt registry request try #1 at 19:31:43
28305npm http request GET http://registry.npmjs.org/blob
28306npm verb request uri http://registry.npmjs.org/has-binary
28307npm verb request no auth needed
28308npm info attempt registry request try #1 at 19:31:43
28309npm http request GET http://registry.npmjs.org/has-binary
28310npm verb request uri http://registry.npmjs.org/utf8
28311npm verb request no auth needed
28312npm info attempt registry request try #1 at 19:31:43
28313npm http request GET http://registry.npmjs.org/utf8
28314npm http 200 http://registry.npmjs.org/after
28315npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28316npm verb headers etag: '"8ZRRNYBIHU7Y0A8YMIIA673VB"',
28317npm verb headers 'content-type': 'application/json',
28318npm verb headers 'cache-control': 'max-age=300',
28319npm verb headers 'content-length': '19653',
28320npm verb headers 'accept-ranges': 'bytes',
28321npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28322npm verb headers age: '169',
28323npm verb headers 'x-served-by': 'cache-fra1231-FRA',
28324npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28325npm verb headers 'x-cache-hits': '1',
28326npm verb headers 'x-timer': 'S1451417503.820636,VS0,VE0',
28327npm verb headers vary: 'Accept',
28328npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
28329npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28330npm verb headers connection: 'keep-alive' }
28331npm verb get saving after to /root/.npm/registry.npmjs.org/after/.cache.json
28332npm http 200 http://registry.npmjs.org/arraybuffer.slice
28333npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28334npm verb headers etag: '"8M14TBEVFIZTS324W732DTSK9"',
28335npm verb headers 'content-type': 'application/json',
28336npm verb headers 'cache-control': 'max-age=300',
28337npm verb headers 'content-length': '6719',
28338npm verb headers 'accept-ranges': 'bytes',
28339npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28340npm verb headers age: '128',
28341npm verb headers 'x-served-by': 'cache-fra1225-FRA',
28342npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28343npm verb headers 'x-cache-hits': '2',
28344npm verb headers 'x-timer': 'S1451417503.821049,VS0,VE0',
28345npm verb headers vary: 'Accept',
28346npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28347npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28348npm verb headers connection: 'keep-alive' }
28349npm verb get saving arraybuffer.slice to /root/.npm/registry.npmjs.org/arraybuffer.slice/.cache.json
28350npm http 200 http://registry.npmjs.org/blob
28351npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28352npm verb headers etag: '"12UEL1ZGWYGH3PGFQOKTIHUMJ"',
28353npm verb headers 'content-type': 'application/json',
28354npm verb headers 'cache-control': 'max-age=60',
28355npm verb headers 'content-length': '4181',
28356npm verb headers 'accept-ranges': 'bytes',
28357npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28358npm verb headers age: '44',
28359npm verb headers 'x-served-by': 'cache-fra1239-FRA',
28360npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28361npm verb headers 'x-cache-hits': '2',
28362npm verb headers 'x-timer': 'S1451417503.821298,VS0,VE0',
28363npm verb headers vary: 'Accept',
28364npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
28365npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28366npm verb headers connection: 'keep-alive' }
28367npm verb get saving blob to /root/.npm/registry.npmjs.org/blob/.cache.json
28368npm verb cache add spec after@0.8.1
28369npm verb addNamed "0.8.1" is a plain semver version for after
28370npm verb addNameVersion registry:http://registry.npmjs.org/after not in flight; fetching
28371npm verb cache add spec arraybuffer.slice@0.0.6
28372npm verb addNamed "0.0.6" is a plain semver version for arraybuffer.slice
28373npm verb addNameVersion registry:http://registry.npmjs.org/arraybuffer.slice not in flight; fetching
28374npm verb cache add spec blob@0.0.2
28375npm verb addNamed "0.0.2" is a plain semver version for blob
28376npm verb addNameVersion registry:http://registry.npmjs.org/blob not in flight; fetching
28377npm verb get http://registry.npmjs.org/after not expired, no request
28378npm verb get http://registry.npmjs.org/arraybuffer.slice not expired, no request
28379npm verb get http://registry.npmjs.org/blob not expired, no request
28380npm verb addRemoteTarball http://registry.npmjs.org/after/-/after-0.8.1.tgz not in flight; adding
28381npm verb addRemoteTarball [ 'http://registry.npmjs.org/after/-/after-0.8.1.tgz',
28382npm verb addRemoteTarball 'ab5d4fb883f596816d3515f8f791c0af486dd627' ]
28383npm verb addRemoteTarball http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz not in flight; adding
28384npm verb addRemoteTarball [ 'http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz',
28385npm verb addRemoteTarball 'f33b2159f0532a3f3107a272c0ccfbd1ad2979ca' ]
28386npm verb addRemoteTarball http://registry.npmjs.org/blob/-/blob-0.0.2.tgz not in flight; adding
28387npm verb addRemoteTarball [ 'http://registry.npmjs.org/blob/-/blob-0.0.2.tgz',
28388npm verb addRemoteTarball 'b89562bd6994af95ba1e812155536333aa23cf24' ]
28389npm info retry fetch attempt 1 at 19:31:43
28390npm info attempt registry request try #1 at 19:31:43
28391npm http fetch GET http://registry.npmjs.org/after/-/after-0.8.1.tgz
28392npm info retry fetch attempt 1 at 19:31:43
28393npm info attempt registry request try #1 at 19:31:43
28394npm http fetch GET http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz
28395npm info retry fetch attempt 1 at 19:31:43
28396npm info attempt registry request try #1 at 19:31:43
28397npm http fetch GET http://registry.npmjs.org/blob/-/blob-0.0.2.tgz
28398npm http fetch 200 http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz
28399npm http fetch 200 http://registry.npmjs.org/after/-/after-0.8.1.tgz
28400npm http fetch 200 http://registry.npmjs.org/blob/-/blob-0.0.2.tgz
28401npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz not in flight; adding
28402npm verb addTmpTarball already have metadata; skipping unpack for arraybuffer.slice@0.0.6
28403npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/after/-/after-0.8.1.tgz not in flight; adding
28404npm verb addTmpTarball already have metadata; skipping unpack for after@0.8.1
28405npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/blob/-/blob-0.0.2.tgz not in flight; adding
28406npm verb addTmpTarball already have metadata; skipping unpack for blob@0.0.2
28407npm http 200 http://registry.npmjs.org/base64-arraybuffer
28408npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28409npm verb headers etag: '"8TO8M75M6KGGDHXG4EXO14DSH"',
28410npm verb headers 'content-type': 'application/json',
28411npm verb headers 'cache-control': 'max-age=300',
28412npm verb headers 'content-length': '7717',
28413npm verb headers 'accept-ranges': 'bytes',
28414npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28415npm verb headers age: '238',
28416npm verb headers 'x-served-by': 'cache-fra1220-FRA',
28417npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28418npm verb headers 'x-cache-hits': '1',
28419npm verb headers 'x-timer': 'S1451417503.821227,VS0,VE1',
28420npm verb headers vary: 'Accept',
28421npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28422npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28423npm verb headers connection: 'keep-alive' }
28424npm verb get saving base64-arraybuffer to /root/.npm/registry.npmjs.org/base64-arraybuffer/.cache.json
28425npm verb afterAdd /root/.npm/after/0.8.1/package/package.json not in flight; writing
28426npm verb afterAdd /root/.npm/blob/0.0.2/package/package.json not in flight; writing
28427npm verb afterAdd /root/.npm/arraybuffer.slice/0.0.6/package/package.json not in flight; writing
28428npm http 200 http://registry.npmjs.org/utf8
28429npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28430npm verb headers etag: '"EEDBHS2WAMIQLRCJY6WZ5VNGI"',
28431npm verb headers 'content-type': 'application/json',
28432npm verb headers 'cache-control': 'max-age=300',
28433npm verb headers 'content-length': '9665',
28434npm verb headers 'accept-ranges': 'bytes',
28435npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28436npm verb headers age: '196',
28437npm verb headers 'x-served-by': 'cache-fra1237-FRA',
28438npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28439npm verb headers 'x-cache-hits': '1',
28440npm verb headers 'x-timer': 'S1451417503.821645,VS0,VE0',
28441npm verb headers vary: 'Accept',
28442npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
28443npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28444npm verb headers connection: 'keep-alive' }
28445npm verb get saving utf8 to /root/.npm/registry.npmjs.org/utf8/.cache.json
28446npm verb afterAdd /root/.npm/after/0.8.1/package/package.json written
28447npm verb afterAdd /root/.npm/blob/0.0.2/package/package.json written
28448npm verb afterAdd /root/.npm/arraybuffer.slice/0.0.6/package/package.json written
28449npm verb cache add spec base64-arraybuffer@0.1.2
28450npm verb addNamed "0.1.2" is a plain semver version for base64-arraybuffer
28451npm verb addNameVersion registry:http://registry.npmjs.org/base64-arraybuffer not in flight; fetching
28452npm verb cache add spec utf8@2.0.0
28453npm verb addNamed "2.0.0" is a plain semver version for utf8
28454npm verb addNameVersion registry:http://registry.npmjs.org/utf8 not in flight; fetching
28455npm verb get http://registry.npmjs.org/base64-arraybuffer not expired, no request
28456npm verb get http://registry.npmjs.org/utf8 not expired, no request
28457npm verb addRemoteTarball http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz not in flight; adding
28458npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz',
28459npm verb addRemoteTarball '474df4a9f2da24e05df3158c3b1db3c3cd46a154' ]
28460npm verb addRemoteTarball http://registry.npmjs.org/utf8/-/utf8-2.0.0.tgz not in flight; adding
28461npm verb addRemoteTarball [ 'http://registry.npmjs.org/utf8/-/utf8-2.0.0.tgz',
28462npm verb addRemoteTarball '79ce59eced874809cab9a71fc7102c7d45d4118d' ]
28463npm info retry fetch attempt 1 at 19:31:44
28464npm info attempt registry request try #1 at 19:31:44
28465npm http fetch GET http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz
28466npm info retry fetch attempt 1 at 19:31:44
28467npm info attempt registry request try #1 at 19:31:44
28468npm http fetch GET http://registry.npmjs.org/utf8/-/utf8-2.0.0.tgz
28469npm http fetch 200 http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz
28470npm http fetch 200 http://registry.npmjs.org/utf8/-/utf8-2.0.0.tgz
28471npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz not in flight; adding
28472npm verb addTmpTarball already have metadata; skipping unpack for base64-arraybuffer@0.1.2
28473npm verb afterAdd /root/.npm/base64-arraybuffer/0.1.2/package/package.json not in flight; writing
28474npm verb afterAdd /root/.npm/base64-arraybuffer/0.1.2/package/package.json written
28475npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/utf8/-/utf8-2.0.0.tgz not in flight; adding
28476npm verb addTmpTarball already have metadata; skipping unpack for utf8@2.0.0
28477npm verb afterAdd /root/.npm/utf8/2.0.0/package/package.json not in flight; writing
28478npm verb afterAdd /root/.npm/utf8/2.0.0/package/package.json written
28479npm http 200 http://registry.npmjs.org/has-binary
28480npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28481npm verb headers etag: '"54IA64EVLMM2KU65063PQEFYU"',
28482npm verb headers 'content-type': 'application/json',
28483npm verb headers 'cache-control': 'max-age=60',
28484npm verb headers 'content-length': '2982',
28485npm verb headers 'accept-ranges': 'bytes',
28486npm verb headers date: 'Tue, 29 Dec 2015 19:31:43 GMT',
28487npm verb headers age: '44',
28488npm verb headers 'x-served-by': 'cache-fra1241-FRA',
28489npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28490npm verb headers 'x-cache-hits': '1',
28491npm verb headers 'x-timer': 'S1451417503.821401,VS0,VE0',
28492npm verb headers vary: 'Accept',
28493npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
28494npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28495npm verb headers connection: 'keep-alive' }
28496npm verb get saving has-binary to /root/.npm/registry.npmjs.org/has-binary/.cache.json
28497npm verb cache add spec has-binary@0.1.5
28498npm verb addNamed "0.1.5" is a plain semver version for has-binary
28499npm verb addNameVersion registry:http://registry.npmjs.org/has-binary not in flight; fetching
28500npm verb get http://registry.npmjs.org/has-binary not expired, no request
28501npm verb addRemoteTarball http://registry.npmjs.org/has-binary/-/has-binary-0.1.5.tgz not in flight; adding
28502npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-binary/-/has-binary-0.1.5.tgz',
28503npm verb addRemoteTarball '95e75720ff31b72a3ba89a5b6dce082e4bc6467f' ]
28504npm info retry fetch attempt 1 at 19:31:44
28505npm info attempt registry request try #1 at 19:31:44
28506npm http fetch GET http://registry.npmjs.org/has-binary/-/has-binary-0.1.5.tgz
28507npm http fetch 200 http://registry.npmjs.org/has-binary/-/has-binary-0.1.5.tgz
28508npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/has-binary/-/has-binary-0.1.5.tgz not in flight; adding
28509npm verb addTmpTarball already have metadata; skipping unpack for has-binary@0.1.5
28510npm verb afterAdd /root/.npm/has-binary/0.1.5/package/package.json not in flight; writing
28511npm verb afterAdd /root/.npm/has-binary/0.1.5/package/package.json written
28512npm verb cache add spec nan@1.4.x
28513npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for nan
28514npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
28515npm verb request uri http://registry.npmjs.org/options
28516npm verb request no auth needed
28517npm info attempt registry request try #1 at 19:31:44
28518npm http request GET http://registry.npmjs.org/options
28519npm verb request uri http://registry.npmjs.org/ultron
28520npm verb request no auth needed
28521npm info attempt registry request try #1 at 19:31:44
28522npm http request GET http://registry.npmjs.org/ultron
28523npm verb get http://registry.npmjs.org/nan not expired, no request
28524npm verb addNamed "1.4.3" is a plain semver version for nan
28525npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-1.4.3.tgz not in flight; adding
28526npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-1.4.3.tgz',
28527npm verb addRemoteTarball 'c56b5404698063696f597435f9163c312aea5009' ]
28528npm info retry fetch attempt 1 at 19:31:44
28529npm info attempt registry request try #1 at 19:31:44
28530npm http fetch GET http://registry.npmjs.org/nan/-/nan-1.4.3.tgz
28531npm http 200 http://registry.npmjs.org/ultron
28532npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28533npm verb headers etag: '"1FZPOUJM9TYE8CVALWHEK91KT"',
28534npm verb headers 'content-type': 'application/json',
28535npm verb headers 'cache-control': 'max-age=300',
28536npm verb headers 'content-length': '10092',
28537npm verb headers 'accept-ranges': 'bytes',
28538npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28539npm verb headers age: '26',
28540npm verb headers 'x-served-by': 'cache-fra1220-FRA',
28541npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28542npm verb headers 'x-cache-hits': '1',
28543npm verb headers 'x-timer': 'S1451417504.172585,VS0,VE0',
28544npm verb headers vary: 'Accept',
28545npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28546npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28547npm verb headers connection: 'keep-alive' }
28548npm verb get saving ultron to /root/.npm/registry.npmjs.org/ultron/.cache.json
28549npm verb cache add spec ultron@1.0.x
28550npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ultron
28551npm verb addNameRange registry:http://registry.npmjs.org/ultron not in flight; fetching
28552npm verb get http://registry.npmjs.org/ultron not expired, no request
28553npm verb addNamed "1.0.2" is a plain semver version for ultron
28554npm verb addRemoteTarball http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz not in flight; adding
28555npm verb addRemoteTarball [ 'http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz',
28556npm verb addRemoteTarball 'ace116ab557cd197386a4e88f4685378c8b2e4fa' ]
28557npm info retry fetch attempt 1 at 19:31:44
28558npm info attempt registry request try #1 at 19:31:44
28559npm http fetch GET http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz
28560npm http 200 http://registry.npmjs.org/options
28561npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28562npm verb headers etag: '"29I1H7JJVEWWNWG0GMKORGQTC"',
28563npm verb headers 'content-type': 'application/json',
28564npm verb headers 'cache-control': 'max-age=60',
28565npm verb headers 'content-length': '8112',
28566npm verb headers 'accept-ranges': 'bytes',
28567npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28568npm verb headers age: '12',
28569npm verb headers 'x-served-by': 'cache-fra1241-FRA',
28570npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28571npm verb headers 'x-cache-hits': '1',
28572npm verb headers 'x-timer': 'S1451417504.172037,VS0,VE0',
28573npm verb headers vary: 'Accept',
28574npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28575npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28576npm verb headers connection: 'keep-alive' }
28577npm verb get saving options to /root/.npm/registry.npmjs.org/options/.cache.json
28578npm http fetch 200 http://registry.npmjs.org/nan/-/nan-1.4.3.tgz
28579npm verb cache add spec options@>=0.0.5
28580npm verb addNamed ">=0.0.5" is a valid semver range for options
28581npm verb addNameRange registry:http://registry.npmjs.org/options not in flight; fetching
28582npm verb get http://registry.npmjs.org/options not expired, no request
28583npm verb addNamed "0.0.6" is a plain semver version for options
28584npm verb addRemoteTarball http://registry.npmjs.org/options/-/options-0.0.6.tgz not in flight; adding
28585npm verb addRemoteTarball [ 'http://registry.npmjs.org/options/-/options-0.0.6.tgz',
28586npm verb addRemoteTarball 'ec22d312806bb53e731773e7cdaefcf1c643128f' ]
28587npm info retry fetch attempt 1 at 19:31:44
28588npm info attempt registry request try #1 at 19:31:44
28589npm http fetch GET http://registry.npmjs.org/options/-/options-0.0.6.tgz
28590npm http fetch 200 http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz
28591npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ultron/-/ultron-1.0.2.tgz not in flight; adding
28592npm verb addTmpTarball already have metadata; skipping unpack for ultron@1.0.2
28593npm verb afterAdd /root/.npm/ultron/1.0.2/package/package.json not in flight; writing
28594npm verb afterAdd /root/.npm/ultron/1.0.2/package/package.json written
28595npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nan/-/nan-1.4.3.tgz not in flight; adding
28596npm verb addTmpTarball already have metadata; skipping unpack for nan@1.4.3
28597npm http fetch 200 http://registry.npmjs.org/options/-/options-0.0.6.tgz
28598npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/options/-/options-0.0.6.tgz not in flight; adding
28599npm verb addTmpTarball already have metadata; skipping unpack for options@0.0.6
28600npm verb afterAdd /root/.npm/nan/1.4.3/package/package.json not in flight; writing
28601npm verb afterAdd /root/.npm/nan/1.4.3/package/package.json written
28602npm verb afterAdd /root/.npm/options/0.0.6/package/package.json not in flight; writing
28603npm verb afterAdd /root/.npm/options/0.0.6/package/package.json written
28604npm verb cache add spec debug@1.0.2
28605npm verb cache add spec socket.io-parser@2.2.2
28606npm verb addNamed "1.0.2" is a plain semver version for debug
28607npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
28608npm verb addNamed "2.2.2" is a plain semver version for socket.io-parser
28609npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-parser not in flight; fetching
28610npm verb request uri http://registry.npmjs.org/object-keys
28611npm verb request no auth needed
28612npm info attempt registry request try #1 at 19:31:44
28613npm http request GET http://registry.npmjs.org/object-keys
28614npm verb get http://registry.npmjs.org/debug not expired, no request
28615npm verb get http://registry.npmjs.org/socket.io-parser not expired, no request
28616npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.2.tgz not in flight; adding
28617npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.2.tgz',
28618npm verb addRemoteTarball '3849591c10cce648476c3c7c2e2e3416db5963c4' ]
28619npm verb addRemoteTarball http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz not in flight; adding
28620npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz',
28621npm verb addRemoteTarball '3d7af6b64497e956b7d9fe775f999716027f9417' ]
28622npm info retry fetch attempt 1 at 19:31:44
28623npm info attempt registry request try #1 at 19:31:44
28624npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.2.tgz
28625npm info retry fetch attempt 1 at 19:31:44
28626npm info attempt registry request try #1 at 19:31:44
28627npm http fetch GET http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz
28628npm http fetch 200 http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz
28629npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.2.tgz
28630npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz not in flight; adding
28631npm verb addTmpTarball already have metadata; skipping unpack for socket.io-parser@2.2.2
28632npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/debug/-/debug-1.0.2.tgz not in flight; adding
28633npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.2
28634npm verb afterAdd /root/.npm/socket.io-parser/2.2.2/package/package.json not in flight; writing
28635npm verb afterAdd /root/.npm/debug/1.0.2/package/package.json not in flight; writing
28636npm verb afterAdd /root/.npm/socket.io-parser/2.2.2/package/package.json written
28637npm verb afterAdd /root/.npm/debug/1.0.2/package/package.json written
28638npm http 200 http://registry.npmjs.org/object-keys
28639npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28640npm verb headers etag: '"CUJ60WAI9V1U6WYABC4C4CHJV"',
28641npm verb headers 'content-type': 'application/json',
28642npm verb headers 'cache-control': 'max-age=60',
28643npm verb headers 'content-length': '43704',
28644npm verb headers 'accept-ranges': 'bytes',
28645npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28646npm verb headers age: '22',
28647npm verb headers 'x-served-by': 'cache-fra1241-FRA',
28648npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28649npm verb headers 'x-cache-hits': '1',
28650npm verb headers 'x-timer': 'S1451417504.303502,VS0,VE0',
28651npm verb headers vary: 'Accept',
28652npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28653npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28654npm verb headers connection: 'keep-alive' }
28655npm verb get saving object-keys to /root/.npm/registry.npmjs.org/object-keys/.cache.json
28656npm verb cache add spec object-keys@1.0.1
28657npm verb addNamed "1.0.1" is a plain semver version for object-keys
28658npm verb addNameVersion registry:http://registry.npmjs.org/object-keys not in flight; fetching
28659npm verb get http://registry.npmjs.org/object-keys not expired, no request
28660npm verb addRemoteTarball http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz not in flight; adding
28661npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz',
28662npm verb addRemoteTarball '55802e85842c26bbb5ebbc157abf3be302569ba8' ]
28663npm info retry fetch attempt 1 at 19:31:44
28664npm info attempt registry request try #1 at 19:31:44
28665npm http fetch GET http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz
28666npm http fetch 200 http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz
28667npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz not in flight; adding
28668npm verb addTmpTarball already have metadata; skipping unpack for object-keys@1.0.1
28669npm verb afterAdd /root/.npm/object-keys/1.0.1/package/package.json not in flight; writing
28670npm verb afterAdd /root/.npm/object-keys/1.0.1/package/package.json written
28671npm verb cache add spec debug@0.7.4
28672npm verb addNamed "0.7.4" is a plain semver version for debug
28673npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
28674npm verb request uri http://registry.npmjs.org/json3
28675npm verb request no auth needed
28676npm info attempt registry request try #1 at 19:31:44
28677npm http request GET http://registry.npmjs.org/json3
28678npm verb request uri http://registry.npmjs.org/component-emitter
28679npm verb request no auth needed
28680npm info attempt registry request try #1 at 19:31:44
28681npm http request GET http://registry.npmjs.org/component-emitter
28682npm verb request uri http://registry.npmjs.org/benchmark
28683npm verb request no auth needed
28684npm info attempt registry request try #1 at 19:31:44
28685npm http request GET http://registry.npmjs.org/benchmark
28686npm verb get http://registry.npmjs.org/debug not expired, no request
28687npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-0.7.4.tgz not in flight; adding
28688npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-0.7.4.tgz',
28689npm verb addRemoteTarball '06e1ea8082c2cb14e39806e22e2f6f757f92af39' ]
28690npm info retry fetch attempt 1 at 19:31:44
28691npm info attempt registry request try #1 at 19:31:44
28692npm http fetch GET http://registry.npmjs.org/debug/-/debug-0.7.4.tgz
28693npm http 200 http://registry.npmjs.org/component-emitter
28694npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28695npm verb headers etag: '"EKK7Q3KAC25VHT4JEZHQMW5ZL"',
28696npm verb headers 'content-type': 'application/json',
28697npm verb headers 'cache-control': 'max-age=60',
28698npm verb headers 'content-length': '9622',
28699npm verb headers 'accept-ranges': 'bytes',
28700npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28701npm verb headers age: '56',
28702npm verb headers 'x-served-by': 'cache-fra1237-FRA',
28703npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28704npm verb headers 'x-cache-hits': '2',
28705npm verb headers 'x-timer': 'S1451417504.569471,VS0,VE0',
28706npm verb headers vary: 'Accept',
28707npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28708npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28709npm verb headers connection: 'keep-alive' }
28710npm verb get saving component-emitter to /root/.npm/registry.npmjs.org/component-emitter/.cache.json
28711npm http fetch 200 http://registry.npmjs.org/debug/-/debug-0.7.4.tgz
28712npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/debug/-/debug-0.7.4.tgz not in flight; adding
28713npm verb addTmpTarball already have metadata; skipping unpack for debug@0.7.4
28714npm verb cache add spec component-emitter@1.1.2
28715npm verb addNamed "1.1.2" is a plain semver version for component-emitter
28716npm verb addNameVersion registry:http://registry.npmjs.org/component-emitter not in flight; fetching
28717npm verb get http://registry.npmjs.org/component-emitter not expired, no request
28718npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
28719npm verb addRemoteTarball http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz not in flight; adding
28720npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz',
28721npm verb addRemoteTarball '296594f2753daa63996d2af08d15a95116c9aec3' ]
28722npm info retry fetch attempt 1 at 19:31:44
28723npm info attempt registry request try #1 at 19:31:44
28724npm http fetch GET http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz
28725npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
28726npm http 200 http://registry.npmjs.org/benchmark
28727npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28728npm verb headers etag: '"B9NM1GP7XQHJQMLCF81N9T9ZZ"',
28729npm verb headers 'content-type': 'application/json',
28730npm verb headers 'cache-control': 'max-age=300',
28731npm verb headers 'content-length': '27426',
28732npm verb headers 'accept-ranges': 'bytes',
28733npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28734npm verb headers age: '192',
28735npm verb headers 'x-served-by': 'cache-fra1220-FRA',
28736npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28737npm verb headers 'x-cache-hits': '2',
28738npm verb headers 'x-timer': 'S1451417504.569894,VS0,VE0',
28739npm verb headers vary: 'Accept',
28740npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28741npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28742npm verb headers connection: 'keep-alive' }
28743npm verb get saving benchmark to /root/.npm/registry.npmjs.org/benchmark/.cache.json
28744npm http 200 http://registry.npmjs.org/json3
28745npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28746npm verb headers etag: '"8RW74WT07XAX5LEF4SC40V3O8"',
28747npm verb headers 'content-type': 'application/json',
28748npm verb headers 'cache-control': 'max-age=300',
28749npm verb headers 'content-length': '24087',
28750npm verb headers 'accept-ranges': 'bytes',
28751npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28752npm verb headers age: '12',
28753npm verb headers 'x-served-by': 'cache-fra1241-FRA',
28754npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28755npm verb headers 'x-cache-hits': '1',
28756npm verb headers 'x-timer': 'S1451417504.569660,VS0,VE0',
28757npm verb headers vary: 'Accept',
28758npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28759npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28760npm verb headers connection: 'keep-alive' }
28761npm verb get saving json3 to /root/.npm/registry.npmjs.org/json3/.cache.json
28762npm http fetch 200 http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz
28763npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz not in flight; adding
28764npm verb addTmpTarball already have metadata; skipping unpack for component-emitter@1.1.2
28765npm verb cache add spec benchmark@1.0.0
28766npm verb addNamed "1.0.0" is a plain semver version for benchmark
28767npm verb addNameVersion registry:http://registry.npmjs.org/benchmark not in flight; fetching
28768npm verb cache add spec json3@3.2.6
28769npm verb addNamed "3.2.6" is a plain semver version for json3
28770npm verb addNameVersion registry:http://registry.npmjs.org/json3 not in flight; fetching
28771npm verb get http://registry.npmjs.org/benchmark not expired, no request
28772npm verb get http://registry.npmjs.org/json3 not expired, no request
28773npm verb addRemoteTarball http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz not in flight; adding
28774npm verb addRemoteTarball [ 'http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz',
28775npm verb addRemoteTarball '2f1e2fa4c359f11122aa183082218e957e390c73' ]
28776npm verb addRemoteTarball http://registry.npmjs.org/json3/-/json3-3.2.6.tgz not in flight; adding
28777npm verb addRemoteTarball [ 'http://registry.npmjs.org/json3/-/json3-3.2.6.tgz',
28778npm verb addRemoteTarball 'f6efc93c06a04de9aec53053df2559bb19e2038b' ]
28779npm verb afterAdd /root/.npm/component-emitter/1.1.2/package/package.json not in flight; writing
28780npm info retry fetch attempt 1 at 19:31:44
28781npm info attempt registry request try #1 at 19:31:44
28782npm http fetch GET http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz
28783npm info retry fetch attempt 1 at 19:31:44
28784npm info attempt registry request try #1 at 19:31:44
28785npm http fetch GET http://registry.npmjs.org/json3/-/json3-3.2.6.tgz
28786npm verb afterAdd /root/.npm/component-emitter/1.1.2/package/package.json written
28787npm http fetch 200 http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz
28788npm http fetch 200 http://registry.npmjs.org/json3/-/json3-3.2.6.tgz
28789npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz not in flight; adding
28790npm verb addTmpTarball already have metadata; skipping unpack for benchmark@1.0.0
28791npm verb afterAdd /root/.npm/benchmark/1.0.0/package/package.json not in flight; writing
28792npm verb afterAdd /root/.npm/benchmark/1.0.0/package/package.json written
28793npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/json3/-/json3-3.2.6.tgz not in flight; adding
28794npm verb addTmpTarball already have metadata; skipping unpack for json3@3.2.6
28795npm verb afterAdd /root/.npm/json3/3.2.6/package/package.json not in flight; writing
28796npm verb afterAdd /root/.npm/json3/3.2.6/package/package.json written
28797npm verb cache add spec debug@0.7.4
28798npm verb cache add spec has-binary@0.1.6
28799npm verb addNamed "0.7.4" is a plain semver version for debug
28800npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
28801npm verb addNamed "0.1.6" is a plain semver version for has-binary
28802npm verb addNameVersion registry:http://registry.npmjs.org/has-binary not in flight; fetching
28803npm verb request uri http://registry.npmjs.org/engine.io-client
28804npm verb request no auth needed
28805npm info attempt registry request try #1 at 19:31:44
28806npm http request GET http://registry.npmjs.org/engine.io-client
28807npm verb request uri http://registry.npmjs.org/component-bind
28808npm verb request no auth needed
28809npm info attempt registry request try #1 at 19:31:44
28810npm http request GET http://registry.npmjs.org/component-bind
28811npm verb request uri http://registry.npmjs.org/object-component
28812npm verb request no auth needed
28813npm info attempt registry request try #1 at 19:31:44
28814npm http request GET http://registry.npmjs.org/object-component
28815npm verb request uri http://registry.npmjs.org/indexof
28816npm verb request no auth needed
28817npm info attempt registry request try #1 at 19:31:44
28818npm http request GET http://registry.npmjs.org/indexof
28819npm verb request uri http://registry.npmjs.org/parseuri
28820npm verb request no auth needed
28821npm info attempt registry request try #1 at 19:31:44
28822npm http request GET http://registry.npmjs.org/parseuri
28823npm verb request uri http://registry.npmjs.org/to-array
28824npm verb request no auth needed
28825npm info attempt registry request try #1 at 19:31:44
28826npm http request GET http://registry.npmjs.org/to-array
28827npm verb request uri http://registry.npmjs.org/backo2
28828npm verb request no auth needed
28829npm info attempt registry request try #1 at 19:31:44
28830npm http request GET http://registry.npmjs.org/backo2
28831npm verb get http://registry.npmjs.org/debug not expired, no request
28832npm verb get http://registry.npmjs.org/has-binary not expired, no request
28833npm verb addRemoteTarball http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz not in flight; adding
28834npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz',
28835npm verb addRemoteTarball '25326f39cfa4f616ad8787894e3af2cfbc7b6e10' ]
28836npm info retry fetch attempt 1 at 19:31:44
28837npm info attempt registry request try #1 at 19:31:44
28838npm http fetch GET http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz
28839npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
28840npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
28841npm http 200 http://registry.npmjs.org/indexof
28842npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28843npm verb headers etag: '"32OBH9XPR8SP8X2OF29HMHN0Y"',
28844npm verb headers 'content-type': 'application/json',
28845npm verb headers 'cache-control': 'max-age=60',
28846npm verb headers 'content-length': '1058',
28847npm verb headers 'accept-ranges': 'bytes',
28848npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28849npm verb headers age: '20',
28850npm verb headers 'x-served-by': 'cache-fra1237-FRA',
28851npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28852npm verb headers 'x-cache-hits': '2',
28853npm verb headers 'x-timer': 'S1451417504.904712,VS0,VE0',
28854npm verb headers vary: 'Accept',
28855npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28856npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28857npm verb headers connection: 'keep-alive' }
28858npm verb get saving indexof to /root/.npm/registry.npmjs.org/indexof/.cache.json
28859npm http 200 http://registry.npmjs.org/to-array
28860npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28861npm verb headers etag: '"7W2SB8XU19O6MR1O5N1YA0R8Q"',
28862npm verb headers 'content-type': 'application/json',
28863npm verb headers 'cache-control': 'max-age=300',
28864npm verb headers 'content-length': '7075',
28865npm verb headers 'accept-ranges': 'bytes',
28866npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28867npm verb headers age: '114',
28868npm verb headers 'x-served-by': 'cache-fra1225-FRA',
28869npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28870npm verb headers 'x-cache-hits': '3',
28871npm verb headers 'x-timer': 'S1451417504.904720,VS0,VE0',
28872npm verb headers vary: 'Accept',
28873npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28874npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28875npm verb headers connection: 'keep-alive' }
28876npm verb get saving to-array to /root/.npm/registry.npmjs.org/to-array/.cache.json
28877npm http 200 http://registry.npmjs.org/component-bind
28878npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28879npm verb headers etag: '"BTEEHNYGF6MZ3F5K1O53LMR95"',
28880npm verb headers 'content-type': 'application/json',
28881npm verb headers 'cache-control': 'max-age=60',
28882npm verb headers 'content-length': '3904',
28883npm verb headers 'accept-ranges': 'bytes',
28884npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28885npm verb headers age: '46',
28886npm verb headers 'x-served-by': 'cache-fra1231-FRA',
28887npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28888npm verb headers 'x-cache-hits': '1',
28889npm verb headers 'x-timer': 'S1451417504.904843,VS0,VE0',
28890npm verb headers vary: 'Accept',
28891npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28892npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28893npm verb headers connection: 'keep-alive' }
28894npm verb get saving component-bind to /root/.npm/registry.npmjs.org/component-bind/.cache.json
28895npm http 200 http://registry.npmjs.org/object-component
28896npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28897npm verb headers etag: '"1HIQ5BU4412VCC2W67CB13EFB"',
28898npm verb headers 'content-type': 'application/json',
28899npm verb headers 'cache-control': 'max-age=300',
28900npm verb headers 'content-length': '3677',
28901npm verb headers 'accept-ranges': 'bytes',
28902npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28903npm verb headers age: '129',
28904npm verb headers 'x-served-by': 'cache-fra1220-FRA',
28905npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28906npm verb headers 'x-cache-hits': '2',
28907npm verb headers 'x-timer': 'S1451417504.905128,VS0,VE0',
28908npm verb headers vary: 'Accept',
28909npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28910npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28911npm verb headers connection: 'keep-alive' }
28912npm verb get saving object-component to /root/.npm/registry.npmjs.org/object-component/.cache.json
28913npm http 200 http://registry.npmjs.org/parseuri
28914npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28915npm verb headers etag: '"5706K797GRKZN22PW92FLL2DK"',
28916npm verb headers 'content-type': 'application/json',
28917npm verb headers 'cache-control': 'max-age=300',
28918npm verb headers 'content-length': '3512',
28919npm verb headers 'accept-ranges': 'bytes',
28920npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28921npm verb headers age: '19',
28922npm verb headers 'x-served-by': 'cache-fra1239-FRA',
28923npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28924npm verb headers 'x-cache-hits': '1',
28925npm verb headers 'x-timer': 'S1451417504.904756,VS0,VE0',
28926npm verb headers vary: 'Accept',
28927npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28928npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28929npm verb headers connection: 'keep-alive' }
28930npm verb get saving parseuri to /root/.npm/registry.npmjs.org/parseuri/.cache.json
28931npm http 200 http://registry.npmjs.org/backo2
28932npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28933npm verb headers etag: '"B16YQ5OPQ3E499Z15YCERDY6W"',
28934npm verb headers 'content-type': 'application/json',
28935npm verb headers 'cache-control': 'max-age=60',
28936npm verb headers 'content-length': '2883',
28937npm verb headers 'accept-ranges': 'bytes',
28938npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
28939npm verb headers age: '45',
28940npm verb headers 'x-served-by': 'cache-fra1225-FRA',
28941npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
28942npm verb headers 'x-cache-hits': '1',
28943npm verb headers 'x-timer': 'S1451417504.906301,VS0,VE0',
28944npm verb headers vary: 'Accept',
28945npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
28946npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
28947npm verb headers connection: 'keep-alive' }
28948npm verb get saving backo2 to /root/.npm/registry.npmjs.org/backo2/.cache.json
28949npm http fetch 200 http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz
28950npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz not in flight; adding
28951npm verb addTmpTarball already have metadata; skipping unpack for has-binary@0.1.6
28952npm verb cache add spec indexof@0.0.1
28953npm verb addNamed "0.0.1" is a plain semver version for indexof
28954npm verb addNameVersion registry:http://registry.npmjs.org/indexof not in flight; fetching
28955npm verb cache add spec to-array@0.1.3
28956npm verb addNamed "0.1.3" is a plain semver version for to-array
28957npm verb addNameVersion registry:http://registry.npmjs.org/to-array not in flight; fetching
28958npm verb cache add spec component-bind@1.0.0
28959npm verb addNamed "1.0.0" is a plain semver version for component-bind
28960npm verb addNameVersion registry:http://registry.npmjs.org/component-bind not in flight; fetching
28961npm verb cache add spec object-component@0.0.3
28962npm verb addNamed "0.0.3" is a plain semver version for object-component
28963npm verb addNameVersion registry:http://registry.npmjs.org/object-component not in flight; fetching
28964npm verb cache add spec parseuri@0.0.2
28965npm verb addNamed "0.0.2" is a plain semver version for parseuri
28966npm verb addNameVersion registry:http://registry.npmjs.org/parseuri not in flight; fetching
28967npm verb cache add spec backo2@1.0.2
28968npm verb addNamed "1.0.2" is a plain semver version for backo2
28969npm verb addNameVersion registry:http://registry.npmjs.org/backo2 not in flight; fetching
28970npm verb get http://registry.npmjs.org/indexof not expired, no request
28971npm verb get http://registry.npmjs.org/to-array not expired, no request
28972npm verb get http://registry.npmjs.org/component-bind not expired, no request
28973npm verb get http://registry.npmjs.org/object-component not expired, no request
28974npm verb get http://registry.npmjs.org/parseuri not expired, no request
28975npm verb get http://registry.npmjs.org/backo2 not expired, no request
28976npm verb addRemoteTarball http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz not in flight; adding
28977npm verb addRemoteTarball [ 'http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz',
28978npm verb addRemoteTarball '82dc336d232b9062179d05ab3293a66059fd435d' ]
28979npm verb addRemoteTarball http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz not in flight; adding
28980npm verb addRemoteTarball [ 'http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz',
28981npm verb addRemoteTarball 'd45dadc6363417f60f28474fea50ecddbb4f4991' ]
28982npm verb addRemoteTarball http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz not in flight; adding
28983npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz',
28984npm verb addRemoteTarball '00c608ab7dcd93897c0009651b1d3a8e1e73bbd1' ]
28985npm verb addRemoteTarball http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz not in flight; adding
28986npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz',
28987npm verb addRemoteTarball 'f0c69aa50efc95b866c186f400a33769cb2f1291' ]
28988npm verb addRemoteTarball http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz not in flight; adding
28989npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz',
28990npm verb addRemoteTarball 'db41878f2d6964718be870b3140973d8093be156' ]
28991npm verb addRemoteTarball http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz not in flight; adding
28992npm verb addRemoteTarball [ 'http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz',
28993npm verb addRemoteTarball '31ab1ac8b129363463e35b3ebb69f4dfcfba7947' ]
28994npm verb afterAdd /root/.npm/has-binary/0.1.6/package/package.json not in flight; writing
28995npm info retry fetch attempt 1 at 19:31:45
28996npm info attempt registry request try #1 at 19:31:45
28997npm http fetch GET http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz
28998npm info retry fetch attempt 1 at 19:31:45
28999npm info attempt registry request try #1 at 19:31:45
29000npm http fetch GET http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz
29001npm info retry fetch attempt 1 at 19:31:45
29002npm info attempt registry request try #1 at 19:31:45
29003npm http fetch GET http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz
29004npm info retry fetch attempt 1 at 19:31:45
29005npm info attempt registry request try #1 at 19:31:45
29006npm http fetch GET http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz
29007npm info retry fetch attempt 1 at 19:31:45
29008npm info attempt registry request try #1 at 19:31:45
29009npm http fetch GET http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz
29010npm info retry fetch attempt 1 at 19:31:45
29011npm info attempt registry request try #1 at 19:31:45
29012npm http fetch GET http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz
29013npm verb afterAdd /root/.npm/has-binary/0.1.6/package/package.json written
29014npm http fetch 200 http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz
29015npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/indexof/-/indexof-0.0.1.tgz not in flight; adding
29016npm verb addTmpTarball already have metadata; skipping unpack for indexof@0.0.1
29017npm verb afterAdd /root/.npm/indexof/0.0.1/package/package.json not in flight; writing
29018npm http 200 http://registry.npmjs.org/engine.io-client
29019npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29020npm verb headers etag: '"BJORYVCA9VAF9YCRBCMDI6FUE"',
29021npm verb headers 'content-type': 'application/json',
29022npm verb headers 'cache-control': 'max-age=300',
29023npm verb headers 'content-length': '128487',
29024npm verb headers 'accept-ranges': 'bytes',
29025npm verb headers date: 'Tue, 29 Dec 2015 19:31:44 GMT',
29026npm verb headers age: '170',
29027npm verb headers 'x-served-by': 'cache-fra1241-FRA',
29028npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29029npm verb headers 'x-cache-hits': '426',
29030npm verb headers 'x-timer': 'S1451417504.905032,VS0,VE0',
29031npm verb headers vary: 'Accept',
29032npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29033npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29034npm verb headers connection: 'keep-alive' }
29035npm verb get saving engine.io-client to /root/.npm/registry.npmjs.org/engine.io-client/.cache.json
29036npm verb afterAdd /root/.npm/indexof/0.0.1/package/package.json written
29037npm http fetch 200 http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz
29038npm http fetch 200 http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz
29039npm http fetch 200 http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz
29040npm http fetch 200 http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz
29041npm http fetch 200 http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz
29042npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/backo2/-/backo2-1.0.2.tgz not in flight; adding
29043npm verb addTmpTarball already have metadata; skipping unpack for backo2@1.0.2
29044npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/to-array/-/to-array-0.1.3.tgz not in flight; adding
29045npm verb addTmpTarball already have metadata; skipping unpack for to-array@0.1.3
29046npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz not in flight; adding
29047npm verb addTmpTarball already have metadata; skipping unpack for parseuri@0.0.2
29048npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/object-component/-/object-component-0.0.3.tgz not in flight; adding
29049npm verb addTmpTarball already have metadata; skipping unpack for object-component@0.0.3
29050npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz not in flight; adding
29051npm verb addTmpTarball already have metadata; skipping unpack for component-bind@1.0.0
29052npm verb cache add spec engine.io-client@1.5.1
29053npm verb addNamed "1.5.1" is a plain semver version for engine.io-client
29054npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-client not in flight; fetching
29055npm verb get http://registry.npmjs.org/engine.io-client not expired, no request
29056npm verb addRemoteTarball http://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.1.tgz not in flight; adding
29057npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.1.tgz',
29058npm verb addRemoteTarball 'ecd0026d90b065169b9885960183f3d56b8da18e' ]
29059npm verb afterAdd /root/.npm/to-array/0.1.3/package/package.json not in flight; writing
29060npm verb afterAdd /root/.npm/parseuri/0.0.2/package/package.json not in flight; writing
29061npm verb afterAdd /root/.npm/backo2/1.0.2/package/package.json not in flight; writing
29062npm verb afterAdd /root/.npm/object-component/0.0.3/package/package.json not in flight; writing
29063npm info retry fetch attempt 1 at 19:31:45
29064npm info attempt registry request try #1 at 19:31:45
29065npm http fetch GET http://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.1.tgz
29066npm verb afterAdd /root/.npm/component-bind/1.0.0/package/package.json not in flight; writing
29067npm verb afterAdd /root/.npm/to-array/0.1.3/package/package.json written
29068npm verb afterAdd /root/.npm/parseuri/0.0.2/package/package.json written
29069npm verb afterAdd /root/.npm/backo2/1.0.2/package/package.json written
29070npm verb afterAdd /root/.npm/object-component/0.0.3/package/package.json written
29071npm verb afterAdd /root/.npm/component-bind/1.0.0/package/package.json written
29072npm http fetch 200 http://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.1.tgz
29073npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.1.tgz not in flight; adding
29074npm verb addTmpTarball already have metadata; skipping unpack for engine.io-client@1.5.1
29075npm verb afterAdd /root/.npm/engine.io-client/1.5.1/package/package.json not in flight; writing
29076npm verb afterAdd /root/.npm/engine.io-client/1.5.1/package/package.json written
29077npm verb cache add spec ws@0.4.31
29078npm verb cache add spec parseuri@0.0.4
29079npm verb addNamed "0.4.31" is a plain semver version for ws
29080npm verb addNameVersion registry:http://registry.npmjs.org/ws not in flight; fetching
29081npm verb addNamed "0.0.4" is a plain semver version for parseuri
29082npm verb addNameVersion registry:http://registry.npmjs.org/parseuri not in flight; fetching
29083npm verb cache add spec xmlhttprequest@https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz
29084npm verb request uri http://registry.npmjs.org/has-cors
29085npm verb request no auth needed
29086npm info attempt registry request try #1 at 19:31:45
29087npm http request GET http://registry.npmjs.org/has-cors
29088npm verb request uri http://registry.npmjs.org/parsejson
29089npm verb request no auth needed
29090npm info attempt registry request try #1 at 19:31:45
29091npm http request GET http://registry.npmjs.org/parsejson
29092npm verb request uri http://registry.npmjs.org/parseqs
29093npm verb request no auth needed
29094npm info attempt registry request try #1 at 19:31:45
29095npm http request GET http://registry.npmjs.org/parseqs
29096npm verb request uri http://registry.npmjs.org/component-inherit
29097npm verb request no auth needed
29098npm info attempt registry request try #1 at 19:31:45
29099npm http request GET http://registry.npmjs.org/component-inherit
29100npm verb addRemoteTarball https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz not in flight; adding
29101npm verb addRemoteTarball [ 'https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz',
29102npm verb addRemoteTarball null ]
29103npm verb get http://registry.npmjs.org/ws not expired, no request
29104npm verb get http://registry.npmjs.org/parseuri not expired, no request
29105npm verb addRemoteTarball http://registry.npmjs.org/ws/-/ws-0.4.31.tgz not in flight; adding
29106npm verb addRemoteTarball [ 'http://registry.npmjs.org/ws/-/ws-0.4.31.tgz',
29107npm verb addRemoteTarball '5a4849e7a9ccd1ed5a81aeb4847c9fedf3122927' ]
29108npm verb addRemoteTarball http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz not in flight; adding
29109npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz',
29110npm verb addRemoteTarball '806582a39887e1ea18dd5e2fe0e01902268e9350' ]
29111npm info retry fetch attempt 1 at 19:31:45
29112npm info attempt registry request try #1 at 19:31:45
29113npm http fetch GET http://registry.npmjs.org/ws/-/ws-0.4.31.tgz
29114npm info retry fetch attempt 1 at 19:31:45
29115npm info attempt registry request try #1 at 19:31:45
29116npm http fetch GET http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz
29117npm info retry fetch attempt 1 at 19:31:45
29118npm info attempt registry request try #1 at 19:31:45
29119npm http fetch GET https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz
29120npm http 200 http://registry.npmjs.org/has-cors
29121npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29122npm verb headers etag: '"E1BLQOU6LPC4SFNAUMVIW8NPJ"',
29123npm verb headers 'content-type': 'application/json',
29124npm verb headers 'cache-control': 'max-age=300',
29125npm verb headers 'content-length': '3294',
29126npm verb headers 'accept-ranges': 'bytes',
29127npm verb headers date: 'Tue, 29 Dec 2015 19:31:45 GMT',
29128npm verb headers age: '165',
29129npm verb headers 'x-served-by': 'cache-fra1220-FRA',
29130npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29131npm verb headers 'x-cache-hits': '2',
29132npm verb headers 'x-timer': 'S1451417505.349237,VS0,VE0',
29133npm verb headers vary: 'Accept',
29134npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29135npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29136npm verb headers connection: 'keep-alive' }
29137npm verb get saving has-cors to /root/.npm/registry.npmjs.org/has-cors/.cache.json
29138npm http 200 http://registry.npmjs.org/parseqs
29139npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29140npm verb headers etag: '"BRGJMXWS57TIDT46EPH3BGEO"',
29141npm verb headers 'content-type': 'application/json',
29142npm verb headers 'cache-control': 'max-age=300',
29143npm verb headers 'content-length': '2660',
29144npm verb headers 'accept-ranges': 'bytes',
29145npm verb headers date: 'Tue, 29 Dec 2015 19:31:45 GMT',
29146npm verb headers age: '165',
29147npm verb headers 'x-served-by': 'cache-fra1231-FRA',
29148npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29149npm verb headers 'x-cache-hits': '2',
29150npm verb headers 'x-timer': 'S1451417505.349500,VS0,VE0',
29151npm verb headers vary: 'Accept',
29152npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29153npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29154npm verb headers connection: 'keep-alive' }
29155npm verb get saving parseqs to /root/.npm/registry.npmjs.org/parseqs/.cache.json
29156npm http 200 http://registry.npmjs.org/component-inherit
29157npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29158npm verb headers etag: '"CAH0O4D5KIZYR0H50AXWO2GQZ"',
29159npm verb headers 'content-type': 'application/json',
29160npm verb headers 'cache-control': 'max-age=60',
29161npm verb headers 'content-length': '1447',
29162npm verb headers 'accept-ranges': 'bytes',
29163npm verb headers date: 'Tue, 29 Dec 2015 19:31:45 GMT',
29164npm verb headers age: '31',
29165npm verb headers 'x-served-by': 'cache-fra1239-FRA',
29166npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29167npm verb headers 'x-cache-hits': '1',
29168npm verb headers 'x-timer': 'S1451417505.349326,VS0,VE0',
29169npm verb headers vary: 'Accept',
29170npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29171npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29172npm verb headers connection: 'keep-alive' }
29173npm verb get saving component-inherit to /root/.npm/registry.npmjs.org/component-inherit/.cache.json
29174npm http 200 http://registry.npmjs.org/parsejson
29175npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29176npm verb headers etag: '"2W7WPG4SN5C1NRTVX4V76IQBW"',
29177npm verb headers 'content-type': 'application/json',
29178npm verb headers 'cache-control': 'max-age=60',
29179npm verb headers 'content-length': '2000',
29180npm verb headers 'accept-ranges': 'bytes',
29181npm verb headers date: 'Tue, 29 Dec 2015 19:31:45 GMT',
29182npm verb headers age: '30',
29183npm verb headers 'x-served-by': 'cache-fra1238-FRA',
29184npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29185npm verb headers 'x-cache-hits': '1',
29186npm verb headers 'x-timer': 'S1451417505.349475,VS0,VE0',
29187npm verb headers vary: 'Accept',
29188npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29189npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29190npm verb headers connection: 'keep-alive' }
29191npm verb get saving parsejson to /root/.npm/registry.npmjs.org/parsejson/.cache.json
29192npm http fetch 200 http://registry.npmjs.org/ws/-/ws-0.4.31.tgz
29193npm http fetch 200 http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz
29194npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz not in flight; adding
29195npm verb addTmpTarball already have metadata; skipping unpack for parseuri@0.0.4
29196npm verb cache add spec has-cors@1.0.3
29197npm verb addNamed "1.0.3" is a plain semver version for has-cors
29198npm verb addNameVersion registry:http://registry.npmjs.org/has-cors not in flight; fetching
29199npm verb cache add spec parseqs@0.0.2
29200npm verb addNamed "0.0.2" is a plain semver version for parseqs
29201npm verb addNameVersion registry:http://registry.npmjs.org/parseqs not in flight; fetching
29202npm verb cache add spec component-inherit@0.0.3
29203npm verb addNamed "0.0.3" is a plain semver version for component-inherit
29204npm verb addNameVersion registry:http://registry.npmjs.org/component-inherit not in flight; fetching
29205npm verb cache add spec parsejson@0.0.1
29206npm verb addNamed "0.0.1" is a plain semver version for parsejson
29207npm verb addNameVersion registry:http://registry.npmjs.org/parsejson not in flight; fetching
29208npm verb get http://registry.npmjs.org/has-cors not expired, no request
29209npm verb get http://registry.npmjs.org/parseqs not expired, no request
29210npm verb get http://registry.npmjs.org/component-inherit not expired, no request
29211npm verb addRemoteTarball http://registry.npmjs.org/has-cors/-/has-cors-1.0.3.tgz not in flight; adding
29212npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-cors/-/has-cors-1.0.3.tgz',
29213npm verb addRemoteTarball '502acb9b3104dac33dd2630eaf2f888b0baf4cb3' ]
29214npm verb get http://registry.npmjs.org/parsejson not expired, no request
29215npm verb addRemoteTarball http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz not in flight; adding
29216npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz',
29217npm verb addRemoteTarball '9dfe70b2cddac388bde4f35b1f240fa58adbe6c7' ]
29218npm verb afterAdd /root/.npm/parseuri/0.0.4/package/package.json not in flight; writing
29219npm verb addRemoteTarball http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz not in flight; adding
29220npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz',
29221npm verb addRemoteTarball '645fc4adf58b72b649d5cae65135619db26ff143' ]
29222npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ws/-/ws-0.4.31.tgz not in flight; adding
29223npm verb addTmpTarball already have metadata; skipping unpack for ws@0.4.31
29224npm verb addRemoteTarball http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz not in flight; adding
29225npm verb addRemoteTarball [ 'http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz',
29226npm verb addRemoteTarball '9b10c6c0d825ab589e685153826de0a3ba278bcc' ]
29227npm info retry fetch attempt 1 at 19:31:45
29228npm info attempt registry request try #1 at 19:31:45
29229npm http fetch GET http://registry.npmjs.org/has-cors/-/has-cors-1.0.3.tgz
29230npm info retry fetch attempt 1 at 19:31:45
29231npm info attempt registry request try #1 at 19:31:45
29232npm http fetch GET http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz
29233npm info retry fetch attempt 1 at 19:31:45
29234npm info attempt registry request try #1 at 19:31:45
29235npm http fetch GET http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz
29236npm info retry fetch attempt 1 at 19:31:45
29237npm info attempt registry request try #1 at 19:31:45
29238npm http fetch GET http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz
29239npm verb afterAdd /root/.npm/parseuri/0.0.4/package/package.json written
29240npm verb afterAdd /root/.npm/ws/0.4.31/package/package.json not in flight; writing
29241npm verb afterAdd /root/.npm/ws/0.4.31/package/package.json written
29242npm http fetch 200 http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz
29243npm http fetch 200 http://registry.npmjs.org/has-cors/-/has-cors-1.0.3.tgz
29244npm http fetch 200 http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz
29245npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz not in flight; adding
29246npm verb addTmpTarball already have metadata; skipping unpack for parseqs@0.0.2
29247npm http fetch 200 http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz
29248npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/has-cors/-/has-cors-1.0.3.tgz not in flight; adding
29249npm verb addTmpTarball already have metadata; skipping unpack for has-cors@1.0.3
29250npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz not in flight; adding
29251npm verb addTmpTarball already have metadata; skipping unpack for component-inherit@0.0.3
29252npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz not in flight; adding
29253npm verb addTmpTarball already have metadata; skipping unpack for parsejson@0.0.1
29254npm verb afterAdd /root/.npm/parseqs/0.0.2/package/package.json not in flight; writing
29255npm verb afterAdd /root/.npm/has-cors/1.0.3/package/package.json not in flight; writing
29256npm verb afterAdd /root/.npm/parseqs/0.0.2/package/package.json written
29257npm verb afterAdd /root/.npm/component-inherit/0.0.3/package/package.json not in flight; writing
29258npm verb afterAdd /root/.npm/has-cors/1.0.3/package/package.json written
29259npm verb afterAdd /root/.npm/parsejson/0.0.1/package/package.json not in flight; writing
29260npm verb afterAdd /root/.npm/component-inherit/0.0.3/package/package.json written
29261npm verb afterAdd /root/.npm/parsejson/0.0.1/package/package.json written
29262npm http fetch 200 https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz
29263npm verb addTmpTarball /tmp/npm-5-82f437ae/github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz not in flight; adding
29264npm verb addTmpTarball validating metadata from /tmp/npm-5-82f437ae/github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz
29265npm verb tar unpack /tmp/npm-5-82f437ae/github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz
29266npm verb tar unpacking to /tmp/npm-5-82f437ae/unpack-7eb4226f
29267npm verb gentlyRm don't care about contents; nuking /tmp/npm-5-82f437ae/unpack-7eb4226f
29268npm verb afterAdd /root/.npm/xmlhttprequest/1.5.0/package/package.json not in flight; writing
29269npm verb afterAdd /root/.npm/xmlhttprequest/1.5.0/package/package.json written
29270npm verb cache add spec global@https://github.com/component/global/archive/v2.0.1.tar.gz
29271npm verb addRemoteTarball https://github.com/component/global/archive/v2.0.1.tar.gz not in flight; adding
29272npm verb addRemoteTarball [ 'https://github.com/component/global/archive/v2.0.1.tar.gz',
29273npm verb addRemoteTarball null ]
29274npm info retry fetch attempt 1 at 19:31:46
29275npm info attempt registry request try #1 at 19:31:46
29276npm http fetch GET https://github.com/component/global/archive/v2.0.1.tar.gz
29277npm http fetch 200 https://github.com/component/global/archive/v2.0.1.tar.gz
29278npm verb addTmpTarball /tmp/npm-5-82f437ae/github.com/component/global/archive/v2.0.1.tar.gz not in flight; adding
29279npm verb addTmpTarball validating metadata from /tmp/npm-5-82f437ae/github.com/component/global/archive/v2.0.1.tar.gz
29280npm verb tar unpack /tmp/npm-5-82f437ae/github.com/component/global/archive/v2.0.1.tar.gz
29281npm verb tar unpacking to /tmp/npm-5-82f437ae/unpack-1a1f9f74
29282npm verb gentlyRm don't care about contents; nuking /tmp/npm-5-82f437ae/unpack-1a1f9f74
29283npm verb afterAdd /root/.npm/global/2.0.1/package/package.json not in flight; writing
29284npm verb afterAdd /root/.npm/global/2.0.1/package/package.json written
29285npm verb request uri http://registry.npmjs.org/better-assert
29286npm verb request no auth needed
29287npm info attempt registry request try #1 at 19:31:47
29288npm http request GET http://registry.npmjs.org/better-assert
29289npm http 200 http://registry.npmjs.org/better-assert
29290npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29291npm verb headers etag: '"5I041PX4XSOVLOARDHLC1A603"',
29292npm verb headers 'content-type': 'application/json',
29293npm verb headers 'cache-control': 'max-age=60',
29294npm verb headers 'content-length': '7489',
29295npm verb headers 'accept-ranges': 'bytes',
29296npm verb headers date: 'Tue, 29 Dec 2015 19:31:47 GMT',
29297npm verb headers age: '48',
29298npm verb headers 'x-served-by': 'cache-fra1239-FRA',
29299npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29300npm verb headers 'x-cache-hits': '1',
29301npm verb headers 'x-timer': 'S1451417507.813189,VS0,VE0',
29302npm verb headers vary: 'Accept',
29303npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29304npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29305npm verb headers connection: 'keep-alive' }
29306npm verb get saving better-assert to /root/.npm/registry.npmjs.org/better-assert/.cache.json
29307npm verb cache add spec better-assert@~1.0.0
29308npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for better-assert
29309npm verb addNameRange registry:http://registry.npmjs.org/better-assert not in flight; fetching
29310npm verb get http://registry.npmjs.org/better-assert not expired, no request
29311npm verb addNamed "1.0.2" is a plain semver version for better-assert
29312npm verb addRemoteTarball http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz not in flight; adding
29313npm verb addRemoteTarball [ 'http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz',
29314npm verb addRemoteTarball '40866b9e1b9e0b55b481894311e68faffaebc522' ]
29315npm info retry fetch attempt 1 at 19:31:47
29316npm info attempt registry request try #1 at 19:31:47
29317npm http fetch GET http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz
29318npm http fetch 200 http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz
29319npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz not in flight; adding
29320npm verb addTmpTarball already have metadata; skipping unpack for better-assert@1.0.2
29321npm verb afterAdd /root/.npm/better-assert/1.0.2/package/package.json not in flight; writing
29322npm verb afterAdd /root/.npm/better-assert/1.0.2/package/package.json written
29323npm verb request uri http://registry.npmjs.org/callsite
29324npm verb request no auth needed
29325npm info attempt registry request try #1 at 19:31:47
29326npm http request GET http://registry.npmjs.org/callsite
29327npm http 200 http://registry.npmjs.org/callsite
29328npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29329npm verb headers etag: '"9F5WFLLEGVJLVN0BHCI2K45EN"',
29330npm verb headers 'content-type': 'application/json',
29331npm verb headers 'cache-control': 'max-age=300',
29332npm verb headers 'content-length': '3360',
29333npm verb headers 'accept-ranges': 'bytes',
29334npm verb headers date: 'Tue, 29 Dec 2015 19:31:47 GMT',
29335npm verb headers age: '162',
29336npm verb headers 'x-served-by': 'cache-fra1239-FRA',
29337npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29338npm verb headers 'x-cache-hits': '1',
29339npm verb headers 'x-timer': 'S1451417507.901967,VS0,VE0',
29340npm verb headers vary: 'Accept',
29341npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29342npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29343npm verb headers connection: 'keep-alive' }
29344npm verb get saving callsite to /root/.npm/registry.npmjs.org/callsite/.cache.json
29345npm verb cache add spec callsite@1.0.0
29346npm verb addNamed "1.0.0" is a plain semver version for callsite
29347npm verb addNameVersion registry:http://registry.npmjs.org/callsite not in flight; fetching
29348npm verb get http://registry.npmjs.org/callsite not expired, no request
29349npm verb addRemoteTarball http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz not in flight; adding
29350npm verb addRemoteTarball [ 'http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz',
29351npm verb addRemoteTarball '280398e5d664bd74038b6f0905153e6e8af1bc20' ]
29352npm info retry fetch attempt 1 at 19:31:47
29353npm info attempt registry request try #1 at 19:31:47
29354npm http fetch GET http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz
29355npm http fetch 200 http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz
29356npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/callsite/-/callsite-1.0.0.tgz not in flight; adding
29357npm verb addTmpTarball already have metadata; skipping unpack for callsite@1.0.0
29358npm verb afterAdd /root/.npm/callsite/1.0.0/package/package.json not in flight; writing
29359npm verb afterAdd /root/.npm/callsite/1.0.0/package/package.json written
29360npm verb cache add spec commander@~0.6.1
29361npm verb cache add spec nan@~0.3.0
29362npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for commander
29363npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
29364npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for nan
29365npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
29366npm verb request uri http://registry.npmjs.org/tinycolor
29367npm verb request no auth needed
29368npm info attempt registry request try #1 at 19:31:48
29369npm http request GET http://registry.npmjs.org/tinycolor
29370npm verb get http://registry.npmjs.org/commander not expired, no request
29371npm verb addNamed "0.6.1" is a plain semver version for commander
29372npm verb get http://registry.npmjs.org/nan not expired, no request
29373npm verb addNamed "0.3.2" is a plain semver version for nan
29374npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-0.6.1.tgz not in flight; adding
29375npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-0.6.1.tgz',
29376npm verb addRemoteTarball 'fa68a14f6a945d54dbbe50d8cdb3320e9e3b1a06' ]
29377npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-0.3.2.tgz not in flight; adding
29378npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-0.3.2.tgz',
29379npm verb addRemoteTarball '0df1935cab15369075ef160ad2894107aa14dc2d' ]
29380npm info retry fetch attempt 1 at 19:31:48
29381npm info attempt registry request try #1 at 19:31:48
29382npm http fetch GET http://registry.npmjs.org/commander/-/commander-0.6.1.tgz
29383npm info retry fetch attempt 1 at 19:31:48
29384npm info attempt registry request try #1 at 19:31:48
29385npm http fetch GET http://registry.npmjs.org/nan/-/nan-0.3.2.tgz
29386npm http fetch 200 http://registry.npmjs.org/commander/-/commander-0.6.1.tgz
29387npm http fetch 200 http://registry.npmjs.org/nan/-/nan-0.3.2.tgz
29388npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nan/-/nan-0.3.2.tgz not in flight; adding
29389npm verb addTmpTarball already have metadata; skipping unpack for nan@0.3.2
29390npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/commander/-/commander-0.6.1.tgz not in flight; adding
29391npm verb addTmpTarball already have metadata; skipping unpack for commander@0.6.1
29392npm verb afterAdd /root/.npm/nan/0.3.2/package/package.json not in flight; writing
29393npm verb afterAdd /root/.npm/commander/0.6.1/package/package.json not in flight; writing
29394npm verb afterAdd /root/.npm/nan/0.3.2/package/package.json written
29395npm verb afterAdd /root/.npm/commander/0.6.1/package/package.json written
29396npm http 200 http://registry.npmjs.org/tinycolor
29397npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29398npm verb headers etag: '"7Q55AK0YV957DH6ZT14LNQOJW"',
29399npm verb headers 'content-type': 'application/json',
29400npm verb headers 'cache-control': 'max-age=60',
29401npm verb headers 'content-length': '1431',
29402npm verb headers 'accept-ranges': 'bytes',
29403npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29404npm verb headers age: '0',
29405npm verb headers 'x-served-by': 'cache-fra1239-FRA',
29406npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29407npm verb headers 'x-cache-hits': '1',
29408npm verb headers 'x-timer': 'S1451417508.055329,VS0,VE964',
29409npm verb headers vary: 'Accept',
29410npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29411npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29412npm verb headers connection: 'keep-alive' }
29413npm verb get saving tinycolor to /root/.npm/registry.npmjs.org/tinycolor/.cache.json
29414npm verb cache add spec tinycolor@0.x
29415npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for tinycolor
29416npm verb addNameRange registry:http://registry.npmjs.org/tinycolor not in flight; fetching
29417npm verb get http://registry.npmjs.org/tinycolor not expired, no request
29418npm verb addNamed "0.0.1" is a plain semver version for tinycolor
29419npm verb addRemoteTarball http://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz not in flight; adding
29420npm verb addRemoteTarball [ 'http://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz',
29421npm verb addRemoteTarball '320b5a52d83abb5978d81a3e887d4aefb15a6164' ]
29422npm info retry fetch attempt 1 at 19:31:49
29423npm info attempt registry request try #1 at 19:31:49
29424npm http fetch GET http://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz
29425npm http fetch 200 http://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz
29426npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz not in flight; adding
29427npm verb addTmpTarball already have metadata; skipping unpack for tinycolor@0.0.1
29428npm verb afterAdd /root/.npm/tinycolor/0.0.1/package/package.json not in flight; writing
29429npm verb afterAdd /root/.npm/tinycolor/0.0.1/package/package.json written
29430npm verb cache add spec debug@0.7.4
29431npm verb addNamed "0.7.4" is a plain semver version for debug
29432npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
29433npm verb get http://registry.npmjs.org/debug not expired, no request
29434npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
29435npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
29436npm verb cache add spec xtend@~2.1.2
29437npm verb addNamed ">=2.1.2 <2.2.0" is a valid semver range for xtend
29438npm verb addNameRange registry:http://registry.npmjs.org/xtend not in flight; fetching
29439npm verb get http://registry.npmjs.org/xtend not expired, no request
29440npm verb addNamed "2.1.2" is a plain semver version for xtend
29441npm verb addRemoteTarball http://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz not in flight; adding
29442npm verb addRemoteTarball [ 'http://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz',
29443npm verb addRemoteTarball '6efecc2a4dad8e6962c4901b337ce7ba87b5d28b' ]
29444npm info retry fetch attempt 1 at 19:31:49
29445npm info attempt registry request try #1 at 19:31:49
29446npm http fetch GET http://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz
29447npm http fetch 200 http://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz
29448npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/xtend/-/xtend-2.1.2.tgz not in flight; adding
29449npm verb addTmpTarball already have metadata; skipping unpack for xtend@2.1.2
29450npm verb afterAdd /root/.npm/xtend/2.1.2/package/package.json not in flight; writing
29451npm verb afterAdd /root/.npm/xtend/2.1.2/package/package.json written
29452npm verb cache add spec object-keys@~0.4.0
29453npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for object-keys
29454npm verb addNameRange registry:http://registry.npmjs.org/object-keys not in flight; fetching
29455npm verb get http://registry.npmjs.org/object-keys not expired, no request
29456npm verb addNamed "0.4.0" is a plain semver version for object-keys
29457npm verb addRemoteTarball http://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz not in flight; adding
29458npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz',
29459npm verb addRemoteTarball '28a6aae7428dd2c3a92f3d95f21335dd204e0336' ]
29460npm info retry fetch attempt 1 at 19:31:49
29461npm info attempt registry request try #1 at 19:31:49
29462npm http fetch GET http://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz
29463npm http fetch 200 http://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz
29464npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz not in flight; adding
29465npm verb addTmpTarball already have metadata; skipping unpack for object-keys@0.4.0
29466npm verb afterAdd /root/.npm/object-keys/0.4.0/package/package.json not in flight; writing
29467npm verb afterAdd /root/.npm/object-keys/0.4.0/package/package.json written
29468npm verb cache add spec grunt-build-control@github:daftmonk/grunt-build-control
29469npm verb request uri http://registry.npmjs.org/grunt
29470npm verb request no auth needed
29471npm info attempt registry request try #1 at 19:31:49
29472npm http request GET http://registry.npmjs.org/grunt
29473npm verb request uri http://registry.npmjs.org/grunt-autoprefixer
29474npm verb request no auth needed
29475npm info attempt registry request try #1 at 19:31:49
29476npm http request GET http://registry.npmjs.org/grunt-autoprefixer
29477npm verb request uri http://registry.npmjs.org/grunt-wiredep
29478npm verb request no auth needed
29479npm info attempt registry request try #1 at 19:31:49
29480npm http request GET http://registry.npmjs.org/grunt-wiredep
29481npm verb request uri http://registry.npmjs.org/grunt-concurrent
29482npm verb request no auth needed
29483npm info attempt registry request try #1 at 19:31:49
29484npm http request GET http://registry.npmjs.org/grunt-concurrent
29485npm verb request uri http://registry.npmjs.org/grunt-contrib-clean
29486npm verb request no auth needed
29487npm info attempt registry request try #1 at 19:31:49
29488npm http request GET http://registry.npmjs.org/grunt-contrib-clean
29489npm verb request uri http://registry.npmjs.org/grunt-contrib-concat
29490npm verb request no auth needed
29491npm info attempt registry request try #1 at 19:31:49
29492npm http request GET http://registry.npmjs.org/grunt-contrib-concat
29493npm verb request uri http://registry.npmjs.org/grunt-contrib-copy
29494npm verb request no auth needed
29495npm info attempt registry request try #1 at 19:31:49
29496npm http request GET http://registry.npmjs.org/grunt-contrib-copy
29497npm verb request uri http://registry.npmjs.org/grunt-contrib-cssmin
29498npm verb request no auth needed
29499npm info attempt registry request try #1 at 19:31:49
29500npm http request GET http://registry.npmjs.org/grunt-contrib-cssmin
29501npm verb request uri http://registry.npmjs.org/grunt-contrib-htmlmin
29502npm verb request no auth needed
29503npm info attempt registry request try #1 at 19:31:49
29504npm http request GET http://registry.npmjs.org/grunt-contrib-htmlmin
29505npm verb request uri http://registry.npmjs.org/grunt-contrib-imagemin
29506npm verb request no auth needed
29507npm info attempt registry request try #1 at 19:31:49
29508npm http request GET http://registry.npmjs.org/grunt-contrib-imagemin
29509npm verb request uri http://registry.npmjs.org/grunt-contrib-jshint
29510npm verb request no auth needed
29511npm info attempt registry request try #1 at 19:31:49
29512npm http request GET http://registry.npmjs.org/grunt-contrib-jshint
29513npm verb request uri http://registry.npmjs.org/grunt-contrib-uglify
29514npm verb request no auth needed
29515npm info attempt registry request try #1 at 19:31:49
29516npm http request GET http://registry.npmjs.org/grunt-contrib-uglify
29517npm verb request uri http://registry.npmjs.org/grunt-contrib-watch
29518npm verb request no auth needed
29519npm info attempt registry request try #1 at 19:31:49
29520npm http request GET http://registry.npmjs.org/grunt-contrib-watch
29521npm verb request uri http://registry.npmjs.org/grunt-contrib-jade
29522npm verb request no auth needed
29523npm info attempt registry request try #1 at 19:31:49
29524npm http request GET http://registry.npmjs.org/grunt-contrib-jade
29525npm verb request uri http://registry.npmjs.org/grunt-google-cdn
29526npm verb request no auth needed
29527npm info attempt registry request try #1 at 19:31:49
29528npm http request GET http://registry.npmjs.org/grunt-google-cdn
29529npm verb request uri http://registry.npmjs.org/grunt-newer
29530npm verb request no auth needed
29531npm info attempt registry request try #1 at 19:31:49
29532npm http request GET http://registry.npmjs.org/grunt-newer
29533npm verb request uri http://registry.npmjs.org/grunt-ng-annotate
29534npm verb request no auth needed
29535npm info attempt registry request try #1 at 19:31:49
29536npm http request GET http://registry.npmjs.org/grunt-ng-annotate
29537npm verb request uri http://registry.npmjs.org/grunt-filerev
29538npm verb request no auth needed
29539npm info attempt registry request try #1 at 19:31:49
29540npm http request GET http://registry.npmjs.org/grunt-filerev
29541npm verb request uri http://registry.npmjs.org/grunt-svgmin
29542npm verb request no auth needed
29543npm info attempt registry request try #1 at 19:31:49
29544npm http request GET http://registry.npmjs.org/grunt-svgmin
29545npm verb request uri http://registry.npmjs.org/grunt-usemin
29546npm verb request no auth needed
29547npm info attempt registry request try #1 at 19:31:49
29548npm http request GET http://registry.npmjs.org/grunt-usemin
29549npm verb request uri http://registry.npmjs.org/grunt-env
29550npm verb request no auth needed
29551npm info attempt registry request try #1 at 19:31:49
29552npm http request GET http://registry.npmjs.org/grunt-env
29553npm verb request uri http://registry.npmjs.org/grunt-node-inspector
29554npm verb request no auth needed
29555npm info attempt registry request try #1 at 19:31:49
29556npm http request GET http://registry.npmjs.org/grunt-node-inspector
29557npm verb request uri http://registry.npmjs.org/grunt-nodemon
29558npm verb request no auth needed
29559npm info attempt registry request try #1 at 19:31:49
29560npm http request GET http://registry.npmjs.org/grunt-nodemon
29561npm verb request uri http://registry.npmjs.org/grunt-angular-templates
29562npm verb request no auth needed
29563npm info attempt registry request try #1 at 19:31:49
29564npm http request GET http://registry.npmjs.org/grunt-angular-templates
29565npm verb request uri http://registry.npmjs.org/grunt-dom-munger
29566npm verb request no auth needed
29567npm info attempt registry request try #1 at 19:31:49
29568npm http request GET http://registry.npmjs.org/grunt-dom-munger
29569npm verb request uri http://registry.npmjs.org/grunt-protractor-runner
29570npm verb request no auth needed
29571npm info attempt registry request try #1 at 19:31:49
29572npm http request GET http://registry.npmjs.org/grunt-protractor-runner
29573npm verb request uri http://registry.npmjs.org/grunt-asset-injector
29574npm verb request no auth needed
29575npm info attempt registry request try #1 at 19:31:49
29576npm http request GET http://registry.npmjs.org/grunt-asset-injector
29577npm verb request uri http://registry.npmjs.org/grunt-karma
29578npm verb request no auth needed
29579npm info attempt registry request try #1 at 19:31:49
29580npm http request GET http://registry.npmjs.org/grunt-karma
29581npm verb request uri http://registry.npmjs.org/grunt-mocha-test
29582npm verb request no auth needed
29583npm info attempt registry request try #1 at 19:31:49
29584npm http request GET http://registry.npmjs.org/grunt-mocha-test
29585npm verb request uri http://registry.npmjs.org/jit-grunt
29586npm verb request no auth needed
29587npm info attempt registry request try #1 at 19:31:49
29588npm http request GET http://registry.npmjs.org/jit-grunt
29589npm verb request uri http://registry.npmjs.org/time-grunt
29590npm verb request no auth needed
29591npm info attempt registry request try #1 at 19:31:49
29592npm http request GET http://registry.npmjs.org/time-grunt
29593npm verb request uri http://registry.npmjs.org/grunt-express-server
29594npm verb request no auth needed
29595npm info attempt registry request try #1 at 19:31:49
29596npm http request GET http://registry.npmjs.org/grunt-express-server
29597npm verb request uri http://registry.npmjs.org/grunt-open
29598npm verb request no auth needed
29599npm info attempt registry request try #1 at 19:31:49
29600npm http request GET http://registry.npmjs.org/grunt-open
29601npm verb request uri http://registry.npmjs.org/open
29602npm verb request no auth needed
29603npm info attempt registry request try #1 at 19:31:49
29604npm http request GET http://registry.npmjs.org/open
29605npm verb request uri http://registry.npmjs.org/jshint-stylish
29606npm verb request no auth needed
29607npm info attempt registry request try #1 at 19:31:49
29608npm http request GET http://registry.npmjs.org/jshint-stylish
29609npm verb request uri http://registry.npmjs.org/connect-livereload
29610npm verb request no auth needed
29611npm info attempt registry request try #1 at 19:31:49
29612npm http request GET http://registry.npmjs.org/connect-livereload
29613npm verb request uri http://registry.npmjs.org/karma-ng-scenario
29614npm verb request no auth needed
29615npm info attempt registry request try #1 at 19:31:49
29616npm http request GET http://registry.npmjs.org/karma-ng-scenario
29617npm verb request uri http://registry.npmjs.org/karma-firefox-launcher
29618npm verb request no auth needed
29619npm info attempt registry request try #1 at 19:31:49
29620npm http request GET http://registry.npmjs.org/karma-firefox-launcher
29621npm verb request uri http://registry.npmjs.org/karma-script-launcher
29622npm verb request no auth needed
29623npm info attempt registry request try #1 at 19:31:49
29624npm http request GET http://registry.npmjs.org/karma-script-launcher
29625npm verb request uri http://registry.npmjs.org/karma-html2js-preprocessor
29626npm verb request no auth needed
29627npm info attempt registry request try #1 at 19:31:49
29628npm http request GET http://registry.npmjs.org/karma-html2js-preprocessor
29629npm verb request uri http://registry.npmjs.org/karma-ng-jade2js-preprocessor
29630npm verb request no auth needed
29631npm info attempt registry request try #1 at 19:31:49
29632npm http request GET http://registry.npmjs.org/karma-ng-jade2js-preprocessor
29633npm verb request uri http://registry.npmjs.org/karma-jasmine
29634npm verb request no auth needed
29635npm info attempt registry request try #1 at 19:31:49
29636npm http request GET http://registry.npmjs.org/karma-jasmine
29637npm verb request uri http://registry.npmjs.org/karma-chrome-launcher
29638npm verb request no auth needed
29639npm info attempt registry request try #1 at 19:31:49
29640npm http request GET http://registry.npmjs.org/karma-chrome-launcher
29641npm verb request uri http://registry.npmjs.org/requirejs
29642npm verb request no auth needed
29643npm info attempt registry request try #1 at 19:31:49
29644npm http request GET http://registry.npmjs.org/requirejs
29645npm verb request uri http://registry.npmjs.org/karma-requirejs
29646npm verb request no auth needed
29647npm info attempt registry request try #1 at 19:31:49
29648npm http request GET http://registry.npmjs.org/karma-requirejs
29649npm verb request uri http://registry.npmjs.org/karma-coffee-preprocessor
29650npm verb request no auth needed
29651npm info attempt registry request try #1 at 19:31:49
29652npm http request GET http://registry.npmjs.org/karma-coffee-preprocessor
29653npm verb request uri http://registry.npmjs.org/karma-jade-preprocessor
29654npm verb request no auth needed
29655npm info attempt registry request try #1 at 19:31:49
29656npm http request GET http://registry.npmjs.org/karma-jade-preprocessor
29657npm verb request uri http://registry.npmjs.org/karma-phantomjs-launcher
29658npm verb request no auth needed
29659npm info attempt registry request try #1 at 19:31:49
29660npm http request GET http://registry.npmjs.org/karma-phantomjs-launcher
29661npm verb request uri http://registry.npmjs.org/karma
29662npm verb request no auth needed
29663npm info attempt registry request try #1 at 19:31:49
29664npm http request GET http://registry.npmjs.org/karma
29665npm verb request uri http://registry.npmjs.org/karma-ng-html2js-preprocessor
29666npm verb request no auth needed
29667npm info attempt registry request try #1 at 19:31:49
29668npm http request GET http://registry.npmjs.org/karma-ng-html2js-preprocessor
29669npm verb request uri http://registry.npmjs.org/supertest
29670npm verb request no auth needed
29671npm info attempt registry request try #1 at 19:31:49
29672npm http request GET http://registry.npmjs.org/supertest
29673npm verb request uri http://registry.npmjs.org/should
29674npm verb request no auth needed
29675npm info attempt registry request try #1 at 19:31:49
29676npm http request GET http://registry.npmjs.org/should
29677npm verb addRemoteGit caching github:daftmonk/grunt-build-control
29678npm verb addRemoteGit daftmonk/grunt-build-control is a repository hosted by github
29679npm verb tryClone git-github-com-daftmonk-grunt-build-control-git-71b9b368 not in flight; caching
29680npm verb request uri http://registry.npmjs.org/grunt-contrib-stylus
29681npm verb request no auth needed
29682npm info attempt registry request try #1 at 19:31:49
29683npm http request GET http://registry.npmjs.org/grunt-contrib-stylus
29684npm info git [ 'clone',
29685npm info git '--template=/root/.npm/_git-remotes/_templates',
29686npm info git '--mirror',
29687npm info git 'git://github.com/daftmonk/grunt-build-control.git',
29688npm info git '/root/.npm/_git-remotes/git-github-com-daftmonk-grunt-build-control-git-71b9b368' ]
29689npm http 200 http://registry.npmjs.org/grunt
29690npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29691npm verb headers etag: '"AUJGA3340XLPE30JWF4GGVYKI"',
29692npm verb headers 'content-type': 'application/json',
29693npm verb headers 'cache-control': 'max-age=300',
29694npm verb headers 'content-length': '90953',
29695npm verb headers 'accept-ranges': 'bytes',
29696npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29697npm verb headers age: '57',
29698npm verb headers 'x-served-by': 'cache-fra1239-FRA',
29699npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29700npm verb headers 'x-cache-hits': '1',
29701npm verb headers 'x-timer': 'S1451417509.637050,VS0,VE0',
29702npm verb headers vary: 'Accept',
29703npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29704npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29705npm verb headers connection: 'keep-alive' }
29706npm verb get saving grunt to /root/.npm/registry.npmjs.org/grunt/.cache.json
29707npm http 200 http://registry.npmjs.org/grunt-contrib-clean
29708npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29709npm verb headers etag: '"AVIH9USR8F29KPJ15BJU2TDI4"',
29710npm verb headers 'content-type': 'application/json',
29711npm verb headers 'cache-control': 'max-age=300',
29712npm verb headers 'content-length': '26153',
29713npm verb headers 'accept-ranges': 'bytes',
29714npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29715npm verb headers age: '135',
29716npm verb headers 'x-served-by': 'cache-fra1231-FRA',
29717npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29718npm verb headers 'x-cache-hits': '1',
29719npm verb headers 'x-timer': 'S1451417509.638290,VS0,VE0',
29720npm verb headers vary: 'Accept',
29721npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29722npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29723npm verb headers connection: 'keep-alive' }
29724npm verb get saving grunt-contrib-clean to /root/.npm/registry.npmjs.org/grunt-contrib-clean/.cache.json
29725npm http 200 http://registry.npmjs.org/grunt-concurrent
29726npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29727npm verb headers etag: '"6HAR912EPWACR8YJIK4HEP8N2"',
29728npm verb headers 'content-type': 'application/json',
29729npm verb headers 'cache-control': 'max-age=300',
29730npm verb headers 'content-length': '27493',
29731npm verb headers 'accept-ranges': 'bytes',
29732npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29733npm verb headers age: '179',
29734npm verb headers 'x-served-by': 'cache-fra1241-FRA',
29735npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29736npm verb headers 'x-cache-hits': '1',
29737npm verb headers 'x-timer': 'S1451417509.638331,VS0,VE0',
29738npm verb headers vary: 'Accept',
29739npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29740npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29741npm verb headers connection: 'keep-alive' }
29742npm verb get saving grunt-concurrent to /root/.npm/registry.npmjs.org/grunt-concurrent/.cache.json
29743npm http 200 http://registry.npmjs.org/time-grunt
29744npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29745npm verb headers etag: '"2M6PRXCG0YDO0QNE1X8IZXY9G"',
29746npm verb headers 'content-type': 'application/json',
29747npm verb headers 'cache-control': 'max-age=300',
29748npm verb headers 'content-length': '30915',
29749npm verb headers 'accept-ranges': 'bytes',
29750npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29751npm verb headers age: '93',
29752npm verb headers 'x-served-by': 'cache-ams4129-AMS',
29753npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29754npm verb headers 'x-cache-hits': '1',
29755npm verb headers 'x-timer': 'S1451417509.693689,VS0,VE0',
29756npm verb headers vary: 'Accept',
29757npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29758npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29759npm verb headers connection: 'keep-alive' }
29760npm verb get saving time-grunt to /root/.npm/registry.npmjs.org/time-grunt/.cache.json
29761npm http 200 http://registry.npmjs.org/grunt-contrib-watch
29762npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29763npm verb headers etag: '"EC94DYTIB02OSK46U8KDVO3F1"',
29764npm verb headers 'content-type': 'application/json',
29765npm verb headers 'cache-control': 'max-age=300',
29766npm verb headers 'content-length': '59101',
29767npm verb headers 'accept-ranges': 'bytes',
29768npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29769npm verb headers age: '295',
29770npm verb headers 'x-served-by': 'cache-fra1234-FRA',
29771npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29772npm verb headers 'x-cache-hits': '3',
29773npm verb headers 'x-timer': 'S1451417509.665850,VS0,VE0',
29774npm verb headers vary: 'Accept',
29775npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29776npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29777npm verb headers connection: 'keep-alive' }
29778npm verb get saving grunt-contrib-watch to /root/.npm/registry.npmjs.org/grunt-contrib-watch/.cache.json
29779npm http 200 http://registry.npmjs.org/jit-grunt
29780npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29781npm verb headers etag: '"CVP116ALK3LN4ANIZJZX9G8NI"',
29782npm verb headers 'content-type': 'application/json',
29783npm verb headers 'cache-control': 'max-age=300',
29784npm verb headers 'content-length': '30585',
29785npm verb headers 'accept-ranges': 'bytes',
29786npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29787npm verb headers age: '272',
29788npm verb headers 'x-served-by': 'cache-ams4147-AMS',
29789npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29790npm verb headers 'x-cache-hits': '1',
29791npm verb headers 'x-timer': 'S1451417509.693562,VS0,VE0',
29792npm verb headers vary: 'Accept',
29793npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29794npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29795npm verb headers connection: 'keep-alive' }
29796npm verb get saving jit-grunt to /root/.npm/registry.npmjs.org/jit-grunt/.cache.json
29797npm http 200 http://registry.npmjs.org/karma-firefox-launcher
29798npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29799npm verb headers etag: '"ESB7LW5A74QCQE7M1EP6BNCET"',
29800npm verb headers 'content-type': 'application/json',
29801npm verb headers 'cache-control': 'max-age=300',
29802npm verb headers 'content-length': '22505',
29803npm verb headers 'accept-ranges': 'bytes',
29804npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29805npm verb headers age: '28',
29806npm verb headers 'x-served-by': 'cache-ams4150-AMS',
29807npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29808npm verb headers 'x-cache-hits': '1330',
29809npm verb headers 'x-timer': 'S1451417509.694805,VS0,VE0',
29810npm verb headers vary: 'Accept',
29811npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29812npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29813npm verb headers connection: 'keep-alive' }
29814npm verb get saving karma-firefox-launcher to /root/.npm/registry.npmjs.org/karma-firefox-launcher/.cache.json
29815npm http 200 http://registry.npmjs.org/grunt-contrib-imagemin
29816npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29817npm verb headers etag: '"3HXRSXOVL7H8CEZC4DGG51HCQ"',
29818npm verb headers 'content-type': 'application/json',
29819npm verb headers 'cache-control': 'max-age=300',
29820npm verb headers 'content-length': '59439',
29821npm verb headers 'accept-ranges': 'bytes',
29822npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29823npm verb headers age: '5',
29824npm verb headers 'x-served-by': 'cache-fra1242-FRA',
29825npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29826npm verb headers 'x-cache-hits': '1',
29827npm verb headers 'x-timer': 'S1451417509.665959,VS0,VE0',
29828npm verb headers vary: 'Accept',
29829npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29830npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29831npm verb headers connection: 'keep-alive' }
29832npm verb get saving grunt-contrib-imagemin to /root/.npm/registry.npmjs.org/grunt-contrib-imagemin/.cache.json
29833npm http 200 http://registry.npmjs.org/grunt-svgmin
29834npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29835npm verb headers etag: '"DNY8HIS20JMAWOPVJ9P74TA9S"',
29836npm verb headers 'content-type': 'application/json',
29837npm verb headers 'cache-control': 'max-age=300',
29838npm verb headers 'content-length': '16691',
29839npm verb headers 'accept-ranges': 'bytes',
29840npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29841npm verb headers age: '154',
29842npm verb headers 'x-served-by': 'cache-fra1221-FRA',
29843npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29844npm verb headers 'x-cache-hits': '1',
29845npm verb headers 'x-timer': 'S1451417509.666326,VS0,VE0',
29846npm verb headers vary: 'Accept',
29847npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29848npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29849npm verb headers connection: 'keep-alive' }
29850npm verb get saving grunt-svgmin to /root/.npm/registry.npmjs.org/grunt-svgmin/.cache.json
29851npm http 200 http://registry.npmjs.org/karma-chrome-launcher
29852npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29853npm verb headers etag: '"A8HDOB124C294NNAT18VDVYHA"',
29854npm verb headers 'content-type': 'application/json',
29855npm verb headers 'cache-control': 'max-age=300',
29856npm verb headers 'content-length': '35902',
29857npm verb headers 'accept-ranges': 'bytes',
29858npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29859npm verb headers age: '289',
29860npm verb headers 'x-served-by': 'cache-ams4140-AMS',
29861npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29862npm verb headers 'x-cache-hits': '1',
29863npm verb headers 'x-timer': 'S1451417509.697177,VS0,VE0',
29864npm verb headers vary: 'Accept',
29865npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29866npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29867npm verb headers connection: 'keep-alive' }
29868npm verb get saving karma-chrome-launcher to /root/.npm/registry.npmjs.org/karma-chrome-launcher/.cache.json
29869npm http 200 http://registry.npmjs.org/grunt-contrib-cssmin
29870npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29871npm verb headers etag: '"CROWT4VO2IRZWOQFDRA2I6FD7"',
29872npm verb headers 'content-type': 'application/json',
29873npm verb headers 'cache-control': 'max-age=300',
29874npm verb headers 'content-length': '40037',
29875npm verb headers 'accept-ranges': 'bytes',
29876npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29877npm verb headers age: '262',
29878npm verb headers 'x-served-by': 'cache-fra1237-FRA',
29879npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29880npm verb headers 'x-cache-hits': '1',
29881npm verb headers 'x-timer': 'S1451417509.639298,VS0,VE0',
29882npm verb headers vary: 'Accept',
29883npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29884npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29885npm verb headers connection: 'keep-alive' }
29886npm verb get saving grunt-contrib-cssmin to /root/.npm/registry.npmjs.org/grunt-contrib-cssmin/.cache.json
29887npm http 200 http://registry.npmjs.org/connect-livereload
29888npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29889npm verb headers etag: '"E8WSW0ADRT66FFR0GVVI1NJ3U"',
29890npm verb headers 'content-type': 'application/json',
29891npm verb headers 'cache-control': 'max-age=300',
29892npm verb headers 'content-length': '24632',
29893npm verb headers 'accept-ranges': 'bytes',
29894npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29895npm verb headers age: '93',
29896npm verb headers 'x-served-by': 'cache-ams4139-AMS',
29897npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29898npm verb headers 'x-cache-hits': '1',
29899npm verb headers 'x-timer': 'S1451417509.695165,VS0,VE0',
29900npm verb headers vary: 'Accept',
29901npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29902npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29903npm verb headers connection: 'keep-alive' }
29904npm verb get saving connect-livereload to /root/.npm/registry.npmjs.org/connect-livereload/.cache.json
29905npm http 200 http://registry.npmjs.org/jshint-stylish
29906npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29907npm verb headers etag: '"C8SCAQU96F70HPEJRVRMW9LYO"',
29908npm verb headers 'content-type': 'application/json',
29909npm verb headers 'cache-control': 'max-age=300',
29910npm verb headers 'content-length': '20316',
29911npm verb headers 'accept-ranges': 'bytes',
29912npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29913npm verb headers age: '28',
29914npm verb headers 'x-served-by': 'cache-ams4145-AMS',
29915npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29916npm verb headers 'x-cache-hits': '1',
29917npm verb headers 'x-timer': 'S1451417509.694822,VS0,VE0',
29918npm verb headers vary: 'Accept',
29919npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29920npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29921npm verb headers connection: 'keep-alive' }
29922npm verb get saving jshint-stylish to /root/.npm/registry.npmjs.org/jshint-stylish/.cache.json
29923npm http 200 http://registry.npmjs.org/grunt-nodemon
29924npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29925npm verb headers etag: '"1X31LK4ZCRR4OJEDL5RCCBMF9"',
29926npm verb headers 'content-type': 'application/json',
29927npm verb headers 'cache-control': 'max-age=300',
29928npm verb headers 'content-length': '29805',
29929npm verb headers 'accept-ranges': 'bytes',
29930npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29931npm verb headers age: '179',
29932npm verb headers 'x-served-by': 'cache-fra1234-FRA',
29933npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29934npm verb headers 'x-cache-hits': '1',
29935npm verb headers 'x-timer': 'S1451417509.666270,VS0,VE0',
29936npm verb headers vary: 'Accept',
29937npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29938npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29939npm verb headers connection: 'keep-alive' }
29940npm verb get saving grunt-nodemon to /root/.npm/registry.npmjs.org/grunt-nodemon/.cache.json
29941npm http 200 http://registry.npmjs.org/karma-jasmine
29942npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29943npm verb headers etag: '"6HSKDYIGH20E1BYWMNZ0NOHGA"',
29944npm verb headers 'content-type': 'application/json',
29945npm verb headers 'cache-control': 'max-age=300',
29946npm verb headers 'content-length': '35184',
29947npm verb headers 'accept-ranges': 'bytes',
29948npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29949npm verb headers age: '42',
29950npm verb headers 'x-served-by': 'cache-ams4146-AMS',
29951npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29952npm verb headers 'x-cache-hits': '1',
29953npm verb headers 'x-timer': 'S1451417509.696406,VS0,VE0',
29954npm verb headers vary: 'Accept',
29955npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29956npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29957npm verb headers connection: 'keep-alive' }
29958npm verb get saving karma-jasmine to /root/.npm/registry.npmjs.org/karma-jasmine/.cache.json
29959npm http 200 http://registry.npmjs.org/grunt-newer
29960npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29961npm verb headers etag: '"TS493NR5I2G8JGOO9LSQHV61"',
29962npm verb headers 'content-type': 'application/json',
29963npm verb headers 'cache-control': 'max-age=300',
29964npm verb headers 'content-length': '31111',
29965npm verb headers 'accept-ranges': 'bytes',
29966npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29967npm verb headers age: '154',
29968npm verb headers 'x-served-by': 'cache-fra1225-FRA',
29969npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29970npm verb headers 'x-cache-hits': '155',
29971npm verb headers 'x-timer': 'S1451417509.666092,VS0,VE0',
29972npm verb headers vary: 'Accept',
29973npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29974npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29975npm verb headers connection: 'keep-alive' }
29976npm verb get saving grunt-newer to /root/.npm/registry.npmjs.org/grunt-newer/.cache.json
29977npm http 200 http://registry.npmjs.org/karma-ng-scenario
29978npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29979npm verb headers etag: '"E8ETTL8WQ3HMFSK6WPQFVV3Y2"',
29980npm verb headers 'content-type': 'application/json',
29981npm verb headers 'cache-control': 'max-age=300',
29982npm verb headers 'content-length': '5307',
29983npm verb headers 'accept-ranges': 'bytes',
29984npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
29985npm verb headers age: '27',
29986npm verb headers 'x-served-by': 'cache-ams4147-AMS',
29987npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
29988npm verb headers 'x-cache-hits': '1',
29989npm verb headers 'x-timer': 'S1451417509.694966,VS0,VE0',
29990npm verb headers vary: 'Accept',
29991npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
29992npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
29993npm verb headers connection: 'keep-alive' }
29994npm verb get saving karma-ng-scenario to /root/.npm/registry.npmjs.org/karma-ng-scenario/.cache.json
29995npm http 200 http://registry.npmjs.org/open
29996npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29997npm verb headers etag: '"BPO9B33WYDE29ESSI7WARRSZL"',
29998npm verb headers 'content-type': 'application/json',
29999npm verb headers 'cache-control': 'max-age=300',
30000npm verb headers 'content-length': '7201',
30001npm verb headers 'accept-ranges': 'bytes',
30002npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30003npm verb headers age: '64',
30004npm verb headers 'x-served-by': 'cache-ams4142-AMS',
30005npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30006npm verb headers 'x-cache-hits': '1',
30007npm verb headers 'x-timer': 'S1451417509.693939,VS0,VE0',
30008npm verb headers vary: 'Accept',
30009npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30010npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30011npm verb headers connection: 'keep-alive' }
30012npm verb get saving open to /root/.npm/registry.npmjs.org/open/.cache.json
30013npm http 200 http://registry.npmjs.org/grunt-karma
30014npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30015npm verb headers etag: '"B0M2DGU97RL160N8ZQW469Z7W"',
30016npm verb headers 'content-type': 'application/json',
30017npm verb headers 'cache-control': 'max-age=300',
30018npm verb headers 'content-length': '60586',
30019npm verb headers 'accept-ranges': 'bytes',
30020npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30021npm verb headers age: '96',
30022npm verb headers 'x-served-by': 'cache-ams4121-AMS',
30023npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30024npm verb headers 'x-cache-hits': '1',
30025npm verb headers 'x-timer': 'S1451417509.693505,VS0,VE0',
30026npm verb headers vary: 'Accept',
30027npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30028npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30029npm verb headers connection: 'keep-alive' }
30030npm verb get saving grunt-karma to /root/.npm/registry.npmjs.org/grunt-karma/.cache.json
30031npm http 200 http://registry.npmjs.org/supertest
30032npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30033npm verb headers etag: '"BHP25V8X338X3SE1FYYQEQ01P"',
30034npm verb headers 'content-type': 'application/json',
30035npm verb headers 'cache-control': 'max-age=300',
30036npm verb headers 'content-length': '39593',
30037npm verb headers 'accept-ranges': 'bytes',
30038npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30039npm verb headers age: '24',
30040npm verb headers 'x-served-by': 'cache-ams4136-AMS',
30041npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30042npm verb headers 'x-cache-hits': '1',
30043npm verb headers 'x-timer': 'S1451417509.700564,VS0,VE0',
30044npm verb headers vary: 'Accept',
30045npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30046npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30047npm verb headers connection: 'keep-alive' }
30048npm verb get saving supertest to /root/.npm/registry.npmjs.org/supertest/.cache.json
30049npm http 200 http://registry.npmjs.org/grunt-contrib-uglify
30050npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30051npm verb headers etag: '"6JKVU10S0KZ915NYM9XMYB2ID"',
30052npm verb headers 'content-type': 'application/json',
30053npm verb headers 'cache-control': 'max-age=300',
30054npm verb headers 'content-length': '74108',
30055npm verb headers 'accept-ranges': 'bytes',
30056npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30057npm verb headers age: '44',
30058npm verb headers 'x-served-by': 'cache-fra1227-FRA',
30059npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30060npm verb headers 'x-cache-hits': '1',
30061npm verb headers 'x-timer': 'S1451417509.665842,VS0,VE0',
30062npm verb headers vary: 'Accept',
30063npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30064npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30065npm verb headers connection: 'keep-alive' }
30066npm verb get saving grunt-contrib-uglify to /root/.npm/registry.npmjs.org/grunt-contrib-uglify/.cache.json
30067npm http 200 http://registry.npmjs.org/grunt-protractor-runner
30068npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30069npm verb headers etag: '"DO4XBP091GR60YEM0JBKGCTE9"',
30070npm verb headers 'content-type': 'application/json',
30071npm verb headers 'cache-control': 'max-age=300',
30072npm verb headers 'content-length': '55901',
30073npm verb headers 'accept-ranges': 'bytes',
30074npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30075npm verb headers age: '0',
30076npm verb headers 'x-served-by': 'cache-fra1224-FRA',
30077npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30078npm verb headers 'x-cache-hits': '1',
30079npm verb headers 'x-timer': 'S1451417509.667881,VS0,VE136',
30080npm verb headers vary: 'Accept',
30081npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30082npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30083npm verb headers connection: 'keep-alive' }
30084npm verb get saving grunt-protractor-runner to /root/.npm/registry.npmjs.org/grunt-protractor-runner/.cache.json
30085npm http 200 http://registry.npmjs.org/karma-requirejs
30086npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30087npm verb headers etag: '"YMYD2DFV4WHUX5QJBFD01U5Q"',
30088npm verb headers 'content-type': 'application/json',
30089npm verb headers 'cache-control': 'max-age=300',
30090npm verb headers 'content-length': '10503',
30091npm verb headers 'accept-ranges': 'bytes',
30092npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30093npm verb headers age: '28',
30094npm verb headers 'x-served-by': 'cache-ams4125-AMS',
30095npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30096npm verb headers 'x-cache-hits': '1',
30097npm verb headers 'x-timer': 'S1451417509.696825,VS0,VE0',
30098npm verb headers vary: 'Accept',
30099npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30100npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30101npm verb headers connection: 'keep-alive' }
30102npm verb get saving karma-requirejs to /root/.npm/registry.npmjs.org/karma-requirejs/.cache.json
30103npm http 200 http://registry.npmjs.org/requirejs
30104npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30105npm verb headers etag: '"B3WPQ6JZOVXSWBN2FTBD0DZYD"',
30106npm verb headers 'content-type': 'application/json',
30107npm verb headers 'cache-control': 'max-age=300',
30108npm verb headers 'content-length': '43956',
30109npm verb headers 'accept-ranges': 'bytes',
30110npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30111npm verb headers age: '283',
30112npm verb headers 'x-served-by': 'cache-ams4141-AMS',
30113npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30114npm verb headers 'x-cache-hits': '1',
30115npm verb headers 'x-timer': 'S1451417509.697610,VS0,VE0',
30116npm verb headers vary: 'Accept',
30117npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30118npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30119npm verb headers connection: 'keep-alive' }
30120npm verb get saving requirejs to /root/.npm/registry.npmjs.org/requirejs/.cache.json
30121npm http 200 http://registry.npmjs.org/grunt-autoprefixer
30122npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30123npm verb headers etag: '"A27G7JVUL9VN77WTDXUHXNPQD"',
30124npm verb headers 'content-type': 'application/json',
30125npm verb headers 'cache-control': 'max-age=300',
30126npm verb headers 'content-length': '61708',
30127npm verb headers 'accept-ranges': 'bytes',
30128npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30129npm verb headers age: '0',
30130npm verb headers 'x-served-by': 'cache-fra1225-FRA',
30131npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30132npm verb headers 'x-cache-hits': '1',
30133npm verb headers 'x-timer': 'S1451417509.637877,VS0,VE201',
30134npm verb headers vary: 'Accept',
30135npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30136npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30137npm verb headers connection: 'keep-alive' }
30138npm verb get saving grunt-autoprefixer to /root/.npm/registry.npmjs.org/grunt-autoprefixer/.cache.json
30139npm http 200 http://registry.npmjs.org/grunt-contrib-jshint
30140npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30141npm verb headers etag: '"1YCBBBGUNZDD4MP9YXX4AE2LL"',
30142npm verb headers 'content-type': 'application/json',
30143npm verb headers 'cache-control': 'max-age=300',
30144npm verb headers 'content-length': '61863',
30145npm verb headers 'accept-ranges': 'bytes',
30146npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30147npm verb headers age: '87',
30148npm verb headers 'x-served-by': 'cache-fra1229-FRA',
30149npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30150npm verb headers 'x-cache-hits': '1',
30151npm verb headers 'x-timer': 'S1451417509.665836,VS0,VE0',
30152npm verb headers vary: 'Accept',
30153npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30154npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30155npm verb headers connection: 'keep-alive' }
30156npm verb get saving grunt-contrib-jshint to /root/.npm/registry.npmjs.org/grunt-contrib-jshint/.cache.json
30157npm http 200 http://registry.npmjs.org/karma-jade-preprocessor
30158npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30159npm verb headers etag: '"6VG2VUOXWCRGN379BQUHTTD5L"',
30160npm verb headers 'content-type': 'application/json',
30161npm verb headers 'cache-control': 'max-age=300',
30162npm verb headers 'content-length': '15783',
30163npm verb headers 'accept-ranges': 'bytes',
30164npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30165npm verb headers age: '0',
30166npm verb headers 'x-served-by': 'cache-ams4130-AMS',
30167npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30168npm verb headers 'x-cache-hits': '1',
30169npm verb headers 'x-timer': 'S1451417509.697132,VS0,VE172',
30170npm verb headers vary: 'Accept',
30171npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30172npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30173npm verb headers connection: 'keep-alive' }
30174npm verb get saving karma-jade-preprocessor to /root/.npm/registry.npmjs.org/karma-jade-preprocessor/.cache.json
30175npm http 200 http://registry.npmjs.org/grunt-open
30176npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30177npm verb headers etag: '"4KKKLLWLK5U4C1M3ODO9R876I"',
30178npm verb headers 'content-type': 'application/json',
30179npm verb headers 'cache-control': 'max-age=300',
30180npm verb headers 'content-length': '9502',
30181npm verb headers 'accept-ranges': 'bytes',
30182npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30183npm verb headers age: '0',
30184npm verb headers 'x-served-by': 'cache-ams4148-AMS',
30185npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30186npm verb headers 'x-cache-hits': '1',
30187npm verb headers 'x-timer': 'S1451417509.693783,VS0,VE178',
30188npm verb headers vary: 'Accept',
30189npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30190npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30191npm verb headers connection: 'keep-alive' }
30192npm verb get saving grunt-open to /root/.npm/registry.npmjs.org/grunt-open/.cache.json
30193npm http 200 http://registry.npmjs.org/grunt-filerev
30194npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30195npm verb headers etag: '"WSHRADBHB1G6BHYDL0VCYH7P"',
30196npm verb headers 'content-type': 'application/json',
30197npm verb headers 'cache-control': 'max-age=300',
30198npm verb headers 'content-length': '24146',
30199npm verb headers 'accept-ranges': 'bytes',
30200npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30201npm verb headers age: '0',
30202npm verb headers 'x-served-by': 'cache-fra1221-FRA',
30203npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30204npm verb headers 'x-cache-hits': '1',
30205npm verb headers 'x-timer': 'S1451417509.666170,VS0,VE226',
30206npm verb headers vary: 'Accept',
30207npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30208npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30209npm verb headers connection: 'keep-alive' }
30210npm verb get saving grunt-filerev to /root/.npm/registry.npmjs.org/grunt-filerev/.cache.json
30211npm http 200 http://registry.npmjs.org/grunt-asset-injector
30212npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30213npm verb headers etag: '"47XUHGCX16Y7ME637E7VC3K8E"',
30214npm verb headers 'content-type': 'application/json',
30215npm verb headers 'cache-control': 'max-age=300',
30216npm verb headers 'content-length': '8945',
30217npm verb headers 'accept-ranges': 'bytes',
30218npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30219npm verb headers age: '0',
30220npm verb headers 'x-served-by': 'cache-fra1243-FRA',
30221npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30222npm verb headers 'x-cache-hits': '1',
30223npm verb headers 'x-timer': 'S1451417509.667969,VS0,VE236',
30224npm verb headers vary: 'Accept',
30225npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30226npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30227npm verb headers connection: 'keep-alive' }
30228npm verb get saving grunt-asset-injector to /root/.npm/registry.npmjs.org/grunt-asset-injector/.cache.json
30229npm http 200 http://registry.npmjs.org/grunt-env
30230npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30231npm verb headers etag: '"A53UVXRRIC4IQXN0BD3G63JDG"',
30232npm verb headers 'content-type': 'application/json',
30233npm verb headers 'cache-control': 'max-age=300',
30234npm verb headers 'content-length': '15286',
30235npm verb headers 'accept-ranges': 'bytes',
30236npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30237npm verb headers age: '206',
30238npm verb headers 'x-served-by': 'cache-fra1223-FRA',
30239npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30240npm verb headers 'x-cache-hits': '1',
30241npm verb headers 'x-timer': 'S1451417509.666264,VS0,VE0',
30242npm verb headers vary: 'Accept',
30243npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30244npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30245npm verb headers connection: 'keep-alive' }
30246npm verb get saving grunt-env to /root/.npm/registry.npmjs.org/grunt-env/.cache.json
30247npm http 200 http://registry.npmjs.org/should
30248npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30249npm verb headers etag: '"A4SQFJ37DS7NQBFG8R4N5JDXZ"',
30250npm verb headers 'content-type': 'application/json',
30251npm verb headers 'cache-control': 'max-age=300',
30252npm verb headers 'content-length': '113404',
30253npm verb headers 'accept-ranges': 'bytes',
30254npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30255npm verb headers age: '59',
30256npm verb headers 'x-served-by': 'cache-ams4139-AMS',
30257npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30258npm verb headers 'x-cache-hits': '1',
30259npm verb headers 'x-timer': 'S1451417509.700723,VS0,VE0',
30260npm verb headers vary: 'Accept',
30261npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30262npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30263npm verb headers connection: 'keep-alive' }
30264npm verb get saving should to /root/.npm/registry.npmjs.org/should/.cache.json
30265npm http 200 http://registry.npmjs.org/grunt-angular-templates
30266npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30267npm verb headers etag: '"S3TUYHPIN0V4VZA1MQUE1EVH"',
30268npm verb headers 'content-type': 'application/json',
30269npm verb headers 'cache-control': 'max-age=300',
30270npm verb headers 'content-length': '70173',
30271npm verb headers 'accept-ranges': 'bytes',
30272npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30273npm verb headers age: '154',
30274npm verb headers 'x-served-by': 'cache-fra1228-FRA',
30275npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30276npm verb headers 'x-cache-hits': '1',
30277npm verb headers 'x-timer': 'S1451417509.666478,VS0,VE0',
30278npm verb headers vary: 'Accept',
30279npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30280npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30281npm verb headers connection: 'keep-alive' }
30282npm verb get saving grunt-angular-templates to /root/.npm/registry.npmjs.org/grunt-angular-templates/.cache.json
30283npm http 200 http://registry.npmjs.org/grunt-contrib-copy
30284npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30285npm verb headers etag: '"EBUYPX10HDYUS9ZTK0UODQE35"',
30286npm verb headers 'content-type': 'application/json',
30287npm verb headers 'cache-control': 'max-age=300',
30288npm verb headers 'content-length': '36944',
30289npm verb headers 'accept-ranges': 'bytes',
30290npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30291npm verb headers age: '45',
30292npm verb headers 'x-served-by': 'cache-fra1225-FRA',
30293npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30294npm verb headers 'x-cache-hits': '1',
30295npm verb headers 'x-timer': 'S1451417509.639255,VS0,VE0',
30296npm verb headers vary: 'Accept',
30297npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30298npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30299npm verb headers connection: 'keep-alive' }
30300npm verb get saving grunt-contrib-copy to /root/.npm/registry.npmjs.org/grunt-contrib-copy/.cache.json
30301npm http 200 http://registry.npmjs.org/grunt-wiredep
30302npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30303npm verb headers etag: '"CCQYN2SUS7CGSW8OLM2GG3D3Z"',
30304npm verb headers 'content-type': 'application/json',
30305npm verb headers 'cache-control': 'max-age=300',
30306npm verb headers 'content-length': '10709',
30307npm verb headers 'accept-ranges': 'bytes',
30308npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30309npm verb headers age: '154',
30310npm verb headers 'x-served-by': 'cache-fra1238-FRA',
30311npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30312npm verb headers 'x-cache-hits': '1',
30313npm verb headers 'x-timer': 'S1451417509.638205,VS0,VE0',
30314npm verb headers vary: 'Accept',
30315npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30316npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30317npm verb headers connection: 'keep-alive' }
30318npm verb get saving grunt-wiredep to /root/.npm/registry.npmjs.org/grunt-wiredep/.cache.json
30319npm http 200 http://registry.npmjs.org/grunt-google-cdn
30320npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30321npm verb headers etag: '"98AMV143LFZ81CXMJP6SGCNQT"',
30322npm verb headers 'content-type': 'application/json',
30323npm verb headers 'cache-control': 'max-age=300',
30324npm verb headers 'content-length': '17973',
30325npm verb headers 'accept-ranges': 'bytes',
30326npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30327npm verb headers age: '154',
30328npm verb headers 'x-served-by': 'cache-fra1236-FRA',
30329npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30330npm verb headers 'x-cache-hits': '1',
30331npm verb headers 'x-timer': 'S1451417509.666107,VS0,VE0',
30332npm verb headers vary: 'Accept',
30333npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30334npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30335npm verb headers connection: 'keep-alive' }
30336npm verb get saving grunt-google-cdn to /root/.npm/registry.npmjs.org/grunt-google-cdn/.cache.json
30337npm http 200 http://registry.npmjs.org/karma-phantomjs-launcher
30338npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30339npm verb headers etag: '"EWG0W8QX5E3378BQD1PK6TXH2"',
30340npm verb headers 'content-type': 'application/json',
30341npm verb headers 'cache-control': 'max-age=300',
30342npm verb headers 'content-length': '24636',
30343npm verb headers 'accept-ranges': 'bytes',
30344npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30345npm verb headers age: '93',
30346npm verb headers 'x-served-by': 'cache-ams4146-AMS',
30347npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30348npm verb headers 'x-cache-hits': '1',
30349npm verb headers 'x-timer': 'S1451417509.697837,VS0,VE0',
30350npm verb headers vary: 'Accept',
30351npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30352npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30353npm verb headers connection: 'keep-alive' }
30354npm verb get saving karma-phantomjs-launcher to /root/.npm/registry.npmjs.org/karma-phantomjs-launcher/.cache.json
30355npm http 200 http://registry.npmjs.org/karma-ng-html2js-preprocessor
30356npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30357npm verb headers etag: '"A3K8LHZNKR3O3LAAH2GRRTBAF"',
30358npm verb headers 'content-type': 'application/json',
30359npm verb headers 'cache-control': 'max-age=300',
30360npm verb headers 'content-length': '21188',
30361npm verb headers 'accept-ranges': 'bytes',
30362npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30363npm verb headers age: '28',
30364npm verb headers 'x-served-by': 'cache-ams4127-AMS',
30365npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30366npm verb headers 'x-cache-hits': '1',
30367npm verb headers 'x-timer': 'S1451417509.698111,VS0,VE1',
30368npm verb headers vary: 'Accept',
30369npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30370npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30371npm verb headers connection: 'keep-alive' }
30372npm verb get saving karma-ng-html2js-preprocessor to /root/.npm/registry.npmjs.org/karma-ng-html2js-preprocessor/.cache.json
30373npm http 200 http://registry.npmjs.org/grunt-contrib-concat
30374npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30375npm verb headers etag: '"DF9J6AQ6MLH2LVX1E4U6Z97FF"',
30376npm verb headers 'content-type': 'application/json',
30377npm verb headers 'cache-control': 'max-age=300',
30378npm verb headers 'content-length': '30384',
30379npm verb headers 'accept-ranges': 'bytes',
30380npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30381npm verb headers age: '46',
30382npm verb headers 'x-served-by': 'cache-fra1220-FRA',
30383npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30384npm verb headers 'x-cache-hits': '2',
30385npm verb headers 'x-timer': 'S1451417509.639470,VS0,VE0',
30386npm verb headers vary: 'Accept',
30387npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30388npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30389npm verb headers connection: 'keep-alive' }
30390npm verb get saving grunt-contrib-concat to /root/.npm/registry.npmjs.org/grunt-contrib-concat/.cache.json
30391npm http 200 http://registry.npmjs.org/grunt-contrib-htmlmin
30392npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30393npm verb headers etag: '"339DH7O6BNK5WN2EOH3F1KDNZ"',
30394npm verb headers 'content-type': 'application/json',
30395npm verb headers 'cache-control': 'max-age=300',
30396npm verb headers 'content-length': '21040',
30397npm verb headers 'accept-ranges': 'bytes',
30398npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
30399npm verb headers age: '154',
30400npm verb headers 'x-served-by': 'cache-fra1234-FRA',
30401npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30402npm verb headers 'x-cache-hits': '1',
30403npm verb headers 'x-timer': 'S1451417509.665949,VS0,VE0',
30404npm verb headers vary: 'Accept',
30405npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30406npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30407npm verb headers connection: 'keep-alive' }
30408npm verb get saving grunt-contrib-htmlmin to /root/.npm/registry.npmjs.org/grunt-contrib-htmlmin/.cache.json
30409npm verb cache add spec grunt@~0.4.5
30410npm verb addNamed ">=0.4.5 <0.5.0" is a valid semver range for grunt
30411npm verb addNameRange registry:http://registry.npmjs.org/grunt not in flight; fetching
30412npm verb cache add spec grunt-contrib-clean@~0.5.0
30413npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for grunt-contrib-clean
30414npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-clean not in flight; fetching
30415npm http 200 http://registry.npmjs.org/karma-html2js-preprocessor
30416npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30417npm verb headers etag: '"A6G29KNCT4Z44170ZIK4N61JF"',
30418npm verb headers 'content-type': 'application/json',
30419npm verb headers 'cache-control': 'max-age=300',
30420npm verb headers 'content-length': '6236',
30421npm verb headers 'accept-ranges': 'bytes',
30422npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30423npm verb headers age: '0',
30424npm verb headers 'x-served-by': 'cache-ams4151-AMS',
30425npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30426npm verb headers 'x-cache-hits': '1',
30427npm verb headers 'x-timer': 'S1451417509.695857,VS0,VE399',
30428npm verb headers vary: 'Accept',
30429npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30430npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30431npm verb headers connection: 'keep-alive' }
30432npm verb get saving karma-html2js-preprocessor to /root/.npm/registry.npmjs.org/karma-html2js-preprocessor/.cache.json
30433npm http 200 http://registry.npmjs.org/karma-ng-jade2js-preprocessor
30434npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30435npm verb headers etag: '"5LR930738VQK6EU4JPWXZR3GZ"',
30436npm verb headers 'content-type': 'application/json',
30437npm verb headers 'cache-control': 'max-age=300',
30438npm verb headers 'content-length': '13156',
30439npm verb headers 'accept-ranges': 'bytes',
30440npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30441npm verb headers age: '0',
30442npm verb headers 'x-served-by': 'cache-ams4148-AMS',
30443npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30444npm verb headers 'x-cache-hits': '1',
30445npm verb headers 'x-timer': 'S1451417509.696281,VS0,VE406',
30446npm verb headers vary: 'Accept',
30447npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30448npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30449npm verb headers connection: 'keep-alive' }
30450npm verb get saving karma-ng-jade2js-preprocessor to /root/.npm/registry.npmjs.org/karma-ng-jade2js-preprocessor/.cache.json
30451npm verb cache add spec grunt-concurrent@~0.5.0
30452npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for grunt-concurrent
30453npm verb addNameRange registry:http://registry.npmjs.org/grunt-concurrent not in flight; fetching
30454npm verb cache add spec time-grunt@~0.3.1
30455npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for time-grunt
30456npm verb addNameRange registry:http://registry.npmjs.org/time-grunt not in flight; fetching
30457npm verb cache add spec grunt-contrib-watch@~0.6.1
30458npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for grunt-contrib-watch
30459npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-watch not in flight; fetching
30460npm verb cache add spec grunt-contrib-imagemin@~0.7.1
30461npm verb addNamed ">=0.7.1 <0.8.0" is a valid semver range for grunt-contrib-imagemin
30462npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-imagemin not in flight; fetching
30463npm verb cache add spec grunt-svgmin@~0.4.0
30464npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for grunt-svgmin
30465npm verb addNameRange registry:http://registry.npmjs.org/grunt-svgmin not in flight; fetching
30466npm verb cache add spec jit-grunt@^0.5.0
30467npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for jit-grunt
30468npm verb addNameRange registry:http://registry.npmjs.org/jit-grunt not in flight; fetching
30469npm verb cache add spec karma-firefox-launcher@~0.1.3
30470npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for karma-firefox-launcher
30471npm verb addNameRange registry:http://registry.npmjs.org/karma-firefox-launcher not in flight; fetching
30472npm verb cache add spec karma-chrome-launcher@~0.1.3
30473npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for karma-chrome-launcher
30474npm verb addNameRange registry:http://registry.npmjs.org/karma-chrome-launcher not in flight; fetching
30475npm http 200 http://registry.npmjs.org/grunt-contrib-stylus
30476npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30477npm verb headers etag: '"9GEZ9SFHKBTHBIYO0481E739I"',
30478npm verb headers 'content-type': 'application/json',
30479npm verb headers 'cache-control': 'max-age=300',
30480npm verb headers 'content-length': '60152',
30481npm verb headers 'accept-ranges': 'bytes',
30482npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30483npm verb headers age: '0',
30484npm verb headers 'x-served-by': 'cache-ams4138-AMS',
30485npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30486npm verb headers 'x-cache-hits': '1',
30487npm verb headers 'x-timer': 'S1451417509.700713,VS0,VE400',
30488npm verb headers vary: 'Accept',
30489npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30490npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30491npm verb headers connection: 'keep-alive' }
30492npm verb get saving grunt-contrib-stylus to /root/.npm/registry.npmjs.org/grunt-contrib-stylus/.cache.json
30493npm verb get http://registry.npmjs.org/grunt-contrib-clean not expired, no request
30494npm verb addNamed "0.5.0" is a plain semver version for grunt-contrib-clean
30495npm verb get http://registry.npmjs.org/grunt not expired, no request
30496npm verb addNamed "0.4.5" is a plain semver version for grunt
30497npm verb cache add spec grunt-contrib-cssmin@~0.9.0
30498npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for grunt-contrib-cssmin
30499npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-cssmin not in flight; fetching
30500npm verb cache add spec connect-livereload@~0.4.0
30501npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for connect-livereload
30502npm verb addNameRange registry:http://registry.npmjs.org/connect-livereload not in flight; fetching
30503npm verb cache add spec grunt-nodemon@~0.2.0
30504npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for grunt-nodemon
30505npm verb addNameRange registry:http://registry.npmjs.org/grunt-nodemon not in flight; fetching
30506npm verb cache add spec jshint-stylish@~0.1.5
30507npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for jshint-stylish
30508npm verb addNameRange registry:http://registry.npmjs.org/jshint-stylish not in flight; fetching
30509npm verb cache add spec karma-jasmine@~0.1.5
30510npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for karma-jasmine
30511npm verb addNameRange registry:http://registry.npmjs.org/karma-jasmine not in flight; fetching
30512npm verb cache add spec grunt-newer@~0.7.0
30513npm verb addNamed ">=0.7.0 <0.8.0" is a valid semver range for grunt-newer
30514npm verb addNameRange registry:http://registry.npmjs.org/grunt-newer not in flight; fetching
30515npm verb cache add spec karma-ng-scenario@~0.1.0
30516npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for karma-ng-scenario
30517npm verb addNameRange registry:http://registry.npmjs.org/karma-ng-scenario not in flight; fetching
30518npm http 200 http://registry.npmjs.org/grunt-node-inspector
30519npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30520npm verb headers etag: '"2BHGWD8O82NGXGG80XRNPL978"',
30521npm verb headers 'content-type': 'application/json',
30522npm verb headers 'cache-control': 'max-age=300',
30523npm verb headers 'content-length': '18602',
30524npm verb headers 'accept-ranges': 'bytes',
30525npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30526npm verb headers age: '0',
30527npm verb headers 'x-served-by': 'cache-fra1231-FRA',
30528npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30529npm verb headers 'x-cache-hits': '1',
30530npm verb headers 'x-timer': 'S1451417509.666606,VS0,VE500',
30531npm verb headers vary: 'Accept',
30532npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30533npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30534npm verb headers connection: 'keep-alive' }
30535npm verb get saving grunt-node-inspector to /root/.npm/registry.npmjs.org/grunt-node-inspector/.cache.json
30536npm http 200 http://registry.npmjs.org/grunt-ng-annotate
30537npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30538npm verb headers etag: '"9AQKTK9GBYUHGYYY68KM07DXY"',
30539npm verb headers 'content-type': 'application/json',
30540npm verb headers 'cache-control': 'max-age=300',
30541npm verb headers 'content-length': '42316',
30542npm verb headers 'accept-ranges': 'bytes',
30543npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30544npm verb headers age: '0',
30545npm verb headers 'x-served-by': 'cache-fra1229-FRA',
30546npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30547npm verb headers 'x-cache-hits': '1',
30548npm verb headers 'x-timer': 'S1451417509.665990,VS0,VE520',
30549npm verb headers vary: 'Accept',
30550npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30551npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30552npm verb headers connection: 'keep-alive' }
30553npm verb get saving grunt-ng-annotate to /root/.npm/registry.npmjs.org/grunt-ng-annotate/.cache.json
30554npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz not in flight; adding
30555npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz',
30556npm verb addRemoteTarball 'f53dfdee0849b1c7b40e9ebbba69f48c4c6079c5' ]
30557npm verb addRemoteTarball http://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz not in flight; adding
30558npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz',
30559npm verb addRemoteTarball '56937cd5194324adff6d207631832a9d6ba4e7f0' ]
30560npm verb cache add spec open@~0.0.4
30561npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for open
30562npm verb addNameRange registry:http://registry.npmjs.org/open not in flight; fetching
30563npm verb cache add spec grunt-karma@~0.8.2
30564npm verb addNamed ">=0.8.2 <0.9.0" is a valid semver range for grunt-karma
30565npm verb addNameRange registry:http://registry.npmjs.org/grunt-karma not in flight; fetching
30566npm verb cache add spec supertest@~0.11.0
30567npm verb addNamed ">=0.11.0 <0.12.0" is a valid semver range for supertest
30568npm verb addNameRange registry:http://registry.npmjs.org/supertest not in flight; fetching
30569npm verb cache add spec grunt-protractor-runner@^1.1.0
30570npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for grunt-protractor-runner
30571npm verb addNameRange registry:http://registry.npmjs.org/grunt-protractor-runner not in flight; fetching
30572npm verb cache add spec karma-requirejs@~0.2.1
30573npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for karma-requirejs
30574npm verb addNameRange registry:http://registry.npmjs.org/karma-requirejs not in flight; fetching
30575npm verb cache add spec grunt-contrib-uglify@~0.4.0
30576npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for grunt-contrib-uglify
30577npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-uglify not in flight; fetching
30578npm verb cache add spec requirejs@~2.1.11
30579npm verb addNamed ">=2.1.11 <2.2.0" is a valid semver range for requirejs
30580npm verb addNameRange registry:http://registry.npmjs.org/requirejs not in flight; fetching
30581npm http 200 http://registry.npmjs.org/grunt-contrib-jade
30582npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30583npm verb headers etag: '"16H4HIZPU3UZGHIHQQZ2LTDU7"',
30584npm verb headers 'content-type': 'application/json',
30585npm verb headers 'cache-control': 'max-age=300',
30586npm verb headers 'content-length': '42596',
30587npm verb headers 'accept-ranges': 'bytes',
30588npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30589npm verb headers age: '0',
30590npm verb headers 'x-served-by': 'cache-fra1226-FRA',
30591npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30592npm verb headers 'x-cache-hits': '1',
30593npm verb headers 'x-timer': 'S1451417509.666238,VS0,VE545',
30594npm verb headers vary: 'Accept',
30595npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30596npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30597npm verb headers connection: 'keep-alive' }
30598npm verb get saving grunt-contrib-jade to /root/.npm/registry.npmjs.org/grunt-contrib-jade/.cache.json
30599npm verb cache add spec grunt-autoprefixer@~0.7.2
30600npm verb addNamed ">=0.7.2 <0.8.0" is a valid semver range for grunt-autoprefixer
30601npm verb addNameRange registry:http://registry.npmjs.org/grunt-autoprefixer not in flight; fetching
30602npm verb cache add spec karma-jade-preprocessor@0.0.11
30603npm verb addNamed "0.0.11" is a plain semver version for karma-jade-preprocessor
30604npm verb addNameVersion registry:http://registry.npmjs.org/karma-jade-preprocessor not in flight; fetching
30605npm verb cache add spec grunt-open@~0.2.3
30606npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for grunt-open
30607npm verb addNameRange registry:http://registry.npmjs.org/grunt-open not in flight; fetching
30608npm verb cache add spec grunt-contrib-jshint@~0.10.0
30609npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for grunt-contrib-jshint
30610npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-jshint not in flight; fetching
30611npm verb cache add spec grunt-filerev@~2.2.0
30612npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for grunt-filerev
30613npm verb addNameRange registry:http://registry.npmjs.org/grunt-filerev not in flight; fetching
30614npm verb cache add spec grunt-asset-injector@^0.1.0
30615npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for grunt-asset-injector
30616npm verb addNameRange registry:http://registry.npmjs.org/grunt-asset-injector not in flight; fetching
30617npm verb cache add spec grunt-env@~0.4.1
30618npm verb addNamed ">=0.4.1 <0.5.0" is a valid semver range for grunt-env
30619npm verb addNameRange registry:http://registry.npmjs.org/grunt-env not in flight; fetching
30620npm verb get http://registry.npmjs.org/grunt-concurrent not expired, no request
30621npm verb addNamed "0.5.0" is a plain semver version for grunt-concurrent
30622npm verb cache add spec grunt-angular-templates@^0.5.4
30623npm verb addNamed ">=0.5.4 <0.6.0" is a valid semver range for grunt-angular-templates
30624npm verb addNameRange registry:http://registry.npmjs.org/grunt-angular-templates not in flight; fetching
30625npm verb cache add spec should@~3.3.1
30626npm verb addNamed ">=3.3.1 <3.4.0" is a valid semver range for should
30627npm verb addNameRange registry:http://registry.npmjs.org/should not in flight; fetching
30628npm verb cache add spec grunt-contrib-copy@~0.5.0
30629npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for grunt-contrib-copy
30630npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-copy not in flight; fetching
30631npm verb cache add spec grunt-wiredep@~1.8.0
30632npm verb addNamed ">=1.8.0 <1.9.0" is a valid semver range for grunt-wiredep
30633npm verb addNameRange registry:http://registry.npmjs.org/grunt-wiredep not in flight; fetching
30634npm verb cache add spec grunt-google-cdn@~0.4.0
30635npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for grunt-google-cdn
30636npm verb addNameRange registry:http://registry.npmjs.org/grunt-google-cdn not in flight; fetching
30637npm info retry fetch attempt 1 at 19:31:50
30638npm info attempt registry request try #1 at 19:31:50
30639npm http fetch GET http://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz
30640npm verb get http://registry.npmjs.org/time-grunt not expired, no request
30641npm verb addNamed "0.3.2" is a plain semver version for time-grunt
30642npm info retry fetch attempt 1 at 19:31:50
30643npm info attempt registry request try #1 at 19:31:50
30644npm http fetch GET http://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz
30645npm verb addRemoteTarball http://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-0.5.0.tgz not in flight; adding
30646npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-0.5.0.tgz',
30647npm verb addRemoteTarball '4a519a4c287825f0de0715f73b85d150c750d9f7' ]
30648npm verb get http://registry.npmjs.org/grunt-contrib-watch not expired, no request
30649npm verb addNamed "0.6.1" is a plain semver version for grunt-contrib-watch
30650npm verb get http://registry.npmjs.org/grunt-contrib-imagemin not expired, no request
30651npm verb addNamed "0.7.2" is a plain semver version for grunt-contrib-imagemin
30652npm verb get http://registry.npmjs.org/grunt-svgmin not expired, no request
30653npm verb addNamed "0.4.0" is a plain semver version for grunt-svgmin
30654npm verb get http://registry.npmjs.org/jit-grunt not expired, no request
30655npm verb addNamed "0.5.0" is a plain semver version for jit-grunt
30656npm verb get http://registry.npmjs.org/karma-chrome-launcher not expired, no request
30657npm verb addNamed "0.1.12" is a plain semver version for karma-chrome-launcher
30658npm verb get http://registry.npmjs.org/karma-firefox-launcher not expired, no request
30659npm verb addNamed "0.1.7" is a plain semver version for karma-firefox-launcher
30660npm verb cache add spec karma-phantomjs-launcher@~0.1.4
30661npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for karma-phantomjs-launcher
30662npm verb addNameRange registry:http://registry.npmjs.org/karma-phantomjs-launcher not in flight; fetching
30663npm verb cache add spec grunt-contrib-concat@~0.4.0
30664npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for grunt-contrib-concat
30665npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-concat not in flight; fetching
30666npm verb cache add spec karma-ng-html2js-preprocessor@~0.1.0
30667npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for karma-ng-html2js-preprocessor
30668npm verb addNameRange registry:http://registry.npmjs.org/karma-ng-html2js-preprocessor not in flight; fetching
30669npm http 200 http://registry.npmjs.org/grunt-mocha-test
30670npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30671npm verb headers etag: '"88PHWA5KWI4AOBC4TUPZFR9RX"',
30672npm verb headers 'content-type': 'application/json',
30673npm verb headers 'cache-control': 'max-age=300',
30674npm verb headers 'content-length': '71334',
30675npm verb headers 'accept-ranges': 'bytes',
30676npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30677npm verb headers age: '0',
30678npm verb headers 'x-served-by': 'cache-ams4143-AMS',
30679npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30680npm verb headers 'x-cache-hits': '1',
30681npm verb headers 'x-timer': 'S1451417509.693952,VS0,VE695',
30682npm verb headers vary: 'Accept',
30683npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30684npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30685npm verb headers connection: 'keep-alive' }
30686npm verb get saving grunt-mocha-test to /root/.npm/registry.npmjs.org/grunt-mocha-test/.cache.json
30687npm verb cache add spec grunt-contrib-htmlmin@~0.2.0
30688npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for grunt-contrib-htmlmin
30689npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-htmlmin not in flight; fetching
30690npm verb addRemoteTarball http://registry.npmjs.org/time-grunt/-/time-grunt-0.3.2.tgz not in flight; adding
30691npm verb addRemoteTarball [ 'http://registry.npmjs.org/time-grunt/-/time-grunt-0.3.2.tgz',
30692npm verb addRemoteTarball 'f3013645b01e68e27802a3e4c4702ceca0bdffaf' ]
30693npm verb get http://registry.npmjs.org/grunt-contrib-cssmin not expired, no request
30694npm verb addNamed "0.9.0" is a plain semver version for grunt-contrib-cssmin
30695npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz not in flight; adding
30696npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz',
30697npm verb addRemoteTarball '64fdcba25a635f5b4da1b6ce6f90da0aeb6e3f15' ]
30698npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-0.7.2.tgz not in flight; adding
30699npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-0.7.2.tgz',
30700npm verb addRemoteTarball 'f8fd90e2097fbc9196ffb707cef3dcbe40fa1c7b' ]
30701npm verb addRemoteTarball http://registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-0.4.0.tgz not in flight; adding
30702npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-0.4.0.tgz',
30703npm verb addRemoteTarball 'f19d1193022ae0080e0fae5d313e12ef7cae0aae' ]
30704npm verb get http://registry.npmjs.org/connect-livereload not expired, no request
30705npm verb addNamed "0.4.1" is a plain semver version for connect-livereload
30706npm verb addRemoteTarball http://registry.npmjs.org/jit-grunt/-/jit-grunt-0.5.0.tgz not in flight; adding
30707npm verb addRemoteTarball [ 'http://registry.npmjs.org/jit-grunt/-/jit-grunt-0.5.0.tgz',
30708npm verb addRemoteTarball 'f2058e7c6fbc66c5c3cb816e6cb4d90cdb8e36ff' ]
30709npm verb get http://registry.npmjs.org/jshint-stylish not expired, no request
30710npm verb addNamed "0.1.5" is a plain semver version for jshint-stylish
30711npm verb get http://registry.npmjs.org/grunt-nodemon not expired, no request
30712npm verb addNamed "0.2.1" is a plain semver version for grunt-nodemon
30713npm verb get http://registry.npmjs.org/karma-jasmine not expired, no request
30714npm verb addNamed "0.1.6" is a plain semver version for karma-jasmine
30715npm verb addRemoteTarball http://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-0.1.12.tgz not in flight; adding
30716npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-0.1.12.tgz',
30717npm verb addRemoteTarball '0ac0e22e573650f6541312fdca795c3824ccf962' ]
30718npm verb addRemoteTarball http://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-0.1.7.tgz not in flight; adding
30719npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-0.1.7.tgz',
30720npm verb addRemoteTarball 'c05dd86533691e62f31952595098e8bd357d39f3' ]
30721npm verb get http://registry.npmjs.org/grunt-newer not expired, no request
30722npm verb addNamed "0.7.0" is a plain semver version for grunt-newer
30723npm verb get http://registry.npmjs.org/karma-ng-scenario not expired, no request
30724npm verb addNamed "0.1.0" is a plain semver version for karma-ng-scenario
30725npm http 200 http://registry.npmjs.org/grunt-express-server
30726npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30727npm verb headers etag: '"AG1DTNBZH463Z36GCMIETNZCT"',
30728npm verb headers 'content-type': 'application/json',
30729npm verb headers 'cache-control': 'max-age=300',
30730npm verb headers 'content-length': '45585',
30731npm verb headers 'accept-ranges': 'bytes',
30732npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30733npm verb headers age: '0',
30734npm verb headers 'x-served-by': 'cache-ams4125-AMS',
30735npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30736npm verb headers 'x-cache-hits': '1',
30737npm verb headers 'x-timer': 'S1451417509.693577,VS0,VE733',
30738npm verb headers vary: 'Accept',
30739npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30740npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30741npm verb headers connection: 'keep-alive' }
30742npm verb get saving grunt-express-server to /root/.npm/registry.npmjs.org/grunt-express-server/.cache.json
30743npm http 200 http://registry.npmjs.org/karma-coffee-preprocessor
30744npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30745npm verb headers etag: '"3TSPDRQRRYXZFHZM3LCCHFA65"',
30746npm verb headers 'content-type': 'application/json',
30747npm verb headers 'cache-control': 'max-age=300',
30748npm verb headers 'content-length': '19808',
30749npm verb headers 'accept-ranges': 'bytes',
30750npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30751npm verb headers age: '0',
30752npm verb headers 'x-served-by': 'cache-ams4139-AMS',
30753npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30754npm verb headers 'x-cache-hits': '1',
30755npm verb headers 'x-timer': 'S1451417509.697638,VS0,VE742',
30756npm verb headers vary: 'Accept',
30757npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30758npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30759npm verb headers connection: 'keep-alive' }
30760npm verb get saving karma-coffee-preprocessor to /root/.npm/registry.npmjs.org/karma-coffee-preprocessor/.cache.json
30761npm http 200 http://registry.npmjs.org/karma-script-launcher
30762npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30763npm verb headers etag: '"B7K7G6UQ3EPBF6VMO7AP9CU9H"',
30764npm verb headers 'content-type': 'application/json',
30765npm verb headers 'cache-control': 'max-age=300',
30766npm verb headers 'content-length': '4909',
30767npm verb headers 'accept-ranges': 'bytes',
30768npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30769npm verb headers age: '0',
30770npm verb headers 'x-served-by': 'cache-ams4138-AMS',
30771npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30772npm verb headers 'x-cache-hits': '1',
30773npm verb headers 'x-timer': 'S1451417509.696274,VS0,VE761',
30774npm verb headers vary: 'Accept',
30775npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30776npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30777npm verb headers connection: 'keep-alive' }
30778npm verb get saving karma-script-launcher to /root/.npm/registry.npmjs.org/karma-script-launcher/.cache.json
30779npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.9.0.tgz not in flight; adding
30780npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.9.0.tgz',
30781npm verb addRemoteTarball '27241f0160a8866659dab40dc8c2776c01ec7ce2' ]
30782npm verb get http://registry.npmjs.org/open not expired, no request
30783npm verb addNamed "0.0.5" is a plain semver version for open
30784npm verb addRemoteTarball http://registry.npmjs.org/connect-livereload/-/connect-livereload-0.4.1.tgz not in flight; adding
30785npm verb addRemoteTarball [ 'http://registry.npmjs.org/connect-livereload/-/connect-livereload-0.4.1.tgz',
30786npm verb addRemoteTarball '0f8a1a816bc9baffae4637ccea917462fe35917a' ]
30787npm verb addRemoteTarball http://registry.npmjs.org/jshint-stylish/-/jshint-stylish-0.1.5.tgz not in flight; adding
30788npm verb addRemoteTarball [ 'http://registry.npmjs.org/jshint-stylish/-/jshint-stylish-0.1.5.tgz',
30789npm verb addRemoteTarball 'd41b6eef8e06a4ddfb36540bf6593fe31b987236' ]
30790npm verb addRemoteTarball http://registry.npmjs.org/grunt-nodemon/-/grunt-nodemon-0.2.1.tgz not in flight; adding
30791npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-nodemon/-/grunt-nodemon-0.2.1.tgz',
30792npm verb addRemoteTarball '1b8f24895292097dc814d1603a97e8fec1c924f3' ]
30793npm verb addRemoteTarball http://registry.npmjs.org/karma-jasmine/-/karma-jasmine-0.1.6.tgz not in flight; adding
30794npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-jasmine/-/karma-jasmine-0.1.6.tgz',
30795npm verb addRemoteTarball '30545057698ebdcbc63132d47be125b75b2fbc55' ]
30796npm verb addRemoteTarball http://registry.npmjs.org/grunt-newer/-/grunt-newer-0.7.0.tgz not in flight; adding
30797npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-newer/-/grunt-newer-0.7.0.tgz',
30798npm verb addRemoteTarball '376d9d9b64ce5c648b6bfa1bda98f7bc2193e41e' ]
30799npm verb get http://registry.npmjs.org/supertest not expired, no request
30800npm verb addNamed "0.11.0" is a plain semver version for supertest
30801npm verb get http://registry.npmjs.org/karma-requirejs not expired, no request
30802npm verb addNamed "0.2.2" is a plain semver version for karma-requirejs
30803npm verb get http://registry.npmjs.org/grunt-protractor-runner not expired, no request
30804npm verb addNamed "1.2.1" is a plain semver version for grunt-protractor-runner
30805npm verb get http://registry.npmjs.org/grunt-karma not expired, no request
30806npm verb addNamed "0.8.3" is a plain semver version for grunt-karma
30807npm verb get http://registry.npmjs.org/requirejs not expired, no request
30808npm verb addNamed "2.1.22" is a plain semver version for requirejs
30809npm verb addRemoteTarball http://registry.npmjs.org/karma-ng-scenario/-/karma-ng-scenario-0.1.0.tgz not in flight; adding
30810npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-ng-scenario/-/karma-ng-scenario-0.1.0.tgz',
30811npm verb addRemoteTarball '0d7c8f1348597252178aab450866507f384d08a3' ]
30812npm verb get http://registry.npmjs.org/grunt-contrib-uglify not expired, no request
30813npm verb addNamed "0.4.1" is a plain semver version for grunt-contrib-uglify
30814npm http fetch 200 http://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz
30815npm http fetch 200 http://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz
30816npm http 200 http://registry.npmjs.org/grunt-dom-munger
30817npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30818npm verb headers etag: '"4R0HAXCFBCNFRC845B8B6L1XC"',
30819npm verb headers 'content-type': 'application/json',
30820npm verb headers 'cache-control': 'max-age=300',
30821npm verb headers 'content-length': '25750',
30822npm verb headers 'accept-ranges': 'bytes',
30823npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30824npm verb headers age: '0',
30825npm verb headers 'x-served-by': 'cache-fra1227-FRA',
30826npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30827npm verb headers 'x-cache-hits': '1',
30828npm verb headers 'x-timer': 'S1451417509.667984,VS0,VE832',
30829npm verb headers vary: 'Accept',
30830npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30831npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30832npm verb headers connection: 'keep-alive' }
30833npm verb get saving grunt-dom-munger to /root/.npm/registry.npmjs.org/grunt-dom-munger/.cache.json
30834npm http 200 http://registry.npmjs.org/grunt-usemin
30835npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30836npm verb headers etag: '"3WM6QFP2BWHXYG1QMANC0X1M0"',
30837npm verb headers 'content-type': 'application/json',
30838npm verb headers 'cache-control': 'max-age=300',
30839npm verb headers 'content-length': '65588',
30840npm verb headers 'accept-ranges': 'bytes',
30841npm verb headers date: 'Tue, 29 Dec 2015 19:31:50 GMT',
30842npm verb headers age: '0',
30843npm verb headers 'x-served-by': 'cache-fra1242-FRA',
30844npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
30845npm verb headers 'x-cache-hits': '1',
30846npm verb headers 'x-timer': 'S1451417509.666331,VS0,VE849',
30847npm verb headers vary: 'Accept',
30848npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
30849npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
30850npm verb headers connection: 'keep-alive' }
30851npm verb get saving grunt-usemin to /root/.npm/registry.npmjs.org/grunt-usemin/.cache.json
30852npm verb get http://registry.npmjs.org/grunt-autoprefixer not expired, no request
30853npm verb addNamed "0.7.6" is a plain semver version for grunt-autoprefixer
30854npm verb cache add spec karma-html2js-preprocessor@~0.1.0
30855npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for karma-html2js-preprocessor
30856npm verb addNameRange registry:http://registry.npmjs.org/karma-html2js-preprocessor not in flight; fetching
30857npm verb addRemoteTarball http://registry.npmjs.org/open/-/open-0.0.5.tgz not in flight; adding
30858npm verb addRemoteTarball [ 'http://registry.npmjs.org/open/-/open-0.0.5.tgz',
30859npm verb addRemoteTarball '42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc' ]
30860npm info retry fetch attempt 1 at 19:31:50
30861npm info attempt registry request try #1 at 19:31:50
30862npm http fetch GET http://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-0.5.0.tgz
30863npm verb addRemoteTarball http://registry.npmjs.org/supertest/-/supertest-0.11.0.tgz not in flight; adding
30864npm verb addRemoteTarball [ 'http://registry.npmjs.org/supertest/-/supertest-0.11.0.tgz',
30865npm verb addRemoteTarball 'f8496b9f05cac1ea2fcec1d21adeca7167f42460' ]
30866npm verb addRemoteTarball http://registry.npmjs.org/karma-requirejs/-/karma-requirejs-0.2.2.tgz not in flight; adding
30867npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-requirejs/-/karma-requirejs-0.2.2.tgz',
30868npm verb addRemoteTarball 'e497ca0868e2e09a9b8e3f646745c31a935fe8b6' ]
30869npm verb addRemoteTarball http://registry.npmjs.org/grunt-protractor-runner/-/grunt-protractor-runner-1.2.1.tgz not in flight; adding
30870npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-protractor-runner/-/grunt-protractor-runner-1.2.1.tgz',
30871npm verb addRemoteTarball '726f33208889219a37c2032c28e680b253b7f8f7' ]
30872npm verb addRemoteTarball http://registry.npmjs.org/grunt-karma/-/grunt-karma-0.8.3.tgz not in flight; adding
30873npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-karma/-/grunt-karma-0.8.3.tgz',
30874npm verb addRemoteTarball 'e9ecf718153af1914aa53602a37f85de04310e7f' ]
30875npm verb addRemoteTarball http://registry.npmjs.org/requirejs/-/requirejs-2.1.22.tgz not in flight; adding
30876npm verb addRemoteTarball [ 'http://registry.npmjs.org/requirejs/-/requirejs-2.1.22.tgz',
30877npm verb addRemoteTarball 'dd78fd2d34180c0d62c724b5b8aebc0664e0366f' ]
30878npm verb get http://registry.npmjs.org/grunt-open not expired, no request
30879npm verb addNamed "0.2.3" is a plain semver version for grunt-open
30880npm verb get http://registry.npmjs.org/grunt-contrib-jshint not expired, no request
30881npm verb addNamed "0.10.0" is a plain semver version for grunt-contrib-jshint
30882npm verb get http://registry.npmjs.org/grunt-filerev not expired, no request
30883npm verb addNamed "2.2.0" is a plain semver version for grunt-filerev
30884npm verb get http://registry.npmjs.org/karma-jade-preprocessor not expired, no request
30885npm verb get http://registry.npmjs.org/grunt-asset-injector not expired, no request
30886npm verb addNamed "0.1.0" is a plain semver version for grunt-asset-injector
30887npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.4.1.tgz not in flight; adding
30888npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.4.1.tgz',
30889npm verb addRemoteTarball 'd43f3bc6e02c335563f8c4f9f0813fb4b0ff79b1' ]
30890npm verb cache add spec karma-ng-jade2js-preprocessor@^0.1.2
30891npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for karma-ng-jade2js-preprocessor
30892npm verb addNameRange registry:http://registry.npmjs.org/karma-ng-jade2js-preprocessor not in flight; fetching
30893npm verb get http://registry.npmjs.org/grunt-env not expired, no request
30894npm verb addNamed "0.4.4" is a plain semver version for grunt-env
30895npm verb addRemoteTarball http://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.6.tgz not in flight; adding
30896npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.6.tgz',
30897npm verb addRemoteTarball '343609a7ef7a82d8a061de6d962f555215ab91f9' ]
30898npm info retry fetch attempt 1 at 19:31:50
30899npm info attempt registry request try #1 at 19:31:50
30900npm http fetch GET http://registry.npmjs.org/time-grunt/-/time-grunt-0.3.2.tgz
30901npm info retry fetch attempt 1 at 19:31:50
30902npm info attempt registry request try #1 at 19:31:50
30903npm http fetch GET http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz
30904npm info retry fetch attempt 1 at 19:31:50
30905npm info attempt registry request try #1 at 19:31:50
30906npm http fetch GET http://registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-0.7.2.tgz
30907npm info retry fetch attempt 1 at 19:31:50
30908npm info attempt registry request try #1 at 19:31:50
30909npm http fetch GET http://registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-0.4.0.tgz
30910npm info retry fetch attempt 1 at 19:31:50
30911npm info attempt registry request try #1 at 19:31:50
30912npm http fetch GET http://registry.npmjs.org/jit-grunt/-/jit-grunt-0.5.0.tgz
30913npm info retry fetch attempt 1 at 19:31:50
30914npm info attempt registry request try #1 at 19:31:50
30915npm http fetch GET http://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-0.1.12.tgz
30916npm info retry fetch attempt 1 at 19:31:50
30917npm info attempt registry request try #1 at 19:31:50
30918npm http fetch GET http://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-0.1.7.tgz
30919npm verb addRemoteTarball http://registry.npmjs.org/grunt-open/-/grunt-open-0.2.3.tgz not in flight; adding
30920npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-open/-/grunt-open-0.2.3.tgz',
30921npm verb addRemoteTarball '145ac45026a57fcfaa433ffd7398ae46d2bd3957' ]
30922npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz not in flight; adding
30923npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz',
30924npm verb addRemoteTarball '57ebccca87e8f327af6645d8a3c586d4845e4d81' ]
30925npm verb addRemoteTarball http://registry.npmjs.org/grunt-filerev/-/grunt-filerev-2.2.0.tgz not in flight; adding
30926npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-filerev/-/grunt-filerev-2.2.0.tgz',
30927npm verb addRemoteTarball 'c513bf2a8faf9c6d1c751ab94fa72fda13ae2f23' ]
30928npm verb addRemoteTarball http://registry.npmjs.org/karma-jade-preprocessor/-/karma-jade-preprocessor-0.0.11.tgz not in flight; adding
30929npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-jade-preprocessor/-/karma-jade-preprocessor-0.0.11.tgz',
30930npm verb addRemoteTarball '5a6b653c2ceba25608907797d86922c5e10cb75e' ]
30931npm verb addRemoteTarball http://registry.npmjs.org/grunt-asset-injector/-/grunt-asset-injector-0.1.0.tgz not in flight; adding
30932npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-asset-injector/-/grunt-asset-injector-0.1.0.tgz',
30933npm verb addRemoteTarball '6d536f4677cfb986a289a0cc6d5fc0ea826498ba' ]
30934npm verb get http://registry.npmjs.org/grunt-angular-templates not expired, no request
30935npm verb addNamed "0.5.9" is a plain semver version for grunt-angular-templates
30936npm verb get http://registry.npmjs.org/should not expired, no request
30937npm verb addNamed "3.3.2" is a plain semver version for should
30938npm verb get http://registry.npmjs.org/grunt-contrib-copy not expired, no request
30939npm verb addNamed "0.5.0" is a plain semver version for grunt-contrib-copy
30940npm verb get http://registry.npmjs.org/grunt-wiredep not expired, no request
30941npm verb addNamed "1.8.0" is a plain semver version for grunt-wiredep
30942npm verb get http://registry.npmjs.org/grunt-google-cdn not expired, no request
30943npm verb addNamed "0.4.3" is a plain semver version for grunt-google-cdn
30944npm verb addRemoteTarball http://registry.npmjs.org/grunt-env/-/grunt-env-0.4.4.tgz not in flight; adding
30945npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-env/-/grunt-env-0.4.4.tgz',
30946npm verb addRemoteTarball '3b38843a8d737177ddc9f893879fb69ce1a0bc2f' ]
30947npm info retry fetch attempt 1 at 19:31:50
30948npm info attempt registry request try #1 at 19:31:50
30949npm http fetch GET http://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.9.0.tgz
30950npm info retry fetch attempt 1 at 19:31:50
30951npm info attempt registry request try #1 at 19:31:50
30952npm http fetch GET http://registry.npmjs.org/connect-livereload/-/connect-livereload-0.4.1.tgz
30953npm info retry fetch attempt 1 at 19:31:50
30954npm info attempt registry request try #1 at 19:31:50
30955npm http fetch GET http://registry.npmjs.org/jshint-stylish/-/jshint-stylish-0.1.5.tgz
30956npm info retry fetch attempt 1 at 19:31:50
30957npm info attempt registry request try #1 at 19:31:50
30958npm http fetch GET http://registry.npmjs.org/grunt-nodemon/-/grunt-nodemon-0.2.1.tgz
30959npm info retry fetch attempt 1 at 19:31:50
30960npm info attempt registry request try #1 at 19:31:50
30961npm http fetch GET http://registry.npmjs.org/karma-jasmine/-/karma-jasmine-0.1.6.tgz
30962npm info retry fetch attempt 1 at 19:31:50
30963npm info attempt registry request try #1 at 19:31:50
30964npm http fetch GET http://registry.npmjs.org/grunt-newer/-/grunt-newer-0.7.0.tgz
30965npm info retry fetch attempt 1 at 19:31:50
30966npm info attempt registry request try #1 at 19:31:50
30967npm http fetch GET http://registry.npmjs.org/karma-ng-scenario/-/karma-ng-scenario-0.1.0.tgz
30968npm verb addRemoteTarball http://registry.npmjs.org/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz not in flight; adding
30969npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz',
30970npm verb addRemoteTarball '2899be20d9438ad19b0d0a806aa8ec7a23b25b2a' ]
30971npm verb addRemoteTarball http://registry.npmjs.org/should/-/should-3.3.2.tgz not in flight; adding
30972npm verb addRemoteTarball [ 'http://registry.npmjs.org/should/-/should-3.3.2.tgz',
30973npm verb addRemoteTarball 'c883dd409b53bbdf1b55ec0d8fc3865f2b287e64' ]
30974npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz not in flight; adding
30975npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz',
30976npm verb addRemoteTarball '410075ac45a5856ba191b1cc725725450d4a0215' ]
30977npm verb get http://registry.npmjs.org/karma-phantomjs-launcher not expired, no request
30978npm verb addNamed "0.1.4" is a plain semver version for karma-phantomjs-launcher
30979npm verb get http://registry.npmjs.org/grunt-contrib-concat not expired, no request
30980npm verb addNamed "0.4.0" is a plain semver version for grunt-contrib-concat
30981npm verb get http://registry.npmjs.org/karma-ng-html2js-preprocessor not expired, no request
30982npm verb addNamed "0.1.2" is a plain semver version for karma-ng-html2js-preprocessor
30983npm verb addRemoteTarball http://registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-1.8.0.tgz not in flight; adding
30984npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-1.8.0.tgz',
30985npm verb addRemoteTarball 'e97291e171126d6493f05d4f9a01f7115a9143f4' ]
30986npm http fetch 200 http://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-0.5.0.tgz
30987npm verb get http://registry.npmjs.org/grunt-contrib-htmlmin not expired, no request
30988npm verb addNamed "0.2.0" is a plain semver version for grunt-contrib-htmlmin
30989npm verb cache add spec grunt-contrib-stylus@latest
30990npm verb addRemoteTarball http://registry.npmjs.org/grunt-google-cdn/-/grunt-google-cdn-0.4.3.tgz not in flight; adding
30991npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-google-cdn/-/grunt-google-cdn-0.4.3.tgz',
30992npm verb addRemoteTarball '8baed98e236de57c1e34d2ef1dcdaae117c7bf18' ]
30993npm info retry fetch attempt 1 at 19:31:50
30994npm info attempt registry request try #1 at 19:31:50
30995npm http fetch GET http://registry.npmjs.org/open/-/open-0.0.5.tgz
30996npm info retry fetch attempt 1 at 19:31:50
30997npm info attempt registry request try #1 at 19:31:50
30998npm http fetch GET http://registry.npmjs.org/supertest/-/supertest-0.11.0.tgz
30999npm info retry fetch attempt 1 at 19:31:50
31000npm info attempt registry request try #1 at 19:31:50
31001npm http fetch GET http://registry.npmjs.org/karma-requirejs/-/karma-requirejs-0.2.2.tgz
31002npm info retry fetch attempt 1 at 19:31:50
31003npm info attempt registry request try #1 at 19:31:50
31004npm http fetch GET http://registry.npmjs.org/grunt-karma/-/grunt-karma-0.8.3.tgz
31005npm info retry fetch attempt 1 at 19:31:50
31006npm info attempt registry request try #1 at 19:31:50
31007npm http fetch GET http://registry.npmjs.org/requirejs/-/requirejs-2.1.22.tgz
31008npm info retry fetch attempt 1 at 19:31:50
31009npm info attempt registry request try #1 at 19:31:50
31010npm http fetch GET http://registry.npmjs.org/grunt-protractor-runner/-/grunt-protractor-runner-1.2.1.tgz
31011npm info retry fetch attempt 1 at 19:31:50
31012npm info attempt registry request try #1 at 19:31:50
31013npm http fetch GET http://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.4.1.tgz
31014npm verb addRemoteTarball http://registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.4.tgz not in flight; adding
31015npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.4.tgz',
31016npm verb addRemoteTarball '4ef96e4322ff63ae5d918e51c25b213723238f30' ]
31017npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.4.0.tgz not in flight; adding
31018npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.4.0.tgz',
31019npm verb addRemoteTarball 'b87f7cf153bf64688142f947161156013fbc7c74' ]
31020npm verb addRemoteTarball http://registry.npmjs.org/karma-ng-html2js-preprocessor/-/karma-ng-html2js-preprocessor-0.1.2.tgz not in flight; adding
31021npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-ng-html2js-preprocessor/-/karma-ng-html2js-preprocessor-0.1.2.tgz',
31022npm verb addRemoteTarball 'c9402cb577d891bfed1a9ff064f0cdb9a4fdc9b1' ]
31023npm verb cache add spec grunt-ng-annotate@^0.2.3
31024npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for grunt-ng-annotate
31025npm verb addNameRange registry:http://registry.npmjs.org/grunt-ng-annotate not in flight; fetching
31026npm verb cache add spec grunt-node-inspector@~0.1.5
31027npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for grunt-node-inspector
31028npm verb addNameRange registry:http://registry.npmjs.org/grunt-node-inspector not in flight; fetching
31029npm http fetch 200 http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz
31030npm http fetch 200 http://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-0.1.12.tgz
31031npm http fetch 200 http://registry.npmjs.org/time-grunt/-/time-grunt-0.3.2.tgz
31032npm http fetch 200 http://registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-0.7.2.tgz
31033npm http fetch 200 http://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-0.1.7.tgz
31034npm http fetch 200 http://registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-0.4.0.tgz
31035npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-htmlmin/-/grunt-contrib-htmlmin-0.2.0.tgz not in flight; adding
31036npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-htmlmin/-/grunt-contrib-htmlmin-0.2.0.tgz',
31037npm verb addRemoteTarball 'a874207f09077801c521298d0eaff73462ea1f3b' ]
31038npm verb addNamed "latest" is being treated as a dist-tag for grunt-contrib-stylus
31039npm info addNameTag [ 'grunt-contrib-stylus', 'latest' ]
31040npm verb addNameTag registry:http://registry.npmjs.org/grunt-contrib-stylus not in flight; fetching
31041npm info retry fetch attempt 1 at 19:31:50
31042npm info attempt registry request try #1 at 19:31:50
31043npm http fetch GET http://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.6.tgz
31044npm info retry fetch attempt 1 at 19:31:50
31045npm info attempt registry request try #1 at 19:31:50
31046npm http fetch GET http://registry.npmjs.org/grunt-open/-/grunt-open-0.2.3.tgz
31047npm info retry fetch attempt 1 at 19:31:50
31048npm info attempt registry request try #1 at 19:31:50
31049npm http fetch GET http://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz
31050npm info retry fetch attempt 1 at 19:31:50
31051npm info attempt registry request try #1 at 19:31:50
31052npm http fetch GET http://registry.npmjs.org/grunt-filerev/-/grunt-filerev-2.2.0.tgz
31053npm info retry fetch attempt 1 at 19:31:50
31054npm info attempt registry request try #1 at 19:31:50
31055npm http fetch GET http://registry.npmjs.org/karma-jade-preprocessor/-/karma-jade-preprocessor-0.0.11.tgz
31056npm info retry fetch attempt 1 at 19:31:50
31057npm info attempt registry request try #1 at 19:31:50
31058npm http fetch GET http://registry.npmjs.org/grunt-asset-injector/-/grunt-asset-injector-0.1.0.tgz
31059npm http fetch 200 http://registry.npmjs.org/jit-grunt/-/jit-grunt-0.5.0.tgz
31060npm http fetch 200 http://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.9.0.tgz
31061npm http fetch 200 http://registry.npmjs.org/grunt-newer/-/grunt-newer-0.7.0.tgz
31062npm http fetch 200 http://registry.npmjs.org/connect-livereload/-/connect-livereload-0.4.1.tgz
31063npm http fetch 200 http://registry.npmjs.org/jshint-stylish/-/jshint-stylish-0.1.5.tgz
31064npm http fetch 200 http://registry.npmjs.org/karma-jasmine/-/karma-jasmine-0.1.6.tgz
31065npm verb cache add spec grunt-contrib-jade@^0.11.0
31066npm verb addNamed ">=0.11.0 <0.12.0" is a valid semver range for grunt-contrib-jade
31067npm verb addNameRange registry:http://registry.npmjs.org/grunt-contrib-jade not in flight; fetching
31068npm info retry fetch attempt 1 at 19:31:50
31069npm info attempt registry request try #1 at 19:31:50
31070npm http fetch GET http://registry.npmjs.org/grunt-env/-/grunt-env-0.4.4.tgz
31071npm verb get http://registry.npmjs.org/karma-html2js-preprocessor not expired, no request
31072npm verb addNamed "0.1.0" is a plain semver version for karma-html2js-preprocessor
31073npm info retry fetch attempt 1 at 19:31:50
31074npm info attempt registry request try #1 at 19:31:50
31075npm http fetch GET http://registry.npmjs.org/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz
31076npm info retry fetch attempt 1 at 19:31:50
31077npm info attempt registry request try #1 at 19:31:50
31078npm http fetch GET http://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz
31079npm info retry fetch attempt 1 at 19:31:50
31080npm info attempt registry request try #1 at 19:31:51
31081npm http fetch GET http://registry.npmjs.org/should/-/should-3.3.2.tgz
31082npm info retry fetch attempt 1 at 19:31:51
31083npm info attempt registry request try #1 at 19:31:51
31084npm http fetch GET http://registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-1.8.0.tgz
31085npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt/-/grunt-0.4.5.tgz not in flight; adding
31086npm verb addTmpTarball already have metadata; skipping unpack for grunt@0.4.5
31087npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz not in flight; adding
31088npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-clean@0.5.0
31089npm http fetch 200 http://registry.npmjs.org/grunt-nodemon/-/grunt-nodemon-0.2.1.tgz
31090npm http fetch 200 http://registry.npmjs.org/grunt-karma/-/grunt-karma-0.8.3.tgz
31091npm http fetch 200 http://registry.npmjs.org/requirejs/-/requirejs-2.1.22.tgz
31092npm http fetch 200 http://registry.npmjs.org/open/-/open-0.0.5.tgz
31093npm http fetch 200 http://registry.npmjs.org/supertest/-/supertest-0.11.0.tgz
31094npm http fetch 200 http://registry.npmjs.org/karma-requirejs/-/karma-requirejs-0.2.2.tgz
31095npm http fetch 200 http://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.4.1.tgz
31096npm verb get http://registry.npmjs.org/karma-ng-jade2js-preprocessor not expired, no request
31097npm verb addNamed "0.1.5" is a plain semver version for karma-ng-jade2js-preprocessor
31098npm info retry fetch attempt 1 at 19:31:51
31099npm info attempt registry request try #1 at 19:31:51
31100npm http fetch GET http://registry.npmjs.org/grunt-google-cdn/-/grunt-google-cdn-0.4.3.tgz
31101npm verb addRemoteTarball http://registry.npmjs.org/karma-html2js-preprocessor/-/karma-html2js-preprocessor-0.1.0.tgz not in flight; adding
31102npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-html2js-preprocessor/-/karma-html2js-preprocessor-0.1.0.tgz',
31103npm verb addRemoteTarball '2f7cf881f54a5d0b72154cc6ee1241c44292c7fe' ]
31104npm info retry fetch attempt 1 at 19:31:51
31105npm info attempt registry request try #1 at 19:31:51
31106npm http fetch GET http://registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.4.tgz
31107npm info retry fetch attempt 1 at 19:31:51
31108npm info attempt registry request try #1 at 19:31:51
31109npm http fetch GET http://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.4.0.tgz
31110npm info retry fetch attempt 1 at 19:31:51
31111npm info attempt registry request try #1 at 19:31:51
31112npm http fetch GET http://registry.npmjs.org/karma-ng-html2js-preprocessor/-/karma-ng-html2js-preprocessor-0.1.2.tgz
31113npm http fetch 200 http://registry.npmjs.org/grunt-protractor-runner/-/grunt-protractor-runner-1.2.1.tgz
31114npm http fetch 200 http://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.6.tgz
31115npm http fetch 200 http://registry.npmjs.org/grunt-open/-/grunt-open-0.2.3.tgz
31116npm http fetch 200 http://registry.npmjs.org/karma-jade-preprocessor/-/karma-jade-preprocessor-0.0.11.tgz
31117npm http fetch 200 http://registry.npmjs.org/grunt-asset-injector/-/grunt-asset-injector-0.1.0.tgz
31118npm http fetch 200 http://registry.npmjs.org/grunt-filerev/-/grunt-filerev-2.2.0.tgz
31119npm verb mirrorRemote daftmonk/grunt-build-control git clone git://github.com/daftmonk/grunt-build-control.git Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-daftmonk-grunt-build-control-git-71b9b368'...
31120npm verb addRemoteTarball http://registry.npmjs.org/karma-ng-jade2js-preprocessor/-/karma-ng-jade2js-preprocessor-0.1.5.tgz not in flight; adding
31121npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-ng-jade2js-preprocessor/-/karma-ng-jade2js-preprocessor-0.1.5.tgz',
31122npm verb addRemoteTarball 'b799f7fc96f6c5fe10a0d887d37b5b3e5c873883' ]
31123npm info retry fetch attempt 1 at 19:31:51
31124npm info attempt registry request try #1 at 19:31:51
31125npm http fetch GET http://registry.npmjs.org/grunt-contrib-htmlmin/-/grunt-contrib-htmlmin-0.2.0.tgz
31126npm verb cache add spec grunt-mocha-test@~0.10.2
31127npm verb addNamed ">=0.10.2 <0.11.0" is a valid semver range for grunt-mocha-test
31128npm verb addNameRange registry:http://registry.npmjs.org/grunt-mocha-test not in flight; fetching
31129npm http fetch 200 http://registry.npmjs.org/karma-ng-scenario/-/karma-ng-scenario-0.1.0.tgz
31130npm http fetch 200 http://registry.npmjs.org/grunt-env/-/grunt-env-0.4.4.tgz
31131npm http fetch 200 http://registry.npmjs.org/should/-/should-3.3.2.tgz
31132npm http fetch 200 http://registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-1.8.0.tgz
31133npm verb get http://registry.npmjs.org/grunt-ng-annotate not expired, no request
31134npm verb addNamed "0.2.3" is a plain semver version for grunt-ng-annotate
31135npm verb get http://registry.npmjs.org/grunt-node-inspector not expired, no request
31136npm verb addNamed "0.1.6" is a plain semver version for grunt-node-inspector
31137npm verb cache add spec grunt-express-server@~0.4.17
31138npm verb addNamed ">=0.4.17 <0.5.0" is a valid semver range for grunt-express-server
31139npm verb addNameRange registry:http://registry.npmjs.org/grunt-express-server not in flight; fetching
31140npm verb cache add spec karma-coffee-preprocessor@~0.2.1
31141npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for karma-coffee-preprocessor
31142npm verb addNameRange registry:http://registry.npmjs.org/karma-coffee-preprocessor not in flight; fetching
31143npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-0.5.0.tgz not in flight; adding
31144npm verb addTmpTarball already have metadata; skipping unpack for grunt-concurrent@0.5.0
31145npm http fetch 200 http://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz
31146npm http fetch 200 http://registry.npmjs.org/grunt-google-cdn/-/grunt-google-cdn-0.4.3.tgz
31147npm http fetch 200 http://registry.npmjs.org/karma-ng-html2js-preprocessor/-/karma-ng-html2js-preprocessor-0.1.2.tgz
31148npm http fetch 200 http://registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.4.tgz
31149npm http fetch 200 http://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.4.0.tgz
31150npm verb cache add spec karma-script-launcher@~0.1.0
31151npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for karma-script-launcher
31152npm verb addNameRange registry:http://registry.npmjs.org/karma-script-launcher not in flight; fetching
31153npm verb get http://registry.npmjs.org/grunt-contrib-stylus not expired, no request
31154npm verb addNamed "0.22.0" is a plain semver version for grunt-contrib-stylus
31155npm verb addRemoteTarball http://registry.npmjs.org/grunt-ng-annotate/-/grunt-ng-annotate-0.2.3.tgz not in flight; adding
31156npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-ng-annotate/-/grunt-ng-annotate-0.2.3.tgz',
31157npm verb addRemoteTarball 'ff37c013e841e2dc40feaae296849cc2a6fce83f' ]
31158npm verb addRemoteTarball http://registry.npmjs.org/grunt-node-inspector/-/grunt-node-inspector-0.1.6.tgz not in flight; adding
31159npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-node-inspector/-/grunt-node-inspector-0.1.6.tgz',
31160npm verb addRemoteTarball '4578fa9df4102f22bcfb0dd4263398066c901b14' ]
31161npm info retry fetch attempt 1 at 19:31:51
31162npm info attempt registry request try #1 at 19:31:51
31163npm http fetch GET http://registry.npmjs.org/karma-html2js-preprocessor/-/karma-html2js-preprocessor-0.1.0.tgz
31164npm verb cache add spec grunt-dom-munger@^3.4.0
31165npm verb addNamed ">=3.4.0 <4.0.0" is a valid semver range for grunt-dom-munger
31166npm verb addNameRange registry:http://registry.npmjs.org/grunt-dom-munger not in flight; fetching
31167npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz not in flight; adding
31168npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-watch@0.6.1
31169npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-0.1.12.tgz not in flight; adding
31170npm verb addTmpTarball already have metadata; skipping unpack for karma-chrome-launcher@0.1.12
31171npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-0.7.2.tgz not in flight; adding
31172npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-imagemin@0.7.2
31173npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/time-grunt/-/time-grunt-0.3.2.tgz not in flight; adding
31174npm verb addTmpTarball already have metadata; skipping unpack for time-grunt@0.3.2
31175npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-0.1.7.tgz not in flight; adding
31176npm verb addTmpTarball already have metadata; skipping unpack for karma-firefox-launcher@0.1.7
31177npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-0.4.0.tgz not in flight; adding
31178npm verb addTmpTarball already have metadata; skipping unpack for grunt-svgmin@0.4.0
31179npm http fetch 200 http://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz
31180npm verb cache add spec grunt-usemin@~3.0.0
31181npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for grunt-usemin
31182npm verb addNameRange registry:http://registry.npmjs.org/grunt-usemin not in flight; fetching
31183npm verb get http://registry.npmjs.org/grunt-contrib-jade not expired, no request
31184npm verb addNamed "0.11.0" is a plain semver version for grunt-contrib-jade
31185npm info retry fetch attempt 1 at 19:31:51
31186npm info attempt registry request try #1 at 19:31:51
31187npm http fetch GET http://registry.npmjs.org/karma-ng-jade2js-preprocessor/-/karma-ng-jade2js-preprocessor-0.1.5.tgz
31188npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-stylus/-/grunt-contrib-stylus-0.22.0.tgz not in flight; adding
31189npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-stylus/-/grunt-contrib-stylus-0.22.0.tgz',
31190npm verb addRemoteTarball 'c1577af69dcc28a1d21355ddb1f8711e3b86cb02' ]
31191npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.9.0.tgz not in flight; adding
31192npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-cssmin@0.9.0
31193npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/connect-livereload/-/connect-livereload-0.4.1.tgz not in flight; adding
31194npm verb addTmpTarball already have metadata; skipping unpack for connect-livereload@0.4.1
31195npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-newer/-/grunt-newer-0.7.0.tgz not in flight; adding
31196npm verb addTmpTarball already have metadata; skipping unpack for grunt-newer@0.7.0
31197npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jit-grunt/-/jit-grunt-0.5.0.tgz not in flight; adding
31198npm verb addTmpTarball already have metadata; skipping unpack for jit-grunt@0.5.0
31199npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jshint-stylish/-/jshint-stylish-0.1.5.tgz not in flight; adding
31200npm verb addTmpTarball already have metadata; skipping unpack for jshint-stylish@0.1.5
31201npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-jasmine/-/karma-jasmine-0.1.6.tgz not in flight; adding
31202npm verb addTmpTarball already have metadata; skipping unpack for karma-jasmine@0.1.6
31203npm http 200 http://registry.npmjs.org/karma
31204npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31205npm verb headers etag: '"76STDLBBITZARU1M83KXAP5M6"',
31206npm verb headers 'content-type': 'application/json',
31207npm verb headers 'cache-control': 'max-age=300',
31208npm verb headers 'content-length': '1117315',
31209npm verb headers 'accept-ranges': 'bytes',
31210npm verb headers date: 'Tue, 29 Dec 2015 19:31:49 GMT',
31211npm verb headers age: '96',
31212npm verb headers 'x-served-by': 'cache-ams4145-AMS',
31213npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31214npm verb headers 'x-cache-hits': '1',
31215npm verb headers 'x-timer': 'S1451417509.700186,VS0,VE3',
31216npm verb headers vary: 'Accept',
31217npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31218npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31219npm verb headers connection: 'keep-alive' }
31220npm verb get saving karma to /root/.npm/registry.npmjs.org/karma/.cache.json
31221npm http fetch 200 http://registry.npmjs.org/grunt-contrib-htmlmin/-/grunt-contrib-htmlmin-0.2.0.tgz
31222npm verb addRemoteTarball http://registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.11.0.tgz not in flight; adding
31223npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.11.0.tgz',
31224npm verb addRemoteTarball '06786f3a81b5b65186fbbdf94470861f498c82de' ]
31225npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-nodemon/-/grunt-nodemon-0.2.1.tgz not in flight; adding
31226npm verb addTmpTarball already have metadata; skipping unpack for grunt-nodemon@0.2.1
31227npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-karma/-/grunt-karma-0.8.3.tgz not in flight; adding
31228npm verb addTmpTarball already have metadata; skipping unpack for grunt-karma@0.8.3
31229npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/open/-/open-0.0.5.tgz not in flight; adding
31230npm verb addTmpTarball already have metadata; skipping unpack for open@0.0.5
31231npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/supertest/-/supertest-0.11.0.tgz not in flight; adding
31232npm verb addTmpTarball already have metadata; skipping unpack for supertest@0.11.0
31233npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-requirejs/-/karma-requirejs-0.2.2.tgz not in flight; adding
31234npm verb addTmpTarball already have metadata; skipping unpack for karma-requirejs@0.2.2
31235npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.4.1.tgz not in flight; adding
31236npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-uglify@0.4.1
31237npm http fetch 200 http://registry.npmjs.org/karma-html2js-preprocessor/-/karma-html2js-preprocessor-0.1.0.tgz
31238npm http fetch 200 http://registry.npmjs.org/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz
31239npm info retry fetch attempt 1 at 19:31:51
31240npm info attempt registry request try #1 at 19:31:51
31241npm http fetch GET http://registry.npmjs.org/grunt-ng-annotate/-/grunt-ng-annotate-0.2.3.tgz
31242npm verb get http://registry.npmjs.org/grunt-mocha-test not expired, no request
31243npm verb addNamed "0.10.2" is a plain semver version for grunt-mocha-test
31244npm info retry fetch attempt 1 at 19:31:51
31245npm info attempt registry request try #1 at 19:31:51
31246npm http fetch GET http://registry.npmjs.org/grunt-node-inspector/-/grunt-node-inspector-0.1.6.tgz
31247npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-protractor-runner/-/grunt-protractor-runner-1.2.1.tgz not in flight; adding
31248npm verb addTmpTarball already have metadata; skipping unpack for grunt-protractor-runner@1.2.1
31249npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-0.7.6.tgz not in flight; adding
31250npm verb addTmpTarball already have metadata; skipping unpack for grunt-autoprefixer@0.7.6
31251npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-open/-/grunt-open-0.2.3.tgz not in flight; adding
31252npm verb addTmpTarball already have metadata; skipping unpack for grunt-open@0.2.3
31253npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-jade-preprocessor/-/karma-jade-preprocessor-0.0.11.tgz not in flight; adding
31254npm verb addTmpTarball already have metadata; skipping unpack for karma-jade-preprocessor@0.0.11
31255npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-asset-injector/-/grunt-asset-injector-0.1.0.tgz not in flight; adding
31256npm verb addTmpTarball already have metadata; skipping unpack for grunt-asset-injector@0.1.0
31257npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-filerev/-/grunt-filerev-2.2.0.tgz not in flight; adding
31258npm verb addTmpTarball already have metadata; skipping unpack for grunt-filerev@2.2.0
31259npm http fetch 200 http://registry.npmjs.org/karma-ng-jade2js-preprocessor/-/karma-ng-jade2js-preprocessor-0.1.5.tgz
31260npm info retry fetch attempt 1 at 19:31:51
31261npm info attempt registry request try #1 at 19:31:51
31262npm http fetch GET http://registry.npmjs.org/grunt-contrib-stylus/-/grunt-contrib-stylus-0.22.0.tgz
31263npm verb get http://registry.npmjs.org/grunt-express-server not expired, no request
31264npm verb addNamed "0.4.19" is a plain semver version for grunt-express-server
31265npm verb addRemoteTarball http://registry.npmjs.org/grunt-mocha-test/-/grunt-mocha-test-0.10.2.tgz not in flight; adding
31266npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-mocha-test/-/grunt-mocha-test-0.10.2.tgz',
31267npm verb addRemoteTarball '3de5dcf993e4375be1af191f8f5bbd1f57256d47' ]
31268npm verb get http://registry.npmjs.org/karma-coffee-preprocessor not expired, no request
31269npm verb addNamed "0.2.1" is a plain semver version for karma-coffee-preprocessor
31270npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-env/-/grunt-env-0.4.4.tgz not in flight; adding
31271npm verb addTmpTarball already have metadata; skipping unpack for grunt-env@0.4.4
31272npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-1.8.0.tgz not in flight; adding
31273npm verb addTmpTarball already have metadata; skipping unpack for grunt-wiredep@1.8.0
31274npm verb get http://registry.npmjs.org/karma-script-launcher not expired, no request
31275npm verb addNamed "0.1.0" is a plain semver version for karma-script-launcher
31276npm info retry fetch attempt 1 at 19:31:51
31277npm info attempt registry request try #1 at 19:31:51
31278npm http fetch GET http://registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.11.0.tgz
31279npm verb addRemoteTarball http://registry.npmjs.org/grunt-express-server/-/grunt-express-server-0.4.19.tgz not in flight; adding
31280npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-express-server/-/grunt-express-server-0.4.19.tgz',
31281npm verb addRemoteTarball '6bc05c4c57ffdbba8fb087802a07c8043738bb8c' ]
31282npm verb addRemoteTarball http://registry.npmjs.org/karma-coffee-preprocessor/-/karma-coffee-preprocessor-0.2.1.tgz not in flight; adding
31283npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-coffee-preprocessor/-/karma-coffee-preprocessor-0.2.1.tgz',
31284npm verb addRemoteTarball 'fbfdf7329ff6e0b1cbfd26b078e70f6d5ce48496' ]
31285npm verb get http://registry.npmjs.org/grunt-dom-munger not expired, no request
31286npm verb addNamed "3.4.0" is a plain semver version for grunt-dom-munger
31287npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz not in flight; adding
31288npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-copy@0.5.0
31289npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-ng-html2js-preprocessor/-/karma-ng-html2js-preprocessor-0.1.2.tgz not in flight; adding
31290npm verb addTmpTarball already have metadata; skipping unpack for karma-ng-html2js-preprocessor@0.1.2
31291npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.4.tgz not in flight; adding
31292npm verb addTmpTarball already have metadata; skipping unpack for karma-phantomjs-launcher@0.1.4
31293npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.4.0.tgz not in flight; adding
31294npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-concat@0.4.0
31295npm http fetch 200 http://registry.npmjs.org/grunt-node-inspector/-/grunt-node-inspector-0.1.6.tgz
31296npm verb addRemoteTarball http://registry.npmjs.org/karma-script-launcher/-/karma-script-launcher-0.1.0.tgz not in flight; adding
31297npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma-script-launcher/-/karma-script-launcher-0.1.0.tgz',
31298npm verb addRemoteTarball 'b643e7c2faead1a52cdb2eeaadcf7a245f0d772a' ]
31299npm verb get http://registry.npmjs.org/grunt-usemin not expired, no request
31300npm verb addNamed "3.0.0" is a plain semver version for grunt-usemin
31301npm verb addRemoteTarball http://registry.npmjs.org/grunt-dom-munger/-/grunt-dom-munger-3.4.0.tgz not in flight; adding
31302npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-dom-munger/-/grunt-dom-munger-3.4.0.tgz',
31303npm verb addRemoteTarball '2d0d8f964f5a99511e914ad1d53f1f71c5ab6d89' ]
31304npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/should/-/should-3.3.2.tgz not in flight; adding
31305npm verb addTmpTarball already have metadata; skipping unpack for should@3.3.2
31306npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-google-cdn/-/grunt-google-cdn-0.4.3.tgz not in flight; adding
31307npm verb addTmpTarball already have metadata; skipping unpack for grunt-google-cdn@0.4.3
31308npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz not in flight; adding
31309npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-jshint@0.10.0
31310npm http fetch 200 http://registry.npmjs.org/grunt-ng-annotate/-/grunt-ng-annotate-0.2.3.tgz
31311npm http fetch 200 http://registry.npmjs.org/grunt-contrib-stylus/-/grunt-contrib-stylus-0.22.0.tgz
31312npm verb addRemoteTarball http://registry.npmjs.org/grunt-usemin/-/grunt-usemin-3.0.0.tgz not in flight; adding
31313npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-usemin/-/grunt-usemin-3.0.0.tgz',
31314npm verb addRemoteTarball '3d84d10331a5392285acb9794e05ff81accdb0d3' ]
31315npm info retry fetch attempt 1 at 19:31:51
31316npm info attempt registry request try #1 at 19:31:51
31317npm http fetch GET http://registry.npmjs.org/grunt-mocha-test/-/grunt-mocha-test-0.10.2.tgz
31318npm verb afterAdd /root/.npm/grunt/0.4.5/package/package.json not in flight; writing
31319npm verb afterAdd /root/.npm/grunt-contrib-clean/0.5.0/package/package.json not in flight; writing
31320npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-contrib-htmlmin/-/grunt-contrib-htmlmin-0.2.0.tgz not in flight; adding
31321npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-htmlmin@0.2.0
31322npm http fetch 200 http://registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.11.0.tgz
31323npm info retry fetch attempt 1 at 19:31:51
31324npm info attempt registry request try #1 at 19:31:51
31325npm http fetch GET http://registry.npmjs.org/grunt-express-server/-/grunt-express-server-0.4.19.tgz
31326npm info retry fetch attempt 1 at 19:31:51
31327npm info attempt registry request try #1 at 19:31:51
31328npm http fetch GET http://registry.npmjs.org/karma-coffee-preprocessor/-/karma-coffee-preprocessor-0.2.1.tgz
31329npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-html2js-preprocessor/-/karma-html2js-preprocessor-0.1.0.tgz not in flight; adding
31330npm verb addTmpTarball already have metadata; skipping unpack for karma-html2js-preprocessor@0.1.0
31331npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz not in flight; adding
31332npm verb addTmpTarball already have metadata; skipping unpack for grunt-angular-templates@0.5.9
31333npm info retry fetch attempt 1 at 19:31:51
31334npm info attempt registry request try #1 at 19:31:51
31335npm http fetch GET http://registry.npmjs.org/karma-script-launcher/-/karma-script-launcher-0.1.0.tgz
31336npm info retry fetch attempt 1 at 19:31:51
31337npm info attempt registry request try #1 at 19:31:51
31338npm http fetch GET http://registry.npmjs.org/grunt-dom-munger/-/grunt-dom-munger-3.4.0.tgz
31339npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-ng-jade2js-preprocessor/-/karma-ng-jade2js-preprocessor-0.1.5.tgz not in flight; adding
31340npm verb addTmpTarball already have metadata; skipping unpack for karma-ng-jade2js-preprocessor@0.1.5
31341npm info retry fetch attempt 1 at 19:31:51
31342npm info attempt registry request try #1 at 19:31:51
31343npm http fetch GET http://registry.npmjs.org/grunt-usemin/-/grunt-usemin-3.0.0.tgz
31344npm verb afterAdd /root/.npm/grunt-concurrent/0.5.0/package/package.json not in flight; writing
31345npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-ng-scenario/-/karma-ng-scenario-0.1.0.tgz not in flight; adding
31346npm verb addTmpTarball already have metadata; skipping unpack for karma-ng-scenario@0.1.0
31347npm http fetch 200 http://registry.npmjs.org/grunt-mocha-test/-/grunt-mocha-test-0.10.2.tgz
31348npm verb afterAdd /root/.npm/grunt-contrib-watch/0.6.1/package/package.json not in flight; writing
31349npm verb afterAdd /root/.npm/karma-chrome-launcher/0.1.12/package/package.json not in flight; writing
31350npm verb afterAdd /root/.npm/grunt-contrib-imagemin/0.7.2/package/package.json not in flight; writing
31351npm verb afterAdd /root/.npm/time-grunt/0.3.2/package/package.json not in flight; writing
31352npm verb afterAdd /root/.npm/karma-firefox-launcher/0.1.7/package/package.json not in flight; writing
31353npm verb afterAdd /root/.npm/grunt-svgmin/0.4.0/package/package.json not in flight; writing
31354npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/requirejs/-/requirejs-2.1.22.tgz not in flight; adding
31355npm verb addTmpTarball already have metadata; skipping unpack for requirejs@2.1.22
31356npm verb setPermissions daftmonk/grunt-build-control set permissions on /root/.npm/_git-remotes/git-github-com-daftmonk-grunt-build-control-git-71b9b368
31357npm verb resolveHead daftmonk/grunt-build-control original treeish: master
31358npm verb cache add spec karma@~0.12.9
31359npm verb addNamed ">=0.12.9 <0.13.0" is a valid semver range for karma
31360npm verb addNameRange registry:http://registry.npmjs.org/karma not in flight; fetching
31361npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-node-inspector/-/grunt-node-inspector-0.1.6.tgz not in flight; adding
31362npm verb addTmpTarball already have metadata; skipping unpack for grunt-node-inspector@0.1.6
31363npm http fetch 200 http://registry.npmjs.org/karma-coffee-preprocessor/-/karma-coffee-preprocessor-0.2.1.tgz
31364npm verb afterAdd /root/.npm/grunt/0.4.5/package/package.json written
31365npm verb afterAdd /root/.npm/grunt-contrib-clean/0.5.0/package/package.json written
31366npm verb afterAdd /root/.npm/grunt-contrib-cssmin/0.9.0/package/package.json not in flight; writing
31367npm verb afterAdd /root/.npm/connect-livereload/0.4.1/package/package.json not in flight; writing
31368npm verb afterAdd /root/.npm/jshint-stylish/0.1.5/package/package.json not in flight; writing
31369npm verb afterAdd /root/.npm/karma-jasmine/0.1.6/package/package.json not in flight; writing
31370npm verb afterAdd /root/.npm/grunt-newer/0.7.0/package/package.json not in flight; writing
31371npm verb afterAdd /root/.npm/jit-grunt/0.5.0/package/package.json not in flight; writing
31372npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-ng-annotate/-/grunt-ng-annotate-0.2.3.tgz not in flight; adding
31373npm verb addTmpTarball already have metadata; skipping unpack for grunt-ng-annotate@0.2.3
31374npm http fetch 200 http://registry.npmjs.org/grunt-dom-munger/-/grunt-dom-munger-3.4.0.tgz
31375npm http fetch 200 http://registry.npmjs.org/karma-script-launcher/-/karma-script-launcher-0.1.0.tgz
31376npm http fetch 200 http://registry.npmjs.org/grunt-usemin/-/grunt-usemin-3.0.0.tgz
31377npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-contrib-stylus/-/grunt-contrib-stylus-0.22.0.tgz not in flight; adding
31378npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-stylus@0.22.0
31379npm verb afterAdd /root/.npm/grunt-nodemon/0.2.1/package/package.json not in flight; writing
31380npm verb afterAdd /root/.npm/grunt-karma/0.8.3/package/package.json not in flight; writing
31381npm verb afterAdd /root/.npm/open/0.0.5/package/package.json not in flight; writing
31382npm verb afterAdd /root/.npm/karma-requirejs/0.2.2/package/package.json not in flight; writing
31383npm verb afterAdd /root/.npm/grunt-contrib-uglify/0.4.1/package/package.json not in flight; writing
31384npm verb afterAdd /root/.npm/supertest/0.11.0/package/package.json not in flight; writing
31385npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.11.0.tgz not in flight; adding
31386npm verb addTmpTarball already have metadata; skipping unpack for grunt-contrib-jade@0.11.0
31387npm verb afterAdd /root/.npm/grunt-protractor-runner/1.2.1/package/package.json not in flight; writing
31388npm verb afterAdd /root/.npm/karma-jade-preprocessor/0.0.11/package/package.json not in flight; writing
31389npm verb afterAdd /root/.npm/grunt-autoprefixer/0.7.6/package/package.json not in flight; writing
31390npm verb afterAdd /root/.npm/grunt-open/0.2.3/package/package.json not in flight; writing
31391npm verb afterAdd /root/.npm/grunt-filerev/2.2.0/package/package.json not in flight; writing
31392npm verb afterAdd /root/.npm/grunt-asset-injector/0.1.0/package/package.json not in flight; writing
31393npm verb afterAdd /root/.npm/grunt-concurrent/0.5.0/package/package.json written
31394npm info git [ 'rev-list', '-n1', 'master' ]
31395npm verb afterAdd /root/.npm/grunt-env/0.4.4/package/package.json not in flight; writing
31396npm verb afterAdd /root/.npm/grunt-wiredep/1.8.0/package/package.json not in flight; writing
31397npm verb afterAdd /root/.npm/karma-chrome-launcher/0.1.12/package/package.json written
31398npm verb afterAdd /root/.npm/grunt-contrib-watch/0.6.1/package/package.json written
31399npm verb afterAdd /root/.npm/grunt-contrib-imagemin/0.7.2/package/package.json written
31400npm verb afterAdd /root/.npm/time-grunt/0.3.2/package/package.json written
31401npm verb afterAdd /root/.npm/karma-firefox-launcher/0.1.7/package/package.json written
31402npm verb afterAdd /root/.npm/grunt-svgmin/0.4.0/package/package.json written
31403npm verb afterAdd /root/.npm/grunt-contrib-copy/0.5.0/package/package.json not in flight; writing
31404npm verb afterAdd /root/.npm/karma-ng-html2js-preprocessor/0.1.2/package/package.json not in flight; writing
31405npm verb afterAdd /root/.npm/grunt-contrib-concat/0.4.0/package/package.json not in flight; writing
31406npm verb afterAdd /root/.npm/karma-phantomjs-launcher/0.1.4/package/package.json not in flight; writing
31407npm verb get http://registry.npmjs.org/karma not expired, no request
31408npm verb addNamed "0.12.37" is a plain semver version for karma
31409npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-mocha-test/-/grunt-mocha-test-0.10.2.tgz not in flight; adding
31410npm verb addTmpTarball already have metadata; skipping unpack for grunt-mocha-test@0.10.2
31411npm http fetch 200 http://registry.npmjs.org/grunt-express-server/-/grunt-express-server-0.4.19.tgz
31412npm verb resolveHead daftmonk/grunt-build-control resolved Git URL: git://github.com/daftmonk/grunt-build-control.git#3d03ebbe49f8f963ef43c50af1084a15f56611fa
31413npm verb afterAdd /root/.npm/grunt-contrib-cssmin/0.9.0/package/package.json written
31414npm verb afterAdd /root/.npm/jshint-stylish/0.1.5/package/package.json written
31415npm verb afterAdd /root/.npm/connect-livereload/0.4.1/package/package.json written
31416npm verb afterAdd /root/.npm/karma-jasmine/0.1.6/package/package.json written
31417npm verb afterAdd /root/.npm/grunt-newer/0.7.0/package/package.json written
31418npm verb afterAdd /root/.npm/jit-grunt/0.5.0/package/package.json written
31419npm verb afterAdd /root/.npm/grunt-google-cdn/0.4.3/package/package.json not in flight; writing
31420npm verb afterAdd /root/.npm/grunt-contrib-jshint/0.10.0/package/package.json not in flight; writing
31421npm verb addRemoteTarball http://registry.npmjs.org/karma/-/karma-0.12.37.tgz not in flight; adding
31422npm verb addRemoteTarball [ 'http://registry.npmjs.org/karma/-/karma-0.12.37.tgz',
31423npm verb addRemoteTarball '1a9f7fdeccd69de2e835e04edbac2ecd3fa645e4' ]
31424npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-coffee-preprocessor/-/karma-coffee-preprocessor-0.2.1.tgz not in flight; adding
31425npm verb addTmpTarball already have metadata; skipping unpack for karma-coffee-preprocessor@0.2.1
31426npm verb afterAdd /root/.npm/grunt-nodemon/0.2.1/package/package.json written
31427npm verb afterAdd /root/.npm/grunt-karma/0.8.3/package/package.json written
31428npm verb afterAdd /root/.npm/karma-requirejs/0.2.2/package/package.json written
31429npm verb afterAdd /root/.npm/open/0.0.5/package/package.json written
31430npm verb afterAdd /root/.npm/grunt-contrib-uglify/0.4.1/package/package.json written
31431npm verb afterAdd /root/.npm/supertest/0.11.0/package/package.json written
31432npm verb afterAdd /root/.npm/should/3.3.2/package/package.json not in flight; writing
31433npm verb afterAdd /root/.npm/grunt-contrib-htmlmin/0.2.0/package/package.json not in flight; writing
31434npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-dom-munger/-/grunt-dom-munger-3.4.0.tgz not in flight; adding
31435npm verb addTmpTarball already have metadata; skipping unpack for grunt-dom-munger@3.4.0
31436npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma-script-launcher/-/karma-script-launcher-0.1.0.tgz not in flight; adding
31437npm verb addTmpTarball already have metadata; skipping unpack for karma-script-launcher@0.1.0
31438npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-usemin/-/grunt-usemin-3.0.0.tgz not in flight; adding
31439npm verb addTmpTarball already have metadata; skipping unpack for grunt-usemin@3.0.0
31440npm verb afterAdd /root/.npm/grunt-protractor-runner/1.2.1/package/package.json written
31441npm verb afterAdd /root/.npm/karma-jade-preprocessor/0.0.11/package/package.json written
31442npm verb afterAdd /root/.npm/grunt-autoprefixer/0.7.6/package/package.json written
31443npm verb afterAdd /root/.npm/grunt-filerev/2.2.0/package/package.json written
31444npm verb afterAdd /root/.npm/grunt-open/0.2.3/package/package.json written
31445npm verb afterAdd /root/.npm/grunt-asset-injector/0.1.0/package/package.json written
31446npm verb afterAdd /root/.npm/karma-html2js-preprocessor/0.1.0/package/package.json not in flight; writing
31447npm verb afterAdd /root/.npm/grunt-angular-templates/0.5.9/package/package.json not in flight; writing
31448npm verb afterAdd /root/.npm/grunt-env/0.4.4/package/package.json written
31449npm verb afterAdd /root/.npm/grunt-wiredep/1.8.0/package/package.json written
31450npm verb afterAdd /root/.npm/karma-ng-jade2js-preprocessor/0.1.5/package/package.json not in flight; writing
31451npm info retry fetch attempt 1 at 19:31:51
31452npm info attempt registry request try #1 at 19:31:51
31453npm http fetch GET http://registry.npmjs.org/karma/-/karma-0.12.37.tgz
31454npm verb afterAdd /root/.npm/grunt-contrib-copy/0.5.0/package/package.json written
31455npm verb afterAdd /root/.npm/karma-ng-html2js-preprocessor/0.1.2/package/package.json written
31456npm verb afterAdd /root/.npm/grunt-contrib-concat/0.4.0/package/package.json written
31457npm verb afterAdd /root/.npm/karma-phantomjs-launcher/0.1.4/package/package.json written
31458npm verb afterAdd /root/.npm/grunt-google-cdn/0.4.3/package/package.json written
31459npm verb afterAdd /root/.npm/grunt-contrib-jshint/0.10.0/package/package.json written
31460npm verb afterAdd /root/.npm/grunt-node-inspector/0.1.6/package/package.json not in flight; writing
31461npm http fetch 200 http://registry.npmjs.org/karma/-/karma-0.12.37.tgz
31462npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-express-server/-/grunt-express-server-0.4.19.tgz not in flight; adding
31463npm verb addTmpTarball already have metadata; skipping unpack for grunt-express-server@0.4.19
31464npm verb afterAdd /root/.npm/should/3.3.2/package/package.json written
31465npm verb afterAdd /root/.npm/grunt-contrib-htmlmin/0.2.0/package/package.json written
31466npm verb afterAdd /root/.npm/grunt-ng-annotate/0.2.3/package/package.json not in flight; writing
31467npm info git [ 'clone',
31468npm info git '/root/.npm/_git-remotes/git-github-com-daftmonk-grunt-build-control-git-71b9b368',
31469npm info git '/tmp/npm-5-82f437ae/git-cache-ac5973e9/3d03ebbe49f8f963ef43c50af1084a15f56611fa' ]
31470npm verb afterAdd /root/.npm/grunt-contrib-stylus/0.22.0/package/package.json not in flight; writing
31471npm verb afterAdd /root/.npm/karma-ng-scenario/0.1.0/package/package.json not in flight; writing
31472npm verb afterAdd /root/.npm/karma-html2js-preprocessor/0.1.0/package/package.json written
31473npm verb afterAdd /root/.npm/grunt-angular-templates/0.5.9/package/package.json written
31474npm verb afterAdd /root/.npm/grunt-contrib-jade/0.11.0/package/package.json not in flight; writing
31475npm verb afterAdd /root/.npm/karma-ng-jade2js-preprocessor/0.1.5/package/package.json written
31476npm verb cloneResolved daftmonk/grunt-build-control clone Cloning into '/tmp/npm-5-82f437ae/git-cache-ac5973e9/3d03ebbe49f8f963ef43c50af1084a15f56611fa'...
31477npm verb cloneResolved done.
31478npm verb afterAdd /root/.npm/requirejs/2.1.22/package/package.json not in flight; writing
31479npm verb afterAdd /root/.npm/grunt-node-inspector/0.1.6/package/package.json written
31480npm verb afterAdd /root/.npm/grunt-mocha-test/0.10.2/package/package.json not in flight; writing
31481npm verb afterAdd /root/.npm/karma-coffee-preprocessor/0.2.1/package/package.json not in flight; writing
31482npm verb afterAdd /root/.npm/grunt-ng-annotate/0.2.3/package/package.json written
31483npm verb afterAdd /root/.npm/grunt-contrib-stylus/0.22.0/package/package.json written
31484npm verb afterAdd /root/.npm/karma-ng-scenario/0.1.0/package/package.json written
31485npm verb afterAdd /root/.npm/grunt-contrib-jade/0.11.0/package/package.json written
31486npm verb afterAdd /root/.npm/grunt-dom-munger/3.4.0/package/package.json not in flight; writing
31487npm info git [ 'checkout', '3d03ebbe49f8f963ef43c50af1084a15f56611fa' ]
31488npm verb afterAdd /root/.npm/karma-script-launcher/0.1.0/package/package.json not in flight; writing
31489npm verb afterAdd /root/.npm/grunt-usemin/3.0.0/package/package.json not in flight; writing
31490npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/karma/-/karma-0.12.37.tgz not in flight; adding
31491npm verb addTmpTarball already have metadata; skipping unpack for karma@0.12.37
31492npm verb afterAdd /root/.npm/requirejs/2.1.22/package/package.json written
31493npm verb checkoutTreeish daftmonk/grunt-build-control checkout Note: checking out '3d03ebbe49f8f963ef43c50af1084a15f56611fa'.
31494npm verb checkoutTreeish
31495npm verb checkoutTreeish You are in 'detached HEAD' state. You can look around, make experimental
31496npm verb checkoutTreeish changes and commit them, and you can discard any commits you make in this
31497npm verb checkoutTreeish state without impacting any branches by performing another checkout.
31498npm verb checkoutTreeish
31499npm verb checkoutTreeish If you want to create a new branch to retain commits you create, you may
31500npm verb checkoutTreeish do so (now or later) by using -b with the checkout command again. Example:
31501npm verb checkoutTreeish
31502npm verb checkoutTreeish git checkout -b new_branch_name
31503npm verb checkoutTreeish
31504npm verb checkoutTreeish HEAD is now at 3d03ebb... Merge remote-tracking branch 'upstream/master'
31505npm verb afterAdd /root/.npm/grunt-mocha-test/0.10.2/package/package.json written
31506npm verb afterAdd /root/.npm/karma-coffee-preprocessor/0.2.1/package/package.json written
31507npm verb afterAdd /root/.npm/grunt-express-server/0.4.19/package/package.json not in flight; writing
31508npm verb afterAdd /root/.npm/grunt-dom-munger/3.4.0/package/package.json written
31509npm verb afterAdd /root/.npm/karma-script-launcher/0.1.0/package/package.json written
31510npm verb afterAdd /root/.npm/grunt-usemin/3.0.0/package/package.json written
31511npm verb afterAdd /root/.npm/grunt-express-server/0.4.19/package/package.json written
31512npm verb addLocalDirectory /root/.npm/grunt-build-control/0.1.3/package.tgz not in flight; packing
31513npm verb afterAdd /root/.npm/karma/0.12.37/package/package.json not in flight; writing
31514npm verb tar pack [ '/root/.npm/grunt-build-control/0.1.3/package.tgz',
31515npm verb tar pack '/tmp/npm-5-82f437ae/git-cache-ac5973e9/3d03ebbe49f8f963ef43c50af1084a15f56611fa' ]
31516npm verb tarball /root/.npm/grunt-build-control/0.1.3/package.tgz
31517npm verb folder /tmp/npm-5-82f437ae/git-cache-ac5973e9/3d03ebbe49f8f963ef43c50af1084a15f56611fa
31518npm verb afterAdd /root/.npm/karma/0.12.37/package/package.json written
31519npm verb addLocalTarball adding from inside cache /root/.npm/grunt-build-control/0.1.3/package.tgz
31520npm verb addRemoteGit data._from: daftmonk/grunt-build-control
31521npm verb addRemoteGit data._resolved: git://github.com/daftmonk/grunt-build-control.git#3d03ebbe49f8f963ef43c50af1084a15f56611fa
31522npm verb afterAdd /root/.npm/grunt-build-control/0.1.3/package/package.json not in flight; writing
31523npm verb afterAdd /root/.npm/grunt-build-control/0.1.3/package/package.json written
31524npm verb cache add spec async@~0.1.22
31525npm verb cache add spec glob@~3.1.21
31526npm verb cache add spec iconv-lite@~0.2.11
31527npm verb cache add spec minimatch@~0.2.12
31528npm verb cache add spec nopt@~1.0.10
31529npm verb cache add spec rimraf@~2.2.8
31530npm verb cache add spec lodash@~0.9.2
31531npm verb addNamed ">=0.1.22 <0.2.0" is a valid semver range for async
31532npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
31533npm verb addNamed ">=3.1.21 <3.2.0" is a valid semver range for glob
31534npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
31535npm verb addNamed ">=0.2.11 <0.3.0" is a valid semver range for iconv-lite
31536npm verb addNameRange registry:http://registry.npmjs.org/iconv-lite not in flight; fetching
31537npm verb addNamed ">=0.2.12 <0.3.0" is a valid semver range for minimatch
31538npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
31539npm verb addNamed ">=1.0.10 <1.1.0" is a valid semver range for nopt
31540npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
31541npm verb addNamed ">=2.2.8 <2.3.0" is a valid semver range for rimraf
31542npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
31543npm verb addNamed ">=0.9.2 <0.10.0" is a valid semver range for lodash
31544npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
31545npm verb request uri http://registry.npmjs.org/coffee-script
31546npm verb request no auth needed
31547npm info attempt registry request try #1 at 19:31:52
31548npm http request GET http://registry.npmjs.org/coffee-script
31549npm verb request uri http://registry.npmjs.org/colors
31550npm verb request no auth needed
31551npm info attempt registry request try #1 at 19:31:52
31552npm http request GET http://registry.npmjs.org/colors
31553npm verb request uri http://registry.npmjs.org/dateformat
31554npm verb request no auth needed
31555npm info attempt registry request try #1 at 19:31:52
31556npm http request GET http://registry.npmjs.org/dateformat
31557npm verb request uri http://registry.npmjs.org/eventemitter2
31558npm verb request no auth needed
31559npm info attempt registry request try #1 at 19:31:52
31560npm http request GET http://registry.npmjs.org/eventemitter2
31561npm verb request uri http://registry.npmjs.org/findup-sync
31562npm verb request no auth needed
31563npm info attempt registry request try #1 at 19:31:52
31564npm http request GET http://registry.npmjs.org/findup-sync
31565npm verb request uri http://registry.npmjs.org/hooker
31566npm verb request no auth needed
31567npm info attempt registry request try #1 at 19:31:52
31568npm http request GET http://registry.npmjs.org/hooker
31569npm verb request uri http://registry.npmjs.org/underscore.string
31570npm verb request no auth needed
31571npm info attempt registry request try #1 at 19:31:52
31572npm http request GET http://registry.npmjs.org/underscore.string
31573npm verb request uri http://registry.npmjs.org/which
31574npm verb request no auth needed
31575npm info attempt registry request try #1 at 19:31:52
31576npm http request GET http://registry.npmjs.org/which
31577npm verb request uri http://registry.npmjs.org/js-yaml
31578npm verb request no auth needed
31579npm info attempt registry request try #1 at 19:31:52
31580npm http request GET http://registry.npmjs.org/js-yaml
31581npm verb request uri http://registry.npmjs.org/exit
31582npm verb request no auth needed
31583npm info attempt registry request try #1 at 19:31:52
31584npm http request GET http://registry.npmjs.org/exit
31585npm verb request uri http://registry.npmjs.org/getobject
31586npm verb request no auth needed
31587npm info attempt registry request try #1 at 19:31:52
31588npm http request GET http://registry.npmjs.org/getobject
31589npm verb request uri http://registry.npmjs.org/grunt-legacy-util
31590npm verb request no auth needed
31591npm info attempt registry request try #1 at 19:31:52
31592npm http request GET http://registry.npmjs.org/grunt-legacy-util
31593npm verb request uri http://registry.npmjs.org/grunt-legacy-log
31594npm verb request no auth needed
31595npm info attempt registry request try #1 at 19:31:52
31596npm http request GET http://registry.npmjs.org/grunt-legacy-log
31597npm verb request uri http://registry.npmjs.org/iconv-lite
31598npm verb request no auth needed
31599npm info attempt registry request try #1 at 19:31:52
31600npm verb etag "7JU5TDM03F9P69IYX7U2EYS0M"
31601npm http request GET http://registry.npmjs.org/iconv-lite
31602npm verb request uri http://registry.npmjs.org/nopt
31603npm verb request no auth needed
31604npm info attempt registry request try #1 at 19:31:52
31605npm verb etag "9DHRVEOSD6J2N1Y0QWU855CCH"
31606npm http request GET http://registry.npmjs.org/nopt
31607npm verb request uri http://registry.npmjs.org/glob
31608npm verb request no auth needed
31609npm info attempt registry request try #1 at 19:31:52
31610npm verb etag "35BW2PZITMBWTVHPL2Z8HULBB"
31611npm http request GET http://registry.npmjs.org/glob
31612npm verb request uri http://registry.npmjs.org/minimatch
31613npm verb request no auth needed
31614npm info attempt registry request try #1 at 19:31:52
31615npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
31616npm http request GET http://registry.npmjs.org/minimatch
31617npm verb request uri http://registry.npmjs.org/async
31618npm verb request no auth needed
31619npm info attempt registry request try #1 at 19:31:52
31620npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
31621npm http request GET http://registry.npmjs.org/async
31622npm verb request uri http://registry.npmjs.org/rimraf
31623npm verb request no auth needed
31624npm info attempt registry request try #1 at 19:31:52
31625npm verb etag "8TBZMSTO6MKWV26CBWA5N5MR6"
31626npm http request GET http://registry.npmjs.org/rimraf
31627npm http 200 http://registry.npmjs.org/coffee-script
31628npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31629npm verb headers etag: '"5XY5DCP6V1X3WU0KKHOMXBOJ6"',
31630npm verb headers 'content-type': 'application/json',
31631npm verb headers 'cache-control': 'max-age=300',
31632npm verb headers 'content-length': '41422',
31633npm verb headers 'accept-ranges': 'bytes',
31634npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31635npm verb headers age: '218',
31636npm verb headers 'x-served-by': 'cache-fra1226-FRA',
31637npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31638npm verb headers 'x-cache-hits': '759',
31639npm verb headers 'x-timer': 'S1451417512.721903,VS0,VE0',
31640npm verb headers vary: 'Accept',
31641npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31642npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31643npm verb headers connection: 'keep-alive' }
31644npm verb get saving coffee-script to /root/.npm/registry.npmjs.org/coffee-script/.cache.json
31645npm http 200 http://registry.npmjs.org/dateformat
31646npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31647npm verb headers etag: '"BA5JE0G7GVSM0T8B5I8475T8E"',
31648npm verb headers 'content-type': 'application/json',
31649npm verb headers 'cache-control': 'max-age=300',
31650npm verb headers 'content-length': '19103',
31651npm verb headers 'accept-ranges': 'bytes',
31652npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31653npm verb headers age: '187',
31654npm verb headers 'x-served-by': 'cache-fra1242-FRA',
31655npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31656npm verb headers 'x-cache-hits': '10',
31657npm verb headers 'x-timer': 'S1451417512.724190,VS0,VE0',
31658npm verb headers vary: 'Accept',
31659npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31660npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31661npm verb headers connection: 'keep-alive' }
31662npm verb get saving dateformat to /root/.npm/registry.npmjs.org/dateformat/.cache.json
31663npm http 200 http://registry.npmjs.org/eventemitter2
31664npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31665npm verb headers etag: '"8A1ZF87Y62BJ6STIJT166TYT8"',
31666npm verb headers 'content-type': 'application/json',
31667npm verb headers 'cache-control': 'max-age=60',
31668npm verb headers 'content-length': '37398',
31669npm verb headers 'accept-ranges': 'bytes',
31670npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31671npm verb headers age: '21',
31672npm verb headers 'x-served-by': 'cache-fra1227-FRA',
31673npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31674npm verb headers 'x-cache-hits': '1',
31675npm verb headers 'x-timer': 'S1451417512.725208,VS0,VE0',
31676npm verb headers vary: 'Accept',
31677npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31678npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31679npm verb headers connection: 'keep-alive' }
31680npm verb get saving eventemitter2 to /root/.npm/registry.npmjs.org/eventemitter2/.cache.json
31681npm http 200 http://registry.npmjs.org/findup-sync
31682npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31683npm verb headers etag: '"B6BINNMDZYTJNG3G1M3XL3JKV"',
31684npm verb headers 'content-type': 'application/json',
31685npm verb headers 'cache-control': 'max-age=60',
31686npm verb headers 'content-length': '11289',
31687npm verb headers 'accept-ranges': 'bytes',
31688npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31689npm verb headers age: '43',
31690npm verb headers 'x-served-by': 'cache-ams4125-AMS',
31691npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31692npm verb headers 'x-cache-hits': '1',
31693npm verb headers 'x-timer': 'S1451417512.728395,VS0,VE0',
31694npm verb headers vary: 'Accept',
31695npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31696npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31697npm verb headers connection: 'keep-alive' }
31698npm verb get saving findup-sync to /root/.npm/registry.npmjs.org/findup-sync/.cache.json
31699npm http 200 http://registry.npmjs.org/grunt-legacy-util
31700npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31701npm verb headers etag: '"937M3ZH1Z0OA0IWSDR7Y8V1TP"',
31702npm verb headers 'content-type': 'application/json',
31703npm verb headers 'cache-control': 'max-age=300',
31704npm verb headers 'content-length': '7291',
31705npm verb headers 'accept-ranges': 'bytes',
31706npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31707npm verb headers age: '124',
31708npm verb headers 'x-served-by': 'cache-ams4143-AMS',
31709npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31710npm verb headers 'x-cache-hits': '1',
31711npm verb headers 'x-timer': 'S1451417512.730706,VS0,VE0',
31712npm verb headers vary: 'Accept',
31713npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31714npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31715npm verb headers connection: 'keep-alive' }
31716npm verb get saving grunt-legacy-util to /root/.npm/registry.npmjs.org/grunt-legacy-util/.cache.json
31717npm verb request uri http://registry.npmjs.org/lodash
31718npm verb request no auth needed
31719npm info attempt registry request try #1 at 19:31:52
31720npm verb etag "CGTYPVJRPPNJ9QH7BTBZ8IZ1I"
31721npm http request GET http://registry.npmjs.org/lodash
31722npm http 200 http://registry.npmjs.org/colors
31723npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31724npm verb headers etag: '"C05T9PO09HOM72WVMFD3O1GNZ"',
31725npm verb headers 'content-type': 'application/json',
31726npm verb headers 'cache-control': 'max-age=300',
31727npm verb headers 'content-length': '20520',
31728npm verb headers 'accept-ranges': 'bytes',
31729npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31730npm verb headers age: '210',
31731npm verb headers 'x-served-by': 'cache-fra1231-FRA',
31732npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31733npm verb headers 'x-cache-hits': '7',
31734npm verb headers 'x-timer': 'S1451417512.724402,VS0,VE0',
31735npm verb headers vary: 'Accept',
31736npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
31737npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31738npm verb headers connection: 'keep-alive' }
31739npm verb get saving colors to /root/.npm/registry.npmjs.org/colors/.cache.json
31740npm http 200 http://registry.npmjs.org/js-yaml
31741npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31742npm verb headers etag: '"80KSXEAHSZDUG5SQXWE04EYJ1"',
31743npm verb headers 'content-type': 'application/json',
31744npm verb headers 'cache-control': 'max-age=300',
31745npm verb headers 'content-length': '69858',
31746npm verb headers 'accept-ranges': 'bytes',
31747npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31748npm verb headers age: '210',
31749npm verb headers 'x-served-by': 'cache-fra1229-FRA',
31750npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31751npm verb headers 'x-cache-hits': '2',
31752npm verb headers 'x-timer': 'S1451417512.726879,VS0,VE0',
31753npm verb headers vary: 'Accept',
31754npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
31755npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31756npm verb headers connection: 'keep-alive' }
31757npm verb get saving js-yaml to /root/.npm/registry.npmjs.org/js-yaml/.cache.json
31758npm http 200 http://registry.npmjs.org/getobject
31759npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31760npm verb headers etag: '"BPRQ6ZA5H0SY8TQS2VENHJTW0"',
31761npm verb headers 'content-type': 'application/json',
31762npm verb headers 'cache-control': 'max-age=300',
31763npm verb headers 'content-length': '3082',
31764npm verb headers 'accept-ranges': 'bytes',
31765npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31766npm verb headers age: '22',
31767npm verb headers 'x-served-by': 'cache-fra1234-FRA',
31768npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31769npm verb headers 'x-cache-hits': '2',
31770npm verb headers 'x-timer': 'S1451417512.727122,VS0,VE0',
31771npm verb headers vary: 'Accept',
31772npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31773npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31774npm verb headers connection: 'keep-alive' }
31775npm verb get saving getobject to /root/.npm/registry.npmjs.org/getobject/.cache.json
31776npm http 200 http://registry.npmjs.org/exit
31777npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31778npm verb headers etag: '"66GA3RUQR76WJVRZF6ITVOZPO"',
31779npm verb headers 'content-type': 'application/json',
31780npm verb headers 'cache-control': 'max-age=300',
31781npm verb headers 'content-length': '13803',
31782npm verb headers 'accept-ranges': 'bytes',
31783npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31784npm verb headers age: '87',
31785npm verb headers 'x-served-by': 'cache-fra1220-FRA',
31786npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31787npm verb headers 'x-cache-hits': '1',
31788npm verb headers 'x-timer': 'S1451417512.727140,VS0,VE0',
31789npm verb headers vary: 'Accept',
31790npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31791npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31792npm verb headers connection: 'keep-alive' }
31793npm verb get saving exit to /root/.npm/registry.npmjs.org/exit/.cache.json
31794npm http 200 http://registry.npmjs.org/underscore.string
31795npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31796npm verb headers etag: '"9HLXDOKWC1I2LOXJ9C352NREI"',
31797npm verb headers 'content-type': 'application/json',
31798npm verb headers 'cache-control': 'max-age=300',
31799npm verb headers 'content-length': '69237',
31800npm verb headers 'accept-ranges': 'bytes',
31801npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31802npm verb headers age: '52',
31803npm verb headers 'x-served-by': 'cache-ams4145-AMS',
31804npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31805npm verb headers 'x-cache-hits': '2',
31806npm verb headers 'x-timer': 'S1451417512.728763,VS0,VE0',
31807npm verb headers vary: 'Accept',
31808npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31809npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31810npm verb headers connection: 'keep-alive' }
31811npm verb get saving underscore.string to /root/.npm/registry.npmjs.org/underscore.string/.cache.json
31812npm http 304 http://registry.npmjs.org/nopt
31813npm verb headers { date: 'Tue, 29 Dec 2015 19:30:09 GMT',
31814npm verb headers 'content-type': 'application/json',
31815npm verb headers age: '236',
31816npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
31817npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
31818npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
31819npm verb headers connection: 'keep-alive' }
31820npm verb etag http://registry.npmjs.org/nopt from cache
31821npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
31822npm http 304 http://registry.npmjs.org/glob
31823npm verb headers { date: 'Tue, 29 Dec 2015 19:31:26 GMT',
31824npm verb headers 'content-type': 'application/json',
31825npm verb headers age: '91',
31826npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
31827npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
31828npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
31829npm verb headers connection: 'keep-alive' }
31830npm verb etag http://registry.npmjs.org/glob from cache
31831npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
31832npm http 304 http://registry.npmjs.org/iconv-lite
31833npm verb headers { date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31834npm verb headers 'cache-control': 'max-age=300',
31835npm verb headers etag: '"7JU5TDM03F9P69IYX7U2EYS0M"',
31836npm verb headers age: '280',
31837npm verb headers 'x-served-by': 'cache-ams4143-AMS',
31838npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31839npm verb headers 'x-cache-hits': '3',
31840npm verb headers 'x-timer': 'S1451417512.772196,VS0,VE0',
31841npm verb headers vary: 'Accept',
31842npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31843npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31844npm verb headers connection: 'keep-alive' }
31845npm verb etag http://registry.npmjs.org/iconv-lite from cache
31846npm verb get saving iconv-lite to /root/.npm/registry.npmjs.org/iconv-lite/.cache.json
31847npm http 304 http://registry.npmjs.org/minimatch
31848npm verb headers { date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31849npm verb headers 'cache-control': 'max-age=300',
31850npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
31851npm verb headers age: '274',
31852npm verb headers 'x-served-by': 'cache-ams4125-AMS',
31853npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31854npm verb headers 'x-cache-hits': '9',
31855npm verb headers 'x-timer': 'S1451417512.771955,VS0,VE0',
31856npm verb headers vary: 'Accept',
31857npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31858npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31859npm verb headers connection: 'keep-alive' }
31860npm verb etag http://registry.npmjs.org/minimatch from cache
31861npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
31862npm http 200 http://registry.npmjs.org/hooker
31863npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31864npm verb headers etag: '"6RYGKW5R6N2X70L75FD2WWVJ2"',
31865npm verb headers 'content-type': 'application/json',
31866npm verb headers 'cache-control': 'max-age=300',
31867npm verb headers 'content-length': '8050',
31868npm verb headers 'accept-ranges': 'bytes',
31869npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31870npm verb headers age: '124',
31871npm verb headers 'x-served-by': 'cache-ams4138-AMS',
31872npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31873npm verb headers 'x-cache-hits': '1',
31874npm verb headers 'x-timer': 'S1451417512.728862,VS0,VE0',
31875npm verb headers vary: 'Accept',
31876npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31877npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31878npm verb headers connection: 'keep-alive' }
31879npm verb get saving hooker to /root/.npm/registry.npmjs.org/hooker/.cache.json
31880npm http 200 http://registry.npmjs.org/grunt-legacy-log
31881npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31882npm verb headers etag: '"3AQJCVQBSOJQDRVN1ZEWR4ZM1"',
31883npm verb headers 'content-type': 'application/json',
31884npm verb headers 'cache-control': 'max-age=300',
31885npm verb headers 'content-length': '6308',
31886npm verb headers 'accept-ranges': 'bytes',
31887npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31888npm verb headers age: '0',
31889npm verb headers 'x-served-by': 'cache-ams4138-AMS',
31890npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31891npm verb headers 'x-cache-hits': '1',
31892npm verb headers 'x-timer': 'S1451417512.730794,VS0,VE90',
31893npm verb headers vary: 'Accept',
31894npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31895npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31896npm verb headers connection: 'keep-alive' }
31897npm verb get saving grunt-legacy-log to /root/.npm/registry.npmjs.org/grunt-legacy-log/.cache.json
31898npm http 304 http://registry.npmjs.org/rimraf
31899npm verb headers { date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31900npm verb headers 'cache-control': 'max-age=300',
31901npm verb headers etag: '"8TBZMSTO6MKWV26CBWA5N5MR6"',
31902npm verb headers age: '64',
31903npm verb headers 'x-served-by': 'cache-ams4125-AMS',
31904npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31905npm verb headers 'x-cache-hits': '2',
31906npm verb headers 'x-timer': 'S1451417512.833651,VS0,VE0',
31907npm verb headers vary: 'Accept',
31908npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31909npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31910npm verb headers connection: 'keep-alive' }
31911npm verb etag http://registry.npmjs.org/rimraf from cache
31912npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
31913npm http 304 http://registry.npmjs.org/async
31914npm verb headers { date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31915npm verb headers 'cache-control': 'max-age=300',
31916npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
31917npm verb headers age: '104',
31918npm verb headers 'x-served-by': 'cache-ams4145-AMS',
31919npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31920npm verb headers 'x-cache-hits': '5',
31921npm verb headers 'x-timer': 'S1451417512.833656,VS0,VE0',
31922npm verb headers vary: 'Accept',
31923npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31924npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31925npm verb headers connection: 'keep-alive' }
31926npm verb etag http://registry.npmjs.org/async from cache
31927npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
31928npm http 304 http://registry.npmjs.org/lodash
31929npm verb headers { date: 'Tue, 29 Dec 2015 19:31:52 GMT',
31930npm verb headers 'cache-control': 'max-age=300',
31931npm verb headers etag: '"CGTYPVJRPPNJ9QH7BTBZ8IZ1I"',
31932npm verb headers age: '180',
31933npm verb headers 'x-served-by': 'cache-ams4145-AMS',
31934npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
31935npm verb headers 'x-cache-hits': '11',
31936npm verb headers 'x-timer': 'S1451417512.933062,VS0,VE0',
31937npm verb headers vary: 'Accept',
31938npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
31939npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
31940npm verb headers connection: 'keep-alive' }
31941npm verb etag http://registry.npmjs.org/lodash from cache
31942npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
31943npm verb addNamed "1.0.10" is a plain semver version for nopt
31944npm verb addNamed "3.1.21" is a plain semver version for glob
31945npm verb addNamed "0.2.11" is a plain semver version for iconv-lite
31946npm verb addNamed "0.2.14" is a plain semver version for minimatch
31947npm verb cache add spec findup-sync@~0.1.2
31948npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for findup-sync
31949npm verb addNameRange registry:http://registry.npmjs.org/findup-sync not in flight; fetching
31950npm verb cache add spec dateformat@1.0.2-1.2.3
31951npm verb addNamed "1.0.2-1.2.3" is a plain semver version for dateformat
31952npm verb addNameVersion registry:http://registry.npmjs.org/dateformat not in flight; fetching
31953npm verb cache add spec eventemitter2@~0.4.13
31954npm verb addNamed ">=0.4.13 <0.5.0" is a valid semver range for eventemitter2
31955npm verb addNameRange registry:http://registry.npmjs.org/eventemitter2 not in flight; fetching
31956npm verb cache add spec grunt-legacy-util@~0.2.0
31957npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for grunt-legacy-util
31958npm verb addNameRange registry:http://registry.npmjs.org/grunt-legacy-util not in flight; fetching
31959npm verb cache add spec coffee-script@~1.3.3
31960npm verb addNamed ">=1.3.3 <1.4.0" is a valid semver range for coffee-script
31961npm verb addNameRange registry:http://registry.npmjs.org/coffee-script not in flight; fetching
31962npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz not in flight; adding
31963npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
31964npm verb addRemoteTarball '6ddd21bd2a31417b92727dd585f8a6f37608ebee' ]
31965npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-3.1.21.tgz not in flight; adding
31966npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
31967npm verb addRemoteTarball 'd29e0a055dea5138f4d07ed40e8982e83c2066cd' ]
31968npm verb addRemoteTarball http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz not in flight; adding
31969npm verb addRemoteTarball [ 'http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz',
31970npm verb addRemoteTarball '1ce60a3a57864a292d1321ff4609ca4bb965adc8' ]
31971npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz not in flight; adding
31972npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
31973npm verb addRemoteTarball 'c74e780574f63c6f9a090e90efbe6ef53a6a756a' ]
31974npm verb addNamed "2.2.8" is a plain semver version for rimraf
31975npm verb addNamed "0.1.22" is a plain semver version for async
31976npm verb cache add spec colors@~0.6.2
31977npm verb addNamed ">=0.6.2 <0.7.0" is a valid semver range for colors
31978npm verb addNameRange registry:http://registry.npmjs.org/colors not in flight; fetching
31979npm verb cache add spec getobject@~0.1.0
31980npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for getobject
31981npm verb addNameRange registry:http://registry.npmjs.org/getobject not in flight; fetching
31982npm verb cache add spec js-yaml@~2.0.5
31983npm verb addNamed ">=2.0.5 <2.1.0" is a valid semver range for js-yaml
31984npm verb addNameRange registry:http://registry.npmjs.org/js-yaml not in flight; fetching
31985npm verb cache add spec exit@~0.1.1
31986npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for exit
31987npm verb addNameRange registry:http://registry.npmjs.org/exit not in flight; fetching
31988npm verb cache add spec underscore.string@~2.2.1
31989npm verb addNamed ">=2.2.1 <2.3.0" is a valid semver range for underscore.string
31990npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
31991npm verb cache add spec hooker@~0.2.3
31992npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for hooker
31993npm verb addNameRange registry:http://registry.npmjs.org/hooker not in flight; fetching
31994npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz not in flight; adding
31995npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz',
31996npm verb addRemoteTarball 'e439be2aaee327321952730f99a8929e4fc50582' ]
31997npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.1.22.tgz not in flight; adding
31998npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.1.22.tgz',
31999npm verb addRemoteTarball '0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061' ]
32000npm verb addNamed "0.9.2" is a plain semver version for lodash
32001npm WARN deprecated lodash@0.9.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
32002npm info retry fetch attempt 1 at 19:31:53
32003npm info attempt registry request try #1 at 19:31:53
32004npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
32005npm info retry fetch attempt 1 at 19:31:53
32006npm info attempt registry request try #1 at 19:31:53
32007npm http fetch GET http://registry.npmjs.org/glob/-/glob-3.1.21.tgz
32008npm info retry fetch attempt 1 at 19:31:53
32009npm info attempt registry request try #1 at 19:31:53
32010npm http fetch GET http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz
32011npm verb cache add spec grunt-legacy-log@~0.1.0
32012npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for grunt-legacy-log
32013npm verb addNameRange registry:http://registry.npmjs.org/grunt-legacy-log not in flight; fetching
32014npm http 200 http://registry.npmjs.org/which
32015npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32016npm verb headers etag: '"6DE0SJ92WYL4YTDQ4JLGBNSFS"',
32017npm verb headers 'content-type': 'application/json',
32018npm verb headers 'cache-control': 'max-age=300',
32019npm verb headers 'content-length': '15728',
32020npm verb headers 'accept-ranges': 'bytes',
32021npm verb headers date: 'Tue, 29 Dec 2015 19:31:52 GMT',
32022npm verb headers age: '85',
32023npm verb headers 'x-served-by': 'cache-ams4148-AMS',
32024npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32025npm verb headers 'x-cache-hits': '2',
32026npm verb headers 'x-timer': 'S1451417512.728941,VS0,VE0',
32027npm verb headers vary: 'Accept',
32028npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32029npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32030npm verb headers connection: 'keep-alive' }
32031npm verb get saving which to /root/.npm/registry.npmjs.org/which/.cache.json
32032npm info retry fetch attempt 1 at 19:31:53
32033npm info attempt registry request try #1 at 19:31:53
32034npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz
32035npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz not in flight; adding
32036npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz',
32037npm verb addRemoteTarball '8f3499c5245d346d682e5b0d3b40767e09f1a92c' ]
32038npm info retry fetch attempt 1 at 19:31:53
32039npm info attempt registry request try #1 at 19:31:53
32040npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
32041npm info retry fetch attempt 1 at 19:31:53
32042npm info attempt registry request try #1 at 19:31:53
32043npm http fetch GET http://registry.npmjs.org/async/-/async-0.1.22.tgz
32044npm verb get http://registry.npmjs.org/eventemitter2 not expired, no request
32045npm verb addNamed "0.4.14" is a plain semver version for eventemitter2
32046npm verb get http://registry.npmjs.org/grunt-legacy-util not expired, no request
32047npm verb addNamed "0.2.0" is a plain semver version for grunt-legacy-util
32048npm verb get http://registry.npmjs.org/coffee-script not expired, no request
32049npm verb addNamed "1.3.3" is a plain semver version for coffee-script
32050npm verb get http://registry.npmjs.org/findup-sync not expired, no request
32051npm verb addNamed "0.1.3" is a plain semver version for findup-sync
32052npm verb get http://registry.npmjs.org/dateformat not expired, no request
32053npm info retry fetch attempt 1 at 19:31:53
32054npm info attempt registry request try #1 at 19:31:53
32055npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz
32056npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz
32057npm http fetch 200 http://registry.npmjs.org/glob/-/glob-3.1.21.tgz
32058npm http fetch 200 http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz
32059npm verb addRemoteTarball http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz not in flight; adding
32060npm verb addRemoteTarball [ 'http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz',
32061npm verb addRemoteTarball '8f61b75cde012b2e9eb284d4545583b5643b61ab' ]
32062npm verb addRemoteTarball http://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz not in flight; adding
32063npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz',
32064npm verb addRemoteTarball '93324884dbf7e37a9ff7c026dff451d94a9e554b' ]
32065npm verb addRemoteTarball http://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz not in flight; adding
32066npm verb addRemoteTarball [ 'http://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz',
32067npm verb addRemoteTarball '150d6b4cb522894369efed6a2101c20bc7f4a4f4' ]
32068npm verb addRemoteTarball http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz not in flight; adding
32069npm verb addRemoteTarball [ 'http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
32070npm verb addRemoteTarball '7f3e7a97b82392c653bf06589bd85190e93c3683' ]
32071npm verb addRemoteTarball http://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz not in flight; adding
32072npm verb addRemoteTarball [ 'http://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz',
32073npm verb addRemoteTarball 'b0220c02de98617433b72851cf47de3df2cdbee9' ]
32074npm verb get http://registry.npmjs.org/colors not expired, no request
32075npm verb addNamed "0.6.2" is a plain semver version for colors
32076npm verb get http://registry.npmjs.org/js-yaml not expired, no request
32077npm verb addNamed "2.0.5" is a plain semver version for js-yaml
32078npm verb get http://registry.npmjs.org/getobject not expired, no request
32079npm verb addNamed "0.1.0" is a plain semver version for getobject
32080npm verb get http://registry.npmjs.org/exit not expired, no request
32081npm verb addNamed "0.1.2" is a plain semver version for exit
32082npm verb get http://registry.npmjs.org/underscore.string not expired, no request
32083npm verb addNamed "2.2.1" is a plain semver version for underscore.string
32084npm verb get http://registry.npmjs.org/hooker not expired, no request
32085npm verb addNamed "0.2.3" is a plain semver version for hooker
32086npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
32087npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
32088npm http fetch 200 http://registry.npmjs.org/async/-/async-0.1.22.tgz
32089npm verb addRemoteTarball http://registry.npmjs.org/colors/-/colors-0.6.2.tgz not in flight; adding
32090npm verb addRemoteTarball [ 'http://registry.npmjs.org/colors/-/colors-0.6.2.tgz',
32091npm verb addRemoteTarball '2423fe6678ac0c5dae8852e5d0e5be08c997abcc' ]
32092npm verb addRemoteTarball http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz not in flight; adding
32093npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
32094npm verb addRemoteTarball 'a25ae6509999e97df278c6719da11bd0687743a8' ]
32095npm verb addRemoteTarball http://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz not in flight; adding
32096npm verb addRemoteTarball [ 'http://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz',
32097npm verb addRemoteTarball '047a449789fa160d018f5486ed91320b6ec7885c' ]
32098npm verb addRemoteTarball http://registry.npmjs.org/exit/-/exit-0.1.2.tgz not in flight; adding
32099npm verb addRemoteTarball [ 'http://registry.npmjs.org/exit/-/exit-0.1.2.tgz',
32100npm verb addRemoteTarball '0632638f8d877cc82107d30a0fff1a17cba1cd0c' ]
32101npm verb addRemoteTarball http://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz not in flight; adding
32102npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz',
32103npm verb addRemoteTarball 'd7c0fa2af5d5a1a67f4253daee98132e733f0f19' ]
32104npm verb get http://registry.npmjs.org/grunt-legacy-log not expired, no request
32105npm verb addNamed "0.1.3" is a plain semver version for grunt-legacy-log
32106npm verb addRemoteTarball http://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz not in flight; adding
32107npm verb addRemoteTarball [ 'http://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz',
32108npm verb addRemoteTarball 'b834f723cc4a242aa65963459df6d984c5d3d959' ]
32109npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz
32110npm verb addRemoteTarball http://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz not in flight; adding
32111npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz',
32112npm verb addRemoteTarball 'ec29426e803021af59029f87d2f9cd7335a05531' ]
32113npm info retry fetch attempt 1 at 19:31:53
32114npm info attempt registry request try #1 at 19:31:53
32115npm http fetch GET http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz
32116npm info retry fetch attempt 1 at 19:31:53
32117npm info attempt registry request try #1 at 19:31:53
32118npm http fetch GET http://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz
32119npm info retry fetch attempt 1 at 19:31:53
32120npm info attempt registry request try #1 at 19:31:53
32121npm http fetch GET http://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz
32122npm info retry fetch attempt 1 at 19:31:53
32123npm info attempt registry request try #1 at 19:31:53
32124npm http fetch GET http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
32125npm info retry fetch attempt 1 at 19:31:53
32126npm info attempt registry request try #1 at 19:31:53
32127npm http fetch GET http://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz
32128npm info retry fetch attempt 1 at 19:31:53
32129npm info attempt registry request try #1 at 19:31:53
32130npm http fetch GET http://registry.npmjs.org/colors/-/colors-0.6.2.tgz
32131npm info retry fetch attempt 1 at 19:31:53
32132npm info attempt registry request try #1 at 19:31:53
32133npm http fetch GET http://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz
32134npm info retry fetch attempt 1 at 19:31:53
32135npm info attempt registry request try #1 at 19:31:53
32136npm http fetch GET http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz
32137npm info retry fetch attempt 1 at 19:31:53
32138npm info attempt registry request try #1 at 19:31:53
32139npm http fetch GET http://registry.npmjs.org/exit/-/exit-0.1.2.tgz
32140npm info retry fetch attempt 1 at 19:31:53
32141npm info attempt registry request try #1 at 19:31:53
32142npm http fetch GET http://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz
32143npm info retry fetch attempt 1 at 19:31:53
32144npm info attempt registry request try #1 at 19:31:53
32145npm http fetch GET http://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz
32146npm info retry fetch attempt 1 at 19:31:53
32147npm info attempt registry request try #1 at 19:31:53
32148npm http fetch GET http://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz
32149npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz not in flight; adding
32150npm verb addTmpTarball already have metadata; skipping unpack for minimatch@0.2.14
32151npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/glob/-/glob-3.1.21.tgz not in flight; adding
32152npm verb addTmpTarball already have metadata; skipping unpack for glob@3.1.21
32153npm http fetch 200 http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz
32154npm http fetch 200 http://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz
32155npm http fetch 200 http://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz
32156npm http fetch 200 http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
32157npm http fetch 200 http://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz
32158npm verb cache add spec which@~1.0.5
32159npm verb addNamed ">=1.0.5 <1.1.0" is a valid semver range for which
32160npm verb addNameRange registry:http://registry.npmjs.org/which not in flight; fetching
32161npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz not in flight; adding
32162npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.2.8
32163npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nopt/-/nopt-1.0.10.tgz not in flight; adding
32164npm verb addTmpTarball already have metadata; skipping unpack for nopt@1.0.10
32165npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/async/-/async-0.1.22.tgz not in flight; adding
32166npm verb addTmpTarball already have metadata; skipping unpack for async@0.1.22
32167npm http fetch 200 http://registry.npmjs.org/colors/-/colors-0.6.2.tgz
32168npm http fetch 200 http://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz
32169npm http fetch 200 http://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz
32170npm http fetch 200 http://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz
32171npm http fetch 200 http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz
32172npm http fetch 200 http://registry.npmjs.org/exit/-/exit-0.1.2.tgz
32173npm http fetch 200 http://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz
32174npm verb get http://registry.npmjs.org/which not expired, no request
32175npm verb addNamed "1.0.9" is a plain semver version for which
32176npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz not in flight; adding
32177npm verb addTmpTarball already have metadata; skipping unpack for eventemitter2@0.4.14
32178npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz not in flight; adding
32179npm verb addTmpTarball already have metadata; skipping unpack for grunt-legacy-util@0.2.0
32180npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz not in flight; adding
32181npm verb addTmpTarball already have metadata; skipping unpack for findup-sync@0.1.3
32182npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz not in flight; adding
32183npm verb addTmpTarball already have metadata; skipping unpack for dateformat@1.0.2-1.2.3
32184npm verb addRemoteTarball http://registry.npmjs.org/which/-/which-1.0.9.tgz not in flight; adding
32185npm verb addRemoteTarball [ 'http://registry.npmjs.org/which/-/which-1.0.9.tgz',
32186npm verb addRemoteTarball '460c1da0f810103d0321a9b633af9e575e64486f' ]
32187npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/colors/-/colors-0.6.2.tgz not in flight; adding
32188npm verb addTmpTarball already have metadata; skipping unpack for colors@0.6.2
32189npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/getobject/-/getobject-0.1.0.tgz not in flight; adding
32190npm verb addTmpTarball already have metadata; skipping unpack for getobject@0.1.0
32191npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/hooker/-/hooker-0.2.3.tgz not in flight; adding
32192npm verb addTmpTarball already have metadata; skipping unpack for hooker@0.2.3
32193npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
32194npm verb afterAdd /root/.npm/glob/3.1.21/package/package.json not in flight; writing
32195npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz not in flight; adding
32196npm verb addTmpTarball already have metadata; skipping unpack for grunt-legacy-log@0.1.3
32197npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lodash/-/lodash-0.9.2.tgz not in flight; adding
32198npm verb addTmpTarball already have metadata; skipping unpack for lodash@0.9.2
32199npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz not in flight; adding
32200npm verb addTmpTarball already have metadata; skipping unpack for js-yaml@2.0.5
32201npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/exit/-/exit-0.1.2.tgz not in flight; adding
32202npm verb addTmpTarball already have metadata; skipping unpack for exit@0.1.2
32203npm info retry fetch attempt 1 at 19:31:53
32204npm info attempt registry request try #1 at 19:31:53
32205npm http fetch GET http://registry.npmjs.org/which/-/which-1.0.9.tgz
32206npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
32207npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json not in flight; writing
32208npm verb afterAdd /root/.npm/async/0.1.22/package/package.json not in flight; writing
32209npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz not in flight; adding
32210npm verb addTmpTarball already have metadata; skipping unpack for coffee-script@1.3.3
32211npm verb afterAdd /root/.npm/glob/3.1.21/package/package.json written
32212npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
32213npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz not in flight; adding
32214npm verb addTmpTarball already have metadata; skipping unpack for underscore.string@2.2.1
32215npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
32216npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json written
32217npm verb afterAdd /root/.npm/async/0.1.22/package/package.json written
32218npm verb afterAdd /root/.npm/grunt-legacy-util/0.2.0/package/package.json not in flight; writing
32219npm verb afterAdd /root/.npm/eventemitter2/0.4.14/package/package.json not in flight; writing
32220npm verb afterAdd /root/.npm/findup-sync/0.1.3/package/package.json not in flight; writing
32221npm verb afterAdd /root/.npm/dateformat/1.0.2-1.2.3/package/package.json not in flight; writing
32222npm verb afterAdd /root/.npm/colors/0.6.2/package/package.json not in flight; writing
32223npm http fetch 200 http://registry.npmjs.org/which/-/which-1.0.9.tgz
32224npm verb afterAdd /root/.npm/getobject/0.1.0/package/package.json not in flight; writing
32225npm verb afterAdd /root/.npm/hooker/0.2.3/package/package.json not in flight; writing
32226npm verb afterAdd /root/.npm/lodash/0.9.2/package/package.json not in flight; writing
32227npm verb afterAdd /root/.npm/grunt-legacy-log/0.1.3/package/package.json not in flight; writing
32228npm verb afterAdd /root/.npm/exit/0.1.2/package/package.json not in flight; writing
32229npm verb afterAdd /root/.npm/js-yaml/2.0.5/package/package.json not in flight; writing
32230npm verb afterAdd /root/.npm/grunt-legacy-util/0.2.0/package/package.json written
32231npm verb afterAdd /root/.npm/findup-sync/0.1.3/package/package.json written
32232npm verb afterAdd /root/.npm/eventemitter2/0.4.14/package/package.json written
32233npm verb afterAdd /root/.npm/dateformat/1.0.2-1.2.3/package/package.json written
32234npm verb afterAdd /root/.npm/colors/0.6.2/package/package.json written
32235npm verb afterAdd /root/.npm/getobject/0.1.0/package/package.json written
32236npm verb afterAdd /root/.npm/hooker/0.2.3/package/package.json written
32237npm verb afterAdd /root/.npm/lodash/0.9.2/package/package.json written
32238npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/which/-/which-1.0.9.tgz not in flight; adding
32239npm verb addTmpTarball already have metadata; skipping unpack for which@1.0.9
32240npm verb afterAdd /root/.npm/grunt-legacy-log/0.1.3/package/package.json written
32241npm verb afterAdd /root/.npm/exit/0.1.2/package/package.json written
32242npm verb afterAdd /root/.npm/js-yaml/2.0.5/package/package.json written
32243npm verb afterAdd /root/.npm/coffee-script/1.3.3/package/package.json not in flight; writing
32244npm verb afterAdd /root/.npm/underscore.string/2.2.1/package/package.json not in flight; writing
32245npm verb afterAdd /root/.npm/coffee-script/1.3.3/package/package.json written
32246npm verb afterAdd /root/.npm/underscore.string/2.2.1/package/package.json written
32247npm verb afterAdd /root/.npm/which/1.0.9/package/package.json not in flight; writing
32248npm verb afterAdd /root/.npm/which/1.0.9/package/package.json written
32249npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz not in flight; adding
32250npm verb addTmpTarball already have metadata; skipping unpack for iconv-lite@0.2.11
32251npm verb afterAdd /root/.npm/iconv-lite/0.2.11/package/package.json not in flight; writing
32252npm verb afterAdd /root/.npm/iconv-lite/0.2.11/package/package.json written
32253npm verb cache add spec glob@~3.2.9
32254npm verb addNamed ">=3.2.9 <3.3.0" is a valid semver range for glob
32255npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
32256npm verb get http://registry.npmjs.org/glob not expired, no request
32257npm verb addNamed "3.2.11" is a plain semver version for glob
32258npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-3.2.11.tgz not in flight; adding
32259npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-3.2.11.tgz',
32260npm verb addRemoteTarball '4a973f635b9190f715d10987d5c00fd2815ebe3d' ]
32261npm info retry fetch attempt 1 at 19:31:53
32262npm info attempt registry request try #1 at 19:31:53
32263npm http fetch GET http://registry.npmjs.org/glob/-/glob-3.2.11.tgz
32264npm http fetch 200 http://registry.npmjs.org/glob/-/glob-3.2.11.tgz
32265npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/glob/-/glob-3.2.11.tgz not in flight; adding
32266npm verb addTmpTarball already have metadata; skipping unpack for glob@3.2.11
32267npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
32268npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
32269npm verb cache add spec minimatch@0.3
32270npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
32271npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
32272npm verb get http://registry.npmjs.org/minimatch not expired, no request
32273npm verb addNamed "0.3.0" is a plain semver version for minimatch
32274npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz not in flight; adding
32275npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz',
32276npm verb addRemoteTarball '275d8edaac4f1bb3326472089e7949c8394699dd' ]
32277npm info retry fetch attempt 1 at 19:31:53
32278npm info attempt registry request try #1 at 19:31:53
32279npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
32280npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
32281npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz not in flight; adding
32282npm verb addTmpTarball already have metadata; skipping unpack for minimatch@0.3.0
32283npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
32284npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
32285npm verb request uri http://registry.npmjs.org/sigmund
32286npm verb request no auth needed
32287npm info attempt registry request try #1 at 19:31:53
32288npm http request GET http://registry.npmjs.org/sigmund
32289npm http 200 http://registry.npmjs.org/sigmund
32290npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32291npm verb headers etag: '"1TUX00X8YEKNFED6GGWS214S3"',
32292npm verb headers 'content-type': 'application/json',
32293npm verb headers 'cache-control': 'max-age=60',
32294npm verb headers 'content-length': '4604',
32295npm verb headers 'accept-ranges': 'bytes',
32296npm verb headers date: 'Tue, 29 Dec 2015 19:31:53 GMT',
32297npm verb headers age: '36',
32298npm verb headers 'x-served-by': 'cache-fra1220-FRA',
32299npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32300npm verb headers 'x-cache-hits': '2',
32301npm verb headers 'x-timer': 'S1451417513.983835,VS0,VE0',
32302npm verb headers vary: 'Accept',
32303npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32304npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32305npm verb headers connection: 'keep-alive' }
32306npm verb get saving sigmund to /root/.npm/registry.npmjs.org/sigmund/.cache.json
32307npm verb cache add spec sigmund@~1.0.0
32308npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for sigmund
32309npm verb addNameRange registry:http://registry.npmjs.org/sigmund not in flight; fetching
32310npm verb get http://registry.npmjs.org/sigmund not expired, no request
32311npm verb addNamed "1.0.1" is a plain semver version for sigmund
32312npm verb addRemoteTarball http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
32313npm verb addRemoteTarball [ 'http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz',
32314npm verb addRemoteTarball '3ff21f198cad2175f9f3b781853fd94d0d19b590' ]
32315npm info retry fetch attempt 1 at 19:31:54
32316npm info attempt registry request try #1 at 19:31:54
32317npm http fetch GET http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
32318npm http fetch 200 http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
32319npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
32320npm verb addTmpTarball already have metadata; skipping unpack for sigmund@1.0.1
32321npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json not in flight; writing
32322npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json written
32323npm verb cache add spec inherits@1
32324npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for inherits
32325npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
32326npm verb request uri http://registry.npmjs.org/graceful-fs
32327npm verb request no auth needed
32328npm info attempt registry request try #1 at 19:31:54
32329npm http request GET http://registry.npmjs.org/graceful-fs
32330npm verb request uri http://registry.npmjs.org/inherits
32331npm verb request no auth needed
32332npm info attempt registry request try #1 at 19:31:54
32333npm verb etag "CKJX1OCRDNX2UW7IZR6DX5BIN"
32334npm http request GET http://registry.npmjs.org/inherits
32335npm http 200 http://registry.npmjs.org/graceful-fs
32336npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32337npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
32338npm verb headers 'content-type': 'application/json',
32339npm verb headers 'cache-control': 'max-age=300',
32340npm verb headers 'content-length': '38840',
32341npm verb headers 'accept-ranges': 'bytes',
32342npm verb headers date: 'Tue, 29 Dec 2015 19:30:11 GMT',
32343npm verb headers 'x-served-by': 'cache-fra1248-FRA',
32344npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
32345npm verb headers 'x-cache-hits': '5',
32346npm verb headers 'x-timer': 'S1451417411.139403,VS0,VE0',
32347npm verb headers vary: 'Accept',
32348npm verb headers age: '141',
32349npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
32350npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32351npm verb headers connection: 'keep-alive' }
32352npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
32353npm http 304 http://registry.npmjs.org/inherits
32354npm verb headers { date: 'Tue, 29 Dec 2015 19:30:09 GMT',
32355npm verb headers 'content-type': 'application/json',
32356npm verb headers age: '126',
32357npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
32358npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
32359npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
32360npm verb headers connection: 'keep-alive' }
32361npm verb etag http://registry.npmjs.org/inherits from cache
32362npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
32363npm verb addNamed "1.0.2" is a plain semver version for inherits
32364npm verb addRemoteTarball http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz not in flight; adding
32365npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz',
32366npm verb addRemoteTarball 'ca4309dadee6b54cc0b8d247e8d7c7a0975bdc9b' ]
32367npm verb cache add spec graceful-fs@~1.2.0
32368npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for graceful-fs
32369npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
32370npm info retry fetch attempt 1 at 19:31:54
32371npm info attempt registry request try #1 at 19:31:54
32372npm http fetch GET http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz
32373npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
32374npm verb addNamed "1.2.3" is a plain semver version for graceful-fs
32375npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz not in flight; adding
32376npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz',
32377npm verb addRemoteTarball '15a4806a57547cb2d2dbf27f42e89a8c3451b364' ]
32378npm info retry fetch attempt 1 at 19:31:54
32379npm info attempt registry request try #1 at 19:31:54
32380npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz
32381npm http fetch 200 http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz
32382npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/inherits/-/inherits-1.0.2.tgz not in flight; adding
32383npm verb addTmpTarball already have metadata; skipping unpack for inherits@1.0.2
32384npm verb afterAdd /root/.npm/inherits/1.0.2/package/package.json not in flight; writing
32385npm verb afterAdd /root/.npm/inherits/1.0.2/package/package.json written
32386npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz
32387npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz not in flight; adding
32388npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@1.2.3
32389npm verb afterAdd /root/.npm/graceful-fs/1.2.3/package/package.json not in flight; writing
32390npm verb afterAdd /root/.npm/graceful-fs/1.2.3/package/package.json written
32391npm verb cache add spec underscore.string@~2.3.3
32392npm verb addNamed ">=2.3.3 <2.4.0" is a valid semver range for underscore.string
32393npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
32394npm verb request uri http://registry.npmjs.org/grunt-legacy-log-utils
32395npm verb request no auth needed
32396npm info attempt registry request try #1 at 19:31:54
32397npm http request GET http://registry.npmjs.org/grunt-legacy-log-utils
32398npm verb get http://registry.npmjs.org/underscore.string not expired, no request
32399npm verb addNamed "2.3.3" is a plain semver version for underscore.string
32400npm verb addRemoteTarball http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz not in flight; adding
32401npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz',
32402npm verb addRemoteTarball '71c08bf6b428b1133f37e78fa3a21c82f7329b0d' ]
32403npm info retry fetch attempt 1 at 19:31:54
32404npm info attempt registry request try #1 at 19:31:54
32405npm http fetch GET http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz
32406npm http 200 http://registry.npmjs.org/grunt-legacy-log-utils
32407npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32408npm verb headers etag: '"D341P11F09NB6JO0BCK3MDJF3"',
32409npm verb headers 'content-type': 'application/json',
32410npm verb headers 'cache-control': 'max-age=60',
32411npm verb headers 'content-length': '3729',
32412npm verb headers 'accept-ranges': 'bytes',
32413npm verb headers date: 'Tue, 29 Dec 2015 19:31:54 GMT',
32414npm verb headers age: '52',
32415npm verb headers 'x-served-by': 'cache-fra1220-FRA',
32416npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32417npm verb headers 'x-cache-hits': '1',
32418npm verb headers 'x-timer': 'S1451417514.264902,VS0,VE0',
32419npm verb headers vary: 'Accept',
32420npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32421npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32422npm verb headers connection: 'keep-alive' }
32423npm verb get saving grunt-legacy-log-utils to /root/.npm/registry.npmjs.org/grunt-legacy-log-utils/.cache.json
32424npm verb cache add spec grunt-legacy-log-utils@~0.1.1
32425npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for grunt-legacy-log-utils
32426npm verb addNameRange registry:http://registry.npmjs.org/grunt-legacy-log-utils not in flight; fetching
32427npm verb get http://registry.npmjs.org/grunt-legacy-log-utils not expired, no request
32428npm verb addNamed "0.1.1" is a plain semver version for grunt-legacy-log-utils
32429npm verb addRemoteTarball http://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz not in flight; adding
32430npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz',
32431npm verb addRemoteTarball 'c0706b9dd9064e116f36f23fe4e6b048672c0f7e' ]
32432npm http fetch 200 http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz
32433npm info retry fetch attempt 1 at 19:31:54
32434npm info attempt registry request try #1 at 19:31:54
32435npm http fetch GET http://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz
32436npm http fetch 200 http://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz
32437npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz not in flight; adding
32438npm verb addTmpTarball already have metadata; skipping unpack for grunt-legacy-log-utils@0.1.1
32439npm verb afterAdd /root/.npm/grunt-legacy-log-utils/0.1.1/package/package.json not in flight; writing
32440npm verb afterAdd /root/.npm/grunt-legacy-log-utils/0.1.1/package/package.json written
32441npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz not in flight; adding
32442npm verb addTmpTarball already have metadata; skipping unpack for underscore.string@2.3.3
32443npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json not in flight; writing
32444npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json written
32445npm verb cache add spec underscore.string@~2.3.3
32446npm verb addNamed ">=2.3.3 <2.4.0" is a valid semver range for underscore.string
32447npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
32448npm verb get http://registry.npmjs.org/underscore.string not expired, no request
32449npm verb addNamed "2.3.3" is a plain semver version for underscore.string
32450npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json not in flight; writing
32451npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json written
32452npm verb cache add spec async@~0.1.22
32453npm verb cache add spec lodash@~0.9.2
32454npm verb addNamed ">=0.1.22 <0.2.0" is a valid semver range for async
32455npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
32456npm verb addNamed ">=0.9.2 <0.10.0" is a valid semver range for lodash
32457npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
32458npm verb get http://registry.npmjs.org/async not expired, no request
32459npm verb addNamed "0.1.22" is a plain semver version for async
32460npm verb get http://registry.npmjs.org/lodash not expired, no request
32461npm verb addNamed "0.9.2" is a plain semver version for lodash
32462npm verb afterAdd /root/.npm/async/0.1.22/package/package.json not in flight; writing
32463npm verb afterAdd /root/.npm/lodash/0.9.2/package/package.json not in flight; writing
32464npm verb afterAdd /root/.npm/lodash/0.9.2/package/package.json written
32465npm verb afterAdd /root/.npm/async/0.1.22/package/package.json written
32466npm verb request uri http://registry.npmjs.org/argparse
32467npm verb request no auth needed
32468npm info attempt registry request try #1 at 19:31:54
32469npm http request GET http://registry.npmjs.org/argparse
32470npm verb request uri http://registry.npmjs.org/esprima
32471npm verb request no auth needed
32472npm info attempt registry request try #1 at 19:31:54
32473npm http request GET http://registry.npmjs.org/esprima
32474npm http 200 http://registry.npmjs.org/argparse
32475npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32476npm verb headers etag: '"9DFOWC6LFKICESBRM05FPSMYH"',
32477npm verb headers 'content-type': 'application/json',
32478npm verb headers 'cache-control': 'max-age=300',
32479npm verb headers 'content-length': '32278',
32480npm verb headers 'accept-ranges': 'bytes',
32481npm verb headers date: 'Tue, 29 Dec 2015 19:31:54 GMT',
32482npm verb headers age: '194',
32483npm verb headers 'x-served-by': 'cache-ams4145-AMS',
32484npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32485npm verb headers 'x-cache-hits': '2',
32486npm verb headers 'x-timer': 'S1451417514.709735,VS0,VE0',
32487npm verb headers vary: 'Accept',
32488npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32489npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32490npm verb headers connection: 'keep-alive' }
32491npm verb get saving argparse to /root/.npm/registry.npmjs.org/argparse/.cache.json
32492npm verb cache add spec argparse@~ 0.1.11
32493npm verb addNamed ">=0.1.11 <0.2.0" is a valid semver range for argparse
32494npm verb addNameRange registry:http://registry.npmjs.org/argparse not in flight; fetching
32495npm verb get http://registry.npmjs.org/argparse not expired, no request
32496npm verb addNamed "0.1.16" is a plain semver version for argparse
32497npm verb addRemoteTarball http://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz not in flight; adding
32498npm verb addRemoteTarball [ 'http://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz',
32499npm verb addRemoteTarball 'cfd01e0fbba3d6caed049fbd758d40f65196f57c' ]
32500npm info retry fetch attempt 1 at 19:31:54
32501npm info attempt registry request try #1 at 19:31:54
32502npm http fetch GET http://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz
32503npm http 200 http://registry.npmjs.org/esprima
32504npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32505npm verb headers etag: '"6A8X9EOBDF5HCCSRV5XCYY6XZ"',
32506npm verb headers 'content-type': 'application/json',
32507npm verb headers 'cache-control': 'max-age=300',
32508npm verb headers 'content-length': '65787',
32509npm verb headers 'accept-ranges': 'bytes',
32510npm verb headers date: 'Tue, 29 Dec 2015 19:31:54 GMT',
32511npm verb headers age: '228',
32512npm verb headers 'x-served-by': 'cache-fra1220-FRA',
32513npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32514npm verb headers 'x-cache-hits': '5',
32515npm verb headers 'x-timer': 'S1451417514.711310,VS0,VE0',
32516npm verb headers vary: 'Accept',
32517npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
32518npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32519npm verb headers connection: 'keep-alive' }
32520npm verb get saving esprima to /root/.npm/registry.npmjs.org/esprima/.cache.json
32521npm http fetch 200 http://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz
32522npm verb cache add spec esprima@~ 1.0.2
32523npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for esprima
32524npm verb addNameRange registry:http://registry.npmjs.org/esprima not in flight; fetching
32525npm verb get http://registry.npmjs.org/esprima not expired, no request
32526npm verb addNamed "1.0.4" is a plain semver version for esprima
32527npm verb addRemoteTarball http://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz not in flight; adding
32528npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz',
32529npm verb addRemoteTarball '9f557e08fc3b4d26ece9dd34f8fbf476b62585ad' ]
32530npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/argparse/-/argparse-0.1.16.tgz not in flight; adding
32531npm verb addTmpTarball already have metadata; skipping unpack for argparse@0.1.16
32532npm info retry fetch attempt 1 at 19:31:54
32533npm info attempt registry request try #1 at 19:31:54
32534npm http fetch GET http://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz
32535npm verb afterAdd /root/.npm/argparse/0.1.16/package/package.json not in flight; writing
32536npm verb afterAdd /root/.npm/argparse/0.1.16/package/package.json written
32537npm http fetch 200 http://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz
32538npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/esprima/-/esprima-1.0.4.tgz not in flight; adding
32539npm verb addTmpTarball already have metadata; skipping unpack for esprima@1.0.4
32540npm verb afterAdd /root/.npm/esprima/1.0.4/package/package.json not in flight; writing
32541npm verb afterAdd /root/.npm/esprima/1.0.4/package/package.json written
32542npm verb cache add spec underscore.string@~2.4.0
32543npm verb addNamed ">=2.4.0 <2.5.0" is a valid semver range for underscore.string
32544npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
32545npm verb request uri http://registry.npmjs.org/underscore
32546npm verb request no auth needed
32547npm info attempt registry request try #1 at 19:31:54
32548npm http request GET http://registry.npmjs.org/underscore
32549npm verb get http://registry.npmjs.org/underscore.string not expired, no request
32550npm verb addNamed "2.4.0" is a plain semver version for underscore.string
32551npm verb addRemoteTarball http://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz not in flight; adding
32552npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz',
32553npm verb addRemoteTarball '8cdd8fbac4e2d2ea1e7e2e8097c42f442280f85b' ]
32554npm info retry fetch attempt 1 at 19:31:55
32555npm info attempt registry request try #1 at 19:31:55
32556npm http fetch GET http://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz
32557npm http fetch 200 http://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz
32558npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz not in flight; adding
32559npm verb addTmpTarball already have metadata; skipping unpack for underscore.string@2.4.0
32560npm verb afterAdd /root/.npm/underscore.string/2.4.0/package/package.json not in flight; writing
32561npm verb afterAdd /root/.npm/underscore.string/2.4.0/package/package.json written
32562npm http 200 http://registry.npmjs.org/underscore
32563npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32564npm verb headers etag: '"EFDD5CQTW181YVOL282U8VRMC"',
32565npm verb headers 'content-type': 'application/json',
32566npm verb headers 'cache-control': 'max-age=300',
32567npm verb headers 'content-length': '41960',
32568npm verb headers 'accept-ranges': 'bytes',
32569npm verb headers date: 'Tue, 29 Dec 2015 19:31:55 GMT',
32570npm verb headers age: '148',
32571npm verb headers 'x-served-by': 'cache-fra1227-FRA',
32572npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32573npm verb headers 'x-cache-hits': '3',
32574npm verb headers 'x-timer': 'S1451417515.000284,VS0,VE0',
32575npm verb headers vary: 'Accept',
32576npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
32577npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32578npm verb headers connection: 'keep-alive' }
32579npm verb get saving underscore to /root/.npm/registry.npmjs.org/underscore/.cache.json
32580npm verb cache add spec underscore@~1.7.0
32581npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for underscore
32582npm verb addNameRange registry:http://registry.npmjs.org/underscore not in flight; fetching
32583npm verb get http://registry.npmjs.org/underscore not expired, no request
32584npm verb addNamed "1.7.0" is a plain semver version for underscore
32585npm verb addRemoteTarball http://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz not in flight; adding
32586npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz',
32587npm verb addRemoteTarball '6bbaf0877500d36be34ecaa584e0db9fef035209' ]
32588npm info retry fetch attempt 1 at 19:31:55
32589npm info attempt registry request try #1 at 19:31:55
32590npm http fetch GET http://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz
32591npm http fetch 200 http://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz
32592npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/underscore/-/underscore-1.7.0.tgz not in flight; adding
32593npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.7.0
32594npm verb afterAdd /root/.npm/underscore/1.7.0/package/package.json not in flight; writing
32595npm verb afterAdd /root/.npm/underscore/1.7.0/package/package.json written
32596npm verb request uri http://registry.npmjs.org/html-minifier
32597npm verb request no auth needed
32598npm info attempt registry request try #1 at 19:31:55
32599npm http request GET http://registry.npmjs.org/html-minifier
32600npm http 200 http://registry.npmjs.org/html-minifier
32601npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32602npm verb headers etag: '"6755FG7FOQHCP88XVHX4S1WPG"',
32603npm verb headers 'content-type': 'application/json',
32604npm verb headers 'cache-control': 'max-age=300',
32605npm verb headers 'content-length': '50661',
32606npm verb headers 'accept-ranges': 'bytes',
32607npm verb headers date: 'Tue, 29 Dec 2015 19:31:55 GMT',
32608npm verb headers age: '149',
32609npm verb headers 'x-served-by': 'cache-fra1227-FRA',
32610npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32611npm verb headers 'x-cache-hits': '1',
32612npm verb headers 'x-timer': 'S1451417515.177138,VS0,VE0',
32613npm verb headers vary: 'Accept',
32614npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32615npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32616npm verb headers connection: 'keep-alive' }
32617npm verb get saving html-minifier to /root/.npm/registry.npmjs.org/html-minifier/.cache.json
32618npm verb cache add spec html-minifier@~0.6.3
32619npm verb addNamed ">=0.6.3 <0.7.0" is a valid semver range for html-minifier
32620npm verb addNameRange registry:http://registry.npmjs.org/html-minifier not in flight; fetching
32621npm verb get http://registry.npmjs.org/html-minifier not expired, no request
32622npm verb addNamed "0.6.9" is a plain semver version for html-minifier
32623npm verb addRemoteTarball http://registry.npmjs.org/html-minifier/-/html-minifier-0.6.9.tgz not in flight; adding
32624npm verb addRemoteTarball [ 'http://registry.npmjs.org/html-minifier/-/html-minifier-0.6.9.tgz',
32625npm verb addRemoteTarball '5105dc236f5e7e1a8ba651d4ab981386fc7abe53' ]
32626npm info retry fetch attempt 1 at 19:31:55
32627npm info attempt registry request try #1 at 19:31:55
32628npm http fetch GET http://registry.npmjs.org/html-minifier/-/html-minifier-0.6.9.tgz
32629npm http fetch 200 http://registry.npmjs.org/html-minifier/-/html-minifier-0.6.9.tgz
32630npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/html-minifier/-/html-minifier-0.6.9.tgz not in flight; adding
32631npm verb addTmpTarball already have metadata; skipping unpack for html-minifier@0.6.9
32632npm verb afterAdd /root/.npm/html-minifier/0.6.9/package/package.json not in flight; writing
32633npm verb afterAdd /root/.npm/html-minifier/0.6.9/package/package.json written
32634npm verb request uri http://registry.npmjs.org/change-case
32635npm verb request no auth needed
32636npm info attempt registry request try #1 at 19:31:55
32637npm http request GET http://registry.npmjs.org/change-case
32638npm verb request uri http://registry.npmjs.org/clean-css
32639npm verb request no auth needed
32640npm info attempt registry request try #1 at 19:31:55
32641npm http request GET http://registry.npmjs.org/clean-css
32642npm verb request uri http://registry.npmjs.org/cli
32643npm verb request no auth needed
32644npm info attempt registry request try #1 at 19:31:55
32645npm http request GET http://registry.npmjs.org/cli
32646npm verb request uri http://registry.npmjs.org/relateurl
32647npm verb request no auth needed
32648npm info attempt registry request try #1 at 19:31:55
32649npm http request GET http://registry.npmjs.org/relateurl
32650npm http 200 http://registry.npmjs.org/relateurl
32651npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32652npm verb headers etag: '"4XYSPMVF3C195IVAT4IFN2EKD"',
32653npm verb headers 'content-type': 'application/json',
32654npm verb headers 'cache-control': 'max-age=300',
32655npm verb headers 'content-length': '17272',
32656npm verb headers 'accept-ranges': 'bytes',
32657npm verb headers date: 'Tue, 29 Dec 2015 19:31:55 GMT',
32658npm verb headers age: '134',
32659npm verb headers 'x-served-by': 'cache-fra1231-FRA',
32660npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32661npm verb headers 'x-cache-hits': '1',
32662npm verb headers 'x-timer': 'S1451417515.356988,VS0,VE0',
32663npm verb headers vary: 'Accept',
32664npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32665npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32666npm verb headers connection: 'keep-alive' }
32667npm verb get saving relateurl to /root/.npm/registry.npmjs.org/relateurl/.cache.json
32668npm verb cache add spec relateurl@0.2.x
32669npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for relateurl
32670npm verb addNameRange registry:http://registry.npmjs.org/relateurl not in flight; fetching
32671npm verb get http://registry.npmjs.org/relateurl not expired, no request
32672npm verb addNamed "0.2.6" is a plain semver version for relateurl
32673npm verb addRemoteTarball http://registry.npmjs.org/relateurl/-/relateurl-0.2.6.tgz not in flight; adding
32674npm verb addRemoteTarball [ 'http://registry.npmjs.org/relateurl/-/relateurl-0.2.6.tgz',
32675npm verb addRemoteTarball '9fc22635971091c5ea5133c736e3468e79e2aaf9' ]
32676npm info retry fetch attempt 1 at 19:31:55
32677npm info attempt registry request try #1 at 19:31:55
32678npm http fetch GET http://registry.npmjs.org/relateurl/-/relateurl-0.2.6.tgz
32679npm http fetch 200 http://registry.npmjs.org/relateurl/-/relateurl-0.2.6.tgz
32680npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/relateurl/-/relateurl-0.2.6.tgz not in flight; adding
32681npm verb addTmpTarball already have metadata; skipping unpack for relateurl@0.2.6
32682npm verb afterAdd /root/.npm/relateurl/0.2.6/package/package.json not in flight; writing
32683npm http 200 http://registry.npmjs.org/cli
32684npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32685npm verb headers etag: '"6FXOJ0FZMLJ3BJ1HC1AD0EQYG"',
32686npm verb headers 'content-type': 'application/json',
32687npm verb headers 'cache-control': 'max-age=300',
32688npm verb headers 'content-length': '64162',
32689npm verb headers 'accept-ranges': 'bytes',
32690npm verb headers date: 'Tue, 29 Dec 2015 19:31:55 GMT',
32691npm verb headers age: '34',
32692npm verb headers 'x-served-by': 'cache-ams4145-AMS',
32693npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32694npm verb headers 'x-cache-hits': '2',
32695npm verb headers 'x-timer': 'S1451417515.358130,VS0,VE0',
32696npm verb headers vary: 'Accept',
32697npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32698npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32699npm verb headers connection: 'keep-alive' }
32700npm verb get saving cli to /root/.npm/registry.npmjs.org/cli/.cache.json
32701npm verb afterAdd /root/.npm/relateurl/0.2.6/package/package.json written
32702npm verb cache add spec cli@0.6.x
32703npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for cli
32704npm verb addNameRange registry:http://registry.npmjs.org/cli not in flight; fetching
32705npm verb get http://registry.npmjs.org/cli not expired, no request
32706npm verb addNamed "0.6.6" is a plain semver version for cli
32707npm verb addRemoteTarball http://registry.npmjs.org/cli/-/cli-0.6.6.tgz not in flight; adding
32708npm verb addRemoteTarball [ 'http://registry.npmjs.org/cli/-/cli-0.6.6.tgz',
32709npm verb addRemoteTarball '02ad44a380abf27adac5e6f0cdd7b043d74c53e3' ]
32710npm info retry fetch attempt 1 at 19:31:55
32711npm info attempt registry request try #1 at 19:31:55
32712npm http fetch GET http://registry.npmjs.org/cli/-/cli-0.6.6.tgz
32713npm http fetch 200 http://registry.npmjs.org/cli/-/cli-0.6.6.tgz
32714npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cli/-/cli-0.6.6.tgz not in flight; adding
32715npm verb addTmpTarball already have metadata; skipping unpack for cli@0.6.6
32716npm verb afterAdd /root/.npm/cli/0.6.6/package/package.json not in flight; writing
32717npm verb afterAdd /root/.npm/cli/0.6.6/package/package.json written
32718npm http 200 http://registry.npmjs.org/clean-css
32719npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32720npm verb headers etag: '"8RWX4ZKWGJ80DKX05D4ATCXKG"',
32721npm verb headers 'content-type': 'application/json',
32722npm verb headers 'cache-control': 'max-age=300',
32723npm verb headers 'content-length': '211104',
32724npm verb headers 'accept-ranges': 'bytes',
32725npm verb headers date: 'Tue, 29 Dec 2015 19:31:55 GMT',
32726npm verb headers age: '0',
32727npm verb headers 'x-served-by': 'cache-fra1220-FRA',
32728npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32729npm verb headers 'x-cache-hits': '1',
32730npm verb headers 'x-timer': 'S1451417515.355341,VS0,VE136',
32731npm verb headers vary: 'Accept',
32732npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
32733npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32734npm verb headers connection: 'keep-alive' }
32735npm verb get saving clean-css to /root/.npm/registry.npmjs.org/clean-css/.cache.json
32736npm verb cache add spec clean-css@2.2.x
32737npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for clean-css
32738npm verb addNameRange registry:http://registry.npmjs.org/clean-css not in flight; fetching
32739npm verb get http://registry.npmjs.org/clean-css not expired, no request
32740npm verb addNamed "2.2.23" is a plain semver version for clean-css
32741npm verb addRemoteTarball http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz not in flight; adding
32742npm verb addRemoteTarball [ 'http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz',
32743npm verb addRemoteTarball '0590b5478b516c4903edc2d89bd3fdbdd286328c' ]
32744npm info retry fetch attempt 1 at 19:31:55
32745npm info attempt registry request try #1 at 19:31:55
32746npm http fetch GET http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz
32747npm http fetch 200 http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz
32748npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz not in flight; adding
32749npm verb addTmpTarball already have metadata; skipping unpack for clean-css@2.2.23
32750npm verb afterAdd /root/.npm/clean-css/2.2.23/package/package.json not in flight; writing
32751npm verb afterAdd /root/.npm/clean-css/2.2.23/package/package.json written
32752npm http 200 http://registry.npmjs.org/change-case
32753npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32754npm verb headers etag: '"CMQJRO7PSN7RVHB4H5KF0UI9S"',
32755npm verb headers 'content-type': 'application/json',
32756npm verb headers 'cache-control': 'max-age=300',
32757npm verb headers 'content-length': '43667',
32758npm verb headers 'accept-ranges': 'bytes',
32759npm verb headers date: 'Tue, 29 Dec 2015 19:31:55 GMT',
32760npm verb headers age: '0',
32761npm verb headers 'x-served-by': 'cache-fra1227-FRA',
32762npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32763npm verb headers 'x-cache-hits': '1',
32764npm verb headers 'x-timer': 'S1451417515.354184,VS0,VE548',
32765npm verb headers vary: 'Accept',
32766npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32767npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32768npm verb headers connection: 'keep-alive' }
32769npm verb get saving change-case to /root/.npm/registry.npmjs.org/change-case/.cache.json
32770npm verb cache add spec change-case@2.1.x
32771npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for change-case
32772npm verb addNameRange registry:http://registry.npmjs.org/change-case not in flight; fetching
32773npm verb get http://registry.npmjs.org/change-case not expired, no request
32774npm verb addNamed "2.1.6" is a plain semver version for change-case
32775npm verb addRemoteTarball http://registry.npmjs.org/change-case/-/change-case-2.1.6.tgz not in flight; adding
32776npm verb addRemoteTarball [ 'http://registry.npmjs.org/change-case/-/change-case-2.1.6.tgz',
32777npm verb addRemoteTarball '514af20513158a68fe7f00dff4c332d6c298d2f9' ]
32778npm info retry fetch attempt 1 at 19:31:55
32779npm info attempt registry request try #1 at 19:31:55
32780npm http fetch GET http://registry.npmjs.org/change-case/-/change-case-2.1.6.tgz
32781npm http fetch 200 http://registry.npmjs.org/change-case/-/change-case-2.1.6.tgz
32782npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/change-case/-/change-case-2.1.6.tgz not in flight; adding
32783npm verb addTmpTarball already have metadata; skipping unpack for change-case@2.1.6
32784npm verb afterAdd /root/.npm/change-case/2.1.6/package/package.json not in flight; writing
32785npm verb afterAdd /root/.npm/change-case/2.1.6/package/package.json written
32786npm verb request uri http://registry.npmjs.org/camel-case
32787npm verb request no auth needed
32788npm info attempt registry request try #1 at 19:31:56
32789npm http request GET http://registry.npmjs.org/camel-case
32790npm verb request uri http://registry.npmjs.org/constant-case
32791npm verb request no auth needed
32792npm info attempt registry request try #1 at 19:31:56
32793npm http request GET http://registry.npmjs.org/constant-case
32794npm verb request uri http://registry.npmjs.org/dot-case
32795npm verb request no auth needed
32796npm info attempt registry request try #1 at 19:31:56
32797npm http request GET http://registry.npmjs.org/dot-case
32798npm verb request uri http://registry.npmjs.org/is-lower-case
32799npm verb request no auth needed
32800npm info attempt registry request try #1 at 19:31:56
32801npm http request GET http://registry.npmjs.org/is-lower-case
32802npm verb request uri http://registry.npmjs.org/is-upper-case
32803npm verb request no auth needed
32804npm info attempt registry request try #1 at 19:31:56
32805npm http request GET http://registry.npmjs.org/is-upper-case
32806npm verb request uri http://registry.npmjs.org/lower-case
32807npm verb request no auth needed
32808npm info attempt registry request try #1 at 19:31:56
32809npm http request GET http://registry.npmjs.org/lower-case
32810npm verb request uri http://registry.npmjs.org/param-case
32811npm verb request no auth needed
32812npm info attempt registry request try #1 at 19:31:56
32813npm http request GET http://registry.npmjs.org/param-case
32814npm verb request uri http://registry.npmjs.org/pascal-case
32815npm verb request no auth needed
32816npm info attempt registry request try #1 at 19:31:56
32817npm http request GET http://registry.npmjs.org/pascal-case
32818npm verb request uri http://registry.npmjs.org/path-case
32819npm verb request no auth needed
32820npm info attempt registry request try #1 at 19:31:56
32821npm http request GET http://registry.npmjs.org/path-case
32822npm verb request uri http://registry.npmjs.org/sentence-case
32823npm verb request no auth needed
32824npm info attempt registry request try #1 at 19:31:56
32825npm http request GET http://registry.npmjs.org/sentence-case
32826npm verb request uri http://registry.npmjs.org/snake-case
32827npm verb request no auth needed
32828npm info attempt registry request try #1 at 19:31:56
32829npm http request GET http://registry.npmjs.org/snake-case
32830npm verb request uri http://registry.npmjs.org/swap-case
32831npm verb request no auth needed
32832npm info attempt registry request try #1 at 19:31:56
32833npm http request GET http://registry.npmjs.org/swap-case
32834npm verb request uri http://registry.npmjs.org/title-case
32835npm verb request no auth needed
32836npm info attempt registry request try #1 at 19:31:56
32837npm http request GET http://registry.npmjs.org/title-case
32838npm verb request uri http://registry.npmjs.org/upper-case
32839npm verb request no auth needed
32840npm info attempt registry request try #1 at 19:31:56
32841npm http request GET http://registry.npmjs.org/upper-case
32842npm verb request uri http://registry.npmjs.org/upper-case-first
32843npm verb request no auth needed
32844npm info attempt registry request try #1 at 19:31:56
32845npm http request GET http://registry.npmjs.org/upper-case-first
32846npm http 200 http://registry.npmjs.org/lower-case
32847npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32848npm verb headers etag: '"D18D6C4ZI9Y363A3R76W8TEWP"',
32849npm verb headers 'content-type': 'application/json',
32850npm verb headers 'cache-control': 'max-age=300',
32851npm verb headers 'content-length': '12219',
32852npm verb headers 'accept-ranges': 'bytes',
32853npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
32854npm verb headers age: '257',
32855npm verb headers 'x-served-by': 'cache-fra1227-FRA',
32856npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32857npm verb headers 'x-cache-hits': '1',
32858npm verb headers 'x-timer': 'S1451417516.291755,VS0,VE0',
32859npm verb headers vary: 'Accept',
32860npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32861npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32862npm verb headers connection: 'keep-alive' }
32863npm verb get saving lower-case to /root/.npm/registry.npmjs.org/lower-case/.cache.json
32864npm http 200 http://registry.npmjs.org/param-case
32865npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32866npm verb headers etag: '"5Q2LHW0MJPXBMA6L9VOP13SU9"',
32867npm verb headers 'content-type': 'application/json',
32868npm verb headers 'cache-control': 'max-age=300',
32869npm verb headers 'content-length': '10869',
32870npm verb headers 'accept-ranges': 'bytes',
32871npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
32872npm verb headers age: '256',
32873npm verb headers 'x-served-by': 'cache-fra1220-FRA',
32874npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32875npm verb headers 'x-cache-hits': '1',
32876npm verb headers 'x-timer': 'S1451417516.292283,VS0,VE0',
32877npm verb headers vary: 'Accept',
32878npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32879npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32880npm verb headers connection: 'keep-alive' }
32881npm verb get saving param-case to /root/.npm/registry.npmjs.org/param-case/.cache.json
32882npm http 200 http://registry.npmjs.org/camel-case
32883npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32884npm verb headers etag: '"DODMJ6E9WMA9CM9A7SG1H3F9S"',
32885npm verb headers 'content-type': 'application/json',
32886npm verb headers 'cache-control': 'max-age=300',
32887npm verb headers 'content-length': '16992',
32888npm verb headers 'accept-ranges': 'bytes',
32889npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
32890npm verb headers age: '12',
32891npm verb headers 'x-served-by': 'cache-ams4145-AMS',
32892npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32893npm verb headers 'x-cache-hits': '1',
32894npm verb headers 'x-timer': 'S1451417516.292708,VS0,VE0',
32895npm verb headers vary: 'Accept',
32896npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32897npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32898npm verb headers connection: 'keep-alive' }
32899npm verb get saving camel-case to /root/.npm/registry.npmjs.org/camel-case/.cache.json
32900npm http 200 http://registry.npmjs.org/constant-case
32901npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32902npm verb headers etag: '"HJACIYVSM9BYBEWOJ5MV8YI6"',
32903npm verb headers 'content-type': 'application/json',
32904npm verb headers 'cache-control': 'max-age=300',
32905npm verb headers 'content-length': '10196',
32906npm verb headers 'accept-ranges': 'bytes',
32907npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
32908npm verb headers age: '12',
32909npm verb headers 'x-served-by': 'cache-ams4148-AMS',
32910npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32911npm verb headers 'x-cache-hits': '1',
32912npm verb headers 'x-timer': 'S1451417516.294383,VS0,VE0',
32913npm verb headers vary: 'Accept',
32914npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32915npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32916npm verb headers connection: 'keep-alive' }
32917npm verb get saving constant-case to /root/.npm/registry.npmjs.org/constant-case/.cache.json
32918npm http 200 http://registry.npmjs.org/dot-case
32919npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32920npm verb headers etag: '"8LZXI11N5AK53J5ZFEBDYAQTS"',
32921npm verb headers 'content-type': 'application/json',
32922npm verb headers 'cache-control': 'max-age=300',
32923npm verb headers 'content-length': '10564',
32924npm verb headers 'accept-ranges': 'bytes',
32925npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
32926npm verb headers age: '12',
32927npm verb headers 'x-served-by': 'cache-ams4138-AMS',
32928npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32929npm verb headers 'x-cache-hits': '1',
32930npm verb headers 'x-timer': 'S1451417516.294625,VS0,VE0',
32931npm verb headers vary: 'Accept',
32932npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32933npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32934npm verb headers connection: 'keep-alive' }
32935npm verb get saving dot-case to /root/.npm/registry.npmjs.org/dot-case/.cache.json
32936npm http 200 http://registry.npmjs.org/is-lower-case
32937npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32938npm verb headers etag: '"V4NBAE3JZT1K1G9OXG69044A"',
32939npm verb headers 'content-type': 'application/json',
32940npm verb headers 'cache-control': 'max-age=300',
32941npm verb headers 'content-length': '9487',
32942npm verb headers 'accept-ranges': 'bytes',
32943npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
32944npm verb headers age: '12',
32945npm verb headers 'x-served-by': 'cache-ams4125-AMS',
32946npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32947npm verb headers 'x-cache-hits': '1',
32948npm verb headers 'x-timer': 'S1451417516.294977,VS0,VE0',
32949npm verb headers vary: 'Accept',
32950npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32951npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32952npm verb headers connection: 'keep-alive' }
32953npm verb get saving is-lower-case to /root/.npm/registry.npmjs.org/is-lower-case/.cache.json
32954npm http 200 http://registry.npmjs.org/is-upper-case
32955npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32956npm verb headers etag: '"DCUGNHW4GZEF4TN1WDT1AU1FI"',
32957npm verb headers 'content-type': 'application/json',
32958npm verb headers 'cache-control': 'max-age=300',
32959npm verb headers 'content-length': '9305',
32960npm verb headers 'accept-ranges': 'bytes',
32961npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
32962npm verb headers age: '12',
32963npm verb headers 'x-served-by': 'cache-ams4138-AMS',
32964npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32965npm verb headers 'x-cache-hits': '1',
32966npm verb headers 'x-timer': 'S1451417516.295331,VS0,VE0',
32967npm verb headers vary: 'Accept',
32968npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32969npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32970npm verb headers connection: 'keep-alive' }
32971npm verb get saving is-upper-case to /root/.npm/registry.npmjs.org/is-upper-case/.cache.json
32972npm http 200 http://registry.npmjs.org/pascal-case
32973npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32974npm verb headers etag: '"7E1RJWF66B68F8DNAZ9BDGT34"',
32975npm verb headers 'content-type': 'application/json',
32976npm verb headers 'cache-control': 'max-age=300',
32977npm verb headers 'content-length': '11169',
32978npm verb headers 'accept-ranges': 'bytes',
32979npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
32980npm verb headers age: '142',
32981npm verb headers 'x-served-by': 'cache-fra1231-FRA',
32982npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
32983npm verb headers 'x-cache-hits': '1',
32984npm verb headers 'x-timer': 'S1451417516.292407,VS0,VE0',
32985npm verb headers vary: 'Accept',
32986npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
32987npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
32988npm verb headers connection: 'keep-alive' }
32989npm verb get saving pascal-case to /root/.npm/registry.npmjs.org/pascal-case/.cache.json
32990npm http 200 http://registry.npmjs.org/swap-case
32991npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32992npm verb headers etag: '"57JNIISE4U1U3FIMHW8HFPJ2M"',
32993npm verb headers 'content-type': 'application/json',
32994npm verb headers 'cache-control': 'max-age=300',
32995npm verb headers 'content-length': '10217',
32996npm verb headers 'accept-ranges': 'bytes',
32997npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
32998npm verb headers age: '142',
32999npm verb headers 'x-served-by': 'cache-fra1226-FRA',
33000npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33001npm verb headers 'x-cache-hits': '1',
33002npm verb headers 'x-timer': 'S1451417516.292477,VS0,VE0',
33003npm verb headers vary: 'Accept',
33004npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33005npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33006npm verb headers connection: 'keep-alive' }
33007npm verb get saving swap-case to /root/.npm/registry.npmjs.org/swap-case/.cache.json
33008npm http 200 http://registry.npmjs.org/upper-case-first
33009npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33010npm verb headers etag: '"5QMFALXIWEGIW2W8DL3T0236B"',
33011npm verb headers 'content-type': 'application/json',
33012npm verb headers 'cache-control': 'max-age=300',
33013npm verb headers 'content-length': '9566',
33014npm verb headers 'accept-ranges': 'bytes',
33015npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
33016npm verb headers age: '256',
33017npm verb headers 'x-served-by': 'cache-fra1229-FRA',
33018npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33019npm verb headers 'x-cache-hits': '1',
33020npm verb headers 'x-timer': 'S1451417516.292268,VS0,VE0',
33021npm verb headers vary: 'Accept',
33022npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33023npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33024npm verb headers connection: 'keep-alive' }
33025npm verb get saving upper-case-first to /root/.npm/registry.npmjs.org/upper-case-first/.cache.json
33026npm http 200 http://registry.npmjs.org/upper-case
33027npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33028npm verb headers etag: '"2KID61RLY2KGWR8D2WTV6VVM9"',
33029npm verb headers 'content-type': 'application/json',
33030npm verb headers 'cache-control': 'max-age=300',
33031npm verb headers 'content-length': '12375',
33032npm verb headers 'accept-ranges': 'bytes',
33033npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
33034npm verb headers age: '12',
33035npm verb headers 'x-served-by': 'cache-ams4146-AMS',
33036npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33037npm verb headers 'x-cache-hits': '1',
33038npm verb headers 'x-timer': 'S1451417516.295848,VS0,VE0',
33039npm verb headers vary: 'Accept',
33040npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33041npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33042npm verb headers connection: 'keep-alive' }
33043npm verb get saving upper-case to /root/.npm/registry.npmjs.org/upper-case/.cache.json
33044npm verb cache add spec lower-case@^1.0.0
33045npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for lower-case
33046npm verb addNameRange registry:http://registry.npmjs.org/lower-case not in flight; fetching
33047npm verb cache add spec param-case@^1.0.0
33048npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for param-case
33049npm verb addNameRange registry:http://registry.npmjs.org/param-case not in flight; fetching
33050npm verb cache add spec camel-case@^1.0.0
33051npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for camel-case
33052npm verb addNameRange registry:http://registry.npmjs.org/camel-case not in flight; fetching
33053npm verb cache add spec is-lower-case@^1.0.0
33054npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-lower-case
33055npm verb addNameRange registry:http://registry.npmjs.org/is-lower-case not in flight; fetching
33056npm verb cache add spec constant-case@^1.0.0
33057npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for constant-case
33058npm verb addNameRange registry:http://registry.npmjs.org/constant-case not in flight; fetching
33059npm verb cache add spec is-upper-case@^1.0.0
33060npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-upper-case
33061npm verb addNameRange registry:http://registry.npmjs.org/is-upper-case not in flight; fetching
33062npm verb cache add spec dot-case@^1.0.0
33063npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for dot-case
33064npm verb addNameRange registry:http://registry.npmjs.org/dot-case not in flight; fetching
33065npm http 200 http://registry.npmjs.org/sentence-case
33066npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33067npm verb headers etag: '"E42TDZ5PC5LKMS657IRAVXGPF"',
33068npm verb headers 'content-type': 'application/json',
33069npm verb headers 'cache-control': 'max-age=300',
33070npm verb headers 'content-length': '16998',
33071npm verb headers 'accept-ranges': 'bytes',
33072npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
33073npm verb headers age: '12',
33074npm verb headers 'x-served-by': 'cache-ams4139-AMS',
33075npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33076npm verb headers 'x-cache-hits': '1',
33077npm verb headers 'x-timer': 'S1451417516.295805,VS0,VE0',
33078npm verb headers vary: 'Accept',
33079npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33080npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33081npm verb headers connection: 'keep-alive' }
33082npm verb get saving sentence-case to /root/.npm/registry.npmjs.org/sentence-case/.cache.json
33083npm verb cache add spec pascal-case@^1.0.0
33084npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for pascal-case
33085npm verb addNameRange registry:http://registry.npmjs.org/pascal-case not in flight; fetching
33086npm verb cache add spec swap-case@^1.0.0
33087npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for swap-case
33088npm verb addNameRange registry:http://registry.npmjs.org/swap-case not in flight; fetching
33089npm verb cache add spec upper-case-first@^1.0.0
33090npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for upper-case-first
33091npm verb addNameRange registry:http://registry.npmjs.org/upper-case-first not in flight; fetching
33092npm verb cache add spec upper-case@^1.0.0
33093npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for upper-case
33094npm verb addNameRange registry:http://registry.npmjs.org/upper-case not in flight; fetching
33095npm verb get http://registry.npmjs.org/lower-case not expired, no request
33096npm verb addNamed "1.1.3" is a plain semver version for lower-case
33097npm verb get http://registry.npmjs.org/param-case not expired, no request
33098npm verb addNamed "1.1.2" is a plain semver version for param-case
33099npm verb get http://registry.npmjs.org/constant-case not expired, no request
33100npm verb addNamed "1.1.2" is a plain semver version for constant-case
33101npm verb get http://registry.npmjs.org/camel-case not expired, no request
33102npm verb addNamed "1.2.2" is a plain semver version for camel-case
33103npm verb get http://registry.npmjs.org/is-lower-case not expired, no request
33104npm verb addNamed "1.1.3" is a plain semver version for is-lower-case
33105npm verb get http://registry.npmjs.org/is-upper-case not expired, no request
33106npm verb addNamed "1.1.2" is a plain semver version for is-upper-case
33107npm verb get http://registry.npmjs.org/dot-case not expired, no request
33108npm verb addNamed "1.1.2" is a plain semver version for dot-case
33109npm verb addRemoteTarball http://registry.npmjs.org/lower-case/-/lower-case-1.1.3.tgz not in flight; adding
33110npm verb addRemoteTarball [ 'http://registry.npmjs.org/lower-case/-/lower-case-1.1.3.tgz',
33111npm verb addRemoteTarball 'c92393d976793eee5ba4edb583cf8eae35bd9bfb' ]
33112npm verb addRemoteTarball http://registry.npmjs.org/param-case/-/param-case-1.1.2.tgz not in flight; adding
33113npm verb addRemoteTarball [ 'http://registry.npmjs.org/param-case/-/param-case-1.1.2.tgz',
33114npm verb addRemoteTarball 'dcb091a43c259b9228f1c341e7b6a44ea0bf9743' ]
33115npm verb addRemoteTarball http://registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz not in flight; adding
33116npm verb addRemoteTarball [ 'http://registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz',
33117npm verb addRemoteTarball '8ec2ca5ba343e00aa38dbf4e200fd5ac907efd63' ]
33118npm verb addRemoteTarball http://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz not in flight; adding
33119npm verb addRemoteTarball [ 'http://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz',
33120npm verb addRemoteTarball '1aca7c4d195359a2ce9955793433c6e5542511f2' ]
33121npm verb addRemoteTarball http://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz not in flight; adding
33122npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz',
33123npm verb addRemoteTarball '7e147be4768dc466db3bfb21cc60b31e6ad69393' ]
33124npm verb addRemoteTarball http://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz not in flight; adding
33125npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz',
33126npm verb addRemoteTarball '8d0b1fa7e7933a1e58483600ec7d9661cbaf756f' ]
33127npm verb addRemoteTarball http://registry.npmjs.org/dot-case/-/dot-case-1.1.2.tgz not in flight; adding
33128npm verb addRemoteTarball [ 'http://registry.npmjs.org/dot-case/-/dot-case-1.1.2.tgz',
33129npm verb addRemoteTarball '1e73826900de28d6de5480bc1de31d0842b06bec' ]
33130npm verb get http://registry.npmjs.org/pascal-case not expired, no request
33131npm verb addNamed "1.1.2" is a plain semver version for pascal-case
33132npm verb get http://registry.npmjs.org/swap-case not expired, no request
33133npm verb addNamed "1.1.2" is a plain semver version for swap-case
33134npm verb addRemoteTarball http://registry.npmjs.org/pascal-case/-/pascal-case-1.1.2.tgz not in flight; adding
33135npm verb addRemoteTarball [ 'http://registry.npmjs.org/pascal-case/-/pascal-case-1.1.2.tgz',
33136npm verb addRemoteTarball '3e5d64a20043830a7c49344c2d74b41be0c9c99b' ]
33137npm verb get http://registry.npmjs.org/upper-case-first not expired, no request
33138npm verb addNamed "1.1.2" is a plain semver version for upper-case-first
33139npm info retry fetch attempt 1 at 19:31:56
33140npm info attempt registry request try #1 at 19:31:56
33141npm http fetch GET http://registry.npmjs.org/lower-case/-/lower-case-1.1.3.tgz
33142npm info retry fetch attempt 1 at 19:31:56
33143npm info attempt registry request try #1 at 19:31:56
33144npm http fetch GET http://registry.npmjs.org/param-case/-/param-case-1.1.2.tgz
33145npm info retry fetch attempt 1 at 19:31:56
33146npm info attempt registry request try #1 at 19:31:56
33147npm http fetch GET http://registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz
33148npm info retry fetch attempt 1 at 19:31:56
33149npm info attempt registry request try #1 at 19:31:56
33150npm http fetch GET http://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz
33151npm verb get http://registry.npmjs.org/upper-case not expired, no request
33152npm verb addNamed "1.1.3" is a plain semver version for upper-case
33153npm info retry fetch attempt 1 at 19:31:56
33154npm info attempt registry request try #1 at 19:31:56
33155npm http fetch GET http://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz
33156npm verb addRemoteTarball http://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz not in flight; adding
33157npm verb addRemoteTarball [ 'http://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz',
33158npm verb addRemoteTarball 'c39203a4587385fad3c850a0bd1bcafa081974e3' ]
33159npm info retry fetch attempt 1 at 19:31:56
33160npm info attempt registry request try #1 at 19:31:56
33161npm http fetch GET http://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz
33162npm info retry fetch attempt 1 at 19:31:56
33163npm info attempt registry request try #1 at 19:31:56
33164npm http fetch GET http://registry.npmjs.org/dot-case/-/dot-case-1.1.2.tgz
33165npm verb addRemoteTarball http://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz not in flight; adding
33166npm verb addRemoteTarball [ 'http://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz',
33167npm verb addRemoteTarball '5d79bedcff14419518fd2edb0a0507c9b6859115' ]
33168npm verb addRemoteTarball http://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz not in flight; adding
33169npm verb addRemoteTarball [ 'http://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz',
33170npm verb addRemoteTarball 'f6b4501c2ec4cdd26ba78be7222961de77621598' ]
33171npm http fetch 200 http://registry.npmjs.org/lower-case/-/lower-case-1.1.3.tgz
33172npm http 200 http://registry.npmjs.org/title-case
33173npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33174npm verb headers etag: '"8O919LJKHHU80VB5RVN1TFZAV"',
33175npm verb headers 'content-type': 'application/json',
33176npm verb headers 'cache-control': 'max-age=300',
33177npm verb headers 'content-length': '11012',
33178npm verb headers 'accept-ranges': 'bytes',
33179npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
33180npm verb headers age: '12',
33181npm verb headers 'x-served-by': 'cache-ams4151-AMS',
33182npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33183npm verb headers 'x-cache-hits': '1',
33184npm verb headers 'x-timer': 'S1451417516.295648,VS0,VE0',
33185npm verb headers vary: 'Accept',
33186npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33187npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33188npm verb headers connection: 'keep-alive' }
33189npm verb get saving title-case to /root/.npm/registry.npmjs.org/title-case/.cache.json
33190npm info retry fetch attempt 1 at 19:31:56
33191npm info attempt registry request try #1 at 19:31:56
33192npm http fetch GET http://registry.npmjs.org/pascal-case/-/pascal-case-1.1.2.tgz
33193npm verb cache add spec sentence-case@^1.0.0
33194npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for sentence-case
33195npm verb addNameRange registry:http://registry.npmjs.org/sentence-case not in flight; fetching
33196npm info retry fetch attempt 1 at 19:31:56
33197npm info attempt registry request try #1 at 19:31:56
33198npm http fetch GET http://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz
33199npm info retry fetch attempt 1 at 19:31:56
33200npm info attempt registry request try #1 at 19:31:56
33201npm http fetch GET http://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz
33202npm http fetch 200 http://registry.npmjs.org/param-case/-/param-case-1.1.2.tgz
33203npm http fetch 200 http://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz
33204npm http fetch 200 http://registry.npmjs.org/dot-case/-/dot-case-1.1.2.tgz
33205npm info retry fetch attempt 1 at 19:31:56
33206npm info attempt registry request try #1 at 19:31:56
33207npm http fetch GET http://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz
33208npm http fetch 200 http://registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz
33209npm http fetch 200 http://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz
33210npm http fetch 200 http://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz
33211npm http fetch 200 http://registry.npmjs.org/pascal-case/-/pascal-case-1.1.2.tgz
33212npm http 200 http://registry.npmjs.org/path-case
33213npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33214npm verb headers etag: '"7A95CNMLD0S64VAR8L9C2NXN8"',
33215npm verb headers 'content-type': 'application/json',
33216npm verb headers 'cache-control': 'max-age=300',
33217npm verb headers 'content-length': '10665',
33218npm verb headers 'accept-ranges': 'bytes',
33219npm verb headers date: 'Tue, 29 Dec 2015 19:31:56 GMT',
33220npm verb headers age: '12',
33221npm verb headers 'x-served-by': 'cache-ams4143-AMS',
33222npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33223npm verb headers 'x-cache-hits': '1',
33224npm verb headers 'x-timer': 'S1451417516.295807,VS0,VE0',
33225npm verb headers vary: 'Accept',
33226npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33227npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33228npm verb headers connection: 'keep-alive' }
33229npm verb get saving path-case to /root/.npm/registry.npmjs.org/path-case/.cache.json
33230npm verb get http://registry.npmjs.org/sentence-case not expired, no request
33231npm verb addNamed "1.1.3" is a plain semver version for sentence-case
33232npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lower-case/-/lower-case-1.1.3.tgz not in flight; adding
33233npm verb addTmpTarball already have metadata; skipping unpack for lower-case@1.1.3
33234npm http fetch 200 http://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz
33235npm verb addRemoteTarball http://registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz not in flight; adding
33236npm verb addRemoteTarball [ 'http://registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz',
33237npm verb addRemoteTarball '8034aafc2145772d3abe1509aa42c9e1042dc139' ]
33238npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz not in flight; adding
33239npm verb addTmpTarball already have metadata; skipping unpack for camel-case@1.2.2
33240npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/param-case/-/param-case-1.1.2.tgz not in flight; adding
33241npm verb addTmpTarball already have metadata; skipping unpack for param-case@1.1.2
33242npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/dot-case/-/dot-case-1.1.2.tgz not in flight; adding
33243npm verb addTmpTarball already have metadata; skipping unpack for dot-case@1.1.2
33244npm http fetch 200 http://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz
33245npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz not in flight; adding
33246npm verb addTmpTarball already have metadata; skipping unpack for constant-case@1.1.2
33247npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz not in flight; adding
33248npm verb addTmpTarball already have metadata; skipping unpack for is-upper-case@1.1.2
33249npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz not in flight; adding
33250npm verb addTmpTarball already have metadata; skipping unpack for is-lower-case@1.1.3
33251npm info retry fetch attempt 1 at 19:31:56
33252npm info attempt registry request try #1 at 19:31:56
33253npm http fetch GET http://registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz
33254npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pascal-case/-/pascal-case-1.1.2.tgz not in flight; adding
33255npm verb addTmpTarball already have metadata; skipping unpack for pascal-case@1.1.2
33256npm verb cache add spec title-case@^1.0.0
33257npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for title-case
33258npm verb addNameRange registry:http://registry.npmjs.org/title-case not in flight; fetching
33259npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz not in flight; adding
33260npm verb addTmpTarball already have metadata; skipping unpack for upper-case-first@1.1.2
33261npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz not in flight; adding
33262npm verb addTmpTarball already have metadata; skipping unpack for upper-case@1.1.3
33263npm verb cache add spec path-case@^1.0.0
33264npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-case
33265npm verb addNameRange registry:http://registry.npmjs.org/path-case not in flight; fetching
33266npm verb get http://registry.npmjs.org/title-case not expired, no request
33267npm verb addNamed "1.1.2" is a plain semver version for title-case
33268npm http fetch 200 http://registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz
33269npm verb addRemoteTarball http://registry.npmjs.org/title-case/-/title-case-1.1.2.tgz not in flight; adding
33270npm verb addRemoteTarball [ 'http://registry.npmjs.org/title-case/-/title-case-1.1.2.tgz',
33271npm verb addRemoteTarball 'fae4a6ae546bfa22d083a0eea910a40d12ed4f5a' ]
33272npm verb afterAdd /root/.npm/lower-case/1.1.3/package/package.json not in flight; writing
33273npm verb afterAdd /root/.npm/param-case/1.1.2/package/package.json not in flight; writing
33274npm verb afterAdd /root/.npm/camel-case/1.2.2/package/package.json not in flight; writing
33275npm verb afterAdd /root/.npm/dot-case/1.1.2/package/package.json not in flight; writing
33276npm verb get http://registry.npmjs.org/path-case not expired, no request
33277npm verb addNamed "1.1.2" is a plain semver version for path-case
33278npm info retry fetch attempt 1 at 19:31:56
33279npm info attempt registry request try #1 at 19:31:56
33280npm http fetch GET http://registry.npmjs.org/title-case/-/title-case-1.1.2.tgz
33281npm verb afterAdd /root/.npm/constant-case/1.1.2/package/package.json not in flight; writing
33282npm verb afterAdd /root/.npm/is-upper-case/1.1.2/package/package.json not in flight; writing
33283npm verb afterAdd /root/.npm/is-lower-case/1.1.3/package/package.json not in flight; writing
33284npm verb addRemoteTarball http://registry.npmjs.org/path-case/-/path-case-1.1.2.tgz not in flight; adding
33285npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-case/-/path-case-1.1.2.tgz',
33286npm verb addRemoteTarball '50ce6ba0d3bed3dd0b5c2a9c4553697434409514' ]
33287npm verb afterAdd /root/.npm/pascal-case/1.1.2/package/package.json not in flight; writing
33288npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz not in flight; adding
33289npm verb addTmpTarball already have metadata; skipping unpack for sentence-case@1.1.3
33290npm verb afterAdd /root/.npm/lower-case/1.1.3/package/package.json written
33291npm info retry fetch attempt 1 at 19:31:56
33292npm info attempt registry request try #1 at 19:31:56
33293npm http fetch GET http://registry.npmjs.org/path-case/-/path-case-1.1.2.tgz
33294npm verb afterAdd /root/.npm/upper-case-first/1.1.2/package/package.json not in flight; writing
33295npm verb afterAdd /root/.npm/param-case/1.1.2/package/package.json written
33296npm verb afterAdd /root/.npm/camel-case/1.2.2/package/package.json written
33297npm verb afterAdd /root/.npm/dot-case/1.1.2/package/package.json written
33298npm verb afterAdd /root/.npm/is-upper-case/1.1.2/package/package.json written
33299npm verb afterAdd /root/.npm/constant-case/1.1.2/package/package.json written
33300npm verb afterAdd /root/.npm/is-lower-case/1.1.3/package/package.json written
33301npm verb afterAdd /root/.npm/upper-case/1.1.3/package/package.json not in flight; writing
33302npm verb afterAdd /root/.npm/pascal-case/1.1.2/package/package.json written
33303npm http fetch 200 http://registry.npmjs.org/title-case/-/title-case-1.1.2.tgz
33304npm verb afterAdd /root/.npm/upper-case-first/1.1.2/package/package.json written
33305npm http fetch 200 http://registry.npmjs.org/path-case/-/path-case-1.1.2.tgz
33306npm verb afterAdd /root/.npm/upper-case/1.1.3/package/package.json written
33307npm verb afterAdd /root/.npm/sentence-case/1.1.3/package/package.json not in flight; writing
33308npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/title-case/-/title-case-1.1.2.tgz not in flight; adding
33309npm verb addTmpTarball already have metadata; skipping unpack for title-case@1.1.2
33310npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/path-case/-/path-case-1.1.2.tgz not in flight; adding
33311npm verb addTmpTarball already have metadata; skipping unpack for path-case@1.1.2
33312npm verb afterAdd /root/.npm/sentence-case/1.1.3/package/package.json written
33313npm verb afterAdd /root/.npm/title-case/1.1.2/package/package.json not in flight; writing
33314npm verb afterAdd /root/.npm/path-case/1.1.2/package/package.json not in flight; writing
33315npm verb afterAdd /root/.npm/title-case/1.1.2/package/package.json written
33316npm verb afterAdd /root/.npm/path-case/1.1.2/package/package.json written
33317npm http fetch 200 http://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz
33318npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz not in flight; adding
33319npm verb addTmpTarball already have metadata; skipping unpack for swap-case@1.1.2
33320npm verb afterAdd /root/.npm/swap-case/1.1.2/package/package.json not in flight; writing
33321npm verb afterAdd /root/.npm/swap-case/1.1.2/package/package.json written
33322npm http 200 http://registry.npmjs.org/snake-case
33323npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33324npm verb headers etag: '"BP3HIEXDLU49V4GT5PWC893M6"',
33325npm verb headers 'content-type': 'application/json',
33326npm verb headers 'cache-control': 'max-age=300',
33327npm verb headers 'content-length': '10880',
33328npm verb headers 'accept-ranges': 'bytes',
33329npm verb headers date: 'Tue, 29 Dec 2015 19:31:57 GMT',
33330npm verb headers age: '0',
33331npm verb headers 'x-served-by': 'cache-fra1234-FRA',
33332npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33333npm verb headers 'x-cache-hits': '1',
33334npm verb headers 'x-timer': 'S1451417516.292266,VS0,VE828',
33335npm verb headers vary: 'Accept',
33336npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33337npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33338npm verb headers connection: 'keep-alive' }
33339npm verb get saving snake-case to /root/.npm/registry.npmjs.org/snake-case/.cache.json
33340npm verb cache add spec snake-case@^1.0.0
33341npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for snake-case
33342npm verb addNameRange registry:http://registry.npmjs.org/snake-case not in flight; fetching
33343npm verb get http://registry.npmjs.org/snake-case not expired, no request
33344npm verb addNamed "1.1.2" is a plain semver version for snake-case
33345npm verb addRemoteTarball http://registry.npmjs.org/snake-case/-/snake-case-1.1.2.tgz not in flight; adding
33346npm verb addRemoteTarball [ 'http://registry.npmjs.org/snake-case/-/snake-case-1.1.2.tgz',
33347npm verb addRemoteTarball '0c2f25e305158d9a18d3d977066187fef8a5a66a' ]
33348npm info retry fetch attempt 1 at 19:31:57
33349npm info attempt registry request try #1 at 19:31:57
33350npm http fetch GET http://registry.npmjs.org/snake-case/-/snake-case-1.1.2.tgz
33351npm http fetch 200 http://registry.npmjs.org/snake-case/-/snake-case-1.1.2.tgz
33352npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/snake-case/-/snake-case-1.1.2.tgz not in flight; adding
33353npm verb addTmpTarball already have metadata; skipping unpack for snake-case@1.1.2
33354npm verb afterAdd /root/.npm/snake-case/1.1.2/package/package.json not in flight; writing
33355npm verb afterAdd /root/.npm/snake-case/1.1.2/package/package.json written
33356npm verb cache add spec commander@2.2.x
33357npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for commander
33358npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
33359npm verb request uri http://registry.npmjs.org/commander
33360npm verb request no auth needed
33361npm info attempt registry request try #1 at 19:31:57
33362npm verb etag "DYW0JBRXQO3Y28VX1THARSCBL"
33363npm http request GET http://registry.npmjs.org/commander
33364npm http 304 http://registry.npmjs.org/commander
33365npm verb headers { date: 'Tue, 29 Dec 2015 19:31:20 GMT',
33366npm verb headers 'content-type': 'application/json',
33367npm verb headers age: '73',
33368npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
33369npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
33370npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
33371npm verb headers connection: 'keep-alive' }
33372npm verb etag http://registry.npmjs.org/commander from cache
33373npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
33374npm verb addNamed "2.2.0" is a plain semver version for commander
33375npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.2.0.tgz not in flight; adding
33376npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.2.0.tgz',
33377npm verb addRemoteTarball '175ad4b9317f3ff615f201c1e57224f55a3e91df' ]
33378npm info retry fetch attempt 1 at 19:31:57
33379npm info attempt registry request try #1 at 19:31:57
33380npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.2.0.tgz
33381npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.2.0.tgz
33382npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/commander/-/commander-2.2.0.tgz not in flight; adding
33383npm verb addTmpTarball already have metadata; skipping unpack for commander@2.2.0
33384npm verb afterAdd /root/.npm/commander/2.2.0/package/package.json not in flight; writing
33385npm verb afterAdd /root/.npm/commander/2.2.0/package/package.json written
33386npm verb cache add spec glob@~ 3.2.1
33387npm verb addNamed ">=3.2.1 <3.3.0" is a valid semver range for glob
33388npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
33389npm verb get http://registry.npmjs.org/glob not expired, no request
33390npm verb addNamed "3.2.11" is a plain semver version for glob
33391npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
33392npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
33393npm verb cache add spec minimatch@0.3
33394npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
33395npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
33396npm verb get http://registry.npmjs.org/minimatch not expired, no request
33397npm verb addNamed "0.3.0" is a plain semver version for minimatch
33398npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
33399npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
33400npm verb request uri http://registry.npmjs.org/wiredep
33401npm verb request no auth needed
33402npm info attempt registry request try #1 at 19:31:57
33403npm http request GET http://registry.npmjs.org/wiredep
33404npm http 200 http://registry.npmjs.org/wiredep
33405npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33406npm verb headers etag: '"5XOI842YURILZ2ZV7RJH4N3YE"',
33407npm verb headers 'content-type': 'application/json',
33408npm verb headers 'cache-control': 'max-age=300',
33409npm verb headers 'content-length': '80540',
33410npm verb headers 'accept-ranges': 'bytes',
33411npm verb headers date: 'Tue, 29 Dec 2015 19:31:57 GMT',
33412npm verb headers age: '280',
33413npm verb headers 'x-served-by': 'cache-ams4139-AMS',
33414npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33415npm verb headers 'x-cache-hits': '1',
33416npm verb headers 'x-timer': 'S1451417517.535196,VS0,VE0',
33417npm verb headers vary: 'Accept',
33418npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33419npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33420npm verb headers connection: 'keep-alive' }
33421npm verb get saving wiredep to /root/.npm/registry.npmjs.org/wiredep/.cache.json
33422npm verb cache add spec wiredep@~0.4.2
33423npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for wiredep
33424npm verb addNameRange registry:http://registry.npmjs.org/wiredep not in flight; fetching
33425npm verb get http://registry.npmjs.org/wiredep not expired, no request
33426npm verb addNamed "0.4.2" is a plain semver version for wiredep
33427npm verb addRemoteTarball http://registry.npmjs.org/wiredep/-/wiredep-0.4.2.tgz not in flight; adding
33428npm verb addRemoteTarball [ 'http://registry.npmjs.org/wiredep/-/wiredep-0.4.2.tgz',
33429npm verb addRemoteTarball '42d4cf07422576f26e3a04045edc163da101a66f' ]
33430npm info retry fetch attempt 1 at 19:31:57
33431npm info attempt registry request try #1 at 19:31:57
33432npm http fetch GET http://registry.npmjs.org/wiredep/-/wiredep-0.4.2.tgz
33433npm http fetch 200 http://registry.npmjs.org/wiredep/-/wiredep-0.4.2.tgz
33434npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/wiredep/-/wiredep-0.4.2.tgz not in flight; adding
33435npm verb addTmpTarball already have metadata; skipping unpack for wiredep@0.4.2
33436npm verb afterAdd /root/.npm/wiredep/0.4.2/package/package.json not in flight; writing
33437npm verb afterAdd /root/.npm/wiredep/0.4.2/package/package.json written
33438npm verb cache add spec lodash@~1.3.0
33439npm verb cache add spec chalk@~0.1.1
33440npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for lodash
33441npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
33442npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for chalk
33443npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
33444npm verb get http://registry.npmjs.org/lodash not expired, no request
33445npm verb addNamed "1.3.1" is a plain semver version for lodash
33446npm WARN deprecated lodash@1.3.1: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
33447npm verb request uri http://registry.npmjs.org/chalk
33448npm verb request no auth needed
33449npm info attempt registry request try #1 at 19:31:57
33450npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
33451npm http request GET http://registry.npmjs.org/chalk
33452npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz not in flight; adding
33453npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz',
33454npm verb addRemoteTarball 'a4663b53686b895ff074e2ba504dfb76a8e2b770' ]
33455npm http 304 http://registry.npmjs.org/chalk
33456npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
33457npm verb headers 'content-type': 'application/json',
33458npm verb headers age: '179',
33459npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
33460npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
33461npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
33462npm verb headers connection: 'keep-alive' }
33463npm verb etag http://registry.npmjs.org/chalk from cache
33464npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
33465npm info retry fetch attempt 1 at 19:31:57
33466npm info attempt registry request try #1 at 19:31:57
33467npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz
33468npm verb addNamed "0.1.1" is a plain semver version for chalk
33469npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.1.1.tgz not in flight; adding
33470npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.1.1.tgz',
33471npm verb addRemoteTarball 'fe6d90ae2c270424720c87ed92d36490b7d36ea0' ]
33472npm info retry fetch attempt 1 at 19:31:57
33473npm info attempt registry request try #1 at 19:31:57
33474npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.1.1.tgz
33475npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz
33476npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.1.1.tgz
33477npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/chalk/-/chalk-0.1.1.tgz not in flight; adding
33478npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.1.1
33479npm verb afterAdd /root/.npm/chalk/0.1.1/package/package.json not in flight; writing
33480npm verb afterAdd /root/.npm/chalk/0.1.1/package/package.json written
33481npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lodash/-/lodash-1.3.1.tgz not in flight; adding
33482npm verb addTmpTarball already have metadata; skipping unpack for lodash@1.3.1
33483npm verb afterAdd /root/.npm/lodash/1.3.1/package/package.json not in flight; writing
33484npm verb afterAdd /root/.npm/lodash/1.3.1/package/package.json written
33485npm verb cache add spec ansi-styles@~0.1.0
33486npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for ansi-styles
33487npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
33488npm verb request uri http://registry.npmjs.org/has-color
33489npm verb request no auth needed
33490npm info attempt registry request try #1 at 19:31:58
33491npm http request GET http://registry.npmjs.org/has-color
33492npm verb request uri http://registry.npmjs.org/ansi-styles
33493npm verb request no auth needed
33494npm info attempt registry request try #1 at 19:31:58
33495npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
33496npm http request GET http://registry.npmjs.org/ansi-styles
33497npm http 304 http://registry.npmjs.org/ansi-styles
33498npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
33499npm verb headers 'content-type': 'application/json',
33500npm verb headers age: '33',
33501npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
33502npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
33503npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
33504npm verb headers connection: 'keep-alive' }
33505npm verb etag http://registry.npmjs.org/ansi-styles from cache
33506npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
33507npm verb addNamed "0.1.2" is a plain semver version for ansi-styles
33508npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-0.1.2.tgz not in flight; adding
33509npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-0.1.2.tgz',
33510npm verb addRemoteTarball '5bab27c2e0bbe944ee42057cf23adee970abc7c6' ]
33511npm info retry fetch attempt 1 at 19:31:58
33512npm info attempt registry request try #1 at 19:31:58
33513npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-0.1.2.tgz
33514npm http 200 http://registry.npmjs.org/has-color
33515npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33516npm verb headers etag: '"9ZRSWCOVUIZDICDCHIWY7SF6I"',
33517npm verb headers 'content-type': 'application/json',
33518npm verb headers 'cache-control': 'max-age=300',
33519npm verb headers 'content-length': '10259',
33520npm verb headers 'accept-ranges': 'bytes',
33521npm verb headers date: 'Tue, 29 Dec 2015 19:31:58 GMT',
33522npm verb headers age: '166',
33523npm verb headers 'x-served-by': 'cache-fra1234-FRA',
33524npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33525npm verb headers 'x-cache-hits': '3',
33526npm verb headers 'x-timer': 'S1451417518.100869,VS0,VE0',
33527npm verb headers vary: 'Accept',
33528npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
33529npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33530npm verb headers connection: 'keep-alive' }
33531npm verb get saving has-color to /root/.npm/registry.npmjs.org/has-color/.cache.json
33532npm verb cache add spec has-color@~0.1.0
33533npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-color
33534npm verb addNameRange registry:http://registry.npmjs.org/has-color not in flight; fetching
33535npm verb get http://registry.npmjs.org/has-color not expired, no request
33536npm verb addNamed "0.1.7" is a plain semver version for has-color
33537npm verb addRemoteTarball http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz not in flight; adding
33538npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz',
33539npm verb addRemoteTarball '67144a5260c34fc3cca677d041daf52fe7b78b2f' ]
33540npm info retry fetch attempt 1 at 19:31:58
33541npm info attempt registry request try #1 at 19:31:58
33542npm http fetch GET http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz
33543npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-0.1.2.tgz
33544npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ansi-styles/-/ansi-styles-0.1.2.tgz not in flight; adding
33545npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@0.1.2
33546npm verb afterAdd /root/.npm/ansi-styles/0.1.2/package/package.json not in flight; writing
33547npm verb afterAdd /root/.npm/ansi-styles/0.1.2/package/package.json written
33548npm http fetch 200 http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz
33549npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/has-color/-/has-color-0.1.7.tgz not in flight; adding
33550npm verb addTmpTarball already have metadata; skipping unpack for has-color@0.1.7
33551npm verb afterAdd /root/.npm/has-color/0.1.7/package/package.json not in flight; writing
33552npm verb afterAdd /root/.npm/has-color/0.1.7/package/package.json written
33553npm verb cache add spec chalk@~0.4.0
33554npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
33555npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
33556npm verb request uri http://registry.npmjs.org/autoprefixer
33557npm verb request no auth needed
33558npm info attempt registry request try #1 at 19:31:58
33559npm http request GET http://registry.npmjs.org/autoprefixer
33560npm verb request uri http://registry.npmjs.org/diff
33561npm verb request no auth needed
33562npm info attempt registry request try #1 at 19:31:58
33563npm http request GET http://registry.npmjs.org/diff
33564npm verb get http://registry.npmjs.org/chalk not expired, no request
33565npm verb addNamed "0.4.0" is a plain semver version for chalk
33566npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz not in flight; adding
33567npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz',
33568npm verb addRemoteTarball '5199a3ddcd0c1efe23bc08c1b027b06176e0c64f' ]
33569npm info retry fetch attempt 1 at 19:31:58
33570npm info attempt registry request try #1 at 19:31:58
33571npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz
33572npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz
33573npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/chalk/-/chalk-0.4.0.tgz not in flight; adding
33574npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.4.0
33575npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
33576npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
33577npm http 200 http://registry.npmjs.org/diff
33578npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33579npm verb headers etag: '"C2JR8VIFOCSEV2B6HYFHDDE8H"',
33580npm verb headers 'content-type': 'application/json',
33581npm verb headers 'cache-control': 'max-age=60',
33582npm verb headers 'content-length': '41603',
33583npm verb headers 'accept-ranges': 'bytes',
33584npm verb headers date: 'Tue, 29 Dec 2015 19:31:58 GMT',
33585npm verb headers age: '47',
33586npm verb headers 'x-served-by': 'cache-ams4139-AMS',
33587npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33588npm verb headers 'x-cache-hits': '3',
33589npm verb headers 'x-timer': 'S1451417518.227877,VS0,VE0',
33590npm verb headers vary: 'Accept',
33591npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33592npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33593npm verb headers connection: 'keep-alive' }
33594npm verb get saving diff to /root/.npm/registry.npmjs.org/diff/.cache.json
33595npm verb cache add spec diff@~1.0.8
33596npm verb addNamed ">=1.0.8 <1.1.0" is a valid semver range for diff
33597npm verb addNameRange registry:http://registry.npmjs.org/diff not in flight; fetching
33598npm verb get http://registry.npmjs.org/diff not expired, no request
33599npm verb addNamed "1.0.8" is a plain semver version for diff
33600npm verb addRemoteTarball http://registry.npmjs.org/diff/-/diff-1.0.8.tgz not in flight; adding
33601npm verb addRemoteTarball [ 'http://registry.npmjs.org/diff/-/diff-1.0.8.tgz',
33602npm verb addRemoteTarball '343276308ec991b7bc82267ed55bc1411f971666' ]
33603npm info retry fetch attempt 1 at 19:31:58
33604npm info attempt registry request try #1 at 19:31:58
33605npm http fetch GET http://registry.npmjs.org/diff/-/diff-1.0.8.tgz
33606npm http fetch 200 http://registry.npmjs.org/diff/-/diff-1.0.8.tgz
33607npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/diff/-/diff-1.0.8.tgz not in flight; adding
33608npm verb addTmpTarball already have metadata; skipping unpack for diff@1.0.8
33609npm verb afterAdd /root/.npm/diff/1.0.8/package/package.json not in flight; writing
33610npm verb afterAdd /root/.npm/diff/1.0.8/package/package.json written
33611npm http 200 http://registry.npmjs.org/autoprefixer
33612npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33613npm verb headers etag: '"396SNC1FZ8T3GRB2BTRLX33XX"',
33614npm verb headers 'content-type': 'application/json',
33615npm verb headers 'cache-control': 'max-age=300',
33616npm verb headers 'content-length': '138024',
33617npm verb headers 'accept-ranges': 'bytes',
33618npm verb headers date: 'Tue, 29 Dec 2015 19:31:58 GMT',
33619npm verb headers age: '0',
33620npm verb headers 'x-served-by': 'cache-fra1234-FRA',
33621npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33622npm verb headers 'x-cache-hits': '1',
33623npm verb headers 'x-timer': 'S1451417518.224801,VS0,VE502',
33624npm verb headers vary: 'Accept',
33625npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33626npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33627npm verb headers connection: 'keep-alive' }
33628npm verb get saving autoprefixer to /root/.npm/registry.npmjs.org/autoprefixer/.cache.json
33629npm verb cache add spec autoprefixer@~1.3.1
33630npm verb addNamed ">=1.3.1 <1.4.0" is a valid semver range for autoprefixer
33631npm verb addNameRange registry:http://registry.npmjs.org/autoprefixer not in flight; fetching
33632npm verb get http://registry.npmjs.org/autoprefixer not expired, no request
33633npm verb addNamed "1.3.1" is a plain semver version for autoprefixer
33634npm verb addRemoteTarball http://registry.npmjs.org/autoprefixer/-/autoprefixer-1.3.1.tgz not in flight; adding
33635npm verb addRemoteTarball [ 'http://registry.npmjs.org/autoprefixer/-/autoprefixer-1.3.1.tgz',
33636npm verb addRemoteTarball 'bd731b558daabbf4556a74f75766f9e78102fefb' ]
33637npm info retry fetch attempt 1 at 19:31:58
33638npm info attempt registry request try #1 at 19:31:58
33639npm http fetch GET http://registry.npmjs.org/autoprefixer/-/autoprefixer-1.3.1.tgz
33640npm http fetch 200 http://registry.npmjs.org/autoprefixer/-/autoprefixer-1.3.1.tgz
33641npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/autoprefixer/-/autoprefixer-1.3.1.tgz not in flight; adding
33642npm verb addTmpTarball already have metadata; skipping unpack for autoprefixer@1.3.1
33643npm verb afterAdd /root/.npm/autoprefixer/1.3.1/package/package.json not in flight; writing
33644npm verb afterAdd /root/.npm/autoprefixer/1.3.1/package/package.json written
33645npm verb request uri http://registry.npmjs.org/postcss
33646npm verb request no auth needed
33647npm info attempt registry request try #1 at 19:31:58
33648npm http request GET http://registry.npmjs.org/postcss
33649npm verb request uri http://registry.npmjs.org/fs-extra
33650npm verb request no auth needed
33651npm info attempt registry request try #1 at 19:31:58
33652npm http request GET http://registry.npmjs.org/fs-extra
33653npm verb request uri http://registry.npmjs.org/caniuse-db
33654npm verb request no auth needed
33655npm info attempt registry request try #1 at 19:31:58
33656npm http request GET http://registry.npmjs.org/caniuse-db
33657npm http 200 http://registry.npmjs.org/postcss
33658npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33659npm verb headers etag: '"9MHC6IR06DY9B1624UDINIHVI"',
33660npm verb headers 'content-type': 'application/json',
33661npm verb headers 'cache-control': 'max-age=300',
33662npm verb headers 'content-length': '105533',
33663npm verb headers 'accept-ranges': 'bytes',
33664npm verb headers date: 'Tue, 29 Dec 2015 19:31:58 GMT',
33665npm verb headers age: '220',
33666npm verb headers 'x-served-by': 'cache-fra1234-FRA',
33667npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33668npm verb headers 'x-cache-hits': '1',
33669npm verb headers 'x-timer': 'S1451417518.989880,VS0,VE1',
33670npm verb headers vary: 'Accept',
33671npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33672npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33673npm verb headers connection: 'keep-alive' }
33674npm verb get saving postcss to /root/.npm/registry.npmjs.org/postcss/.cache.json
33675npm verb cache add spec postcss@~0.3.5
33676npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for postcss
33677npm verb addNameRange registry:http://registry.npmjs.org/postcss not in flight; fetching
33678npm verb get http://registry.npmjs.org/postcss not expired, no request
33679npm verb addNamed "0.3.5" is a plain semver version for postcss
33680npm verb addRemoteTarball http://registry.npmjs.org/postcss/-/postcss-0.3.5.tgz not in flight; adding
33681npm verb addRemoteTarball [ 'http://registry.npmjs.org/postcss/-/postcss-0.3.5.tgz',
33682npm verb addRemoteTarball '5073a3d062ef3ce592ac4a5fe6b8c2862ab83ceb' ]
33683npm info retry fetch attempt 1 at 19:31:59
33684npm info attempt registry request try #1 at 19:31:59
33685npm http fetch GET http://registry.npmjs.org/postcss/-/postcss-0.3.5.tgz
33686npm http 200 http://registry.npmjs.org/fs-extra
33687npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33688npm verb headers etag: '"29MGF514AYFY503MI1EY7HU5G"',
33689npm verb headers 'content-type': 'application/json',
33690npm verb headers 'cache-control': 'max-age=300',
33691npm verb headers 'content-length': '105461',
33692npm verb headers 'accept-ranges': 'bytes',
33693npm verb headers date: 'Tue, 29 Dec 2015 19:31:58 GMT',
33694npm verb headers age: '136',
33695npm verb headers 'x-served-by': 'cache-ams4139-AMS',
33696npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33697npm verb headers 'x-cache-hits': '1',
33698npm verb headers 'x-timer': 'S1451417518.993268,VS0,VE0',
33699npm verb headers vary: 'Accept',
33700npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33701npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33702npm verb headers connection: 'keep-alive' }
33703npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
33704npm verb cache add spec fs-extra@~0.9.1
33705npm verb addNamed ">=0.9.1 <0.10.0" is a valid semver range for fs-extra
33706npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
33707npm verb get http://registry.npmjs.org/fs-extra not expired, no request
33708npm verb addNamed "0.9.1" is a plain semver version for fs-extra
33709npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.9.1.tgz not in flight; adding
33710npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.9.1.tgz',
33711npm verb addRemoteTarball '87dbfc01383a8ddce7d9d5496f3608564889f156' ]
33712npm http fetch 200 http://registry.npmjs.org/postcss/-/postcss-0.3.5.tgz
33713npm info retry fetch attempt 1 at 19:31:59
33714npm info attempt registry request try #1 at 19:31:59
33715npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.9.1.tgz
33716npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/postcss/-/postcss-0.3.5.tgz not in flight; adding
33717npm verb addTmpTarball already have metadata; skipping unpack for postcss@0.3.5
33718npm verb afterAdd /root/.npm/postcss/0.3.5/package/package.json not in flight; writing
33719npm verb afterAdd /root/.npm/postcss/0.3.5/package/package.json written
33720npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.9.1.tgz
33721npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/fs-extra/-/fs-extra-0.9.1.tgz not in flight; adding
33722npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.9.1
33723npm verb afterAdd /root/.npm/fs-extra/0.9.1/package/package.json not in flight; writing
33724npm verb afterAdd /root/.npm/fs-extra/0.9.1/package/package.json written
33725npm http 200 http://registry.npmjs.org/caniuse-db
33726npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33727npm verb headers etag: '"118CJG5J8P52UPG4VVZ7HQYWP"',
33728npm verb headers 'content-type': 'application/json',
33729npm verb headers 'cache-control': 'max-age=300',
33730npm verb headers 'content-length': '445364',
33731npm verb headers 'accept-ranges': 'bytes',
33732npm verb headers date: 'Tue, 29 Dec 2015 19:31:58 GMT',
33733npm verb headers age: '17',
33734npm verb headers 'x-served-by': 'cache-ams4143-AMS',
33735npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33736npm verb headers 'x-cache-hits': '1',
33737npm verb headers 'x-timer': 'S1451417518.993355,VS0,VE2',
33738npm verb headers vary: 'Accept',
33739npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33740npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33741npm verb headers connection: 'keep-alive' }
33742npm verb get saving caniuse-db to /root/.npm/registry.npmjs.org/caniuse-db/.cache.json
33743npm verb cache add spec caniuse-db@1.0.20140618 - 2
33744npm verb addNamed ">=1.0.20140618 <3.0.0" is a valid semver range for caniuse-db
33745npm verb addNameRange registry:http://registry.npmjs.org/caniuse-db not in flight; fetching
33746npm verb get http://registry.npmjs.org/caniuse-db not expired, no request
33747npm verb addNamed "1.0.30000382" is a plain semver version for caniuse-db
33748npm verb addRemoteTarball http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000382.tgz not in flight; adding
33749npm verb addRemoteTarball [ 'http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000382.tgz',
33750npm verb addRemoteTarball '343fea82a49d3224591d01c5aaf5cf43f5fe3bda' ]
33751npm info retry fetch attempt 1 at 19:31:59
33752npm info attempt registry request try #1 at 19:31:59
33753npm http fetch GET http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000382.tgz
33754npm http fetch 200 http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000382.tgz
33755npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000382.tgz not in flight; adding
33756npm verb addTmpTarball already have metadata; skipping unpack for caniuse-db@1.0.30000382
33757npm verb afterAdd /root/.npm/caniuse-db/1.0.30000382/package/package.json not in flight; writing
33758npm verb afterAdd /root/.npm/caniuse-db/1.0.30000382/package/package.json written
33759npm verb cache add spec ncp@^0.5.1
33760npm verb cache add spec mkdirp@^0.5.0
33761npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for ncp
33762npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
33763npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
33764npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
33765npm verb request uri http://registry.npmjs.org/jsonfile
33766npm verb request no auth needed
33767npm info attempt registry request try #1 at 19:32:00
33768npm http request GET http://registry.npmjs.org/jsonfile
33769npm verb request uri http://registry.npmjs.org/ncp
33770npm verb request no auth needed
33771npm info attempt registry request try #1 at 19:32:00
33772npm verb etag "E335WN9HFOY1A47CZXJP6Y7CE"
33773npm http request GET http://registry.npmjs.org/ncp
33774npm verb request uri http://registry.npmjs.org/mkdirp
33775npm verb request no auth needed
33776npm info attempt registry request try #1 at 19:32:00
33777npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
33778npm http request GET http://registry.npmjs.org/mkdirp
33779npm http 200 http://registry.npmjs.org/jsonfile
33780npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33781npm verb headers etag: '"EDYTB6GREGXYI7F7RCPNW3UZI"',
33782npm verb headers 'content-type': 'application/json',
33783npm verb headers 'cache-control': 'max-age=300',
33784npm verb headers 'content-length': '19958',
33785npm verb headers 'accept-ranges': 'bytes',
33786npm verb headers date: 'Tue, 29 Dec 2015 19:32:00 GMT',
33787npm verb headers age: '123',
33788npm verb headers 'x-served-by': 'cache-ams4143-AMS',
33789npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33790npm verb headers 'x-cache-hits': '1',
33791npm verb headers 'x-timer': 'S1451417520.448161,VS0,VE0',
33792npm verb headers vary: 'Accept',
33793npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33794npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33795npm verb headers connection: 'keep-alive' }
33796npm verb get saving jsonfile to /root/.npm/registry.npmjs.org/jsonfile/.cache.json
33797npm verb cache add spec jsonfile@~1.1.0
33798npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for jsonfile
33799npm verb addNameRange registry:http://registry.npmjs.org/jsonfile not in flight; fetching
33800npm http 304 http://registry.npmjs.org/mkdirp
33801npm verb headers { date: 'Tue, 29 Dec 2015 19:32:00 GMT',
33802npm verb headers 'cache-control': 'max-age=300',
33803npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
33804npm verb headers age: '23',
33805npm verb headers 'x-served-by': 'cache-fra1229-FRA',
33806npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33807npm verb headers 'x-cache-hits': '2',
33808npm verb headers 'x-timer': 'S1451417520.478071,VS0,VE0',
33809npm verb headers vary: 'Accept',
33810npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
33811npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33812npm verb headers connection: 'keep-alive' }
33813npm verb etag http://registry.npmjs.org/mkdirp from cache
33814npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
33815npm http 304 http://registry.npmjs.org/ncp
33816npm verb headers { date: 'Tue, 29 Dec 2015 19:32:00 GMT',
33817npm verb headers 'cache-control': 'max-age=60',
33818npm verb headers etag: '"E335WN9HFOY1A47CZXJP6Y7CE"',
33819npm verb headers age: '52',
33820npm verb headers 'x-served-by': 'cache-fra1234-FRA',
33821npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33822npm verb headers 'x-cache-hits': '2',
33823npm verb headers 'x-timer': 'S1451417520.478222,VS0,VE0',
33824npm verb headers vary: 'Accept',
33825npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33826npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33827npm verb headers connection: 'keep-alive' }
33828npm verb etag http://registry.npmjs.org/ncp from cache
33829npm verb get saving ncp to /root/.npm/registry.npmjs.org/ncp/.cache.json
33830npm verb get http://registry.npmjs.org/jsonfile not expired, no request
33831npm verb addNamed "1.1.1" is a plain semver version for jsonfile
33832npm verb addRemoteTarball http://registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz not in flight; adding
33833npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz',
33834npm verb addRemoteTarball 'da4fd6ad77f1a255203ea63c7bc32dc31ef64433' ]
33835npm verb addNamed "0.5.1" is a plain semver version for mkdirp
33836npm info retry fetch attempt 1 at 19:32:00
33837npm info attempt registry request try #1 at 19:32:00
33838npm http fetch GET http://registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz
33839npm verb addNamed "0.5.1" is a plain semver version for ncp
33840npm verb addRemoteTarball http://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz not in flight; adding
33841npm verb addRemoteTarball [ 'http://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz',
33842npm verb addRemoteTarball '743985316e3db459281b587169e845735a05439f' ]
33843npm info retry fetch attempt 1 at 19:32:00
33844npm info attempt registry request try #1 at 19:32:00
33845npm http fetch GET http://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz
33846npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
33847npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
33848npm http fetch 200 http://registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz
33849npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jsonfile/-/jsonfile-1.1.1.tgz not in flight; adding
33850npm verb addTmpTarball already have metadata; skipping unpack for jsonfile@1.1.1
33851npm http fetch 200 http://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz
33852npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ncp/-/ncp-0.5.1.tgz not in flight; adding
33853npm verb addTmpTarball already have metadata; skipping unpack for ncp@0.5.1
33854npm verb afterAdd /root/.npm/jsonfile/1.1.1/package/package.json not in flight; writing
33855npm verb afterAdd /root/.npm/ncp/0.5.1/package/package.json not in flight; writing
33856npm verb afterAdd /root/.npm/jsonfile/1.1.1/package/package.json written
33857npm verb afterAdd /root/.npm/ncp/0.5.1/package/package.json written
33858npm verb cache add spec minimist@0.0.8
33859npm verb addNamed "0.0.8" is a plain semver version for minimist
33860npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
33861npm verb request uri http://registry.npmjs.org/minimist
33862npm verb request no auth needed
33863npm info attempt registry request try #1 at 19:32:00
33864npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
33865npm http request GET http://registry.npmjs.org/minimist
33866npm http 304 http://registry.npmjs.org/minimist
33867npm verb headers { date: 'Tue, 29 Dec 2015 19:32:00 GMT',
33868npm verb headers 'cache-control': 'max-age=300',
33869npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
33870npm verb headers age: '300',
33871npm verb headers 'x-served-by': 'cache-ams4139-AMS',
33872npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33873npm verb headers 'x-cache-hits': '1',
33874npm verb headers 'x-timer': 'S1451417520.648508,VS0,VE0',
33875npm verb headers vary: 'Accept',
33876npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33877npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33878npm verb headers connection: 'keep-alive' }
33879npm verb etag http://registry.npmjs.org/minimist from cache
33880npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
33881npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
33882npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
33883npm verb request uri http://registry.npmjs.org/base64-js
33884npm verb request no auth needed
33885npm info attempt registry request try #1 at 19:32:00
33886npm http request GET http://registry.npmjs.org/base64-js
33887npm http 200 http://registry.npmjs.org/base64-js
33888npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33889npm verb headers etag: '"1JCI3OO0E7DW4I03QC3KUR4IL"',
33890npm verb headers 'content-type': 'application/json',
33891npm verb headers 'cache-control': 'max-age=60',
33892npm verb headers 'content-length': '9649',
33893npm verb headers 'accept-ranges': 'bytes',
33894npm verb headers date: 'Tue, 29 Dec 2015 19:32:00 GMT',
33895npm verb headers age: '6',
33896npm verb headers 'x-served-by': 'cache-ams4139-AMS',
33897npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33898npm verb headers 'x-cache-hits': '1',
33899npm verb headers 'x-timer': 'S1451417520.729091,VS0,VE0',
33900npm verb headers vary: 'Accept',
33901npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33902npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33903npm verb headers connection: 'keep-alive' }
33904npm verb get saving base64-js to /root/.npm/registry.npmjs.org/base64-js/.cache.json
33905npm verb cache add spec base64-js@~0.0.6
33906npm verb addNamed ">=0.0.6 <0.1.0" is a valid semver range for base64-js
33907npm verb addNameRange registry:http://registry.npmjs.org/base64-js not in flight; fetching
33908npm verb get http://registry.npmjs.org/base64-js not expired, no request
33909npm verb addNamed "0.0.8" is a plain semver version for base64-js
33910npm verb addRemoteTarball http://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz not in flight; adding
33911npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz',
33912npm verb addRemoteTarball '1101e9544f4a76b1bc3b26d452ca96d7a35e7978' ]
33913npm info retry fetch attempt 1 at 19:32:00
33914npm info attempt registry request try #1 at 19:32:00
33915npm http fetch GET http://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz
33916npm http fetch 200 http://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz
33917npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz not in flight; adding
33918npm verb addTmpTarball already have metadata; skipping unpack for base64-js@0.0.8
33919npm verb afterAdd /root/.npm/base64-js/0.0.8/package/package.json not in flight; writing
33920npm verb afterAdd /root/.npm/base64-js/0.0.8/package/package.json written
33921npm verb cache add spec ansi-styles@~1.0.0
33922npm verb cache add spec strip-ansi@~0.1.0
33923npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
33924npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
33925npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
33926npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
33927npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
33928npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
33929npm verb request uri http://registry.npmjs.org/strip-ansi
33930npm verb request no auth needed
33931npm info attempt registry request try #1 at 19:32:00
33932npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
33933npm http request GET http://registry.npmjs.org/strip-ansi
33934npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz not in flight; adding
33935npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz',
33936npm verb addRemoteTarball 'cb102df1c56f5123eab8b67cd7b98027a0279178' ]
33937npm http 304 http://registry.npmjs.org/strip-ansi
33938npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
33939npm verb headers 'content-type': 'application/json',
33940npm verb headers age: '23',
33941npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
33942npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
33943npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
33944npm verb headers connection: 'keep-alive' }
33945npm verb etag http://registry.npmjs.org/strip-ansi from cache
33946npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
33947npm info retry fetch attempt 1 at 19:32:00
33948npm info attempt registry request try #1 at 19:32:00
33949npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz
33950npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz
33951npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
33952npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz not in flight; adding
33953npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@1.0.0
33954npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz not in flight; adding
33955npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz',
33956npm verb addRemoteTarball '39e8a98d044d150660abe4a6808acf70bb7bc991' ]
33957npm info retry fetch attempt 1 at 19:32:00
33958npm info attempt registry request try #1 at 19:32:00
33959npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz
33960npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz
33961npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
33962npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz not in flight; adding
33963npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@0.1.1
33964npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
33965npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
33966npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
33967npm verb request uri http://registry.npmjs.org/shelljs
33968npm verb request no auth needed
33969npm info attempt registry request try #1 at 19:32:01
33970npm http request GET http://registry.npmjs.org/shelljs
33971npm http 200 http://registry.npmjs.org/shelljs
33972npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33973npm verb headers etag: '"6HCE59UTDL2J8NPRDK7JL2N4C"',
33974npm verb headers 'content-type': 'application/json',
33975npm verb headers 'cache-control': 'max-age=300',
33976npm verb headers 'content-length': '53907',
33977npm verb headers 'accept-ranges': 'bytes',
33978npm verb headers date: 'Tue, 29 Dec 2015 19:32:01 GMT',
33979npm verb headers age: '288',
33980npm verb headers 'x-served-by': 'cache-ams4139-AMS',
33981npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
33982npm verb headers 'x-cache-hits': '2',
33983npm verb headers 'x-timer': 'S1451417521.023829,VS0,VE0',
33984npm verb headers vary: 'Accept',
33985npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
33986npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
33987npm verb headers connection: 'keep-alive' }
33988npm verb get saving shelljs to /root/.npm/registry.npmjs.org/shelljs/.cache.json
33989npm verb cache add spec shelljs@~0.2.6
33990npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for shelljs
33991npm verb addNameRange registry:http://registry.npmjs.org/shelljs not in flight; fetching
33992npm verb get http://registry.npmjs.org/shelljs not expired, no request
33993npm verb addNamed "0.2.6" is a plain semver version for shelljs
33994npm verb addRemoteTarball http://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz not in flight; adding
33995npm verb addRemoteTarball [ 'http://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz',
33996npm verb addRemoteTarball '90492d72ffcc8159976baba62fb0f6884f0c3378' ]
33997npm info retry fetch attempt 1 at 19:32:01
33998npm info attempt registry request try #1 at 19:32:01
33999npm http fetch GET http://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz
34000npm http fetch 200 http://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz
34001npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz not in flight; adding
34002npm verb addTmpTarball already have metadata; skipping unpack for shelljs@0.2.6
34003npm verb afterAdd /root/.npm/shelljs/0.2.6/package/package.json not in flight; writing
34004npm verb afterAdd /root/.npm/shelljs/0.2.6/package/package.json written
34005npm verb cache add spec async@~0.2.9
34006npm verb addNamed ">=0.2.9 <0.3.0" is a valid semver range for async
34007npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
34008npm verb request uri http://registry.npmjs.org/pad-stdio
34009npm verb request no auth needed
34010npm info attempt registry request try #1 at 19:32:01
34011npm http request GET http://registry.npmjs.org/pad-stdio
34012npm verb get http://registry.npmjs.org/async not expired, no request
34013npm verb addNamed "0.2.10" is a plain semver version for async
34014npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
34015npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
34016npm http 200 http://registry.npmjs.org/pad-stdio
34017npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34018npm verb headers etag: '"7I0SP2L2962ERFYSQ0J0RHD3C"',
34019npm verb headers 'content-type': 'application/json',
34020npm verb headers 'cache-control': 'max-age=300',
34021npm verb headers 'content-length': '6053',
34022npm verb headers 'accept-ranges': 'bytes',
34023npm verb headers date: 'Tue, 29 Dec 2015 19:32:02 GMT',
34024npm verb headers age: '0',
34025npm verb headers 'x-served-by': 'cache-fra1234-FRA',
34026npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34027npm verb headers 'x-cache-hits': '1',
34028npm verb headers 'x-timer': 'S1451417521.326472,VS0,VE864',
34029npm verb headers vary: 'Accept',
34030npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34031npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34032npm verb headers connection: 'keep-alive' }
34033npm verb get saving pad-stdio to /root/.npm/registry.npmjs.org/pad-stdio/.cache.json
34034npm verb cache add spec pad-stdio@^0.1.0
34035npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for pad-stdio
34036npm verb addNameRange registry:http://registry.npmjs.org/pad-stdio not in flight; fetching
34037npm verb get http://registry.npmjs.org/pad-stdio not expired, no request
34038npm verb addNamed "0.1.1" is a plain semver version for pad-stdio
34039npm verb addRemoteTarball http://registry.npmjs.org/pad-stdio/-/pad-stdio-0.1.1.tgz not in flight; adding
34040npm verb addRemoteTarball [ 'http://registry.npmjs.org/pad-stdio/-/pad-stdio-0.1.1.tgz',
34041npm verb addRemoteTarball '7c2f99c4d969633c60c5b551259c0755078aeb2a' ]
34042npm info retry fetch attempt 1 at 19:32:02
34043npm info attempt registry request try #1 at 19:32:02
34044npm http fetch GET http://registry.npmjs.org/pad-stdio/-/pad-stdio-0.1.1.tgz
34045npm http fetch 200 http://registry.npmjs.org/pad-stdio/-/pad-stdio-0.1.1.tgz
34046npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pad-stdio/-/pad-stdio-0.1.1.tgz not in flight; adding
34047npm verb addTmpTarball already have metadata; skipping unpack for pad-stdio@0.1.1
34048npm verb afterAdd /root/.npm/pad-stdio/0.1.1/package/package.json not in flight; writing
34049npm verb afterAdd /root/.npm/pad-stdio/0.1.1/package/package.json written
34050npm verb request uri http://registry.npmjs.org/lpad
34051npm verb request no auth needed
34052npm info attempt registry request try #1 at 19:32:02
34053npm http request GET http://registry.npmjs.org/lpad
34054npm http 200 http://registry.npmjs.org/lpad
34055npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34056npm verb headers etag: '"4XSDI3IX8F8X1FF1ULMRMUZLT"',
34057npm verb headers 'content-type': 'application/json',
34058npm verb headers 'cache-control': 'max-age=300',
34059npm verb headers 'content-length': '7202',
34060npm verb headers 'accept-ranges': 'bytes',
34061npm verb headers date: 'Tue, 29 Dec 2015 19:32:02 GMT',
34062npm verb headers age: '0',
34063npm verb headers 'x-served-by': 'cache-fra1234-FRA',
34064npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34065npm verb headers 'x-cache-hits': '1',
34066npm verb headers 'x-timer': 'S1451417522.330041,VS0,VE587',
34067npm verb headers vary: 'Accept',
34068npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34069npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34070npm verb headers connection: 'keep-alive' }
34071npm verb get saving lpad to /root/.npm/registry.npmjs.org/lpad/.cache.json
34072npm verb cache add spec lpad@^0.2.0
34073npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for lpad
34074npm verb addNameRange registry:http://registry.npmjs.org/lpad not in flight; fetching
34075npm verb get http://registry.npmjs.org/lpad not expired, no request
34076npm verb addNamed "0.2.1" is a plain semver version for lpad
34077npm verb addRemoteTarball http://registry.npmjs.org/lpad/-/lpad-0.2.1.tgz not in flight; adding
34078npm verb addRemoteTarball [ 'http://registry.npmjs.org/lpad/-/lpad-0.2.1.tgz',
34079npm verb addRemoteTarball '110587a55818485ad6a019625e3927ca4c52c3ee' ]
34080npm info retry fetch attempt 1 at 19:32:02
34081npm info attempt registry request try #1 at 19:32:02
34082npm http fetch GET http://registry.npmjs.org/lpad/-/lpad-0.2.1.tgz
34083npm http fetch 200 http://registry.npmjs.org/lpad/-/lpad-0.2.1.tgz
34084npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lpad/-/lpad-0.2.1.tgz not in flight; adding
34085npm verb addTmpTarball already have metadata; skipping unpack for lpad@0.2.1
34086npm verb afterAdd /root/.npm/lpad/0.2.1/package/package.json not in flight; writing
34087npm verb afterAdd /root/.npm/lpad/0.2.1/package/package.json written
34088npm verb cache add spec rimraf@~2.2.1
34089npm verb addNamed ">=2.2.1 <2.3.0" is a valid semver range for rimraf
34090npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
34091npm verb request uri http://registry.npmjs.org/rimraf
34092npm verb request no auth needed
34093npm info attempt registry request try #1 at 19:32:03
34094npm verb etag "8TBZMSTO6MKWV26CBWA5N5MR6"
34095npm http request GET http://registry.npmjs.org/rimraf
34096npm http 304 http://registry.npmjs.org/rimraf
34097npm verb headers { date: 'Tue, 29 Dec 2015 19:31:26 GMT',
34098npm verb headers 'content-type': 'application/json',
34099npm verb headers age: '90',
34100npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
34101npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
34102npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
34103npm verb headers connection: 'keep-alive' }
34104npm verb etag http://registry.npmjs.org/rimraf from cache
34105npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
34106npm verb addNamed "2.2.8" is a plain semver version for rimraf
34107npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
34108npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
34109npm verb cache add spec chalk@~0.4.0
34110npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
34111npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
34112npm verb get http://registry.npmjs.org/chalk not expired, no request
34113npm verb addNamed "0.4.0" is a plain semver version for chalk
34114npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
34115npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
34116npm verb cache add spec ansi-styles@~1.0.0
34117npm verb cache add spec strip-ansi@~0.1.0
34118npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
34119npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
34120npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
34121npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
34122npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
34123npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
34124npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
34125npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
34126npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
34127npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
34128npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
34129npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
34130npm verb cache add spec chalk@~0.4.0
34131npm verb cache add spec clean-css@~2.1.0
34132npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
34133npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
34134npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for clean-css
34135npm verb addNameRange registry:http://registry.npmjs.org/clean-css not in flight; fetching
34136npm verb request uri http://registry.npmjs.org/maxmin
34137npm verb request no auth needed
34138npm info attempt registry request try #1 at 19:32:03
34139npm http request GET http://registry.npmjs.org/maxmin
34140npm verb get http://registry.npmjs.org/chalk not expired, no request
34141npm verb addNamed "0.4.0" is a plain semver version for chalk
34142npm verb get http://registry.npmjs.org/clean-css not expired, no request
34143npm verb addNamed "2.1.8" is a plain semver version for clean-css
34144npm http 200 http://registry.npmjs.org/maxmin
34145npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34146npm verb headers etag: '"62D8YMHQ0HTSEW5J4JW13I3ZO"',
34147npm verb headers 'content-type': 'application/json',
34148npm verb headers 'cache-control': 'max-age=300',
34149npm verb headers 'content-length': '13236',
34150npm verb headers 'accept-ranges': 'bytes',
34151npm verb headers date: 'Tue, 29 Dec 2015 19:32:03 GMT',
34152npm verb headers age: '217',
34153npm verb headers 'x-served-by': 'cache-ams4139-AMS',
34154npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34155npm verb headers 'x-cache-hits': '2',
34156npm verb headers 'x-timer': 'S1451417523.295480,VS0,VE0',
34157npm verb headers vary: 'Accept',
34158npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34159npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34160npm verb headers connection: 'keep-alive' }
34161npm verb get saving maxmin to /root/.npm/registry.npmjs.org/maxmin/.cache.json
34162npm verb addRemoteTarball http://registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz not in flight; adding
34163npm verb addRemoteTarball [ 'http://registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz',
34164npm verb addRemoteTarball '2b4b2fd60f32441096216ae25a21faa74580dc83' ]
34165npm info retry fetch attempt 1 at 19:32:03
34166npm info attempt registry request try #1 at 19:32:03
34167npm http fetch GET http://registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz
34168npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
34169npm verb cache add spec maxmin@~0.1.0
34170npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for maxmin
34171npm verb addNameRange registry:http://registry.npmjs.org/maxmin not in flight; fetching
34172npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
34173npm verb get http://registry.npmjs.org/maxmin not expired, no request
34174npm verb addNamed "0.1.0" is a plain semver version for maxmin
34175npm verb addRemoteTarball http://registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz not in flight; adding
34176npm verb addRemoteTarball [ 'http://registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz',
34177npm verb addRemoteTarball '95d81c5289e3a9d30f7fc7dc559c024e5030c9d0' ]
34178npm info retry fetch attempt 1 at 19:32:03
34179npm info attempt registry request try #1 at 19:32:03
34180npm http fetch GET http://registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz
34181npm http fetch 200 http://registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz
34182npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz not in flight; adding
34183npm verb addTmpTarball already have metadata; skipping unpack for clean-css@2.1.8
34184npm verb afterAdd /root/.npm/clean-css/2.1.8/package/package.json not in flight; writing
34185npm verb afterAdd /root/.npm/clean-css/2.1.8/package/package.json written
34186npm http fetch 200 http://registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz
34187npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz not in flight; adding
34188npm verb addTmpTarball already have metadata; skipping unpack for maxmin@0.1.0
34189npm verb afterAdd /root/.npm/maxmin/0.1.0/package/package.json not in flight; writing
34190npm verb afterAdd /root/.npm/maxmin/0.1.0/package/package.json written
34191npm verb cache add spec ansi-styles@~1.0.0
34192npm verb cache add spec strip-ansi@~0.1.0
34193npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
34194npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
34195npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
34196npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
34197npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
34198npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
34199npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
34200npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
34201npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
34202npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
34203npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
34204npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
34205npm verb cache add spec chalk@^0.4.0
34206npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
34207npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
34208npm verb request uri http://registry.npmjs.org/gzip-size
34209npm verb request no auth needed
34210npm info attempt registry request try #1 at 19:32:03
34211npm http request GET http://registry.npmjs.org/gzip-size
34212npm verb request uri http://registry.npmjs.org/pretty-bytes
34213npm verb request no auth needed
34214npm info attempt registry request try #1 at 19:32:03
34215npm http request GET http://registry.npmjs.org/pretty-bytes
34216npm verb get http://registry.npmjs.org/chalk not expired, no request
34217npm verb addNamed "0.4.0" is a plain semver version for chalk
34218npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
34219npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
34220npm http 200 http://registry.npmjs.org/gzip-size
34221npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34222npm verb headers etag: '"4TTCC45L4Y1Y6HPTXU8SQU2TZ"',
34223npm verb headers 'content-type': 'application/json',
34224npm verb headers 'cache-control': 'max-age=300',
34225npm verb headers 'content-length': '13816',
34226npm verb headers 'accept-ranges': 'bytes',
34227npm verb headers date: 'Tue, 29 Dec 2015 19:32:03 GMT',
34228npm verb headers age: '51',
34229npm verb headers 'x-served-by': 'cache-fra1234-FRA',
34230npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34231npm verb headers 'x-cache-hits': '4',
34232npm verb headers 'x-timer': 'S1451417523.626414,VS0,VE0',
34233npm verb headers vary: 'Accept',
34234npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34235npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34236npm verb headers connection: 'keep-alive' }
34237npm verb get saving gzip-size to /root/.npm/registry.npmjs.org/gzip-size/.cache.json
34238npm http 200 http://registry.npmjs.org/pretty-bytes
34239npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34240npm verb headers etag: '"WS99S59XQA58X1XWMU4OVI4E"',
34241npm verb headers 'content-type': 'application/json',
34242npm verb headers 'cache-control': 'max-age=300',
34243npm verb headers 'content-length': '15852',
34244npm verb headers 'accept-ranges': 'bytes',
34245npm verb headers date: 'Tue, 29 Dec 2015 19:32:03 GMT',
34246npm verb headers age: '234',
34247npm verb headers 'x-served-by': 'cache-ams4143-AMS',
34248npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34249npm verb headers 'x-cache-hits': '4',
34250npm verb headers 'x-timer': 'S1451417523.630159,VS0,VE0',
34251npm verb headers vary: 'Accept',
34252npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34253npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34254npm verb headers connection: 'keep-alive' }
34255npm verb get saving pretty-bytes to /root/.npm/registry.npmjs.org/pretty-bytes/.cache.json
34256npm verb cache add spec gzip-size@^0.1.0
34257npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for gzip-size
34258npm verb addNameRange registry:http://registry.npmjs.org/gzip-size not in flight; fetching
34259npm verb cache add spec pretty-bytes@^0.1.0
34260npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for pretty-bytes
34261npm verb addNameRange registry:http://registry.npmjs.org/pretty-bytes not in flight; fetching
34262npm verb get http://registry.npmjs.org/gzip-size not expired, no request
34263npm verb addNamed "0.1.1" is a plain semver version for gzip-size
34264npm verb get http://registry.npmjs.org/pretty-bytes not expired, no request
34265npm verb addNamed "0.1.2" is a plain semver version for pretty-bytes
34266npm verb addRemoteTarball http://registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz not in flight; adding
34267npm verb addRemoteTarball [ 'http://registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz',
34268npm verb addRemoteTarball 'ae33483b6fc8224e8342296de108ef93757f76e0' ]
34269npm verb addRemoteTarball http://registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz not in flight; adding
34270npm verb addRemoteTarball [ 'http://registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz',
34271npm verb addRemoteTarball 'cd90294d58a1ca4e8a5d0fb9c8225998881acf00' ]
34272npm info retry fetch attempt 1 at 19:32:03
34273npm info attempt registry request try #1 at 19:32:03
34274npm http fetch GET http://registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz
34275npm info retry fetch attempt 1 at 19:32:03
34276npm info attempt registry request try #1 at 19:32:03
34277npm http fetch GET http://registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz
34278npm http fetch 200 http://registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz
34279npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz not in flight; adding
34280npm verb addTmpTarball already have metadata; skipping unpack for gzip-size@0.1.1
34281npm verb afterAdd /root/.npm/gzip-size/0.1.1/package/package.json not in flight; writing
34282npm verb afterAdd /root/.npm/gzip-size/0.1.1/package/package.json written
34283npm http fetch 200 http://registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz
34284npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pretty-bytes/-/pretty-bytes-0.1.2.tgz not in flight; adding
34285npm verb addTmpTarball already have metadata; skipping unpack for pretty-bytes@0.1.2
34286npm verb afterAdd /root/.npm/pretty-bytes/0.1.2/package/package.json not in flight; writing
34287npm verb afterAdd /root/.npm/pretty-bytes/0.1.2/package/package.json written
34288npm verb cache add spec ansi-styles@~1.0.0
34289npm verb cache add spec strip-ansi@~0.1.0
34290npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
34291npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
34292npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
34293npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
34294npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
34295npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
34296npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
34297npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
34298npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
34299npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
34300npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
34301npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
34302npm verb request uri http://registry.npmjs.org/zlib-browserify
34303npm verb request no auth needed
34304npm info attempt registry request try #1 at 19:32:03
34305npm http request GET http://registry.npmjs.org/zlib-browserify
34306npm http 200 http://registry.npmjs.org/zlib-browserify
34307npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34308npm verb headers etag: '"1JBYE7Q6GR3MIBZMKP9R5LCCK"',
34309npm verb headers 'content-type': 'application/json',
34310npm verb headers 'cache-control': 'max-age=300',
34311npm verb headers 'content-length': '6079',
34312npm verb headers 'accept-ranges': 'bytes',
34313npm verb headers date: 'Tue, 29 Dec 2015 19:32:03 GMT',
34314npm verb headers age: '43',
34315npm verb headers 'x-served-by': 'cache-ams4143-AMS',
34316npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34317npm verb headers 'x-cache-hits': '1',
34318npm verb headers 'x-timer': 'S1451417523.812551,VS0,VE0',
34319npm verb headers vary: 'Accept',
34320npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34321npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34322npm verb headers connection: 'keep-alive' }
34323npm verb get saving zlib-browserify to /root/.npm/registry.npmjs.org/zlib-browserify/.cache.json
34324npm verb cache add spec zlib-browserify@^0.0.3
34325npm verb addNamed ">=0.0.3 <0.0.4" is a valid semver range for zlib-browserify
34326npm verb addNameRange registry:http://registry.npmjs.org/zlib-browserify not in flight; fetching
34327npm verb get http://registry.npmjs.org/zlib-browserify not expired, no request
34328npm verb addNamed "0.0.3" is a plain semver version for zlib-browserify
34329npm verb addRemoteTarball http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.3.tgz not in flight; adding
34330npm verb addRemoteTarball [ 'http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.3.tgz',
34331npm verb addRemoteTarball '240ccdbfd0203fa842b130deefb1414122c8cc50' ]
34332npm info retry fetch attempt 1 at 19:32:03
34333npm info attempt registry request try #1 at 19:32:03
34334npm http fetch GET http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.3.tgz
34335npm http fetch 200 http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.3.tgz
34336npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.3.tgz not in flight; adding
34337npm verb addTmpTarball already have metadata; skipping unpack for zlib-browserify@0.0.3
34338npm verb afterAdd /root/.npm/zlib-browserify/0.0.3/package/package.json not in flight; writing
34339npm verb afterAdd /root/.npm/zlib-browserify/0.0.3/package/package.json written
34340npm verb request uri http://registry.npmjs.org/tape
34341npm verb request no auth needed
34342npm info attempt registry request try #1 at 19:32:03
34343npm http request GET http://registry.npmjs.org/tape
34344npm http 200 http://registry.npmjs.org/tape
34345npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34346npm verb headers etag: '"5B0ZIBOTISD81WC342JELH3QI"',
34347npm verb headers 'content-type': 'application/json',
34348npm verb headers 'cache-control': 'max-age=300',
34349npm verb headers 'content-length': '126773',
34350npm verb headers 'accept-ranges': 'bytes',
34351npm verb headers date: 'Tue, 29 Dec 2015 19:32:03 GMT',
34352npm verb headers age: '42',
34353npm verb headers 'x-served-by': 'cache-ams4143-AMS',
34354npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34355npm verb headers 'x-cache-hits': '1',
34356npm verb headers 'x-timer': 'S1451417523.940647,VS0,VE0',
34357npm verb headers vary: 'Accept',
34358npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34359npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34360npm verb headers connection: 'keep-alive' }
34361npm verb get saving tape to /root/.npm/registry.npmjs.org/tape/.cache.json
34362npm verb cache add spec tape@~0.2.2
34363npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for tape
34364npm verb addNameRange registry:http://registry.npmjs.org/tape not in flight; fetching
34365npm verb get http://registry.npmjs.org/tape not expired, no request
34366npm verb addNamed "0.2.2" is a plain semver version for tape
34367npm verb addRemoteTarball http://registry.npmjs.org/tape/-/tape-0.2.2.tgz not in flight; adding
34368npm verb addRemoteTarball [ 'http://registry.npmjs.org/tape/-/tape-0.2.2.tgz',
34369npm verb addRemoteTarball '64ccfa4b7ecf4a0060007e61716d424781671637' ]
34370npm info retry fetch attempt 1 at 19:32:04
34371npm info attempt registry request try #1 at 19:32:04
34372npm http fetch GET http://registry.npmjs.org/tape/-/tape-0.2.2.tgz
34373npm http fetch 200 http://registry.npmjs.org/tape/-/tape-0.2.2.tgz
34374npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tape/-/tape-0.2.2.tgz not in flight; adding
34375npm verb addTmpTarball already have metadata; skipping unpack for tape@0.2.2
34376npm verb afterAdd /root/.npm/tape/0.2.2/package/package.json not in flight; writing
34377npm verb afterAdd /root/.npm/tape/0.2.2/package/package.json written
34378npm verb request uri http://registry.npmjs.org/deep-equal
34379npm verb request no auth needed
34380npm info attempt registry request try #1 at 19:32:04
34381npm http request GET http://registry.npmjs.org/deep-equal
34382npm verb request uri http://registry.npmjs.org/defined
34383npm verb request no auth needed
34384npm info attempt registry request try #1 at 19:32:04
34385npm http request GET http://registry.npmjs.org/defined
34386npm http 200 http://registry.npmjs.org/deep-equal
34387npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34388npm verb headers etag: '"A3TWJPMQMCNC0S359IFK4PIAG"',
34389npm verb headers 'content-type': 'application/json',
34390npm verb headers 'cache-control': 'max-age=300',
34391npm verb headers 'content-length': '12281',
34392npm verb headers 'accept-ranges': 'bytes',
34393npm verb headers date: 'Tue, 29 Dec 2015 19:32:04 GMT',
34394npm verb headers age: '5',
34395npm verb headers 'x-served-by': 'cache-fra1234-FRA',
34396npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34397npm verb headers 'x-cache-hits': '1',
34398npm verb headers 'x-timer': 'S1451417524.166068,VS0,VE0',
34399npm verb headers vary: 'Accept',
34400npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34401npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34402npm verb headers connection: 'keep-alive' }
34403npm verb get saving deep-equal to /root/.npm/registry.npmjs.org/deep-equal/.cache.json
34404npm http 200 http://registry.npmjs.org/defined
34405npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34406npm verb headers etag: '"BW3XNDV52RM5T6F5KNEHTYJGX"',
34407npm verb headers 'content-type': 'application/json',
34408npm verb headers 'cache-control': 'max-age=60',
34409npm verb headers 'content-length': '4088',
34410npm verb headers 'accept-ranges': 'bytes',
34411npm verb headers date: 'Tue, 29 Dec 2015 19:32:04 GMT',
34412npm verb headers age: '45',
34413npm verb headers 'x-served-by': 'cache-fra1229-FRA',
34414npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34415npm verb headers 'x-cache-hits': '1',
34416npm verb headers 'x-timer': 'S1451417524.168181,VS0,VE0',
34417npm verb headers vary: 'Accept',
34418npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34419npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34420npm verb headers connection: 'keep-alive' }
34421npm verb get saving defined to /root/.npm/registry.npmjs.org/defined/.cache.json
34422npm verb cache add spec deep-equal@~0.0.0
34423npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for deep-equal
34424npm verb addNameRange registry:http://registry.npmjs.org/deep-equal not in flight; fetching
34425npm verb cache add spec defined@~0.0.0
34426npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for defined
34427npm verb addNameRange registry:http://registry.npmjs.org/defined not in flight; fetching
34428npm verb get http://registry.npmjs.org/defined not expired, no request
34429npm verb addNamed "0.0.0" is a plain semver version for defined
34430npm verb get http://registry.npmjs.org/deep-equal not expired, no request
34431npm verb addNamed "0.0.0" is a plain semver version for deep-equal
34432npm verb addRemoteTarball http://registry.npmjs.org/defined/-/defined-0.0.0.tgz not in flight; adding
34433npm verb addRemoteTarball [ 'http://registry.npmjs.org/defined/-/defined-0.0.0.tgz',
34434npm verb addRemoteTarball 'f35eea7d705e933baf13b2f03b3f83d921403b3e' ]
34435npm verb addRemoteTarball http://registry.npmjs.org/deep-equal/-/deep-equal-0.0.0.tgz not in flight; adding
34436npm verb addRemoteTarball [ 'http://registry.npmjs.org/deep-equal/-/deep-equal-0.0.0.tgz',
34437npm verb addRemoteTarball '99679d3bbd047156fcd450d3d01eeb9068691e83' ]
34438npm info retry fetch attempt 1 at 19:32:04
34439npm info attempt registry request try #1 at 19:32:04
34440npm http fetch GET http://registry.npmjs.org/defined/-/defined-0.0.0.tgz
34441npm info retry fetch attempt 1 at 19:32:04
34442npm info attempt registry request try #1 at 19:32:04
34443npm http fetch GET http://registry.npmjs.org/deep-equal/-/deep-equal-0.0.0.tgz
34444npm http fetch 200 http://registry.npmjs.org/defined/-/defined-0.0.0.tgz
34445npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/defined/-/defined-0.0.0.tgz not in flight; adding
34446npm verb addTmpTarball already have metadata; skipping unpack for defined@0.0.0
34447npm http fetch 200 http://registry.npmjs.org/deep-equal/-/deep-equal-0.0.0.tgz
34448npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/deep-equal/-/deep-equal-0.0.0.tgz not in flight; adding
34449npm verb addTmpTarball already have metadata; skipping unpack for deep-equal@0.0.0
34450npm verb afterAdd /root/.npm/defined/0.0.0/package/package.json not in flight; writing
34451npm verb afterAdd /root/.npm/defined/0.0.0/package/package.json written
34452npm verb afterAdd /root/.npm/deep-equal/0.0.0/package/package.json not in flight; writing
34453npm verb afterAdd /root/.npm/deep-equal/0.0.0/package/package.json written
34454npm verb cache add spec html-minifier@~0.5.0
34455npm verb cache add spec chalk@~0.4.0
34456npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for html-minifier
34457npm verb addNameRange registry:http://registry.npmjs.org/html-minifier not in flight; fetching
34458npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
34459npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
34460npm verb request uri http://registry.npmjs.org/each-async
34461npm verb request no auth needed
34462npm info attempt registry request try #1 at 19:32:04
34463npm http request GET http://registry.npmjs.org/each-async
34464npm verb get http://registry.npmjs.org/html-minifier not expired, no request
34465npm verb addNamed "0.5.6" is a plain semver version for html-minifier
34466npm verb get http://registry.npmjs.org/chalk not expired, no request
34467npm verb addNamed "0.4.0" is a plain semver version for chalk
34468npm verb addRemoteTarball http://registry.npmjs.org/html-minifier/-/html-minifier-0.5.6.tgz not in flight; adding
34469npm verb addRemoteTarball [ 'http://registry.npmjs.org/html-minifier/-/html-minifier-0.5.6.tgz',
34470npm verb addRemoteTarball '0f15b437c27b5ce9aa84a44ca2850880e9257996' ]
34471npm info retry fetch attempt 1 at 19:32:04
34472npm info attempt registry request try #1 at 19:32:04
34473npm http fetch GET http://registry.npmjs.org/html-minifier/-/html-minifier-0.5.6.tgz
34474npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
34475npm http 200 http://registry.npmjs.org/each-async
34476npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34477npm verb headers etag: '"8Y7OABDLDF8YCL1U0J5SE5I6K"',
34478npm verb headers 'content-type': 'application/json',
34479npm verb headers 'cache-control': 'max-age=60',
34480npm verb headers 'content-length': '10559',
34481npm verb headers 'accept-ranges': 'bytes',
34482npm verb headers date: 'Tue, 29 Dec 2015 19:32:04 GMT',
34483npm verb headers age: '34',
34484npm verb headers 'x-served-by': 'cache-ams4143-AMS',
34485npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34486npm verb headers 'x-cache-hits': '2',
34487npm verb headers 'x-timer': 'S1451417524.335268,VS0,VE0',
34488npm verb headers vary: 'Accept',
34489npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34490npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34491npm verb headers connection: 'keep-alive' }
34492npm verb get saving each-async to /root/.npm/registry.npmjs.org/each-async/.cache.json
34493npm verb cache add spec each-async@~0.1.2
34494npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for each-async
34495npm verb addNameRange registry:http://registry.npmjs.org/each-async not in flight; fetching
34496npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
34497npm verb get http://registry.npmjs.org/each-async not expired, no request
34498npm verb addNamed "0.1.3" is a plain semver version for each-async
34499npm verb addRemoteTarball http://registry.npmjs.org/each-async/-/each-async-0.1.3.tgz not in flight; adding
34500npm verb addRemoteTarball [ 'http://registry.npmjs.org/each-async/-/each-async-0.1.3.tgz',
34501npm verb addRemoteTarball 'b436025b08da2f86608025519e3096763dedfca3' ]
34502npm info retry fetch attempt 1 at 19:32:04
34503npm info attempt registry request try #1 at 19:32:04
34504npm http fetch GET http://registry.npmjs.org/each-async/-/each-async-0.1.3.tgz
34505npm http fetch 200 http://registry.npmjs.org/each-async/-/each-async-0.1.3.tgz
34506npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/each-async/-/each-async-0.1.3.tgz not in flight; adding
34507npm verb addTmpTarball already have metadata; skipping unpack for each-async@0.1.3
34508npm verb afterAdd /root/.npm/each-async/0.1.3/package/package.json not in flight; writing
34509npm verb afterAdd /root/.npm/each-async/0.1.3/package/package.json written
34510npm http fetch 200 http://registry.npmjs.org/html-minifier/-/html-minifier-0.5.6.tgz
34511npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/html-minifier/-/html-minifier-0.5.6.tgz not in flight; adding
34512npm verb addTmpTarball already have metadata; skipping unpack for html-minifier@0.5.6
34513npm verb afterAdd /root/.npm/html-minifier/0.5.6/package/package.json not in flight; writing
34514npm verb afterAdd /root/.npm/html-minifier/0.5.6/package/package.json written
34515npm verb cache add spec ansi-styles@~1.0.0
34516npm verb cache add spec strip-ansi@~0.1.0
34517npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
34518npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
34519npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
34520npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
34521npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
34522npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
34523npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
34524npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
34525npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
34526npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
34527npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
34528npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
34529npm verb cache add spec async@^0.7.0
34530npm verb cache add spec chalk@^0.4.0
34531npm verb addNamed ">=0.7.0 <0.8.0" is a valid semver range for async
34532npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
34533npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
34534npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
34535npm verb request uri http://registry.npmjs.org/imagemin
34536npm verb request no auth needed
34537npm info attempt registry request try #1 at 19:32:04
34538npm http request GET http://registry.npmjs.org/imagemin
34539npm verb request uri http://registry.npmjs.org/async
34540npm verb request no auth needed
34541npm info attempt registry request try #1 at 19:32:04
34542npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
34543npm http request GET http://registry.npmjs.org/async
34544npm verb get http://registry.npmjs.org/chalk not expired, no request
34545npm verb addNamed "0.4.0" is a plain semver version for chalk
34546npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
34547npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
34548npm http 304 http://registry.npmjs.org/async
34549npm verb headers { date: 'Tue, 29 Dec 2015 19:32:04 GMT',
34550npm verb headers 'cache-control': 'max-age=300',
34551npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
34552npm verb headers age: '116',
34553npm verb headers 'x-served-by': 'cache-ams4139-AMS',
34554npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34555npm verb headers 'x-cache-hits': '8',
34556npm verb headers 'x-timer': 'S1451417524.727259,VS0,VE0',
34557npm verb headers vary: 'Accept',
34558npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34559npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34560npm verb headers connection: 'keep-alive' }
34561npm verb etag http://registry.npmjs.org/async from cache
34562npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
34563npm verb addNamed "0.7.0" is a plain semver version for async
34564npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.7.0.tgz not in flight; adding
34565npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.7.0.tgz',
34566npm verb addRemoteTarball '4429e0e62f5de0a54f37458c49f0b897eb52ada5' ]
34567npm info retry fetch attempt 1 at 19:32:04
34568npm info attempt registry request try #1 at 19:32:04
34569npm http fetch GET http://registry.npmjs.org/async/-/async-0.7.0.tgz
34570npm http 200 http://registry.npmjs.org/imagemin
34571npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34572npm verb headers etag: '"8P8GNRBT37JLKHUJ1YA38YQB0"',
34573npm verb headers 'content-type': 'application/json',
34574npm verb headers 'cache-control': 'max-age=300',
34575npm verb headers 'content-length': '49275',
34576npm verb headers 'accept-ranges': 'bytes',
34577npm verb headers date: 'Tue, 29 Dec 2015 19:32:04 GMT',
34578npm verb headers age: '235',
34579npm verb headers 'x-served-by': 'cache-ams4143-AMS',
34580npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34581npm verb headers 'x-cache-hits': '1',
34582npm verb headers 'x-timer': 'S1451417524.711723,VS0,VE0',
34583npm verb headers vary: 'Accept',
34584npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34585npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34586npm verb headers connection: 'keep-alive' }
34587npm verb get saving imagemin to /root/.npm/registry.npmjs.org/imagemin/.cache.json
34588npm http fetch 200 http://registry.npmjs.org/async/-/async-0.7.0.tgz
34589npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/async/-/async-0.7.0.tgz not in flight; adding
34590npm verb addTmpTarball already have metadata; skipping unpack for async@0.7.0
34591npm verb cache add spec imagemin@^0.4.5
34592npm verb addNamed ">=0.4.5 <0.5.0" is a valid semver range for imagemin
34593npm verb addNameRange registry:http://registry.npmjs.org/imagemin not in flight; fetching
34594npm verb get http://registry.npmjs.org/imagemin not expired, no request
34595npm verb addNamed "0.4.9" is a plain semver version for imagemin
34596npm verb addRemoteTarball http://registry.npmjs.org/imagemin/-/imagemin-0.4.9.tgz not in flight; adding
34597npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin/-/imagemin-0.4.9.tgz',
34598npm verb addRemoteTarball 'f350ad5be58a1325fcdc24ac2b40874f0a6fd8f2' ]
34599npm info retry fetch attempt 1 at 19:32:04
34600npm info attempt registry request try #1 at 19:32:04
34601npm http fetch GET http://registry.npmjs.org/imagemin/-/imagemin-0.4.9.tgz
34602npm verb afterAdd /root/.npm/async/0.7.0/package/package.json not in flight; writing
34603npm verb afterAdd /root/.npm/async/0.7.0/package/package.json written
34604npm http fetch 200 http://registry.npmjs.org/imagemin/-/imagemin-0.4.9.tgz
34605npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/imagemin/-/imagemin-0.4.9.tgz not in flight; adding
34606npm verb addTmpTarball already have metadata; skipping unpack for imagemin@0.4.9
34607npm verb afterAdd /root/.npm/imagemin/0.4.9/package/package.json not in flight; writing
34608npm verb afterAdd /root/.npm/imagemin/0.4.9/package/package.json written
34609npm verb cache add spec ansi-styles@~1.0.0
34610npm verb cache add spec strip-ansi@~0.1.0
34611npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
34612npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
34613npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
34614npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
34615npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
34616npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
34617npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
34618npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
34619npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
34620npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
34621npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
34622npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
34623npm verb cache add spec fs-extra@^0.10.0
34624npm verb cache add spec nopt@^3.0.1
34625npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for fs-extra
34626npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
34627npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for nopt
34628npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
34629npm verb request uri http://registry.npmjs.org/image-type
34630npm verb request no auth needed
34631npm info attempt registry request try #1 at 19:32:05
34632npm http request GET http://registry.npmjs.org/image-type
34633npm verb request uri http://registry.npmjs.org/stat-mode
34634npm verb request no auth needed
34635npm info attempt registry request try #1 at 19:32:05
34636npm http request GET http://registry.npmjs.org/stat-mode
34637npm verb request uri http://registry.npmjs.org/tempfile
34638npm verb request no auth needed
34639npm info attempt registry request try #1 at 19:32:05
34640npm http request GET http://registry.npmjs.org/tempfile
34641npm verb request uri http://registry.npmjs.org/ware
34642npm verb request no auth needed
34643npm info attempt registry request try #1 at 19:32:05
34644npm http request GET http://registry.npmjs.org/ware
34645npm verb request uri http://registry.npmjs.org/imagemin-gifsicle
34646npm verb request no auth needed
34647npm info attempt registry request try #1 at 19:32:05
34648npm http request GET http://registry.npmjs.org/imagemin-gifsicle
34649npm verb request uri http://registry.npmjs.org/imagemin-jpegtran
34650npm verb request no auth needed
34651npm info attempt registry request try #1 at 19:32:05
34652npm http request GET http://registry.npmjs.org/imagemin-jpegtran
34653npm verb request uri http://registry.npmjs.org/imagemin-optipng
34654npm verb request no auth needed
34655npm info attempt registry request try #1 at 19:32:05
34656npm http request GET http://registry.npmjs.org/imagemin-optipng
34657npm verb request uri http://registry.npmjs.org/imagemin-pngquant
34658npm verb request no auth needed
34659npm info attempt registry request try #1 at 19:32:05
34660npm http request GET http://registry.npmjs.org/imagemin-pngquant
34661npm verb request uri http://registry.npmjs.org/imagemin-svgo
34662npm verb request no auth needed
34663npm info attempt registry request try #1 at 19:32:05
34664npm http request GET http://registry.npmjs.org/imagemin-svgo
34665npm verb get http://registry.npmjs.org/fs-extra not expired, no request
34666npm verb addNamed "0.10.0" is a plain semver version for fs-extra
34667npm verb request uri http://registry.npmjs.org/nopt
34668npm verb request no auth needed
34669npm info attempt registry request try #1 at 19:32:05
34670npm verb etag "9DHRVEOSD6J2N1Y0QWU855CCH"
34671npm http request GET http://registry.npmjs.org/nopt
34672npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz not in flight; adding
34673npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz',
34674npm verb addRemoteTarball '99c0ec2fd5eaaad9d646245e4b014b56729982af' ]
34675npm http 200 http://registry.npmjs.org/image-type
34676npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34677npm verb headers etag: '"4RZWVN5KVAT1Q3BK20VNQYA5P"',
34678npm verb headers 'content-type': 'application/json',
34679npm verb headers 'cache-control': 'max-age=300',
34680npm verb headers 'content-length': '18694',
34681npm verb headers 'accept-ranges': 'bytes',
34682npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
34683npm verb headers age: '31',
34684npm verb headers 'x-served-by': 'cache-fra1229-FRA',
34685npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34686npm verb headers 'x-cache-hits': '1',
34687npm verb headers 'x-timer': 'S1451417525.083620,VS0,VE1',
34688npm verb headers vary: 'Accept',
34689npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34690npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34691npm verb headers connection: 'keep-alive' }
34692npm verb get saving image-type to /root/.npm/registry.npmjs.org/image-type/.cache.json
34693npm http 200 http://registry.npmjs.org/imagemin-gifsicle
34694npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34695npm verb headers etag: '"EY1FVLPY7S4Q9Y1XLNW25EX3J"',
34696npm verb headers 'content-type': 'application/json',
34697npm verb headers 'cache-control': 'max-age=300',
34698npm verb headers 'content-length': '15068',
34699npm verb headers 'accept-ranges': 'bytes',
34700npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
34701npm verb headers age: '277',
34702npm verb headers 'x-served-by': 'cache-fra1231-FRA',
34703npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34704npm verb headers 'x-cache-hits': '1',
34705npm verb headers 'x-timer': 'S1451417525.085415,VS0,VE0',
34706npm verb headers vary: 'Accept',
34707npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34708npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34709npm verb headers connection: 'keep-alive' }
34710npm verb get saving imagemin-gifsicle to /root/.npm/registry.npmjs.org/imagemin-gifsicle/.cache.json
34711npm http 200 http://registry.npmjs.org/imagemin-jpegtran
34712npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34713npm verb headers etag: '"1PYP6R0A2GE0JS19LUXU0N8NR"',
34714npm verb headers 'content-type': 'application/json',
34715npm verb headers 'cache-control': 'max-age=300',
34716npm verb headers 'content-length': '19028',
34717npm verb headers 'accept-ranges': 'bytes',
34718npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
34719npm verb headers age: '277',
34720npm verb headers 'x-served-by': 'cache-fra1226-FRA',
34721npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34722npm verb headers 'x-cache-hits': '1',
34723npm verb headers 'x-timer': 'S1451417525.086078,VS0,VE0',
34724npm verb headers vary: 'Accept',
34725npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34726npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34727npm verb headers connection: 'keep-alive' }
34728npm verb get saving imagemin-jpegtran to /root/.npm/registry.npmjs.org/imagemin-jpegtran/.cache.json
34729npm info retry fetch attempt 1 at 19:32:05
34730npm info attempt registry request try #1 at 19:32:05
34731npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz
34732npm http 200 http://registry.npmjs.org/stat-mode
34733npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34734npm verb headers etag: '"F354U3U9XICC3B222PJRJSUHN"',
34735npm verb headers 'content-type': 'application/json',
34736npm verb headers 'cache-control': 'max-age=300',
34737npm verb headers 'content-length': '9847',
34738npm verb headers 'accept-ranges': 'bytes',
34739npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
34740npm verb headers age: '283',
34741npm verb headers 'x-served-by': 'cache-ams4143-AMS',
34742npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34743npm verb headers 'x-cache-hits': '2',
34744npm verb headers 'x-timer': 'S1451417525.088390,VS0,VE0',
34745npm verb headers vary: 'Accept',
34746npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34747npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34748npm verb headers connection: 'keep-alive' }
34749npm verb get saving stat-mode to /root/.npm/registry.npmjs.org/stat-mode/.cache.json
34750npm http 200 http://registry.npmjs.org/ware
34751npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34752npm verb headers etag: '"74DVGUYS43H87C0O9523C9ZAX"',
34753npm verb headers 'content-type': 'application/json',
34754npm verb headers 'cache-control': 'max-age=300',
34755npm verb headers 'content-length': '12848',
34756npm verb headers 'accept-ranges': 'bytes',
34757npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
34758npm verb headers age: '261',
34759npm verb headers 'x-served-by': 'cache-ams4139-AMS',
34760npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34761npm verb headers 'x-cache-hits': '2',
34762npm verb headers 'x-timer': 'S1451417525.088711,VS0,VE0',
34763npm verb headers vary: 'Accept',
34764npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34765npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34766npm verb headers connection: 'keep-alive' }
34767npm verb get saving ware to /root/.npm/registry.npmjs.org/ware/.cache.json
34768npm http 200 http://registry.npmjs.org/tempfile
34769npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34770npm verb headers etag: '"EWNZDEFDTI2H8ILZP6UZGH3TR"',
34771npm verb headers 'content-type': 'application/json',
34772npm verb headers 'cache-control': 'max-age=300',
34773npm verb headers 'content-length': '8847',
34774npm verb headers 'accept-ranges': 'bytes',
34775npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
34776npm verb headers age: '163',
34777npm verb headers 'x-served-by': 'cache-fra1234-FRA',
34778npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34779npm verb headers 'x-cache-hits': '1',
34780npm verb headers 'x-timer': 'S1451417525.084907,VS0,VE9',
34781npm verb headers vary: 'Accept',
34782npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34783npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34784npm verb headers connection: 'keep-alive' }
34785npm verb get saving tempfile to /root/.npm/registry.npmjs.org/tempfile/.cache.json
34786npm http 304 http://registry.npmjs.org/nopt
34787npm verb headers { date: 'Tue, 29 Dec 2015 19:30:09 GMT',
34788npm verb headers 'content-type': 'application/json',
34789npm verb headers age: '249',
34790npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
34791npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
34792npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
34793npm verb headers connection: 'keep-alive' }
34794npm verb etag http://registry.npmjs.org/nopt from cache
34795npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
34796npm http 200 http://registry.npmjs.org/imagemin-svgo
34797npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34798npm verb headers etag: '"CE9GS1GDF4DGD7KN2YD4D4Y0S"',
34799npm verb headers 'content-type': 'application/json',
34800npm verb headers 'cache-control': 'max-age=300',
34801npm verb headers 'content-length': '24646',
34802npm verb headers 'accept-ranges': 'bytes',
34803npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
34804npm verb headers age: '107',
34805npm verb headers 'x-served-by': 'cache-ams4146-AMS',
34806npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34807npm verb headers 'x-cache-hits': '1',
34808npm verb headers 'x-timer': 'S1451417525.091146,VS0,VE0',
34809npm verb headers vary: 'Accept',
34810npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34811npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34812npm verb headers connection: 'keep-alive' }
34813npm verb get saving imagemin-svgo to /root/.npm/registry.npmjs.org/imagemin-svgo/.cache.json
34814npm http 200 http://registry.npmjs.org/imagemin-pngquant
34815npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34816npm verb headers etag: '"E24JDXDRNW7U158DJV6FG8BEF"',
34817npm verb headers 'content-type': 'application/json',
34818npm verb headers 'cache-control': 'max-age=300',
34819npm verb headers 'content-length': '24219',
34820npm verb headers 'accept-ranges': 'bytes',
34821npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
34822npm verb headers age: '156',
34823npm verb headers 'x-served-by': 'cache-fra1227-FRA',
34824npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34825npm verb headers 'x-cache-hits': '1',
34826npm verb headers 'x-timer': 'S1451417525.086981,VS0,VE0',
34827npm verb headers vary: 'Accept',
34828npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34829npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34830npm verb headers connection: 'keep-alive' }
34831npm verb get saving imagemin-pngquant to /root/.npm/registry.npmjs.org/imagemin-pngquant/.cache.json
34832npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz
34833npm verb addNamed "3.0.6" is a plain semver version for nopt
34834npm verb cache add spec image-type@^0.1.4
34835npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for image-type
34836npm verb addNameRange registry:http://registry.npmjs.org/image-type not in flight; fetching
34837npm verb cache add spec imagemin-jpegtran@^0.1.0
34838npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for imagemin-jpegtran
34839npm verb addNameRange registry:http://registry.npmjs.org/imagemin-jpegtran not in flight; fetching
34840npm verb cache add spec imagemin-gifsicle@^0.1.1
34841npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for imagemin-gifsicle
34842npm verb addNameRange registry:http://registry.npmjs.org/imagemin-gifsicle not in flight; fetching
34843npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
34844npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz',
34845npm verb addRemoteTarball 'c6465dbf08abcd4db359317f79ac68a646b28ff9' ]
34846npm verb cache add spec stat-mode@^0.2.0
34847npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for stat-mode
34848npm verb addNameRange registry:http://registry.npmjs.org/stat-mode not in flight; fetching
34849npm verb cache add spec tempfile@^0.1.3
34850npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for tempfile
34851npm verb addNameRange registry:http://registry.npmjs.org/tempfile not in flight; fetching
34852npm verb cache add spec ware@^0.3.0
34853npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for ware
34854npm verb addNameRange registry:http://registry.npmjs.org/ware not in flight; fetching
34855npm verb cache add spec imagemin-svgo@^0.1.0
34856npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for imagemin-svgo
34857npm verb addNameRange registry:http://registry.npmjs.org/imagemin-svgo not in flight; fetching
34858npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz not in flight; adding
34859npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.10.0
34860npm info retry fetch attempt 1 at 19:32:05
34861npm info attempt registry request try #1 at 19:32:05
34862npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
34863npm verb cache add spec imagemin-pngquant@^0.1.2
34864npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for imagemin-pngquant
34865npm verb addNameRange registry:http://registry.npmjs.org/imagemin-pngquant not in flight; fetching
34866npm verb get http://registry.npmjs.org/image-type not expired, no request
34867npm verb addNamed "0.1.4" is a plain semver version for image-type
34868npm verb get http://registry.npmjs.org/imagemin-jpegtran not expired, no request
34869npm verb addNamed "0.1.0" is a plain semver version for imagemin-jpegtran
34870npm verb get http://registry.npmjs.org/imagemin-gifsicle not expired, no request
34871npm verb addNamed "0.1.1" is a plain semver version for imagemin-gifsicle
34872npm verb addRemoteTarball http://registry.npmjs.org/image-type/-/image-type-0.1.4.tgz not in flight; adding
34873npm verb addRemoteTarball [ 'http://registry.npmjs.org/image-type/-/image-type-0.1.4.tgz',
34874npm verb addRemoteTarball '7cad622e2c1f2053c93599f0295a7b9ccdc161e8' ]
34875npm verb addRemoteTarball http://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-0.1.0.tgz not in flight; adding
34876npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-0.1.0.tgz',
34877npm verb addRemoteTarball '386831a0bf22f4c46e17df8f64b9b5a2c858f0a0' ]
34878npm verb addRemoteTarball http://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-0.1.1.tgz not in flight; adding
34879npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-0.1.1.tgz',
34880npm verb addRemoteTarball '4e6fe46015057f60724eb5925250e79d03b9065c' ]
34881npm verb get http://registry.npmjs.org/stat-mode not expired, no request
34882npm verb addNamed "0.2.1" is a plain semver version for stat-mode
34883npm verb get http://registry.npmjs.org/tempfile not expired, no request
34884npm verb addNamed "0.1.3" is a plain semver version for tempfile
34885npm verb get http://registry.npmjs.org/ware not expired, no request
34886npm verb addNamed "0.3.0" is a plain semver version for ware
34887npm verb get http://registry.npmjs.org/imagemin-svgo not expired, no request
34888npm verb addNamed "0.1.1" is a plain semver version for imagemin-svgo
34889npm verb addRemoteTarball http://registry.npmjs.org/stat-mode/-/stat-mode-0.2.1.tgz not in flight; adding
34890npm verb addRemoteTarball [ 'http://registry.npmjs.org/stat-mode/-/stat-mode-0.2.1.tgz',
34891npm verb addRemoteTarball 'd714e08a4ed157089c1340f76fee54046c8242d6' ]
34892npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
34893npm verb addRemoteTarball http://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz not in flight; adding
34894npm verb addRemoteTarball [ 'http://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz',
34895npm verb addRemoteTarball '7d6b710047339d39f847327a056dadf183103010' ]
34896npm verb addRemoteTarball http://registry.npmjs.org/ware/-/ware-0.3.0.tgz not in flight; adding
34897npm verb addRemoteTarball [ 'http://registry.npmjs.org/ware/-/ware-0.3.0.tgz',
34898npm verb addRemoteTarball '2df8044973542ecb5eb54397d7cd3773bcf8e9eb' ]
34899npm verb addRemoteTarball http://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-0.1.1.tgz not in flight; adding
34900npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-0.1.1.tgz',
34901npm verb addRemoteTarball '85db56f34e43d8874171abb98677b966a1ce4bbc' ]
34902npm verb get http://registry.npmjs.org/imagemin-pngquant not expired, no request
34903npm verb addNamed "0.1.3" is a plain semver version for imagemin-pngquant
34904npm http 200 http://registry.npmjs.org/imagemin-optipng
34905npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34906npm verb headers etag: '"57OQD2BXGETSR5CO04UE1U1WB"',
34907npm verb headers 'content-type': 'application/json',
34908npm verb headers 'cache-control': 'max-age=300',
34909npm verb headers 'content-length': '15974',
34910npm verb headers 'accept-ranges': 'bytes',
34911npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
34912npm verb headers age: '277',
34913npm verb headers 'x-served-by': 'cache-fra1220-FRA',
34914npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
34915npm verb headers 'x-cache-hits': '1',
34916npm verb headers 'x-timer': 'S1451417525.086686,VS0,VE0',
34917npm verb headers vary: 'Accept',
34918npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
34919npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
34920npm verb headers connection: 'keep-alive' }
34921npm verb get saving imagemin-optipng to /root/.npm/registry.npmjs.org/imagemin-optipng/.cache.json
34922npm info retry fetch attempt 1 at 19:32:05
34923npm info attempt registry request try #1 at 19:32:05
34924npm http fetch GET http://registry.npmjs.org/image-type/-/image-type-0.1.4.tgz
34925npm verb addRemoteTarball http://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-0.1.3.tgz not in flight; adding
34926npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-0.1.3.tgz',
34927npm verb addRemoteTarball 'bfb9244c824e3ab82fa37feab79fd5b4aae0bcb4' ]
34928npm info retry fetch attempt 1 at 19:32:05
34929npm info attempt registry request try #1 at 19:32:05
34930npm http fetch GET http://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-0.1.0.tgz
34931npm info retry fetch attempt 1 at 19:32:05
34932npm info attempt registry request try #1 at 19:32:05
34933npm http fetch GET http://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-0.1.1.tgz
34934npm info retry fetch attempt 1 at 19:32:05
34935npm info attempt registry request try #1 at 19:32:05
34936npm http fetch GET http://registry.npmjs.org/stat-mode/-/stat-mode-0.2.1.tgz
34937npm info retry fetch attempt 1 at 19:32:05
34938npm info attempt registry request try #1 at 19:32:05
34939npm http fetch GET http://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz
34940npm info retry fetch attempt 1 at 19:32:05
34941npm info attempt registry request try #1 at 19:32:05
34942npm http fetch GET http://registry.npmjs.org/ware/-/ware-0.3.0.tgz
34943npm info retry fetch attempt 1 at 19:32:05
34944npm info attempt registry request try #1 at 19:32:05
34945npm http fetch GET http://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-0.1.1.tgz
34946npm verb afterAdd /root/.npm/fs-extra/0.10.0/package/package.json not in flight; writing
34947npm info retry fetch attempt 1 at 19:32:05
34948npm info attempt registry request try #1 at 19:32:05
34949npm http fetch GET http://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-0.1.3.tgz
34950npm http fetch 200 http://registry.npmjs.org/image-type/-/image-type-0.1.4.tgz
34951npm http fetch 200 http://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-0.1.1.tgz
34952npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
34953npm verb addTmpTarball already have metadata; skipping unpack for nopt@3.0.6
34954npm http fetch 200 http://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-0.1.0.tgz
34955npm http fetch 200 http://registry.npmjs.org/stat-mode/-/stat-mode-0.2.1.tgz
34956npm verb afterAdd /root/.npm/fs-extra/0.10.0/package/package.json written
34957npm verb cache add spec imagemin-optipng@^0.1.0
34958npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for imagemin-optipng
34959npm verb addNameRange registry:http://registry.npmjs.org/imagemin-optipng not in flight; fetching
34960npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/image-type/-/image-type-0.1.4.tgz not in flight; adding
34961npm verb addTmpTarball already have metadata; skipping unpack for image-type@0.1.4
34962npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-0.1.1.tgz not in flight; adding
34963npm verb addTmpTarball already have metadata; skipping unpack for imagemin-gifsicle@0.1.1
34964npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-0.1.0.tgz not in flight; adding
34965npm verb addTmpTarball already have metadata; skipping unpack for imagemin-jpegtran@0.1.0
34966npm http fetch 200 http://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz
34967npm http fetch 200 http://registry.npmjs.org/ware/-/ware-0.3.0.tgz
34968npm http fetch 200 http://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-0.1.1.tgz
34969npm http fetch 200 http://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-0.1.3.tgz
34970npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/stat-mode/-/stat-mode-0.2.1.tgz not in flight; adding
34971npm verb addTmpTarball already have metadata; skipping unpack for stat-mode@0.2.1
34972npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
34973npm verb get http://registry.npmjs.org/imagemin-optipng not expired, no request
34974npm verb addNamed "0.1.0" is a plain semver version for imagemin-optipng
34975npm verb addRemoteTarball http://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-0.1.0.tgz not in flight; adding
34976npm verb addRemoteTarball [ 'http://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-0.1.0.tgz',
34977npm verb addRemoteTarball '32964d7ea1235a0455c6a2775d6e6e51b87d5122' ]
34978npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz not in flight; adding
34979npm verb addTmpTarball already have metadata; skipping unpack for tempfile@0.1.3
34980npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ware/-/ware-0.3.0.tgz not in flight; adding
34981npm verb addTmpTarball already have metadata; skipping unpack for ware@0.3.0
34982npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-0.1.1.tgz not in flight; adding
34983npm verb addTmpTarball already have metadata; skipping unpack for imagemin-svgo@0.1.1
34984npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-0.1.3.tgz not in flight; adding
34985npm verb addTmpTarball already have metadata; skipping unpack for imagemin-pngquant@0.1.3
34986npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
34987npm info retry fetch attempt 1 at 19:32:05
34988npm info attempt registry request try #1 at 19:32:05
34989npm http fetch GET http://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-0.1.0.tgz
34990npm verb afterAdd /root/.npm/image-type/0.1.4/package/package.json not in flight; writing
34991npm verb afterAdd /root/.npm/imagemin-gifsicle/0.1.1/package/package.json not in flight; writing
34992npm verb afterAdd /root/.npm/imagemin-jpegtran/0.1.0/package/package.json not in flight; writing
34993npm verb afterAdd /root/.npm/stat-mode/0.2.1/package/package.json not in flight; writing
34994npm verb afterAdd /root/.npm/imagemin-gifsicle/0.1.1/package/package.json written
34995npm verb afterAdd /root/.npm/image-type/0.1.4/package/package.json written
34996npm verb afterAdd /root/.npm/imagemin-jpegtran/0.1.0/package/package.json written
34997npm verb afterAdd /root/.npm/stat-mode/0.2.1/package/package.json written
34998npm verb afterAdd /root/.npm/tempfile/0.1.3/package/package.json not in flight; writing
34999npm verb afterAdd /root/.npm/imagemin-svgo/0.1.1/package/package.json not in flight; writing
35000npm verb afterAdd /root/.npm/ware/0.3.0/package/package.json not in flight; writing
35001npm verb afterAdd /root/.npm/imagemin-pngquant/0.1.3/package/package.json not in flight; writing
35002npm http fetch 200 http://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-0.1.0.tgz
35003npm verb afterAdd /root/.npm/imagemin-svgo/0.1.1/package/package.json written
35004npm verb afterAdd /root/.npm/ware/0.3.0/package/package.json written
35005npm verb afterAdd /root/.npm/imagemin-pngquant/0.1.3/package/package.json written
35006npm verb afterAdd /root/.npm/tempfile/0.1.3/package/package.json written
35007npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-0.1.0.tgz not in flight; adding
35008npm verb addTmpTarball already have metadata; skipping unpack for imagemin-optipng@0.1.0
35009npm verb afterAdd /root/.npm/imagemin-optipng/0.1.0/package/package.json not in flight; writing
35010npm verb afterAdd /root/.npm/imagemin-optipng/0.1.0/package/package.json written
35011npm verb cache add spec ncp@^0.5.1
35012npm verb cache add spec mkdirp@^0.5.0
35013npm verb cache add spec jsonfile@^1.2.0
35014npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for ncp
35015npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
35016npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
35017npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
35018npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for jsonfile
35019npm verb addNameRange registry:http://registry.npmjs.org/jsonfile not in flight; fetching
35020npm verb get http://registry.npmjs.org/ncp not expired, no request
35021npm verb addNamed "0.5.1" is a plain semver version for ncp
35022npm verb get http://registry.npmjs.org/mkdirp not expired, no request
35023npm verb addNamed "0.5.1" is a plain semver version for mkdirp
35024npm verb get http://registry.npmjs.org/jsonfile not expired, no request
35025npm verb addNamed "1.2.0" is a plain semver version for jsonfile
35026npm verb addRemoteTarball http://registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz not in flight; adding
35027npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz',
35028npm verb addRemoteTarball '5f35d6cd9f946ec97b5b18353fa9e58df1b86f6a' ]
35029npm info retry fetch attempt 1 at 19:32:05
35030npm info attempt registry request try #1 at 19:32:05
35031npm http fetch GET http://registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz
35032npm verb afterAdd /root/.npm/ncp/0.5.1/package/package.json not in flight; writing
35033npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
35034npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
35035npm verb afterAdd /root/.npm/ncp/0.5.1/package/package.json written
35036npm http fetch 200 http://registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz
35037npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz not in flight; adding
35038npm verb addTmpTarball already have metadata; skipping unpack for jsonfile@1.2.0
35039npm verb afterAdd /root/.npm/jsonfile/1.2.0/package/package.json not in flight; writing
35040npm verb afterAdd /root/.npm/jsonfile/1.2.0/package/package.json written
35041npm verb cache add spec minimist@0.0.8
35042npm verb addNamed "0.0.8" is a plain semver version for minimist
35043npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
35044npm verb get http://registry.npmjs.org/minimist not expired, no request
35045npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
35046npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
35047npm verb request uri http://registry.npmjs.org/is-bmp
35048npm verb request no auth needed
35049npm info attempt registry request try #1 at 19:32:05
35050npm http request GET http://registry.npmjs.org/is-bmp
35051npm verb request uri http://registry.npmjs.org/is-gif
35052npm verb request no auth needed
35053npm info attempt registry request try #1 at 19:32:05
35054npm http request GET http://registry.npmjs.org/is-gif
35055npm verb request uri http://registry.npmjs.org/is-jpg
35056npm verb request no auth needed
35057npm info attempt registry request try #1 at 19:32:05
35058npm http request GET http://registry.npmjs.org/is-jpg
35059npm verb request uri http://registry.npmjs.org/is-jxr
35060npm verb request no auth needed
35061npm info attempt registry request try #1 at 19:32:05
35062npm http request GET http://registry.npmjs.org/is-jxr
35063npm verb request uri http://registry.npmjs.org/is-png
35064npm verb request no auth needed
35065npm info attempt registry request try #1 at 19:32:05
35066npm http request GET http://registry.npmjs.org/is-png
35067npm verb request uri http://registry.npmjs.org/is-psd
35068npm verb request no auth needed
35069npm info attempt registry request try #1 at 19:32:05
35070npm http request GET http://registry.npmjs.org/is-psd
35071npm verb request uri http://registry.npmjs.org/is-tif
35072npm verb request no auth needed
35073npm info attempt registry request try #1 at 19:32:05
35074npm http request GET http://registry.npmjs.org/is-tif
35075npm verb request uri http://registry.npmjs.org/is-webp
35076npm verb request no auth needed
35077npm info attempt registry request try #1 at 19:32:05
35078npm http request GET http://registry.npmjs.org/is-webp
35079npm verb request uri http://registry.npmjs.org/read-chunk
35080npm verb request no auth needed
35081npm info attempt registry request try #1 at 19:32:05
35082npm http request GET http://registry.npmjs.org/read-chunk
35083npm http 200 http://registry.npmjs.org/is-gif
35084npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35085npm verb headers etag: '"8IS70LKUMJ2YV48YT368R4STO"',
35086npm verb headers 'content-type': 'application/json',
35087npm verb headers 'cache-control': 'max-age=300',
35088npm verb headers 'content-length': '5287',
35089npm verb headers 'accept-ranges': 'bytes',
35090npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
35091npm verb headers age: '277',
35092npm verb headers 'x-served-by': 'cache-fra1227-FRA',
35093npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35094npm verb headers 'x-cache-hits': '1',
35095npm verb headers 'x-timer': 'S1451417525.898434,VS0,VE0',
35096npm verb headers vary: 'Accept',
35097npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35098npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35099npm verb headers connection: 'keep-alive' }
35100npm verb get saving is-gif to /root/.npm/registry.npmjs.org/is-gif/.cache.json
35101npm http 200 http://registry.npmjs.org/is-bmp
35102npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35103npm verb headers etag: '"5PVVDYG0QYO5ETHCTET379UI1"',
35104npm verb headers 'content-type': 'application/json',
35105npm verb headers 'cache-control': 'max-age=300',
35106npm verb headers 'content-length': '5282',
35107npm verb headers 'accept-ranges': 'bytes',
35108npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
35109npm verb headers age: '20',
35110npm verb headers 'x-served-by': 'cache-fra1226-FRA',
35111npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35112npm verb headers 'x-cache-hits': '1',
35113npm verb headers 'x-timer': 'S1451417525.898441,VS0,VE0',
35114npm verb headers vary: 'Accept',
35115npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35116npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35117npm verb headers connection: 'keep-alive' }
35118npm verb get saving is-bmp to /root/.npm/registry.npmjs.org/is-bmp/.cache.json
35119npm http 200 http://registry.npmjs.org/is-webp
35120npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35121npm verb headers etag: '"3VCQOB8JJTFB70LC7AC4CQB3Z"',
35122npm verb headers 'content-type': 'application/json',
35123npm verb headers 'cache-control': 'max-age=300',
35124npm verb headers 'content-length': '5416',
35125npm verb headers 'accept-ranges': 'bytes',
35126npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
35127npm verb headers age: '19',
35128npm verb headers 'x-served-by': 'cache-fra1231-FRA',
35129npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35130npm verb headers 'x-cache-hits': '1',
35131npm verb headers 'x-timer': 'S1451417525.899507,VS0,VE0',
35132npm verb headers vary: 'Accept',
35133npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35134npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35135npm verb headers connection: 'keep-alive' }
35136npm verb get saving is-webp to /root/.npm/registry.npmjs.org/is-webp/.cache.json
35137npm http 200 http://registry.npmjs.org/is-tif
35138npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35139npm verb headers etag: '"37B9IURPTMC0B32QTXVNI4ZY"',
35140npm verb headers 'content-type': 'application/json',
35141npm verb headers 'cache-control': 'max-age=300',
35142npm verb headers 'content-length': '5288',
35143npm verb headers 'accept-ranges': 'bytes',
35144npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
35145npm verb headers age: '19',
35146npm verb headers 'x-served-by': 'cache-fra1234-FRA',
35147npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35148npm verb headers 'x-cache-hits': '1',
35149npm verb headers 'x-timer': 'S1451417525.899444,VS0,VE0',
35150npm verb headers vary: 'Accept',
35151npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35152npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35153npm verb headers connection: 'keep-alive' }
35154npm verb get saving is-tif to /root/.npm/registry.npmjs.org/is-tif/.cache.json
35155npm http 200 http://registry.npmjs.org/is-png
35156npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35157npm verb headers etag: '"6EOL4QNWYZ8EBBSLI7CEXKZAC"',
35158npm verb headers 'content-type': 'application/json',
35159npm verb headers 'cache-control': 'max-age=300',
35160npm verb headers 'content-length': '5364',
35161npm verb headers 'accept-ranges': 'bytes',
35162npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
35163npm verb headers age: '19',
35164npm verb headers 'x-served-by': 'cache-fra1220-FRA',
35165npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35166npm verb headers 'x-cache-hits': '1',
35167npm verb headers 'x-timer': 'S1451417525.899445,VS0,VE0',
35168npm verb headers vary: 'Accept',
35169npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35170npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35171npm verb headers connection: 'keep-alive' }
35172npm verb get saving is-png to /root/.npm/registry.npmjs.org/is-png/.cache.json
35173npm http 200 http://registry.npmjs.org/read-chunk
35174npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35175npm verb headers etag: '"7MTIBN4TZAAZRDPXHT6UGXF70"',
35176npm verb headers 'content-type': 'application/json',
35177npm verb headers 'cache-control': 'max-age=300',
35178npm verb headers 'content-length': '4956',
35179npm verb headers 'accept-ranges': 'bytes',
35180npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
35181npm verb headers age: '69',
35182npm verb headers 'x-served-by': 'cache-fra1229-FRA',
35183npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35184npm verb headers 'x-cache-hits': '1',
35185npm verb headers 'x-timer': 'S1451417525.904238,VS0,VE0',
35186npm verb headers vary: 'Accept',
35187npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35188npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35189npm verb headers connection: 'keep-alive' }
35190npm verb get saving read-chunk to /root/.npm/registry.npmjs.org/read-chunk/.cache.json
35191npm http 200 http://registry.npmjs.org/is-jpg
35192npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35193npm verb headers etag: '"CJ2TUPUDVV7TI1DGUVDP4TS6Y"',
35194npm verb headers 'content-type': 'application/json',
35195npm verb headers 'cache-control': 'max-age=300',
35196npm verb headers 'content-length': '6436',
35197npm verb headers 'accept-ranges': 'bytes',
35198npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
35199npm verb headers age: '110',
35200npm verb headers 'x-served-by': 'cache-ams4146-AMS',
35201npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35202npm verb headers 'x-cache-hits': '1',
35203npm verb headers 'x-timer': 'S1451417525.902253,VS0,VE0',
35204npm verb headers vary: 'Accept',
35205npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35206npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35207npm verb headers connection: 'keep-alive' }
35208npm verb get saving is-jpg to /root/.npm/registry.npmjs.org/is-jpg/.cache.json
35209npm verb cache add spec is-gif@^0.1.0
35210npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-gif
35211npm verb addNameRange registry:http://registry.npmjs.org/is-gif not in flight; fetching
35212npm verb cache add spec is-bmp@^0.1.0
35213npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-bmp
35214npm verb addNameRange registry:http://registry.npmjs.org/is-bmp not in flight; fetching
35215npm verb cache add spec is-webp@^0.1.0
35216npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-webp
35217npm verb addNameRange registry:http://registry.npmjs.org/is-webp not in flight; fetching
35218npm verb cache add spec is-tif@^0.1.0
35219npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-tif
35220npm verb addNameRange registry:http://registry.npmjs.org/is-tif not in flight; fetching
35221npm verb cache add spec read-chunk@^0.1.0
35222npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for read-chunk
35223npm verb addNameRange registry:http://registry.npmjs.org/read-chunk not in flight; fetching
35224npm verb cache add spec is-jpg@^0.1.0
35225npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-jpg
35226npm verb addNameRange registry:http://registry.npmjs.org/is-jpg not in flight; fetching
35227npm verb cache add spec is-png@^0.1.0
35228npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-png
35229npm verb addNameRange registry:http://registry.npmjs.org/is-png not in flight; fetching
35230npm verb get http://registry.npmjs.org/is-gif not expired, no request
35231npm verb addNamed "0.1.1" is a plain semver version for is-gif
35232npm verb get http://registry.npmjs.org/is-bmp not expired, no request
35233npm verb addNamed "0.1.1" is a plain semver version for is-bmp
35234npm verb get http://registry.npmjs.org/is-webp not expired, no request
35235npm verb addNamed "0.1.1" is a plain semver version for is-webp
35236npm verb get http://registry.npmjs.org/is-tif not expired, no request
35237npm verb addNamed "0.1.1" is a plain semver version for is-tif
35238npm verb get http://registry.npmjs.org/read-chunk not expired, no request
35239npm verb addNamed "0.1.0" is a plain semver version for read-chunk
35240npm verb get http://registry.npmjs.org/is-jpg not expired, no request
35241npm verb addNamed "0.1.2" is a plain semver version for is-jpg
35242npm verb get http://registry.npmjs.org/is-png not expired, no request
35243npm verb addNamed "0.1.1" is a plain semver version for is-png
35244npm verb addRemoteTarball http://registry.npmjs.org/is-gif/-/is-gif-0.1.1.tgz not in flight; adding
35245npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-gif/-/is-gif-0.1.1.tgz',
35246npm verb addRemoteTarball 'a044335a5f91cdb6295d06e6741355ddf6e6680c' ]
35247npm verb addRemoteTarball http://registry.npmjs.org/is-bmp/-/is-bmp-0.1.1.tgz not in flight; adding
35248npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-bmp/-/is-bmp-0.1.1.tgz',
35249npm verb addRemoteTarball '4efaf2199399d70ef5f7a1a4db3bc2c9dd50b5d3' ]
35250npm verb addRemoteTarball http://registry.npmjs.org/is-webp/-/is-webp-0.1.1.tgz not in flight; adding
35251npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-webp/-/is-webp-0.1.1.tgz',
35252npm verb addRemoteTarball '1adb9cdb4a4654fef021237e49dfd8cd882a12fd' ]
35253npm verb addRemoteTarball http://registry.npmjs.org/is-tif/-/is-tif-0.1.1.tgz not in flight; adding
35254npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-tif/-/is-tif-0.1.1.tgz',
35255npm verb addRemoteTarball 'baa5abade91f5710c9ed8bbffae469211ecce6dc' ]
35256npm verb addRemoteTarball http://registry.npmjs.org/read-chunk/-/read-chunk-0.1.0.tgz not in flight; adding
35257npm verb addRemoteTarball [ 'http://registry.npmjs.org/read-chunk/-/read-chunk-0.1.0.tgz',
35258npm verb addRemoteTarball '2495496ae3753862a95e87d2b4ccf0e11b7792ee' ]
35259npm verb addRemoteTarball http://registry.npmjs.org/is-jpg/-/is-jpg-0.1.2.tgz not in flight; adding
35260npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-jpg/-/is-jpg-0.1.2.tgz',
35261npm verb addRemoteTarball 'a56f6f01fdef4baf448dc44bc6f99cbc9c536715' ]
35262npm verb addRemoteTarball http://registry.npmjs.org/is-png/-/is-png-0.1.1.tgz not in flight; adding
35263npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-png/-/is-png-0.1.1.tgz',
35264npm verb addRemoteTarball '6a5a548497365a02d321f441be820d1e08e616d3' ]
35265npm http 200 http://registry.npmjs.org/is-psd
35266npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35267npm verb headers etag: '"D58EKCZ0Q1UK8YC6CUP3QKW40"',
35268npm verb headers 'content-type': 'application/json',
35269npm verb headers 'cache-control': 'max-age=300',
35270npm verb headers 'content-length': '5350',
35271npm verb headers 'accept-ranges': 'bytes',
35272npm verb headers date: 'Tue, 29 Dec 2015 19:32:05 GMT',
35273npm verb headers age: '0',
35274npm verb headers 'x-served-by': 'cache-ams4143-AMS',
35275npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35276npm verb headers 'x-cache-hits': '1',
35277npm verb headers 'x-timer': 'S1451417525.903066,VS0,VE92',
35278npm verb headers vary: 'Accept',
35279npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35280npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35281npm verb headers connection: 'keep-alive' }
35282npm verb get saving is-psd to /root/.npm/registry.npmjs.org/is-psd/.cache.json
35283npm info retry fetch attempt 1 at 19:32:06
35284npm info attempt registry request try #1 at 19:32:06
35285npm http fetch GET http://registry.npmjs.org/is-gif/-/is-gif-0.1.1.tgz
35286npm info retry fetch attempt 1 at 19:32:06
35287npm info attempt registry request try #1 at 19:32:06
35288npm http fetch GET http://registry.npmjs.org/is-bmp/-/is-bmp-0.1.1.tgz
35289npm info retry fetch attempt 1 at 19:32:06
35290npm info attempt registry request try #1 at 19:32:06
35291npm http fetch GET http://registry.npmjs.org/is-webp/-/is-webp-0.1.1.tgz
35292npm info retry fetch attempt 1 at 19:32:06
35293npm info attempt registry request try #1 at 19:32:06
35294npm http fetch GET http://registry.npmjs.org/is-tif/-/is-tif-0.1.1.tgz
35295npm info retry fetch attempt 1 at 19:32:06
35296npm info attempt registry request try #1 at 19:32:06
35297npm http fetch GET http://registry.npmjs.org/read-chunk/-/read-chunk-0.1.0.tgz
35298npm info retry fetch attempt 1 at 19:32:06
35299npm info attempt registry request try #1 at 19:32:06
35300npm http fetch GET http://registry.npmjs.org/is-jpg/-/is-jpg-0.1.2.tgz
35301npm info retry fetch attempt 1 at 19:32:06
35302npm info attempt registry request try #1 at 19:32:06
35303npm http fetch GET http://registry.npmjs.org/is-png/-/is-png-0.1.1.tgz
35304npm verb cache add spec is-psd@^0.1.0
35305npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-psd
35306npm verb addNameRange registry:http://registry.npmjs.org/is-psd not in flight; fetching
35307npm verb get http://registry.npmjs.org/is-psd not expired, no request
35308npm verb addNamed "0.1.1" is a plain semver version for is-psd
35309npm verb addRemoteTarball http://registry.npmjs.org/is-psd/-/is-psd-0.1.1.tgz not in flight; adding
35310npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-psd/-/is-psd-0.1.1.tgz',
35311npm verb addRemoteTarball '65f2b0a1aef3e794e914746f6969632397ba2e33' ]
35312npm http fetch 200 http://registry.npmjs.org/is-gif/-/is-gif-0.1.1.tgz
35313npm http fetch 200 http://registry.npmjs.org/is-bmp/-/is-bmp-0.1.1.tgz
35314npm info retry fetch attempt 1 at 19:32:06
35315npm info attempt registry request try #1 at 19:32:06
35316npm http fetch GET http://registry.npmjs.org/is-psd/-/is-psd-0.1.1.tgz
35317npm http fetch 200 http://registry.npmjs.org/is-tif/-/is-tif-0.1.1.tgz
35318npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-gif/-/is-gif-0.1.1.tgz not in flight; adding
35319npm verb addTmpTarball already have metadata; skipping unpack for is-gif@0.1.1
35320npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-bmp/-/is-bmp-0.1.1.tgz not in flight; adding
35321npm verb addTmpTarball already have metadata; skipping unpack for is-bmp@0.1.1
35322npm http fetch 200 http://registry.npmjs.org/is-jpg/-/is-jpg-0.1.2.tgz
35323npm http fetch 200 http://registry.npmjs.org/is-webp/-/is-webp-0.1.1.tgz
35324npm http fetch 200 http://registry.npmjs.org/read-chunk/-/read-chunk-0.1.0.tgz
35325npm http fetch 200 http://registry.npmjs.org/is-png/-/is-png-0.1.1.tgz
35326npm http 200 http://registry.npmjs.org/is-jxr
35327npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35328npm verb headers etag: '"45AP1D3187PDTZKX489N3YDQ4"',
35329npm verb headers 'content-type': 'application/json',
35330npm verb headers 'cache-control': 'max-age=300',
35331npm verb headers 'content-length': '5354',
35332npm verb headers 'accept-ranges': 'bytes',
35333npm verb headers date: 'Tue, 29 Dec 2015 19:32:06 GMT',
35334npm verb headers age: '0',
35335npm verb headers 'x-served-by': 'cache-ams4151-AMS',
35336npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35337npm verb headers 'x-cache-hits': '1',
35338npm verb headers 'x-timer': 'S1451417525.902240,VS0,VE177',
35339npm verb headers vary: 'Accept',
35340npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35341npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35342npm verb headers connection: 'keep-alive' }
35343npm verb get saving is-jxr to /root/.npm/registry.npmjs.org/is-jxr/.cache.json
35344npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-tif/-/is-tif-0.1.1.tgz not in flight; adding
35345npm verb addTmpTarball already have metadata; skipping unpack for is-tif@0.1.1
35346npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-jpg/-/is-jpg-0.1.2.tgz not in flight; adding
35347npm verb addTmpTarball already have metadata; skipping unpack for is-jpg@0.1.2
35348npm http fetch 200 http://registry.npmjs.org/is-psd/-/is-psd-0.1.1.tgz
35349npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-webp/-/is-webp-0.1.1.tgz not in flight; adding
35350npm verb addTmpTarball already have metadata; skipping unpack for is-webp@0.1.1
35351npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/read-chunk/-/read-chunk-0.1.0.tgz not in flight; adding
35352npm verb addTmpTarball already have metadata; skipping unpack for read-chunk@0.1.0
35353npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-png/-/is-png-0.1.1.tgz not in flight; adding
35354npm verb addTmpTarball already have metadata; skipping unpack for is-png@0.1.1
35355npm verb afterAdd /root/.npm/is-gif/0.1.1/package/package.json not in flight; writing
35356npm verb afterAdd /root/.npm/is-bmp/0.1.1/package/package.json not in flight; writing
35357npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-psd/-/is-psd-0.1.1.tgz not in flight; adding
35358npm verb addTmpTarball already have metadata; skipping unpack for is-psd@0.1.1
35359npm verb cache add spec is-jxr@^0.1.0
35360npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-jxr
35361npm verb addNameRange registry:http://registry.npmjs.org/is-jxr not in flight; fetching
35362npm verb afterAdd /root/.npm/is-tif/0.1.1/package/package.json not in flight; writing
35363npm verb afterAdd /root/.npm/is-gif/0.1.1/package/package.json written
35364npm verb afterAdd /root/.npm/is-bmp/0.1.1/package/package.json written
35365npm verb afterAdd /root/.npm/is-jpg/0.1.2/package/package.json not in flight; writing
35366npm verb get http://registry.npmjs.org/is-jxr not expired, no request
35367npm verb addNamed "0.1.1" is a plain semver version for is-jxr
35368npm verb afterAdd /root/.npm/read-chunk/0.1.0/package/package.json not in flight; writing
35369npm verb afterAdd /root/.npm/is-webp/0.1.1/package/package.json not in flight; writing
35370npm verb addRemoteTarball http://registry.npmjs.org/is-jxr/-/is-jxr-0.1.1.tgz not in flight; adding
35371npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-jxr/-/is-jxr-0.1.1.tgz',
35372npm verb addRemoteTarball '272fa52049c7c20cd706f08f2000f2c3e1957fea' ]
35373npm verb afterAdd /root/.npm/is-png/0.1.1/package/package.json not in flight; writing
35374npm verb afterAdd /root/.npm/is-tif/0.1.1/package/package.json written
35375npm verb afterAdd /root/.npm/is-jpg/0.1.2/package/package.json written
35376npm info retry fetch attempt 1 at 19:32:06
35377npm info attempt registry request try #1 at 19:32:06
35378npm http fetch GET http://registry.npmjs.org/is-jxr/-/is-jxr-0.1.1.tgz
35379npm verb afterAdd /root/.npm/is-psd/0.1.1/package/package.json not in flight; writing
35380npm verb afterAdd /root/.npm/read-chunk/0.1.0/package/package.json written
35381npm verb afterAdd /root/.npm/is-webp/0.1.1/package/package.json written
35382npm verb afterAdd /root/.npm/is-png/0.1.1/package/package.json written
35383npm verb afterAdd /root/.npm/is-psd/0.1.1/package/package.json written
35384npm http fetch 200 http://registry.npmjs.org/is-jxr/-/is-jxr-0.1.1.tgz
35385npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-jxr/-/is-jxr-0.1.1.tgz not in flight; adding
35386npm verb addTmpTarball already have metadata; skipping unpack for is-jxr@0.1.1
35387npm verb afterAdd /root/.npm/is-jxr/0.1.1/package/package.json not in flight; writing
35388npm verb afterAdd /root/.npm/is-jxr/0.1.1/package/package.json written
35389npm verb request uri http://registry.npmjs.org/exec-buffer
35390npm verb request no auth needed
35391npm info attempt registry request try #1 at 19:32:06
35392npm http request GET http://registry.npmjs.org/exec-buffer
35393npm verb request uri http://registry.npmjs.org/gifsicle
35394npm verb request no auth needed
35395npm info attempt registry request try #1 at 19:32:06
35396npm http request GET http://registry.npmjs.org/gifsicle
35397npm http 200 http://registry.npmjs.org/exec-buffer
35398npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35399npm verb headers etag: '"AYOXJ817XQ3Z3676MN0IN0B7X"',
35400npm verb headers 'content-type': 'application/json',
35401npm verb headers 'cache-control': 'max-age=300',
35402npm verb headers 'content-length': '12261',
35403npm verb headers 'accept-ranges': 'bytes',
35404npm verb headers date: 'Tue, 29 Dec 2015 19:32:06 GMT',
35405npm verb headers age: '0',
35406npm verb headers 'x-served-by': 'cache-ams4146-AMS',
35407npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35408npm verb headers 'x-cache-hits': '1',
35409npm verb headers 'x-timer': 'S1451417526.248048,VS0,VE50',
35410npm verb headers vary: 'Accept',
35411npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35412npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35413npm verb headers connection: 'keep-alive' }
35414npm verb get saving exec-buffer to /root/.npm/registry.npmjs.org/exec-buffer/.cache.json
35415npm http 200 http://registry.npmjs.org/gifsicle
35416npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35417npm verb headers etag: '"3H2V0BZOLLVZAL4NXRY7I41DP"',
35418npm verb headers 'content-type': 'application/json',
35419npm verb headers 'cache-control': 'max-age=300',
35420npm verb headers 'content-length': '27745',
35421npm verb headers 'accept-ranges': 'bytes',
35422npm verb headers date: 'Tue, 29 Dec 2015 19:32:06 GMT',
35423npm verb headers age: '273',
35424npm verb headers 'x-served-by': 'cache-ams4151-AMS',
35425npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35426npm verb headers 'x-cache-hits': '1',
35427npm verb headers 'x-timer': 'S1451417526.247931,VS0,VE0',
35428npm verb headers vary: 'Accept',
35429npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35430npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35431npm verb headers connection: 'keep-alive' }
35432npm verb get saving gifsicle to /root/.npm/registry.npmjs.org/gifsicle/.cache.json
35433npm verb cache add spec exec-buffer@^0.1.0
35434npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for exec-buffer
35435npm verb addNameRange registry:http://registry.npmjs.org/exec-buffer not in flight; fetching
35436npm verb cache add spec gifsicle@^0.1.0
35437npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for gifsicle
35438npm verb addNameRange registry:http://registry.npmjs.org/gifsicle not in flight; fetching
35439npm verb get http://registry.npmjs.org/exec-buffer not expired, no request
35440npm verb addNamed "0.1.1" is a plain semver version for exec-buffer
35441npm verb addRemoteTarball http://registry.npmjs.org/exec-buffer/-/exec-buffer-0.1.1.tgz not in flight; adding
35442npm verb addRemoteTarball [ 'http://registry.npmjs.org/exec-buffer/-/exec-buffer-0.1.1.tgz',
35443npm verb addRemoteTarball 'f062eac734826a7a4a40e152d848a7d8859fc509' ]
35444npm verb get http://registry.npmjs.org/gifsicle not expired, no request
35445npm verb addNamed "0.1.7" is a plain semver version for gifsicle
35446npm verb addRemoteTarball http://registry.npmjs.org/gifsicle/-/gifsicle-0.1.7.tgz not in flight; adding
35447npm verb addRemoteTarball [ 'http://registry.npmjs.org/gifsicle/-/gifsicle-0.1.7.tgz',
35448npm verb addRemoteTarball 'd6b1d66f71d7d583d7daa5e560a9130127727b4b' ]
35449npm info retry fetch attempt 1 at 19:32:06
35450npm info attempt registry request try #1 at 19:32:06
35451npm http fetch GET http://registry.npmjs.org/exec-buffer/-/exec-buffer-0.1.1.tgz
35452npm info retry fetch attempt 1 at 19:32:06
35453npm info attempt registry request try #1 at 19:32:06
35454npm http fetch GET http://registry.npmjs.org/gifsicle/-/gifsicle-0.1.7.tgz
35455npm http fetch 200 http://registry.npmjs.org/exec-buffer/-/exec-buffer-0.1.1.tgz
35456npm http fetch 200 http://registry.npmjs.org/gifsicle/-/gifsicle-0.1.7.tgz
35457npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/exec-buffer/-/exec-buffer-0.1.1.tgz not in flight; adding
35458npm verb addTmpTarball already have metadata; skipping unpack for exec-buffer@0.1.1
35459npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/gifsicle/-/gifsicle-0.1.7.tgz not in flight; adding
35460npm verb addTmpTarball already have metadata; skipping unpack for gifsicle@0.1.7
35461npm verb afterAdd /root/.npm/exec-buffer/0.1.1/package/package.json not in flight; writing
35462npm verb afterAdd /root/.npm/gifsicle/0.1.7/package/package.json not in flight; writing
35463npm verb afterAdd /root/.npm/exec-buffer/0.1.1/package/package.json written
35464npm verb afterAdd /root/.npm/gifsicle/0.1.7/package/package.json written
35465npm verb request uri http://registry.npmjs.org/uuid
35466npm verb request no auth needed
35467npm info attempt registry request try #1 at 19:32:06
35468npm http request GET http://registry.npmjs.org/uuid
35469npm http 200 http://registry.npmjs.org/uuid
35470npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35471npm verb headers etag: '"BQOT4LTFN9NCPW1A56J0AMUJL"',
35472npm verb headers 'content-type': 'application/json',
35473npm verb headers 'cache-control': 'max-age=300',
35474npm verb headers 'content-length': '16314',
35475npm verb headers 'accept-ranges': 'bytes',
35476npm verb headers date: 'Tue, 29 Dec 2015 19:32:06 GMT',
35477npm verb headers age: '154',
35478npm verb headers 'x-served-by': 'cache-fra1229-FRA',
35479npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35480npm verb headers 'x-cache-hits': '3',
35481npm verb headers 'x-timer': 'S1451417526.488516,VS0,VE0',
35482npm verb headers vary: 'Accept',
35483npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
35484npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35485npm verb headers connection: 'keep-alive' }
35486npm verb get saving uuid to /root/.npm/registry.npmjs.org/uuid/.cache.json
35487npm verb cache add spec uuid@~1.4.0
35488npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for uuid
35489npm verb addNameRange registry:http://registry.npmjs.org/uuid not in flight; fetching
35490npm verb get http://registry.npmjs.org/uuid not expired, no request
35491npm verb addNamed "1.4.2" is a plain semver version for uuid
35492npm verb addRemoteTarball http://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz not in flight; adding
35493npm verb addRemoteTarball [ 'http://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz',
35494npm verb addRemoteTarball '453019f686966a6df83cdc5244e7c990ecc332fc' ]
35495npm info retry fetch attempt 1 at 19:32:06
35496npm info attempt registry request try #1 at 19:32:06
35497npm http fetch GET http://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz
35498npm http fetch 200 http://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz
35499npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uuid/-/uuid-1.4.2.tgz not in flight; adding
35500npm verb addTmpTarball already have metadata; skipping unpack for uuid@1.4.2
35501npm verb afterAdd /root/.npm/uuid/1.4.2/package/package.json not in flight; writing
35502npm verb afterAdd /root/.npm/uuid/1.4.2/package/package.json written
35503npm verb request uri http://registry.npmjs.org/bin-build
35504npm verb request no auth needed
35505npm info attempt registry request try #1 at 19:32:06
35506npm http request GET http://registry.npmjs.org/bin-build
35507npm verb request uri http://registry.npmjs.org/bin-wrapper
35508npm verb request no auth needed
35509npm info attempt registry request try #1 at 19:32:06
35510npm http request GET http://registry.npmjs.org/bin-wrapper
35511npm verb request uri http://registry.npmjs.org/log-symbols
35512npm verb request no auth needed
35513npm info attempt registry request try #1 at 19:32:06
35514npm http request GET http://registry.npmjs.org/log-symbols
35515npm http 200 http://registry.npmjs.org/log-symbols
35516npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35517npm verb headers etag: '"C9OD3PBKERKFN90H9JNR9Q6UD"',
35518npm verb headers 'content-type': 'application/json',
35519npm verb headers 'cache-control': 'max-age=300',
35520npm verb headers 'content-length': '5633',
35521npm verb headers 'accept-ranges': 'bytes',
35522npm verb headers date: 'Tue, 29 Dec 2015 19:32:06 GMT',
35523npm verb headers age: '43',
35524npm verb headers 'x-served-by': 'cache-fra1220-FRA',
35525npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35526npm verb headers 'x-cache-hits': '1',
35527npm verb headers 'x-timer': 'S1451417526.652263,VS0,VE0',
35528npm verb headers vary: 'Accept',
35529npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35530npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35531npm verb headers connection: 'keep-alive' }
35532npm verb get saving log-symbols to /root/.npm/registry.npmjs.org/log-symbols/.cache.json
35533npm http 200 http://registry.npmjs.org/bin-wrapper
35534npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35535npm verb headers etag: '"1T63CHAHXH3MWGWEEUCPTBUHL"',
35536npm verb headers 'content-type': 'application/json',
35537npm verb headers 'cache-control': 'max-age=300',
35538npm verb headers 'content-length': '49913',
35539npm verb headers 'accept-ranges': 'bytes',
35540npm verb headers date: 'Tue, 29 Dec 2015 19:32:06 GMT',
35541npm verb headers age: '277',
35542npm verb headers 'x-served-by': 'cache-fra1229-FRA',
35543npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35544npm verb headers 'x-cache-hits': '1',
35545npm verb headers 'x-timer': 'S1451417526.650568,VS0,VE0',
35546npm verb headers vary: 'Accept',
35547npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35548npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35549npm verb headers connection: 'keep-alive' }
35550npm verb get saving bin-wrapper to /root/.npm/registry.npmjs.org/bin-wrapper/.cache.json
35551npm http 200 http://registry.npmjs.org/bin-build
35552npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35553npm verb headers etag: '"3P8LHGXU745LXPABPYVY0OPLK"',
35554npm verb headers 'content-type': 'application/json',
35555npm verb headers 'cache-control': 'max-age=300',
35556npm verb headers 'content-length': '15993',
35557npm verb headers 'accept-ranges': 'bytes',
35558npm verb headers date: 'Tue, 29 Dec 2015 19:32:06 GMT',
35559npm verb headers age: '9',
35560npm verb headers 'x-served-by': 'cache-ams4151-AMS',
35561npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35562npm verb headers 'x-cache-hits': '1',
35563npm verb headers 'x-timer': 'S1451417526.653976,VS0,VE0',
35564npm verb headers vary: 'Accept',
35565npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35566npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35567npm verb headers connection: 'keep-alive' }
35568npm verb get saving bin-build to /root/.npm/registry.npmjs.org/bin-build/.cache.json
35569npm verb cache add spec bin-wrapper@^0.3.0
35570npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for bin-wrapper
35571npm verb addNameRange registry:http://registry.npmjs.org/bin-wrapper not in flight; fetching
35572npm verb cache add spec log-symbols@^1.0.0
35573npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for log-symbols
35574npm verb addNameRange registry:http://registry.npmjs.org/log-symbols not in flight; fetching
35575npm verb get http://registry.npmjs.org/bin-wrapper not expired, no request
35576npm verb addNamed "0.3.4" is a plain semver version for bin-wrapper
35577npm verb get http://registry.npmjs.org/log-symbols not expired, no request
35578npm verb addNamed "1.0.2" is a plain semver version for log-symbols
35579npm verb addRemoteTarball http://registry.npmjs.org/bin-wrapper/-/bin-wrapper-0.3.4.tgz not in flight; adding
35580npm verb addRemoteTarball [ 'http://registry.npmjs.org/bin-wrapper/-/bin-wrapper-0.3.4.tgz',
35581npm verb addRemoteTarball '40c47e742d36d0c675fec7b1d37c403b92836e2f' ]
35582npm verb cache add spec bin-build@^0.1.0
35583npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for bin-build
35584npm verb addNameRange registry:http://registry.npmjs.org/bin-build not in flight; fetching
35585npm verb addRemoteTarball http://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz not in flight; adding
35586npm verb addRemoteTarball [ 'http://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz',
35587npm verb addRemoteTarball '376ff7b58ea3086a0f09facc74617eca501e1a18' ]
35588npm info retry fetch attempt 1 at 19:32:06
35589npm info attempt registry request try #1 at 19:32:06
35590npm http fetch GET http://registry.npmjs.org/bin-wrapper/-/bin-wrapper-0.3.4.tgz
35591npm info retry fetch attempt 1 at 19:32:06
35592npm info attempt registry request try #1 at 19:32:06
35593npm http fetch GET http://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz
35594npm verb get http://registry.npmjs.org/bin-build not expired, no request
35595npm verb addNamed "0.1.1" is a plain semver version for bin-build
35596npm verb addRemoteTarball http://registry.npmjs.org/bin-build/-/bin-build-0.1.1.tgz not in flight; adding
35597npm verb addRemoteTarball [ 'http://registry.npmjs.org/bin-build/-/bin-build-0.1.1.tgz',
35598npm verb addRemoteTarball 'd337b34f1040529f9fea9b2a3e2a4a0fda2d3df4' ]
35599npm info retry fetch attempt 1 at 19:32:06
35600npm info attempt registry request try #1 at 19:32:06
35601npm http fetch GET http://registry.npmjs.org/bin-build/-/bin-build-0.1.1.tgz
35602npm http fetch 200 http://registry.npmjs.org/bin-wrapper/-/bin-wrapper-0.3.4.tgz
35603npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bin-wrapper/-/bin-wrapper-0.3.4.tgz not in flight; adding
35604npm verb addTmpTarball already have metadata; skipping unpack for bin-wrapper@0.3.4
35605npm http fetch 200 http://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz
35606npm http fetch 200 http://registry.npmjs.org/bin-build/-/bin-build-0.1.1.tgz
35607npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz not in flight; adding
35608npm verb addTmpTarball already have metadata; skipping unpack for log-symbols@1.0.2
35609npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bin-build/-/bin-build-0.1.1.tgz not in flight; adding
35610npm verb addTmpTarball already have metadata; skipping unpack for bin-build@0.1.1
35611npm verb afterAdd /root/.npm/bin-wrapper/0.3.4/package/package.json not in flight; writing
35612npm verb afterAdd /root/.npm/bin-wrapper/0.3.4/package/package.json written
35613npm verb afterAdd /root/.npm/log-symbols/1.0.2/package/package.json not in flight; writing
35614npm verb afterAdd /root/.npm/bin-build/0.1.1/package/package.json not in flight; writing
35615npm verb afterAdd /root/.npm/bin-build/0.1.1/package/package.json written
35616npm verb afterAdd /root/.npm/log-symbols/1.0.2/package/package.json written
35617npm verb request uri http://registry.npmjs.org/download
35618npm verb request no auth needed
35619npm info attempt registry request try #1 at 19:32:06
35620npm http request GET http://registry.npmjs.org/download
35621npm http 200 http://registry.npmjs.org/download
35622npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35623npm verb headers etag: '"ERHX5E3AZT7Z6A9KOKPYXHE8H"',
35624npm verb headers 'content-type': 'application/json',
35625npm verb headers 'cache-control': 'max-age=300',
35626npm verb headers 'content-length': '77309',
35627npm verb headers 'accept-ranges': 'bytes',
35628npm verb headers date: 'Tue, 29 Dec 2015 19:32:06 GMT',
35629npm verb headers age: '175',
35630npm verb headers 'x-served-by': 'cache-fra1229-FRA',
35631npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35632npm verb headers 'x-cache-hits': '1',
35633npm verb headers 'x-timer': 'S1451417526.842282,VS0,VE1',
35634npm verb headers vary: 'Accept',
35635npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35636npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35637npm verb headers connection: 'keep-alive' }
35638npm verb get saving download to /root/.npm/registry.npmjs.org/download/.cache.json
35639npm verb cache add spec download@^0.1.16
35640npm verb addNamed ">=0.1.16 <0.2.0" is a valid semver range for download
35641npm verb addNameRange registry:http://registry.npmjs.org/download not in flight; fetching
35642npm verb get http://registry.npmjs.org/download not expired, no request
35643npm verb addNamed "0.1.19" is a plain semver version for download
35644npm verb addRemoteTarball http://registry.npmjs.org/download/-/download-0.1.19.tgz not in flight; adding
35645npm verb addRemoteTarball [ 'http://registry.npmjs.org/download/-/download-0.1.19.tgz',
35646npm verb addRemoteTarball '1ad3e5a4177e46b41ac08e41a84c87e3c43485a0' ]
35647npm info retry fetch attempt 1 at 19:32:06
35648npm info attempt registry request try #1 at 19:32:06
35649npm http fetch GET http://registry.npmjs.org/download/-/download-0.1.19.tgz
35650npm http fetch 200 http://registry.npmjs.org/download/-/download-0.1.19.tgz
35651npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/download/-/download-0.1.19.tgz not in flight; adding
35652npm verb addTmpTarball already have metadata; skipping unpack for download@0.1.19
35653npm verb afterAdd /root/.npm/download/0.1.19/package/package.json not in flight; writing
35654npm verb afterAdd /root/.npm/download/0.1.19/package/package.json written
35655npm verb cache add spec get-stdin@^0.1.0
35656npm verb cache add spec nopt@^2.2.0
35657npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for get-stdin
35658npm verb addNameRange registry:http://registry.npmjs.org/get-stdin not in flight; fetching
35659npm verb addNamed ">=2.2.0 <3.0.0" is a valid semver range for nopt
35660npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
35661npm verb request uri http://registry.npmjs.org/decompress
35662npm verb request no auth needed
35663npm info attempt registry request try #1 at 19:32:07
35664npm http request GET http://registry.npmjs.org/decompress
35665npm verb request uri http://registry.npmjs.org/get-urls
35666npm verb request no auth needed
35667npm info attempt registry request try #1 at 19:32:07
35668npm http request GET http://registry.npmjs.org/get-urls
35669npm verb request uri http://registry.npmjs.org/through2
35670npm verb request no auth needed
35671npm info attempt registry request try #1 at 19:32:07
35672npm http request GET http://registry.npmjs.org/through2
35673npm verb get http://registry.npmjs.org/nopt not expired, no request
35674npm verb addNamed "2.2.1" is a plain semver version for nopt
35675npm verb request uri http://registry.npmjs.org/get-stdin
35676npm verb request no auth needed
35677npm info attempt registry request try #1 at 19:32:07
35678npm verb etag "BA32P11BIXF0YZOXXS5GKT6NO"
35679npm http request GET http://registry.npmjs.org/get-stdin
35680npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-2.2.1.tgz not in flight; adding
35681npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-2.2.1.tgz',
35682npm verb addRemoteTarball '2aa09b7d1768487b3b89a9c5aa52335bff0baea7' ]
35683npm info retry fetch attempt 1 at 19:32:07
35684npm info attempt registry request try #1 at 19:32:07
35685npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-2.2.1.tgz
35686npm http 200 http://registry.npmjs.org/decompress
35687npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35688npm verb headers etag: '"75CK9ZGFJ1J1AD3CVKLOQO4NI"',
35689npm verb headers 'content-type': 'application/json',
35690npm verb headers 'cache-control': 'max-age=300',
35691npm verb headers 'content-length': '49479',
35692npm verb headers 'accept-ranges': 'bytes',
35693npm verb headers date: 'Tue, 29 Dec 2015 19:32:07 GMT',
35694npm verb headers age: '90',
35695npm verb headers 'x-served-by': 'cache-fra1229-FRA',
35696npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35697npm verb headers 'x-cache-hits': '1',
35698npm verb headers 'x-timer': 'S1451417527.054935,VS0,VE0',
35699npm verb headers vary: 'Accept',
35700npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35701npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35702npm verb headers connection: 'keep-alive' }
35703npm verb get saving decompress to /root/.npm/registry.npmjs.org/decompress/.cache.json
35704npm http 304 http://registry.npmjs.org/get-stdin
35705npm verb headers { date: 'Tue, 29 Dec 2015 19:32:07 GMT',
35706npm verb headers 'cache-control': 'max-age=60',
35707npm verb headers etag: '"BA32P11BIXF0YZOXXS5GKT6NO"',
35708npm verb headers age: '4',
35709npm verb headers 'x-served-by': 'cache-ams4151-AMS',
35710npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35711npm verb headers 'x-cache-hits': '1',
35712npm verb headers 'x-timer': 'S1451417527.072050,VS0,VE0',
35713npm verb headers vary: 'Accept',
35714npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35715npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35716npm verb headers connection: 'keep-alive' }
35717npm verb etag http://registry.npmjs.org/get-stdin from cache
35718npm verb get saving get-stdin to /root/.npm/registry.npmjs.org/get-stdin/.cache.json
35719npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-2.2.1.tgz
35720npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nopt/-/nopt-2.2.1.tgz not in flight; adding
35721npm verb addTmpTarball already have metadata; skipping unpack for nopt@2.2.1
35722npm verb addNamed "0.1.0" is a plain semver version for get-stdin
35723npm verb cache add spec decompress@^0.2.5
35724npm verb addNamed ">=0.2.5 <0.3.0" is a valid semver range for decompress
35725npm verb addNameRange registry:http://registry.npmjs.org/decompress not in flight; fetching
35726npm verb addRemoteTarball http://registry.npmjs.org/get-stdin/-/get-stdin-0.1.0.tgz not in flight; adding
35727npm verb addRemoteTarball [ 'http://registry.npmjs.org/get-stdin/-/get-stdin-0.1.0.tgz',
35728npm verb addRemoteTarball '5998af24aafc802d15c82c685657eeb8b10d4a91' ]
35729npm http 200 http://registry.npmjs.org/get-urls
35730npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35731npm verb headers etag: '"CP29SG6U4ULYJW2LUNPJBGAZ7"',
35732npm verb headers 'content-type': 'application/json',
35733npm verb headers 'cache-control': 'max-age=300',
35734npm verb headers 'content-length': '13838',
35735npm verb headers 'accept-ranges': 'bytes',
35736npm verb headers date: 'Tue, 29 Dec 2015 19:32:07 GMT',
35737npm verb headers age: '30',
35738npm verb headers 'x-served-by': 'cache-fra1220-FRA',
35739npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35740npm verb headers 'x-cache-hits': '1',
35741npm verb headers 'x-timer': 'S1451417527.056089,VS0,VE0',
35742npm verb headers vary: 'Accept',
35743npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35744npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35745npm verb headers connection: 'keep-alive' }
35746npm verb get saving get-urls to /root/.npm/registry.npmjs.org/get-urls/.cache.json
35747npm info retry fetch attempt 1 at 19:32:07
35748npm info attempt registry request try #1 at 19:32:07
35749npm http fetch GET http://registry.npmjs.org/get-stdin/-/get-stdin-0.1.0.tgz
35750npm verb get http://registry.npmjs.org/decompress not expired, no request
35751npm verb addNamed "0.2.5" is a plain semver version for decompress
35752npm verb addRemoteTarball http://registry.npmjs.org/decompress/-/decompress-0.2.5.tgz not in flight; adding
35753npm verb addRemoteTarball [ 'http://registry.npmjs.org/decompress/-/decompress-0.2.5.tgz',
35754npm verb addRemoteTarball 'd213233efe066ccd80d914d793f1b30cd984b847' ]
35755npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json not in flight; writing
35756npm info retry fetch attempt 1 at 19:32:07
35757npm info attempt registry request try #1 at 19:32:07
35758npm http fetch GET http://registry.npmjs.org/decompress/-/decompress-0.2.5.tgz
35759npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json written
35760npm verb cache add spec get-urls@^0.1.1
35761npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for get-urls
35762npm verb addNameRange registry:http://registry.npmjs.org/get-urls not in flight; fetching
35763npm http fetch 200 http://registry.npmjs.org/get-stdin/-/get-stdin-0.1.0.tgz
35764npm verb get http://registry.npmjs.org/get-urls not expired, no request
35765npm verb addNamed "0.1.2" is a plain semver version for get-urls
35766npm verb addRemoteTarball http://registry.npmjs.org/get-urls/-/get-urls-0.1.2.tgz not in flight; adding
35767npm verb addRemoteTarball [ 'http://registry.npmjs.org/get-urls/-/get-urls-0.1.2.tgz',
35768npm verb addRemoteTarball '92a3e5ce2b9af2d2764ff5198681db373227b844' ]
35769npm http fetch 200 http://registry.npmjs.org/decompress/-/decompress-0.2.5.tgz
35770npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/get-stdin/-/get-stdin-0.1.0.tgz not in flight; adding
35771npm verb addTmpTarball already have metadata; skipping unpack for get-stdin@0.1.0
35772npm info retry fetch attempt 1 at 19:32:07
35773npm info attempt registry request try #1 at 19:32:07
35774npm http fetch GET http://registry.npmjs.org/get-urls/-/get-urls-0.1.2.tgz
35775npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/decompress/-/decompress-0.2.5.tgz not in flight; adding
35776npm verb addTmpTarball already have metadata; skipping unpack for decompress@0.2.5
35777npm verb afterAdd /root/.npm/get-stdin/0.1.0/package/package.json not in flight; writing
35778npm verb afterAdd /root/.npm/get-stdin/0.1.0/package/package.json written
35779npm verb afterAdd /root/.npm/decompress/0.2.5/package/package.json not in flight; writing
35780npm verb afterAdd /root/.npm/decompress/0.2.5/package/package.json written
35781npm http fetch 200 http://registry.npmjs.org/get-urls/-/get-urls-0.1.2.tgz
35782npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/get-urls/-/get-urls-0.1.2.tgz not in flight; adding
35783npm verb addTmpTarball already have metadata; skipping unpack for get-urls@0.1.2
35784npm verb afterAdd /root/.npm/get-urls/0.1.2/package/package.json not in flight; writing
35785npm verb afterAdd /root/.npm/get-urls/0.1.2/package/package.json written
35786npm http 200 http://registry.npmjs.org/through2
35787npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35788npm verb headers etag: '"CE9BDWSR3YK0T4A6LKUTKTORS"',
35789npm verb headers 'content-type': 'application/json',
35790npm verb headers 'cache-control': 'max-age=300',
35791npm verb headers 'content-length': '37698',
35792npm verb headers 'accept-ranges': 'bytes',
35793npm verb headers date: 'Tue, 29 Dec 2015 19:32:07 GMT',
35794npm verb headers age: '0',
35795npm verb headers 'x-served-by': 'cache-ams4146-AMS',
35796npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35797npm verb headers 'x-cache-hits': '1',
35798npm verb headers 'x-timer': 'S1451417527.059177,VS0,VE99',
35799npm verb headers vary: 'Accept',
35800npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35801npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35802npm verb headers connection: 'keep-alive' }
35803npm verb get saving through2 to /root/.npm/registry.npmjs.org/through2/.cache.json
35804npm verb cache add spec through2@^0.4.0
35805npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for through2
35806npm verb addNameRange registry:http://registry.npmjs.org/through2 not in flight; fetching
35807npm verb get http://registry.npmjs.org/through2 not expired, no request
35808npm verb addNamed "0.4.2" is a plain semver version for through2
35809npm verb addRemoteTarball http://registry.npmjs.org/through2/-/through2-0.4.2.tgz not in flight; adding
35810npm verb addRemoteTarball [ 'http://registry.npmjs.org/through2/-/through2-0.4.2.tgz',
35811npm verb addRemoteTarball 'dbf5866031151ec8352bb6c4db64a2292a840b9b' ]
35812npm info retry fetch attempt 1 at 19:32:07
35813npm info attempt registry request try #1 at 19:32:07
35814npm http fetch GET http://registry.npmjs.org/through2/-/through2-0.4.2.tgz
35815npm http fetch 200 http://registry.npmjs.org/through2/-/through2-0.4.2.tgz
35816npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/through2/-/through2-0.4.2.tgz not in flight; adding
35817npm verb addTmpTarball already have metadata; skipping unpack for through2@0.4.2
35818npm verb afterAdd /root/.npm/through2/0.4.2/package/package.json not in flight; writing
35819npm verb afterAdd /root/.npm/through2/0.4.2/package/package.json written
35820npm verb cache add spec get-stdin@^0.1.0
35821npm verb cache add spec nopt@^2.2.0
35822npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for get-stdin
35823npm verb addNameRange registry:http://registry.npmjs.org/get-stdin not in flight; fetching
35824npm verb addNamed ">=2.2.0 <3.0.0" is a valid semver range for nopt
35825npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
35826npm verb request uri http://registry.npmjs.org/adm-zip
35827npm verb request no auth needed
35828npm info attempt registry request try #1 at 19:32:07
35829npm http request GET http://registry.npmjs.org/adm-zip
35830npm verb request uri http://registry.npmjs.org/ext-name
35831npm verb request no auth needed
35832npm info attempt registry request try #1 at 19:32:07
35833npm http request GET http://registry.npmjs.org/ext-name
35834npm verb request uri http://registry.npmjs.org/stream-combiner
35835npm verb request no auth needed
35836npm info attempt registry request try #1 at 19:32:07
35837npm http request GET http://registry.npmjs.org/stream-combiner
35838npm verb request uri http://registry.npmjs.org/tar
35839npm verb request no auth needed
35840npm info attempt registry request try #1 at 19:32:07
35841npm http request GET http://registry.npmjs.org/tar
35842npm verb get http://registry.npmjs.org/get-stdin not expired, no request
35843npm verb addNamed "0.1.0" is a plain semver version for get-stdin
35844npm verb get http://registry.npmjs.org/nopt not expired, no request
35845npm verb addNamed "2.2.1" is a plain semver version for nopt
35846npm verb afterAdd /root/.npm/get-stdin/0.1.0/package/package.json not in flight; writing
35847npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json not in flight; writing
35848npm verb afterAdd /root/.npm/get-stdin/0.1.0/package/package.json written
35849npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json written
35850npm http 200 http://registry.npmjs.org/ext-name
35851npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35852npm verb headers etag: '"1OJLM9PY47S3R86ORV47EXIB3"',
35853npm verb headers 'content-type': 'application/json',
35854npm verb headers 'cache-control': 'max-age=300',
35855npm verb headers 'content-length': '8518',
35856npm verb headers 'accept-ranges': 'bytes',
35857npm verb headers date: 'Tue, 29 Dec 2015 19:32:07 GMT',
35858npm verb headers age: '28',
35859npm verb headers 'x-served-by': 'cache-fra1220-FRA',
35860npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35861npm verb headers 'x-cache-hits': '1',
35862npm verb headers 'x-timer': 'S1451417527.396438,VS0,VE0',
35863npm verb headers vary: 'Accept',
35864npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35865npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35866npm verb headers connection: 'keep-alive' }
35867npm verb get saving ext-name to /root/.npm/registry.npmjs.org/ext-name/.cache.json
35868npm http 200 http://registry.npmjs.org/tar
35869npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35870npm verb headers etag: '"B65086JAZ6MBUGJ3KXVETYYSK"',
35871npm verb headers 'content-type': 'application/json',
35872npm verb headers 'cache-control': 'max-age=300',
35873npm verb headers 'content-length': '30480',
35874npm verb headers 'accept-ranges': 'bytes',
35875npm verb headers date: 'Tue, 29 Dec 2015 19:32:07 GMT',
35876npm verb headers age: '112',
35877npm verb headers 'x-served-by': 'cache-fra1229-FRA',
35878npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35879npm verb headers 'x-cache-hits': '1',
35880npm verb headers 'x-timer': 'S1451417527.396674,VS0,VE0',
35881npm verb headers vary: 'Accept',
35882npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35883npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35884npm verb headers connection: 'keep-alive' }
35885npm verb get saving tar to /root/.npm/registry.npmjs.org/tar/.cache.json
35886npm verb cache add spec ext-name@^1.0.0
35887npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ext-name
35888npm verb addNameRange registry:http://registry.npmjs.org/ext-name not in flight; fetching
35889npm verb cache add spec tar@^0.1.18
35890npm verb addNamed ">=0.1.18 <0.2.0" is a valid semver range for tar
35891npm verb addNameRange registry:http://registry.npmjs.org/tar not in flight; fetching
35892npm http 200 http://registry.npmjs.org/adm-zip
35893npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35894npm verb headers etag: '"AAB8O4XDJLTFC1LEIVD3MQ62J"',
35895npm verb headers 'content-type': 'application/json',
35896npm verb headers 'cache-control': 'max-age=300',
35897npm verb headers 'content-length': '21529',
35898npm verb headers 'accept-ranges': 'bytes',
35899npm verb headers date: 'Tue, 29 Dec 2015 19:32:07 GMT',
35900npm verb headers age: '246',
35901npm verb headers 'x-served-by': 'cache-ams4146-AMS',
35902npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35903npm verb headers 'x-cache-hits': '1',
35904npm verb headers 'x-timer': 'S1451417527.399590,VS0,VE0',
35905npm verb headers vary: 'Accept',
35906npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35907npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35908npm verb headers connection: 'keep-alive' }
35909npm verb get saving adm-zip to /root/.npm/registry.npmjs.org/adm-zip/.cache.json
35910npm verb get http://registry.npmjs.org/tar not expired, no request
35911npm verb addNamed "0.1.20" is a plain semver version for tar
35912npm verb get http://registry.npmjs.org/ext-name not expired, no request
35913npm verb addNamed "1.0.1" is a plain semver version for ext-name
35914npm verb addRemoteTarball http://registry.npmjs.org/tar/-/tar-0.1.20.tgz not in flight; adding
35915npm verb addRemoteTarball [ 'http://registry.npmjs.org/tar/-/tar-0.1.20.tgz',
35916npm verb addRemoteTarball '42940bae5b5f22c74483699126f9f3f27449cb13' ]
35917npm verb addRemoteTarball http://registry.npmjs.org/ext-name/-/ext-name-1.0.1.tgz not in flight; adding
35918npm verb addRemoteTarball [ 'http://registry.npmjs.org/ext-name/-/ext-name-1.0.1.tgz',
35919npm verb addRemoteTarball '18283356dc40a393455c54460f0599ce97d30e0c' ]
35920npm info retry fetch attempt 1 at 19:32:07
35921npm info attempt registry request try #1 at 19:32:07
35922npm http fetch GET http://registry.npmjs.org/tar/-/tar-0.1.20.tgz
35923npm info retry fetch attempt 1 at 19:32:07
35924npm info attempt registry request try #1 at 19:32:07
35925npm http fetch GET http://registry.npmjs.org/ext-name/-/ext-name-1.0.1.tgz
35926npm verb cache add spec adm-zip@^0.4.3
35927npm verb addNamed ">=0.4.3 <0.5.0" is a valid semver range for adm-zip
35928npm verb addNameRange registry:http://registry.npmjs.org/adm-zip not in flight; fetching
35929npm verb get http://registry.npmjs.org/adm-zip not expired, no request
35930npm verb addNamed "0.4.7" is a plain semver version for adm-zip
35931npm verb addRemoteTarball http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.7.tgz not in flight; adding
35932npm verb addRemoteTarball [ 'http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.7.tgz',
35933npm verb addRemoteTarball '8606c2cbf1c426ce8c8ec00174447fd49b6eafc1' ]
35934npm http 200 http://registry.npmjs.org/stream-combiner
35935npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35936npm verb headers etag: '"9JFSU463QOUXE8PS7NIKW88DT"',
35937npm verb headers 'content-type': 'application/json',
35938npm verb headers 'cache-control': 'max-age=300',
35939npm verb headers 'content-length': '11400',
35940npm verb headers 'accept-ranges': 'bytes',
35941npm verb headers date: 'Tue, 29 Dec 2015 19:32:07 GMT',
35942npm verb headers age: '204',
35943npm verb headers 'x-served-by': 'cache-fra1234-FRA',
35944npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
35945npm verb headers 'x-cache-hits': '1',
35946npm verb headers 'x-timer': 'S1451417527.397129,VS0,VE0',
35947npm verb headers vary: 'Accept',
35948npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
35949npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
35950npm verb headers connection: 'keep-alive' }
35951npm verb get saving stream-combiner to /root/.npm/registry.npmjs.org/stream-combiner/.cache.json
35952npm info retry fetch attempt 1 at 19:32:07
35953npm info attempt registry request try #1 at 19:32:07
35954npm http fetch GET http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.7.tgz
35955npm http fetch 200 http://registry.npmjs.org/ext-name/-/ext-name-1.0.1.tgz
35956npm http fetch 200 http://registry.npmjs.org/tar/-/tar-0.1.20.tgz
35957npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ext-name/-/ext-name-1.0.1.tgz not in flight; adding
35958npm verb addTmpTarball already have metadata; skipping unpack for ext-name@1.0.1
35959npm verb cache add spec stream-combiner@^0.0.4
35960npm verb addNamed ">=0.0.4 <0.0.5" is a valid semver range for stream-combiner
35961npm verb addNameRange registry:http://registry.npmjs.org/stream-combiner not in flight; fetching
35962npm verb get http://registry.npmjs.org/stream-combiner not expired, no request
35963npm verb addNamed "0.0.4" is a plain semver version for stream-combiner
35964npm verb addRemoteTarball http://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz not in flight; adding
35965npm verb addRemoteTarball [ 'http://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz',
35966npm verb addRemoteTarball '4d5e433c185261dde623ca3f44c586bcf5c4ad14' ]
35967npm info retry fetch attempt 1 at 19:32:07
35968npm info attempt registry request try #1 at 19:32:07
35969npm http fetch GET http://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz
35970npm verb afterAdd /root/.npm/ext-name/1.0.1/package/package.json not in flight; writing
35971npm verb afterAdd /root/.npm/ext-name/1.0.1/package/package.json written
35972npm http fetch 200 http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.7.tgz
35973npm http fetch 200 http://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz
35974npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz not in flight; adding
35975npm verb addTmpTarball already have metadata; skipping unpack for stream-combiner@0.0.4
35976npm verb afterAdd /root/.npm/stream-combiner/0.0.4/package/package.json not in flight; writing
35977npm verb afterAdd /root/.npm/stream-combiner/0.0.4/package/package.json written
35978npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tar/-/tar-0.1.20.tgz not in flight; adding
35979npm verb addTmpTarball already have metadata; skipping unpack for tar@0.1.20
35980npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/adm-zip/-/adm-zip-0.4.7.tgz not in flight; adding
35981npm verb addTmpTarball already have metadata; skipping unpack for adm-zip@0.4.7
35982npm verb afterAdd /root/.npm/tar/0.1.20/package/package.json not in flight; writing
35983npm verb afterAdd /root/.npm/adm-zip/0.4.7/package/package.json not in flight; writing
35984npm verb afterAdd /root/.npm/tar/0.1.20/package/package.json written
35985npm verb afterAdd /root/.npm/adm-zip/0.4.7/package/package.json written
35986npm verb cache add spec underscore.string@~2.3.3
35987npm verb addNamed ">=2.3.3 <2.4.0" is a valid semver range for underscore.string
35988npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
35989npm verb request uri http://registry.npmjs.org/ext-list
35990npm verb request no auth needed
35991npm info attempt registry request try #1 at 19:32:07
35992npm http request GET http://registry.npmjs.org/ext-list
35993npm verb request uri http://registry.npmjs.org/underscore.string
35994npm verb request no auth needed
35995npm info attempt registry request try #1 at 19:32:07
35996npm verb etag "9HLXDOKWC1I2LOXJ9C352NREI"
35997npm http request GET http://registry.npmjs.org/underscore.string
35998npm http 200 http://registry.npmjs.org/ext-list
35999npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36000npm verb headers etag: '"CQFAALFQPY792Y7GRS7Y97B5W"',
36001npm verb headers 'content-type': 'application/json',
36002npm verb headers 'cache-control': 'max-age=300',
36003npm verb headers 'content-length': '7835',
36004npm verb headers 'accept-ranges': 'bytes',
36005npm verb headers date: 'Tue, 29 Dec 2015 19:32:07 GMT',
36006npm verb headers age: '206',
36007npm verb headers 'x-served-by': 'cache-ams4151-AMS',
36008npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36009npm verb headers 'x-cache-hits': '1',
36010npm verb headers 'x-timer': 'S1451417527.647362,VS0,VE0',
36011npm verb headers vary: 'Accept',
36012npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36013npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36014npm verb headers connection: 'keep-alive' }
36015npm verb get saving ext-list to /root/.npm/registry.npmjs.org/ext-list/.cache.json
36016npm http 304 http://registry.npmjs.org/underscore.string
36017npm verb headers { date: 'Tue, 29 Dec 2015 19:32:07 GMT',
36018npm verb headers 'cache-control': 'max-age=300',
36019npm verb headers etag: '"9HLXDOKWC1I2LOXJ9C352NREI"',
36020npm verb headers age: '67',
36021npm verb headers 'x-served-by': 'cache-ams4146-AMS',
36022npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36023npm verb headers 'x-cache-hits': '3',
36024npm verb headers 'x-timer': 'S1451417527.656936,VS0,VE0',
36025npm verb headers vary: 'Accept',
36026npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36027npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36028npm verb headers connection: 'keep-alive' }
36029npm verb etag http://registry.npmjs.org/underscore.string from cache
36030npm verb get saving underscore.string to /root/.npm/registry.npmjs.org/underscore.string/.cache.json
36031npm verb addNamed "2.3.3" is a plain semver version for underscore.string
36032npm verb cache add spec ext-list@^0.2.0
36033npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ext-list
36034npm verb addNameRange registry:http://registry.npmjs.org/ext-list not in flight; fetching
36035npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json not in flight; writing
36036npm verb get http://registry.npmjs.org/ext-list not expired, no request
36037npm verb addNamed "0.2.0" is a plain semver version for ext-list
36038npm verb addRemoteTarball http://registry.npmjs.org/ext-list/-/ext-list-0.2.0.tgz not in flight; adding
36039npm verb addRemoteTarball [ 'http://registry.npmjs.org/ext-list/-/ext-list-0.2.0.tgz',
36040npm verb addRemoteTarball '3614d5f299f4a592a89629e7de825f1774d19abd' ]
36041npm info retry fetch attempt 1 at 19:32:07
36042npm info attempt registry request try #1 at 19:32:07
36043npm http fetch GET http://registry.npmjs.org/ext-list/-/ext-list-0.2.0.tgz
36044npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json written
36045npm http fetch 200 http://registry.npmjs.org/ext-list/-/ext-list-0.2.0.tgz
36046npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ext-list/-/ext-list-0.2.0.tgz not in flight; adding
36047npm verb addTmpTarball already have metadata; skipping unpack for ext-list@0.2.0
36048npm verb afterAdd /root/.npm/ext-list/0.2.0/package/package.json not in flight; writing
36049npm verb afterAdd /root/.npm/ext-list/0.2.0/package/package.json written
36050npm verb request uri http://registry.npmjs.org/got
36051npm verb request no auth needed
36052npm info attempt registry request try #1 at 19:32:07
36053npm http request GET http://registry.npmjs.org/got
36054npm http 200 http://registry.npmjs.org/got
36055npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36056npm verb headers etag: '"7AC0MU3IIC528I0G6QBQL6G1E"',
36057npm verb headers 'content-type': 'application/json',
36058npm verb headers 'cache-control': 'max-age=300',
36059npm verb headers 'content-length': '67499',
36060npm verb headers 'accept-ranges': 'bytes',
36061npm verb headers date: 'Tue, 29 Dec 2015 19:32:07 GMT',
36062npm verb headers age: '24',
36063npm verb headers 'x-served-by': 'cache-fra1229-FRA',
36064npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36065npm verb headers 'x-cache-hits': '1',
36066npm verb headers 'x-timer': 'S1451417527.766491,VS0,VE0',
36067npm verb headers vary: 'Accept',
36068npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36069npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36070npm verb headers connection: 'keep-alive' }
36071npm verb get saving got to /root/.npm/registry.npmjs.org/got/.cache.json
36072npm verb cache add spec got@^0.2.0
36073npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for got
36074npm verb addNameRange registry:http://registry.npmjs.org/got not in flight; fetching
36075npm verb get http://registry.npmjs.org/got not expired, no request
36076npm verb addNamed "0.2.0" is a plain semver version for got
36077npm verb addRemoteTarball http://registry.npmjs.org/got/-/got-0.2.0.tgz not in flight; adding
36078npm verb addRemoteTarball [ 'http://registry.npmjs.org/got/-/got-0.2.0.tgz',
36079npm verb addRemoteTarball 'd00c248b29fdccaea940df9ca0995ebff31b51a5' ]
36080npm info retry fetch attempt 1 at 19:32:07
36081npm info attempt registry request try #1 at 19:32:07
36082npm http fetch GET http://registry.npmjs.org/got/-/got-0.2.0.tgz
36083npm http fetch 200 http://registry.npmjs.org/got/-/got-0.2.0.tgz
36084npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/got/-/got-0.2.0.tgz not in flight; adding
36085npm verb addTmpTarball already have metadata; skipping unpack for got@0.2.0
36086npm verb afterAdd /root/.npm/got/0.2.0/package/package.json not in flight; writing
36087npm verb afterAdd /root/.npm/got/0.2.0/package/package.json written
36088npm verb cache add spec object-assign@^0.3.0
36089npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for object-assign
36090npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
36091npm verb request uri http://registry.npmjs.org/object-assign
36092npm verb request no auth needed
36093npm info attempt registry request try #1 at 19:32:07
36094npm verb etag "9X5J81STMG1EY3P0PGJF4S0A2"
36095npm http request GET http://registry.npmjs.org/object-assign
36096npm http 304 http://registry.npmjs.org/object-assign
36097npm verb headers { date: 'Tue, 29 Dec 2015 19:32:07 GMT',
36098npm verb headers 'cache-control': 'max-age=60',
36099npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
36100npm verb headers age: '53',
36101npm verb headers 'x-served-by': 'cache-fra1229-FRA',
36102npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36103npm verb headers 'x-cache-hits': '3',
36104npm verb headers 'x-timer': 'S1451417527.900809,VS0,VE0',
36105npm verb headers vary: 'Accept',
36106npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36107npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36108npm verb headers connection: 'keep-alive' }
36109npm verb etag http://registry.npmjs.org/object-assign from cache
36110npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
36111npm verb addNamed "0.3.1" is a plain semver version for object-assign
36112npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-0.3.1.tgz not in flight; adding
36113npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-0.3.1.tgz',
36114npm verb addRemoteTarball '060e2a2a27d7c0d77ec77b78f11aa47fd88008d2' ]
36115npm info retry fetch attempt 1 at 19:32:07
36116npm info attempt registry request try #1 at 19:32:07
36117npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-0.3.1.tgz
36118npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-0.3.1.tgz
36119npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/object-assign/-/object-assign-0.3.1.tgz not in flight; adding
36120npm verb addTmpTarball already have metadata; skipping unpack for object-assign@0.3.1
36121npm verb afterAdd /root/.npm/object-assign/0.3.1/package/package.json not in flight; writing
36122npm verb afterAdd /root/.npm/object-assign/0.3.1/package/package.json written
36123npm verb request uri http://registry.npmjs.org/duplexer
36124npm verb request no auth needed
36125npm info attempt registry request try #1 at 19:32:07
36126npm http request GET http://registry.npmjs.org/duplexer
36127npm http 200 http://registry.npmjs.org/duplexer
36128npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36129npm verb headers etag: '"9M5QNW34HW8D9ZIVJEIFTNKSL"',
36130npm verb headers 'content-type': 'application/json',
36131npm verb headers 'cache-control': 'max-age=300',
36132npm verb headers 'content-length': '12289',
36133npm verb headers 'accept-ranges': 'bytes',
36134npm verb headers date: 'Tue, 29 Dec 2015 19:32:07 GMT',
36135npm verb headers age: '97',
36136npm verb headers 'x-served-by': 'cache-fra1229-FRA',
36137npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36138npm verb headers 'x-cache-hits': '1',
36139npm verb headers 'x-timer': 'S1451417527.996729,VS0,VE0',
36140npm verb headers vary: 'Accept',
36141npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36142npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36143npm verb headers connection: 'keep-alive' }
36144npm verb get saving duplexer to /root/.npm/registry.npmjs.org/duplexer/.cache.json
36145npm verb cache add spec duplexer@~0.1.1
36146npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for duplexer
36147npm verb addNameRange registry:http://registry.npmjs.org/duplexer not in flight; fetching
36148npm verb get http://registry.npmjs.org/duplexer not expired, no request
36149npm verb addNamed "0.1.1" is a plain semver version for duplexer
36150npm verb addRemoteTarball http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz not in flight; adding
36151npm verb addRemoteTarball [ 'http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz',
36152npm verb addRemoteTarball 'ace6ff808c1ce66b57d1ebf97977acb02334cfc1' ]
36153npm info retry fetch attempt 1 at 19:32:08
36154npm info attempt registry request try #1 at 19:32:08
36155npm http fetch GET http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz
36156npm http fetch 200 http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz
36157npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz not in flight; adding
36158npm verb addTmpTarball already have metadata; skipping unpack for duplexer@0.1.1
36159npm verb afterAdd /root/.npm/duplexer/0.1.1/package/package.json not in flight; writing
36160npm verb afterAdd /root/.npm/duplexer/0.1.1/package/package.json written
36161npm verb request uri http://registry.npmjs.org/block-stream
36162npm verb request no auth needed
36163npm info attempt registry request try #1 at 19:32:13
36164npm http request GET http://registry.npmjs.org/block-stream
36165npm verb request uri http://registry.npmjs.org/fstream
36166npm verb request no auth needed
36167npm info attempt registry request try #1 at 19:32:13
36168npm http request GET http://registry.npmjs.org/fstream
36169npm http 200 http://registry.npmjs.org/block-stream
36170npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36171npm verb headers etag: '"C7OJPKZD1OK2WI9TVJ794V0P5"',
36172npm verb headers 'content-type': 'application/json',
36173npm verb headers 'cache-control': 'max-age=300',
36174npm verb headers 'content-length': '6256',
36175npm verb headers 'accept-ranges': 'bytes',
36176npm verb headers date: 'Tue, 29 Dec 2015 19:32:13 GMT',
36177npm verb headers age: '234',
36178npm verb headers 'x-served-by': 'cache-fra1229-FRA',
36179npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36180npm verb headers 'x-cache-hits': '1',
36181npm verb headers 'x-timer': 'S1451417533.027311,VS0,VE0',
36182npm verb headers vary: 'Accept',
36183npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36184npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36185npm verb headers connection: 'keep-alive' }
36186npm verb get saving block-stream to /root/.npm/registry.npmjs.org/block-stream/.cache.json
36187npm verb cache add spec block-stream@*
36188npm verb addNamed "*" is a valid semver range for block-stream
36189npm verb addNameRange registry:http://registry.npmjs.org/block-stream not in flight; fetching
36190npm verb get http://registry.npmjs.org/block-stream not expired, no request
36191npm verb addNamed "0.0.8" is a plain semver version for block-stream
36192npm verb addRemoteTarball http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz not in flight; adding
36193npm verb addRemoteTarball [ 'http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz',
36194npm verb addRemoteTarball '0688f46da2bbf9cff0c4f68225a0cb95cbe8a46b' ]
36195npm info retry fetch attempt 1 at 19:32:13
36196npm info attempt registry request try #1 at 19:32:13
36197npm http fetch GET http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz
36198npm http fetch 200 http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz
36199npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz not in flight; adding
36200npm verb addTmpTarball already have metadata; skipping unpack for block-stream@0.0.8
36201npm verb afterAdd /root/.npm/block-stream/0.0.8/package/package.json not in flight; writing
36202npm verb afterAdd /root/.npm/block-stream/0.0.8/package/package.json written
36203npm http 200 http://registry.npmjs.org/fstream
36204npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36205npm verb headers etag: '"BVLXX1GMS5PIFGE6CRP0K1FVB"',
36206npm verb headers 'content-type': 'application/json',
36207npm verb headers 'cache-control': 'max-age=300',
36208npm verb headers 'content-length': '43132',
36209npm verb headers 'accept-ranges': 'bytes',
36210npm verb headers date: 'Tue, 29 Dec 2015 19:32:13 GMT',
36211npm verb headers age: '37',
36212npm verb headers 'x-served-by': 'cache-ams4146-AMS',
36213npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36214npm verb headers 'x-cache-hits': '1',
36215npm verb headers 'x-timer': 'S1451417533.030918,VS0,VE0',
36216npm verb headers vary: 'Accept',
36217npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36218npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36219npm verb headers connection: 'keep-alive' }
36220npm verb get saving fstream to /root/.npm/registry.npmjs.org/fstream/.cache.json
36221npm verb cache add spec fstream@~0.1.28
36222npm verb addNamed ">=0.1.28 <0.2.0" is a valid semver range for fstream
36223npm verb addNameRange registry:http://registry.npmjs.org/fstream not in flight; fetching
36224npm verb get http://registry.npmjs.org/fstream not expired, no request
36225npm verb addNamed "0.1.31" is a plain semver version for fstream
36226npm verb addRemoteTarball http://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz not in flight; adding
36227npm verb addRemoteTarball [ 'http://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz',
36228npm verb addRemoteTarball '7337f058fbbbbefa8c9f561a28cab0849202c988' ]
36229npm info retry fetch attempt 1 at 19:32:13
36230npm info attempt registry request try #1 at 19:32:13
36231npm http fetch GET http://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz
36232npm http fetch 200 http://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz
36233npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/fstream/-/fstream-0.1.31.tgz not in flight; adding
36234npm verb addTmpTarball already have metadata; skipping unpack for fstream@0.1.31
36235npm verb afterAdd /root/.npm/fstream/0.1.31/package/package.json not in flight; writing
36236npm verb afterAdd /root/.npm/fstream/0.1.31/package/package.json written
36237npm verb cache add spec graceful-fs@~3.0.2
36238npm verb cache add spec mkdirp@0.5
36239npm verb addNamed ">=3.0.2 <3.1.0" is a valid semver range for graceful-fs
36240npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
36241npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
36242npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
36243npm verb request uri http://registry.npmjs.org/graceful-fs
36244npm verb request no auth needed
36245npm info attempt registry request try #1 at 19:32:13
36246npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
36247npm http request GET http://registry.npmjs.org/graceful-fs
36248npm verb request uri http://registry.npmjs.org/mkdirp
36249npm verb request no auth needed
36250npm info attempt registry request try #1 at 19:32:13
36251npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
36252npm http request GET http://registry.npmjs.org/mkdirp
36253npm http 304 http://registry.npmjs.org/graceful-fs
36254npm verb headers { date: 'Tue, 29 Dec 2015 19:30:11 GMT',
36255npm verb headers 'content-type': 'application/json',
36256npm verb headers age: '160',
36257npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
36258npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
36259npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
36260npm verb headers connection: 'keep-alive' }
36261npm verb etag http://registry.npmjs.org/graceful-fs from cache
36262npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
36263npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
36264npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz not in flight; adding
36265npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz',
36266npm verb addRemoteTarball 'ce813e725fa82f7e6147d51c9a5ca68270551c22' ]
36267npm http 304 http://registry.npmjs.org/mkdirp
36268npm verb headers { date: 'Tue, 29 Dec 2015 19:32:13 GMT',
36269npm verb headers 'cache-control': 'max-age=300',
36270npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
36271npm verb headers age: '36',
36272npm verb headers 'x-served-by': 'cache-fra1229-FRA',
36273npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36274npm verb headers 'x-cache-hits': '4',
36275npm verb headers 'x-timer': 'S1451417533.282048,VS0,VE0',
36276npm verb headers vary: 'Accept',
36277npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36278npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36279npm verb headers connection: 'keep-alive' }
36280npm verb etag http://registry.npmjs.org/mkdirp from cache
36281npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
36282npm info retry fetch attempt 1 at 19:32:13
36283npm info attempt registry request try #1 at 19:32:13
36284npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz
36285npm verb addNamed "0.5.1" is a plain semver version for mkdirp
36286npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
36287npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
36288npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz
36289npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz not in flight; adding
36290npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@3.0.8
36291npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
36292npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
36293npm verb cache add spec minimist@0.0.8
36294npm verb addNamed "0.0.8" is a plain semver version for minimist
36295npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
36296npm verb request uri http://registry.npmjs.org/minimist
36297npm verb request no auth needed
36298npm info attempt registry request try #1 at 19:32:13
36299npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
36300npm http request GET http://registry.npmjs.org/minimist
36301npm http 304 http://registry.npmjs.org/minimist
36302npm verb headers { date: 'Tue, 29 Dec 2015 19:31:18 GMT',
36303npm verb headers 'content-type': 'application/json',
36304npm verb headers age: '102',
36305npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
36306npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
36307npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
36308npm verb headers connection: 'keep-alive' }
36309npm verb etag http://registry.npmjs.org/minimist from cache
36310npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
36311npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
36312npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
36313npm verb cache add spec readable-stream@~1.0.17
36314npm verb cache add spec xtend@~2.1.1
36315npm verb addNamed ">=1.0.17 <1.1.0" is a valid semver range for readable-stream
36316npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
36317npm verb addNamed ">=2.1.1 <2.2.0" is a valid semver range for xtend
36318npm verb addNameRange registry:http://registry.npmjs.org/xtend not in flight; fetching
36319npm verb request uri http://registry.npmjs.org/readable-stream
36320npm verb request no auth needed
36321npm info attempt registry request try #1 at 19:32:13
36322npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
36323npm http request GET http://registry.npmjs.org/readable-stream
36324npm verb request uri http://registry.npmjs.org/xtend
36325npm verb request no auth needed
36326npm info attempt registry request try #1 at 19:32:13
36327npm verb etag "1IDUFAB2QOA8033MD814NYRK9"
36328npm http request GET http://registry.npmjs.org/xtend
36329npm http 304 http://registry.npmjs.org/readable-stream
36330npm verb headers { date: 'Tue, 29 Dec 2015 19:30:14 GMT',
36331npm verb headers 'content-type': 'application/json',
36332npm verb headers age: '124',
36333npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
36334npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
36335npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
36336npm verb headers connection: 'keep-alive' }
36337npm verb etag http://registry.npmjs.org/readable-stream from cache
36338npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
36339npm http 304 http://registry.npmjs.org/xtend
36340npm verb headers { date: 'Tue, 29 Dec 2015 19:31:42 GMT',
36341npm verb headers 'content-type': 'application/json',
36342npm verb headers age: '109',
36343npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
36344npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
36345npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
36346npm verb headers connection: 'keep-alive' }
36347npm verb etag http://registry.npmjs.org/xtend from cache
36348npm verb get saving xtend to /root/.npm/registry.npmjs.org/xtend/.cache.json
36349npm verb addNamed "2.1.2" is a plain semver version for xtend
36350npm verb addNamed "1.0.33" is a plain semver version for readable-stream
36351npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz not in flight; adding
36352npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz',
36353npm verb addRemoteTarball '3a360dd66c1b1d7fd4705389860eda1d0f61126c' ]
36354npm info retry fetch attempt 1 at 19:32:13
36355npm info attempt registry request try #1 at 19:32:13
36356npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz
36357npm verb afterAdd /root/.npm/xtend/2.1.2/package/package.json not in flight; writing
36358npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz
36359npm verb afterAdd /root/.npm/xtend/2.1.2/package/package.json written
36360npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz not in flight; adding
36361npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@1.0.33
36362npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
36363npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
36364npm verb cache add spec object-keys@~0.4.0
36365npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for object-keys
36366npm verb addNameRange registry:http://registry.npmjs.org/object-keys not in flight; fetching
36367npm verb request uri http://registry.npmjs.org/object-keys
36368npm verb request no auth needed
36369npm info attempt registry request try #1 at 19:32:13
36370npm verb etag "CUJ60WAI9V1U6WYABC4C4CHJV"
36371npm http request GET http://registry.npmjs.org/object-keys
36372npm http 304 http://registry.npmjs.org/object-keys
36373npm verb headers { date: 'Tue, 29 Dec 2015 19:32:13 GMT',
36374npm verb headers 'cache-control': 'max-age=60',
36375npm verb headers etag: '"CUJ60WAI9V1U6WYABC4C4CHJV"',
36376npm verb headers age: '57',
36377npm verb headers 'x-served-by': 'cache-ams4146-AMS',
36378npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36379npm verb headers 'x-cache-hits': '1',
36380npm verb headers 'x-timer': 'S1451417533.569567,VS0,VE0',
36381npm verb headers vary: 'Accept',
36382npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36383npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36384npm verb headers connection: 'keep-alive' }
36385npm verb etag http://registry.npmjs.org/object-keys from cache
36386npm verb get saving object-keys to /root/.npm/registry.npmjs.org/object-keys/.cache.json
36387npm verb addNamed "0.4.0" is a plain semver version for object-keys
36388npm verb afterAdd /root/.npm/object-keys/0.4.0/package/package.json not in flight; writing
36389npm verb afterAdd /root/.npm/object-keys/0.4.0/package/package.json written
36390npm verb request uri http://registry.npmjs.org/bin-check
36391npm verb request no auth needed
36392npm info attempt registry request try #1 at 19:32:13
36393npm http request GET http://registry.npmjs.org/bin-check
36394npm verb request uri http://registry.npmjs.org/find-file
36395npm verb request no auth needed
36396npm info attempt registry request try #1 at 19:32:13
36397npm http request GET http://registry.npmjs.org/find-file
36398npm http 200 http://registry.npmjs.org/bin-check
36399npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36400npm verb headers etag: '"7RGBNVMIR7LSFQZL6FSMPWI8M"',
36401npm verb headers 'content-type': 'application/json',
36402npm verb headers 'cache-control': 'max-age=300',
36403npm verb headers 'content-length': '13130',
36404npm verb headers 'accept-ranges': 'bytes',
36405npm verb headers date: 'Tue, 29 Dec 2015 19:32:13 GMT',
36406npm verb headers age: '275',
36407npm verb headers 'x-served-by': 'cache-fra1229-FRA',
36408npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36409npm verb headers 'x-cache-hits': '1',
36410npm verb headers 'x-timer': 'S1451417533.654683,VS0,VE0',
36411npm verb headers vary: 'Accept',
36412npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36413npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36414npm verb headers connection: 'keep-alive' }
36415npm verb get saving bin-check to /root/.npm/registry.npmjs.org/bin-check/.cache.json
36416npm verb cache add spec bin-check@^0.1.0
36417npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for bin-check
36418npm verb addNameRange registry:http://registry.npmjs.org/bin-check not in flight; fetching
36419npm verb get http://registry.npmjs.org/bin-check not expired, no request
36420npm verb addNamed "0.1.5" is a plain semver version for bin-check
36421npm verb addRemoteTarball http://registry.npmjs.org/bin-check/-/bin-check-0.1.5.tgz not in flight; adding
36422npm verb addRemoteTarball [ 'http://registry.npmjs.org/bin-check/-/bin-check-0.1.5.tgz',
36423npm verb addRemoteTarball 'e2438f3d06ea0fa7fa5940e78fe5775f4634254a' ]
36424npm info retry fetch attempt 1 at 19:32:13
36425npm info attempt registry request try #1 at 19:32:13
36426npm http fetch GET http://registry.npmjs.org/bin-check/-/bin-check-0.1.5.tgz
36427npm http fetch 200 http://registry.npmjs.org/bin-check/-/bin-check-0.1.5.tgz
36428npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bin-check/-/bin-check-0.1.5.tgz not in flight; adding
36429npm verb addTmpTarball already have metadata; skipping unpack for bin-check@0.1.5
36430npm verb afterAdd /root/.npm/bin-check/0.1.5/package/package.json not in flight; writing
36431npm verb afterAdd /root/.npm/bin-check/0.1.5/package/package.json written
36432npm http 200 http://registry.npmjs.org/find-file
36433npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36434npm verb headers etag: '"BOJA0OORTI41P2JYVG9VPA1GP"',
36435npm verb headers 'content-type': 'application/json',
36436npm verb headers 'cache-control': 'max-age=300',
36437npm verb headers 'content-length': '8777',
36438npm verb headers 'accept-ranges': 'bytes',
36439npm verb headers date: 'Tue, 29 Dec 2015 19:32:13 GMT',
36440npm verb headers age: '0',
36441npm verb headers 'x-served-by': 'cache-ams4146-AMS',
36442npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36443npm verb headers 'x-cache-hits': '1',
36444npm verb headers 'x-timer': 'S1451417533.664087,VS0,VE100',
36445npm verb headers vary: 'Accept',
36446npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36447npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36448npm verb headers connection: 'keep-alive' }
36449npm verb get saving find-file to /root/.npm/registry.npmjs.org/find-file/.cache.json
36450npm verb cache add spec find-file@^0.1.2
36451npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for find-file
36452npm verb addNameRange registry:http://registry.npmjs.org/find-file not in flight; fetching
36453npm verb get http://registry.npmjs.org/find-file not expired, no request
36454npm verb addNamed "0.1.4" is a plain semver version for find-file
36455npm WARN deprecated find-file@0.1.4: Use the globby package instead
36456npm verb addRemoteTarball http://registry.npmjs.org/find-file/-/find-file-0.1.4.tgz not in flight; adding
36457npm verb addRemoteTarball [ 'http://registry.npmjs.org/find-file/-/find-file-0.1.4.tgz',
36458npm verb addRemoteTarball 'f806bb8132a8265232bf1c9ef95ba0746511d871' ]
36459npm info retry fetch attempt 1 at 19:32:13
36460npm info attempt registry request try #1 at 19:32:13
36461npm http fetch GET http://registry.npmjs.org/find-file/-/find-file-0.1.4.tgz
36462npm http fetch 200 http://registry.npmjs.org/find-file/-/find-file-0.1.4.tgz
36463npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/find-file/-/find-file-0.1.4.tgz not in flight; adding
36464npm verb addTmpTarball already have metadata; skipping unpack for find-file@0.1.4
36465npm verb afterAdd /root/.npm/find-file/0.1.4/package/package.json not in flight; writing
36466npm verb afterAdd /root/.npm/find-file/0.1.4/package/package.json written
36467npm verb request uri http://registry.npmjs.org/executable
36468npm verb request no auth needed
36469npm info attempt registry request try #1 at 19:32:13
36470npm http request GET http://registry.npmjs.org/executable
36471npm http 200 http://registry.npmjs.org/executable
36472npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36473npm verb headers etag: '"4VRJ4T7ZKL0CGYBXONJEAP6MM"',
36474npm verb headers 'content-type': 'application/json',
36475npm verb headers 'cache-control': 'max-age=300',
36476npm verb headers 'content-length': '13366',
36477npm verb headers 'accept-ranges': 'bytes',
36478npm verb headers date: 'Tue, 29 Dec 2015 19:32:13 GMT',
36479npm verb headers age: '274',
36480npm verb headers 'x-served-by': 'cache-fra1229-FRA',
36481npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36482npm verb headers 'x-cache-hits': '2',
36483npm verb headers 'x-timer': 'S1451417533.859957,VS0,VE0',
36484npm verb headers vary: 'Accept',
36485npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36486npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36487npm verb headers connection: 'keep-alive' }
36488npm verb get saving executable to /root/.npm/registry.npmjs.org/executable/.cache.json
36489npm verb cache add spec executable@^0.1.0
36490npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for executable
36491npm verb addNameRange registry:http://registry.npmjs.org/executable not in flight; fetching
36492npm verb get http://registry.npmjs.org/executable not expired, no request
36493npm verb addNamed "0.1.3" is a plain semver version for executable
36494npm verb addRemoteTarball http://registry.npmjs.org/executable/-/executable-0.1.3.tgz not in flight; adding
36495npm verb addRemoteTarball [ 'http://registry.npmjs.org/executable/-/executable-0.1.3.tgz',
36496npm verb addRemoteTarball '227cb205720631de150708e733909684dc67e1d8' ]
36497npm info retry fetch attempt 1 at 19:32:13
36498npm info attempt registry request try #1 at 19:32:13
36499npm http fetch GET http://registry.npmjs.org/executable/-/executable-0.1.3.tgz
36500npm http fetch 200 http://registry.npmjs.org/executable/-/executable-0.1.3.tgz
36501npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/executable/-/executable-0.1.3.tgz not in flight; adding
36502npm verb addTmpTarball already have metadata; skipping unpack for executable@0.1.3
36503npm verb afterAdd /root/.npm/executable/0.1.3/package/package.json not in flight; writing
36504npm verb afterAdd /root/.npm/executable/0.1.3/package/package.json written
36505npm verb request uri http://registry.npmjs.org/jpegtran-bin
36506npm verb request no auth needed
36507npm info attempt registry request try #1 at 19:32:13
36508npm http request GET http://registry.npmjs.org/jpegtran-bin
36509npm http 200 http://registry.npmjs.org/jpegtran-bin
36510npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36511npm verb headers etag: '"3T06L832D07I7HYZLHQ3O0ESZ"',
36512npm verb headers 'content-type': 'application/json',
36513npm verb headers 'cache-control': 'max-age=300',
36514npm verb headers 'content-length': '42899',
36515npm verb headers 'accept-ranges': 'bytes',
36516npm verb headers date: 'Tue, 29 Dec 2015 19:32:13 GMT',
36517npm verb headers age: '8',
36518npm verb headers 'x-served-by': 'cache-ams4146-AMS',
36519npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36520npm verb headers 'x-cache-hits': '1',
36521npm verb headers 'x-timer': 'S1451417533.965197,VS0,VE0',
36522npm verb headers vary: 'Accept',
36523npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36524npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36525npm verb headers connection: 'keep-alive' }
36526npm verb get saving jpegtran-bin to /root/.npm/registry.npmjs.org/jpegtran-bin/.cache.json
36527npm verb cache add spec jpegtran-bin@^0.2.6
36528npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for jpegtran-bin
36529npm verb addNameRange registry:http://registry.npmjs.org/jpegtran-bin not in flight; fetching
36530npm verb get http://registry.npmjs.org/jpegtran-bin not expired, no request
36531npm verb addNamed "0.2.8" is a plain semver version for jpegtran-bin
36532npm verb addRemoteTarball http://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-0.2.8.tgz not in flight; adding
36533npm verb addRemoteTarball [ 'http://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-0.2.8.tgz',
36534npm verb addRemoteTarball '759c1be0558de8701f87a90b7ae818d3060f712b' ]
36535npm info retry fetch attempt 1 at 19:32:14
36536npm info attempt registry request try #1 at 19:32:14
36537npm http fetch GET http://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-0.2.8.tgz
36538npm http fetch 200 http://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-0.2.8.tgz
36539npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-0.2.8.tgz not in flight; adding
36540npm verb addTmpTarball already have metadata; skipping unpack for jpegtran-bin@0.2.8
36541npm verb afterAdd /root/.npm/jpegtran-bin/0.2.8/package/package.json not in flight; writing
36542npm verb afterAdd /root/.npm/jpegtran-bin/0.2.8/package/package.json written
36543npm verb request uri http://registry.npmjs.org/optipng-bin
36544npm verb request no auth needed
36545npm info attempt registry request try #1 at 19:32:14
36546npm http request GET http://registry.npmjs.org/optipng-bin
36547npm http 200 http://registry.npmjs.org/optipng-bin
36548npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36549npm verb headers etag: '"BIYYZ1R8FIQ0EXSXJ4GY6TAYB"',
36550npm verb headers 'content-type': 'application/json',
36551npm verb headers 'cache-control': 'max-age=300',
36552npm verb headers 'content-length': '48429',
36553npm verb headers 'accept-ranges': 'bytes',
36554npm verb headers date: 'Tue, 29 Dec 2015 19:32:14 GMT',
36555npm verb headers age: '29',
36556npm verb headers 'x-served-by': 'cache-fra1229-FRA',
36557npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36558npm verb headers 'x-cache-hits': '1',
36559npm verb headers 'x-timer': 'S1451417534.114047,VS0,VE0',
36560npm verb headers vary: 'Accept',
36561npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36562npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36563npm verb headers connection: 'keep-alive' }
36564npm verb get saving optipng-bin to /root/.npm/registry.npmjs.org/optipng-bin/.cache.json
36565npm verb cache add spec optipng-bin@^0.3.3
36566npm verb addNamed ">=0.3.3 <0.4.0" is a valid semver range for optipng-bin
36567npm verb addNameRange registry:http://registry.npmjs.org/optipng-bin not in flight; fetching
36568npm verb get http://registry.npmjs.org/optipng-bin not expired, no request
36569npm verb addNamed "0.3.11" is a plain semver version for optipng-bin
36570npm verb addRemoteTarball http://registry.npmjs.org/optipng-bin/-/optipng-bin-0.3.11.tgz not in flight; adding
36571npm verb addRemoteTarball [ 'http://registry.npmjs.org/optipng-bin/-/optipng-bin-0.3.11.tgz',
36572npm verb addRemoteTarball '400d19329f29c508b89b478b5d42ba1afb3bd4ab' ]
36573npm info retry fetch attempt 1 at 19:32:14
36574npm info attempt registry request try #1 at 19:32:14
36575npm http fetch GET http://registry.npmjs.org/optipng-bin/-/optipng-bin-0.3.11.tgz
36576npm http fetch 200 http://registry.npmjs.org/optipng-bin/-/optipng-bin-0.3.11.tgz
36577npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/optipng-bin/-/optipng-bin-0.3.11.tgz not in flight; adding
36578npm verb addTmpTarball already have metadata; skipping unpack for optipng-bin@0.3.11
36579npm verb afterAdd /root/.npm/optipng-bin/0.3.11/package/package.json not in flight; writing
36580npm verb afterAdd /root/.npm/optipng-bin/0.3.11/package/package.json written
36581npm verb request uri http://registry.npmjs.org/pngquant-bin
36582npm verb request no auth needed
36583npm info attempt registry request try #1 at 19:32:14
36584npm http request GET http://registry.npmjs.org/pngquant-bin
36585npm http 200 http://registry.npmjs.org/pngquant-bin
36586npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36587npm verb headers etag: '"A2SUMQ82I12N4ON6BQ6YM2NP4"',
36588npm verb headers 'content-type': 'application/json',
36589npm verb headers 'cache-control': 'max-age=300',
36590npm verb headers 'content-length': '31864',
36591npm verb headers 'accept-ranges': 'bytes',
36592npm verb headers date: 'Tue, 29 Dec 2015 19:32:14 GMT',
36593npm verb headers age: '8',
36594npm verb headers 'x-served-by': 'cache-ams4146-AMS',
36595npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36596npm verb headers 'x-cache-hits': '1',
36597npm verb headers 'x-timer': 'S1451417534.268188,VS0,VE0',
36598npm verb headers vary: 'Accept',
36599npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36600npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36601npm verb headers connection: 'keep-alive' }
36602npm verb get saving pngquant-bin to /root/.npm/registry.npmjs.org/pngquant-bin/.cache.json
36603npm verb cache add spec pngquant-bin@^0.3.0
36604npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for pngquant-bin
36605npm verb addNameRange registry:http://registry.npmjs.org/pngquant-bin not in flight; fetching
36606npm verb get http://registry.npmjs.org/pngquant-bin not expired, no request
36607npm verb addNamed "0.3.5" is a plain semver version for pngquant-bin
36608npm verb addRemoteTarball http://registry.npmjs.org/pngquant-bin/-/pngquant-bin-0.3.5.tgz not in flight; adding
36609npm verb addRemoteTarball [ 'http://registry.npmjs.org/pngquant-bin/-/pngquant-bin-0.3.5.tgz',
36610npm verb addRemoteTarball '06fb6fbbc31b8ce2fcbb73bd4366475bf3486eff' ]
36611npm info retry fetch attempt 1 at 19:32:14
36612npm info attempt registry request try #1 at 19:32:14
36613npm http fetch GET http://registry.npmjs.org/pngquant-bin/-/pngquant-bin-0.3.5.tgz
36614npm http fetch 200 http://registry.npmjs.org/pngquant-bin/-/pngquant-bin-0.3.5.tgz
36615npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pngquant-bin/-/pngquant-bin-0.3.5.tgz not in flight; adding
36616npm verb addTmpTarball already have metadata; skipping unpack for pngquant-bin@0.3.5
36617npm verb afterAdd /root/.npm/pngquant-bin/0.3.5/package/package.json not in flight; writing
36618npm verb afterAdd /root/.npm/pngquant-bin/0.3.5/package/package.json written
36619npm verb request uri http://registry.npmjs.org/is-svg
36620npm verb request no auth needed
36621npm info attempt registry request try #1 at 19:32:14
36622npm http request GET http://registry.npmjs.org/is-svg
36623npm verb request uri http://registry.npmjs.org/svgo
36624npm verb request no auth needed
36625npm info attempt registry request try #1 at 19:32:14
36626npm http request GET http://registry.npmjs.org/svgo
36627npm http 200 http://registry.npmjs.org/is-svg
36628npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36629npm verb headers etag: '"91D7XSJ2YN9XM5U7QNPS9H6KG"',
36630npm verb headers 'content-type': 'application/json',
36631npm verb headers 'cache-control': 'max-age=300',
36632npm verb headers 'content-length': '10261',
36633npm verb headers 'accept-ranges': 'bytes',
36634npm verb headers date: 'Tue, 29 Dec 2015 19:32:14 GMT',
36635npm verb headers age: '284',
36636npm verb headers 'x-served-by': 'cache-fra1229-FRA',
36637npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36638npm verb headers 'x-cache-hits': '2',
36639npm verb headers 'x-timer': 'S1451417534.440573,VS0,VE0',
36640npm verb headers vary: 'Accept',
36641npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36642npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36643npm verb headers connection: 'keep-alive' }
36644npm verb get saving is-svg to /root/.npm/registry.npmjs.org/is-svg/.cache.json
36645npm verb cache add spec is-svg@^0.1.1
36646npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for is-svg
36647npm verb addNameRange registry:http://registry.npmjs.org/is-svg not in flight; fetching
36648npm verb get http://registry.npmjs.org/is-svg not expired, no request
36649npm verb addNamed "0.1.2" is a plain semver version for is-svg
36650npm verb addRemoteTarball http://registry.npmjs.org/is-svg/-/is-svg-0.1.2.tgz not in flight; adding
36651npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-svg/-/is-svg-0.1.2.tgz',
36652npm verb addRemoteTarball '9f469905fbcf733598cc944b50cee082da2407b7' ]
36653npm info retry fetch attempt 1 at 19:32:14
36654npm info attempt registry request try #1 at 19:32:14
36655npm http fetch GET http://registry.npmjs.org/is-svg/-/is-svg-0.1.2.tgz
36656npm http 200 http://registry.npmjs.org/svgo
36657npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36658npm verb headers etag: '"865EX41EV9RYKA9AP7Y7FMT73"',
36659npm verb headers 'content-type': 'application/json',
36660npm verb headers 'cache-control': 'max-age=300',
36661npm verb headers 'content-length': '89289',
36662npm verb headers 'accept-ranges': 'bytes',
36663npm verb headers date: 'Tue, 29 Dec 2015 19:32:14 GMT',
36664npm verb headers age: '220',
36665npm verb headers 'x-served-by': 'cache-fra1234-FRA',
36666npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36667npm verb headers 'x-cache-hits': '2',
36668npm verb headers 'x-timer': 'S1451417534.435406,VS0,VE0',
36669npm verb headers vary: 'Accept',
36670npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36671npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36672npm verb headers connection: 'keep-alive' }
36673npm verb get saving svgo to /root/.npm/registry.npmjs.org/svgo/.cache.json
36674npm http fetch 200 http://registry.npmjs.org/is-svg/-/is-svg-0.1.2.tgz
36675npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-svg/-/is-svg-0.1.2.tgz not in flight; adding
36676npm verb addTmpTarball already have metadata; skipping unpack for is-svg@0.1.2
36677npm verb cache add spec svgo@^0.4.4
36678npm verb addNamed ">=0.4.4 <0.5.0" is a valid semver range for svgo
36679npm verb addNameRange registry:http://registry.npmjs.org/svgo not in flight; fetching
36680npm verb get http://registry.npmjs.org/svgo not expired, no request
36681npm verb addNamed "0.4.5" is a plain semver version for svgo
36682npm verb addRemoteTarball http://registry.npmjs.org/svgo/-/svgo-0.4.5.tgz not in flight; adding
36683npm verb addRemoteTarball [ 'http://registry.npmjs.org/svgo/-/svgo-0.4.5.tgz',
36684npm verb addRemoteTarball 'ba56155fb1733728956c01b405221ee7e789a2a4' ]
36685npm verb afterAdd /root/.npm/is-svg/0.1.2/package/package.json not in flight; writing
36686npm info retry fetch attempt 1 at 19:32:14
36687npm info attempt registry request try #1 at 19:32:14
36688npm http fetch GET http://registry.npmjs.org/svgo/-/svgo-0.4.5.tgz
36689npm verb afterAdd /root/.npm/is-svg/0.1.2/package/package.json written
36690npm http fetch 200 http://registry.npmjs.org/svgo/-/svgo-0.4.5.tgz
36691npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/svgo/-/svgo-0.4.5.tgz not in flight; adding
36692npm verb addTmpTarball already have metadata; skipping unpack for svgo@0.4.5
36693npm verb afterAdd /root/.npm/svgo/0.4.5/package/package.json not in flight; writing
36694npm verb afterAdd /root/.npm/svgo/0.4.5/package/package.json written
36695npm verb cache add spec js-yaml@~2.1.0
36696npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for js-yaml
36697npm verb addNameRange registry:http://registry.npmjs.org/js-yaml not in flight; fetching
36698npm verb request uri http://registry.npmjs.org/sax
36699npm verb request no auth needed
36700npm info attempt registry request try #1 at 19:32:14
36701npm http request GET http://registry.npmjs.org/sax
36702npm verb request uri http://registry.npmjs.org/coa
36703npm verb request no auth needed
36704npm info attempt registry request try #1 at 19:32:14
36705npm http request GET http://registry.npmjs.org/coa
36706npm verb request uri http://registry.npmjs.org/whet.extend
36707npm verb request no auth needed
36708npm info attempt registry request try #1 at 19:32:14
36709npm http request GET http://registry.npmjs.org/whet.extend
36710npm verb request uri http://registry.npmjs.org/js-yaml
36711npm verb request no auth needed
36712npm info attempt registry request try #1 at 19:32:14
36713npm verb etag "80KSXEAHSZDUG5SQXWE04EYJ1"
36714npm http request GET http://registry.npmjs.org/js-yaml
36715npm http 304 http://registry.npmjs.org/js-yaml
36716npm verb headers { date: 'Tue, 29 Dec 2015 19:32:14 GMT',
36717npm verb headers 'cache-control': 'max-age=300',
36718npm verb headers etag: '"80KSXEAHSZDUG5SQXWE04EYJ1"',
36719npm verb headers age: '232',
36720npm verb headers 'x-served-by': 'cache-fra1220-FRA',
36721npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36722npm verb headers 'x-cache-hits': '2',
36723npm verb headers 'x-timer': 'S1451417534.817612,VS0,VE0',
36724npm verb headers vary: 'Accept',
36725npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36726npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36727npm verb headers connection: 'keep-alive' }
36728npm verb etag http://registry.npmjs.org/js-yaml from cache
36729npm verb get saving js-yaml to /root/.npm/registry.npmjs.org/js-yaml/.cache.json
36730npm http 200 http://registry.npmjs.org/coa
36731npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36732npm verb headers etag: '"47ZDVCG67C7RRDVW4KISP70DX"',
36733npm verb headers 'content-type': 'application/json',
36734npm verb headers 'cache-control': 'max-age=300',
36735npm verb headers 'content-length': '35810',
36736npm verb headers 'accept-ranges': 'bytes',
36737npm verb headers date: 'Tue, 29 Dec 2015 19:32:14 GMT',
36738npm verb headers age: '163',
36739npm verb headers 'x-served-by': 'cache-fra1229-FRA',
36740npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36741npm verb headers 'x-cache-hits': '1',
36742npm verb headers 'x-timer': 'S1451417534.807585,VS0,VE0',
36743npm verb headers vary: 'Accept',
36744npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36745npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36746npm verb headers connection: 'keep-alive' }
36747npm verb get saving coa to /root/.npm/registry.npmjs.org/coa/.cache.json
36748npm http 200 http://registry.npmjs.org/sax
36749npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36750npm verb headers etag: '"ADLE1PUK652JYD9AIO4UXBDDV"',
36751npm verb headers 'content-type': 'application/json',
36752npm verb headers 'cache-control': 'max-age=60',
36753npm verb headers 'content-length': '52675',
36754npm verb headers 'accept-ranges': 'bytes',
36755npm verb headers date: 'Tue, 29 Dec 2015 19:32:14 GMT',
36756npm verb headers age: '43',
36757npm verb headers 'x-served-by': 'cache-ams4146-AMS',
36758npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36759npm verb headers 'x-cache-hits': '2',
36760npm verb headers 'x-timer': 'S1451417534.810765,VS0,VE0',
36761npm verb headers vary: 'Accept',
36762npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36763npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36764npm verb headers connection: 'keep-alive' }
36765npm verb get saving sax to /root/.npm/registry.npmjs.org/sax/.cache.json
36766npm verb addNamed "2.1.3" is a plain semver version for js-yaml
36767npm verb addRemoteTarball http://registry.npmjs.org/js-yaml/-/js-yaml-2.1.3.tgz not in flight; adding
36768npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-yaml/-/js-yaml-2.1.3.tgz',
36769npm verb addRemoteTarball '0ffb5617be55525878063d7a16aee7fdd282e84c' ]
36770npm verb cache add spec coa@~0.4.0
36771npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for coa
36772npm verb addNameRange registry:http://registry.npmjs.org/coa not in flight; fetching
36773npm info retry fetch attempt 1 at 19:32:14
36774npm info attempt registry request try #1 at 19:32:14
36775npm http fetch GET http://registry.npmjs.org/js-yaml/-/js-yaml-2.1.3.tgz
36776npm verb cache add spec sax@~0.6.0
36777npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for sax
36778npm verb addNameRange registry:http://registry.npmjs.org/sax not in flight; fetching
36779npm verb get http://registry.npmjs.org/coa not expired, no request
36780npm verb addNamed "0.4.1" is a plain semver version for coa
36781npm verb addRemoteTarball http://registry.npmjs.org/coa/-/coa-0.4.1.tgz not in flight; adding
36782npm verb addRemoteTarball [ 'http://registry.npmjs.org/coa/-/coa-0.4.1.tgz',
36783npm verb addRemoteTarball 'baf6f49c7ad9f20c597af39b3fc1e5090fe8838b' ]
36784npm verb get http://registry.npmjs.org/sax not expired, no request
36785npm verb addNamed "0.6.1" is a plain semver version for sax
36786npm info retry fetch attempt 1 at 19:32:14
36787npm info attempt registry request try #1 at 19:32:14
36788npm http fetch GET http://registry.npmjs.org/coa/-/coa-0.4.1.tgz
36789npm verb addRemoteTarball http://registry.npmjs.org/sax/-/sax-0.6.1.tgz not in flight; adding
36790npm verb addRemoteTarball [ 'http://registry.npmjs.org/sax/-/sax-0.6.1.tgz',
36791npm verb addRemoteTarball '563b19c7c1de892e09bfc4f2fc30e3c27f0952b9' ]
36792npm http 200 http://registry.npmjs.org/whet.extend
36793npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36794npm verb headers etag: '"D3NY36I4JR4Q2BPDIOND05A6O"',
36795npm verb headers 'content-type': 'application/json',
36796npm verb headers 'cache-control': 'max-age=300',
36797npm verb headers 'content-length': '5483',
36798npm verb headers 'accept-ranges': 'bytes',
36799npm verb headers date: 'Tue, 29 Dec 2015 19:32:14 GMT',
36800npm verb headers age: '0',
36801npm verb headers 'x-served-by': 'cache-fra1234-FRA',
36802npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36803npm verb headers 'x-cache-hits': '1',
36804npm verb headers 'x-timer': 'S1451417534.807751,VS0,VE110',
36805npm verb headers vary: 'Accept',
36806npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36807npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36808npm verb headers connection: 'keep-alive' }
36809npm verb get saving whet.extend to /root/.npm/registry.npmjs.org/whet.extend/.cache.json
36810npm http fetch 200 http://registry.npmjs.org/js-yaml/-/js-yaml-2.1.3.tgz
36811npm info retry fetch attempt 1 at 19:32:14
36812npm info attempt registry request try #1 at 19:32:14
36813npm http fetch GET http://registry.npmjs.org/sax/-/sax-0.6.1.tgz
36814npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/js-yaml/-/js-yaml-2.1.3.tgz not in flight; adding
36815npm verb addTmpTarball already have metadata; skipping unpack for js-yaml@2.1.3
36816npm verb cache add spec whet.extend@~0.9.9
36817npm verb addNamed ">=0.9.9 <0.10.0" is a valid semver range for whet.extend
36818npm verb addNameRange registry:http://registry.npmjs.org/whet.extend not in flight; fetching
36819npm http fetch 200 http://registry.npmjs.org/coa/-/coa-0.4.1.tgz
36820npm verb get http://registry.npmjs.org/whet.extend not expired, no request
36821npm verb addNamed "0.9.9" is a plain semver version for whet.extend
36822npm verb addRemoteTarball http://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz not in flight; adding
36823npm verb addRemoteTarball [ 'http://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz',
36824npm verb addRemoteTarball 'f877d5bf648c97e5aa542fadc16d6a259b9c11a1' ]
36825npm verb afterAdd /root/.npm/js-yaml/2.1.3/package/package.json not in flight; writing
36826npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/coa/-/coa-0.4.1.tgz not in flight; adding
36827npm verb addTmpTarball already have metadata; skipping unpack for coa@0.4.1
36828npm info retry fetch attempt 1 at 19:32:15
36829npm info attempt registry request try #1 at 19:32:15
36830npm http fetch GET http://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz
36831npm http fetch 200 http://registry.npmjs.org/sax/-/sax-0.6.1.tgz
36832npm verb afterAdd /root/.npm/js-yaml/2.1.3/package/package.json written
36833npm verb afterAdd /root/.npm/coa/0.4.1/package/package.json not in flight; writing
36834npm verb afterAdd /root/.npm/coa/0.4.1/package/package.json written
36835npm http fetch 200 http://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz
36836npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz not in flight; adding
36837npm verb addTmpTarball already have metadata; skipping unpack for whet.extend@0.9.9
36838npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/sax/-/sax-0.6.1.tgz not in flight; adding
36839npm verb addTmpTarball already have metadata; skipping unpack for sax@0.6.1
36840npm verb afterAdd /root/.npm/whet.extend/0.9.9/package/package.json not in flight; writing
36841npm verb afterAdd /root/.npm/sax/0.6.1/package/package.json not in flight; writing
36842npm verb afterAdd /root/.npm/whet.extend/0.9.9/package/package.json written
36843npm verb afterAdd /root/.npm/sax/0.6.1/package/package.json written
36844npm verb request uri http://registry.npmjs.org/q
36845npm verb request no auth needed
36846npm info attempt registry request try #1 at 19:32:15
36847npm http request GET http://registry.npmjs.org/q
36848npm http 200 http://registry.npmjs.org/q
36849npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36850npm verb headers etag: '"5IOO0153MVIX8ZOINFF1RYLY3"',
36851npm verb headers 'content-type': 'application/json',
36852npm verb headers 'cache-control': 'max-age=300',
36853npm verb headers 'content-length': '144102',
36854npm verb headers 'accept-ranges': 'bytes',
36855npm verb headers date: 'Tue, 29 Dec 2015 19:32:15 GMT',
36856npm verb headers age: '138',
36857npm verb headers 'x-served-by': 'cache-fra1234-FRA',
36858npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36859npm verb headers 'x-cache-hits': '1',
36860npm verb headers 'x-timer': 'S1451417535.133520,VS0,VE2',
36861npm verb headers vary: 'Accept',
36862npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36863npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36864npm verb headers connection: 'keep-alive' }
36865npm verb get saving q to /root/.npm/registry.npmjs.org/q/.cache.json
36866npm verb cache add spec q@~0.9.6
36867npm verb addNamed ">=0.9.6 <0.10.0" is a valid semver range for q
36868npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
36869npm verb get http://registry.npmjs.org/q not expired, no request
36870npm verb addNamed "0.9.7" is a plain semver version for q
36871npm verb addRemoteTarball http://registry.npmjs.org/q/-/q-0.9.7.tgz not in flight; adding
36872npm verb addRemoteTarball [ 'http://registry.npmjs.org/q/-/q-0.9.7.tgz',
36873npm verb addRemoteTarball '4de2e6cb3b29088c9e4cbc03bf9d42fb96ce2f75' ]
36874npm info retry fetch attempt 1 at 19:32:15
36875npm info attempt registry request try #1 at 19:32:15
36876npm http fetch GET http://registry.npmjs.org/q/-/q-0.9.7.tgz
36877npm http fetch 200 http://registry.npmjs.org/q/-/q-0.9.7.tgz
36878npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/q/-/q-0.9.7.tgz not in flight; adding
36879npm verb addTmpTarball already have metadata; skipping unpack for q@0.9.7
36880npm verb afterAdd /root/.npm/q/0.9.7/package/package.json not in flight; writing
36881npm verb afterAdd /root/.npm/q/0.9.7/package/package.json written
36882npm verb cache add spec chalk@~0.4.0
36883npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
36884npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
36885npm verb request uri http://registry.npmjs.org/grunt-lib-contrib
36886npm verb request no auth needed
36887npm info attempt registry request try #1 at 19:32:15
36888npm http request GET http://registry.npmjs.org/grunt-lib-contrib
36889npm verb request uri http://registry.npmjs.org/chalk
36890npm verb request no auth needed
36891npm info attempt registry request try #1 at 19:32:15
36892npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
36893npm http request GET http://registry.npmjs.org/chalk
36894npm http 200 http://registry.npmjs.org/grunt-lib-contrib
36895npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36896npm verb headers etag: '"3RGZHYCGP72QLS4ZYPK3QFCWS"',
36897npm verb headers 'content-type': 'application/json',
36898npm verb headers 'cache-control': 'max-age=300',
36899npm verb headers 'content-length': '16517',
36900npm verb headers 'accept-ranges': 'bytes',
36901npm verb headers date: 'Tue, 29 Dec 2015 19:32:15 GMT',
36902npm verb headers age: '47',
36903npm verb headers 'x-served-by': 'cache-ams4146-AMS',
36904npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36905npm verb headers 'x-cache-hits': '1',
36906npm verb headers 'x-timer': 'S1451417535.377394,VS0,VE0',
36907npm verb headers vary: 'Accept',
36908npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36909npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36910npm verb headers connection: 'keep-alive' }
36911npm verb get saving grunt-lib-contrib to /root/.npm/registry.npmjs.org/grunt-lib-contrib/.cache.json
36912npm http 304 http://registry.npmjs.org/chalk
36913npm verb headers { date: 'Tue, 29 Dec 2015 19:32:15 GMT',
36914npm verb headers 'cache-control': 'max-age=300',
36915npm verb headers etag: '"5MXWQX9JC99PF4Q10DE8PA4EH"',
36916npm verb headers age: '197',
36917npm verb headers 'x-served-by': 'cache-fra1234-FRA',
36918npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
36919npm verb headers 'x-cache-hits': '8',
36920npm verb headers 'x-timer': 'S1451417535.386667,VS0,VE0',
36921npm verb headers vary: 'Accept',
36922npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
36923npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
36924npm verb headers connection: 'keep-alive' }
36925npm verb etag http://registry.npmjs.org/chalk from cache
36926npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
36927npm verb addNamed "0.4.0" is a plain semver version for chalk
36928npm verb cache add spec grunt-lib-contrib@~0.6.1
36929npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for grunt-lib-contrib
36930npm verb addNameRange registry:http://registry.npmjs.org/grunt-lib-contrib not in flight; fetching
36931npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
36932npm verb get http://registry.npmjs.org/grunt-lib-contrib not expired, no request
36933npm verb addNamed "0.6.1" is a plain semver version for grunt-lib-contrib
36934npm verb addRemoteTarball http://registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-0.6.1.tgz not in flight; adding
36935npm verb addRemoteTarball [ 'http://registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-0.6.1.tgz',
36936npm verb addRemoteTarball '3f56adb7da06e814795ee2415b0ebe5fb8903ebb' ]
36937npm info retry fetch attempt 1 at 19:32:15
36938npm info attempt registry request try #1 at 19:32:15
36939npm http fetch GET http://registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-0.6.1.tgz
36940npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
36941npm http fetch 200 http://registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-0.6.1.tgz
36942npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-0.6.1.tgz not in flight; adding
36943npm verb addTmpTarball already have metadata; skipping unpack for grunt-lib-contrib@0.6.1
36944npm verb afterAdd /root/.npm/grunt-lib-contrib/0.6.1/package/package.json not in flight; writing
36945npm verb afterAdd /root/.npm/grunt-lib-contrib/0.6.1/package/package.json written
36946npm verb cache add spec ansi-styles@~1.0.0
36947npm verb cache add spec strip-ansi@~0.1.0
36948npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
36949npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
36950npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
36951npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
36952npm verb request uri http://registry.npmjs.org/ansi-styles
36953npm verb request no auth needed
36954npm info attempt registry request try #1 at 19:32:15
36955npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
36956npm http request GET http://registry.npmjs.org/ansi-styles
36957npm verb request uri http://registry.npmjs.org/strip-ansi
36958npm verb request no auth needed
36959npm info attempt registry request try #1 at 19:32:15
36960npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
36961npm http request GET http://registry.npmjs.org/strip-ansi
36962npm http 304 http://registry.npmjs.org/ansi-styles
36963npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
36964npm verb headers 'content-type': 'application/json',
36965npm verb headers age: '50',
36966npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
36967npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
36968npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
36969npm verb headers connection: 'keep-alive' }
36970npm verb etag http://registry.npmjs.org/ansi-styles from cache
36971npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
36972npm http 304 http://registry.npmjs.org/strip-ansi
36973npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
36974npm verb headers 'content-type': 'application/json',
36975npm verb headers age: '38',
36976npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
36977npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
36978npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
36979npm verb headers connection: 'keep-alive' }
36980npm verb etag http://registry.npmjs.org/strip-ansi from cache
36981npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
36982npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
36983npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
36984npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
36985npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
36986npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
36987npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
36988npm verb cache add spec zlib-browserify@0.0.1
36989npm verb addNamed "0.0.1" is a plain semver version for zlib-browserify
36990npm verb addNameVersion registry:http://registry.npmjs.org/zlib-browserify not in flight; fetching
36991npm verb request uri http://registry.npmjs.org/zlib-browserify
36992npm verb request no auth needed
36993npm info attempt registry request try #1 at 19:32:15
36994npm verb etag "1JBYE7Q6GR3MIBZMKP9R5LCCK"
36995npm http request GET http://registry.npmjs.org/zlib-browserify
36996npm http 304 http://registry.npmjs.org/zlib-browserify
36997npm verb headers { date: 'Tue, 29 Dec 2015 19:32:15 GMT',
36998npm verb headers 'cache-control': 'max-age=300',
36999npm verb headers etag: '"1JBYE7Q6GR3MIBZMKP9R5LCCK"',
37000npm verb headers age: '55',
37001npm verb headers 'x-served-by': 'cache-ams4146-AMS',
37002npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37003npm verb headers 'x-cache-hits': '2',
37004npm verb headers 'x-timer': 'S1451417535.601886,VS0,VE0',
37005npm verb headers vary: 'Accept',
37006npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37007npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37008npm verb headers connection: 'keep-alive' }
37009npm verb etag http://registry.npmjs.org/zlib-browserify from cache
37010npm verb get saving zlib-browserify to /root/.npm/registry.npmjs.org/zlib-browserify/.cache.json
37011npm verb addRemoteTarball http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.1.tgz not in flight; adding
37012npm verb addRemoteTarball [ 'http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.1.tgz',
37013npm verb addRemoteTarball '4fa6a45d00dbc15f318a4afa1d9afc0258e176cc' ]
37014npm info retry fetch attempt 1 at 19:32:15
37015npm info attempt registry request try #1 at 19:32:15
37016npm http fetch GET http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.1.tgz
37017npm http fetch 200 http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.1.tgz
37018npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.1.tgz not in flight; adding
37019npm verb addTmpTarball already have metadata; skipping unpack for zlib-browserify@0.0.1
37020npm verb afterAdd /root/.npm/zlib-browserify/0.0.1/package/package.json not in flight; writing
37021npm verb afterAdd /root/.npm/zlib-browserify/0.0.1/package/package.json written
37022npm verb request uri http://registry.npmjs.org/jshint
37023npm verb request no auth needed
37024npm info attempt registry request try #1 at 19:32:15
37025npm http request GET http://registry.npmjs.org/jshint
37026npm http 200 http://registry.npmjs.org/jshint
37027npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37028npm verb headers etag: '"7Q4INL3EQ3VWVYEHL72RA6U45"',
37029npm verb headers 'content-type': 'application/json',
37030npm verb headers 'cache-control': 'max-age=300',
37031npm verb headers 'content-length': '107863',
37032npm verb headers 'accept-ranges': 'bytes',
37033npm verb headers date: 'Tue, 29 Dec 2015 19:32:15 GMT',
37034npm verb headers age: '133',
37035npm verb headers 'x-served-by': 'cache-ams4146-AMS',
37036npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37037npm verb headers 'x-cache-hits': '2',
37038npm verb headers 'x-timer': 'S1451417535.706377,VS0,VE0',
37039npm verb headers vary: 'Accept',
37040npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37041npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37042npm verb headers connection: 'keep-alive' }
37043npm verb get saving jshint to /root/.npm/registry.npmjs.org/jshint/.cache.json
37044npm verb cache add spec jshint@~2.5.0
37045npm verb addNamed ">=2.5.0 <2.6.0" is a valid semver range for jshint
37046npm verb addNameRange registry:http://registry.npmjs.org/jshint not in flight; fetching
37047npm verb get http://registry.npmjs.org/jshint not expired, no request
37048npm verb addNamed "2.5.11" is a plain semver version for jshint
37049npm verb addRemoteTarball http://registry.npmjs.org/jshint/-/jshint-2.5.11.tgz not in flight; adding
37050npm verb addRemoteTarball [ 'http://registry.npmjs.org/jshint/-/jshint-2.5.11.tgz',
37051npm verb addRemoteTarball 'e2d95858bbb1aa78300108a2e81099fb095622e0' ]
37052npm info retry fetch attempt 1 at 19:32:15
37053npm info attempt registry request try #1 at 19:32:15
37054npm http fetch GET http://registry.npmjs.org/jshint/-/jshint-2.5.11.tgz
37055npm http fetch 200 http://registry.npmjs.org/jshint/-/jshint-2.5.11.tgz
37056npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jshint/-/jshint-2.5.11.tgz not in flight; adding
37057npm verb addTmpTarball already have metadata; skipping unpack for jshint@2.5.11
37058npm verb afterAdd /root/.npm/jshint/2.5.11/package/package.json not in flight; writing
37059npm verb afterAdd /root/.npm/jshint/2.5.11/package/package.json written
37060npm verb cache add spec minimatch@1.0.x
37061npm verb cache add spec shelljs@0.3.x
37062npm verb cache add spec underscore@1.6.x
37063npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for minimatch
37064npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
37065npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for shelljs
37066npm verb addNameRange registry:http://registry.npmjs.org/shelljs not in flight; fetching
37067npm verb addNamed ">=1.6.0 <1.7.0" is a valid semver range for underscore
37068npm verb addNameRange registry:http://registry.npmjs.org/underscore not in flight; fetching
37069npm verb request uri http://registry.npmjs.org/console-browserify
37070npm verb request no auth needed
37071npm info attempt registry request try #1 at 19:32:16
37072npm http request GET http://registry.npmjs.org/console-browserify
37073npm verb request uri http://registry.npmjs.org/htmlparser2
37074npm verb request no auth needed
37075npm info attempt registry request try #1 at 19:32:16
37076npm http request GET http://registry.npmjs.org/htmlparser2
37077npm verb request uri http://registry.npmjs.org/strip-json-comments
37078npm verb request no auth needed
37079npm info attempt registry request try #1 at 19:32:16
37080npm http request GET http://registry.npmjs.org/strip-json-comments
37081npm verb request uri http://registry.npmjs.org/shelljs
37082npm verb request no auth needed
37083npm info attempt registry request try #1 at 19:32:16
37084npm verb etag "6HCE59UTDL2J8NPRDK7JL2N4C"
37085npm http request GET http://registry.npmjs.org/shelljs
37086npm verb request uri http://registry.npmjs.org/minimatch
37087npm verb request no auth needed
37088npm info attempt registry request try #1 at 19:32:16
37089npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
37090npm http request GET http://registry.npmjs.org/minimatch
37091npm verb request uri http://registry.npmjs.org/underscore
37092npm verb request no auth needed
37093npm info attempt registry request try #1 at 19:32:16
37094npm verb etag "EFDD5CQTW181YVOL282U8VRMC"
37095npm http request GET http://registry.npmjs.org/underscore
37096npm http 200 http://registry.npmjs.org/console-browserify
37097npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37098npm verb headers etag: '"9P4UVMYNOTKBMJP46LG2SRWG"',
37099npm verb headers 'content-type': 'application/json',
37100npm verb headers 'cache-control': 'max-age=60',
37101npm verb headers 'content-length': '17292',
37102npm verb headers 'accept-ranges': 'bytes',
37103npm verb headers date: 'Tue, 29 Dec 2015 19:32:16 GMT',
37104npm verb headers age: '12',
37105npm verb headers 'x-served-by': 'cache-fra1234-FRA',
37106npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37107npm verb headers 'x-cache-hits': '1',
37108npm verb headers 'x-timer': 'S1451417536.479812,VS0,VE0',
37109npm verb headers vary: 'Accept',
37110npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37111npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37112npm verb headers connection: 'keep-alive' }
37113npm verb get saving console-browserify to /root/.npm/registry.npmjs.org/console-browserify/.cache.json
37114npm http 200 http://registry.npmjs.org/strip-json-comments
37115npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37116npm verb headers etag: '"CCHEXQ2QONC2QKAUR2L944ICN"',
37117npm verb headers 'content-type': 'application/json',
37118npm verb headers 'cache-control': 'max-age=300',
37119npm verb headers 'content-length': '15953',
37120npm verb headers 'accept-ranges': 'bytes',
37121npm verb headers date: 'Tue, 29 Dec 2015 19:32:16 GMT',
37122npm verb headers age: '90',
37123npm verb headers 'x-served-by': 'cache-fra1220-FRA',
37124npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37125npm verb headers 'x-cache-hits': '2',
37126npm verb headers 'x-timer': 'S1451417536.480523,VS0,VE0',
37127npm verb headers vary: 'Accept',
37128npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37129npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37130npm verb headers connection: 'keep-alive' }
37131npm verb get saving strip-json-comments to /root/.npm/registry.npmjs.org/strip-json-comments/.cache.json
37132npm http 304 http://registry.npmjs.org/shelljs
37133npm verb headers { date: 'Tue, 29 Dec 2015 19:32:16 GMT',
37134npm verb headers 'cache-control': 'max-age=300',
37135npm verb headers etag: '"6HCE59UTDL2J8NPRDK7JL2N4C"',
37136npm verb headers age: '184',
37137npm verb headers 'x-served-by': 'cache-fra1234-FRA',
37138npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37139npm verb headers 'x-cache-hits': '3',
37140npm verb headers 'x-timer': 'S1451417536.511712,VS0,VE0',
37141npm verb headers vary: 'Accept',
37142npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37143npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37144npm verb headers connection: 'keep-alive' }
37145npm verb etag http://registry.npmjs.org/shelljs from cache
37146npm verb get saving shelljs to /root/.npm/registry.npmjs.org/shelljs/.cache.json
37147npm http 304 http://registry.npmjs.org/minimatch
37148npm verb headers { date: 'Tue, 29 Dec 2015 19:32:16 GMT',
37149npm verb headers 'cache-control': 'max-age=300',
37150npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
37151npm verb headers age: '296',
37152npm verb headers 'x-served-by': 'cache-fra1231-FRA',
37153npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37154npm verb headers 'x-cache-hits': '18',
37155npm verb headers 'x-timer': 'S1451417536.511797,VS0,VE0',
37156npm verb headers vary: 'Accept',
37157npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37158npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37159npm verb headers connection: 'keep-alive' }
37160npm verb etag http://registry.npmjs.org/minimatch from cache
37161npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
37162npm http 304 http://registry.npmjs.org/underscore
37163npm verb headers { date: 'Tue, 29 Dec 2015 19:32:16 GMT',
37164npm verb headers 'cache-control': 'max-age=300',
37165npm verb headers etag: '"EFDD5CQTW181YVOL282U8VRMC"',
37166npm verb headers age: '170',
37167npm verb headers 'x-served-by': 'cache-fra1226-FRA',
37168npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37169npm verb headers 'x-cache-hits': '6',
37170npm verb headers 'x-timer': 'S1451417536.511865,VS0,VE0',
37171npm verb headers vary: 'Accept',
37172npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37173npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37174npm verb headers connection: 'keep-alive' }
37175npm verb etag http://registry.npmjs.org/underscore from cache
37176npm verb get saving underscore to /root/.npm/registry.npmjs.org/underscore/.cache.json
37177npm http 200 http://registry.npmjs.org/htmlparser2
37178npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37179npm verb headers etag: '"4CFEQB0OJXCBCDIPQA1D2087V"',
37180npm verb headers 'content-type': 'application/json',
37181npm verb headers 'cache-control': 'max-age=300',
37182npm verb headers 'content-length': '71332',
37183npm verb headers 'accept-ranges': 'bytes',
37184npm verb headers date: 'Tue, 29 Dec 2015 19:32:16 GMT',
37185npm verb headers age: '37',
37186npm verb headers 'x-served-by': 'cache-fra1229-FRA',
37187npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37188npm verb headers 'x-cache-hits': '1',
37189npm verb headers 'x-timer': 'S1451417536.480238,VS0,VE0',
37190npm verb headers vary: 'Accept',
37191npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37192npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37193npm verb headers connection: 'keep-alive' }
37194npm verb get saving htmlparser2 to /root/.npm/registry.npmjs.org/htmlparser2/.cache.json
37195npm verb cache add spec console-browserify@1.1.x
37196npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for console-browserify
37197npm verb addNameRange registry:http://registry.npmjs.org/console-browserify not in flight; fetching
37198npm verb cache add spec strip-json-comments@1.0.x
37199npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for strip-json-comments
37200npm verb addNameRange registry:http://registry.npmjs.org/strip-json-comments not in flight; fetching
37201npm verb addNamed "1.0.0" is a plain semver version for minimatch
37202npm verb addNamed "0.3.0" is a plain semver version for shelljs
37203npm verb addNamed "1.6.0" is a plain semver version for underscore
37204npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz not in flight; adding
37205npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz',
37206npm verb addRemoteTarball 'e0dd2120b49e1b724ce8d714c520822a9438576d' ]
37207npm verb addRemoteTarball http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz not in flight; adding
37208npm verb addRemoteTarball [ 'http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz',
37209npm verb addRemoteTarball '3596e6307a781544f591f37da618360f31db57b1' ]
37210npm verb addRemoteTarball http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz not in flight; adding
37211npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz',
37212npm verb addRemoteTarball '8b38b10cacdef63337b8b24e4ff86d45aea529a8' ]
37213npm verb get http://registry.npmjs.org/console-browserify not expired, no request
37214npm verb addNamed "1.1.0" is a plain semver version for console-browserify
37215npm info retry fetch attempt 1 at 19:32:16
37216npm info attempt registry request try #1 at 19:32:16
37217npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz
37218npm info retry fetch attempt 1 at 19:32:16
37219npm info attempt registry request try #1 at 19:32:16
37220npm http fetch GET http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz
37221npm info retry fetch attempt 1 at 19:32:16
37222npm info attempt registry request try #1 at 19:32:16
37223npm http fetch GET http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz
37224npm verb get http://registry.npmjs.org/strip-json-comments not expired, no request
37225npm verb addNamed "1.0.4" is a plain semver version for strip-json-comments
37226npm verb addRemoteTarball http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz not in flight; adding
37227npm verb addRemoteTarball [ 'http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz',
37228npm verb addRemoteTarball 'f0241c45730a9fc6323b206dbf38edc741d0bb10' ]
37229npm verb addRemoteTarball http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz not in flight; adding
37230npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz',
37231npm verb addRemoteTarball '1e15fbcac97d3ee99bf2d73b4c656b082bbafb91' ]
37232npm verb cache add spec htmlparser2@3.8.x
37233npm verb addNamed ">=3.8.0 <3.9.0" is a valid semver range for htmlparser2
37234npm verb addNameRange registry:http://registry.npmjs.org/htmlparser2 not in flight; fetching
37235npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz
37236npm info retry fetch attempt 1 at 19:32:16
37237npm info attempt registry request try #1 at 19:32:16
37238npm http fetch GET http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz
37239npm info retry fetch attempt 1 at 19:32:16
37240npm info attempt registry request try #1 at 19:32:16
37241npm http fetch GET http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz
37242npm verb get http://registry.npmjs.org/htmlparser2 not expired, no request
37243npm verb addNamed "3.8.3" is a plain semver version for htmlparser2
37244npm verb addRemoteTarball http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz not in flight; adding
37245npm verb addRemoteTarball [ 'http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz',
37246npm verb addRemoteTarball '996c28b191516a8be86501a7d79757e5c70c1068' ]
37247npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz not in flight; adding
37248npm verb addTmpTarball already have metadata; skipping unpack for minimatch@1.0.0
37249npm http fetch 200 http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz
37250npm http fetch 200 http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz
37251npm http fetch 200 http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz
37252npm http fetch 200 http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz
37253npm info retry fetch attempt 1 at 19:32:16
37254npm info attempt registry request try #1 at 19:32:16
37255npm http fetch GET http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz
37256npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz not in flight; adding
37257npm verb addTmpTarball already have metadata; skipping unpack for shelljs@0.3.0
37258npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz not in flight; adding
37259npm verb addTmpTarball already have metadata; skipping unpack for console-browserify@1.1.0
37260npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz not in flight; adding
37261npm verb addTmpTarball already have metadata; skipping unpack for strip-json-comments@1.0.4
37262npm verb afterAdd /root/.npm/minimatch/1.0.0/package/package.json not in flight; writing
37263npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/underscore/-/underscore-1.6.0.tgz not in flight; adding
37264npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.6.0
37265npm verb afterAdd /root/.npm/minimatch/1.0.0/package/package.json written
37266npm verb afterAdd /root/.npm/shelljs/0.3.0/package/package.json not in flight; writing
37267npm http fetch 200 http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz
37268npm verb afterAdd /root/.npm/console-browserify/1.1.0/package/package.json not in flight; writing
37269npm verb afterAdd /root/.npm/strip-json-comments/1.0.4/package/package.json not in flight; writing
37270npm verb afterAdd /root/.npm/shelljs/0.3.0/package/package.json written
37271npm verb afterAdd /root/.npm/underscore/1.6.0/package/package.json not in flight; writing
37272npm verb afterAdd /root/.npm/console-browserify/1.1.0/package/package.json written
37273npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz not in flight; adding
37274npm verb addTmpTarball already have metadata; skipping unpack for htmlparser2@3.8.3
37275npm verb afterAdd /root/.npm/strip-json-comments/1.0.4/package/package.json written
37276npm verb afterAdd /root/.npm/underscore/1.6.0/package/package.json written
37277npm verb afterAdd /root/.npm/htmlparser2/3.8.3/package/package.json not in flight; writing
37278npm verb afterAdd /root/.npm/htmlparser2/3.8.3/package/package.json written
37279npm verb request uri http://registry.npmjs.org/date-now
37280npm verb request no auth needed
37281npm info attempt registry request try #1 at 19:32:16
37282npm http request GET http://registry.npmjs.org/date-now
37283npm http 200 http://registry.npmjs.org/date-now
37284npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37285npm verb headers etag: '"4IVDPT1USQTTDVL345B8VOWJW"',
37286npm verb headers 'content-type': 'application/json',
37287npm verb headers 'cache-control': 'max-age=60',
37288npm verb headers 'content-length': '10921',
37289npm verb headers 'accept-ranges': 'bytes',
37290npm verb headers date: 'Tue, 29 Dec 2015 19:32:17 GMT',
37291npm verb headers age: '0',
37292npm verb headers 'x-served-by': 'cache-fra1229-FRA',
37293npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37294npm verb headers 'x-cache-hits': '1',
37295npm verb headers 'x-timer': 'S1451417536.798475,VS0,VE760',
37296npm verb headers vary: 'Accept',
37297npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37298npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37299npm verb headers connection: 'keep-alive' }
37300npm verb get saving date-now to /root/.npm/registry.npmjs.org/date-now/.cache.json
37301npm verb cache add spec date-now@^0.1.4
37302npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for date-now
37303npm verb addNameRange registry:http://registry.npmjs.org/date-now not in flight; fetching
37304npm verb get http://registry.npmjs.org/date-now not expired, no request
37305npm verb addNamed "0.1.4" is a plain semver version for date-now
37306npm verb addRemoteTarball http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz not in flight; adding
37307npm verb addRemoteTarball [ 'http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz',
37308npm verb addRemoteTarball 'eaf439fd4d4848ad74e5cc7dbef200672b9e345b' ]
37309npm info retry fetch attempt 1 at 19:32:17
37310npm info attempt registry request try #1 at 19:32:17
37311npm http fetch GET http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz
37312npm http fetch 200 http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz
37313npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/date-now/-/date-now-0.1.4.tgz not in flight; adding
37314npm verb addTmpTarball already have metadata; skipping unpack for date-now@0.1.4
37315npm verb afterAdd /root/.npm/date-now/0.1.4/package/package.json not in flight; writing
37316npm verb afterAdd /root/.npm/date-now/0.1.4/package/package.json written
37317npm verb cache add spec readable-stream@1.1
37318npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for readable-stream
37319npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
37320npm verb request uri http://registry.npmjs.org/domhandler
37321npm verb request no auth needed
37322npm info attempt registry request try #1 at 19:32:17
37323npm http request GET http://registry.npmjs.org/domhandler
37324npm verb request uri http://registry.npmjs.org/domutils
37325npm verb request no auth needed
37326npm info attempt registry request try #1 at 19:32:17
37327npm http request GET http://registry.npmjs.org/domutils
37328npm verb request uri http://registry.npmjs.org/domelementtype
37329npm verb request no auth needed
37330npm info attempt registry request try #1 at 19:32:17
37331npm http request GET http://registry.npmjs.org/domelementtype
37332npm verb request uri http://registry.npmjs.org/entities
37333npm verb request no auth needed
37334npm info attempt registry request try #1 at 19:32:17
37335npm http request GET http://registry.npmjs.org/entities
37336npm verb get http://registry.npmjs.org/readable-stream not expired, no request
37337npm verb addNamed "1.1.13" is a plain semver version for readable-stream
37338npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
37339npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
37340npm http 200 http://registry.npmjs.org/domhandler
37341npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37342npm verb headers etag: '"A3OOX9EJC4NKPJUQLQ26WPPTB"',
37343npm verb headers 'content-type': 'application/json',
37344npm verb headers 'cache-control': 'max-age=60',
37345npm verb headers 'content-length': '15376',
37346npm verb headers 'accept-ranges': 'bytes',
37347npm verb headers date: 'Tue, 29 Dec 2015 19:32:17 GMT',
37348npm verb headers age: '49',
37349npm verb headers 'x-served-by': 'cache-ams4151-AMS',
37350npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37351npm verb headers 'x-cache-hits': '1',
37352npm verb headers 'x-timer': 'S1451417537.730623,VS0,VE0',
37353npm verb headers vary: 'Accept',
37354npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37355npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37356npm verb headers connection: 'keep-alive' }
37357npm verb get saving domhandler to /root/.npm/registry.npmjs.org/domhandler/.cache.json
37358npm http 200 http://registry.npmjs.org/domelementtype
37359npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37360npm verb headers etag: '"4W2849LOGQQ1FMDQHW6E59VF1"',
37361npm verb headers 'content-type': 'application/json',
37362npm verb headers 'cache-control': 'max-age=60',
37363npm verb headers 'content-length': '7028',
37364npm verb headers 'accept-ranges': 'bytes',
37365npm verb headers date: 'Tue, 29 Dec 2015 19:32:17 GMT',
37366npm verb headers age: '48',
37367npm verb headers 'x-served-by': 'cache-ams4138-AMS',
37368npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37369npm verb headers 'x-cache-hits': '2',
37370npm verb headers 'x-timer': 'S1451417537.731416,VS0,VE0',
37371npm verb headers vary: 'Accept',
37372npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37373npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37374npm verb headers connection: 'keep-alive' }
37375npm verb get saving domelementtype to /root/.npm/registry.npmjs.org/domelementtype/.cache.json
37376npm verb cache add spec domhandler@2.3
37377npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for domhandler
37378npm verb addNameRange registry:http://registry.npmjs.org/domhandler not in flight; fetching
37379npm verb cache add spec domelementtype@1
37380npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for domelementtype
37381npm verb addNameRange registry:http://registry.npmjs.org/domelementtype not in flight; fetching
37382npm verb get http://registry.npmjs.org/domhandler not expired, no request
37383npm verb addNamed "2.3.0" is a plain semver version for domhandler
37384npm verb get http://registry.npmjs.org/domelementtype not expired, no request
37385npm verb addNamed "1.3.0" is a plain semver version for domelementtype
37386npm verb addRemoteTarball http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz not in flight; adding
37387npm verb addRemoteTarball [ 'http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz',
37388npm verb addRemoteTarball '2de59a0822d5027fabff6f032c2b25a2a8abe738' ]
37389npm verb addRemoteTarball http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz not in flight; adding
37390npm verb addRemoteTarball [ 'http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz',
37391npm verb addRemoteTarball 'b17aed82e8ab59e52dd9c19b1756e0fc187204c2' ]
37392npm info retry fetch attempt 1 at 19:32:17
37393npm info attempt registry request try #1 at 19:32:17
37394npm http fetch GET http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz
37395npm info retry fetch attempt 1 at 19:32:17
37396npm info attempt registry request try #1 at 19:32:17
37397npm http fetch GET http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz
37398npm http fetch 200 http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz
37399npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz not in flight; adding
37400npm verb addTmpTarball already have metadata; skipping unpack for domhandler@2.3.0
37401npm verb afterAdd /root/.npm/domhandler/2.3.0/package/package.json not in flight; writing
37402npm verb afterAdd /root/.npm/domhandler/2.3.0/package/package.json written
37403npm http fetch 200 http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz
37404npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz not in flight; adding
37405npm verb addTmpTarball already have metadata; skipping unpack for domelementtype@1.3.0
37406npm verb afterAdd /root/.npm/domelementtype/1.3.0/package/package.json not in flight; writing
37407npm verb afterAdd /root/.npm/domelementtype/1.3.0/package/package.json written
37408npm http 200 http://registry.npmjs.org/domutils
37409npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37410npm verb headers etag: '"DEDBJTHGW9Y0ZH23SCVHKGJ3Y"',
37411npm verb headers 'content-type': 'application/json',
37412npm verb headers 'cache-control': 'max-age=60',
37413npm verb headers 'content-length': '18789',
37414npm verb headers 'accept-ranges': 'bytes',
37415npm verb headers date: 'Tue, 29 Dec 2015 19:32:17 GMT',
37416npm verb headers age: '49',
37417npm verb headers 'x-served-by': 'cache-ams4138-AMS',
37418npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37419npm verb headers 'x-cache-hits': '1',
37420npm verb headers 'x-timer': 'S1451417537.731205,VS0,VE0',
37421npm verb headers vary: 'Accept',
37422npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37423npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37424npm verb headers connection: 'keep-alive' }
37425npm verb get saving domutils to /root/.npm/registry.npmjs.org/domutils/.cache.json
37426npm verb cache add spec domutils@1.5
37427npm verb addNamed ">=1.5.0 <1.6.0" is a valid semver range for domutils
37428npm verb addNameRange registry:http://registry.npmjs.org/domutils not in flight; fetching
37429npm verb get http://registry.npmjs.org/domutils not expired, no request
37430npm verb addNamed "1.5.1" is a plain semver version for domutils
37431npm verb addRemoteTarball http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz not in flight; adding
37432npm verb addRemoteTarball [ 'http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz',
37433npm verb addRemoteTarball 'dcd8488a26f563d61079e48c9f7b7e32373682cf' ]
37434npm info retry fetch attempt 1 at 19:32:17
37435npm info attempt registry request try #1 at 19:32:17
37436npm http fetch GET http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz
37437npm http fetch 200 http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz
37438npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/domutils/-/domutils-1.5.1.tgz not in flight; adding
37439npm verb addTmpTarball already have metadata; skipping unpack for domutils@1.5.1
37440npm verb afterAdd /root/.npm/domutils/1.5.1/package/package.json not in flight; writing
37441npm verb afterAdd /root/.npm/domutils/1.5.1/package/package.json written
37442npm http 200 http://registry.npmjs.org/entities
37443npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37444npm verb headers etag: '"EO4WDP8UFKVQ97DJPW5Z0PCEC"',
37445npm verb headers 'content-type': 'application/json',
37446npm verb headers 'cache-control': 'max-age=300',
37447npm verb headers 'content-length': '13070',
37448npm verb headers 'accept-ranges': 'bytes',
37449npm verb headers date: 'Tue, 29 Dec 2015 19:32:17 GMT',
37450npm verb headers age: '299',
37451npm verb headers 'x-served-by': 'cache-ams4146-AMS',
37452npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37453npm verb headers 'x-cache-hits': '3',
37454npm verb headers 'x-timer': 'S1451417537.731581,VS0,VE0',
37455npm verb headers vary: 'Accept',
37456npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
37457npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37458npm verb headers connection: 'keep-alive' }
37459npm verb get saving entities to /root/.npm/registry.npmjs.org/entities/.cache.json
37460npm verb cache add spec entities@1.0
37461npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for entities
37462npm verb addNameRange registry:http://registry.npmjs.org/entities not in flight; fetching
37463npm verb get http://registry.npmjs.org/entities not expired, no request
37464npm verb addNamed "1.0.0" is a plain semver version for entities
37465npm verb addRemoteTarball http://registry.npmjs.org/entities/-/entities-1.0.0.tgz not in flight; adding
37466npm verb addRemoteTarball [ 'http://registry.npmjs.org/entities/-/entities-1.0.0.tgz',
37467npm verb addRemoteTarball 'b2987aa3821347fcde642b24fdfc9e4fb712bf26' ]
37468npm info retry fetch attempt 1 at 19:32:18
37469npm info attempt registry request try #1 at 19:32:18
37470npm http fetch GET http://registry.npmjs.org/entities/-/entities-1.0.0.tgz
37471npm http fetch 200 http://registry.npmjs.org/entities/-/entities-1.0.0.tgz
37472npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/entities/-/entities-1.0.0.tgz not in flight; adding
37473npm verb addTmpTarball already have metadata; skipping unpack for entities@1.0.0
37474npm verb afterAdd /root/.npm/entities/1.0.0/package/package.json not in flight; writing
37475npm verb afterAdd /root/.npm/entities/1.0.0/package/package.json written
37476npm verb request uri http://registry.npmjs.org/dom-serializer
37477npm verb request no auth needed
37478npm info attempt registry request try #1 at 19:32:18
37479npm http request GET http://registry.npmjs.org/dom-serializer
37480npm http 200 http://registry.npmjs.org/dom-serializer
37481npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37482npm verb headers etag: '"7KWYMW6FM9W2UI46QMZNA9AM9"',
37483npm verb headers 'content-type': 'application/json',
37484npm verb headers 'cache-control': 'max-age=300',
37485npm verb headers 'content-length': '4191',
37486npm verb headers 'accept-ranges': 'bytes',
37487npm verb headers date: 'Tue, 29 Dec 2015 19:32:18 GMT',
37488npm verb headers age: '41',
37489npm verb headers 'x-served-by': 'cache-fra1229-FRA',
37490npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37491npm verb headers 'x-cache-hits': '1',
37492npm verb headers 'x-timer': 'S1451417538.159732,VS0,VE0',
37493npm verb headers vary: 'Accept',
37494npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37495npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37496npm verb headers connection: 'keep-alive' }
37497npm verb get saving dom-serializer to /root/.npm/registry.npmjs.org/dom-serializer/.cache.json
37498npm verb cache add spec dom-serializer@0
37499npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for dom-serializer
37500npm verb addNameRange registry:http://registry.npmjs.org/dom-serializer not in flight; fetching
37501npm verb get http://registry.npmjs.org/dom-serializer not expired, no request
37502npm verb addNamed "0.1.0" is a plain semver version for dom-serializer
37503npm verb addRemoteTarball http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz not in flight; adding
37504npm verb addRemoteTarball [ 'http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz',
37505npm verb addRemoteTarball '073c697546ce0780ce23be4a28e293e40bc30c82' ]
37506npm info retry fetch attempt 1 at 19:32:18
37507npm info attempt registry request try #1 at 19:32:18
37508npm http fetch GET http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz
37509npm http fetch 200 http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz
37510npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz not in flight; adding
37511npm verb addTmpTarball already have metadata; skipping unpack for dom-serializer@0.1.0
37512npm verb afterAdd /root/.npm/dom-serializer/0.1.0/package/package.json not in flight; writing
37513npm verb afterAdd /root/.npm/dom-serializer/0.1.0/package/package.json written
37514npm verb cache add spec domelementtype@~1.1.1
37515npm verb cache add spec entities@~1.1.1
37516npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for domelementtype
37517npm verb addNameRange registry:http://registry.npmjs.org/domelementtype not in flight; fetching
37518npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for entities
37519npm verb addNameRange registry:http://registry.npmjs.org/entities not in flight; fetching
37520npm verb get http://registry.npmjs.org/domelementtype not expired, no request
37521npm verb addNamed "1.1.3" is a plain semver version for domelementtype
37522npm verb get http://registry.npmjs.org/entities not expired, no request
37523npm verb addNamed "1.1.1" is a plain semver version for entities
37524npm verb addRemoteTarball http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz not in flight; adding
37525npm verb addRemoteTarball [ 'http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz',
37526npm verb addRemoteTarball 'bd28773e2642881aec51544924299c5cd822185b' ]
37527npm verb addRemoteTarball http://registry.npmjs.org/entities/-/entities-1.1.1.tgz not in flight; adding
37528npm verb addRemoteTarball [ 'http://registry.npmjs.org/entities/-/entities-1.1.1.tgz',
37529npm verb addRemoteTarball '6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0' ]
37530npm info retry fetch attempt 1 at 19:32:18
37531npm info attempt registry request try #1 at 19:32:18
37532npm http fetch GET http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz
37533npm info retry fetch attempt 1 at 19:32:18
37534npm info attempt registry request try #1 at 19:32:18
37535npm http fetch GET http://registry.npmjs.org/entities/-/entities-1.1.1.tgz
37536npm http fetch 200 http://registry.npmjs.org/entities/-/entities-1.1.1.tgz
37537npm http fetch 200 http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz
37538npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/entities/-/entities-1.1.1.tgz not in flight; adding
37539npm verb addTmpTarball already have metadata; skipping unpack for entities@1.1.1
37540npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz not in flight; adding
37541npm verb addTmpTarball already have metadata; skipping unpack for domelementtype@1.1.3
37542npm verb afterAdd /root/.npm/entities/1.1.1/package/package.json not in flight; writing
37543npm verb afterAdd /root/.npm/domelementtype/1.1.3/package/package.json not in flight; writing
37544npm verb afterAdd /root/.npm/entities/1.1.1/package/package.json written
37545npm verb afterAdd /root/.npm/domelementtype/1.1.3/package/package.json written
37546npm verb cache add spec async@^0.9.0
37547npm verb cache add spec lodash@^3.3.1
37548npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
37549npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
37550npm verb addNamed ">=3.3.1 <4.0.0" is a valid semver range for lodash
37551npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
37552npm verb request uri http://registry.npmjs.org/nib
37553npm verb request no auth needed
37554npm info attempt registry request try #1 at 19:32:18
37555npm http request GET http://registry.npmjs.org/nib
37556npm verb request uri http://registry.npmjs.org/stylus
37557npm verb request no auth needed
37558npm info attempt registry request try #1 at 19:32:18
37559npm http request GET http://registry.npmjs.org/stylus
37560npm verb request uri http://registry.npmjs.org/lodash
37561npm verb request no auth needed
37562npm info attempt registry request try #1 at 19:32:18
37563npm verb etag "CGTYPVJRPPNJ9QH7BTBZ8IZ1I"
37564npm http request GET http://registry.npmjs.org/lodash
37565npm verb request uri http://registry.npmjs.org/async
37566npm verb request no auth needed
37567npm info attempt registry request try #1 at 19:32:18
37568npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
37569npm http request GET http://registry.npmjs.org/async
37570npm http 304 http://registry.npmjs.org/lodash
37571npm verb headers { date: 'Tue, 29 Dec 2015 19:30:09 GMT',
37572npm verb headers 'content-type': 'application/json',
37573npm verb headers age: '230',
37574npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
37575npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
37576npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
37577npm verb headers connection: 'keep-alive' }
37578npm verb etag http://registry.npmjs.org/lodash from cache
37579npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
37580npm http 304 http://registry.npmjs.org/async
37581npm verb headers { date: 'Tue, 29 Dec 2015 19:30:14 GMT',
37582npm verb headers 'content-type': 'application/json',
37583npm verb headers age: '145',
37584npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
37585npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
37586npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
37587npm verb headers connection: 'keep-alive' }
37588npm verb etag http://registry.npmjs.org/async from cache
37589npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
37590npm verb addNamed "0.9.2" is a plain semver version for async
37591npm verb addNamed "3.10.1" is a plain semver version for lodash
37592npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz not in flight; adding
37593npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz',
37594npm verb addRemoteTarball '5bf45e8e49ba4189e17d482789dfd15bd140b7b6' ]
37595npm info retry fetch attempt 1 at 19:32:18
37596npm info attempt registry request try #1 at 19:32:18
37597npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz
37598npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
37599npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
37600npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz
37601npm http 200 http://registry.npmjs.org/nib
37602npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37603npm verb headers etag: '"CC1RF6N2C9124FW7EPD7MBPUP"',
37604npm verb headers 'content-type': 'application/json',
37605npm verb headers 'cache-control': 'max-age=300',
37606npm verb headers 'content-length': '26231',
37607npm verb headers 'accept-ranges': 'bytes',
37608npm verb headers date: 'Tue, 29 Dec 2015 19:32:18 GMT',
37609npm verb headers age: '0',
37610npm verb headers 'x-served-by': 'cache-fra1229-FRA',
37611npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37612npm verb headers 'x-cache-hits': '1',
37613npm verb headers 'x-timer': 'S1451417538.460725,VS0,VE142',
37614npm verb headers vary: 'Accept',
37615npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37616npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37617npm verb headers connection: 'keep-alive' }
37618npm verb get saving nib to /root/.npm/registry.npmjs.org/nib/.cache.json
37619npm verb cache add spec nib@^1.1.0
37620npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for nib
37621npm verb addNameRange registry:http://registry.npmjs.org/nib not in flight; fetching
37622npm verb get http://registry.npmjs.org/nib not expired, no request
37623npm verb addNamed "1.1.0" is a plain semver version for nib
37624npm verb addRemoteTarball http://registry.npmjs.org/nib/-/nib-1.1.0.tgz not in flight; adding
37625npm verb addRemoteTarball [ 'http://registry.npmjs.org/nib/-/nib-1.1.0.tgz',
37626npm verb addRemoteTarball '527c19662a10a2b565fe85e9b309d622aa7557d3' ]
37627npm info retry fetch attempt 1 at 19:32:18
37628npm info attempt registry request try #1 at 19:32:18
37629npm http fetch GET http://registry.npmjs.org/nib/-/nib-1.1.0.tgz
37630npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lodash/-/lodash-3.10.1.tgz not in flight; adding
37631npm verb addTmpTarball already have metadata; skipping unpack for lodash@3.10.1
37632npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json not in flight; writing
37633npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json written
37634npm http fetch 200 http://registry.npmjs.org/nib/-/nib-1.1.0.tgz
37635npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nib/-/nib-1.1.0.tgz not in flight; adding
37636npm verb addTmpTarball already have metadata; skipping unpack for nib@1.1.0
37637npm http 200 http://registry.npmjs.org/stylus
37638npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37639npm verb headers etag: '"EJZ92NIO19EJQNH2S6VSV1B7Z"',
37640npm verb headers 'content-type': 'application/json',
37641npm verb headers 'cache-control': 'max-age=300',
37642npm verb headers 'content-length': '192195',
37643npm verb headers 'accept-ranges': 'bytes',
37644npm verb headers date: 'Tue, 29 Dec 2015 19:32:18 GMT',
37645npm verb headers age: '0',
37646npm verb headers 'x-served-by': 'cache-ams4146-AMS',
37647npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37648npm verb headers 'x-cache-hits': '1',
37649npm verb headers 'x-timer': 'S1451417538.464025,VS0,VE102',
37650npm verb headers vary: 'Accept',
37651npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37652npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37653npm verb headers connection: 'keep-alive' }
37654npm verb get saving stylus to /root/.npm/registry.npmjs.org/stylus/.cache.json
37655npm verb afterAdd /root/.npm/nib/1.1.0/package/package.json not in flight; writing
37656npm verb cache add spec stylus@^0.52.0
37657npm verb addNamed ">=0.52.0 <0.53.0" is a valid semver range for stylus
37658npm verb addNameRange registry:http://registry.npmjs.org/stylus not in flight; fetching
37659npm verb afterAdd /root/.npm/nib/1.1.0/package/package.json written
37660npm verb get http://registry.npmjs.org/stylus not expired, no request
37661npm verb addNamed "0.52.4" is a plain semver version for stylus
37662npm verb addRemoteTarball http://registry.npmjs.org/stylus/-/stylus-0.52.4.tgz not in flight; adding
37663npm verb addRemoteTarball [ 'http://registry.npmjs.org/stylus/-/stylus-0.52.4.tgz',
37664npm verb addRemoteTarball '6551b5f0bfdcf29ee7f0fe0a59b7eb6ff26d2539' ]
37665npm info retry fetch attempt 1 at 19:32:18
37666npm info attempt registry request try #1 at 19:32:18
37667npm http fetch GET http://registry.npmjs.org/stylus/-/stylus-0.52.4.tgz
37668npm http fetch 200 http://registry.npmjs.org/stylus/-/stylus-0.52.4.tgz
37669npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/stylus/-/stylus-0.52.4.tgz not in flight; adding
37670npm verb addTmpTarball already have metadata; skipping unpack for stylus@0.52.4
37671npm verb afterAdd /root/.npm/stylus/0.52.4/package/package.json not in flight; writing
37672npm verb afterAdd /root/.npm/stylus/0.52.4/package/package.json written
37673npm verb cache add spec stylus@0.49.x
37674npm verb addNamed ">=0.49.0 <0.50.0" is a valid semver range for stylus
37675npm verb addNameRange registry:http://registry.npmjs.org/stylus not in flight; fetching
37676npm verb get http://registry.npmjs.org/stylus not expired, no request
37677npm verb addNamed "0.49.3" is a plain semver version for stylus
37678npm verb addRemoteTarball http://registry.npmjs.org/stylus/-/stylus-0.49.3.tgz not in flight; adding
37679npm verb addRemoteTarball [ 'http://registry.npmjs.org/stylus/-/stylus-0.49.3.tgz',
37680npm verb addRemoteTarball '1fbdabe479ed460872c71a6252a67f95040ba511' ]
37681npm info retry fetch attempt 1 at 19:32:19
37682npm info attempt registry request try #1 at 19:32:19
37683npm http fetch GET http://registry.npmjs.org/stylus/-/stylus-0.49.3.tgz
37684npm http fetch 200 http://registry.npmjs.org/stylus/-/stylus-0.49.3.tgz
37685npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/stylus/-/stylus-0.49.3.tgz not in flight; adding
37686npm verb addTmpTarball already have metadata; skipping unpack for stylus@0.49.3
37687npm verb afterAdd /root/.npm/stylus/0.49.3/package/package.json not in flight; writing
37688npm verb afterAdd /root/.npm/stylus/0.49.3/package/package.json written
37689npm verb cache add spec css-parse@1.7.x
37690npm verb cache add spec sax@0.5.x
37691npm verb cache add spec glob@3.2.x
37692npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for css-parse
37693npm verb addNameRange registry:http://registry.npmjs.org/css-parse not in flight; fetching
37694npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for sax
37695npm verb addNameRange registry:http://registry.npmjs.org/sax not in flight; fetching
37696npm verb addNamed ">=3.2.0 <3.3.0" is a valid semver range for glob
37697npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
37698npm verb get http://registry.npmjs.org/sax not expired, no request
37699npm verb addNamed "0.5.8" is a plain semver version for sax
37700npm verb request uri http://registry.npmjs.org/css-parse
37701npm verb request no auth needed
37702npm info attempt registry request try #1 at 19:32:19
37703npm verb etag "B0K5SNHPPM9SNIXC9HMS7O0B6"
37704npm http request GET http://registry.npmjs.org/css-parse
37705npm verb request uri http://registry.npmjs.org/glob
37706npm verb request no auth needed
37707npm info attempt registry request try #1 at 19:32:19
37708npm verb etag "35BW2PZITMBWTVHPL2Z8HULBB"
37709npm http request GET http://registry.npmjs.org/glob
37710npm verb addRemoteTarball http://registry.npmjs.org/sax/-/sax-0.5.8.tgz not in flight; adding
37711npm verb addRemoteTarball [ 'http://registry.npmjs.org/sax/-/sax-0.5.8.tgz',
37712npm verb addRemoteTarball 'd472db228eb331c2506b0e8c15524adb939d12c1' ]
37713npm info retry fetch attempt 1 at 19:32:19
37714npm info attempt registry request try #1 at 19:32:19
37715npm http fetch GET http://registry.npmjs.org/sax/-/sax-0.5.8.tgz
37716npm http 304 http://registry.npmjs.org/glob
37717npm verb headers { date: 'Tue, 29 Dec 2015 19:32:19 GMT',
37718npm verb headers 'cache-control': 'max-age=300',
37719npm verb headers etag: '"35BW2PZITMBWTVHPL2Z8HULBB"',
37720npm verb headers age: '118',
37721npm verb headers 'x-served-by': 'cache-fra1229-FRA',
37722npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37723npm verb headers 'x-cache-hits': '4',
37724npm verb headers 'x-timer': 'S1451417539.403550,VS0,VE0',
37725npm verb headers vary: 'Accept',
37726npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37727npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37728npm verb headers connection: 'keep-alive' }
37729npm verb etag http://registry.npmjs.org/glob from cache
37730npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
37731npm http 304 http://registry.npmjs.org/css-parse
37732npm verb headers { date: 'Tue, 29 Dec 2015 19:32:19 GMT',
37733npm verb headers 'cache-control': 'max-age=300',
37734npm verb headers etag: '"B0K5SNHPPM9SNIXC9HMS7O0B6"',
37735npm verb headers age: '175',
37736npm verb headers 'x-served-by': 'cache-fra1226-FRA',
37737npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37738npm verb headers 'x-cache-hits': '1',
37739npm verb headers 'x-timer': 'S1451417539.403737,VS0,VE0',
37740npm verb headers vary: 'Accept',
37741npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37742npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37743npm verb headers connection: 'keep-alive' }
37744npm verb etag http://registry.npmjs.org/css-parse from cache
37745npm verb get saving css-parse to /root/.npm/registry.npmjs.org/css-parse/.cache.json
37746npm http fetch 200 http://registry.npmjs.org/sax/-/sax-0.5.8.tgz
37747npm verb addNamed "1.7.0" is a plain semver version for css-parse
37748npm verb addNamed "3.2.11" is a plain semver version for glob
37749npm verb addRemoteTarball http://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz not in flight; adding
37750npm verb addRemoteTarball [ 'http://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz',
37751npm verb addRemoteTarball '321f6cf73782a6ff751111390fc05e2c657d8c9b' ]
37752npm info retry fetch attempt 1 at 19:32:19
37753npm info attempt registry request try #1 at 19:32:19
37754npm http fetch GET http://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz
37755npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
37756npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
37757npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/sax/-/sax-0.5.8.tgz not in flight; adding
37758npm verb addTmpTarball already have metadata; skipping unpack for sax@0.5.8
37759npm verb afterAdd /root/.npm/sax/0.5.8/package/package.json not in flight; writing
37760npm http fetch 200 http://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz
37761npm verb afterAdd /root/.npm/sax/0.5.8/package/package.json written
37762npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz not in flight; adding
37763npm verb addTmpTarball already have metadata; skipping unpack for css-parse@1.7.0
37764npm verb afterAdd /root/.npm/css-parse/1.7.0/package/package.json not in flight; writing
37765npm verb afterAdd /root/.npm/css-parse/1.7.0/package/package.json written
37766npm verb cache add spec minimatch@0.3
37767npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
37768npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
37769npm verb get http://registry.npmjs.org/minimatch not expired, no request
37770npm verb addNamed "0.3.0" is a plain semver version for minimatch
37771npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
37772npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
37773npm verb cache add spec css-parse@1.7.x
37774npm verb cache add spec mkdirp@0.5.x
37775npm verb cache add spec sax@0.5.x
37776npm verb cache add spec glob@3.2.x
37777npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for css-parse
37778npm verb addNameRange registry:http://registry.npmjs.org/css-parse not in flight; fetching
37779npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
37780npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
37781npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for sax
37782npm verb addNameRange registry:http://registry.npmjs.org/sax not in flight; fetching
37783npm verb addNamed ">=3.2.0 <3.3.0" is a valid semver range for glob
37784npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
37785npm verb get http://registry.npmjs.org/css-parse not expired, no request
37786npm verb addNamed "1.7.0" is a plain semver version for css-parse
37787npm verb get http://registry.npmjs.org/sax not expired, no request
37788npm verb addNamed "0.5.8" is a plain semver version for sax
37789npm verb get http://registry.npmjs.org/mkdirp not expired, no request
37790npm verb addNamed "0.5.1" is a plain semver version for mkdirp
37791npm verb get http://registry.npmjs.org/glob not expired, no request
37792npm verb addNamed "3.2.11" is a plain semver version for glob
37793npm verb afterAdd /root/.npm/css-parse/1.7.0/package/package.json not in flight; writing
37794npm verb afterAdd /root/.npm/sax/0.5.8/package/package.json not in flight; writing
37795npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
37796npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
37797npm verb afterAdd /root/.npm/css-parse/1.7.0/package/package.json written
37798npm verb afterAdd /root/.npm/sax/0.5.8/package/package.json written
37799npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
37800npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
37801npm verb cache add spec minimatch@0.3
37802npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
37803npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
37804npm verb get http://registry.npmjs.org/minimatch not expired, no request
37805npm verb addNamed "0.3.0" is a plain semver version for minimatch
37806npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
37807npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
37808npm verb cache add spec minimist@0.0.8
37809npm verb addNamed "0.0.8" is a plain semver version for minimist
37810npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
37811npm verb get http://registry.npmjs.org/minimist not expired, no request
37812npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
37813npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
37814npm verb cache add spec chalk@^0.4.0
37815npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
37816npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
37817npm verb get http://registry.npmjs.org/chalk not expired, no request
37818npm verb addNamed "0.4.0" is a plain semver version for chalk
37819npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
37820npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
37821npm verb cache add spec ansi-styles@~1.0.0
37822npm verb cache add spec strip-ansi@~0.1.0
37823npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
37824npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
37825npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
37826npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
37827npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
37828npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
37829npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
37830npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
37831npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
37832npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
37833npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
37834npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
37835npm verb cache add spec async@~0.2.9
37836npm verb addNamed ">=0.2.9 <0.3.0" is a valid semver range for async
37837npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
37838npm verb request uri http://registry.npmjs.org/gaze
37839npm verb request no auth needed
37840npm info attempt registry request try #1 at 19:32:19
37841npm http request GET http://registry.npmjs.org/gaze
37842npm verb request uri http://registry.npmjs.org/tiny-lr-fork
37843npm verb request no auth needed
37844npm info attempt registry request try #1 at 19:32:19
37845npm http request GET http://registry.npmjs.org/tiny-lr-fork
37846npm verb get http://registry.npmjs.org/async not expired, no request
37847npm verb addNamed "0.2.10" is a plain semver version for async
37848npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
37849npm http 200 http://registry.npmjs.org/tiny-lr-fork
37850npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37851npm verb headers etag: '"9ATLEQSLOKA6WCFFKVWB9Y5GI"',
37852npm verb headers 'content-type': 'application/json',
37853npm verb headers 'cache-control': 'max-age=300',
37854npm verb headers 'content-length': '12403',
37855npm verb headers 'accept-ranges': 'bytes',
37856npm verb headers date: 'Tue, 29 Dec 2015 19:32:19 GMT',
37857npm verb headers age: '222',
37858npm verb headers 'x-served-by': 'cache-fra1226-FRA',
37859npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37860npm verb headers 'x-cache-hits': '1',
37861npm verb headers 'x-timer': 'S1451417539.936159,VS0,VE0',
37862npm verb headers vary: 'Accept',
37863npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37864npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37865npm verb headers connection: 'keep-alive' }
37866npm verb get saving tiny-lr-fork to /root/.npm/registry.npmjs.org/tiny-lr-fork/.cache.json
37867npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
37868npm verb cache add spec tiny-lr-fork@0.0.5
37869npm verb addNamed "0.0.5" is a plain semver version for tiny-lr-fork
37870npm verb addNameVersion registry:http://registry.npmjs.org/tiny-lr-fork not in flight; fetching
37871npm verb get http://registry.npmjs.org/tiny-lr-fork not expired, no request
37872npm verb addRemoteTarball http://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz not in flight; adding
37873npm verb addRemoteTarball [ 'http://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz',
37874npm verb addRemoteTarball '1e99e1e2a8469b736ab97d97eefa98c71f76ed0a' ]
37875npm info retry fetch attempt 1 at 19:32:19
37876npm info attempt registry request try #1 at 19:32:19
37877npm http fetch GET http://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz
37878npm http fetch 200 http://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz
37879npm http 200 http://registry.npmjs.org/gaze
37880npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37881npm verb headers etag: '"8LVTN7FE3K1ZI518JH6BVSA6O"',
37882npm verb headers 'content-type': 'application/json',
37883npm verb headers 'cache-control': 'max-age=60',
37884npm verb headers 'content-length': '48616',
37885npm verb headers 'accept-ranges': 'bytes',
37886npm verb headers date: 'Tue, 29 Dec 2015 19:32:19 GMT',
37887npm verb headers age: '18',
37888npm verb headers 'x-served-by': 'cache-ams4146-AMS',
37889npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37890npm verb headers 'x-cache-hits': '1',
37891npm verb headers 'x-timer': 'S1451417539.938980,VS0,VE0',
37892npm verb headers vary: 'Accept',
37893npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37894npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37895npm verb headers connection: 'keep-alive' }
37896npm verb get saving gaze to /root/.npm/registry.npmjs.org/gaze/.cache.json
37897npm verb cache add spec gaze@~0.5.1
37898npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for gaze
37899npm verb addNameRange registry:http://registry.npmjs.org/gaze not in flight; fetching
37900npm verb get http://registry.npmjs.org/gaze not expired, no request
37901npm verb addNamed "0.5.2" is a plain semver version for gaze
37902npm verb addRemoteTarball http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz not in flight; adding
37903npm verb addRemoteTarball [ 'http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz',
37904npm verb addRemoteTarball '40b709537d24d1d45767db5a908689dfe69ac44f' ]
37905npm info retry fetch attempt 1 at 19:32:20
37906npm info attempt registry request try #1 at 19:32:20
37907npm http fetch GET http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz
37908npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz not in flight; adding
37909npm verb addTmpTarball already have metadata; skipping unpack for tiny-lr-fork@0.0.5
37910npm verb afterAdd /root/.npm/tiny-lr-fork/0.0.5/package/package.json not in flight; writing
37911npm verb afterAdd /root/.npm/tiny-lr-fork/0.0.5/package/package.json written
37912npm http fetch 200 http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz
37913npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/gaze/-/gaze-0.5.2.tgz not in flight; adding
37914npm verb addTmpTarball already have metadata; skipping unpack for gaze@0.5.2
37915npm verb afterAdd /root/.npm/gaze/0.5.2/package/package.json not in flight; writing
37916npm verb afterAdd /root/.npm/gaze/0.5.2/package/package.json written
37917npm verb request uri http://registry.npmjs.org/globule
37918npm verb request no auth needed
37919npm info attempt registry request try #1 at 19:32:20
37920npm http request GET http://registry.npmjs.org/globule
37921npm http 200 http://registry.npmjs.org/globule
37922npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37923npm verb headers etag: '"4MRHUL3PZOWAT3TXB1JGH9YUM"',
37924npm verb headers 'content-type': 'application/json',
37925npm verb headers 'cache-control': 'max-age=300',
37926npm verb headers 'content-length': '21150',
37927npm verb headers 'accept-ranges': 'bytes',
37928npm verb headers date: 'Tue, 29 Dec 2015 19:32:20 GMT',
37929npm verb headers age: '187',
37930npm verb headers 'x-served-by': 'cache-fra1226-FRA',
37931npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
37932npm verb headers 'x-cache-hits': '3',
37933npm verb headers 'x-timer': 'S1451417540.096270,VS0,VE0',
37934npm verb headers vary: 'Accept',
37935npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
37936npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
37937npm verb headers connection: 'keep-alive' }
37938npm verb get saving globule to /root/.npm/registry.npmjs.org/globule/.cache.json
37939npm verb cache add spec globule@~0.1.0
37940npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for globule
37941npm verb addNameRange registry:http://registry.npmjs.org/globule not in flight; fetching
37942npm verb get http://registry.npmjs.org/globule not expired, no request
37943npm verb addNamed "0.1.0" is a plain semver version for globule
37944npm verb addRemoteTarball http://registry.npmjs.org/globule/-/globule-0.1.0.tgz not in flight; adding
37945npm verb addRemoteTarball [ 'http://registry.npmjs.org/globule/-/globule-0.1.0.tgz',
37946npm verb addRemoteTarball 'd9c8edde1da79d125a151b79533b978676346ae5' ]
37947npm info retry fetch attempt 1 at 19:32:20
37948npm info attempt registry request try #1 at 19:32:20
37949npm http fetch GET http://registry.npmjs.org/globule/-/globule-0.1.0.tgz
37950npm http fetch 200 http://registry.npmjs.org/globule/-/globule-0.1.0.tgz
37951npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/globule/-/globule-0.1.0.tgz not in flight; adding
37952npm verb addTmpTarball already have metadata; skipping unpack for globule@0.1.0
37953npm verb afterAdd /root/.npm/globule/0.1.0/package/package.json not in flight; writing
37954npm verb afterAdd /root/.npm/globule/0.1.0/package/package.json written
37955npm verb cache add spec lodash@~1.0.1
37956npm verb cache add spec glob@~3.1.21
37957npm verb cache add spec minimatch@~0.2.11
37958npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for lodash
37959npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
37960npm verb addNamed ">=3.1.21 <3.2.0" is a valid semver range for glob
37961npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
37962npm verb addNamed ">=0.2.11 <0.3.0" is a valid semver range for minimatch
37963npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
37964npm verb get http://registry.npmjs.org/minimatch not expired, no request
37965npm verb addNamed "0.2.14" is a plain semver version for minimatch
37966npm verb get http://registry.npmjs.org/lodash not expired, no request
37967npm verb addNamed "1.0.2" is a plain semver version for lodash
37968npm WARN deprecated lodash@1.0.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
37969npm verb get http://registry.npmjs.org/glob not expired, no request
37970npm verb addNamed "3.1.21" is a plain semver version for glob
37971npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz not in flight; adding
37972npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz',
37973npm verb addRemoteTarball '8f57560c83b59fc270bd3d561b690043430e2551' ]
37974npm info retry fetch attempt 1 at 19:32:20
37975npm info attempt registry request try #1 at 19:32:20
37976npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz
37977npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
37978npm verb afterAdd /root/.npm/glob/3.1.21/package/package.json not in flight; writing
37979npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
37980npm verb afterAdd /root/.npm/glob/3.1.21/package/package.json written
37981npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz
37982npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lodash/-/lodash-1.0.2.tgz not in flight; adding
37983npm verb addTmpTarball already have metadata; skipping unpack for lodash@1.0.2
37984npm verb afterAdd /root/.npm/lodash/1.0.2/package/package.json not in flight; writing
37985npm verb afterAdd /root/.npm/lodash/1.0.2/package/package.json written
37986npm verb cache add spec inherits@1
37987npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for inherits
37988npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
37989npm verb request uri http://registry.npmjs.org/inherits
37990npm verb request no auth needed
37991npm info attempt registry request try #1 at 19:32:20
37992npm verb etag "CKJX1OCRDNX2UW7IZR6DX5BIN"
37993npm http request GET http://registry.npmjs.org/inherits
37994npm http 304 http://registry.npmjs.org/inherits
37995npm verb headers { date: 'Tue, 29 Dec 2015 19:32:20 GMT',
37996npm verb headers 'cache-control': 'max-age=300',
37997npm verb headers etag: '"CKJX1OCRDNX2UW7IZR6DX5BIN"',
37998npm verb headers age: '152',
37999npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38000npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38001npm verb headers 'x-cache-hits': '17',
38002npm verb headers 'x-timer': 'S1451417540.534236,VS0,VE0',
38003npm verb headers vary: 'Accept',
38004npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38005npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38006npm verb headers connection: 'keep-alive' }
38007npm verb etag http://registry.npmjs.org/inherits from cache
38008npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
38009npm verb addNamed "1.0.2" is a plain semver version for inherits
38010npm verb afterAdd /root/.npm/inherits/1.0.2/package/package.json not in flight; writing
38011npm verb afterAdd /root/.npm/inherits/1.0.2/package/package.json written
38012npm verb cache add spec qs@~0.5.2
38013npm verb cache add spec debug@~0.7.0
38014npm verb addNamed ">=0.5.2 <0.6.0" is a valid semver range for qs
38015npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
38016npm verb addNamed ">=0.7.0 <0.8.0" is a valid semver range for debug
38017npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
38018npm verb request uri http://registry.npmjs.org/noptify
38019npm verb request no auth needed
38020npm info attempt registry request try #1 at 19:32:20
38021npm http request GET http://registry.npmjs.org/noptify
38022npm verb request uri http://registry.npmjs.org/qs
38023npm verb request no auth needed
38024npm info attempt registry request try #1 at 19:32:20
38025npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
38026npm http request GET http://registry.npmjs.org/qs
38027npm verb request uri http://registry.npmjs.org/debug
38028npm verb request no auth needed
38029npm info attempt registry request try #1 at 19:32:20
38030npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
38031npm http request GET http://registry.npmjs.org/debug
38032npm http 304 http://registry.npmjs.org/qs
38033npm verb headers { date: 'Tue, 29 Dec 2015 19:30:13 GMT',
38034npm verb headers 'content-type': 'application/json',
38035npm verb headers age: '175',
38036npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
38037npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
38038npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
38039npm verb headers connection: 'keep-alive' }
38040npm verb etag http://registry.npmjs.org/qs from cache
38041npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
38042npm http 200 http://registry.npmjs.org/noptify
38043npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38044npm verb headers etag: '"54FU4PQ3TD6NXXJ8GHL2OMF67"',
38045npm verb headers 'content-type': 'application/json',
38046npm verb headers 'cache-control': 'max-age=300',
38047npm verb headers 'content-length': '9137',
38048npm verb headers 'accept-ranges': 'bytes',
38049npm verb headers date: 'Tue, 29 Dec 2015 19:32:20 GMT',
38050npm verb headers age: '2',
38051npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38052npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38053npm verb headers 'x-cache-hits': '1',
38054npm verb headers 'x-timer': 'S1451417540.652241,VS0,VE2',
38055npm verb headers vary: 'Accept',
38056npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38057npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38058npm verb headers connection: 'keep-alive' }
38059npm verb get saving noptify to /root/.npm/registry.npmjs.org/noptify/.cache.json
38060npm verb addNamed "0.5.6" is a plain semver version for qs
38061npm http 304 http://registry.npmjs.org/debug
38062npm verb headers { date: 'Tue, 29 Dec 2015 19:32:20 GMT',
38063npm verb headers 'cache-control': 'max-age=300',
38064npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
38065npm verb headers age: '82',
38066npm verb headers 'x-served-by': 'cache-ams4138-AMS',
38067npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38068npm verb headers 'x-cache-hits': '2',
38069npm verb headers 'x-timer': 'S1451417540.695217,VS0,VE0',
38070npm verb headers vary: 'Accept',
38071npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38072npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38073npm verb headers connection: 'keep-alive' }
38074npm verb etag http://registry.npmjs.org/debug from cache
38075npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
38076npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-0.5.6.tgz not in flight; adding
38077npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-0.5.6.tgz',
38078npm verb addRemoteTarball '31b1ad058567651c526921506b9a8793911a0384' ]
38079npm verb cache add spec noptify@~0.0.3
38080npm verb addNamed ">=0.0.3 <0.1.0" is a valid semver range for noptify
38081npm verb addNameRange registry:http://registry.npmjs.org/noptify not in flight; fetching
38082npm info retry fetch attempt 1 at 19:32:20
38083npm info attempt registry request try #1 at 19:32:20
38084npm http fetch GET http://registry.npmjs.org/qs/-/qs-0.5.6.tgz
38085npm verb get http://registry.npmjs.org/noptify not expired, no request
38086npm verb addNamed "0.0.3" is a plain semver version for noptify
38087npm verb addRemoteTarball http://registry.npmjs.org/noptify/-/noptify-0.0.3.tgz not in flight; adding
38088npm verb addRemoteTarball [ 'http://registry.npmjs.org/noptify/-/noptify-0.0.3.tgz',
38089npm verb addRemoteTarball '58f654a73d9753df0c51d9686dc92104a67f4bbb' ]
38090npm verb addNamed "0.7.4" is a plain semver version for debug
38091npm info retry fetch attempt 1 at 19:32:20
38092npm info attempt registry request try #1 at 19:32:20
38093npm http fetch GET http://registry.npmjs.org/noptify/-/noptify-0.0.3.tgz
38094npm http fetch 200 http://registry.npmjs.org/qs/-/qs-0.5.6.tgz
38095npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
38096npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
38097npm http fetch 200 http://registry.npmjs.org/noptify/-/noptify-0.0.3.tgz
38098npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/noptify/-/noptify-0.0.3.tgz not in flight; adding
38099npm verb addTmpTarball already have metadata; skipping unpack for noptify@0.0.3
38100npm verb afterAdd /root/.npm/noptify/0.0.3/package/package.json not in flight; writing
38101npm verb afterAdd /root/.npm/noptify/0.0.3/package/package.json written
38102npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/qs/-/qs-0.5.6.tgz not in flight; adding
38103npm verb addTmpTarball already have metadata; skipping unpack for qs@0.5.6
38104npm verb afterAdd /root/.npm/qs/0.5.6/package/package.json not in flight; writing
38105npm verb afterAdd /root/.npm/qs/0.5.6/package/package.json written
38106npm verb cache add spec nopt@~2.0.0
38107npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for nopt
38108npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
38109npm verb request uri http://registry.npmjs.org/nopt
38110npm verb request no auth needed
38111npm info attempt registry request try #1 at 19:32:20
38112npm verb etag "9DHRVEOSD6J2N1Y0QWU855CCH"
38113npm http request GET http://registry.npmjs.org/nopt
38114npm http 304 http://registry.npmjs.org/nopt
38115npm verb headers { date: 'Tue, 29 Dec 2015 19:30:09 GMT',
38116npm verb headers 'content-type': 'application/json',
38117npm verb headers age: '264',
38118npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
38119npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
38120npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
38121npm verb headers connection: 'keep-alive' }
38122npm verb etag http://registry.npmjs.org/nopt from cache
38123npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
38124npm verb addNamed "2.0.0" is a plain semver version for nopt
38125npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-2.0.0.tgz not in flight; adding
38126npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-2.0.0.tgz',
38127npm verb addRemoteTarball 'ca7416f20a5e3f9c3b86180f96295fa3d0b52e0d' ]
38128npm info retry fetch attempt 1 at 19:32:20
38129npm info attempt registry request try #1 at 19:32:20
38130npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-2.0.0.tgz
38131npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-2.0.0.tgz
38132npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nopt/-/nopt-2.0.0.tgz not in flight; adding
38133npm verb addTmpTarball already have metadata; skipping unpack for nopt@2.0.0
38134npm verb afterAdd /root/.npm/nopt/2.0.0/package/package.json not in flight; writing
38135npm verb afterAdd /root/.npm/nopt/2.0.0/package/package.json written
38136npm verb request uri http://registry.npmjs.org/cheerio
38137npm verb request no auth needed
38138npm info attempt registry request try #1 at 19:32:21
38139npm http request GET http://registry.npmjs.org/cheerio
38140npm http 200 http://registry.npmjs.org/cheerio
38141npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38142npm verb headers etag: '"CYF9EHR0G9I6RM91CAS7IMYBJ"',
38143npm verb headers 'content-type': 'application/json',
38144npm verb headers 'cache-control': 'max-age=300',
38145npm verb headers 'content-length': '92509',
38146npm verb headers 'accept-ranges': 'bytes',
38147npm verb headers date: 'Tue, 29 Dec 2015 19:32:21 GMT',
38148npm verb headers age: '57',
38149npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38150npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38151npm verb headers 'x-cache-hits': '2',
38152npm verb headers 'x-timer': 'S1451417541.064131,VS0,VE0',
38153npm verb headers vary: 'Accept',
38154npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38155npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38156npm verb headers connection: 'keep-alive' }
38157npm verb get saving cheerio to /root/.npm/registry.npmjs.org/cheerio/.cache.json
38158npm verb cache add spec cheerio@~0.12.3
38159npm verb addNamed ">=0.12.3 <0.13.0" is a valid semver range for cheerio
38160npm verb addNameRange registry:http://registry.npmjs.org/cheerio not in flight; fetching
38161npm verb get http://registry.npmjs.org/cheerio not expired, no request
38162npm verb addNamed "0.12.4" is a plain semver version for cheerio
38163npm verb addRemoteTarball http://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz not in flight; adding
38164npm verb addRemoteTarball [ 'http://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz',
38165npm verb addRemoteTarball 'c199626e9e1eb0d4233a91a4793e7f8aaa69a18b' ]
38166npm info retry fetch attempt 1 at 19:32:21
38167npm info attempt registry request try #1 at 19:32:21
38168npm http fetch GET http://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz
38169npm http fetch 200 http://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz
38170npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz not in flight; adding
38171npm verb addTmpTarball already have metadata; skipping unpack for cheerio@0.12.4
38172npm verb afterAdd /root/.npm/cheerio/0.12.4/package/package.json not in flight; writing
38173npm verb afterAdd /root/.npm/cheerio/0.12.4/package/package.json written
38174npm verb cache add spec htmlparser2@3.1.4
38175npm verb cache add spec underscore@~1.4
38176npm verb cache add spec entities@0.x
38177npm verb addNamed "3.1.4" is a plain semver version for htmlparser2
38178npm verb addNameVersion registry:http://registry.npmjs.org/htmlparser2 not in flight; fetching
38179npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for underscore
38180npm verb addNameRange registry:http://registry.npmjs.org/underscore not in flight; fetching
38181npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for entities
38182npm verb addNameRange registry:http://registry.npmjs.org/entities not in flight; fetching
38183npm verb request uri http://registry.npmjs.org/cheerio-select
38184npm verb request no auth needed
38185npm info attempt registry request try #1 at 19:32:21
38186npm http request GET http://registry.npmjs.org/cheerio-select
38187npm verb get http://registry.npmjs.org/htmlparser2 not expired, no request
38188npm verb get http://registry.npmjs.org/entities not expired, no request
38189npm verb addNamed "0.5.0" is a plain semver version for entities
38190npm verb get http://registry.npmjs.org/underscore not expired, no request
38191npm verb addNamed "1.4.4" is a plain semver version for underscore
38192npm verb addRemoteTarball http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.1.4.tgz not in flight; adding
38193npm verb addRemoteTarball [ 'http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.1.4.tgz',
38194npm verb addRemoteTarball '72cbe7d5d56c01acf61fcf7b933331f4e45b36f0' ]
38195npm verb addRemoteTarball http://registry.npmjs.org/entities/-/entities-0.5.0.tgz not in flight; adding
38196npm verb addRemoteTarball [ 'http://registry.npmjs.org/entities/-/entities-0.5.0.tgz',
38197npm verb addRemoteTarball 'f611cb5ae221050e0012c66979503fd7ae19cc49' ]
38198npm verb addRemoteTarball http://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz not in flight; adding
38199npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz',
38200npm verb addRemoteTarball '61a6a32010622afa07963bf325203cf12239d604' ]
38201npm info retry fetch attempt 1 at 19:32:21
38202npm info attempt registry request try #1 at 19:32:21
38203npm http fetch GET http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.1.4.tgz
38204npm info retry fetch attempt 1 at 19:32:21
38205npm info attempt registry request try #1 at 19:32:21
38206npm http fetch GET http://registry.npmjs.org/entities/-/entities-0.5.0.tgz
38207npm info retry fetch attempt 1 at 19:32:21
38208npm info attempt registry request try #1 at 19:32:21
38209npm http fetch GET http://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz
38210npm http fetch 200 http://registry.npmjs.org/entities/-/entities-0.5.0.tgz
38211npm http fetch 200 http://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz
38212npm http fetch 200 http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.1.4.tgz
38213npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/entities/-/entities-0.5.0.tgz not in flight; adding
38214npm verb addTmpTarball already have metadata; skipping unpack for entities@0.5.0
38215npm verb afterAdd /root/.npm/entities/0.5.0/package/package.json not in flight; writing
38216npm verb afterAdd /root/.npm/entities/0.5.0/package/package.json written
38217npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/underscore/-/underscore-1.4.4.tgz not in flight; adding
38218npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.4.4
38219npm verb afterAdd /root/.npm/underscore/1.4.4/package/package.json not in flight; writing
38220npm verb afterAdd /root/.npm/underscore/1.4.4/package/package.json written
38221npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/htmlparser2/-/htmlparser2-3.1.4.tgz not in flight; adding
38222npm verb addTmpTarball already have metadata; skipping unpack for htmlparser2@3.1.4
38223npm verb afterAdd /root/.npm/htmlparser2/3.1.4/package/package.json not in flight; writing
38224npm verb afterAdd /root/.npm/htmlparser2/3.1.4/package/package.json written
38225npm http 200 http://registry.npmjs.org/cheerio-select
38226npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38227npm verb headers etag: '"9DKC0VPJ2EP4UAN7GREIIKCEE"',
38228npm verb headers 'content-type': 'application/json',
38229npm verb headers 'cache-control': 'max-age=300',
38230npm verb headers 'content-length': '4900',
38231npm verb headers 'accept-ranges': 'bytes',
38232npm verb headers date: 'Tue, 29 Dec 2015 19:32:22 GMT',
38233npm verb headers age: '0',
38234npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38235npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38236npm verb headers 'x-cache-hits': '1',
38237npm verb headers 'x-timer': 'S1451417541.316358,VS0,VE738',
38238npm verb headers vary: 'Accept',
38239npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38240npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38241npm verb headers connection: 'keep-alive' }
38242npm verb get saving cheerio-select to /root/.npm/registry.npmjs.org/cheerio-select/.cache.json
38243npm verb cache add spec cheerio-select@*
38244npm verb addNamed "*" is a valid semver range for cheerio-select
38245npm verb addNameRange registry:http://registry.npmjs.org/cheerio-select not in flight; fetching
38246npm verb get http://registry.npmjs.org/cheerio-select not expired, no request
38247npm verb addNamed "0.0.3" is a plain semver version for cheerio-select
38248npm verb addRemoteTarball http://registry.npmjs.org/cheerio-select/-/cheerio-select-0.0.3.tgz not in flight; adding
38249npm verb addRemoteTarball [ 'http://registry.npmjs.org/cheerio-select/-/cheerio-select-0.0.3.tgz',
38250npm verb addRemoteTarball '3f2420114f3ccb0b1b075c245ccfaae5d617a388' ]
38251npm info retry fetch attempt 1 at 19:32:22
38252npm info attempt registry request try #1 at 19:32:22
38253npm http fetch GET http://registry.npmjs.org/cheerio-select/-/cheerio-select-0.0.3.tgz
38254npm http fetch 200 http://registry.npmjs.org/cheerio-select/-/cheerio-select-0.0.3.tgz
38255npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cheerio-select/-/cheerio-select-0.0.3.tgz not in flight; adding
38256npm verb addTmpTarball already have metadata; skipping unpack for cheerio-select@0.0.3
38257npm verb afterAdd /root/.npm/cheerio-select/0.0.3/package/package.json not in flight; writing
38258npm verb afterAdd /root/.npm/cheerio-select/0.0.3/package/package.json written
38259npm verb request uri http://registry.npmjs.org/CSSselect
38260npm verb request no auth needed
38261npm info attempt registry request try #1 at 19:32:22
38262npm http request GET http://registry.npmjs.org/CSSselect
38263npm http 200 http://registry.npmjs.org/CSSselect
38264npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38265npm verb headers etag: '"7MFKOS4AP0V3TTSEAGOKCEM8C"',
38266npm verb headers 'content-type': 'application/json',
38267npm verb headers 'cache-control': 'max-age=300',
38268npm verb headers 'content-length': '25434',
38269npm verb headers 'accept-ranges': 'bytes',
38270npm verb headers date: 'Tue, 29 Dec 2015 19:32:22 GMT',
38271npm verb headers age: '225',
38272npm verb headers 'x-served-by': 'cache-ams4138-AMS',
38273npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38274npm verb headers 'x-cache-hits': '2',
38275npm verb headers 'x-timer': 'S1451417542.167425,VS0,VE0',
38276npm verb headers vary: 'Accept',
38277npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38278npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38279npm verb headers connection: 'keep-alive' }
38280npm verb get saving CSSselect to /root/.npm/registry.npmjs.org/CSSselect/.cache.json
38281npm verb cache add spec CSSselect@0.x
38282npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for CSSselect
38283npm verb addNameRange registry:http://registry.npmjs.org/CSSselect not in flight; fetching
38284npm verb get http://registry.npmjs.org/CSSselect not expired, no request
38285npm verb addNamed "0.7.0" is a plain semver version for CSSselect
38286npm WARN deprecated CSSselect@0.7.0: the module is now available as 'css-select'
38287npm verb addRemoteTarball http://registry.npmjs.org/CSSselect/-/CSSselect-0.7.0.tgz not in flight; adding
38288npm verb addRemoteTarball [ 'http://registry.npmjs.org/CSSselect/-/CSSselect-0.7.0.tgz',
38289npm verb addRemoteTarball 'e4054c67b467465f3c9500c0da0aa7878c4babd2' ]
38290npm info retry fetch attempt 1 at 19:32:22
38291npm info attempt registry request try #1 at 19:32:22
38292npm http fetch GET http://registry.npmjs.org/CSSselect/-/CSSselect-0.7.0.tgz
38293npm http fetch 200 http://registry.npmjs.org/CSSselect/-/CSSselect-0.7.0.tgz
38294npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/CSSselect/-/CSSselect-0.7.0.tgz not in flight; adding
38295npm verb addTmpTarball already have metadata; skipping unpack for CSSselect@0.7.0
38296npm verb afterAdd /root/.npm/CSSselect/0.7.0/package/package.json not in flight; writing
38297npm verb afterAdd /root/.npm/CSSselect/0.7.0/package/package.json written
38298npm verb cache add spec domutils@1.4
38299npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for domutils
38300npm verb addNameRange registry:http://registry.npmjs.org/domutils not in flight; fetching
38301npm verb request uri http://registry.npmjs.org/CSSwhat
38302npm verb request no auth needed
38303npm info attempt registry request try #1 at 19:32:22
38304npm http request GET http://registry.npmjs.org/CSSwhat
38305npm verb request uri http://registry.npmjs.org/boolbase
38306npm verb request no auth needed
38307npm info attempt registry request try #1 at 19:32:22
38308npm http request GET http://registry.npmjs.org/boolbase
38309npm verb request uri http://registry.npmjs.org/nth-check
38310npm verb request no auth needed
38311npm info attempt registry request try #1 at 19:32:22
38312npm http request GET http://registry.npmjs.org/nth-check
38313npm verb get http://registry.npmjs.org/domutils not expired, no request
38314npm verb addNamed "1.4.3" is a plain semver version for domutils
38315npm verb addRemoteTarball http://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz not in flight; adding
38316npm verb addRemoteTarball [ 'http://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz',
38317npm verb addRemoteTarball '0865513796c6b306031850e175516baf80b72a6f' ]
38318npm info retry fetch attempt 1 at 19:32:22
38319npm info attempt registry request try #1 at 19:32:22
38320npm http fetch GET http://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz
38321npm http 200 http://registry.npmjs.org/CSSwhat
38322npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38323npm verb headers etag: '"95WLX9RC7I3WT23A1A5PCZOF2"',
38324npm verb headers 'content-type': 'application/json',
38325npm verb headers 'cache-control': 'max-age=300',
38326npm verb headers 'content-length': '13434',
38327npm verb headers 'accept-ranges': 'bytes',
38328npm verb headers date: 'Tue, 29 Dec 2015 19:32:22 GMT',
38329npm verb headers age: '223',
38330npm verb headers 'x-served-by': 'cache-ams4138-AMS',
38331npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38332npm verb headers 'x-cache-hits': '3',
38333npm verb headers 'x-timer': 'S1451417542.447070,VS0,VE0',
38334npm verb headers vary: 'Accept',
38335npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38336npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38337npm verb headers connection: 'keep-alive' }
38338npm verb get saving CSSwhat to /root/.npm/registry.npmjs.org/CSSwhat/.cache.json
38339npm http 200 http://registry.npmjs.org/boolbase
38340npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38341npm verb headers etag: '"1IVMVRJZPS9QX41AN95WI0MYH"',
38342npm verb headers 'content-type': 'application/json',
38343npm verb headers 'cache-control': 'max-age=300',
38344npm verb headers 'content-length': '1899',
38345npm verb headers 'accept-ranges': 'bytes',
38346npm verb headers date: 'Tue, 29 Dec 2015 19:32:22 GMT',
38347npm verb headers age: '252',
38348npm verb headers 'x-served-by': 'cache-ams4146-AMS',
38349npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38350npm verb headers 'x-cache-hits': '1',
38351npm verb headers 'x-timer': 'S1451417542.447857,VS0,VE0',
38352npm verb headers vary: 'Accept',
38353npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38354npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38355npm verb headers connection: 'keep-alive' }
38356npm verb get saving boolbase to /root/.npm/registry.npmjs.org/boolbase/.cache.json
38357npm http fetch 200 http://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz
38358npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/domutils/-/domutils-1.4.3.tgz not in flight; adding
38359npm verb addTmpTarball already have metadata; skipping unpack for domutils@1.4.3
38360npm verb cache add spec boolbase@~1.0.0
38361npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for boolbase
38362npm verb addNameRange registry:http://registry.npmjs.org/boolbase not in flight; fetching
38363npm verb cache add spec CSSwhat@0.4
38364npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for CSSwhat
38365npm verb addNameRange registry:http://registry.npmjs.org/CSSwhat not in flight; fetching
38366npm verb get http://registry.npmjs.org/boolbase not expired, no request
38367npm verb addNamed "1.0.0" is a plain semver version for boolbase
38368npm verb get http://registry.npmjs.org/CSSwhat not expired, no request
38369npm verb addNamed "0.4.7" is a plain semver version for CSSwhat
38370npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'
38371npm verb addRemoteTarball http://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz not in flight; adding
38372npm verb addRemoteTarball [ 'http://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz',
38373npm verb addRemoteTarball '68dff5fbe60c51eb37725ea9e3ed310dcc1e776e' ]
38374npm verb addRemoteTarball http://registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz not in flight; adding
38375npm verb addRemoteTarball [ 'http://registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz',
38376npm verb addRemoteTarball '867da0ff39f778613242c44cfea83f0aa4ebdf9b' ]
38377npm verb afterAdd /root/.npm/domutils/1.4.3/package/package.json not in flight; writing
38378npm info retry fetch attempt 1 at 19:32:22
38379npm info attempt registry request try #1 at 19:32:22
38380npm http fetch GET http://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz
38381npm info retry fetch attempt 1 at 19:32:22
38382npm info attempt registry request try #1 at 19:32:22
38383npm http fetch GET http://registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz
38384npm verb afterAdd /root/.npm/domutils/1.4.3/package/package.json written
38385npm http fetch 200 http://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz
38386npm http fetch 200 http://registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz
38387npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz not in flight; adding
38388npm verb addTmpTarball already have metadata; skipping unpack for boolbase@1.0.0
38389npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz not in flight; adding
38390npm verb addTmpTarball already have metadata; skipping unpack for CSSwhat@0.4.7
38391npm verb afterAdd /root/.npm/boolbase/1.0.0/package/package.json not in flight; writing
38392npm verb afterAdd /root/.npm/CSSwhat/0.4.7/package/package.json not in flight; writing
38393npm verb afterAdd /root/.npm/boolbase/1.0.0/package/package.json written
38394npm verb afterAdd /root/.npm/CSSwhat/0.4.7/package/package.json written
38395npm http 200 http://registry.npmjs.org/nth-check
38396npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38397npm verb headers etag: '"45CD80S39GV9E7FX3H4YMY0XZ"',
38398npm verb headers 'content-type': 'application/json',
38399npm verb headers 'cache-control': 'max-age=300',
38400npm verb headers 'content-length': '3946',
38401npm verb headers 'accept-ranges': 'bytes',
38402npm verb headers date: 'Tue, 29 Dec 2015 19:32:23 GMT',
38403npm verb headers age: '0',
38404npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38405npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38406npm verb headers 'x-cache-hits': '1',
38407npm verb headers 'x-timer': 'S1451417542.444544,VS0,VE672',
38408npm verb headers vary: 'Accept',
38409npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38410npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38411npm verb headers connection: 'keep-alive' }
38412npm verb get saving nth-check to /root/.npm/registry.npmjs.org/nth-check/.cache.json
38413npm verb cache add spec nth-check@~1.0.0
38414npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for nth-check
38415npm verb addNameRange registry:http://registry.npmjs.org/nth-check not in flight; fetching
38416npm verb get http://registry.npmjs.org/nth-check not expired, no request
38417npm verb addNamed "1.0.1" is a plain semver version for nth-check
38418npm verb addRemoteTarball http://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz not in flight; adding
38419npm verb addRemoteTarball [ 'http://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz',
38420npm verb addRemoteTarball '9929acdf628fc2c41098deab82ac580cf149aae4' ]
38421npm info retry fetch attempt 1 at 19:32:23
38422npm info attempt registry request try #1 at 19:32:23
38423npm http fetch GET http://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz
38424npm http fetch 200 http://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz
38425npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz not in flight; adding
38426npm verb addTmpTarball already have metadata; skipping unpack for nth-check@1.0.1
38427npm verb afterAdd /root/.npm/nth-check/1.0.1/package/package.json not in flight; writing
38428npm verb afterAdd /root/.npm/nth-check/1.0.1/package/package.json written
38429npm verb cache add spec domhandler@2.0
38430npm verb cache add spec domutils@1.1
38431npm verb cache add spec readable-stream@1.0
38432npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for domhandler
38433npm verb addNameRange registry:http://registry.npmjs.org/domhandler not in flight; fetching
38434npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for domutils
38435npm verb addNameRange registry:http://registry.npmjs.org/domutils not in flight; fetching
38436npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for readable-stream
38437npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
38438npm verb get http://registry.npmjs.org/readable-stream not expired, no request
38439npm verb addNamed "1.0.33" is a plain semver version for readable-stream
38440npm verb get http://registry.npmjs.org/domhandler not expired, no request
38441npm verb addNamed "2.0.3" is a plain semver version for domhandler
38442npm verb get http://registry.npmjs.org/domutils not expired, no request
38443npm verb addNamed "1.1.6" is a plain semver version for domutils
38444npm verb addRemoteTarball http://registry.npmjs.org/domhandler/-/domhandler-2.0.3.tgz not in flight; adding
38445npm verb addRemoteTarball [ 'http://registry.npmjs.org/domhandler/-/domhandler-2.0.3.tgz',
38446npm verb addRemoteTarball '889f8df626403af0788e29d66d5d5c6f7ebf0fd6' ]
38447npm verb addRemoteTarball http://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz not in flight; adding
38448npm verb addRemoteTarball [ 'http://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz',
38449npm verb addRemoteTarball 'bddc3de099b9a2efacc51c623f28f416ecc57485' ]
38450npm info retry fetch attempt 1 at 19:32:23
38451npm info attempt registry request try #1 at 19:32:23
38452npm http fetch GET http://registry.npmjs.org/domhandler/-/domhandler-2.0.3.tgz
38453npm info retry fetch attempt 1 at 19:32:23
38454npm info attempt registry request try #1 at 19:32:23
38455npm http fetch GET http://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz
38456npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
38457npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
38458npm http fetch 200 http://registry.npmjs.org/domhandler/-/domhandler-2.0.3.tgz
38459npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/domhandler/-/domhandler-2.0.3.tgz not in flight; adding
38460npm verb addTmpTarball already have metadata; skipping unpack for domhandler@2.0.3
38461npm http fetch 200 http://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz
38462npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/domutils/-/domutils-1.1.6.tgz not in flight; adding
38463npm verb addTmpTarball already have metadata; skipping unpack for domutils@1.1.6
38464npm verb afterAdd /root/.npm/domhandler/2.0.3/package/package.json not in flight; writing
38465npm verb afterAdd /root/.npm/domhandler/2.0.3/package/package.json written
38466npm verb afterAdd /root/.npm/domutils/1.1.6/package/package.json not in flight; writing
38467npm verb afterAdd /root/.npm/domutils/1.1.6/package/package.json written
38468npm verb request uri http://registry.npmjs.org/ini
38469npm verb request no auth needed
38470npm info attempt registry request try #1 at 19:32:23
38471npm http request GET http://registry.npmjs.org/ini
38472npm http 200 http://registry.npmjs.org/ini
38473npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38474npm verb headers etag: '"R52V4AUHE1ZAYPLUYOIGNC3N"',
38475npm verb headers 'content-type': 'application/json',
38476npm verb headers 'cache-control': 'max-age=300',
38477npm verb headers 'content-length': '15321',
38478npm verb headers 'accept-ranges': 'bytes',
38479npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
38480npm verb headers 'x-served-by': 'cache-fra1229-FRA',
38481npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
38482npm verb headers 'x-cache-hits': '5',
38483npm verb headers 'x-timer': 'S1451417412.532016,VS0,VE0',
38484npm verb headers vary: 'Accept',
38485npm verb headers age: '256',
38486npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
38487npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38488npm verb headers connection: 'keep-alive' }
38489npm verb get saving ini to /root/.npm/registry.npmjs.org/ini/.cache.json
38490npm verb cache add spec ini@~1.3.0
38491npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for ini
38492npm verb addNameRange registry:http://registry.npmjs.org/ini not in flight; fetching
38493npm verb get http://registry.npmjs.org/ini not expired, no request
38494npm verb addNamed "1.3.4" is a plain semver version for ini
38495npm verb addRemoteTarball http://registry.npmjs.org/ini/-/ini-1.3.4.tgz not in flight; adding
38496npm verb addRemoteTarball [ 'http://registry.npmjs.org/ini/-/ini-1.3.4.tgz',
38497npm verb addRemoteTarball '0537cb79daf59b59a1a517dff706c86ec039162e' ]
38498npm info retry fetch attempt 1 at 19:32:23
38499npm info attempt registry request try #1 at 19:32:23
38500npm http fetch GET http://registry.npmjs.org/ini/-/ini-1.3.4.tgz
38501npm http fetch 200 http://registry.npmjs.org/ini/-/ini-1.3.4.tgz
38502npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ini/-/ini-1.3.4.tgz not in flight; adding
38503npm verb addTmpTarball already have metadata; skipping unpack for ini@1.3.4
38504npm verb afterAdd /root/.npm/ini/1.3.4/package/package.json not in flight; writing
38505npm verb afterAdd /root/.npm/ini/1.3.4/package/package.json written
38506npm verb cache add spec chalk@^0.5.1
38507npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
38508npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
38509npm verb request uri http://registry.npmjs.org/bower
38510npm verb request no auth needed
38511npm info attempt registry request try #1 at 19:32:23
38512npm http request GET http://registry.npmjs.org/bower
38513npm verb request uri http://registry.npmjs.org/google-cdn
38514npm verb request no auth needed
38515npm info attempt registry request try #1 at 19:32:23
38516npm http request GET http://registry.npmjs.org/google-cdn
38517npm verb get http://registry.npmjs.org/chalk not expired, no request
38518npm verb addNamed "0.5.1" is a plain semver version for chalk
38519npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz not in flight; adding
38520npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz',
38521npm verb addRemoteTarball '663b3a648b68b55d04690d49167aa837858f2174' ]
38522npm info retry fetch attempt 1 at 19:32:23
38523npm info attempt registry request try #1 at 19:32:23
38524npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz
38525npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz
38526npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/chalk/-/chalk-0.5.1.tgz not in flight; adding
38527npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.5.1
38528npm http 200 http://registry.npmjs.org/google-cdn
38529npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38530npm verb headers etag: '"SWA0POJVTBRPDKD37LXYK7XH"',
38531npm verb headers 'content-type': 'application/json',
38532npm verb headers 'cache-control': 'max-age=300',
38533npm verb headers 'content-length': '26363',
38534npm verb headers 'accept-ranges': 'bytes',
38535npm verb headers date: 'Tue, 29 Dec 2015 19:32:23 GMT',
38536npm verb headers age: '266',
38537npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38538npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38539npm verb headers 'x-cache-hits': '1',
38540npm verb headers 'x-timer': 'S1451417543.537665,VS0,VE0',
38541npm verb headers vary: 'Accept',
38542npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38543npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38544npm verb headers connection: 'keep-alive' }
38545npm verb get saving google-cdn to /root/.npm/registry.npmjs.org/google-cdn/.cache.json
38546npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
38547npm verb cache add spec google-cdn@~0.7.0
38548npm verb addNamed ">=0.7.0 <0.8.0" is a valid semver range for google-cdn
38549npm verb addNameRange registry:http://registry.npmjs.org/google-cdn not in flight; fetching
38550npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
38551npm verb get http://registry.npmjs.org/google-cdn not expired, no request
38552npm verb addNamed "0.7.0" is a plain semver version for google-cdn
38553npm verb addRemoteTarball http://registry.npmjs.org/google-cdn/-/google-cdn-0.7.0.tgz not in flight; adding
38554npm verb addRemoteTarball [ 'http://registry.npmjs.org/google-cdn/-/google-cdn-0.7.0.tgz',
38555npm verb addRemoteTarball 'b1522f1791455b299f7a1a556a4920ea9d0609f9' ]
38556npm info retry fetch attempt 1 at 19:32:23
38557npm info attempt registry request try #1 at 19:32:23
38558npm http fetch GET http://registry.npmjs.org/google-cdn/-/google-cdn-0.7.0.tgz
38559npm http fetch 200 http://registry.npmjs.org/google-cdn/-/google-cdn-0.7.0.tgz
38560npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/google-cdn/-/google-cdn-0.7.0.tgz not in flight; adding
38561npm verb addTmpTarball already have metadata; skipping unpack for google-cdn@0.7.0
38562npm verb afterAdd /root/.npm/google-cdn/0.7.0/package/package.json not in flight; writing
38563npm verb afterAdd /root/.npm/google-cdn/0.7.0/package/package.json written
38564npm http 200 http://registry.npmjs.org/bower
38565npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38566npm verb headers etag: '"29H2XZ1C030L5443VPZB5GPR6"',
38567npm verb headers 'content-type': 'application/json',
38568npm verb headers 'cache-control': 'max-age=300',
38569npm verb headers 'content-length': '161700',
38570npm verb headers 'accept-ranges': 'bytes',
38571npm verb headers date: 'Tue, 29 Dec 2015 19:32:23 GMT',
38572npm verb headers age: '153',
38573npm verb headers 'x-served-by': 'cache-ams4138-AMS',
38574npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38575npm verb headers 'x-cache-hits': '2',
38576npm verb headers 'x-timer': 'S1451417543.540920,VS0,VE0',
38577npm verb headers vary: 'Accept',
38578npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
38579npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38580npm verb headers connection: 'keep-alive' }
38581npm verb get saving bower to /root/.npm/registry.npmjs.org/bower/.cache.json
38582npm verb cache add spec bower@>=1.0.0
38583npm verb addNamed ">=1.0.0" is a valid semver range for bower
38584npm verb addNameRange registry:http://registry.npmjs.org/bower not in flight; fetching
38585npm verb get http://registry.npmjs.org/bower not expired, no request
38586npm verb addNamed "1.7.1" is a plain semver version for bower
38587npm verb addRemoteTarball http://registry.npmjs.org/bower/-/bower-1.7.1.tgz not in flight; adding
38588npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower/-/bower-1.7.1.tgz',
38589npm verb addRemoteTarball '8d0c1a31d85237b3629fd2af981bd11e1b1dca82' ]
38590npm info retry fetch attempt 1 at 19:32:23
38591npm info attempt registry request try #1 at 19:32:23
38592npm http fetch GET http://registry.npmjs.org/bower/-/bower-1.7.1.tgz
38593npm http fetch 200 http://registry.npmjs.org/bower/-/bower-1.7.1.tgz
38594npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bower/-/bower-1.7.1.tgz not in flight; adding
38595npm verb addTmpTarball already have metadata; skipping unpack for bower@1.7.1
38596npm verb afterAdd /root/.npm/bower/1.7.1/package/package.json not in flight; writing
38597npm verb afterAdd /root/.npm/bower/1.7.1/package/package.json written
38598npm verb addBundled extract /root/.npm/bower/1.7.1/package.tgz
38599npm verb tar unpack /root/.npm/bower/1.7.1/package.tgz
38600npm verb tar unpacking to /tmp/npm-5-82f437ae/unpack-00582f0c
38601npm verb gentlyRm don't care about contents; nuking /tmp/npm-5-82f437ae/unpack-00582f0c
38602npm verb request uri http://registry.npmjs.org/semver-utils
38603npm verb request no auth needed
38604npm info attempt registry request try #1 at 19:32:40
38605npm http request GET http://registry.npmjs.org/semver-utils
38606npm http 200 http://registry.npmjs.org/semver-utils
38607npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38608npm verb headers etag: '"67EI8DYDZVBHURJ0MLYRZOWZD"',
38609npm verb headers 'content-type': 'application/json',
38610npm verb headers 'cache-control': 'max-age=300',
38611npm verb headers 'content-length': '8425',
38612npm verb headers 'accept-ranges': 'bytes',
38613npm verb headers date: 'Tue, 29 Dec 2015 19:32:40 GMT',
38614npm verb headers age: '102',
38615npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38616npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38617npm verb headers 'x-cache-hits': '3',
38618npm verb headers 'x-timer': 'S1451417560.136643,VS0,VE0',
38619npm verb headers vary: 'Accept',
38620npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38621npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38622npm verb headers connection: 'keep-alive' }
38623npm verb get saving semver-utils to /root/.npm/registry.npmjs.org/semver-utils/.cache.json
38624npm verb cache add spec semver-utils@^1.1.1
38625npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for semver-utils
38626npm verb addNameRange registry:http://registry.npmjs.org/semver-utils not in flight; fetching
38627npm verb get http://registry.npmjs.org/semver-utils not expired, no request
38628npm verb addNamed "1.1.1" is a plain semver version for semver-utils
38629npm verb addRemoteTarball http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz not in flight; adding
38630npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz',
38631npm verb addRemoteTarball '27d92fec34d27cfa42707d3b40d025ae9855f2df' ]
38632npm info retry fetch attempt 1 at 19:32:40
38633npm info attempt registry request try #1 at 19:32:40
38634npm http fetch GET http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz
38635npm http fetch 200 http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz
38636npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz not in flight; adding
38637npm verb addTmpTarball already have metadata; skipping unpack for semver-utils@1.1.1
38638npm verb afterAdd /root/.npm/semver-utils/1.1.1/package/package.json not in flight; writing
38639npm verb afterAdd /root/.npm/semver-utils/1.1.1/package/package.json written
38640npm verb cache add spec ansi-styles@^1.1.0
38641npm verb cache add spec has-ansi@^0.1.0
38642npm verb cache add spec strip-ansi@^0.3.0
38643npm verb cache add spec supports-color@^0.2.0
38644npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
38645npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
38646npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
38647npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
38648npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
38649npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
38650npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
38651npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
38652npm verb request uri http://registry.npmjs.org/ansi-styles
38653npm verb request no auth needed
38654npm info attempt registry request try #1 at 19:32:41
38655npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
38656npm http request GET http://registry.npmjs.org/ansi-styles
38657npm verb request uri http://registry.npmjs.org/strip-ansi
38658npm verb request no auth needed
38659npm info attempt registry request try #1 at 19:32:41
38660npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
38661npm http request GET http://registry.npmjs.org/strip-ansi
38662npm verb request uri http://registry.npmjs.org/supports-color
38663npm verb request no auth needed
38664npm info attempt registry request try #1 at 19:32:41
38665npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
38666npm http request GET http://registry.npmjs.org/supports-color
38667npm verb request uri http://registry.npmjs.org/has-ansi
38668npm verb request no auth needed
38669npm info attempt registry request try #1 at 19:32:41
38670npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
38671npm http request GET http://registry.npmjs.org/has-ansi
38672npm http 304 http://registry.npmjs.org/ansi-styles
38673npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
38674npm verb headers 'content-type': 'application/json',
38675npm verb headers age: '76',
38676npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
38677npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
38678npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
38679npm verb headers connection: 'keep-alive' }
38680npm verb etag http://registry.npmjs.org/ansi-styles from cache
38681npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
38682npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
38683npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz not in flight; adding
38684npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz',
38685npm verb addRemoteTarball 'eaecbf66cd706882760b2f4691582b8f55d7a7de' ]
38686npm info retry fetch attempt 1 at 19:32:41
38687npm info attempt registry request try #1 at 19:32:41
38688npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz
38689npm http 304 http://registry.npmjs.org/strip-ansi
38690npm verb headers { date: 'Tue, 29 Dec 2015 19:32:41 GMT',
38691npm verb headers 'cache-control': 'max-age=300',
38692npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
38693npm verb headers age: '63',
38694npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38695npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38696npm verb headers 'x-cache-hits': '4',
38697npm verb headers 'x-timer': 'S1451417561.063099,VS0,VE0',
38698npm verb headers vary: 'Accept',
38699npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38700npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38701npm verb headers connection: 'keep-alive' }
38702npm verb etag http://registry.npmjs.org/strip-ansi from cache
38703npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
38704npm http 304 http://registry.npmjs.org/supports-color
38705npm verb headers { date: 'Tue, 29 Dec 2015 19:32:41 GMT',
38706npm verb headers 'cache-control': 'max-age=60',
38707npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
38708npm verb headers age: '45',
38709npm verb headers 'x-served-by': 'cache-fra1229-FRA',
38710npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38711npm verb headers 'x-cache-hits': '2',
38712npm verb headers 'x-timer': 'S1451417561.062895,VS0,VE0',
38713npm verb headers vary: 'Accept',
38714npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38715npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38716npm verb headers connection: 'keep-alive' }
38717npm verb etag http://registry.npmjs.org/supports-color from cache
38718npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
38719npm http 304 http://registry.npmjs.org/has-ansi
38720npm verb headers { date: 'Tue, 29 Dec 2015 19:32:41 GMT',
38721npm verb headers 'cache-control': 'max-age=60',
38722npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
38723npm verb headers age: '46',
38724npm verb headers 'x-served-by': 'cache-fra1234-FRA',
38725npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38726npm verb headers 'x-cache-hits': '6',
38727npm verb headers 'x-timer': 'S1451417561.074836,VS0,VE0',
38728npm verb headers vary: 'Accept',
38729npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38730npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38731npm verb headers connection: 'keep-alive' }
38732npm verb etag http://registry.npmjs.org/has-ansi from cache
38733npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
38734npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz
38735npm verb addNamed "0.2.0" is a plain semver version for supports-color
38736npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
38737npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz not in flight; adding
38738npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@1.1.0
38739npm verb addRemoteTarball http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz not in flight; adding
38740npm verb addRemoteTarball [ 'http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz',
38741npm verb addRemoteTarball 'd92de2694eb3f67323973d7ae3d8b55b4c22190a' ]
38742npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz not in flight; adding
38743npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz',
38744npm verb addRemoteTarball '25f48ea22ca79187f3174a4db8759347bb126220' ]
38745npm verb addNamed "0.1.0" is a plain semver version for has-ansi
38746npm verb addRemoteTarball http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz not in flight; adding
38747npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz',
38748npm verb addRemoteTarball '84f265aae8c0e6a88a12d7022894b7568894c62e' ]
38749npm info retry fetch attempt 1 at 19:32:41
38750npm info attempt registry request try #1 at 19:32:41
38751npm http fetch GET http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz
38752npm info retry fetch attempt 1 at 19:32:41
38753npm info attempt registry request try #1 at 19:32:41
38754npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz
38755npm info retry fetch attempt 1 at 19:32:41
38756npm info attempt registry request try #1 at 19:32:41
38757npm http fetch GET http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz
38758npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
38759npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
38760npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz
38761npm http fetch 200 http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz
38762npm http fetch 200 http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz
38763npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz not in flight; adding
38764npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@0.3.0
38765npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz not in flight; adding
38766npm verb addTmpTarball already have metadata; skipping unpack for supports-color@0.2.0
38767npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz not in flight; adding
38768npm verb addTmpTarball already have metadata; skipping unpack for has-ansi@0.1.0
38769npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
38770npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
38771npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
38772npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
38773npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
38774npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
38775npm verb cache add spec ansi-regex@^0.2.0
38776npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
38777npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
38778npm verb request uri http://registry.npmjs.org/ansi-regex
38779npm verb request no auth needed
38780npm info attempt registry request try #1 at 19:32:41
38781npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
38782npm http request GET http://registry.npmjs.org/ansi-regex
38783npm http 304 http://registry.npmjs.org/ansi-regex
38784npm verb headers { date: 'Tue, 29 Dec 2015 19:32:41 GMT',
38785npm verb headers 'cache-control': 'max-age=60',
38786npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
38787npm verb headers age: '9',
38788npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38789npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38790npm verb headers 'x-cache-hits': '1',
38791npm verb headers 'x-timer': 'S1451417561.221942,VS0,VE0',
38792npm verb headers vary: 'Accept',
38793npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38794npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38795npm verb headers connection: 'keep-alive' }
38796npm verb etag http://registry.npmjs.org/ansi-regex from cache
38797npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
38798npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
38799npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz not in flight; adding
38800npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz',
38801npm verb addRemoteTarball '0d8e946967a3d8143f93e24e298525fc1b2235f9' ]
38802npm info retry fetch attempt 1 at 19:32:41
38803npm info attempt registry request try #1 at 19:32:41
38804npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz
38805npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz
38806npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz not in flight; adding
38807npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@0.2.1
38808npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
38809npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
38810npm verb cache add spec async@^0.9.0
38811npm verb cache add spec bower@~1.3.1
38812npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
38813npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
38814npm verb addNamed ">=1.3.1 <1.4.0" is a valid semver range for bower
38815npm verb addNameRange registry:http://registry.npmjs.org/bower not in flight; fetching
38816npm verb request uri http://registry.npmjs.org/cdnjs-cdn-data
38817npm verb request no auth needed
38818npm info attempt registry request try #1 at 19:32:48
38819npm http request GET http://registry.npmjs.org/cdnjs-cdn-data
38820npm verb request uri http://registry.npmjs.org/google-cdn-data
38821npm verb request no auth needed
38822npm info attempt registry request try #1 at 19:32:48
38823npm http request GET http://registry.npmjs.org/google-cdn-data
38824npm verb request uri http://registry.npmjs.org/regexp-quote
38825npm verb request no auth needed
38826npm info attempt registry request try #1 at 19:32:48
38827npm http request GET http://registry.npmjs.org/regexp-quote
38828npm verb request uri http://registry.npmjs.org/semver
38829npm verb request no auth needed
38830npm info attempt registry request try #1 at 19:32:48
38831npm http request GET http://registry.npmjs.org/semver
38832npm verb request uri http://registry.npmjs.org/async
38833npm verb request no auth needed
38834npm info attempt registry request try #1 at 19:32:48
38835npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
38836npm http request GET http://registry.npmjs.org/async
38837npm verb request uri http://registry.npmjs.org/bower
38838npm verb request no auth needed
38839npm info attempt registry request try #1 at 19:32:48
38840npm verb etag "29H2XZ1C030L5443VPZB5GPR6"
38841npm http request GET http://registry.npmjs.org/bower
38842npm http 200 http://registry.npmjs.org/cdnjs-cdn-data
38843npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38844npm verb headers etag: '"6RCHJEIA9IWA8RVPM4DO4K697"',
38845npm verb headers 'content-type': 'application/json',
38846npm verb headers 'cache-control': 'max-age=300',
38847npm verb headers 'content-length': '5735',
38848npm verb headers 'accept-ranges': 'bytes',
38849npm verb headers date: 'Tue, 29 Dec 2015 19:32:48 GMT',
38850npm verb headers age: '113',
38851npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38852npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38853npm verb headers 'x-cache-hits': '8',
38854npm verb headers 'x-timer': 'S1451417568.188974,VS0,VE0',
38855npm verb headers vary: 'Accept',
38856npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38857npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38858npm verb headers connection: 'keep-alive' }
38859npm verb get saving cdnjs-cdn-data to /root/.npm/registry.npmjs.org/cdnjs-cdn-data/.cache.json
38860npm http 200 http://registry.npmjs.org/google-cdn-data
38861npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38862npm verb headers etag: '"BC1UTUV1J799UEM93I0BF1P7B"',
38863npm verb headers 'content-type': 'application/json',
38864npm verb headers 'cache-control': 'max-age=300',
38865npm verb headers 'content-length': '23541',
38866npm verb headers 'accept-ranges': 'bytes',
38867npm verb headers date: 'Tue, 29 Dec 2015 19:32:48 GMT',
38868npm verb headers age: '273',
38869npm verb headers 'x-served-by': 'cache-fra1234-FRA',
38870npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38871npm verb headers 'x-cache-hits': '1',
38872npm verb headers 'x-timer': 'S1451417568.189326,VS0,VE0',
38873npm verb headers vary: 'Accept',
38874npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38875npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38876npm verb headers connection: 'keep-alive' }
38877npm verb get saving google-cdn-data to /root/.npm/registry.npmjs.org/google-cdn-data/.cache.json
38878npm http 304 http://registry.npmjs.org/async
38879npm verb headers { date: 'Tue, 29 Dec 2015 19:30:14 GMT',
38880npm verb headers 'content-type': 'application/json',
38881npm verb headers age: '175',
38882npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
38883npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
38884npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
38885npm verb headers connection: 'keep-alive' }
38886npm verb etag http://registry.npmjs.org/async from cache
38887npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
38888npm http 200 http://registry.npmjs.org/regexp-quote
38889npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38890npm verb headers etag: '"DLXSV4X5ZGOD1W6OXX6B3VEM5"',
38891npm verb headers 'content-type': 'application/json',
38892npm verb headers 'cache-control': 'max-age=300',
38893npm verb headers 'content-length': '1423',
38894npm verb headers 'accept-ranges': 'bytes',
38895npm verb headers date: 'Tue, 29 Dec 2015 19:32:48 GMT',
38896npm verb headers age: '272',
38897npm verb headers 'x-served-by': 'cache-ams4138-AMS',
38898npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38899npm verb headers 'x-cache-hits': '1',
38900npm verb headers 'x-timer': 'S1451417568.192701,VS0,VE0',
38901npm verb headers vary: 'Accept',
38902npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38903npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38904npm verb headers connection: 'keep-alive' }
38905npm verb get saving regexp-quote to /root/.npm/registry.npmjs.org/regexp-quote/.cache.json
38906npm http 304 http://registry.npmjs.org/bower
38907npm verb headers { date: 'Tue, 29 Dec 2015 19:32:48 GMT',
38908npm verb headers 'cache-control': 'max-age=300',
38909npm verb headers etag: '"29H2XZ1C030L5443VPZB5GPR6"',
38910npm verb headers age: '51',
38911npm verb headers 'x-served-by': 'cache-fra1234-FRA',
38912npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38913npm verb headers 'x-cache-hits': '2',
38914npm verb headers 'x-timer': 'S1451417568.226617,VS0,VE0',
38915npm verb headers vary: 'Accept',
38916npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38917npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38918npm verb headers connection: 'keep-alive' }
38919npm verb etag http://registry.npmjs.org/bower from cache
38920npm verb get saving bower to /root/.npm/registry.npmjs.org/bower/.cache.json
38921npm verb addNamed "0.9.2" is a plain semver version for async
38922npm http 200 http://registry.npmjs.org/semver
38923npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38924npm verb headers etag: '"9AKHVLXH1EZXB2URR2AGEIANA"',
38925npm verb headers 'content-type': 'application/json',
38926npm verb headers 'cache-control': 'max-age=300',
38927npm verb headers 'content-length': '67438',
38928npm verb headers 'accept-ranges': 'bytes',
38929npm verb headers date: 'Tue, 29 Dec 2015 19:32:48 GMT',
38930npm verb headers age: '231',
38931npm verb headers 'x-served-by': 'cache-ams4146-AMS',
38932npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
38933npm verb headers 'x-cache-hits': '10',
38934npm verb headers 'x-timer': 'S1451417568.192640,VS0,VE0',
38935npm verb headers vary: 'Accept',
38936npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
38937npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
38938npm verb headers connection: 'keep-alive' }
38939npm verb get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json
38940npm verb cache add spec cdnjs-cdn-data@~0.1.0
38941npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for cdnjs-cdn-data
38942npm verb addNameRange registry:http://registry.npmjs.org/cdnjs-cdn-data not in flight; fetching
38943npm verb addNamed "1.3.12" is a plain semver version for bower
38944npm verb cache add spec google-cdn-data@~0.1.0
38945npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for google-cdn-data
38946npm verb addNameRange registry:http://registry.npmjs.org/google-cdn-data not in flight; fetching
38947npm verb cache add spec regexp-quote@0.0.0
38948npm verb addNamed "0.0.0" is a plain semver version for regexp-quote
38949npm verb addNameVersion registry:http://registry.npmjs.org/regexp-quote not in flight; fetching
38950npm verb addRemoteTarball http://registry.npmjs.org/bower/-/bower-1.3.12.tgz not in flight; adding
38951npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower/-/bower-1.3.12.tgz',
38952npm verb addRemoteTarball '37de0edb3904baf90aee13384a1a379a05ee214c' ]
38953npm info retry fetch attempt 1 at 19:32:48
38954npm info attempt registry request try #1 at 19:32:48
38955npm http fetch GET http://registry.npmjs.org/bower/-/bower-1.3.12.tgz
38956npm verb get http://registry.npmjs.org/cdnjs-cdn-data not expired, no request
38957npm verb addNamed "0.1.2" is a plain semver version for cdnjs-cdn-data
38958npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
38959npm verb addRemoteTarball http://registry.npmjs.org/cdnjs-cdn-data/-/cdnjs-cdn-data-0.1.2.tgz not in flight; adding
38960npm verb addRemoteTarball [ 'http://registry.npmjs.org/cdnjs-cdn-data/-/cdnjs-cdn-data-0.1.2.tgz',
38961npm verb addRemoteTarball '865d34ba4e48dd1b73fd668e24a61a5adf9b8b21' ]
38962npm verb get http://registry.npmjs.org/google-cdn-data not expired, no request
38963npm verb addNamed "0.1.23" is a plain semver version for google-cdn-data
38964npm verb get http://registry.npmjs.org/regexp-quote not expired, no request
38965npm verb addRemoteTarball http://registry.npmjs.org/google-cdn-data/-/google-cdn-data-0.1.23.tgz not in flight; adding
38966npm verb addRemoteTarball [ 'http://registry.npmjs.org/google-cdn-data/-/google-cdn-data-0.1.23.tgz',
38967npm verb addRemoteTarball '54d340e77bf8960167f0088cbf141fbc8b40dd10' ]
38968npm verb addRemoteTarball http://registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz not in flight; adding
38969npm verb addRemoteTarball [ 'http://registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz',
38970npm verb addRemoteTarball '1e0f4650c862dcbfed54fd42b148e9bb1721fcf2' ]
38971npm http fetch 200 http://registry.npmjs.org/bower/-/bower-1.3.12.tgz
38972npm info retry fetch attempt 1 at 19:32:48
38973npm info attempt registry request try #1 at 19:32:48
38974npm http fetch GET http://registry.npmjs.org/cdnjs-cdn-data/-/cdnjs-cdn-data-0.1.2.tgz
38975npm verb cache add spec semver@^2.3.0
38976npm verb addNamed ">=2.3.0 <3.0.0" is a valid semver range for semver
38977npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
38978npm info retry fetch attempt 1 at 19:32:48
38979npm info attempt registry request try #1 at 19:32:48
38980npm http fetch GET http://registry.npmjs.org/google-cdn-data/-/google-cdn-data-0.1.23.tgz
38981npm info retry fetch attempt 1 at 19:32:48
38982npm info attempt registry request try #1 at 19:32:48
38983npm http fetch GET http://registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz
38984npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
38985npm verb get http://registry.npmjs.org/semver not expired, no request
38986npm verb addNamed "2.3.2" is a plain semver version for semver
38987npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-2.3.2.tgz not in flight; adding
38988npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-2.3.2.tgz',
38989npm verb addRemoteTarball 'b9848f25d6cf36333073ec9ef8856d42f1233e52' ]
38990npm info retry fetch attempt 1 at 19:32:48
38991npm info attempt registry request try #1 at 19:32:48
38992npm http fetch GET http://registry.npmjs.org/semver/-/semver-2.3.2.tgz
38993npm http fetch 200 http://registry.npmjs.org/google-cdn-data/-/google-cdn-data-0.1.23.tgz
38994npm http fetch 200 http://registry.npmjs.org/cdnjs-cdn-data/-/cdnjs-cdn-data-0.1.2.tgz
38995npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/google-cdn-data/-/google-cdn-data-0.1.23.tgz not in flight; adding
38996npm verb addTmpTarball already have metadata; skipping unpack for google-cdn-data@0.1.23
38997npm http fetch 200 http://registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz
38998npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz not in flight; adding
38999npm verb addTmpTarball already have metadata; skipping unpack for regexp-quote@0.0.0
39000npm http fetch 200 http://registry.npmjs.org/semver/-/semver-2.3.2.tgz
39001npm verb afterAdd /root/.npm/google-cdn-data/0.1.23/package/package.json not in flight; writing
39002npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bower/-/bower-1.3.12.tgz not in flight; adding
39003npm verb addTmpTarball already have metadata; skipping unpack for bower@1.3.12
39004npm verb afterAdd /root/.npm/google-cdn-data/0.1.23/package/package.json written
39005npm verb afterAdd /root/.npm/regexp-quote/0.0.0/package/package.json not in flight; writing
39006npm verb afterAdd /root/.npm/regexp-quote/0.0.0/package/package.json written
39007npm verb afterAdd /root/.npm/bower/1.3.12/package/package.json not in flight; writing
39008npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/semver/-/semver-2.3.2.tgz not in flight; adding
39009npm verb addTmpTarball already have metadata; skipping unpack for semver@2.3.2
39010npm verb afterAdd /root/.npm/bower/1.3.12/package/package.json written
39011npm verb afterAdd /root/.npm/semver/2.3.2/package/package.json not in flight; writing
39012npm verb afterAdd /root/.npm/semver/2.3.2/package/package.json written
39013npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cdnjs-cdn-data/-/cdnjs-cdn-data-0.1.2.tgz not in flight; adding
39014npm verb addTmpTarball already have metadata; skipping unpack for cdnjs-cdn-data@0.1.2
39015npm verb afterAdd /root/.npm/cdnjs-cdn-data/0.1.2/package/package.json not in flight; writing
39016npm verb afterAdd /root/.npm/cdnjs-cdn-data/0.1.2/package/package.json written
39017npm verb cache add spec chalk@0.5.0
39018npm verb cache add spec fstream@~1.0.2
39019npm verb cache add spec glob@~4.0.2
39020npm verb cache add spec graceful-fs@~3.0.1
39021npm verb cache add spec mkdirp@0.5.0
39022npm verb cache add spec nopt@~3.0.0
39023npm verb cache add spec q@~1.0.1
39024npm verb cache add spec request@~2.42.0
39025npm verb cache add spec rimraf@~2.2.0
39026npm verb addNamed "0.5.0" is a plain semver version for chalk
39027npm verb addNameVersion registry:http://registry.npmjs.org/chalk not in flight; fetching
39028npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for fstream
39029npm verb addNameRange registry:http://registry.npmjs.org/fstream not in flight; fetching
39030npm verb addNamed ">=4.0.2 <4.1.0" is a valid semver range for glob
39031npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
39032npm verb addNamed ">=3.0.1 <3.1.0" is a valid semver range for graceful-fs
39033npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
39034npm verb addNamed "0.5.0" is a plain semver version for mkdirp
39035npm verb addNameVersion registry:http://registry.npmjs.org/mkdirp not in flight; fetching
39036npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for nopt
39037npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
39038npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for q
39039npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
39040npm verb addNamed ">=2.42.0 <2.43.0" is a valid semver range for request
39041npm verb addNameRange registry:http://registry.npmjs.org/request not in flight; fetching
39042npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for rimraf
39043npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
39044npm verb request uri http://registry.npmjs.org/archy
39045npm verb request no auth needed
39046npm info attempt registry request try #1 at 19:32:53
39047npm http request GET http://registry.npmjs.org/archy
39048npm verb request uri http://registry.npmjs.org/bower-config
39049npm verb request no auth needed
39050npm info attempt registry request try #1 at 19:32:54
39051npm http request GET http://registry.npmjs.org/bower-config
39052npm verb request uri http://registry.npmjs.org/bower-endpoint-parser
39053npm verb request no auth needed
39054npm info attempt registry request try #1 at 19:32:54
39055npm http request GET http://registry.npmjs.org/bower-endpoint-parser
39056npm verb request uri http://registry.npmjs.org/bower-json
39057npm verb request no auth needed
39058npm info attempt registry request try #1 at 19:32:54
39059npm http request GET http://registry.npmjs.org/bower-json
39060npm verb request uri http://registry.npmjs.org/bower-logger
39061npm verb request no auth needed
39062npm info attempt registry request try #1 at 19:32:54
39063npm http request GET http://registry.npmjs.org/bower-logger
39064npm verb request uri http://registry.npmjs.org/bower-registry-client
39065npm verb request no auth needed
39066npm info attempt registry request try #1 at 19:32:54
39067npm http request GET http://registry.npmjs.org/bower-registry-client
39068npm verb request uri http://registry.npmjs.org/cardinal
39069npm verb request no auth needed
39070npm info attempt registry request try #1 at 19:32:54
39071npm http request GET http://registry.npmjs.org/cardinal
39072npm verb request uri http://registry.npmjs.org/chmodr
39073npm verb request no auth needed
39074npm info attempt registry request try #1 at 19:32:54
39075npm http request GET http://registry.npmjs.org/chmodr
39076npm verb request uri http://registry.npmjs.org/decompress-zip
39077npm verb request no auth needed
39078npm info attempt registry request try #1 at 19:32:54
39079npm http request GET http://registry.npmjs.org/decompress-zip
39080npm verb request uri http://registry.npmjs.org/fstream-ignore
39081npm verb request no auth needed
39082npm info attempt registry request try #1 at 19:32:54
39083npm http request GET http://registry.npmjs.org/fstream-ignore
39084npm verb request uri http://registry.npmjs.org/handlebars
39085npm verb request no auth needed
39086npm info attempt registry request try #1 at 19:32:54
39087npm http request GET http://registry.npmjs.org/handlebars
39088npm verb request uri http://registry.npmjs.org/inquirer
39089npm verb request no auth needed
39090npm info attempt registry request try #1 at 19:32:54
39091npm http request GET http://registry.npmjs.org/inquirer
39092npm verb request uri http://registry.npmjs.org/insight
39093npm verb request no auth needed
39094npm info attempt registry request try #1 at 19:32:54
39095npm http request GET http://registry.npmjs.org/insight
39096npm verb request uri http://registry.npmjs.org/is-root
39097npm verb request no auth needed
39098npm info attempt registry request try #1 at 19:32:54
39099npm http request GET http://registry.npmjs.org/is-root
39100npm verb request uri http://registry.npmjs.org/junk
39101npm verb request no auth needed
39102npm info attempt registry request try #1 at 19:32:54
39103npm http request GET http://registry.npmjs.org/junk
39104npm verb request uri http://registry.npmjs.org/lockfile
39105npm verb request no auth needed
39106npm info attempt registry request try #1 at 19:32:54
39107npm http request GET http://registry.npmjs.org/lockfile
39108npm verb request uri http://registry.npmjs.org/mout
39109npm verb request no auth needed
39110npm info attempt registry request try #1 at 19:32:54
39111npm http request GET http://registry.npmjs.org/mout
39112npm verb request uri http://registry.npmjs.org/opn
39113npm verb request no auth needed
39114npm info attempt registry request try #1 at 19:32:54
39115npm http request GET http://registry.npmjs.org/opn
39116npm verb request uri http://registry.npmjs.org/osenv
39117npm verb request no auth needed
39118npm info attempt registry request try #1 at 19:32:54
39119npm http request GET http://registry.npmjs.org/osenv
39120npm verb request uri http://registry.npmjs.org/p-throttler
39121npm verb request no auth needed
39122npm info attempt registry request try #1 at 19:32:54
39123npm http request GET http://registry.npmjs.org/p-throttler
39124npm verb request uri http://registry.npmjs.org/promptly
39125npm verb request no auth needed
39126npm info attempt registry request try #1 at 19:32:54
39127npm http request GET http://registry.npmjs.org/promptly
39128npm verb request uri http://registry.npmjs.org/request-progress
39129npm verb request no auth needed
39130npm info attempt registry request try #1 at 19:32:54
39131npm http request GET http://registry.npmjs.org/request-progress
39132npm verb request uri http://registry.npmjs.org/retry
39133npm verb request no auth needed
39134npm info attempt registry request try #1 at 19:32:54
39135npm http request GET http://registry.npmjs.org/retry
39136npm verb request uri http://registry.npmjs.org/shell-quote
39137npm verb request no auth needed
39138npm info attempt registry request try #1 at 19:32:54
39139npm http request GET http://registry.npmjs.org/shell-quote
39140npm verb request uri http://registry.npmjs.org/stringify-object
39141npm verb request no auth needed
39142npm info attempt registry request try #1 at 19:32:54
39143npm http request GET http://registry.npmjs.org/stringify-object
39144npm verb request uri http://registry.npmjs.org/tar-fs
39145npm verb request no auth needed
39146npm info attempt registry request try #1 at 19:32:54
39147npm http request GET http://registry.npmjs.org/tar-fs
39148npm verb request uri http://registry.npmjs.org/tmp
39149npm verb request no auth needed
39150npm info attempt registry request try #1 at 19:32:54
39151npm http request GET http://registry.npmjs.org/tmp
39152npm verb request uri http://registry.npmjs.org/update-notifier
39153npm verb request no auth needed
39154npm info attempt registry request try #1 at 19:32:54
39155npm http request GET http://registry.npmjs.org/update-notifier
39156npm verb request uri http://registry.npmjs.org/chalk
39157npm verb request no auth needed
39158npm info attempt registry request try #1 at 19:32:54
39159npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
39160npm http request GET http://registry.npmjs.org/chalk
39161npm verb request uri http://registry.npmjs.org/glob
39162npm verb request no auth needed
39163npm info attempt registry request try #1 at 19:32:54
39164npm verb etag "35BW2PZITMBWTVHPL2Z8HULBB"
39165npm http request GET http://registry.npmjs.org/glob
39166npm verb request uri http://registry.npmjs.org/fstream
39167npm verb request no auth needed
39168npm info attempt registry request try #1 at 19:32:54
39169npm verb etag "BVLXX1GMS5PIFGE6CRP0K1FVB"
39170npm http request GET http://registry.npmjs.org/fstream
39171npm verb request uri http://registry.npmjs.org/mkdirp
39172npm verb request no auth needed
39173npm info attempt registry request try #1 at 19:32:54
39174npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
39175npm http request GET http://registry.npmjs.org/mkdirp
39176npm verb request uri http://registry.npmjs.org/q
39177npm verb request no auth needed
39178npm info attempt registry request try #1 at 19:32:54
39179npm verb etag "5IOO0153MVIX8ZOINFF1RYLY3"
39180npm http request GET http://registry.npmjs.org/q
39181npm verb request uri http://registry.npmjs.org/graceful-fs
39182npm verb request no auth needed
39183npm info attempt registry request try #1 at 19:32:54
39184npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
39185npm http request GET http://registry.npmjs.org/graceful-fs
39186npm verb request uri http://registry.npmjs.org/nopt
39187npm verb request no auth needed
39188npm info attempt registry request try #1 at 19:32:54
39189npm verb etag "9DHRVEOSD6J2N1Y0QWU855CCH"
39190npm http request GET http://registry.npmjs.org/nopt
39191npm verb request uri http://registry.npmjs.org/rimraf
39192npm verb request no auth needed
39193npm info attempt registry request try #1 at 19:32:54
39194npm verb etag "8TBZMSTO6MKWV26CBWA5N5MR6"
39195npm http request GET http://registry.npmjs.org/rimraf
39196npm verb request uri http://registry.npmjs.org/request
39197npm verb request no auth needed
39198npm info attempt registry request try #1 at 19:32:54
39199npm verb etag "41O2YUQ0F957MF7HVJELBZYE5"
39200npm http request GET http://registry.npmjs.org/request
39201npm http 200 http://registry.npmjs.org/cardinal
39202npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39203npm verb headers etag: '"3MGDHVGVUIPY41ADEVJQR41VA"',
39204npm verb headers 'content-type': 'application/json',
39205npm verb headers 'cache-control': 'max-age=300',
39206npm verb headers 'content-length': '22212',
39207npm verb headers 'accept-ranges': 'bytes',
39208npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39209npm verb headers age: '196',
39210npm verb headers 'x-served-by': 'cache-fra1234-FRA',
39211npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39212npm verb headers 'x-cache-hits': '2',
39213npm verb headers 'x-timer': 'S1451417574.151182,VS0,VE0',
39214npm verb headers vary: 'Accept',
39215npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39216npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39217npm verb headers connection: 'keep-alive' }
39218npm verb get saving cardinal to /root/.npm/registry.npmjs.org/cardinal/.cache.json
39219npm http 200 http://registry.npmjs.org/handlebars
39220npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39221npm verb headers etag: '"BB4TDZC0U7NUOC53LLJH94QJW"',
39222npm verb headers 'content-type': 'application/json',
39223npm verb headers 'cache-control': 'max-age=300',
39224npm verb headers 'content-length': '61367',
39225npm verb headers 'accept-ranges': 'bytes',
39226npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39227npm verb headers age: '244',
39228npm verb headers 'x-served-by': 'cache-fra1227-FRA',
39229npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39230npm verb headers 'x-cache-hits': '2',
39231npm verb headers 'x-timer': 'S1451417574.152580,VS0,VE0',
39232npm verb headers vary: 'Accept',
39233npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39234npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39235npm verb headers connection: 'keep-alive' }
39236npm verb get saving handlebars to /root/.npm/registry.npmjs.org/handlebars/.cache.json
39237npm http 200 http://registry.npmjs.org/bower-registry-client
39238npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39239npm verb headers etag: '"9IEK7L3XLJTVLC6OM2D10PHMN"',
39240npm verb headers 'content-type': 'application/json',
39241npm verb headers 'cache-control': 'max-age=300',
39242npm verb headers 'content-length': '31792',
39243npm verb headers 'accept-ranges': 'bytes',
39244npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39245npm verb headers age: '277',
39246npm verb headers 'x-served-by': 'cache-fra1229-FRA',
39247npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39248npm verb headers 'x-cache-hits': '1',
39249npm verb headers 'x-timer': 'S1451417574.152113,VS0,VE0',
39250npm verb headers vary: 'Accept',
39251npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39252npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39253npm verb headers connection: 'keep-alive' }
39254npm verb get saving bower-registry-client to /root/.npm/registry.npmjs.org/bower-registry-client/.cache.json
39255npm http 200 http://registry.npmjs.org/bower-config
39256npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39257npm verb headers etag: '"BUD9F4SVWVMMJCIVICVO2MDA"',
39258npm verb headers 'content-type': 'application/json',
39259npm verb headers 'cache-control': 'max-age=300',
39260npm verb headers 'content-length': '42786',
39261npm verb headers 'accept-ranges': 'bytes',
39262npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39263npm verb headers age: '283',
39264npm verb headers 'x-served-by': 'cache-ams4138-AMS',
39265npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39266npm verb headers 'x-cache-hits': '1',
39267npm verb headers 'x-timer': 'S1451417574.153186,VS0,VE0',
39268npm verb headers vary: 'Accept',
39269npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
39270npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39271npm verb headers connection: 'keep-alive' }
39272npm verb get saving bower-config to /root/.npm/registry.npmjs.org/bower-config/.cache.json
39273npm http 200 http://registry.npmjs.org/bower-logger
39274npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39275npm verb headers etag: '"7ROYKUJCAJOZ48EV18DJTGE28"',
39276npm verb headers 'content-type': 'application/json',
39277npm verb headers 'cache-control': 'max-age=300',
39278npm verb headers 'content-length': '8233',
39279npm verb headers 'accept-ranges': 'bytes',
39280npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39281npm verb headers age: '284',
39282npm verb headers 'x-served-by': 'cache-ams4139-AMS',
39283npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39284npm verb headers 'x-cache-hits': '1',
39285npm verb headers 'x-timer': 'S1451417574.154527,VS0,VE0',
39286npm verb headers vary: 'Accept',
39287npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39288npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39289npm verb headers connection: 'keep-alive' }
39290npm verb get saving bower-logger to /root/.npm/registry.npmjs.org/bower-logger/.cache.json
39291npm http 200 http://registry.npmjs.org/insight
39292npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39293npm verb headers etag: '"8TYMCKI1JVWCMKAJG68TK6BSU"',
39294npm verb headers 'content-type': 'application/json',
39295npm verb headers 'cache-control': 'max-age=300',
39296npm verb headers 'content-length': '31477',
39297npm verb headers 'accept-ranges': 'bytes',
39298npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39299npm verb headers age: '283',
39300npm verb headers 'x-served-by': 'cache-ams4143-AMS',
39301npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39302npm verb headers 'x-cache-hits': '2',
39303npm verb headers 'x-timer': 'S1451417574.156169,VS0,VE0',
39304npm verb headers vary: 'Accept',
39305npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39306npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39307npm verb headers connection: 'keep-alive' }
39308npm verb get saving insight to /root/.npm/registry.npmjs.org/insight/.cache.json
39309npm http 200 http://registry.npmjs.org/junk
39310npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39311npm verb headers etag: '"8ENIG96XFTBPBWNVIEYG8JXCC"',
39312npm verb headers 'content-type': 'application/json',
39313npm verb headers 'cache-control': 'max-age=300',
39314npm verb headers 'content-length': '10024',
39315npm verb headers 'accept-ranges': 'bytes',
39316npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39317npm verb headers age: '283',
39318npm verb headers 'x-served-by': 'cache-ams4148-AMS',
39319npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39320npm verb headers 'x-cache-hits': '1',
39321npm verb headers 'x-timer': 'S1451417574.156252,VS0,VE0',
39322npm verb headers vary: 'Accept',
39323npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39324npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39325npm verb headers connection: 'keep-alive' }
39326npm verb get saving junk to /root/.npm/registry.npmjs.org/junk/.cache.json
39327npm http 200 http://registry.npmjs.org/bower-json
39328npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39329npm verb headers etag: '"9GD7W4TQAG79KGJEQASHHAYZS"',
39330npm verb headers 'content-type': 'application/json',
39331npm verb headers 'cache-control': 'max-age=300',
39332npm verb headers 'content-length': '11946',
39333npm verb headers 'accept-ranges': 'bytes',
39334npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39335npm verb headers age: '283',
39336npm verb headers 'x-served-by': 'cache-ams4151-AMS',
39337npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39338npm verb headers 'x-cache-hits': '1',
39339npm verb headers 'x-timer': 'S1451417574.154237,VS0,VE7',
39340npm verb headers vary: 'Accept',
39341npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39342npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39343npm verb headers connection: 'keep-alive' }
39344npm verb get saving bower-json to /root/.npm/registry.npmjs.org/bower-json/.cache.json
39345npm http 200 http://registry.npmjs.org/inquirer
39346npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39347npm verb headers etag: '"4N9E33THRPEMUH6DN1V2YOX41"',
39348npm verb headers 'content-type': 'application/json',
39349npm verb headers 'cache-control': 'max-age=300',
39350npm verb headers 'content-length': '64400',
39351npm verb headers 'accept-ranges': 'bytes',
39352npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39353npm verb headers age: '58',
39354npm verb headers 'x-served-by': 'cache-fra1246-FRA',
39355npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39356npm verb headers 'x-cache-hits': '1',
39357npm verb headers 'x-timer': 'S1451417574.171860,VS0,VE0',
39358npm verb headers vary: 'Accept',
39359npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39360npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39361npm verb headers connection: 'keep-alive' }
39362npm verb get saving inquirer to /root/.npm/registry.npmjs.org/inquirer/.cache.json
39363npm http 200 http://registry.npmjs.org/mout
39364npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39365npm verb headers etag: '"6ZGD57FAZ6ZAFSXX44MFX6OEJ"',
39366npm verb headers 'content-type': 'application/json',
39367npm verb headers 'cache-control': 'max-age=300',
39368npm verb headers 'content-length': '29560',
39369npm verb headers 'accept-ranges': 'bytes',
39370npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39371npm verb headers age: '14',
39372npm verb headers 'x-served-by': 'cache-fra1234-FRA',
39373npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39374npm verb headers 'x-cache-hits': '1',
39375npm verb headers 'x-timer': 'S1451417574.172277,VS0,VE0',
39376npm verb headers vary: 'Accept',
39377npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39378npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39379npm verb headers connection: 'keep-alive' }
39380npm verb get saving mout to /root/.npm/registry.npmjs.org/mout/.cache.json
39381npm http 200 http://registry.npmjs.org/tmp
39382npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39383npm verb headers etag: '"94E0AUDAPYNDXZ0481TGS791C"',
39384npm verb headers 'content-type': 'application/json',
39385npm verb headers 'cache-control': 'max-age=300',
39386npm verb headers 'content-length': '37355',
39387npm verb headers 'accept-ranges': 'bytes',
39388npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39389npm verb headers age: '15',
39390npm verb headers 'x-served-by': 'cache-fra1240-FRA',
39391npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39392npm verb headers 'x-cache-hits': '1',
39393npm verb headers 'x-timer': 'S1451417574.176453,VS0,VE0',
39394npm verb headers vary: 'Accept',
39395npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39396npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39397npm verb headers connection: 'keep-alive' }
39398npm verb get saving tmp to /root/.npm/registry.npmjs.org/tmp/.cache.json
39399npm http 200 http://registry.npmjs.org/update-notifier
39400npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39401npm verb headers etag: '"9RFA8JL01WJUWTUI9VY20VYNQ"',
39402npm verb headers 'content-type': 'application/json',
39403npm verb headers 'cache-control': 'max-age=300',
39404npm verb headers 'content-length': '34713',
39405npm verb headers 'accept-ranges': 'bytes',
39406npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39407npm verb headers age: '16',
39408npm verb headers 'x-served-by': 'cache-fra1225-FRA',
39409npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39410npm verb headers 'x-cache-hits': '1',
39411npm verb headers 'x-timer': 'S1451417574.176643,VS0,VE1',
39412npm verb headers vary: 'Accept',
39413npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39414npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39415npm verb headers connection: 'keep-alive' }
39416npm verb get saving update-notifier to /root/.npm/registry.npmjs.org/update-notifier/.cache.json
39417npm http 200 http://registry.npmjs.org/osenv
39418npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39419npm verb headers etag: '"5PEBCGQI27PB8P8C7TGV8M0K7"',
39420npm verb headers 'content-type': 'application/json',
39421npm verb headers 'cache-control': 'max-age=60',
39422npm verb headers 'content-length': '9454',
39423npm verb headers 'accept-ranges': 'bytes',
39424npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39425npm verb headers age: '18',
39426npm verb headers 'x-served-by': 'cache-ams4143-AMS',
39427npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39428npm verb headers 'x-cache-hits': '2',
39429npm verb headers 'x-timer': 'S1451417574.184324,VS0,VE0',
39430npm verb headers vary: 'Accept',
39431npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39432npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39433npm verb headers connection: 'keep-alive' }
39434npm verb get saving osenv to /root/.npm/registry.npmjs.org/osenv/.cache.json
39435npm http 200 http://registry.npmjs.org/shell-quote
39436npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39437npm verb headers etag: '"DL9YS7S3YWMPYWIWBBWEYC3UU"',
39438npm verb headers 'content-type': 'application/json',
39439npm verb headers 'cache-control': 'max-age=300',
39440npm verb headers 'content-length': '18098',
39441npm verb headers 'accept-ranges': 'bytes',
39442npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39443npm verb headers age: '230',
39444npm verb headers 'x-served-by': 'cache-ams4141-AMS',
39445npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39446npm verb headers 'x-cache-hits': '3',
39447npm verb headers 'x-timer': 'S1451417574.184778,VS0,VE0',
39448npm verb headers vary: 'Accept',
39449npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39450npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39451npm verb headers connection: 'keep-alive' }
39452npm verb get saving shell-quote to /root/.npm/registry.npmjs.org/shell-quote/.cache.json
39453npm http 200 http://registry.npmjs.org/promptly
39454npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39455npm verb headers etag: '"7NGV0RMVG3DZOJZURJZNM3IEY"',
39456npm verb headers 'content-type': 'application/json',
39457npm verb headers 'cache-control': 'max-age=300',
39458npm verb headers 'content-length': '9826',
39459npm verb headers 'accept-ranges': 'bytes',
39460npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39461npm verb headers age: '26',
39462npm verb headers 'x-served-by': 'cache-ams4131-AMS',
39463npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39464npm verb headers 'x-cache-hits': '1',
39465npm verb headers 'x-timer': 'S1451417574.184165,VS0,VE0',
39466npm verb headers vary: 'Accept',
39467npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39468npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39469npm verb headers connection: 'keep-alive' }
39470npm verb get saving promptly to /root/.npm/registry.npmjs.org/promptly/.cache.json
39471npm http 200 http://registry.npmjs.org/retry
39472npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39473npm verb headers etag: '"18SYY9Q83HXNOONXZZ24MFKO7"',
39474npm verb headers 'content-type': 'application/json',
39475npm verb headers 'cache-control': 'max-age=300',
39476npm verb headers 'content-length': '16827',
39477npm verb headers 'accept-ranges': 'bytes',
39478npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39479npm verb headers age: '283',
39480npm verb headers 'x-served-by': 'cache-ams4124-AMS',
39481npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39482npm verb headers 'x-cache-hits': '1',
39483npm verb headers 'x-timer': 'S1451417574.184140,VS0,VE0',
39484npm verb headers vary: 'Accept',
39485npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39486npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39487npm verb headers connection: 'keep-alive' }
39488npm verb get saving retry to /root/.npm/registry.npmjs.org/retry/.cache.json
39489npm http 200 http://registry.npmjs.org/bower-endpoint-parser
39490npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39491npm verb headers etag: '"3FMNLCPGK26OHT574O3Y97XJ3"',
39492npm verb headers 'content-type': 'application/json',
39493npm verb headers 'cache-control': 'max-age=300',
39494npm verb headers 'content-length': '9539',
39495npm verb headers 'accept-ranges': 'bytes',
39496npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39497npm verb headers age: '26',
39498npm verb headers 'x-served-by': 'cache-ams4138-AMS',
39499npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39500npm verb headers 'x-cache-hits': '1',
39501npm verb headers 'x-timer': 'S1451417574.154432,VS0,VE0',
39502npm verb headers vary: 'Accept',
39503npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
39504npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39505npm verb headers connection: 'keep-alive' }
39506npm verb get saving bower-endpoint-parser to /root/.npm/registry.npmjs.org/bower-endpoint-parser/.cache.json
39507npm http 200 http://registry.npmjs.org/fstream-ignore
39508npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39509npm verb headers etag: '"34RZ7DGAOST31BEITD659U4HH"',
39510npm verb headers 'content-type': 'application/json',
39511npm verb headers 'cache-control': 'max-age=300',
39512npm verb headers 'content-length': '15280',
39513npm verb headers 'accept-ranges': 'bytes',
39514npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39515npm verb headers age: '278',
39516npm verb headers 'x-served-by': 'cache-fra1220-FRA',
39517npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39518npm verb headers 'x-cache-hits': '1',
39519npm verb headers 'x-timer': 'S1451417574.152547,VS0,VE0',
39520npm verb headers vary: 'Accept',
39521npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39522npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39523npm verb headers connection: 'keep-alive' }
39524npm verb get saving fstream-ignore to /root/.npm/registry.npmjs.org/fstream-ignore/.cache.json
39525npm http 200 http://registry.npmjs.org/is-root
39526npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39527npm verb headers etag: '"CWOW548IXZ8XYVS8KMOI0A0QQ"',
39528npm verb headers 'content-type': 'application/json',
39529npm verb headers 'cache-control': 'max-age=300',
39530npm verb headers 'content-length': '3415',
39531npm verb headers 'accept-ranges': 'bytes',
39532npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39533npm verb headers age: '201',
39534npm verb headers 'x-served-by': 'cache-ams4125-AMS',
39535npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39536npm verb headers 'x-cache-hits': '2',
39537npm verb headers 'x-timer': 'S1451417574.155992,VS0,VE0',
39538npm verb headers vary: 'Accept',
39539npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39540npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39541npm verb headers connection: 'keep-alive' }
39542npm verb get saving is-root to /root/.npm/registry.npmjs.org/is-root/.cache.json
39543npm http 304 http://registry.npmjs.org/chalk
39544npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
39545npm verb headers 'content-type': 'application/json',
39546npm verb headers age: '236',
39547npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
39548npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
39549npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
39550npm verb headers connection: 'keep-alive' }
39551npm verb etag http://registry.npmjs.org/chalk from cache
39552npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
39553npm http 304 http://registry.npmjs.org/glob
39554npm verb headers { date: 'Tue, 29 Dec 2015 19:31:26 GMT',
39555npm verb headers 'content-type': 'application/json',
39556npm verb headers age: '153',
39557npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
39558npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
39559npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
39560npm verb headers connection: 'keep-alive' }
39561npm verb etag http://registry.npmjs.org/glob from cache
39562npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
39563npm http 304 http://registry.npmjs.org/graceful-fs
39564npm verb headers { date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39565npm verb headers 'cache-control': 'max-age=300',
39566npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
39567npm verb headers age: '201',
39568npm verb headers 'x-served-by': 'cache-fra1234-FRA',
39569npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39570npm verb headers 'x-cache-hits': '12',
39571npm verb headers 'x-timer': 'S1451417574.222917,VS0,VE0',
39572npm verb headers vary: 'Accept',
39573npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39574npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39575npm verb headers connection: 'keep-alive' }
39576npm verb etag http://registry.npmjs.org/graceful-fs from cache
39577npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
39578npm http 304 http://registry.npmjs.org/fstream
39579npm verb headers { date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39580npm verb headers 'cache-control': 'max-age=300',
39581npm verb headers etag: '"BVLXX1GMS5PIFGE6CRP0K1FVB"',
39582npm verb headers age: '229',
39583npm verb headers 'x-served-by': 'cache-fra1240-FRA',
39584npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39585npm verb headers 'x-cache-hits': '4',
39586npm verb headers 'x-timer': 'S1451417574.222846,VS0,VE0',
39587npm verb headers vary: 'Accept',
39588npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39589npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39590npm verb headers connection: 'keep-alive' }
39591npm verb etag http://registry.npmjs.org/fstream from cache
39592npm verb get saving fstream to /root/.npm/registry.npmjs.org/fstream/.cache.json
39593npm http 304 http://registry.npmjs.org/q
39594npm verb headers { date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39595npm verb headers 'cache-control': 'max-age=300',
39596npm verb headers etag: '"5IOO0153MVIX8ZOINFF1RYLY3"',
39597npm verb headers age: '159',
39598npm verb headers 'x-served-by': 'cache-ams4143-AMS',
39599npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39600npm verb headers 'x-cache-hits': '3',
39601npm verb headers 'x-timer': 'S1451417574.226164,VS0,VE0',
39602npm verb headers vary: 'Accept',
39603npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39604npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39605npm verb headers connection: 'keep-alive' }
39606npm verb etag http://registry.npmjs.org/q from cache
39607npm verb get saving q to /root/.npm/registry.npmjs.org/q/.cache.json
39608npm http 304 http://registry.npmjs.org/mkdirp
39609npm verb headers { date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39610npm verb headers 'cache-control': 'max-age=300',
39611npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
39612npm verb headers age: '183',
39613npm verb headers 'x-served-by': 'cache-ams4131-AMS',
39614npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39615npm verb headers 'x-cache-hits': '8',
39616npm verb headers 'x-timer': 'S1451417574.225932,VS0,VE0',
39617npm verb headers vary: 'Accept',
39618npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
39619npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39620npm verb headers connection: 'keep-alive' }
39621npm verb etag http://registry.npmjs.org/mkdirp from cache
39622npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
39623npm http 304 http://registry.npmjs.org/nopt
39624npm verb headers { date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39625npm verb headers 'cache-control': 'max-age=300',
39626npm verb headers etag: '"9DHRVEOSD6J2N1Y0QWU855CCH"',
39627npm verb headers age: '298',
39628npm verb headers 'x-served-by': 'cache-fra1232-FRA',
39629npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39630npm verb headers 'x-cache-hits': '5',
39631npm verb headers 'x-timer': 'S1451417574.240842,VS0,VE0',
39632npm verb headers vary: 'Accept',
39633npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39634npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39635npm verb headers connection: 'keep-alive' }
39636npm verb etag http://registry.npmjs.org/nopt from cache
39637npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
39638npm http 200 http://registry.npmjs.org/request-progress
39639npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39640npm verb headers etag: '"6EOGJGB8CLEDDBKU4TTN42PMS"',
39641npm verb headers 'content-type': 'application/json',
39642npm verb headers 'cache-control': 'max-age=60',
39643npm verb headers 'content-length': '12204',
39644npm verb headers 'accept-ranges': 'bytes',
39645npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39646npm verb headers age: '0',
39647npm verb headers 'x-served-by': 'cache-fra1223-FRA',
39648npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39649npm verb headers 'x-cache-hits': '1',
39650npm verb headers 'x-timer': 'S1451417574.176350,VS0,VE133',
39651npm verb headers vary: 'Accept',
39652npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39653npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39654npm verb headers connection: 'keep-alive' }
39655npm verb get saving request-progress to /root/.npm/registry.npmjs.org/request-progress/.cache.json
39656npm http 200 http://registry.npmjs.org/chmodr
39657npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39658npm verb headers etag: '"AAYDZ1MNUPNS31X5K6PARAFT3"',
39659npm verb headers 'content-type': 'application/json',
39660npm verb headers 'cache-control': 'max-age=300',
39661npm verb headers 'content-length': '6814',
39662npm verb headers 'accept-ranges': 'bytes',
39663npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39664npm verb headers age: '0',
39665npm verb headers 'x-served-by': 'cache-fra1226-FRA',
39666npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39667npm verb headers 'x-cache-hits': '1',
39668npm verb headers 'x-timer': 'S1451417574.151967,VS0,VE221',
39669npm verb headers vary: 'Accept',
39670npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39671npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39672npm verb headers connection: 'keep-alive' }
39673npm verb get saving chmodr to /root/.npm/registry.npmjs.org/chmodr/.cache.json
39674npm http 200 http://registry.npmjs.org/tar-fs
39675npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39676npm verb headers etag: '"7Y3FBXLQEQNL9ZFQBN45AF4OB"',
39677npm verb headers 'content-type': 'application/json',
39678npm verb headers 'cache-control': 'max-age=300',
39679npm verb headers 'content-length': '38895',
39680npm verb headers 'accept-ranges': 'bytes',
39681npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39682npm verb headers age: '0',
39683npm verb headers 'x-served-by': 'cache-fra1245-FRA',
39684npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39685npm verb headers 'x-cache-hits': '1',
39686npm verb headers 'x-timer': 'S1451417574.176285,VS0,VE229',
39687npm verb headers vary: 'Accept',
39688npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39689npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39690npm verb headers connection: 'keep-alive' }
39691npm verb get saving tar-fs to /root/.npm/registry.npmjs.org/tar-fs/.cache.json
39692npm http 200 http://registry.npmjs.org/stringify-object
39693npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39694npm verb headers etag: '"CG0QYJ80OWXN0K8Z4CJQD0OFH"',
39695npm verb headers 'content-type': 'application/json',
39696npm verb headers 'cache-control': 'max-age=300',
39697npm verb headers 'content-length': '26620',
39698npm verb headers 'accept-ranges': 'bytes',
39699npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39700npm verb headers age: '283',
39701npm verb headers 'x-served-by': 'cache-ams4124-AMS',
39702npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39703npm verb headers 'x-cache-hits': '1',
39704npm verb headers 'x-timer': 'S1451417574.184382,VS0,VE0',
39705npm verb headers vary: 'Accept',
39706npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39707npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39708npm verb headers connection: 'keep-alive' }
39709npm verb get saving stringify-object to /root/.npm/registry.npmjs.org/stringify-object/.cache.json
39710npm http 304 http://registry.npmjs.org/request
39711npm verb headers { date: 'Tue, 29 Dec 2015 19:30:10 GMT',
39712npm verb headers 'content-type': 'application/json',
39713npm verb headers age: '232',
39714npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
39715npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
39716npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
39717npm verb headers connection: 'keep-alive' }
39718npm verb etag http://registry.npmjs.org/request from cache
39719npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
39720npm http 200 http://registry.npmjs.org/archy
39721npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39722npm verb headers etag: '"85DMUW5Y4D44RL2LB4Z5BH2OJ"',
39723npm verb headers 'content-type': 'application/json',
39724npm verb headers 'cache-control': 'max-age=300',
39725npm verb headers 'content-length': '6921',
39726npm verb headers 'accept-ranges': 'bytes',
39727npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39728npm verb headers age: '37',
39729npm verb headers 'x-served-by': 'cache-ams4146-AMS',
39730npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39731npm verb headers 'x-cache-hits': '2',
39732npm verb headers 'x-timer': 'S1451417574.150655,VS0,VE0',
39733npm verb headers vary: 'Accept',
39734npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39735npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39736npm verb headers connection: 'keep-alive' }
39737npm verb get saving archy to /root/.npm/registry.npmjs.org/archy/.cache.json
39738npm http 304 http://registry.npmjs.org/rimraf
39739npm verb headers { date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39740npm verb headers 'cache-control': 'max-age=300',
39741npm verb headers etag: '"8TBZMSTO6MKWV26CBWA5N5MR6"',
39742npm verb headers age: '140',
39743npm verb headers 'x-served-by': 'cache-fra1245-FRA',
39744npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39745npm verb headers 'x-cache-hits': '5',
39746npm verb headers 'x-timer': 'S1451417574.480073,VS0,VE0',
39747npm verb headers vary: 'Accept',
39748npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39749npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39750npm verb headers connection: 'keep-alive' }
39751npm verb etag http://registry.npmjs.org/rimraf from cache
39752npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
39753npm http 200 http://registry.npmjs.org/lockfile
39754npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39755npm verb headers etag: '"B13JVGULE5JXKWBACU49G8DZZ"',
39756npm verb headers 'content-type': 'application/json',
39757npm verb headers 'cache-control': 'max-age=300',
39758npm verb headers 'content-length': '18602',
39759npm verb headers 'accept-ranges': 'bytes',
39760npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39761npm verb headers age: '282',
39762npm verb headers 'x-served-by': 'cache-ams4145-AMS',
39763npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39764npm verb headers 'x-cache-hits': '1',
39765npm verb headers 'x-timer': 'S1451417574.156491,VS0,VE0',
39766npm verb headers vary: 'Accept',
39767npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39768npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39769npm verb headers connection: 'keep-alive' }
39770npm verb get saving lockfile to /root/.npm/registry.npmjs.org/lockfile/.cache.json
39771npm verb addNamed "4.0.6" is a plain semver version for glob
39772npm verb addNamed "1.0.8" is a plain semver version for fstream
39773npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
39774npm verb addNamed "1.0.1" is a plain semver version for q
39775npm verb cache add spec cardinal@0.4.0
39776npm verb addNamed "0.4.0" is a plain semver version for cardinal
39777npm verb addNameVersion registry:http://registry.npmjs.org/cardinal not in flight; fetching
39778npm verb cache add spec bower-registry-client@~0.2.0
39779npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for bower-registry-client
39780npm verb addNameRange registry:http://registry.npmjs.org/bower-registry-client not in flight; fetching
39781npm verb cache add spec handlebars@~2.0.0
39782npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for handlebars
39783npm verb addNameRange registry:http://registry.npmjs.org/handlebars not in flight; fetching
39784npm verb cache add spec insight@0.4.3
39785npm verb addNamed "0.4.3" is a plain semver version for insight
39786npm verb addNameVersion registry:http://registry.npmjs.org/insight not in flight; fetching
39787npm verb cache add spec bower-json@~0.4.0
39788npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for bower-json
39789npm verb addNameRange registry:http://registry.npmjs.org/bower-json not in flight; fetching
39790npm verb cache add spec bower-config@~0.5.2
39791npm verb addNamed ">=0.5.2 <0.6.0" is a valid semver range for bower-config
39792npm verb addNameRange registry:http://registry.npmjs.org/bower-config not in flight; fetching
39793npm verb cache add spec junk@~1.0.0
39794npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for junk
39795npm verb addNameRange registry:http://registry.npmjs.org/junk not in flight; fetching
39796npm verb cache add spec inquirer@0.7.1
39797npm verb addNamed "0.7.1" is a plain semver version for inquirer
39798npm verb addNameVersion registry:http://registry.npmjs.org/inquirer not in flight; fetching
39799npm verb cache add spec mout@~0.9.0
39800npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for mout
39801npm verb addNameRange registry:http://registry.npmjs.org/mout not in flight; fetching
39802npm verb cache add spec bower-logger@~0.2.2
39803npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for bower-logger
39804npm verb addNameRange registry:http://registry.npmjs.org/bower-logger not in flight; fetching
39805npm verb cache add spec tmp@0.0.23
39806npm verb addNamed "0.0.23" is a plain semver version for tmp
39807npm verb addNameVersion registry:http://registry.npmjs.org/tmp not in flight; fetching
39808npm verb cache add spec osenv@0.1.0
39809npm verb addNamed "0.1.0" is a plain semver version for osenv
39810npm verb addNameVersion registry:http://registry.npmjs.org/osenv not in flight; fetching
39811npm verb cache add spec shell-quote@~1.4.1
39812npm verb addNamed ">=1.4.1 <1.5.0" is a valid semver range for shell-quote
39813npm verb addNameRange registry:http://registry.npmjs.org/shell-quote not in flight; fetching
39814npm verb cache add spec update-notifier@0.2.0
39815npm verb addNamed "0.2.0" is a plain semver version for update-notifier
39816npm verb addNameVersion registry:http://registry.npmjs.org/update-notifier not in flight; fetching
39817npm verb cache add spec retry@0.6.0
39818npm verb addNamed "0.6.0" is a plain semver version for retry
39819npm verb addNameVersion registry:http://registry.npmjs.org/retry not in flight; fetching
39820npm verb cache add spec promptly@0.2.0
39821npm verb addNamed "0.2.0" is a plain semver version for promptly
39822npm verb addNameVersion registry:http://registry.npmjs.org/promptly not in flight; fetching
39823npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-4.0.6.tgz not in flight; adding
39824npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-4.0.6.tgz',
39825npm verb addRemoteTarball '695c50bdd4e2fb5c5d370b091f388d3707e291a7' ]
39826npm verb addNamed "3.0.6" is a plain semver version for nopt
39827npm verb addRemoteTarball http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz not in flight; adding
39828npm verb addRemoteTarball [ 'http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz',
39829npm verb addRemoteTarball '7e8d7a73abb3647ef36e4b8a15ca801dba03d038' ]
39830npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.5.0.tgz not in flight; adding
39831npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.5.0.tgz',
39832npm verb addRemoteTarball '375dfccbc21c0a60a8b61bc5b78f3dc2a55c212f' ]
39833npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz not in flight; adding
39834npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz',
39835npm verb addRemoteTarball '1d73076a6df986cd9344e15e71fcc05a4c9abf12' ]
39836npm verb addRemoteTarball http://registry.npmjs.org/q/-/q-1.0.1.tgz not in flight; adding
39837npm verb addRemoteTarball [ 'http://registry.npmjs.org/q/-/q-1.0.1.tgz',
39838npm verb addRemoteTarball '11872aeedee89268110b10a718448ffb10112a14' ]
39839npm verb addNamed "2.2.8" is a plain semver version for rimraf
39840npm verb cache add spec fstream-ignore@~1.0.1
39841npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for fstream-ignore
39842npm verb addNameRange registry:http://registry.npmjs.org/fstream-ignore not in flight; fetching
39843npm verb cache add spec bower-endpoint-parser@~0.2.2
39844npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for bower-endpoint-parser
39845npm verb addNameRange registry:http://registry.npmjs.org/bower-endpoint-parser not in flight; fetching
39846npm verb cache add spec is-root@~1.0.0
39847npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for is-root
39848npm verb addNameRange registry:http://registry.npmjs.org/is-root not in flight; fetching
39849npm verb addNamed "2.42.0" is a plain semver version for request
39850npm verb cache add spec chmodr@0.1.0
39851npm verb addNamed "0.1.0" is a plain semver version for chmodr
39852npm verb addNameVersion registry:http://registry.npmjs.org/chmodr not in flight; fetching
39853npm verb cache add spec tar-fs@0.5.2
39854npm verb addNamed "0.5.2" is a plain semver version for tar-fs
39855npm verb addNameVersion registry:http://registry.npmjs.org/tar-fs not in flight; fetching
39856npm info retry fetch attempt 1 at 19:32:54
39857npm info attempt registry request try #1 at 19:32:54
39858npm http fetch GET http://registry.npmjs.org/glob/-/glob-4.0.6.tgz
39859npm info retry fetch attempt 1 at 19:32:54
39860npm info attempt registry request try #1 at 19:32:54
39861npm http fetch GET http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz
39862npm verb addRemoteTarball http://registry.npmjs.org/request/-/request-2.42.0.tgz not in flight; adding
39863npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.42.0.tgz',
39864npm verb addRemoteTarball '572bd0148938564040ac7ab148b96423a063304a' ]
39865npm http 200 http://registry.npmjs.org/decompress-zip
39866npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39867npm verb headers etag: '"2M7H3WFIXPP6S2KXGACIHPOQM"',
39868npm verb headers 'content-type': 'application/json',
39869npm verb headers 'cache-control': 'max-age=300',
39870npm verb headers 'content-length': '18314',
39871npm verb headers 'accept-ranges': 'bytes',
39872npm verb headers date: 'Tue, 29 Dec 2015 19:32:54 GMT',
39873npm verb headers age: '0',
39874npm verb headers 'x-served-by': 'cache-fra1231-FRA',
39875npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
39876npm verb headers 'x-cache-hits': '1',
39877npm verb headers 'x-timer': 'S1451417574.151518,VS0,VE740',
39878npm verb headers vary: 'Accept',
39879npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
39880npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
39881npm verb headers connection: 'keep-alive' }
39882npm verb get saving decompress-zip to /root/.npm/registry.npmjs.org/decompress-zip/.cache.json
39883npm info retry fetch attempt 1 at 19:32:54
39884npm info attempt registry request try #1 at 19:32:54
39885npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.5.0.tgz
39886npm info retry fetch attempt 1 at 19:32:54
39887npm info attempt registry request try #1 at 19:32:54
39888npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz
39889npm verb cache add spec stringify-object@~1.0.0
39890npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for stringify-object
39891npm verb addNameRange registry:http://registry.npmjs.org/stringify-object not in flight; fetching
39892npm info retry fetch attempt 1 at 19:32:55
39893npm info attempt registry request try #1 at 19:32:55
39894npm http fetch GET http://registry.npmjs.org/q/-/q-1.0.1.tgz
39895npm verb cache add spec archy@0.0.2
39896npm verb addNamed "0.0.2" is a plain semver version for archy
39897npm verb addNameVersion registry:http://registry.npmjs.org/archy not in flight; fetching
39898npm verb cache add spec request-progress@0.3.0
39899npm verb addNamed "0.3.0" is a plain semver version for request-progress
39900npm verb addNameVersion registry:http://registry.npmjs.org/request-progress not in flight; fetching
39901npm verb cache add spec lockfile@~1.0.0
39902npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for lockfile
39903npm verb addNameRange registry:http://registry.npmjs.org/lockfile not in flight; fetching
39904npm info retry fetch attempt 1 at 19:32:55
39905npm info attempt registry request try #1 at 19:32:55
39906npm http fetch GET http://registry.npmjs.org/request/-/request-2.42.0.tgz
39907npm http fetch 200 http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz
39908npm http fetch 200 http://registry.npmjs.org/glob/-/glob-4.0.6.tgz
39909npm verb get http://registry.npmjs.org/cardinal not expired, no request
39910npm verb get http://registry.npmjs.org/insight not expired, no request
39911npm verb get http://registry.npmjs.org/bower-json not expired, no request
39912npm verb addNamed "0.4.0" is a plain semver version for bower-json
39913npm verb get http://registry.npmjs.org/bower-registry-client not expired, no request
39914npm verb addNamed "0.2.4" is a plain semver version for bower-registry-client
39915npm verb get http://registry.npmjs.org/bower-config not expired, no request
39916npm verb addNamed "0.5.2" is a plain semver version for bower-config
39917npm verb get http://registry.npmjs.org/handlebars not expired, no request
39918npm verb addNamed "2.0.0" is a plain semver version for handlebars
39919npm verb get http://registry.npmjs.org/junk not expired, no request
39920npm verb addNamed "1.0.2" is a plain semver version for junk
39921npm verb get http://registry.npmjs.org/inquirer not expired, no request
39922npm verb get http://registry.npmjs.org/mout not expired, no request
39923npm verb addNamed "0.9.1" is a plain semver version for mout
39924npm verb get http://registry.npmjs.org/tmp not expired, no request
39925npm verb get http://registry.npmjs.org/osenv not expired, no request
39926npm verb get http://registry.npmjs.org/bower-logger not expired, no request
39927npm verb addNamed "0.2.2" is a plain semver version for bower-logger
39928npm verb get http://registry.npmjs.org/shell-quote not expired, no request
39929npm verb addNamed "1.4.3" is a plain semver version for shell-quote
39930npm verb get http://registry.npmjs.org/update-notifier not expired, no request
39931npm verb get http://registry.npmjs.org/retry not expired, no request
39932npm verb get http://registry.npmjs.org/promptly not expired, no request
39933npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
39934npm verb addRemoteTarball http://registry.npmjs.org/cardinal/-/cardinal-0.4.0.tgz not in flight; adding
39935npm verb addRemoteTarball [ 'http://registry.npmjs.org/cardinal/-/cardinal-0.4.0.tgz',
39936npm verb addRemoteTarball '7d10aafb20837bde043c45e43a0c8c28cdaae45e' ]
39937npm verb addRemoteTarball http://registry.npmjs.org/insight/-/insight-0.4.3.tgz not in flight; adding
39938npm verb addRemoteTarball [ 'http://registry.npmjs.org/insight/-/insight-0.4.3.tgz',
39939npm verb addRemoteTarball '76d653c5c0d8048b03cdba6385a6948f74614af0' ]
39940npm verb addRemoteTarball http://registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz not in flight; adding
39941npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz',
39942npm verb addRemoteTarball 'a99c3ccf416ef0590ed0ded252c760f1c6d93766' ]
39943npm verb addRemoteTarball http://registry.npmjs.org/bower-registry-client/-/bower-registry-client-0.2.4.tgz not in flight; adding
39944npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-registry-client/-/bower-registry-client-0.2.4.tgz',
39945npm verb addRemoteTarball '269fc7e898b627fb939d1144a593254d7fbbeebc' ]
39946npm verb addRemoteTarball http://registry.npmjs.org/bower-config/-/bower-config-0.5.2.tgz not in flight; adding
39947npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-config/-/bower-config-0.5.2.tgz',
39948npm verb addRemoteTarball '1f7d2e899e99b70c29a613e70d4c64590414b22e' ]
39949npm verb addRemoteTarball http://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz not in flight; adding
39950npm verb addRemoteTarball [ 'http://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz',
39951npm verb addRemoteTarball '6e9d7f8514a3467fa5e9f82cc158ecfc1d5ac76f' ]
39952npm verb addRemoteTarball http://registry.npmjs.org/junk/-/junk-1.0.2.tgz not in flight; adding
39953npm verb addRemoteTarball [ 'http://registry.npmjs.org/junk/-/junk-1.0.2.tgz',
39954npm verb addRemoteTarball 'cc71db3c05d53b3238d0f1dec97a88267c10700e' ]
39955npm verb addRemoteTarball http://registry.npmjs.org/inquirer/-/inquirer-0.7.1.tgz not in flight; adding
39956npm verb addRemoteTarball [ 'http://registry.npmjs.org/inquirer/-/inquirer-0.7.1.tgz',
39957npm verb addRemoteTarball 'b8acf140165bd581862ed1198fb6d26430091fac' ]
39958npm verb addRemoteTarball http://registry.npmjs.org/mout/-/mout-0.9.1.tgz not in flight; adding
39959npm verb addRemoteTarball [ 'http://registry.npmjs.org/mout/-/mout-0.9.1.tgz',
39960npm verb addRemoteTarball '84f0f3fd6acc7317f63de2affdcc0cee009b0477' ]
39961npm verb addRemoteTarball http://registry.npmjs.org/tmp/-/tmp-0.0.23.tgz not in flight; adding
39962npm verb addRemoteTarball [ 'http://registry.npmjs.org/tmp/-/tmp-0.0.23.tgz',
39963npm verb addRemoteTarball 'de874aa5e974a85f0a32cdfdbd74663cb3bd9c74' ]
39964npm verb addRemoteTarball http://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz not in flight; adding
39965npm verb addRemoteTarball [ 'http://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz',
39966npm verb addRemoteTarball '61668121eec584955030b9f470b1d2309504bfcb' ]
39967npm verb addRemoteTarball http://registry.npmjs.org/bower-logger/-/bower-logger-0.2.2.tgz not in flight; adding
39968npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-logger/-/bower-logger-0.2.2.tgz',
39969npm verb addRemoteTarball '39be07e979b2fc8e03a94634205ed9422373d381' ]
39970npm verb addRemoteTarball http://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz not in flight; adding
39971npm verb addRemoteTarball [ 'http://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz',
39972npm verb addRemoteTarball '952c44e0b1ed9013ef53958179cc643e8777466b' ]
39973npm verb addRemoteTarball http://registry.npmjs.org/update-notifier/-/update-notifier-0.2.0.tgz not in flight; adding
39974npm verb addRemoteTarball [ 'http://registry.npmjs.org/update-notifier/-/update-notifier-0.2.0.tgz',
39975npm verb addRemoteTarball 'a010c928adcf02090b8e0ce7fef6fb0a7cacc34a' ]
39976npm verb addRemoteTarball http://registry.npmjs.org/retry/-/retry-0.6.0.tgz not in flight; adding
39977npm verb addRemoteTarball [ 'http://registry.npmjs.org/retry/-/retry-0.6.0.tgz',
39978npm verb addRemoteTarball '1c010713279a6fd1e8def28af0c3ff1871caa537' ]
39979npm verb get http://registry.npmjs.org/fstream-ignore not expired, no request
39980npm verb addNamed "1.0.3" is a plain semver version for fstream-ignore
39981npm verb get http://registry.npmjs.org/bower-endpoint-parser not expired, no request
39982npm verb addNamed "0.2.2" is a plain semver version for bower-endpoint-parser
39983npm verb get http://registry.npmjs.org/is-root not expired, no request
39984npm verb addNamed "1.0.0" is a plain semver version for is-root
39985npm verb addRemoteTarball http://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz not in flight; adding
39986npm verb addRemoteTarball [ 'http://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz',
39987npm verb addRemoteTarball '73ef200fa8329d5d3a8df41798950b8646ca46d9' ]
39988npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz
39989npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.5.0.tgz
39990npm http fetch 200 http://registry.npmjs.org/q/-/q-1.0.1.tgz
39991npm http fetch 200 http://registry.npmjs.org/request/-/request-2.42.0.tgz
39992npm verb get http://registry.npmjs.org/chmodr not expired, no request
39993npm verb get http://registry.npmjs.org/tar-fs not expired, no request
39994npm verb addRemoteTarball http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz not in flight; adding
39995npm verb addRemoteTarball [ 'http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz',
39996npm verb addRemoteTarball '4c74d91fa88b22b42f4f86a18a2820dd79d8fcdd' ]
39997npm verb addRemoteTarball http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz not in flight; adding
39998npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz',
39999npm verb addRemoteTarball '00b565adbfab6f2d35addde977e97962acbcb3f6' ]
40000npm verb addRemoteTarball http://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz not in flight; adding
40001npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz',
40002npm verb addRemoteTarball '07b6c233bc394cd9d02ba15c966bd6660d6342d5' ]
40003npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
40004npm verb addRemoteTarball http://registry.npmjs.org/chmodr/-/chmodr-0.1.0.tgz not in flight; adding
40005npm verb addRemoteTarball [ 'http://registry.npmjs.org/chmodr/-/chmodr-0.1.0.tgz',
40006npm verb addRemoteTarball 'e09215a1d51542db2a2576969765bcf6125583eb' ]
40007npm verb get http://registry.npmjs.org/stringify-object not expired, no request
40008npm verb addNamed "1.0.1" is a plain semver version for stringify-object
40009npm verb get http://registry.npmjs.org/archy not expired, no request
40010npm verb get http://registry.npmjs.org/request-progress not expired, no request
40011npm verb addRemoteTarball http://registry.npmjs.org/tar-fs/-/tar-fs-0.5.2.tgz not in flight; adding
40012npm verb addRemoteTarball [ 'http://registry.npmjs.org/tar-fs/-/tar-fs-0.5.2.tgz',
40013npm verb addRemoteTarball '0f59424be7eeee45232316e302f66d3f6ea6db3e' ]
40014npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
40015npm http 200 http://registry.npmjs.org/p-throttler
40016npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40017npm verb headers etag: '"5W7GJZLV9F8IYDR8FXHW0ZNCZ"',
40018npm verb headers 'content-type': 'application/json',
40019npm verb headers 'cache-control': 'max-age=300',
40020npm verb headers 'content-length': '6513',
40021npm verb headers 'accept-ranges': 'bytes',
40022npm verb headers date: 'Tue, 29 Dec 2015 19:32:55 GMT',
40023npm verb headers age: '118',
40024npm verb headers 'x-served-by': 'cache-fra1240-FRA',
40025npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40026npm verb headers 'x-cache-hits': '1',
40027npm verb headers 'x-timer': 'S1451417575.176219,VS0,VE0',
40028npm verb headers vary: 'Accept',
40029npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40030npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40031npm verb headers connection: 'keep-alive' }
40032npm verb get saving p-throttler to /root/.npm/registry.npmjs.org/p-throttler/.cache.json
40033npm verb addRemoteTarball http://registry.npmjs.org/stringify-object/-/stringify-object-1.0.1.tgz not in flight; adding
40034npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringify-object/-/stringify-object-1.0.1.tgz',
40035npm verb addRemoteTarball '86d35e7dbfbce9aa45637d7ecdd7847e159db8a2' ]
40036npm verb addRemoteTarball http://registry.npmjs.org/archy/-/archy-0.0.2.tgz not in flight; adding
40037npm verb addRemoteTarball [ 'http://registry.npmjs.org/archy/-/archy-0.0.2.tgz',
40038npm verb addRemoteTarball '910f43bf66141fc335564597abc189df44b3d35e' ]
40039npm verb addRemoteTarball http://registry.npmjs.org/request-progress/-/request-progress-0.3.0.tgz not in flight; adding
40040npm verb addRemoteTarball [ 'http://registry.npmjs.org/request-progress/-/request-progress-0.3.0.tgz',
40041npm verb addRemoteTarball 'bdf2062bfc197c5d492500d44cb3aff7865b492e' ]
40042npm verb get http://registry.npmjs.org/lockfile not expired, no request
40043npm verb addNamed "1.0.1" is a plain semver version for lockfile
40044npm info retry fetch attempt 1 at 19:32:55
40045npm info attempt registry request try #1 at 19:32:55
40046npm http fetch GET http://registry.npmjs.org/cardinal/-/cardinal-0.4.0.tgz
40047npm info retry fetch attempt 1 at 19:32:55
40048npm info attempt registry request try #1 at 19:32:55
40049npm http fetch GET http://registry.npmjs.org/insight/-/insight-0.4.3.tgz
40050npm info retry fetch attempt 1 at 19:32:55
40051npm info attempt registry request try #1 at 19:32:55
40052npm http fetch GET http://registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz
40053npm info retry fetch attempt 1 at 19:32:55
40054npm info attempt registry request try #1 at 19:32:55
40055npm http fetch GET http://registry.npmjs.org/bower-registry-client/-/bower-registry-client-0.2.4.tgz
40056npm info retry fetch attempt 1 at 19:32:55
40057npm info attempt registry request try #1 at 19:32:55
40058npm http fetch GET http://registry.npmjs.org/bower-config/-/bower-config-0.5.2.tgz
40059npm info retry fetch attempt 1 at 19:32:55
40060npm info attempt registry request try #1 at 19:32:55
40061npm http fetch GET http://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz
40062npm info retry fetch attempt 1 at 19:32:55
40063npm info attempt registry request try #1 at 19:32:55
40064npm http fetch GET http://registry.npmjs.org/junk/-/junk-1.0.2.tgz
40065npm info retry fetch attempt 1 at 19:32:55
40066npm info attempt registry request try #1 at 19:32:55
40067npm http fetch GET http://registry.npmjs.org/inquirer/-/inquirer-0.7.1.tgz
40068npm info retry fetch attempt 1 at 19:32:55
40069npm info attempt registry request try #1 at 19:32:55
40070npm http fetch GET http://registry.npmjs.org/mout/-/mout-0.9.1.tgz
40071npm info retry fetch attempt 1 at 19:32:55
40072npm info attempt registry request try #1 at 19:32:55
40073npm http fetch GET http://registry.npmjs.org/tmp/-/tmp-0.0.23.tgz
40074npm info retry fetch attempt 1 at 19:32:55
40075npm info attempt registry request try #1 at 19:32:55
40076npm http fetch GET http://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz
40077npm info retry fetch attempt 1 at 19:32:55
40078npm info attempt registry request try #1 at 19:32:55
40079npm http fetch GET http://registry.npmjs.org/bower-logger/-/bower-logger-0.2.2.tgz
40080npm info retry fetch attempt 1 at 19:32:55
40081npm info attempt registry request try #1 at 19:32:55
40082npm http fetch GET http://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz
40083npm info retry fetch attempt 1 at 19:32:55
40084npm info attempt registry request try #1 at 19:32:55
40085npm http fetch GET http://registry.npmjs.org/update-notifier/-/update-notifier-0.2.0.tgz
40086npm info retry fetch attempt 1 at 19:32:55
40087npm info attempt registry request try #1 at 19:32:55
40088npm http fetch GET http://registry.npmjs.org/retry/-/retry-0.6.0.tgz
40089npm info retry fetch attempt 1 at 19:32:55
40090npm info attempt registry request try #1 at 19:32:55
40091npm http fetch GET http://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz
40092npm http 200 http://registry.npmjs.org/opn
40093npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40094npm verb headers etag: '"8E0AO1L5Q5PL5YJL9HKR0312V"',
40095npm verb headers 'content-type': 'application/json',
40096npm verb headers 'cache-control': 'max-age=300',
40097npm verb headers 'content-length': '18496',
40098npm verb headers 'accept-ranges': 'bytes',
40099npm verb headers date: 'Tue, 29 Dec 2015 19:32:55 GMT',
40100npm verb headers age: '227',
40101npm verb headers 'x-served-by': 'cache-ams4142-AMS',
40102npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40103npm verb headers 'x-cache-hits': '1',
40104npm verb headers 'x-timer': 'S1451417575.185445,VS0,VE0',
40105npm verb headers vary: 'Accept',
40106npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40107npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40108npm verb headers connection: 'keep-alive' }
40109npm verb get saving opn to /root/.npm/registry.npmjs.org/opn/.cache.json
40110npm verb addRemoteTarball http://registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz not in flight; adding
40111npm verb addRemoteTarball [ 'http://registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz',
40112npm verb addRemoteTarball '9d353ecfe3f54d150bb57f89d51746935a39c4f5' ]
40113npm info retry fetch attempt 1 at 19:32:55
40114npm info attempt registry request try #1 at 19:32:55
40115npm http fetch GET http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz
40116npm info retry fetch attempt 1 at 19:32:55
40117npm info attempt registry request try #1 at 19:32:55
40118npm http fetch GET http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz
40119npm info retry fetch attempt 1 at 19:32:55
40120npm info attempt registry request try #1 at 19:32:55
40121npm http fetch GET http://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz
40122npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/fstream/-/fstream-1.0.8.tgz not in flight; adding
40123npm verb addTmpTarball already have metadata; skipping unpack for fstream@1.0.8
40124npm info retry fetch attempt 1 at 19:32:55
40125npm info attempt registry request try #1 at 19:32:55
40126npm http fetch GET http://registry.npmjs.org/chmodr/-/chmodr-0.1.0.tgz
40127npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
40128npm info retry fetch attempt 1 at 19:32:55
40129npm info attempt registry request try #1 at 19:32:55
40130npm http fetch GET http://registry.npmjs.org/tar-fs/-/tar-fs-0.5.2.tgz
40131npm info retry fetch attempt 1 at 19:32:55
40132npm info attempt registry request try #1 at 19:32:55
40133npm http fetch GET http://registry.npmjs.org/stringify-object/-/stringify-object-1.0.1.tgz
40134npm info retry fetch attempt 1 at 19:32:55
40135npm info attempt registry request try #1 at 19:32:55
40136npm http fetch GET http://registry.npmjs.org/request-progress/-/request-progress-0.3.0.tgz
40137npm info retry fetch attempt 1 at 19:32:55
40138npm info attempt registry request try #1 at 19:32:55
40139npm http fetch GET http://registry.npmjs.org/archy/-/archy-0.0.2.tgz
40140npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz not in flight; adding
40141npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.5.0
40142npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/q/-/q-1.0.1.tgz not in flight; adding
40143npm verb addTmpTarball already have metadata; skipping unpack for q@1.0.1
40144npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
40145npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/chalk/-/chalk-0.5.0.tgz not in flight; adding
40146npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.5.0
40147npm http fetch 200 http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz
40148npm http fetch 200 http://registry.npmjs.org/cardinal/-/cardinal-0.4.0.tgz
40149npm http fetch 200 http://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz
40150npm http fetch 200 http://registry.npmjs.org/bower-logger/-/bower-logger-0.2.2.tgz
40151npm http fetch 200 http://registry.npmjs.org/bower-registry-client/-/bower-registry-client-0.2.4.tgz
40152npm http fetch 200 http://registry.npmjs.org/mout/-/mout-0.9.1.tgz
40153npm http fetch 200 http://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz
40154npm http fetch 200 http://registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz
40155npm http fetch 200 http://registry.npmjs.org/inquirer/-/inquirer-0.7.1.tgz
40156npm http fetch 200 http://registry.npmjs.org/junk/-/junk-1.0.2.tgz
40157npm http fetch 200 http://registry.npmjs.org/tmp/-/tmp-0.0.23.tgz
40158npm http fetch 200 http://registry.npmjs.org/insight/-/insight-0.4.3.tgz
40159npm http fetch 200 http://registry.npmjs.org/bower-config/-/bower-config-0.5.2.tgz
40160npm http fetch 200 http://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz
40161npm verb cache add spec decompress-zip@0.0.8
40162npm verb addNamed "0.0.8" is a plain semver version for decompress-zip
40163npm verb addNameVersion registry:http://registry.npmjs.org/decompress-zip not in flight; fetching
40164npm info retry fetch attempt 1 at 19:32:55
40165npm info attempt registry request try #1 at 19:32:55
40166npm http fetch GET http://registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz
40167npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
40168npm http fetch 200 http://registry.npmjs.org/update-notifier/-/update-notifier-0.2.0.tgz
40169npm http fetch 200 http://registry.npmjs.org/retry/-/retry-0.6.0.tgz
40170npm http fetch 200 http://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz
40171npm http fetch 200 http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz
40172npm http fetch 200 http://registry.npmjs.org/chmodr/-/chmodr-0.1.0.tgz
40173npm http fetch 200 http://registry.npmjs.org/tar-fs/-/tar-fs-0.5.2.tgz
40174npm http fetch 200 http://registry.npmjs.org/stringify-object/-/stringify-object-1.0.1.tgz
40175npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/request/-/request-2.42.0.tgz not in flight; adding
40176npm verb addTmpTarball already have metadata; skipping unpack for request@2.42.0
40177npm http fetch 200 http://registry.npmjs.org/archy/-/archy-0.0.2.tgz
40178npm http fetch 200 http://registry.npmjs.org/request-progress/-/request-progress-0.3.0.tgz
40179npm http fetch 200 http://registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz
40180npm verb get http://registry.npmjs.org/decompress-zip not expired, no request
40181npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz not in flight; adding
40182npm verb addTmpTarball already have metadata; skipping unpack for bower-endpoint-parser@0.2.2
40183npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/osenv/-/osenv-0.1.0.tgz not in flight; adding
40184npm verb addTmpTarball already have metadata; skipping unpack for osenv@0.1.0
40185npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cardinal/-/cardinal-0.4.0.tgz not in flight; adding
40186npm verb addTmpTarball already have metadata; skipping unpack for cardinal@0.4.0
40187npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bower-logger/-/bower-logger-0.2.2.tgz not in flight; adding
40188npm verb addTmpTarball already have metadata; skipping unpack for bower-logger@0.2.2
40189npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/junk/-/junk-1.0.2.tgz not in flight; adding
40190npm verb addTmpTarball already have metadata; skipping unpack for junk@1.0.2
40191npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/inquirer/-/inquirer-0.7.1.tgz not in flight; adding
40192npm verb addTmpTarball already have metadata; skipping unpack for inquirer@0.7.1
40193npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tmp/-/tmp-0.0.23.tgz not in flight; adding
40194npm verb addTmpTarball already have metadata; skipping unpack for tmp@0.0.23
40195npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/insight/-/insight-0.4.3.tgz not in flight; adding
40196npm verb addTmpTarball already have metadata; skipping unpack for insight@0.4.3
40197npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bower-registry-client/-/bower-registry-client-0.2.4.tgz not in flight; adding
40198npm verb addTmpTarball already have metadata; skipping unpack for bower-registry-client@0.2.4
40199npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bower-config/-/bower-config-0.5.2.tgz not in flight; adding
40200npm verb addTmpTarball already have metadata; skipping unpack for bower-config@0.5.2
40201npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/promptly/-/promptly-0.2.0.tgz not in flight; adding
40202npm verb addTmpTarball already have metadata; skipping unpack for promptly@0.2.0
40203npm http fetch 200 http://registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz
40204npm verb addRemoteTarball http://registry.npmjs.org/decompress-zip/-/decompress-zip-0.0.8.tgz not in flight; adding
40205npm verb addRemoteTarball [ 'http://registry.npmjs.org/decompress-zip/-/decompress-zip-0.0.8.tgz',
40206npm verb addRemoteTarball '4a265b22c7b209d7b24fa66f2b2dfbced59044f3' ]
40207npm verb cache add spec p-throttler@0.1.0
40208npm verb addNamed "0.1.0" is a plain semver version for p-throttler
40209npm verb addNameVersion registry:http://registry.npmjs.org/p-throttler not in flight; fetching
40210npm verb cache add spec opn@~1.0.0
40211npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for opn
40212npm verb addNameRange registry:http://registry.npmjs.org/opn not in flight; fetching
40213npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/update-notifier/-/update-notifier-0.2.0.tgz not in flight; adding
40214npm verb addTmpTarball already have metadata; skipping unpack for update-notifier@0.2.0
40215npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.3.tgz not in flight; adding
40216npm verb addTmpTarball already have metadata; skipping unpack for fstream-ignore@1.0.3
40217npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-root/-/is-root-1.0.0.tgz not in flight; adding
40218npm verb addTmpTarball already have metadata; skipping unpack for is-root@1.0.0
40219npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/chmodr/-/chmodr-0.1.0.tgz not in flight; adding
40220npm verb addTmpTarball already have metadata; skipping unpack for chmodr@0.1.0
40221npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tar-fs/-/tar-fs-0.5.2.tgz not in flight; adding
40222npm verb addTmpTarball already have metadata; skipping unpack for tar-fs@0.5.2
40223npm verb afterAdd /root/.npm/fstream/1.0.8/package/package.json not in flight; writing
40224npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/stringify-object/-/stringify-object-1.0.1.tgz not in flight; adding
40225npm verb addTmpTarball already have metadata; skipping unpack for stringify-object@1.0.1
40226npm verb afterAdd /root/.npm/mkdirp/0.5.0/package/package.json not in flight; writing
40227npm verb afterAdd /root/.npm/q/1.0.1/package/package.json not in flight; writing
40228npm verb afterAdd /root/.npm/chalk/0.5.0/package/package.json not in flight; writing
40229npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/archy/-/archy-0.0.2.tgz not in flight; adding
40230npm verb addTmpTarball already have metadata; skipping unpack for archy@0.0.2
40231npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/request-progress/-/request-progress-0.3.0.tgz not in flight; adding
40232npm verb addTmpTarball already have metadata; skipping unpack for request-progress@0.3.0
40233npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/retry/-/retry-0.6.0.tgz not in flight; adding
40234npm verb addTmpTarball already have metadata; skipping unpack for retry@0.6.0
40235npm info retry fetch attempt 1 at 19:32:55
40236npm info attempt registry request try #1 at 19:32:55
40237npm http fetch GET http://registry.npmjs.org/decompress-zip/-/decompress-zip-0.0.8.tgz
40238npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bower-json/-/bower-json-0.4.0.tgz not in flight; adding
40239npm verb addTmpTarball already have metadata; skipping unpack for bower-json@0.4.0
40240npm verb get http://registry.npmjs.org/p-throttler not expired, no request
40241npm verb get http://registry.npmjs.org/opn not expired, no request
40242npm verb addNamed "1.0.2" is a plain semver version for opn
40243npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz not in flight; adding
40244npm verb addTmpTarball already have metadata; skipping unpack for lockfile@1.0.1
40245npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mout/-/mout-0.9.1.tgz not in flight; adding
40246npm verb addTmpTarball already have metadata; skipping unpack for mout@0.9.1
40247npm verb addRemoteTarball http://registry.npmjs.org/p-throttler/-/p-throttler-0.1.0.tgz not in flight; adding
40248npm verb addRemoteTarball [ 'http://registry.npmjs.org/p-throttler/-/p-throttler-0.1.0.tgz',
40249npm verb addRemoteTarball '1b16907942c333e6f1ddeabcb3479204b8c417c4' ]
40250npm verb afterAdd /root/.npm/request/2.42.0/package/package.json not in flight; writing
40251npm verb afterAdd /root/.npm/fstream/1.0.8/package/package.json written
40252npm verb addRemoteTarball http://registry.npmjs.org/opn/-/opn-1.0.2.tgz not in flight; adding
40253npm verb addRemoteTarball [ 'http://registry.npmjs.org/opn/-/opn-1.0.2.tgz',
40254npm verb addRemoteTarball 'b909643346d00a1abc977a8b96f3ce3c53d5cf5f' ]
40255npm verb afterAdd /root/.npm/mkdirp/0.5.0/package/package.json written
40256npm verb afterAdd /root/.npm/q/1.0.1/package/package.json written
40257npm verb afterAdd /root/.npm/chalk/0.5.0/package/package.json written
40258npm http fetch 200 http://registry.npmjs.org/decompress-zip/-/decompress-zip-0.0.8.tgz
40259npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/glob/-/glob-4.0.6.tgz not in flight; adding
40260npm verb addTmpTarball already have metadata; skipping unpack for glob@4.0.6
40261npm info retry fetch attempt 1 at 19:32:55
40262npm info attempt registry request try #1 at 19:32:55
40263npm http fetch GET http://registry.npmjs.org/p-throttler/-/p-throttler-0.1.0.tgz
40264npm info retry fetch attempt 1 at 19:32:55
40265npm info attempt registry request try #1 at 19:32:55
40266npm http fetch GET http://registry.npmjs.org/opn/-/opn-1.0.2.tgz
40267npm verb afterAdd /root/.npm/bower-endpoint-parser/0.2.2/package/package.json not in flight; writing
40268npm verb afterAdd /root/.npm/bower-logger/0.2.2/package/package.json not in flight; writing
40269npm verb afterAdd /root/.npm/junk/1.0.2/package/package.json not in flight; writing
40270npm verb afterAdd /root/.npm/osenv/0.1.0/package/package.json not in flight; writing
40271npm verb afterAdd /root/.npm/bower-registry-client/0.2.4/package/package.json not in flight; writing
40272npm verb afterAdd /root/.npm/inquirer/0.7.1/package/package.json not in flight; writing
40273npm verb afterAdd /root/.npm/tmp/0.0.23/package/package.json not in flight; writing
40274npm verb afterAdd /root/.npm/insight/0.4.3/package/package.json not in flight; writing
40275npm verb afterAdd /root/.npm/bower-config/0.5.2/package/package.json not in flight; writing
40276npm verb afterAdd /root/.npm/cardinal/0.4.0/package/package.json not in flight; writing
40277npm verb afterAdd /root/.npm/promptly/0.2.0/package/package.json not in flight; writing
40278npm verb afterAdd /root/.npm/request/2.42.0/package/package.json written
40279npm verb afterAdd /root/.npm/fstream-ignore/1.0.3/package/package.json not in flight; writing
40280npm verb afterAdd /root/.npm/update-notifier/0.2.0/package/package.json not in flight; writing
40281npm verb afterAdd /root/.npm/is-root/1.0.0/package/package.json not in flight; writing
40282npm verb afterAdd /root/.npm/chmodr/0.1.0/package/package.json not in flight; writing
40283npm verb afterAdd /root/.npm/tar-fs/0.5.2/package/package.json not in flight; writing
40284npm http fetch 200 http://registry.npmjs.org/opn/-/opn-1.0.2.tgz
40285npm verb afterAdd /root/.npm/stringify-object/1.0.1/package/package.json not in flight; writing
40286npm http fetch 200 http://registry.npmjs.org/p-throttler/-/p-throttler-0.1.0.tgz
40287npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz not in flight; adding
40288npm verb addTmpTarball already have metadata; skipping unpack for shell-quote@1.4.3
40289npm verb afterAdd /root/.npm/archy/0.0.2/package/package.json not in flight; writing
40290npm verb afterAdd /root/.npm/request-progress/0.3.0/package/package.json not in flight; writing
40291npm verb afterAdd /root/.npm/retry/0.6.0/package/package.json not in flight; writing
40292npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/decompress-zip/-/decompress-zip-0.0.8.tgz not in flight; adding
40293npm verb addTmpTarball already have metadata; skipping unpack for decompress-zip@0.0.8
40294npm verb afterAdd /root/.npm/bower-logger/0.2.2/package/package.json written
40295npm verb afterAdd /root/.npm/osenv/0.1.0/package/package.json written
40296npm verb afterAdd /root/.npm/bower-endpoint-parser/0.2.2/package/package.json written
40297npm verb afterAdd /root/.npm/bower-registry-client/0.2.4/package/package.json written
40298npm verb afterAdd /root/.npm/inquirer/0.7.1/package/package.json written
40299npm verb afterAdd /root/.npm/junk/1.0.2/package/package.json written
40300npm verb afterAdd /root/.npm/tmp/0.0.23/package/package.json written
40301npm verb afterAdd /root/.npm/insight/0.4.3/package/package.json written
40302npm verb afterAdd /root/.npm/bower-config/0.5.2/package/package.json written
40303npm verb afterAdd /root/.npm/cardinal/0.4.0/package/package.json written
40304npm verb afterAdd /root/.npm/promptly/0.2.0/package/package.json written
40305npm verb afterAdd /root/.npm/bower-json/0.4.0/package/package.json not in flight; writing
40306npm verb afterAdd /root/.npm/fstream-ignore/1.0.3/package/package.json written
40307npm verb afterAdd /root/.npm/update-notifier/0.2.0/package/package.json written
40308npm verb afterAdd /root/.npm/is-root/1.0.0/package/package.json written
40309npm verb afterAdd /root/.npm/chmodr/0.1.0/package/package.json written
40310npm verb afterAdd /root/.npm/tar-fs/0.5.2/package/package.json written
40311npm verb afterAdd /root/.npm/lockfile/1.0.1/package/package.json not in flight; writing
40312npm verb afterAdd /root/.npm/stringify-object/1.0.1/package/package.json written
40313npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/opn/-/opn-1.0.2.tgz not in flight; adding
40314npm verb addTmpTarball already have metadata; skipping unpack for opn@1.0.2
40315npm verb afterAdd /root/.npm/mout/0.9.1/package/package.json not in flight; writing
40316npm verb afterAdd /root/.npm/archy/0.0.2/package/package.json written
40317npm verb afterAdd /root/.npm/request-progress/0.3.0/package/package.json written
40318npm verb afterAdd /root/.npm/retry/0.6.0/package/package.json written
40319npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/p-throttler/-/p-throttler-0.1.0.tgz not in flight; adding
40320npm verb addTmpTarball already have metadata; skipping unpack for p-throttler@0.1.0
40321npm verb afterAdd /root/.npm/bower-json/0.4.0/package/package.json written
40322npm verb afterAdd /root/.npm/lockfile/1.0.1/package/package.json written
40323npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/handlebars/-/handlebars-2.0.0.tgz not in flight; adding
40324npm verb addTmpTarball already have metadata; skipping unpack for handlebars@2.0.0
40325npm verb afterAdd /root/.npm/mout/0.9.1/package/package.json written
40326npm verb afterAdd /root/.npm/shell-quote/1.4.3/package/package.json not in flight; writing
40327npm verb afterAdd /root/.npm/decompress-zip/0.0.8/package/package.json not in flight; writing
40328npm verb afterAdd /root/.npm/glob/4.0.6/package/package.json not in flight; writing
40329npm verb afterAdd /root/.npm/opn/1.0.2/package/package.json not in flight; writing
40330npm verb afterAdd /root/.npm/shell-quote/1.4.3/package/package.json written
40331npm verb afterAdd /root/.npm/decompress-zip/0.0.8/package/package.json written
40332npm verb afterAdd /root/.npm/p-throttler/0.1.0/package/package.json not in flight; writing
40333npm verb afterAdd /root/.npm/glob/4.0.6/package/package.json written
40334npm verb afterAdd /root/.npm/opn/1.0.2/package/package.json written
40335npm verb afterAdd /root/.npm/p-throttler/0.1.0/package/package.json written
40336npm verb afterAdd /root/.npm/handlebars/2.0.0/package/package.json not in flight; writing
40337npm verb afterAdd /root/.npm/handlebars/2.0.0/package/package.json written
40338npm verb cache add spec graceful-fs@~2.0.0
40339npm verb cache add spec optimist@~0.6.0
40340npm verb cache add spec osenv@0.0.3
40341npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for graceful-fs
40342npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
40343npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for optimist
40344npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
40345npm verb addNamed "0.0.3" is a plain semver version for osenv
40346npm verb addNameVersion registry:http://registry.npmjs.org/osenv not in flight; fetching
40347npm verb get http://registry.npmjs.org/osenv not expired, no request
40348npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
40349npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
40350npm verb request uri http://registry.npmjs.org/optimist
40351npm verb request no auth needed
40352npm info attempt registry request try #1 at 19:32:56
40353npm verb etag "6CXUKRQ1RDWCGZOWF0ABF0B0Y"
40354npm http request GET http://registry.npmjs.org/optimist
40355npm verb addRemoteTarball http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz not in flight; adding
40356npm verb addRemoteTarball [ 'http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz',
40357npm verb addRemoteTarball 'cd6ad8ddb290915ad9e22765576025d411f29cb6' ]
40358npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz not in flight; adding
40359npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz',
40360npm verb addRemoteTarball '7cd2cdb228a4a3f36e95efa6cc142de7d1a136d0' ]
40361npm http 304 http://registry.npmjs.org/optimist
40362npm verb headers { date: 'Tue, 29 Dec 2015 19:31:24 GMT',
40363npm verb headers 'content-type': 'application/json',
40364npm verb headers age: '225',
40365npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
40366npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
40367npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
40368npm verb headers connection: 'keep-alive' }
40369npm verb etag http://registry.npmjs.org/optimist from cache
40370npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
40371npm info retry fetch attempt 1 at 19:32:56
40372npm info attempt registry request try #1 at 19:32:56
40373npm http fetch GET http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz
40374npm info retry fetch attempt 1 at 19:32:56
40375npm info attempt registry request try #1 at 19:32:56
40376npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz
40377npm http fetch 200 http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz
40378npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz
40379npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/osenv/-/osenv-0.0.3.tgz not in flight; adding
40380npm verb addTmpTarball already have metadata; skipping unpack for osenv@0.0.3
40381npm verb addNamed "0.6.1" is a plain semver version for optimist
40382npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz not in flight; adding
40383npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@2.0.3
40384npm verb addRemoteTarball http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz not in flight; adding
40385npm verb addRemoteTarball [ 'http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
40386npm verb addRemoteTarball 'da3ea74686fa21a19a111c326e90eb15a0196686' ]
40387npm info retry fetch attempt 1 at 19:32:56
40388npm info attempt registry request try #1 at 19:32:56
40389npm http fetch GET http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
40390npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json not in flight; writing
40391npm verb afterAdd /root/.npm/osenv/0.0.3/package/package.json not in flight; writing
40392npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json written
40393npm verb afterAdd /root/.npm/osenv/0.0.3/package/package.json written
40394npm http fetch 200 http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
40395npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/optimist/-/optimist-0.6.1.tgz not in flight; adding
40396npm verb addTmpTarball already have metadata; skipping unpack for optimist@0.6.1
40397npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
40398npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
40399npm verb cache add spec minimist@~0.0.1
40400npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
40401npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
40402npm verb request uri http://registry.npmjs.org/minimist
40403npm verb request no auth needed
40404npm info attempt registry request try #1 at 19:32:56
40405npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
40406npm http request GET http://registry.npmjs.org/minimist
40407npm http 304 http://registry.npmjs.org/minimist
40408npm verb headers { date: 'Tue, 29 Dec 2015 19:32:56 GMT',
40409npm verb headers 'cache-control': 'max-age=300',
40410npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
40411npm verb headers age: '145',
40412npm verb headers 'x-served-by': 'cache-fra1245-FRA',
40413npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40414npm verb headers 'x-cache-hits': '13',
40415npm verb headers 'x-timer': 'S1451417576.420319,VS0,VE0',
40416npm verb headers vary: 'Accept',
40417npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40418npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40419npm verb headers connection: 'keep-alive' }
40420npm verb etag http://registry.npmjs.org/minimist from cache
40421npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
40422npm verb addNamed "0.0.10" is a plain semver version for minimist
40423npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz not in flight; adding
40424npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz',
40425npm verb addRemoteTarball 'de3f98543dbf96082be48ad1a0c7cda836301dcf' ]
40426npm info retry fetch attempt 1 at 19:32:56
40427npm info attempt registry request try #1 at 19:32:56
40428npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz
40429npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz
40430npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/minimist/-/minimist-0.0.10.tgz not in flight; adding
40431npm verb addTmpTarball already have metadata; skipping unpack for minimist@0.0.10
40432npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
40433npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
40434npm verb cache add spec graceful-fs@~2.0.0
40435npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for graceful-fs
40436npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
40437npm verb request uri http://registry.npmjs.org/deep-extend
40438npm verb request no auth needed
40439npm info attempt registry request try #1 at 19:32:56
40440npm http request GET http://registry.npmjs.org/deep-extend
40441npm verb request uri http://registry.npmjs.org/intersect
40442npm verb request no auth needed
40443npm info attempt registry request try #1 at 19:32:56
40444npm http request GET http://registry.npmjs.org/intersect
40445npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
40446npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
40447npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json not in flight; writing
40448npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json written
40449npm http 200 http://registry.npmjs.org/intersect
40450npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40451npm verb headers etag: '"8E0XRGVI1JYA2PYANRMWGBJWL"',
40452npm verb headers 'content-type': 'application/json',
40453npm verb headers 'cache-control': 'max-age=300',
40454npm verb headers 'content-length': '10843',
40455npm verb headers 'accept-ranges': 'bytes',
40456npm verb headers date: 'Tue, 29 Dec 2015 19:32:56 GMT',
40457npm verb headers age: '279',
40458npm verb headers 'x-served-by': 'cache-fra1245-FRA',
40459npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40460npm verb headers 'x-cache-hits': '2',
40461npm verb headers 'x-timer': 'S1451417576.561247,VS0,VE0',
40462npm verb headers vary: 'Accept',
40463npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40464npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40465npm verb headers connection: 'keep-alive' }
40466npm verb get saving intersect to /root/.npm/registry.npmjs.org/intersect/.cache.json
40467npm verb cache add spec intersect@~0.0.3
40468npm verb addNamed ">=0.0.3 <0.1.0" is a valid semver range for intersect
40469npm verb addNameRange registry:http://registry.npmjs.org/intersect not in flight; fetching
40470npm verb get http://registry.npmjs.org/intersect not expired, no request
40471npm verb addNamed "0.0.3" is a plain semver version for intersect
40472npm http 200 http://registry.npmjs.org/deep-extend
40473npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40474npm verb headers etag: '"4U98DLSLRBDBUNMZEPTH39DKX"',
40475npm verb headers 'content-type': 'application/json',
40476npm verb headers 'cache-control': 'max-age=60',
40477npm verb headers 'content-length': '18131',
40478npm verb headers 'accept-ranges': 'bytes',
40479npm verb headers date: 'Tue, 29 Dec 2015 19:32:56 GMT',
40480npm verb headers age: '59',
40481npm verb headers 'x-served-by': 'cache-ams4125-AMS',
40482npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40483npm verb headers 'x-cache-hits': '3',
40484npm verb headers 'x-timer': 'S1451417576.564643,VS0,VE0',
40485npm verb headers vary: 'Accept',
40486npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40487npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40488npm verb headers connection: 'keep-alive' }
40489npm verb get saving deep-extend to /root/.npm/registry.npmjs.org/deep-extend/.cache.json
40490npm verb addRemoteTarball http://registry.npmjs.org/intersect/-/intersect-0.0.3.tgz not in flight; adding
40491npm verb addRemoteTarball [ 'http://registry.npmjs.org/intersect/-/intersect-0.0.3.tgz',
40492npm verb addRemoteTarball 'c1a4a5e5eac6ede4af7504cc07e0ada7bc9f4920' ]
40493npm info retry fetch attempt 1 at 19:32:56
40494npm info attempt registry request try #1 at 19:32:56
40495npm http fetch GET http://registry.npmjs.org/intersect/-/intersect-0.0.3.tgz
40496npm verb cache add spec deep-extend@~0.2.5
40497npm verb addNamed ">=0.2.5 <0.3.0" is a valid semver range for deep-extend
40498npm verb addNameRange registry:http://registry.npmjs.org/deep-extend not in flight; fetching
40499npm verb get http://registry.npmjs.org/deep-extend not expired, no request
40500npm verb addNamed "0.2.11" is a plain semver version for deep-extend
40501npm http fetch 200 http://registry.npmjs.org/intersect/-/intersect-0.0.3.tgz
40502npm verb addRemoteTarball http://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz not in flight; adding
40503npm verb addRemoteTarball [ 'http://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz',
40504npm verb addRemoteTarball '7a16ba69729132340506170494bc83f7076fe08f' ]
40505npm info retry fetch attempt 1 at 19:32:56
40506npm info attempt registry request try #1 at 19:32:56
40507npm http fetch GET http://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz
40508npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/intersect/-/intersect-0.0.3.tgz not in flight; adding
40509npm verb addTmpTarball already have metadata; skipping unpack for intersect@0.0.3
40510npm verb afterAdd /root/.npm/intersect/0.0.3/package/package.json not in flight; writing
40511npm verb afterAdd /root/.npm/intersect/0.0.3/package/package.json written
40512npm http fetch 200 http://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz
40513npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz not in flight; adding
40514npm verb addTmpTarball already have metadata; skipping unpack for deep-extend@0.2.11
40515npm verb afterAdd /root/.npm/deep-extend/0.2.11/package/package.json not in flight; writing
40516npm verb afterAdd /root/.npm/deep-extend/0.2.11/package/package.json written
40517npm verb cache add spec async@~0.2.8
40518npm verb cache add spec graceful-fs@~2.0.0
40519npm verb cache add spec lru-cache@~2.3.0
40520npm verb cache add spec request@~2.51.0
40521npm verb cache add spec rimraf@~2.2.0
40522npm verb addNamed ">=0.2.8 <0.3.0" is a valid semver range for async
40523npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
40524npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for graceful-fs
40525npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
40526npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for lru-cache
40527npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
40528npm verb addNamed ">=2.51.0 <2.52.0" is a valid semver range for request
40529npm verb addNameRange registry:http://registry.npmjs.org/request not in flight; fetching
40530npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for rimraf
40531npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
40532npm verb request uri http://registry.npmjs.org/request-replay
40533npm verb request no auth needed
40534npm info attempt registry request try #1 at 19:32:56
40535npm http request GET http://registry.npmjs.org/request-replay
40536npm verb get http://registry.npmjs.org/async not expired, no request
40537npm verb addNamed "0.2.10" is a plain semver version for async
40538npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
40539npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
40540npm verb request uri http://registry.npmjs.org/lru-cache
40541npm verb request no auth needed
40542npm info attempt registry request try #1 at 19:32:56
40543npm verb etag "F0MK8HIC1M0PVUN3L8D5VTEPD"
40544npm http request GET http://registry.npmjs.org/lru-cache
40545npm verb get http://registry.npmjs.org/request not expired, no request
40546npm verb addNamed "2.51.0" is a plain semver version for request
40547npm verb get http://registry.npmjs.org/rimraf not expired, no request
40548npm verb addNamed "2.2.8" is a plain semver version for rimraf
40549npm verb addRemoteTarball http://registry.npmjs.org/request/-/request-2.51.0.tgz not in flight; adding
40550npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.51.0.tgz',
40551npm verb addRemoteTarball '35d00bbecc012e55f907b1bd9e0dbd577bfef26e' ]
40552npm http 304 http://registry.npmjs.org/lru-cache
40553npm verb headers { date: 'Tue, 29 Dec 2015 19:31:34 GMT',
40554npm verb headers 'content-type': 'application/json',
40555npm verb headers age: '121',
40556npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
40557npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
40558npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
40559npm verb headers connection: 'keep-alive' }
40560npm verb etag http://registry.npmjs.org/lru-cache from cache
40561npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
40562npm info retry fetch attempt 1 at 19:32:57
40563npm info attempt registry request try #1 at 19:32:57
40564npm http fetch GET http://registry.npmjs.org/request/-/request-2.51.0.tgz
40565npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
40566npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json not in flight; writing
40567npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
40568npm verb addNamed "2.3.1" is a plain semver version for lru-cache
40569npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json written
40570npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
40571npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz not in flight; adding
40572npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz',
40573npm verb addRemoteTarball 'b3adf6b3d856e954e2c390e6cef22081245a53d6' ]
40574npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
40575npm info retry fetch attempt 1 at 19:32:57
40576npm info attempt registry request try #1 at 19:32:57
40577npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz
40578npm http fetch 200 http://registry.npmjs.org/request/-/request-2.51.0.tgz
40579npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz
40580npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/request/-/request-2.51.0.tgz not in flight; adding
40581npm verb addTmpTarball already have metadata; skipping unpack for request@2.51.0
40582npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz not in flight; adding
40583npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@2.3.1
40584npm verb afterAdd /root/.npm/request/2.51.0/package/package.json not in flight; writing
40585npm verb afterAdd /root/.npm/request/2.51.0/package/package.json written
40586npm verb afterAdd /root/.npm/lru-cache/2.3.1/package/package.json not in flight; writing
40587npm verb afterAdd /root/.npm/lru-cache/2.3.1/package/package.json written
40588npm http 200 http://registry.npmjs.org/request-replay
40589npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40590npm verb headers etag: '"CH2O1X2Y4A5YVRC5YYTJNGZXM"',
40591npm verb headers 'content-type': 'application/json',
40592npm verb headers 'cache-control': 'max-age=300',
40593npm verb headers 'content-length': '30890',
40594npm verb headers 'accept-ranges': 'bytes',
40595npm verb headers date: 'Tue, 29 Dec 2015 19:32:57 GMT',
40596npm verb headers age: '0',
40597npm verb headers 'x-served-by': 'cache-fra1245-FRA',
40598npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40599npm verb headers 'x-cache-hits': '1',
40600npm verb headers 'x-timer': 'S1451417576.941887,VS0,VE493',
40601npm verb headers vary: 'Accept',
40602npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40603npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40604npm verb headers connection: 'keep-alive' }
40605npm verb get saving request-replay to /root/.npm/registry.npmjs.org/request-replay/.cache.json
40606npm verb cache add spec request-replay@~0.2.0
40607npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for request-replay
40608npm verb addNameRange registry:http://registry.npmjs.org/request-replay not in flight; fetching
40609npm verb get http://registry.npmjs.org/request-replay not expired, no request
40610npm verb addNamed "0.2.0" is a plain semver version for request-replay
40611npm verb addRemoteTarball http://registry.npmjs.org/request-replay/-/request-replay-0.2.0.tgz not in flight; adding
40612npm verb addRemoteTarball [ 'http://registry.npmjs.org/request-replay/-/request-replay-0.2.0.tgz',
40613npm verb addRemoteTarball '9b693a5d118b39f5c596ead5ed91a26444057f60' ]
40614npm info retry fetch attempt 1 at 19:32:57
40615npm info attempt registry request try #1 at 19:32:57
40616npm http fetch GET http://registry.npmjs.org/request-replay/-/request-replay-0.2.0.tgz
40617npm http fetch 200 http://registry.npmjs.org/request-replay/-/request-replay-0.2.0.tgz
40618npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/request-replay/-/request-replay-0.2.0.tgz not in flight; adding
40619npm verb addTmpTarball already have metadata; skipping unpack for request-replay@0.2.0
40620npm verb afterAdd /root/.npm/request-replay/0.2.0/package/package.json not in flight; writing
40621npm verb afterAdd /root/.npm/request-replay/0.2.0/package/package.json written
40622npm verb cache add spec bl@~0.9.0
40623npm verb cache add spec caseless@~0.8.0
40624npm verb cache add spec forever-agent@~0.5.0
40625npm verb cache add spec form-data@~0.2.0
40626npm verb cache add spec node-uuid@~1.4.0
40627npm verb cache add spec qs@~2.3.1
40628npm verb cache add spec http-signature@~0.10.0
40629npm verb cache add spec oauth-sign@~0.5.0
40630npm verb cache add spec hawk@1.1.1
40631npm verb cache add spec combined-stream@~0.0.5
40632npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
40633npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
40634npm verb addNamed ">=0.8.0 <0.9.0" is a valid semver range for caseless
40635npm verb addNameRange registry:http://registry.npmjs.org/caseless not in flight; fetching
40636npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
40637npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
40638npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for form-data
40639npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
40640npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
40641npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
40642npm verb addNamed ">=2.3.1 <2.4.0" is a valid semver range for qs
40643npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
40644npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
40645npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
40646npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for oauth-sign
40647npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
40648npm verb addNamed "1.1.1" is a plain semver version for hawk
40649npm verb addNameVersion registry:http://registry.npmjs.org/hawk not in flight; fetching
40650npm verb addNamed ">=0.0.5 <0.1.0" is a valid semver range for combined-stream
40651npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
40652npm verb request uri http://registry.npmjs.org/caseless
40653npm verb request no auth needed
40654npm info attempt registry request try #1 at 19:32:57
40655npm verb etag "31X3RJHEJY3DII8ZZ4JC45YBC"
40656npm http request GET http://registry.npmjs.org/caseless
40657npm verb request uri http://registry.npmjs.org/forever-agent
40658npm verb request no auth needed
40659npm info attempt registry request try #1 at 19:32:57
40660npm verb etag "3Z9M332T1HPVIXR93E7J1RS1E"
40661npm http request GET http://registry.npmjs.org/forever-agent
40662npm verb request uri http://registry.npmjs.org/form-data
40663npm verb request no auth needed
40664npm info attempt registry request try #1 at 19:32:57
40665npm verb etag "3168ZUC1M6PC20LWUFGLM15N0"
40666npm http request GET http://registry.npmjs.org/form-data
40667npm verb request uri http://registry.npmjs.org/node-uuid
40668npm verb request no auth needed
40669npm info attempt registry request try #1 at 19:32:57
40670npm verb etag "7SC44848JT0T1XLJAD5CB3ZVF"
40671npm http request GET http://registry.npmjs.org/node-uuid
40672npm verb request uri http://registry.npmjs.org/qs
40673npm verb request no auth needed
40674npm info attempt registry request try #1 at 19:32:57
40675npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
40676npm http request GET http://registry.npmjs.org/qs
40677npm verb request uri http://registry.npmjs.org/http-signature
40678npm verb request no auth needed
40679npm info attempt registry request try #1 at 19:32:57
40680npm verb etag "AY89R528YS9SVNQROK52E9CF7"
40681npm http request GET http://registry.npmjs.org/http-signature
40682npm verb request uri http://registry.npmjs.org/bl
40683npm verb request no auth needed
40684npm info attempt registry request try #1 at 19:32:57
40685npm verb etag "1QW45QJTVFVWJ5YM6H0GGCASF"
40686npm http request GET http://registry.npmjs.org/bl
40687npm verb request uri http://registry.npmjs.org/oauth-sign
40688npm verb request no auth needed
40689npm info attempt registry request try #1 at 19:32:57
40690npm verb etag "EDJNZ0SD5DV6ZTLTXN76D4X7I"
40691npm http request GET http://registry.npmjs.org/oauth-sign
40692npm verb request uri http://registry.npmjs.org/hawk
40693npm verb request no auth needed
40694npm info attempt registry request try #1 at 19:32:57
40695npm verb etag "DL06CWBZE06RBOAKK3T35XMYW"
40696npm http request GET http://registry.npmjs.org/hawk
40697npm verb request uri http://registry.npmjs.org/combined-stream
40698npm verb request no auth needed
40699npm info attempt registry request try #1 at 19:32:57
40700npm verb etag "B4WTGKY32M1VDZX0V45HEIVUL"
40701npm http request GET http://registry.npmjs.org/combined-stream
40702npm http 304 http://registry.npmjs.org/caseless
40703npm verb headers { date: 'Tue, 29 Dec 2015 19:32:57 GMT',
40704npm verb headers 'cache-control': 'max-age=60',
40705npm verb headers etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
40706npm verb headers age: '19',
40707npm verb headers 'x-served-by': 'cache-ams4124-AMS',
40708npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40709npm verb headers 'x-cache-hits': '1',
40710npm verb headers 'x-timer': 'S1451417577.776035,VS0,VE0',
40711npm verb headers vary: 'Accept',
40712npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40713npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40714npm verb headers connection: 'keep-alive' }
40715npm verb etag http://registry.npmjs.org/caseless from cache
40716npm verb get saving caseless to /root/.npm/registry.npmjs.org/caseless/.cache.json
40717npm http 304 http://registry.npmjs.org/forever-agent
40718npm verb headers { date: 'Tue, 29 Dec 2015 19:32:57 GMT',
40719npm verb headers 'cache-control': 'max-age=300',
40720npm verb headers etag: '"3Z9M332T1HPVIXR93E7J1RS1E"',
40721npm verb headers age: '9',
40722npm verb headers 'x-served-by': 'cache-fra1245-FRA',
40723npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40724npm verb headers 'x-cache-hits': '3',
40725npm verb headers 'x-timer': 'S1451417577.874532,VS0,VE0',
40726npm verb headers vary: 'Accept',
40727npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40728npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40729npm verb headers connection: 'keep-alive' }
40730npm verb etag http://registry.npmjs.org/forever-agent from cache
40731npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
40732npm http 304 http://registry.npmjs.org/node-uuid
40733npm verb headers { date: 'Tue, 29 Dec 2015 19:32:57 GMT',
40734npm verb headers 'cache-control': 'max-age=300',
40735npm verb headers etag: '"7SC44848JT0T1XLJAD5CB3ZVF"',
40736npm verb headers age: '196',
40737npm verb headers 'x-served-by': 'cache-fra1223-FRA',
40738npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40739npm verb headers 'x-cache-hits': '2',
40740npm verb headers 'x-timer': 'S1451417577.877056,VS0,VE0',
40741npm verb headers vary: 'Accept',
40742npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40743npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40744npm verb headers connection: 'keep-alive' }
40745npm verb etag http://registry.npmjs.org/node-uuid from cache
40746npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
40747npm http 304 http://registry.npmjs.org/bl
40748npm verb headers { date: 'Tue, 29 Dec 2015 19:32:57 GMT',
40749npm verb headers 'cache-control': 'max-age=60',
40750npm verb headers etag: '"1QW45QJTVFVWJ5YM6H0GGCASF"',
40751npm verb headers age: '40',
40752npm verb headers 'x-served-by': 'cache-fra1231-FRA',
40753npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40754npm verb headers 'x-cache-hits': '3',
40755npm verb headers 'x-timer': 'S1451417577.878001,VS0,VE0',
40756npm verb headers vary: 'Accept',
40757npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40758npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40759npm verb headers connection: 'keep-alive' }
40760npm verb etag http://registry.npmjs.org/bl from cache
40761npm verb get saving bl to /root/.npm/registry.npmjs.org/bl/.cache.json
40762npm http 304 http://registry.npmjs.org/form-data
40763npm verb headers { date: 'Tue, 29 Dec 2015 19:32:57 GMT',
40764npm verb headers 'cache-control': 'max-age=300',
40765npm verb headers etag: '"3168ZUC1M6PC20LWUFGLM15N0"',
40766npm verb headers age: '60',
40767npm verb headers 'x-served-by': 'cache-fra1234-FRA',
40768npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40769npm verb headers 'x-cache-hits': '2',
40770npm verb headers 'x-timer': 'S1451417577.876873,VS0,VE0',
40771npm verb headers vary: 'Accept',
40772npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40773npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40774npm verb headers connection: 'keep-alive' }
40775npm verb etag http://registry.npmjs.org/form-data from cache
40776npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
40777npm http 304 http://registry.npmjs.org/qs
40778npm verb headers { date: 'Tue, 29 Dec 2015 19:32:57 GMT',
40779npm verb headers 'cache-control': 'max-age=300',
40780npm verb headers etag: '"ABBTZ14CMW8TB0ZN25ZL5AVYM"',
40781npm verb headers age: '213',
40782npm verb headers 'x-served-by': 'cache-fra1232-FRA',
40783npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40784npm verb headers 'x-cache-hits': '10',
40785npm verb headers 'x-timer': 'S1451417577.877738,VS0,VE0',
40786npm verb headers vary: 'Accept',
40787npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40788npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40789npm verb headers connection: 'keep-alive' }
40790npm verb etag http://registry.npmjs.org/qs from cache
40791npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
40792npm http 304 http://registry.npmjs.org/oauth-sign
40793npm verb headers { date: 'Tue, 29 Dec 2015 19:32:57 GMT',
40794npm verb headers 'cache-control': 'max-age=60',
40795npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
40796npm verb headers age: '12',
40797npm verb headers 'x-served-by': 'cache-fra1226-FRA',
40798npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40799npm verb headers 'x-cache-hits': '2',
40800npm verb headers 'x-timer': 'S1451417577.878054,VS0,VE0',
40801npm verb headers vary: 'Accept',
40802npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40803npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40804npm verb headers connection: 'keep-alive' }
40805npm verb etag http://registry.npmjs.org/oauth-sign from cache
40806npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
40807npm http 304 http://registry.npmjs.org/http-signature
40808npm verb headers { date: 'Tue, 29 Dec 2015 19:32:57 GMT',
40809npm verb headers 'cache-control': 'max-age=60',
40810npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
40811npm verb headers age: '20',
40812npm verb headers 'x-served-by': 'cache-ams4124-AMS',
40813npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40814npm verb headers 'x-cache-hits': '1',
40815npm verb headers 'x-timer': 'S1451417577.881141,VS0,VE0',
40816npm verb headers vary: 'Accept',
40817npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40818npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40819npm verb headers connection: 'keep-alive' }
40820npm verb etag http://registry.npmjs.org/http-signature from cache
40821npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
40822npm http 304 http://registry.npmjs.org/hawk
40823npm verb headers { date: 'Tue, 29 Dec 2015 19:32:57 GMT',
40824npm verb headers 'cache-control': 'max-age=60',
40825npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
40826npm verb headers age: '48',
40827npm verb headers 'x-served-by': 'cache-ams4125-AMS',
40828npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40829npm verb headers 'x-cache-hits': '2',
40830npm verb headers 'x-timer': 'S1451417577.883253,VS0,VE0',
40831npm verb headers vary: 'Accept',
40832npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40833npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40834npm verb headers connection: 'keep-alive' }
40835npm verb etag http://registry.npmjs.org/hawk from cache
40836npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
40837npm http 304 http://registry.npmjs.org/combined-stream
40838npm verb headers { date: 'Tue, 29 Dec 2015 19:32:57 GMT',
40839npm verb headers 'cache-control': 'max-age=60',
40840npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
40841npm verb headers age: '4',
40842npm verb headers 'x-served-by': 'cache-ams4148-AMS',
40843npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40844npm verb headers 'x-cache-hits': '2',
40845npm verb headers 'x-timer': 'S1451417577.883539,VS0,VE0',
40846npm verb headers vary: 'Accept',
40847npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
40848npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
40849npm verb headers connection: 'keep-alive' }
40850npm verb etag http://registry.npmjs.org/combined-stream from cache
40851npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
40852npm verb addNamed "0.5.2" is a plain semver version for forever-agent
40853npm verb addNamed "0.8.0" is a plain semver version for caseless
40854npm verb addRemoteTarball http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz not in flight; adding
40855npm verb addRemoteTarball [ 'http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz',
40856npm verb addRemoteTarball '6d0e09c4921f94a27f63d3b49c5feff1ea4c5130' ]
40857npm verb addRemoteTarball http://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz not in flight; adding
40858npm verb addRemoteTarball [ 'http://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz',
40859npm verb addRemoteTarball '5bca2881d41437f54b2407ebe34888c7b9ad4f7d' ]
40860npm verb addNamed "1.4.7" is a plain semver version for node-uuid
40861npm verb addNamed "0.2.0" is a plain semver version for form-data
40862npm verb addNamed "2.3.3" is a plain semver version for qs
40863npm verb addNamed "0.10.1" is a plain semver version for http-signature
40864npm verb addNamed "0.9.4" is a plain semver version for bl
40865npm verb addNamed "0.5.0" is a plain semver version for oauth-sign
40866npm info retry fetch attempt 1 at 19:32:58
40867npm info attempt registry request try #1 at 19:32:58
40868npm http fetch GET http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz
40869npm info retry fetch attempt 1 at 19:32:58
40870npm info attempt registry request try #1 at 19:32:58
40871npm http fetch GET http://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz
40872npm verb addRemoteTarball http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz not in flight; adding
40873npm verb addRemoteTarball [ 'http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz',
40874npm verb addRemoteTarball '26f8bc26da6440e299cbdcfb69035c4f77a6e466' ]
40875npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-2.3.3.tgz not in flight; adding
40876npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-2.3.3.tgz',
40877npm verb addRemoteTarball 'e9e85adbe75da0bbe4c8e0476a086290f863b404' ]
40878npm verb addRemoteTarball http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz not in flight; adding
40879npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz',
40880npm verb addRemoteTarball '4fbdac132559aa8323121e540779c0a012b27e66' ]
40881npm verb addRemoteTarball http://registry.npmjs.org/bl/-/bl-0.9.4.tgz not in flight; adding
40882npm verb addRemoteTarball [ 'http://registry.npmjs.org/bl/-/bl-0.9.4.tgz',
40883npm verb addRemoteTarball '4702ddf72fbe0ecd82787c00c113aea1935ad0e7' ]
40884npm verb addRemoteTarball http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz not in flight; adding
40885npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz',
40886npm verb addRemoteTarball 'd767f5169325620eab2e087ef0c472e773db6461' ]
40887npm verb addRemoteTarball http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz not in flight; adding
40888npm verb addRemoteTarball [ 'http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz',
40889npm verb addRemoteTarball '87cd491f9b46e4e2aeaca335416766885d2d1ed9' ]
40890npm verb addNamed "0.0.7" is a plain semver version for combined-stream
40891npm verb addRemoteTarball http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz not in flight; adding
40892npm verb addRemoteTarball [ 'http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz',
40893npm verb addRemoteTarball '0137e657baa5a7541c57ac37ac5fc07d73b4dc1f' ]
40894npm info retry fetch attempt 1 at 19:32:58
40895npm info attempt registry request try #1 at 19:32:58
40896npm http fetch GET http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz
40897npm info retry fetch attempt 1 at 19:32:58
40898npm info attempt registry request try #1 at 19:32:58
40899npm http fetch GET http://registry.npmjs.org/qs/-/qs-2.3.3.tgz
40900npm info retry fetch attempt 1 at 19:32:58
40901npm info attempt registry request try #1 at 19:32:58
40902npm http fetch GET http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz
40903npm info retry fetch attempt 1 at 19:32:58
40904npm info attempt registry request try #1 at 19:32:58
40905npm http fetch GET http://registry.npmjs.org/bl/-/bl-0.9.4.tgz
40906npm info retry fetch attempt 1 at 19:32:58
40907npm info attempt registry request try #1 at 19:32:58
40908npm http fetch GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz
40909npm info retry fetch attempt 1 at 19:32:58
40910npm info attempt registry request try #1 at 19:32:58
40911npm http fetch GET http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz
40912npm http fetch 200 http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz
40913npm http fetch 200 http://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz
40914npm info retry fetch attempt 1 at 19:32:58
40915npm info attempt registry request try #1 at 19:32:58
40916npm http fetch GET http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz
40917npm http fetch 200 http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz
40918npm http fetch 200 http://registry.npmjs.org/qs/-/qs-2.3.3.tgz
40919npm http fetch 200 http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz
40920npm http fetch 200 http://registry.npmjs.org/bl/-/bl-0.9.4.tgz
40921npm http fetch 200 http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz
40922npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
40923npm http fetch 200 http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz
40924npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz not in flight; adding
40925npm verb addTmpTarball already have metadata; skipping unpack for forever-agent@0.5.2
40926npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/caseless/-/caseless-0.8.0.tgz not in flight; adding
40927npm verb addTmpTarball already have metadata; skipping unpack for caseless@0.8.0
40928npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz not in flight; adding
40929npm verb addTmpTarball already have metadata; skipping unpack for http-signature@0.10.1
40930npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/qs/-/qs-2.3.3.tgz not in flight; adding
40931npm verb addTmpTarball already have metadata; skipping unpack for qs@2.3.3
40932npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/form-data/-/form-data-0.2.0.tgz not in flight; adding
40933npm verb addTmpTarball already have metadata; skipping unpack for form-data@0.2.0
40934npm http fetch 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz
40935npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
40936npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bl/-/bl-0.9.4.tgz not in flight; adding
40937npm verb addTmpTarball already have metadata; skipping unpack for bl@0.9.4
40938npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz not in flight; adding
40939npm verb addTmpTarball already have metadata; skipping unpack for combined-stream@0.0.7
40940npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/hawk/-/hawk-1.1.1.tgz not in flight; adding
40941npm verb addTmpTarball already have metadata; skipping unpack for hawk@1.1.1
40942npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz not in flight; adding
40943npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.5.0
40944npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json not in flight; writing
40945npm verb afterAdd /root/.npm/caseless/0.8.0/package/package.json not in flight; writing
40946npm verb afterAdd /root/.npm/qs/2.3.3/package/package.json not in flight; writing
40947npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json not in flight; writing
40948npm verb afterAdd /root/.npm/form-data/0.2.0/package/package.json not in flight; writing
40949npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json not in flight; writing
40950npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
40951npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json written
40952npm verb afterAdd /root/.npm/caseless/0.8.0/package/package.json written
40953npm verb afterAdd /root/.npm/qs/2.3.3/package/package.json written
40954npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json written
40955npm verb afterAdd /root/.npm/form-data/0.2.0/package/package.json written
40956npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json not in flight; writing
40957npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json written
40958npm verb afterAdd /root/.npm/oauth-sign/0.5.0/package/package.json not in flight; writing
40959npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json written
40960npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json written
40961npm verb afterAdd /root/.npm/oauth-sign/0.5.0/package/package.json written
40962npm verb cache add spec readable-stream@~1.0.26
40963npm verb addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
40964npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
40965npm verb request uri http://registry.npmjs.org/readable-stream
40966npm verb request no auth needed
40967npm info attempt registry request try #1 at 19:32:58
40968npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
40969npm http request GET http://registry.npmjs.org/readable-stream
40970npm http 304 http://registry.npmjs.org/readable-stream
40971npm verb headers { date: 'Tue, 29 Dec 2015 19:30:14 GMT',
40972npm verb headers 'content-type': 'application/json',
40973npm verb headers age: '169',
40974npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
40975npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
40976npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
40977npm verb headers connection: 'keep-alive' }
40978npm verb etag http://registry.npmjs.org/readable-stream from cache
40979npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
40980npm verb addNamed "1.0.33" is a plain semver version for readable-stream
40981npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
40982npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
40983npm verb cache add spec delayed-stream@0.0.5
40984npm verb addNamed "0.0.5" is a plain semver version for delayed-stream
40985npm verb addNameVersion registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
40986npm verb request uri http://registry.npmjs.org/delayed-stream
40987npm verb request no auth needed
40988npm info attempt registry request try #1 at 19:32:58
40989npm verb etag "3R3PDLMYOHW7LS95R001QU3HH"
40990npm http request GET http://registry.npmjs.org/delayed-stream
40991npm http 304 http://registry.npmjs.org/delayed-stream
40992npm verb headers { date: 'Tue, 29 Dec 2015 19:32:58 GMT',
40993npm verb headers 'cache-control': 'max-age=60',
40994npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
40995npm verb headers age: '17',
40996npm verb headers 'x-served-by': 'cache-ams4148-AMS',
40997npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
40998npm verb headers 'x-cache-hits': '2',
40999npm verb headers 'x-timer': 'S1451417578.437492,VS0,VE0',
41000npm verb headers vary: 'Accept',
41001npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41002npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41003npm verb headers connection: 'keep-alive' }
41004npm verb etag http://registry.npmjs.org/delayed-stream from cache
41005npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
41006npm verb addRemoteTarball http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz not in flight; adding
41007npm verb addRemoteTarball [ 'http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz',
41008npm verb addRemoteTarball 'd4b1f43a93e8296dfe02694f4680bc37a313c73f' ]
41009npm info retry fetch attempt 1 at 19:32:58
41010npm info attempt registry request try #1 at 19:32:58
41011npm http fetch GET http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz
41012npm http fetch 200 http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz
41013npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz not in flight; adding
41014npm verb addTmpTarball already have metadata; skipping unpack for delayed-stream@0.0.5
41015npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
41016npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json written
41017npm verb cache add spec async@~0.9.0
41018npm verb cache add spec mime-types@~2.0.3
41019npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
41020npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
41021npm verb addNamed ">=2.0.3 <2.1.0" is a valid semver range for mime-types
41022npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
41023npm verb request uri http://registry.npmjs.org/async
41024npm verb request no auth needed
41025npm info attempt registry request try #1 at 19:32:58
41026npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
41027npm http request GET http://registry.npmjs.org/async
41028npm verb request uri http://registry.npmjs.org/mime-types
41029npm verb request no auth needed
41030npm info attempt registry request try #1 at 19:32:58
41031npm verb etag "BWYQA2KRPHERKCN4B7XDHVDU7"
41032npm http request GET http://registry.npmjs.org/mime-types
41033npm http 304 http://registry.npmjs.org/async
41034npm verb headers { date: 'Tue, 29 Dec 2015 19:30:14 GMT',
41035npm verb headers 'content-type': 'application/json',
41036npm verb headers age: '185',
41037npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
41038npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
41039npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
41040npm verb headers connection: 'keep-alive' }
41041npm verb etag http://registry.npmjs.org/async from cache
41042npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
41043npm verb addNamed "0.9.2" is a plain semver version for async
41044npm http 304 http://registry.npmjs.org/mime-types
41045npm verb headers { date: 'Tue, 29 Dec 2015 19:32:58 GMT',
41046npm verb headers 'cache-control': 'max-age=300',
41047npm verb headers etag: '"BWYQA2KRPHERKCN4B7XDHVDU7"',
41048npm verb headers age: '281',
41049npm verb headers 'x-served-by': 'cache-fra1232-FRA',
41050npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41051npm verb headers 'x-cache-hits': '5',
41052npm verb headers 'x-timer': 'S1451417578.592207,VS0,VE0',
41053npm verb headers vary: 'Accept',
41054npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41055npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41056npm verb headers connection: 'keep-alive' }
41057npm verb etag http://registry.npmjs.org/mime-types from cache
41058npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
41059npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
41060npm verb addNamed "2.0.14" is a plain semver version for mime-types
41061npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
41062npm verb afterAdd /root/.npm/mime-types/2.0.14/package/package.json not in flight; writing
41063npm verb afterAdd /root/.npm/mime-types/2.0.14/package/package.json written
41064npm verb cache add spec hoek@0.9.x
41065npm verb cache add spec boom@0.4.x
41066npm verb cache add spec cryptiles@0.2.x
41067npm verb cache add spec sntp@0.2.x
41068npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
41069npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
41070npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
41071npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
41072npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
41073npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
41074npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
41075npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
41076npm verb request uri http://registry.npmjs.org/boom
41077npm verb request no auth needed
41078npm info attempt registry request try #1 at 19:32:58
41079npm verb etag "1F1PXIUEXIT4BCI84DVI6LC4C"
41080npm http request GET http://registry.npmjs.org/boom
41081npm verb request uri http://registry.npmjs.org/sntp
41082npm verb request no auth needed
41083npm info attempt registry request try #1 at 19:32:58
41084npm verb etag "26EOAOB5E6XN99QN0TPGQ2YJE"
41085npm http request GET http://registry.npmjs.org/sntp
41086npm verb request uri http://registry.npmjs.org/hoek
41087npm verb request no auth needed
41088npm info attempt registry request try #1 at 19:32:58
41089npm verb etag "BK0EM5E3PB0W7BTA9A4XMYS4P"
41090npm http request GET http://registry.npmjs.org/hoek
41091npm verb request uri http://registry.npmjs.org/cryptiles
41092npm verb request no auth needed
41093npm info attempt registry request try #1 at 19:32:58
41094npm verb etag "99IFMGJJU8VHDG34AJNVUOITE"
41095npm http request GET http://registry.npmjs.org/cryptiles
41096npm http 304 http://registry.npmjs.org/cryptiles
41097npm verb headers { date: 'Tue, 29 Dec 2015 19:30:15 GMT',
41098npm verb headers 'content-type': 'application/json',
41099npm verb headers age: '223',
41100npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
41101npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
41102npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
41103npm verb headers connection: 'keep-alive' }
41104npm verb etag http://registry.npmjs.org/cryptiles from cache
41105npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
41106npm http 304 http://registry.npmjs.org/sntp
41107npm verb headers { date: 'Tue, 29 Dec 2015 19:32:58 GMT',
41108npm verb headers 'cache-control': 'max-age=300',
41109npm verb headers etag: '"26EOAOB5E6XN99QN0TPGQ2YJE"',
41110npm verb headers age: '159',
41111npm verb headers 'x-served-by': 'cache-fra1234-FRA',
41112npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41113npm verb headers 'x-cache-hits': '4',
41114npm verb headers 'x-timer': 'S1451417578.837612,VS0,VE0',
41115npm verb headers vary: 'Accept',
41116npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41117npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41118npm verb headers connection: 'keep-alive' }
41119npm verb etag http://registry.npmjs.org/sntp from cache
41120npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
41121npm http 304 http://registry.npmjs.org/boom
41122npm verb headers { date: 'Tue, 29 Dec 2015 19:32:58 GMT',
41123npm verb headers 'cache-control': 'max-age=300',
41124npm verb headers etag: '"1F1PXIUEXIT4BCI84DVI6LC4C"',
41125npm verb headers age: '156',
41126npm verb headers 'x-served-by': 'cache-fra1232-FRA',
41127npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41128npm verb headers 'x-cache-hits': '4',
41129npm verb headers 'x-timer': 'S1451417578.837431,VS0,VE0',
41130npm verb headers vary: 'Accept',
41131npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41132npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41133npm verb headers connection: 'keep-alive' }
41134npm verb etag http://registry.npmjs.org/boom from cache
41135npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
41136npm http 304 http://registry.npmjs.org/hoek
41137npm verb headers { date: 'Tue, 29 Dec 2015 19:32:58 GMT',
41138npm verb headers 'cache-control': 'max-age=60',
41139npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
41140npm verb headers age: '38',
41141npm verb headers 'x-served-by': 'cache-fra1226-FRA',
41142npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41143npm verb headers 'x-cache-hits': '2',
41144npm verb headers 'x-timer': 'S1451417578.838345,VS0,VE0',
41145npm verb headers vary: 'Accept',
41146npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41147npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41148npm verb headers connection: 'keep-alive' }
41149npm verb etag http://registry.npmjs.org/hoek from cache
41150npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
41151npm verb addNamed "0.2.2" is a plain semver version for cryptiles
41152npm verb addNamed "0.2.4" is a plain semver version for sntp
41153npm verb addRemoteTarball http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz not in flight; adding
41154npm verb addRemoteTarball [ 'http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz',
41155npm verb addRemoteTarball 'ed91ff1f17ad13d3748288594f8a48a0d26f325c' ]
41156npm verb addNamed "0.4.2" is a plain semver version for boom
41157npm verb addNamed "0.9.1" is a plain semver version for hoek
41158npm verb addRemoteTarball http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz not in flight; adding
41159npm verb addRemoteTarball [ 'http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz',
41160npm verb addRemoteTarball 'fb885f18b0f3aad189f824862536bceeec750900' ]
41161npm verb addRemoteTarball http://registry.npmjs.org/boom/-/boom-0.4.2.tgz not in flight; adding
41162npm verb addRemoteTarball [ 'http://registry.npmjs.org/boom/-/boom-0.4.2.tgz',
41163npm verb addRemoteTarball '7a636e9ded4efcefb19cef4947a3c67dfaee911b' ]
41164npm verb addRemoteTarball http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz not in flight; adding
41165npm verb addRemoteTarball [ 'http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz',
41166npm verb addRemoteTarball '3d322462badf07716ea7eb85baf88079cddce505' ]
41167npm info retry fetch attempt 1 at 19:32:58
41168npm info attempt registry request try #1 at 19:32:58
41169npm http fetch GET http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz
41170npm info retry fetch attempt 1 at 19:32:58
41171npm info attempt registry request try #1 at 19:32:58
41172npm http fetch GET http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz
41173npm info retry fetch attempt 1 at 19:32:58
41174npm info attempt registry request try #1 at 19:32:58
41175npm http fetch GET http://registry.npmjs.org/boom/-/boom-0.4.2.tgz
41176npm info retry fetch attempt 1 at 19:32:58
41177npm info attempt registry request try #1 at 19:32:58
41178npm http fetch GET http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz
41179npm http fetch 200 http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz
41180npm http fetch 200 http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz
41181npm http fetch 200 http://registry.npmjs.org/boom/-/boom-0.4.2.tgz
41182npm http fetch 200 http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz
41183npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz not in flight; adding
41184npm verb addTmpTarball already have metadata; skipping unpack for cryptiles@0.2.2
41185npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/sntp/-/sntp-0.2.4.tgz not in flight; adding
41186npm verb addTmpTarball already have metadata; skipping unpack for sntp@0.2.4
41187npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/hoek/-/hoek-0.9.1.tgz not in flight; adding
41188npm verb addTmpTarball already have metadata; skipping unpack for hoek@0.9.1
41189npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/boom/-/boom-0.4.2.tgz not in flight; adding
41190npm verb addTmpTarball already have metadata; skipping unpack for boom@0.4.2
41191npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json not in flight; writing
41192npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json not in flight; writing
41193npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json not in flight; writing
41194npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json not in flight; writing
41195npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json written
41196npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json written
41197npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json written
41198npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json written
41199npm verb cache add spec assert-plus@^0.1.5
41200npm verb cache add spec asn1@0.1.11
41201npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
41202npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
41203npm verb addNamed "0.1.11" is a plain semver version for asn1
41204npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
41205npm verb request uri http://registry.npmjs.org/assert-plus
41206npm verb request no auth needed
41207npm info attempt registry request try #1 at 19:32:59
41208npm verb etag "EFRV6IG2UKHGF602VFINNFRWC"
41209npm http request GET http://registry.npmjs.org/assert-plus
41210npm verb request uri http://registry.npmjs.org/asn1
41211npm verb request no auth needed
41212npm info attempt registry request try #1 at 19:32:59
41213npm verb etag "8MZDEQY0TE5A5S43PFPN4Z679"
41214npm http request GET http://registry.npmjs.org/asn1
41215npm http 304 http://registry.npmjs.org/assert-plus
41216npm verb headers { date: 'Tue, 29 Dec 2015 19:32:59 GMT',
41217npm verb headers 'cache-control': 'max-age=60',
41218npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
41219npm verb headers age: '19',
41220npm verb headers 'x-served-by': 'cache-fra1226-FRA',
41221npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41222npm verb headers 'x-cache-hits': '2',
41223npm verb headers 'x-timer': 'S1451417579.104911,VS0,VE0',
41224npm verb headers vary: 'Accept',
41225npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41226npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41227npm verb headers connection: 'keep-alive' }
41228npm verb etag http://registry.npmjs.org/assert-plus from cache
41229npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
41230npm http 304 http://registry.npmjs.org/asn1
41231npm verb headers { date: 'Tue, 29 Dec 2015 19:32:59 GMT',
41232npm verb headers 'cache-control': 'max-age=60',
41233npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
41234npm verb headers age: '18',
41235npm verb headers 'x-served-by': 'cache-ams4148-AMS',
41236npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41237npm verb headers 'x-cache-hits': '1',
41238npm verb headers 'x-timer': 'S1451417579.108367,VS0,VE0',
41239npm verb headers vary: 'Accept',
41240npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41241npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41242npm verb headers connection: 'keep-alive' }
41243npm verb etag http://registry.npmjs.org/asn1 from cache
41244npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
41245npm verb addNamed "0.1.5" is a plain semver version for assert-plus
41246npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
41247npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
41248npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
41249npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
41250npm verb request uri http://registry.npmjs.org/redeyed
41251npm verb request no auth needed
41252npm info attempt registry request try #1 at 19:32:59
41253npm http request GET http://registry.npmjs.org/redeyed
41254npm http 200 http://registry.npmjs.org/redeyed
41255npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41256npm verb headers etag: '"3SQX0HECB3EO89IPCJUV16RL9"',
41257npm verb headers 'content-type': 'application/json',
41258npm verb headers 'cache-control': 'max-age=300',
41259npm verb headers 'content-length': '21624',
41260npm verb headers 'accept-ranges': 'bytes',
41261npm verb headers date: 'Tue, 29 Dec 2015 19:32:59 GMT',
41262npm verb headers age: '0',
41263npm verb headers 'x-served-by': 'cache-fra1226-FRA',
41264npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41265npm verb headers 'x-cache-hits': '1',
41266npm verb headers 'x-timer': 'S1451417579.199051,VS0,VE101',
41267npm verb headers vary: 'Accept',
41268npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41269npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41270npm verb headers connection: 'keep-alive' }
41271npm verb get saving redeyed to /root/.npm/registry.npmjs.org/redeyed/.cache.json
41272npm verb cache add spec redeyed@~0.4.0
41273npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for redeyed
41274npm verb addNameRange registry:http://registry.npmjs.org/redeyed not in flight; fetching
41275npm verb get http://registry.npmjs.org/redeyed not expired, no request
41276npm verb addNamed "0.4.4" is a plain semver version for redeyed
41277npm verb addRemoteTarball http://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz not in flight; adding
41278npm verb addRemoteTarball [ 'http://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz',
41279npm verb addRemoteTarball '37e990a6f2b21b2a11c2e6a48fd4135698cba97f' ]
41280npm info retry fetch attempt 1 at 19:32:59
41281npm info attempt registry request try #1 at 19:32:59
41282npm http fetch GET http://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz
41283npm http fetch 200 http://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz
41284npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz not in flight; adding
41285npm verb addTmpTarball already have metadata; skipping unpack for redeyed@0.4.4
41286npm verb afterAdd /root/.npm/redeyed/0.4.4/package/package.json not in flight; writing
41287npm verb afterAdd /root/.npm/redeyed/0.4.4/package/package.json written
41288npm verb cache add spec ansi-styles@^1.1.0
41289npm verb cache add spec has-ansi@^0.1.0
41290npm verb cache add spec strip-ansi@^0.3.0
41291npm verb cache add spec supports-color@^0.2.0
41292npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
41293npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
41294npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
41295npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
41296npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
41297npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
41298npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
41299npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
41300npm verb request uri http://registry.npmjs.org/ansi-styles
41301npm verb request no auth needed
41302npm info attempt registry request try #1 at 19:32:59
41303npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
41304npm http request GET http://registry.npmjs.org/ansi-styles
41305npm verb request uri http://registry.npmjs.org/has-ansi
41306npm verb request no auth needed
41307npm info attempt registry request try #1 at 19:32:59
41308npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
41309npm http request GET http://registry.npmjs.org/has-ansi
41310npm verb request uri http://registry.npmjs.org/strip-ansi
41311npm verb request no auth needed
41312npm info attempt registry request try #1 at 19:32:59
41313npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
41314npm http request GET http://registry.npmjs.org/strip-ansi
41315npm verb request uri http://registry.npmjs.org/supports-color
41316npm verb request no auth needed
41317npm info attempt registry request try #1 at 19:32:59
41318npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
41319npm http request GET http://registry.npmjs.org/supports-color
41320npm http 304 http://registry.npmjs.org/ansi-styles
41321npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
41322npm verb headers 'content-type': 'application/json',
41323npm verb headers age: '94',
41324npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
41325npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
41326npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
41327npm verb headers connection: 'keep-alive' }
41328npm verb etag http://registry.npmjs.org/ansi-styles from cache
41329npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
41330npm http 304 http://registry.npmjs.org/strip-ansi
41331npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
41332npm verb headers 'content-type': 'application/json',
41333npm verb headers age: '82',
41334npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
41335npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
41336npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
41337npm verb headers connection: 'keep-alive' }
41338npm verb etag http://registry.npmjs.org/strip-ansi from cache
41339npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
41340npm http 304 http://registry.npmjs.org/has-ansi
41341npm verb headers { date: 'Tue, 29 Dec 2015 19:32:59 GMT',
41342npm verb headers 'cache-control': 'max-age=60',
41343npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
41344npm verb headers age: '4',
41345npm verb headers 'x-served-by': 'cache-fra1226-FRA',
41346npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41347npm verb headers 'x-cache-hits': '1',
41348npm verb headers 'x-timer': 'S1451417579.474105,VS0,VE0',
41349npm verb headers vary: 'Accept',
41350npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41351npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41352npm verb headers connection: 'keep-alive' }
41353npm verb etag http://registry.npmjs.org/has-ansi from cache
41354npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
41355npm http 304 http://registry.npmjs.org/supports-color
41356npm verb headers { date: 'Tue, 29 Dec 2015 19:32:59 GMT',
41357npm verb headers 'cache-control': 'max-age=60',
41358npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
41359npm verb headers age: '18',
41360npm verb headers 'x-served-by': 'cache-ams4148-AMS',
41361npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41362npm verb headers 'x-cache-hits': '2',
41363npm verb headers 'x-timer': 'S1451417579.491224,VS0,VE0',
41364npm verb headers vary: 'Accept',
41365npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41366npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41367npm verb headers connection: 'keep-alive' }
41368npm verb etag http://registry.npmjs.org/supports-color from cache
41369npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
41370npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
41371npm verb addNamed "0.1.0" is a plain semver version for has-ansi
41372npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
41373npm verb addNamed "0.2.0" is a plain semver version for supports-color
41374npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
41375npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
41376npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
41377npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
41378npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
41379npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
41380npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
41381npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
41382npm verb cache add spec ansi-regex@^0.2.0
41383npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
41384npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
41385npm verb request uri http://registry.npmjs.org/ansi-regex
41386npm verb request no auth needed
41387npm info attempt registry request try #1 at 19:32:59
41388npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
41389npm http request GET http://registry.npmjs.org/ansi-regex
41390npm http 304 http://registry.npmjs.org/ansi-regex
41391npm verb headers { date: 'Tue, 29 Dec 2015 19:32:59 GMT',
41392npm verb headers 'cache-control': 'max-age=60',
41393npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
41394npm verb headers age: '50',
41395npm verb headers 'x-served-by': 'cache-ams4148-AMS',
41396npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41397npm verb headers 'x-cache-hits': '3',
41398npm verb headers 'x-timer': 'S1451417579.618941,VS0,VE0',
41399npm verb headers vary: 'Accept',
41400npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41401npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41402npm verb headers connection: 'keep-alive' }
41403npm verb etag http://registry.npmjs.org/ansi-regex from cache
41404npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
41405npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
41406npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
41407npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
41408npm verb cache add spec q@~1.0.0
41409npm verb cache add spec readable-stream@~1.1.8
41410npm verb cache add spec nopt@~2.2.0
41411npm verb cache add spec graceful-fs@~3.0.0
41412npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for q
41413npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
41414npm verb addNamed ">=1.1.8 <1.2.0" is a valid semver range for readable-stream
41415npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
41416npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for nopt
41417npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
41418npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for graceful-fs
41419npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
41420npm verb request uri http://registry.npmjs.org/mkpath
41421npm verb request no auth needed
41422npm info attempt registry request try #1 at 19:32:59
41423npm http request GET http://registry.npmjs.org/mkpath
41424npm verb request uri http://registry.npmjs.org/binary
41425npm verb request no auth needed
41426npm info attempt registry request try #1 at 19:32:59
41427npm http request GET http://registry.npmjs.org/binary
41428npm verb request uri http://registry.npmjs.org/touch
41429npm verb request no auth needed
41430npm info attempt registry request try #1 at 19:32:59
41431npm http request GET http://registry.npmjs.org/touch
41432npm verb get http://registry.npmjs.org/readable-stream not expired, no request
41433npm verb addNamed "1.1.13" is a plain semver version for readable-stream
41434npm verb get http://registry.npmjs.org/q not expired, no request
41435npm verb addNamed "1.0.1" is a plain semver version for q
41436npm verb get http://registry.npmjs.org/nopt not expired, no request
41437npm verb addNamed "2.2.1" is a plain semver version for nopt
41438npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
41439npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
41440npm http 200 http://registry.npmjs.org/touch
41441npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41442npm verb headers etag: '"E1HTGB5B7TWNEPHLU14DHYSSB"',
41443npm verb headers 'content-type': 'application/json',
41444npm verb headers 'cache-control': 'max-age=300',
41445npm verb headers 'content-length': '5675',
41446npm verb headers 'accept-ranges': 'bytes',
41447npm verb headers date: 'Tue, 29 Dec 2015 19:32:59 GMT',
41448npm verb headers age: '120',
41449npm verb headers 'x-served-by': 'cache-ams4148-AMS',
41450npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41451npm verb headers 'x-cache-hits': '1',
41452npm verb headers 'x-timer': 'S1451417579.817323,VS0,VE0',
41453npm verb headers vary: 'Accept',
41454npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41455npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41456npm verb headers connection: 'keep-alive' }
41457npm verb get saving touch to /root/.npm/registry.npmjs.org/touch/.cache.json
41458npm http 200 http://registry.npmjs.org/binary
41459npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41460npm verb headers etag: '"8QNK4P49J4MT1TQIAOBET04Q4"',
41461npm verb headers 'content-type': 'application/json',
41462npm verb headers 'cache-control': 'max-age=300',
41463npm verb headers 'content-length': '21864',
41464npm verb headers 'accept-ranges': 'bytes',
41465npm verb headers date: 'Tue, 29 Dec 2015 19:32:59 GMT',
41466npm verb headers age: '6',
41467npm verb headers 'x-served-by': 'cache-fra1232-FRA',
41468npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41469npm verb headers 'x-cache-hits': '1',
41470npm verb headers 'x-timer': 'S1451417579.814026,VS0,VE0',
41471npm verb headers vary: 'Accept',
41472npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41473npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41474npm verb headers connection: 'keep-alive' }
41475npm verb get saving binary to /root/.npm/registry.npmjs.org/binary/.cache.json
41476npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
41477npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
41478npm verb afterAdd /root/.npm/q/1.0.1/package/package.json not in flight; writing
41479npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json not in flight; writing
41480npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
41481npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
41482npm verb afterAdd /root/.npm/q/1.0.1/package/package.json written
41483npm verb afterAdd /root/.npm/nopt/2.2.1/package/package.json written
41484npm verb cache add spec touch@0.0.2
41485npm verb addNamed "0.0.2" is a plain semver version for touch
41486npm verb addNameVersion registry:http://registry.npmjs.org/touch not in flight; fetching
41487npm verb cache add spec binary@~0.3.0
41488npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for binary
41489npm verb addNameRange registry:http://registry.npmjs.org/binary not in flight; fetching
41490npm verb get http://registry.npmjs.org/touch not expired, no request
41491npm verb get http://registry.npmjs.org/binary not expired, no request
41492npm verb addNamed "0.3.0" is a plain semver version for binary
41493npm verb addRemoteTarball http://registry.npmjs.org/touch/-/touch-0.0.2.tgz not in flight; adding
41494npm verb addRemoteTarball [ 'http://registry.npmjs.org/touch/-/touch-0.0.2.tgz',
41495npm verb addRemoteTarball 'a65a777795e5cbbe1299499bdc42281ffb21b5f4' ]
41496npm verb addRemoteTarball http://registry.npmjs.org/binary/-/binary-0.3.0.tgz not in flight; adding
41497npm verb addRemoteTarball [ 'http://registry.npmjs.org/binary/-/binary-0.3.0.tgz',
41498npm verb addRemoteTarball '9f60553bc5ce8c3386f3b553cff47462adecaa79' ]
41499npm info retry fetch attempt 1 at 19:32:59
41500npm info attempt registry request try #1 at 19:32:59
41501npm http fetch GET http://registry.npmjs.org/touch/-/touch-0.0.2.tgz
41502npm info retry fetch attempt 1 at 19:32:59
41503npm info attempt registry request try #1 at 19:32:59
41504npm http fetch GET http://registry.npmjs.org/binary/-/binary-0.3.0.tgz
41505npm http fetch 200 http://registry.npmjs.org/touch/-/touch-0.0.2.tgz
41506npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/touch/-/touch-0.0.2.tgz not in flight; adding
41507npm verb addTmpTarball already have metadata; skipping unpack for touch@0.0.2
41508npm http fetch 200 http://registry.npmjs.org/binary/-/binary-0.3.0.tgz
41509npm verb afterAdd /root/.npm/touch/0.0.2/package/package.json not in flight; writing
41510npm verb afterAdd /root/.npm/touch/0.0.2/package/package.json written
41511npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/binary/-/binary-0.3.0.tgz not in flight; adding
41512npm verb addTmpTarball already have metadata; skipping unpack for binary@0.3.0
41513npm verb afterAdd /root/.npm/binary/0.3.0/package/package.json not in flight; writing
41514npm verb afterAdd /root/.npm/binary/0.3.0/package/package.json written
41515npm http 200 http://registry.npmjs.org/mkpath
41516npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41517npm verb headers etag: '"IKMPZXGDONBF2FHB554PHUA2"',
41518npm verb headers 'content-type': 'application/json',
41519npm verb headers 'cache-control': 'max-age=300',
41520npm verb headers 'content-length': '3333',
41521npm verb headers 'accept-ranges': 'bytes',
41522npm verb headers date: 'Tue, 29 Dec 2015 19:33:00 GMT',
41523npm verb headers age: '0',
41524npm verb headers 'x-served-by': 'cache-fra1226-FRA',
41525npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41526npm verb headers 'x-cache-hits': '1',
41527npm verb headers 'x-timer': 'S1451417579.819246,VS0,VE561',
41528npm verb headers vary: 'Accept',
41529npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41530npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41531npm verb headers connection: 'keep-alive' }
41532npm verb get saving mkpath to /root/.npm/registry.npmjs.org/mkpath/.cache.json
41533npm verb cache add spec mkpath@~0.1.0
41534npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for mkpath
41535npm verb addNameRange registry:http://registry.npmjs.org/mkpath not in flight; fetching
41536npm verb get http://registry.npmjs.org/mkpath not expired, no request
41537npm verb addNamed "0.1.0" is a plain semver version for mkpath
41538npm verb addRemoteTarball http://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz not in flight; adding
41539npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz',
41540npm verb addRemoteTarball '7554a6f8d871834cc97b5462b122c4c124d6de91' ]
41541npm info retry fetch attempt 1 at 19:33:00
41542npm info attempt registry request try #1 at 19:33:00
41543npm http fetch GET http://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz
41544npm http fetch 200 http://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz
41545npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz not in flight; adding
41546npm verb addTmpTarball already have metadata; skipping unpack for mkpath@0.1.0
41547npm verb afterAdd /root/.npm/mkpath/0.1.0/package/package.json not in flight; writing
41548npm verb afterAdd /root/.npm/mkpath/0.1.0/package/package.json written
41549npm verb request uri http://registry.npmjs.org/chainsaw
41550npm verb request no auth needed
41551npm info attempt registry request try #1 at 19:33:00
41552npm http request GET http://registry.npmjs.org/chainsaw
41553npm verb request uri http://registry.npmjs.org/buffers
41554npm verb request no auth needed
41555npm info attempt registry request try #1 at 19:33:00
41556npm http request GET http://registry.npmjs.org/buffers
41557npm http 200 http://registry.npmjs.org/chainsaw
41558npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41559npm verb headers etag: '"BXHGEMF27G4M2QR1Q6V23AOME"',
41560npm verb headers 'content-type': 'application/json',
41561npm verb headers 'cache-control': 'max-age=300',
41562npm verb headers 'content-length': '7566',
41563npm verb headers 'accept-ranges': 'bytes',
41564npm verb headers date: 'Tue, 29 Dec 2015 19:33:00 GMT',
41565npm verb headers age: '1',
41566npm verb headers 'x-served-by': 'cache-fra1226-FRA',
41567npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41568npm verb headers 'x-cache-hits': '190',
41569npm verb headers 'x-timer': 'S1451417580.490478,VS0,VE0',
41570npm verb headers vary: 'Accept',
41571npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41572npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41573npm verb headers connection: 'keep-alive' }
41574npm verb get saving chainsaw to /root/.npm/registry.npmjs.org/chainsaw/.cache.json
41575npm http 200 http://registry.npmjs.org/buffers
41576npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41577npm verb headers etag: '"B86MHUKB0M67RBF5TSP1O1XUN"',
41578npm verb headers 'content-type': 'application/json',
41579npm verb headers 'cache-control': 'max-age=300',
41580npm verb headers 'content-length': '5054',
41581npm verb headers 'accept-ranges': 'bytes',
41582npm verb headers date: 'Tue, 29 Dec 2015 19:33:00 GMT',
41583npm verb headers age: '30',
41584npm verb headers 'x-served-by': 'cache-ams4148-AMS',
41585npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41586npm verb headers 'x-cache-hits': '1',
41587npm verb headers 'x-timer': 'S1451417580.493995,VS0,VE0',
41588npm verb headers vary: 'Accept',
41589npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41590npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41591npm verb headers connection: 'keep-alive' }
41592npm verb get saving buffers to /root/.npm/registry.npmjs.org/buffers/.cache.json
41593npm verb cache add spec chainsaw@~0.1.0
41594npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for chainsaw
41595npm verb addNameRange registry:http://registry.npmjs.org/chainsaw not in flight; fetching
41596npm verb get http://registry.npmjs.org/chainsaw not expired, no request
41597npm verb addNamed "0.1.0" is a plain semver version for chainsaw
41598npm verb addRemoteTarball http://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz not in flight; adding
41599npm verb addRemoteTarball [ 'http://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz',
41600npm verb addRemoteTarball '5eab50b28afe58074d0d58291388828b5e5fbc98' ]
41601npm verb cache add spec buffers@~0.1.1
41602npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for buffers
41603npm verb addNameRange registry:http://registry.npmjs.org/buffers not in flight; fetching
41604npm info retry fetch attempt 1 at 19:33:00
41605npm info attempt registry request try #1 at 19:33:00
41606npm http fetch GET http://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz
41607npm verb get http://registry.npmjs.org/buffers not expired, no request
41608npm verb addNamed "0.1.1" is a plain semver version for buffers
41609npm verb addRemoteTarball http://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz not in flight; adding
41610npm verb addRemoteTarball [ 'http://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz',
41611npm verb addRemoteTarball 'b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb' ]
41612npm info retry fetch attempt 1 at 19:33:00
41613npm info attempt registry request try #1 at 19:33:00
41614npm http fetch GET http://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz
41615npm http fetch 200 http://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz
41616npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz not in flight; adding
41617npm verb addTmpTarball already have metadata; skipping unpack for chainsaw@0.1.0
41618npm http fetch 200 http://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz
41619npm verb afterAdd /root/.npm/chainsaw/0.1.0/package/package.json not in flight; writing
41620npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/buffers/-/buffers-0.1.1.tgz not in flight; adding
41621npm verb addTmpTarball already have metadata; skipping unpack for buffers@0.1.1
41622npm verb afterAdd /root/.npm/chainsaw/0.1.0/package/package.json written
41623npm verb afterAdd /root/.npm/buffers/0.1.1/package/package.json not in flight; writing
41624npm verb afterAdd /root/.npm/buffers/0.1.1/package/package.json written
41625npm verb cache add spec traverse@>=0.3.0 <0.4
41626npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for traverse
41627npm verb addNameRange registry:http://registry.npmjs.org/traverse not in flight; fetching
41628npm verb request uri http://registry.npmjs.org/traverse
41629npm verb request no auth needed
41630npm info attempt registry request try #1 at 19:33:00
41631npm verb etag "AK6TLBX1AQLG9KW6BHXF4BIBF"
41632npm http request GET http://registry.npmjs.org/traverse
41633npm http 304 http://registry.npmjs.org/traverse
41634npm verb headers { date: 'Tue, 29 Dec 2015 19:33:00 GMT',
41635npm verb headers 'cache-control': 'max-age=60',
41636npm verb headers etag: '"AK6TLBX1AQLG9KW6BHXF4BIBF"',
41637npm verb headers age: '59',
41638npm verb headers 'x-served-by': 'cache-fra1226-FRA',
41639npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41640npm verb headers 'x-cache-hits': '2',
41641npm verb headers 'x-timer': 'S1451417580.646517,VS0,VE0',
41642npm verb headers vary: 'Accept',
41643npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41644npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41645npm verb headers connection: 'keep-alive' }
41646npm verb etag http://registry.npmjs.org/traverse from cache
41647npm verb get saving traverse to /root/.npm/registry.npmjs.org/traverse/.cache.json
41648npm verb addNamed "0.3.9" is a plain semver version for traverse
41649npm verb addRemoteTarball http://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz not in flight; adding
41650npm verb addRemoteTarball [ 'http://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz',
41651npm verb addRemoteTarball '717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9' ]
41652npm info retry fetch attempt 1 at 19:33:00
41653npm info attempt registry request try #1 at 19:33:00
41654npm http fetch GET http://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz
41655npm http fetch 200 http://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz
41656npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/traverse/-/traverse-0.3.9.tgz not in flight; adding
41657npm verb addTmpTarball already have metadata; skipping unpack for traverse@0.3.9
41658npm verb afterAdd /root/.npm/traverse/0.3.9/package/package.json not in flight; writing
41659npm verb afterAdd /root/.npm/traverse/0.3.9/package/package.json written
41660npm verb cache add spec nopt@~1.0.10
41661npm verb addNamed ">=1.0.10 <1.1.0" is a valid semver range for nopt
41662npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
41663npm verb get http://registry.npmjs.org/nopt not expired, no request
41664npm verb addNamed "1.0.10" is a plain semver version for nopt
41665npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json not in flight; writing
41666npm verb afterAdd /root/.npm/nopt/1.0.10/package/package.json written
41667npm verb cache add spec graceful-fs@^4.1.2
41668npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
41669npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
41670npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
41671npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
41672npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
41673npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz',
41674npm verb addRemoteTarball 'fe2239b7574972e67e41f808823f9bfa4a991e37' ]
41675npm info retry fetch attempt 1 at 19:33:00
41676npm info attempt registry request try #1 at 19:33:00
41677npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
41678npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
41679npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
41680npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@4.1.2
41681npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
41682npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
41683npm verb cache add spec minimist@0.0.8
41684npm verb addNamed "0.0.8" is a plain semver version for minimist
41685npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
41686npm verb get http://registry.npmjs.org/minimist not expired, no request
41687npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
41688npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
41689npm verb cache add spec fstream@^1.0.0
41690npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for fstream
41691npm verb addNameRange registry:http://registry.npmjs.org/fstream not in flight; fetching
41692npm verb get http://registry.npmjs.org/fstream not expired, no request
41693npm verb addNamed "1.0.8" is a plain semver version for fstream
41694npm verb afterAdd /root/.npm/fstream/1.0.8/package/package.json not in flight; writing
41695npm verb afterAdd /root/.npm/fstream/1.0.8/package/package.json written
41696npm verb cache add spec graceful-fs@^4.1.2
41697npm verb cache add spec mkdirp@>=0.5 0
41698npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
41699npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
41700npm verb addNamed ">=0.5.0 >=0.0.0 <1.0.0" is a valid semver range for mkdirp
41701npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
41702npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
41703npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
41704npm verb get http://registry.npmjs.org/mkdirp not expired, no request
41705npm verb addNamed "0.5.1" is a plain semver version for mkdirp
41706npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
41707npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
41708npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
41709npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
41710npm verb cache add spec minimist@0.0.8
41711npm verb addNamed "0.0.8" is a plain semver version for minimist
41712npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
41713npm verb get http://registry.npmjs.org/minimist not expired, no request
41714npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
41715npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
41716npm verb cache add spec minimatch@^1.0.0
41717npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for minimatch
41718npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
41719npm verb request uri http://registry.npmjs.org/minimatch
41720npm verb request no auth needed
41721npm info attempt registry request try #1 at 19:33:01
41722npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
41723npm http request GET http://registry.npmjs.org/minimatch
41724npm http 304 http://registry.npmjs.org/minimatch
41725npm verb headers { date: 'Tue, 29 Dec 2015 19:33:01 GMT',
41726npm verb headers 'cache-control': 'max-age=300',
41727npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
41728npm verb headers age: '39',
41729npm verb headers 'x-served-by': 'cache-fra1226-FRA',
41730npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41731npm verb headers 'x-cache-hits': '1',
41732npm verb headers 'x-timer': 'S1451417581.088796,VS0,VE0',
41733npm verb headers vary: 'Accept',
41734npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41735npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41736npm verb headers connection: 'keep-alive' }
41737npm verb etag http://registry.npmjs.org/minimatch from cache
41738npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
41739npm verb addNamed "1.0.0" is a plain semver version for minimatch
41740npm verb afterAdd /root/.npm/minimatch/1.0.0/package/package.json not in flight; writing
41741npm verb afterAdd /root/.npm/minimatch/1.0.0/package/package.json written
41742npm verb cache add spec uglify-js@~2.3
41743npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for uglify-js
41744npm verb addNameRange registry:http://registry.npmjs.org/uglify-js not in flight; fetching
41745npm verb request uri http://registry.npmjs.org/uglify-js
41746npm verb request no auth needed
41747npm info attempt registry request try #1 at 19:33:01
41748npm verb etag "BE7FWKSDTIOBL0YMPX4ZON01W"
41749npm http request GET http://registry.npmjs.org/uglify-js
41750npm http 304 http://registry.npmjs.org/uglify-js
41751npm verb headers { date: 'Tue, 29 Dec 2015 19:33:01 GMT',
41752npm verb headers 'cache-control': 'max-age=300',
41753npm verb headers etag: '"BE7FWKSDTIOBL0YMPX4ZON01W"',
41754npm verb headers age: '0',
41755npm verb headers 'x-served-by': 'cache-fra1226-FRA',
41756npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41757npm verb headers 'x-cache-hits': '1',
41758npm verb headers 'x-timer': 'S1451417581.193427,VS0,VE102',
41759npm verb headers vary: 'Accept',
41760npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41761npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41762npm verb headers connection: 'keep-alive' }
41763npm verb etag http://registry.npmjs.org/uglify-js from cache
41764npm verb get saving uglify-js to /root/.npm/registry.npmjs.org/uglify-js/.cache.json
41765npm verb addNamed "2.3.6" is a plain semver version for uglify-js
41766npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz not in flight; adding
41767npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz',
41768npm verb addRemoteTarball 'fa0984770b428b7a9b2a8058f46355d14fef211a' ]
41769npm info retry fetch attempt 1 at 19:33:01
41770npm info attempt registry request try #1 at 19:33:01
41771npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz
41772npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz
41773npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz not in flight; adding
41774npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.3.6
41775npm verb afterAdd /root/.npm/uglify-js/2.3.6/package/package.json not in flight; writing
41776npm verb afterAdd /root/.npm/uglify-js/2.3.6/package/package.json written
41777npm verb cache add spec async@~0.2.6
41778npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for async
41779npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
41780npm verb get http://registry.npmjs.org/async not expired, no request
41781npm verb addNamed "0.2.10" is a plain semver version for async
41782npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
41783npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
41784npm verb cache add spec chalk@^0.5.0
41785npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for chalk
41786npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
41787npm verb request uri http://registry.npmjs.org/cli-color
41788npm verb request no auth needed
41789npm info attempt registry request try #1 at 19:33:01
41790npm http request GET http://registry.npmjs.org/cli-color
41791npm verb request uri http://registry.npmjs.org/figures
41792npm verb request no auth needed
41793npm info attempt registry request try #1 at 19:33:01
41794npm http request GET http://registry.npmjs.org/figures
41795npm verb request uri http://registry.npmjs.org/mute-stream
41796npm verb request no auth needed
41797npm info attempt registry request try #1 at 19:33:01
41798npm http request GET http://registry.npmjs.org/mute-stream
41799npm verb request uri http://registry.npmjs.org/readline2
41800npm verb request no auth needed
41801npm info attempt registry request try #1 at 19:33:01
41802npm http request GET http://registry.npmjs.org/readline2
41803npm verb request uri http://registry.npmjs.org/rx
41804npm verb request no auth needed
41805npm info attempt registry request try #1 at 19:33:01
41806npm http request GET http://registry.npmjs.org/rx
41807npm verb request uri http://registry.npmjs.org/through
41808npm verb request no auth needed
41809npm info attempt registry request try #1 at 19:33:01
41810npm http request GET http://registry.npmjs.org/through
41811npm verb get http://registry.npmjs.org/chalk not expired, no request
41812npm verb addNamed "0.5.1" is a plain semver version for chalk
41813npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
41814npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
41815npm http 200 http://registry.npmjs.org/mute-stream
41816npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41817npm verb headers etag: '"9MR20F1A94PJOGCIECBR44CP4"',
41818npm verb headers 'content-type': 'application/json',
41819npm verb headers 'cache-control': 'max-age=300',
41820npm verb headers 'content-length': '6495',
41821npm verb headers 'accept-ranges': 'bytes',
41822npm verb headers date: 'Tue, 29 Dec 2015 19:33:01 GMT',
41823npm verb headers age: '193',
41824npm verb headers 'x-served-by': 'cache-fra1234-FRA',
41825npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41826npm verb headers 'x-cache-hits': '4',
41827npm verb headers 'x-timer': 'S1451417581.550163,VS0,VE0',
41828npm verb headers vary: 'Accept',
41829npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41830npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41831npm verb headers connection: 'keep-alive' }
41832npm verb get saving mute-stream to /root/.npm/registry.npmjs.org/mute-stream/.cache.json
41833npm http 200 http://registry.npmjs.org/readline2
41834npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41835npm verb headers etag: '"5RNSSOEQU7AFOKPK77IF7645M"',
41836npm verb headers 'content-type': 'application/json',
41837npm verb headers 'cache-control': 'max-age=300',
41838npm verb headers 'content-length': '6934',
41839npm verb headers 'accept-ranges': 'bytes',
41840npm verb headers date: 'Tue, 29 Dec 2015 19:33:01 GMT',
41841npm verb headers age: '155',
41842npm verb headers 'x-served-by': 'cache-ams4125-AMS',
41843npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41844npm verb headers 'x-cache-hits': '3',
41845npm verb headers 'x-timer': 'S1451417581.553361,VS0,VE0',
41846npm verb headers vary: 'Accept',
41847npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
41848npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41849npm verb headers connection: 'keep-alive' }
41850npm verb get saving readline2 to /root/.npm/registry.npmjs.org/readline2/.cache.json
41851npm verb cache add spec mute-stream@0.0.4
41852npm verb addNamed "0.0.4" is a plain semver version for mute-stream
41853npm verb addNameVersion registry:http://registry.npmjs.org/mute-stream not in flight; fetching
41854npm verb cache add spec readline2@~0.1.0
41855npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for readline2
41856npm verb addNameRange registry:http://registry.npmjs.org/readline2 not in flight; fetching
41857npm verb get http://registry.npmjs.org/mute-stream not expired, no request
41858npm verb get http://registry.npmjs.org/readline2 not expired, no request
41859npm verb addNamed "0.1.1" is a plain semver version for readline2
41860npm verb addRemoteTarball http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz not in flight; adding
41861npm verb addRemoteTarball [ 'http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz',
41862npm verb addRemoteTarball 'a9219960a6d5d5d046597aee51252c6655f7177e' ]
41863npm http 200 http://registry.npmjs.org/through
41864npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41865npm verb headers etag: '"DWNO24DNYHQVREW9O3HWGAR9G"',
41866npm verb headers 'content-type': 'application/json',
41867npm verb headers 'cache-control': 'max-age=60',
41868npm verb headers 'content-length': '29440',
41869npm verb headers 'accept-ranges': 'bytes',
41870npm verb headers date: 'Tue, 29 Dec 2015 19:33:01 GMT',
41871npm verb headers age: '51',
41872npm verb headers 'x-served-by': 'cache-ams4124-AMS',
41873npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41874npm verb headers 'x-cache-hits': '1',
41875npm verb headers 'x-timer': 'S1451417581.554859,VS0,VE0',
41876npm verb headers vary: 'Accept',
41877npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41878npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41879npm verb headers connection: 'keep-alive' }
41880npm verb get saving through to /root/.npm/registry.npmjs.org/through/.cache.json
41881npm verb addRemoteTarball http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz not in flight; adding
41882npm verb addRemoteTarball [ 'http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz',
41883npm verb addRemoteTarball '99443ba6e83b830ef3051bfd7dc241a82728d568' ]
41884npm info retry fetch attempt 1 at 19:33:01
41885npm info attempt registry request try #1 at 19:33:01
41886npm http fetch GET http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz
41887npm info retry fetch attempt 1 at 19:33:01
41888npm info attempt registry request try #1 at 19:33:01
41889npm http fetch GET http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz
41890npm verb cache add spec through@~2.3.4
41891npm verb addNamed ">=2.3.4 <2.4.0" is a valid semver range for through
41892npm verb addNameRange registry:http://registry.npmjs.org/through not in flight; fetching
41893npm verb get http://registry.npmjs.org/through not expired, no request
41894npm verb addNamed "2.3.8" is a plain semver version for through
41895npm verb addRemoteTarball http://registry.npmjs.org/through/-/through-2.3.8.tgz not in flight; adding
41896npm verb addRemoteTarball [ 'http://registry.npmjs.org/through/-/through-2.3.8.tgz',
41897npm verb addRemoteTarball '0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5' ]
41898npm info retry fetch attempt 1 at 19:33:01
41899npm info attempt registry request try #1 at 19:33:01
41900npm http fetch GET http://registry.npmjs.org/through/-/through-2.3.8.tgz
41901npm http fetch 200 http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz
41902npm http fetch 200 http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz
41903npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/readline2/-/readline2-0.1.1.tgz not in flight; adding
41904npm verb addTmpTarball already have metadata; skipping unpack for readline2@0.1.1
41905npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz not in flight; adding
41906npm verb addTmpTarball already have metadata; skipping unpack for mute-stream@0.0.4
41907npm verb afterAdd /root/.npm/readline2/0.1.1/package/package.json not in flight; writing
41908npm verb afterAdd /root/.npm/mute-stream/0.0.4/package/package.json not in flight; writing
41909npm verb afterAdd /root/.npm/readline2/0.1.1/package/package.json written
41910npm verb afterAdd /root/.npm/mute-stream/0.0.4/package/package.json written
41911npm http fetch 200 http://registry.npmjs.org/through/-/through-2.3.8.tgz
41912npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/through/-/through-2.3.8.tgz not in flight; adding
41913npm verb addTmpTarball already have metadata; skipping unpack for through@2.3.8
41914npm verb afterAdd /root/.npm/through/2.3.8/package/package.json not in flight; writing
41915npm verb afterAdd /root/.npm/through/2.3.8/package/package.json written
41916npm http 200 http://registry.npmjs.org/cli-color
41917npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41918npm verb headers etag: '"QCN9XMWODHZQY7ID1K3JR226"',
41919npm verb headers 'content-type': 'application/json',
41920npm verb headers 'cache-control': 'max-age=300',
41921npm verb headers 'content-length': '57656',
41922npm verb headers 'accept-ranges': 'bytes',
41923npm verb headers date: 'Tue, 29 Dec 2015 19:33:01 GMT',
41924npm verb headers age: '0',
41925npm verb headers 'x-served-by': 'cache-fra1226-FRA',
41926npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41927npm verb headers 'x-cache-hits': '1',
41928npm verb headers 'x-timer': 'S1451417581.550793,VS0,VE138',
41929npm verb headers vary: 'Accept',
41930npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41931npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41932npm verb headers connection: 'keep-alive' }
41933npm verb get saving cli-color to /root/.npm/registry.npmjs.org/cli-color/.cache.json
41934npm verb cache add spec cli-color@~0.3.2
41935npm verb addNamed ">=0.3.2 <0.4.0" is a valid semver range for cli-color
41936npm verb addNameRange registry:http://registry.npmjs.org/cli-color not in flight; fetching
41937npm http 200 http://registry.npmjs.org/rx
41938npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41939npm verb headers etag: '"A4XK1HOBZ97EFX5EDULMGQ0XF"',
41940npm verb headers 'content-type': 'application/json',
41941npm verb headers 'cache-control': 'max-age=300',
41942npm verb headers 'content-length': '169914',
41943npm verb headers 'accept-ranges': 'bytes',
41944npm verb headers date: 'Tue, 29 Dec 2015 19:33:01 GMT',
41945npm verb headers age: '51',
41946npm verb headers 'x-served-by': 'cache-ams4148-AMS',
41947npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41948npm verb headers 'x-cache-hits': '7',
41949npm verb headers 'x-timer': 'S1451417581.554891,VS0,VE0',
41950npm verb headers vary: 'Accept',
41951npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41952npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41953npm verb headers connection: 'keep-alive' }
41954npm verb get saving rx to /root/.npm/registry.npmjs.org/rx/.cache.json
41955npm http 200 http://registry.npmjs.org/figures
41956npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41957npm verb headers etag: '"4M063ED6QQYBVG2GICKFCCF63"',
41958npm verb headers 'content-type': 'application/json',
41959npm verb headers 'cache-control': 'max-age=300',
41960npm verb headers 'content-length': '15097',
41961npm verb headers 'accept-ranges': 'bytes',
41962npm verb headers date: 'Tue, 29 Dec 2015 19:33:01 GMT',
41963npm verb headers age: '0',
41964npm verb headers 'x-served-by': 'cache-fra1232-FRA',
41965npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
41966npm verb headers 'x-cache-hits': '1',
41967npm verb headers 'x-timer': 'S1451417581.550285,VS0,VE235',
41968npm verb headers vary: 'Accept',
41969npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
41970npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
41971npm verb headers connection: 'keep-alive' }
41972npm verb get saving figures to /root/.npm/registry.npmjs.org/figures/.cache.json
41973npm verb get http://registry.npmjs.org/cli-color not expired, no request
41974npm verb addNamed "0.3.3" is a plain semver version for cli-color
41975npm verb addRemoteTarball http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz not in flight; adding
41976npm verb addRemoteTarball [ 'http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz',
41977npm verb addRemoteTarball '12d5bdd158ff8a0b0db401198913c03df069f6f5' ]
41978npm info retry fetch attempt 1 at 19:33:01
41979npm info attempt registry request try #1 at 19:33:01
41980npm http fetch GET http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz
41981npm verb cache add spec rx@^2.2.27
41982npm verb addNamed ">=2.2.27 <3.0.0" is a valid semver range for rx
41983npm verb addNameRange registry:http://registry.npmjs.org/rx not in flight; fetching
41984npm verb cache add spec figures@^1.3.2
41985npm verb addNamed ">=1.3.2 <2.0.0" is a valid semver range for figures
41986npm verb addNameRange registry:http://registry.npmjs.org/figures not in flight; fetching
41987npm verb get http://registry.npmjs.org/rx not expired, no request
41988npm verb addNamed "2.5.3" is a plain semver version for rx
41989npm verb get http://registry.npmjs.org/figures not expired, no request
41990npm verb addNamed "1.4.0" is a plain semver version for figures
41991npm verb addRemoteTarball http://registry.npmjs.org/rx/-/rx-2.5.3.tgz not in flight; adding
41992npm verb addRemoteTarball [ 'http://registry.npmjs.org/rx/-/rx-2.5.3.tgz',
41993npm verb addRemoteTarball '21adc7d80f02002af50dae97fd9dbf248755f566' ]
41994npm http fetch 200 http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz
41995npm verb addRemoteTarball http://registry.npmjs.org/figures/-/figures-1.4.0.tgz not in flight; adding
41996npm verb addRemoteTarball [ 'http://registry.npmjs.org/figures/-/figures-1.4.0.tgz',
41997npm verb addRemoteTarball 'eb8f56390dbe3081044a5c2a9d9089075a48432f' ]
41998npm info retry fetch attempt 1 at 19:33:01
41999npm info attempt registry request try #1 at 19:33:01
42000npm http fetch GET http://registry.npmjs.org/rx/-/rx-2.5.3.tgz
42001npm info retry fetch attempt 1 at 19:33:01
42002npm info attempt registry request try #1 at 19:33:01
42003npm http fetch GET http://registry.npmjs.org/figures/-/figures-1.4.0.tgz
42004npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz not in flight; adding
42005npm verb addTmpTarball already have metadata; skipping unpack for cli-color@0.3.3
42006npm verb afterAdd /root/.npm/cli-color/0.3.3/package/package.json not in flight; writing
42007npm verb afterAdd /root/.npm/cli-color/0.3.3/package/package.json written
42008npm http fetch 200 http://registry.npmjs.org/rx/-/rx-2.5.3.tgz
42009npm http fetch 200 http://registry.npmjs.org/figures/-/figures-1.4.0.tgz
42010npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/figures/-/figures-1.4.0.tgz not in flight; adding
42011npm verb addTmpTarball already have metadata; skipping unpack for figures@1.4.0
42012npm verb afterAdd /root/.npm/figures/1.4.0/package/package.json not in flight; writing
42013npm verb afterAdd /root/.npm/figures/1.4.0/package/package.json written
42014npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/rx/-/rx-2.5.3.tgz not in flight; adding
42015npm verb addTmpTarball already have metadata; skipping unpack for rx@2.5.3
42016npm verb afterAdd /root/.npm/rx/2.5.3/package/package.json not in flight; writing
42017npm verb afterAdd /root/.npm/rx/2.5.3/package/package.json written
42018npm verb cache add spec ansi-styles@^1.1.0
42019npm verb cache add spec has-ansi@^0.1.0
42020npm verb cache add spec strip-ansi@^0.3.0
42021npm verb cache add spec supports-color@^0.2.0
42022npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
42023npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
42024npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
42025npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
42026npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
42027npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
42028npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
42029npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
42030npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
42031npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
42032npm verb get http://registry.npmjs.org/has-ansi not expired, no request
42033npm verb addNamed "0.1.0" is a plain semver version for has-ansi
42034npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
42035npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
42036npm verb get http://registry.npmjs.org/supports-color not expired, no request
42037npm verb addNamed "0.2.0" is a plain semver version for supports-color
42038npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
42039npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
42040npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
42041npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
42042npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
42043npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
42044npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
42045npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
42046npm verb cache add spec ansi-regex@^0.2.0
42047npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
42048npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
42049npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
42050npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
42051npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
42052npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
42053npm verb request uri http://registry.npmjs.org/d
42054npm verb request no auth needed
42055npm info attempt registry request try #1 at 19:33:02
42056npm http request GET http://registry.npmjs.org/d
42057npm verb request uri http://registry.npmjs.org/es5-ext
42058npm verb request no auth needed
42059npm info attempt registry request try #1 at 19:33:02
42060npm http request GET http://registry.npmjs.org/es5-ext
42061npm verb request uri http://registry.npmjs.org/memoizee
42062npm verb request no auth needed
42063npm info attempt registry request try #1 at 19:33:02
42064npm http request GET http://registry.npmjs.org/memoizee
42065npm verb request uri http://registry.npmjs.org/timers-ext
42066npm verb request no auth needed
42067npm info attempt registry request try #1 at 19:33:02
42068npm http request GET http://registry.npmjs.org/timers-ext
42069npm http 200 http://registry.npmjs.org/d
42070npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42071npm verb headers etag: '"D6K0EP7GBZWHEG8WIBMM3HGYU"',
42072npm verb headers 'content-type': 'application/json',
42073npm verb headers 'cache-control': 'max-age=60',
42074npm verb headers 'content-length': '6805',
42075npm verb headers 'accept-ranges': 'bytes',
42076npm verb headers date: 'Tue, 29 Dec 2015 19:33:02 GMT',
42077npm verb headers age: '12',
42078npm verb headers 'x-served-by': 'cache-ams4148-AMS',
42079npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42080npm verb headers 'x-cache-hits': '2',
42081npm verb headers 'x-timer': 'S1451417582.718420,VS0,VE0',
42082npm verb headers vary: 'Accept',
42083npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42084npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42085npm verb headers connection: 'keep-alive' }
42086npm verb get saving d to /root/.npm/registry.npmjs.org/d/.cache.json
42087npm http 200 http://registry.npmjs.org/timers-ext
42088npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42089npm verb headers etag: '"3E7DYAVYUDKBPE7PCOTUJ0AZS"',
42090npm verb headers 'content-type': 'application/json',
42091npm verb headers 'cache-control': 'max-age=300',
42092npm verb headers 'content-length': '4596',
42093npm verb headers 'accept-ranges': 'bytes',
42094npm verb headers date: 'Tue, 29 Dec 2015 19:33:02 GMT',
42095npm verb headers age: '275',
42096npm verb headers 'x-served-by': 'cache-ams4138-AMS',
42097npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42098npm verb headers 'x-cache-hits': '2',
42099npm verb headers 'x-timer': 'S1451417582.728567,VS0,VE0',
42100npm verb headers vary: 'Accept',
42101npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
42102npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42103npm verb headers connection: 'keep-alive' }
42104npm verb get saving timers-ext to /root/.npm/registry.npmjs.org/timers-ext/.cache.json
42105npm http 200 http://registry.npmjs.org/es5-ext
42106npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42107npm verb headers etag: '"5N3UDKF12VBAKPXU7J38W44DD"',
42108npm verb headers 'content-type': 'application/json',
42109npm verb headers 'cache-control': 'max-age=300',
42110npm verb headers 'content-length': '74914',
42111npm verb headers 'accept-ranges': 'bytes',
42112npm verb headers date: 'Tue, 29 Dec 2015 19:33:02 GMT',
42113npm verb headers age: '296',
42114npm verb headers 'x-served-by': 'cache-ams4124-AMS',
42115npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42116npm verb headers 'x-cache-hits': '2',
42117npm verb headers 'x-timer': 'S1451417582.719572,VS0,VE0',
42118npm verb headers vary: 'Accept',
42119npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
42120npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42121npm verb headers connection: 'keep-alive' }
42122npm verb get saving es5-ext to /root/.npm/registry.npmjs.org/es5-ext/.cache.json
42123npm verb cache add spec timers-ext@0.1
42124npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for timers-ext
42125npm verb addNameRange registry:http://registry.npmjs.org/timers-ext not in flight; fetching
42126npm verb cache add spec d@~0.1.1
42127npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for d
42128npm verb addNameRange registry:http://registry.npmjs.org/d not in flight; fetching
42129npm verb cache add spec es5-ext@~0.10.6
42130npm verb addNamed ">=0.10.6 <0.11.0" is a valid semver range for es5-ext
42131npm verb addNameRange registry:http://registry.npmjs.org/es5-ext not in flight; fetching
42132npm verb get http://registry.npmjs.org/timers-ext not expired, no request
42133npm verb addNamed "0.1.0" is a plain semver version for timers-ext
42134npm verb get http://registry.npmjs.org/d not expired, no request
42135npm verb addNamed "0.1.1" is a plain semver version for d
42136npm verb addRemoteTarball http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz not in flight; adding
42137npm verb addRemoteTarball [ 'http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz',
42138npm verb addRemoteTarball '00345a2ca93089d1251322054389d263e27b77e2' ]
42139npm verb addRemoteTarball http://registry.npmjs.org/d/-/d-0.1.1.tgz not in flight; adding
42140npm verb addRemoteTarball [ 'http://registry.npmjs.org/d/-/d-0.1.1.tgz',
42141npm verb addRemoteTarball 'da184c535d18d8ee7ba2aa229b914009fae11309' ]
42142npm verb get http://registry.npmjs.org/es5-ext not expired, no request
42143npm verb addNamed "0.10.11" is a plain semver version for es5-ext
42144npm verb addRemoteTarball http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz not in flight; adding
42145npm verb addRemoteTarball [ 'http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz',
42146npm verb addRemoteTarball '8184c3e705a820948c2dbe043849379b1dbd0c45' ]
42147npm info retry fetch attempt 1 at 19:33:02
42148npm info attempt registry request try #1 at 19:33:02
42149npm http fetch GET http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz
42150npm info retry fetch attempt 1 at 19:33:02
42151npm info attempt registry request try #1 at 19:33:02
42152npm http fetch GET http://registry.npmjs.org/d/-/d-0.1.1.tgz
42153npm info retry fetch attempt 1 at 19:33:02
42154npm info attempt registry request try #1 at 19:33:02
42155npm http fetch GET http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz
42156npm http fetch 200 http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz
42157npm http fetch 200 http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz
42158npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz not in flight; adding
42159npm verb addTmpTarball already have metadata; skipping unpack for timers-ext@0.1.0
42160npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz not in flight; adding
42161npm verb addTmpTarball already have metadata; skipping unpack for es5-ext@0.10.11
42162npm http fetch 200 http://registry.npmjs.org/d/-/d-0.1.1.tgz
42163npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/d/-/d-0.1.1.tgz not in flight; adding
42164npm verb addTmpTarball already have metadata; skipping unpack for d@0.1.1
42165npm verb afterAdd /root/.npm/timers-ext/0.1.0/package/package.json not in flight; writing
42166npm verb afterAdd /root/.npm/timers-ext/0.1.0/package/package.json written
42167npm verb afterAdd /root/.npm/es5-ext/0.10.11/package/package.json not in flight; writing
42168npm verb afterAdd /root/.npm/es5-ext/0.10.11/package/package.json written
42169npm verb afterAdd /root/.npm/d/0.1.1/package/package.json not in flight; writing
42170npm verb afterAdd /root/.npm/d/0.1.1/package/package.json written
42171npm http 200 http://registry.npmjs.org/memoizee
42172npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42173npm verb headers etag: '"C2P0C7XFS1RAM6P3R4UFYKUEJ"',
42174npm verb headers 'content-type': 'application/json',
42175npm verb headers 'cache-control': 'max-age=300',
42176npm verb headers 'content-length': '37115',
42177npm verb headers 'accept-ranges': 'bytes',
42178npm verb headers date: 'Tue, 29 Dec 2015 19:33:02 GMT',
42179npm verb headers age: '105',
42180npm verb headers 'x-served-by': 'cache-ams4125-AMS',
42181npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42182npm verb headers 'x-cache-hits': '1',
42183npm verb headers 'x-timer': 'S1451417582.719333,VS0,VE0',
42184npm verb headers vary: 'Accept',
42185npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
42186npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42187npm verb headers connection: 'keep-alive' }
42188npm verb get saving memoizee to /root/.npm/registry.npmjs.org/memoizee/.cache.json
42189npm verb cache add spec memoizee@~0.3.8
42190npm verb addNamed ">=0.3.8 <0.4.0" is a valid semver range for memoizee
42191npm verb addNameRange registry:http://registry.npmjs.org/memoizee not in flight; fetching
42192npm verb get http://registry.npmjs.org/memoizee not expired, no request
42193npm verb addNamed "0.3.9" is a plain semver version for memoizee
42194npm verb addRemoteTarball http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz not in flight; adding
42195npm verb addRemoteTarball [ 'http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz',
42196npm verb addRemoteTarball 'fc2b2f33ea39a07637eef76f40e3fc8b7072406c' ]
42197npm info retry fetch attempt 1 at 19:33:03
42198npm info attempt registry request try #1 at 19:33:03
42199npm http fetch GET http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz
42200npm http fetch 200 http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz
42201npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz not in flight; adding
42202npm verb addTmpTarball already have metadata; skipping unpack for memoizee@0.3.9
42203npm verb afterAdd /root/.npm/memoizee/0.3.9/package/package.json not in flight; writing
42204npm verb afterAdd /root/.npm/memoizee/0.3.9/package/package.json written
42205npm verb request uri http://registry.npmjs.org/es6-iterator
42206npm verb request no auth needed
42207npm info attempt registry request try #1 at 19:33:03
42208npm http request GET http://registry.npmjs.org/es6-iterator
42209npm verb request uri http://registry.npmjs.org/es6-symbol
42210npm verb request no auth needed
42211npm info attempt registry request try #1 at 19:33:03
42212npm http request GET http://registry.npmjs.org/es6-symbol
42213npm http 200 http://registry.npmjs.org/es6-symbol
42214npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42215npm verb headers etag: '"AS6CHBAD9CPSJA1WYB7VUJ73K"',
42216npm verb headers 'content-type': 'application/json',
42217npm verb headers 'cache-control': 'max-age=300',
42218npm verb headers 'content-length': '14494',
42219npm verb headers 'accept-ranges': 'bytes',
42220npm verb headers date: 'Tue, 29 Dec 2015 19:33:03 GMT',
42221npm verb headers age: '285',
42222npm verb headers 'x-served-by': 'cache-fra1232-FRA',
42223npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42224npm verb headers 'x-cache-hits': '3',
42225npm verb headers 'x-timer': 'S1451417583.254383,VS0,VE0',
42226npm verb headers vary: 'Accept',
42227npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42228npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42229npm verb headers connection: 'keep-alive' }
42230npm verb get saving es6-symbol to /root/.npm/registry.npmjs.org/es6-symbol/.cache.json
42231npm verb cache add spec es6-symbol@~3.0.2
42232npm verb addNamed ">=3.0.2 <3.1.0" is a valid semver range for es6-symbol
42233npm verb addNameRange registry:http://registry.npmjs.org/es6-symbol not in flight; fetching
42234npm verb get http://registry.npmjs.org/es6-symbol not expired, no request
42235npm verb addNamed "3.0.2" is a plain semver version for es6-symbol
42236npm http 200 http://registry.npmjs.org/es6-iterator
42237npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42238npm verb headers etag: '"28TXQ5EQWF6GN9UHJJEGXFF7P"',
42239npm verb headers 'content-type': 'application/json',
42240npm verb headers 'cache-control': 'max-age=300',
42241npm verb headers 'content-length': '14220',
42242npm verb headers 'accept-ranges': 'bytes',
42243npm verb headers date: 'Tue, 29 Dec 2015 19:33:03 GMT',
42244npm verb headers age: '296',
42245npm verb headers 'x-served-by': 'cache-ams4125-AMS',
42246npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42247npm verb headers 'x-cache-hits': '2',
42248npm verb headers 'x-timer': 'S1451417583.251223,VS0,VE0',
42249npm verb headers vary: 'Accept',
42250npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
42251npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42252npm verb headers connection: 'keep-alive' }
42253npm verb get saving es6-iterator to /root/.npm/registry.npmjs.org/es6-iterator/.cache.json
42254npm verb addRemoteTarball http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz not in flight; adding
42255npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz',
42256npm verb addRemoteTarball '1e928878c6f5e63541625b4bb4df4af07d154219' ]
42257npm info retry fetch attempt 1 at 19:33:03
42258npm info attempt registry request try #1 at 19:33:03
42259npm http fetch GET http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz
42260npm verb cache add spec es6-iterator@2
42261npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for es6-iterator
42262npm verb addNameRange registry:http://registry.npmjs.org/es6-iterator not in flight; fetching
42263npm verb get http://registry.npmjs.org/es6-iterator not expired, no request
42264npm verb addNamed "2.0.0" is a plain semver version for es6-iterator
42265npm verb addRemoteTarball http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz not in flight; adding
42266npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz',
42267npm verb addRemoteTarball 'bd968567d61635e33c0b80727613c9cb4b096bac' ]
42268npm http fetch 200 http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz
42269npm info retry fetch attempt 1 at 19:33:03
42270npm info attempt registry request try #1 at 19:33:03
42271npm http fetch GET http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz
42272npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz not in flight; adding
42273npm verb addTmpTarball already have metadata; skipping unpack for es6-symbol@3.0.2
42274npm verb afterAdd /root/.npm/es6-symbol/3.0.2/package/package.json not in flight; writing
42275npm verb afterAdd /root/.npm/es6-symbol/3.0.2/package/package.json written
42276npm http fetch 200 http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz
42277npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz not in flight; adding
42278npm verb addTmpTarball already have metadata; skipping unpack for es6-iterator@2.0.0
42279npm verb afterAdd /root/.npm/es6-iterator/2.0.0/package/package.json not in flight; writing
42280npm verb afterAdd /root/.npm/es6-iterator/2.0.0/package/package.json written
42281npm verb request uri http://registry.npmjs.org/es6-weak-map
42282npm verb request no auth needed
42283npm info attempt registry request try #1 at 19:33:03
42284npm http request GET http://registry.npmjs.org/es6-weak-map
42285npm verb request uri http://registry.npmjs.org/event-emitter
42286npm verb request no auth needed
42287npm info attempt registry request try #1 at 19:33:03
42288npm http request GET http://registry.npmjs.org/event-emitter
42289npm verb request uri http://registry.npmjs.org/lru-queue
42290npm verb request no auth needed
42291npm info attempt registry request try #1 at 19:33:03
42292npm http request GET http://registry.npmjs.org/lru-queue
42293npm verb request uri http://registry.npmjs.org/next-tick
42294npm verb request no auth needed
42295npm info attempt registry request try #1 at 19:33:03
42296npm http request GET http://registry.npmjs.org/next-tick
42297npm http 200 http://registry.npmjs.org/next-tick
42298npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42299npm verb headers etag: '"D18MYWI7BFQGY2IH7ROD2PQSJ"',
42300npm verb headers 'content-type': 'application/json',
42301npm verb headers 'cache-control': 'max-age=300',
42302npm verb headers 'content-length': '5563',
42303npm verb headers 'accept-ranges': 'bytes',
42304npm verb headers date: 'Tue, 29 Dec 2015 19:33:03 GMT',
42305npm verb headers age: '152',
42306npm verb headers 'x-served-by': 'cache-ams4148-AMS',
42307npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42308npm verb headers 'x-cache-hits': '1',
42309npm verb headers 'x-timer': 'S1451417583.477907,VS0,VE0',
42310npm verb headers vary: 'Accept',
42311npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
42312npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42313npm verb headers connection: 'keep-alive' }
42314npm verb get saving next-tick to /root/.npm/registry.npmjs.org/next-tick/.cache.json
42315npm http 200 http://registry.npmjs.org/lru-queue
42316npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42317npm verb headers etag: '"CFJ5WT39JFIVIP3NYUYV4UBSH"',
42318npm verb headers 'content-type': 'application/json',
42319npm verb headers 'cache-control': 'max-age=300',
42320npm verb headers 'content-length': '3473',
42321npm verb headers 'accept-ranges': 'bytes',
42322npm verb headers date: 'Tue, 29 Dec 2015 19:33:03 GMT',
42323npm verb headers age: '146',
42324npm verb headers 'x-served-by': 'cache-ams4138-AMS',
42325npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42326npm verb headers 'x-cache-hits': '1',
42327npm verb headers 'x-timer': 'S1451417583.478119,VS0,VE0',
42328npm verb headers vary: 'Accept',
42329npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
42330npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42331npm verb headers connection: 'keep-alive' }
42332npm verb get saving lru-queue to /root/.npm/registry.npmjs.org/lru-queue/.cache.json
42333npm http 200 http://registry.npmjs.org/event-emitter
42334npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42335npm verb headers etag: '"BNDRZD5PL7DASNJLUHWO17MQA"',
42336npm verb headers 'content-type': 'application/json',
42337npm verb headers 'cache-control': 'max-age=300',
42338npm verb headers 'content-length': '20261',
42339npm verb headers 'accept-ranges': 'bytes',
42340npm verb headers date: 'Tue, 29 Dec 2015 19:33:03 GMT',
42341npm verb headers age: '146',
42342npm verb headers 'x-served-by': 'cache-ams4124-AMS',
42343npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42344npm verb headers 'x-cache-hits': '1',
42345npm verb headers 'x-timer': 'S1451417583.477281,VS0,VE0',
42346npm verb headers vary: 'Accept',
42347npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
42348npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42349npm verb headers connection: 'keep-alive' }
42350npm verb get saving event-emitter to /root/.npm/registry.npmjs.org/event-emitter/.cache.json
42351npm http 200 http://registry.npmjs.org/es6-weak-map
42352npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42353npm verb headers etag: '"DBAWLO6AQR930X30NZGWWA9TD"',
42354npm verb headers 'content-type': 'application/json',
42355npm verb headers 'cache-control': 'max-age=300',
42356npm verb headers 'content-length': '17049',
42357npm verb headers 'accept-ranges': 'bytes',
42358npm verb headers date: 'Tue, 29 Dec 2015 19:33:03 GMT',
42359npm verb headers age: '103',
42360npm verb headers 'x-served-by': 'cache-ams4125-AMS',
42361npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42362npm verb headers 'x-cache-hits': '1',
42363npm verb headers 'x-timer': 'S1451417583.476346,VS0,VE0',
42364npm verb headers vary: 'Accept',
42365npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
42366npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42367npm verb headers connection: 'keep-alive' }
42368npm verb get saving es6-weak-map to /root/.npm/registry.npmjs.org/es6-weak-map/.cache.json
42369npm verb cache add spec lru-queue@0.1
42370npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for lru-queue
42371npm verb addNameRange registry:http://registry.npmjs.org/lru-queue not in flight; fetching
42372npm verb cache add spec next-tick@~0.2.2
42373npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for next-tick
42374npm verb addNameRange registry:http://registry.npmjs.org/next-tick not in flight; fetching
42375npm verb cache add spec event-emitter@~0.3.3
42376npm verb addNamed ">=0.3.3 <0.4.0" is a valid semver range for event-emitter
42377npm verb addNameRange registry:http://registry.npmjs.org/event-emitter not in flight; fetching
42378npm verb cache add spec es6-weak-map@~0.1.4
42379npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for es6-weak-map
42380npm verb addNameRange registry:http://registry.npmjs.org/es6-weak-map not in flight; fetching
42381npm verb get http://registry.npmjs.org/lru-queue not expired, no request
42382npm verb addNamed "0.1.0" is a plain semver version for lru-queue
42383npm verb get http://registry.npmjs.org/next-tick not expired, no request
42384npm verb addNamed "0.2.2" is a plain semver version for next-tick
42385npm verb addRemoteTarball http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz not in flight; adding
42386npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz',
42387npm verb addRemoteTarball '2738bd9f0d3cf4f84490c5736c48699ac632cda3' ]
42388npm verb addRemoteTarball http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz not in flight; adding
42389npm verb addRemoteTarball [ 'http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz',
42390npm verb addRemoteTarball '75da4a927ee5887e39065880065b7336413b310d' ]
42391npm verb get http://registry.npmjs.org/es6-weak-map not expired, no request
42392npm verb addNamed "0.1.4" is a plain semver version for es6-weak-map
42393npm verb get http://registry.npmjs.org/event-emitter not expired, no request
42394npm verb addNamed "0.3.4" is a plain semver version for event-emitter
42395npm verb addRemoteTarball http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz not in flight; adding
42396npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz',
42397npm verb addRemoteTarball '706cef9e99aa236ba7766c239c8b9e286ea7d228' ]
42398npm verb addRemoteTarball http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz not in flight; adding
42399npm verb addRemoteTarball [ 'http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz',
42400npm verb addRemoteTarball '8d63ddfb4cfe1fae3b32ca265c4c720222080bb5' ]
42401npm info retry fetch attempt 1 at 19:33:03
42402npm info attempt registry request try #1 at 19:33:03
42403npm http fetch GET http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz
42404npm info retry fetch attempt 1 at 19:33:03
42405npm info attempt registry request try #1 at 19:33:03
42406npm http fetch GET http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz
42407npm info retry fetch attempt 1 at 19:33:03
42408npm info attempt registry request try #1 at 19:33:03
42409npm http fetch GET http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz
42410npm info retry fetch attempt 1 at 19:33:03
42411npm info attempt registry request try #1 at 19:33:03
42412npm http fetch GET http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz
42413npm http fetch 200 http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz
42414npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz not in flight; adding
42415npm verb addTmpTarball already have metadata; skipping unpack for next-tick@0.2.2
42416npm http fetch 200 http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz
42417npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz not in flight; adding
42418npm verb addTmpTarball already have metadata; skipping unpack for lru-queue@0.1.0
42419npm verb afterAdd /root/.npm/next-tick/0.2.2/package/package.json not in flight; writing
42420npm http fetch 200 http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz
42421npm http fetch 200 http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz
42422npm verb afterAdd /root/.npm/lru-queue/0.1.0/package/package.json not in flight; writing
42423npm verb afterAdd /root/.npm/next-tick/0.2.2/package/package.json written
42424npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz not in flight; adding
42425npm verb addTmpTarball already have metadata; skipping unpack for event-emitter@0.3.4
42426npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz not in flight; adding
42427npm verb addTmpTarball already have metadata; skipping unpack for es6-weak-map@0.1.4
42428npm verb afterAdd /root/.npm/lru-queue/0.1.0/package/package.json written
42429npm verb afterAdd /root/.npm/event-emitter/0.3.4/package/package.json not in flight; writing
42430npm verb afterAdd /root/.npm/es6-weak-map/0.1.4/package/package.json not in flight; writing
42431npm verb afterAdd /root/.npm/event-emitter/0.3.4/package/package.json written
42432npm verb afterAdd /root/.npm/es6-weak-map/0.1.4/package/package.json written
42433npm verb cache add spec es6-iterator@~0.1.3
42434npm verb cache add spec es6-symbol@~2.0.1
42435npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for es6-iterator
42436npm verb addNameRange registry:http://registry.npmjs.org/es6-iterator not in flight; fetching
42437npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for es6-symbol
42438npm verb addNameRange registry:http://registry.npmjs.org/es6-symbol not in flight; fetching
42439npm verb get http://registry.npmjs.org/es6-iterator not expired, no request
42440npm verb addNamed "0.1.3" is a plain semver version for es6-iterator
42441npm verb get http://registry.npmjs.org/es6-symbol not expired, no request
42442npm verb addNamed "2.0.1" is a plain semver version for es6-symbol
42443npm verb addRemoteTarball http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz not in flight; adding
42444npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz',
42445npm verb addRemoteTarball 'd6f58b8c4fc413c249b4baa19768f8e4d7c8944e' ]
42446npm verb addRemoteTarball http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz not in flight; adding
42447npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz',
42448npm verb addRemoteTarball '761b5c67cfd4f1d18afb234f691d678682cb3bf3' ]
42449npm info retry fetch attempt 1 at 19:33:03
42450npm info attempt registry request try #1 at 19:33:03
42451npm http fetch GET http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz
42452npm info retry fetch attempt 1 at 19:33:03
42453npm info attempt registry request try #1 at 19:33:03
42454npm http fetch GET http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz
42455npm http fetch 200 http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz
42456npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz not in flight; adding
42457npm verb addTmpTarball already have metadata; skipping unpack for es6-iterator@0.1.3
42458npm verb afterAdd /root/.npm/es6-iterator/0.1.3/package/package.json not in flight; writing
42459npm verb afterAdd /root/.npm/es6-iterator/0.1.3/package/package.json written
42460npm http fetch 200 http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz
42461npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz not in flight; adding
42462npm verb addTmpTarball already have metadata; skipping unpack for es6-symbol@2.0.1
42463npm verb afterAdd /root/.npm/es6-symbol/2.0.1/package/package.json not in flight; writing
42464npm verb afterAdd /root/.npm/es6-symbol/2.0.1/package/package.json written
42465npm verb cache add spec strip-ansi@^2.0.1
42466npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for strip-ansi
42467npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
42468npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
42469npm verb addNamed "2.0.1" is a plain semver version for strip-ansi
42470npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz not in flight; adding
42471npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz',
42472npm verb addRemoteTarball 'df62c1aa94ed2f114e1d0f21fd1d50482b79a60e' ]
42473npm info retry fetch attempt 1 at 19:33:03
42474npm info attempt registry request try #1 at 19:33:03
42475npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz
42476npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz
42477npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz not in flight; adding
42478npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@2.0.1
42479npm verb afterAdd /root/.npm/strip-ansi/2.0.1/package/package.json not in flight; writing
42480npm verb afterAdd /root/.npm/strip-ansi/2.0.1/package/package.json written
42481npm verb cache add spec ansi-regex@^1.0.0
42482npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ansi-regex
42483npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
42484npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
42485npm verb addNamed "1.1.1" is a plain semver version for ansi-regex
42486npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz not in flight; adding
42487npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz',
42488npm verb addRemoteTarball '41c847194646375e6a1a5d10c3ca054ef9fc980d' ]
42489npm info retry fetch attempt 1 at 19:33:03
42490npm info attempt registry request try #1 at 19:33:03
42491npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz
42492npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz
42493npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz not in flight; adding
42494npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@1.1.1
42495npm verb afterAdd /root/.npm/ansi-regex/1.1.1/package/package.json not in flight; writing
42496npm verb afterAdd /root/.npm/ansi-regex/1.1.1/package/package.json written
42497npm verb cache add spec async@^0.9.0
42498npm verb cache add spec chalk@^0.5.1
42499npm verb cache add spec inquirer@^0.6.0
42500npm verb cache add spec tough-cookie@^0.12.1
42501npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
42502npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
42503npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
42504npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
42505npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for inquirer
42506npm verb addNameRange registry:http://registry.npmjs.org/inquirer not in flight; fetching
42507npm verb addNamed ">=0.12.1 <0.13.0" is a valid semver range for tough-cookie
42508npm verb addNameRange registry:http://registry.npmjs.org/tough-cookie not in flight; fetching
42509npm verb request uri http://registry.npmjs.org/configstore
42510npm verb request no auth needed
42511npm info attempt registry request try #1 at 19:33:04
42512npm http request GET http://registry.npmjs.org/configstore
42513npm verb request uri http://registry.npmjs.org/lodash.debounce
42514npm verb request no auth needed
42515npm info attempt registry request try #1 at 19:33:04
42516npm http request GET http://registry.npmjs.org/lodash.debounce
42517npm verb request uri http://registry.npmjs.org/os-name
42518npm verb request no auth needed
42519npm info attempt registry request try #1 at 19:33:04
42520npm http request GET http://registry.npmjs.org/os-name
42521npm verb get http://registry.npmjs.org/async not expired, no request
42522npm verb addNamed "0.9.2" is a plain semver version for async
42523npm verb get http://registry.npmjs.org/chalk not expired, no request
42524npm verb addNamed "0.5.1" is a plain semver version for chalk
42525npm verb get http://registry.npmjs.org/inquirer not expired, no request
42526npm verb addNamed "0.6.0" is a plain semver version for inquirer
42527npm verb request uri http://registry.npmjs.org/tough-cookie
42528npm verb request no auth needed
42529npm info attempt registry request try #1 at 19:33:04
42530npm verb etag "B7F5A665MXTTVUJINA0ZEOV17"
42531npm http request GET http://registry.npmjs.org/tough-cookie
42532npm verb addRemoteTarball http://registry.npmjs.org/inquirer/-/inquirer-0.6.0.tgz not in flight; adding
42533npm verb addRemoteTarball [ 'http://registry.npmjs.org/inquirer/-/inquirer-0.6.0.tgz',
42534npm verb addRemoteTarball '614d7bb3e48f9e6a8028e94a0c38f23ef29823d3' ]
42535npm http 200 http://registry.npmjs.org/os-name
42536npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42537npm verb headers etag: '"ZZ4OBC2SBH4BJ1B6H3HZCMQN"',
42538npm verb headers 'content-type': 'application/json',
42539npm verb headers 'cache-control': 'max-age=300',
42540npm verb headers 'content-length': '10961',
42541npm verb headers 'accept-ranges': 'bytes',
42542npm verb headers date: 'Tue, 29 Dec 2015 19:33:04 GMT',
42543npm verb headers age: '255',
42544npm verb headers 'x-served-by': 'cache-fra1231-FRA',
42545npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42546npm verb headers 'x-cache-hits': '1',
42547npm verb headers 'x-timer': 'S1451417584.146839,VS0,VE0',
42548npm verb headers vary: 'Accept',
42549npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42550npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42551npm verb headers connection: 'keep-alive' }
42552npm verb get saving os-name to /root/.npm/registry.npmjs.org/os-name/.cache.json
42553npm http 200 http://registry.npmjs.org/lodash.debounce
42554npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42555npm verb headers etag: '"9G5YAO3GUOLWYO76I1CCHI0LO"',
42556npm verb headers 'content-type': 'application/json',
42557npm verb headers 'cache-control': 'max-age=300',
42558npm verb headers 'content-length': '23618',
42559npm verb headers 'accept-ranges': 'bytes',
42560npm verb headers date: 'Tue, 29 Dec 2015 19:33:04 GMT',
42561npm verb headers age: '140',
42562npm verb headers 'x-served-by': 'cache-ams4148-AMS',
42563npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42564npm verb headers 'x-cache-hits': '2',
42565npm verb headers 'x-timer': 'S1451417584.149938,VS0,VE0',
42566npm verb headers vary: 'Accept',
42567npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42568npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42569npm verb headers connection: 'keep-alive' }
42570npm verb get saving lodash.debounce to /root/.npm/registry.npmjs.org/lodash.debounce/.cache.json
42571npm http 200 http://registry.npmjs.org/configstore
42572npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42573npm verb headers etag: '"EQV841U1OQ39SO7A0FH0AS9EE"',
42574npm verb headers 'content-type': 'application/json',
42575npm verb headers 'cache-control': 'max-age=300',
42576npm verb headers 'content-length': '33024',
42577npm verb headers 'accept-ranges': 'bytes',
42578npm verb headers date: 'Tue, 29 Dec 2015 19:33:04 GMT',
42579npm verb headers age: '184',
42580npm verb headers 'x-served-by': 'cache-ams4138-AMS',
42581npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42582npm verb headers 'x-cache-hits': '2',
42583npm verb headers 'x-timer': 'S1451417584.149874,VS0,VE0',
42584npm verb headers vary: 'Accept',
42585npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
42586npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42587npm verb headers connection: 'keep-alive' }
42588npm verb get saving configstore to /root/.npm/registry.npmjs.org/configstore/.cache.json
42589npm http 304 http://registry.npmjs.org/tough-cookie
42590npm verb headers { date: 'Tue, 29 Dec 2015 19:33:04 GMT',
42591npm verb headers 'cache-control': 'max-age=60',
42592npm verb headers etag: '"B7F5A665MXTTVUJINA0ZEOV17"',
42593npm verb headers age: '16',
42594npm verb headers 'x-served-by': 'cache-fra1231-FRA',
42595npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42596npm verb headers 'x-cache-hits': '1',
42597npm verb headers 'x-timer': 'S1451417584.195896,VS0,VE0',
42598npm verb headers vary: 'Accept',
42599npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42600npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42601npm verb headers connection: 'keep-alive' }
42602npm verb etag http://registry.npmjs.org/tough-cookie from cache
42603npm verb get saving tough-cookie to /root/.npm/registry.npmjs.org/tough-cookie/.cache.json
42604npm info retry fetch attempt 1 at 19:33:04
42605npm info attempt registry request try #1 at 19:33:04
42606npm http fetch GET http://registry.npmjs.org/inquirer/-/inquirer-0.6.0.tgz
42607npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
42608npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
42609npm verb addNamed "0.12.1" is a plain semver version for tough-cookie
42610npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
42611npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
42612npm verb cache add spec os-name@^1.0.0
42613npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-name
42614npm verb addNameRange registry:http://registry.npmjs.org/os-name not in flight; fetching
42615npm verb cache add spec lodash.debounce@^2.4.1
42616npm verb addNamed ">=2.4.1 <3.0.0" is a valid semver range for lodash.debounce
42617npm verb addNameRange registry:http://registry.npmjs.org/lodash.debounce not in flight; fetching
42618npm verb addRemoteTarball http://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz not in flight; adding
42619npm verb addRemoteTarball [ 'http://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz',
42620npm verb addRemoteTarball '8220c7e21abd5b13d96804254bd5a81ebf2c7d62' ]
42621npm verb cache add spec configstore@^0.3.1
42622npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for configstore
42623npm verb addNameRange registry:http://registry.npmjs.org/configstore not in flight; fetching
42624npm http fetch 200 http://registry.npmjs.org/inquirer/-/inquirer-0.6.0.tgz
42625npm info retry fetch attempt 1 at 19:33:04
42626npm info attempt registry request try #1 at 19:33:04
42627npm http fetch GET http://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz
42628npm verb get http://registry.npmjs.org/os-name not expired, no request
42629npm verb addNamed "1.0.3" is a plain semver version for os-name
42630npm verb get http://registry.npmjs.org/lodash.debounce not expired, no request
42631npm verb addNamed "2.4.1" is a plain semver version for lodash.debounce
42632npm verb addRemoteTarball http://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz not in flight; adding
42633npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz',
42634npm verb addRemoteTarball '1b379f64835af7c5a7f498b357cb95215c159edf' ]
42635npm verb addRemoteTarball http://registry.npmjs.org/lodash.debounce/-/lodash.debounce-2.4.1.tgz not in flight; adding
42636npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.debounce/-/lodash.debounce-2.4.1.tgz',
42637npm verb addRemoteTarball 'd8cead246ec4b926e8b85678fc396bfeba8cc6fc' ]
42638npm verb get http://registry.npmjs.org/configstore not expired, no request
42639npm verb addNamed "0.3.2" is a plain semver version for configstore
42640npm verb addRemoteTarball http://registry.npmjs.org/configstore/-/configstore-0.3.2.tgz not in flight; adding
42641npm verb addRemoteTarball [ 'http://registry.npmjs.org/configstore/-/configstore-0.3.2.tgz',
42642npm verb addRemoteTarball '25e4c16c3768abf75c5a65bc61761f495055b459' ]
42643npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/inquirer/-/inquirer-0.6.0.tgz not in flight; adding
42644npm verb addTmpTarball already have metadata; skipping unpack for inquirer@0.6.0
42645npm http fetch 200 http://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz
42646npm info retry fetch attempt 1 at 19:33:04
42647npm info attempt registry request try #1 at 19:33:04
42648npm http fetch GET http://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz
42649npm info retry fetch attempt 1 at 19:33:04
42650npm info attempt registry request try #1 at 19:33:04
42651npm http fetch GET http://registry.npmjs.org/lodash.debounce/-/lodash.debounce-2.4.1.tgz
42652npm info retry fetch attempt 1 at 19:33:04
42653npm info attempt registry request try #1 at 19:33:04
42654npm http fetch GET http://registry.npmjs.org/configstore/-/configstore-0.3.2.tgz
42655npm verb afterAdd /root/.npm/inquirer/0.6.0/package/package.json not in flight; writing
42656npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz not in flight; adding
42657npm verb addTmpTarball already have metadata; skipping unpack for tough-cookie@0.12.1
42658npm verb afterAdd /root/.npm/inquirer/0.6.0/package/package.json written
42659npm http fetch 200 http://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz
42660npm http fetch 200 http://registry.npmjs.org/lodash.debounce/-/lodash.debounce-2.4.1.tgz
42661npm verb afterAdd /root/.npm/tough-cookie/0.12.1/package/package.json not in flight; writing
42662npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/os-name/-/os-name-1.0.3.tgz not in flight; adding
42663npm verb addTmpTarball already have metadata; skipping unpack for os-name@1.0.3
42664npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lodash.debounce/-/lodash.debounce-2.4.1.tgz not in flight; adding
42665npm verb addTmpTarball already have metadata; skipping unpack for lodash.debounce@2.4.1
42666npm http fetch 200 http://registry.npmjs.org/configstore/-/configstore-0.3.2.tgz
42667npm verb afterAdd /root/.npm/tough-cookie/0.12.1/package/package.json written
42668npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/configstore/-/configstore-0.3.2.tgz not in flight; adding
42669npm verb addTmpTarball already have metadata; skipping unpack for configstore@0.3.2
42670npm verb afterAdd /root/.npm/os-name/1.0.3/package/package.json not in flight; writing
42671npm verb afterAdd /root/.npm/lodash.debounce/2.4.1/package/package.json not in flight; writing
42672npm verb afterAdd /root/.npm/os-name/1.0.3/package/package.json written
42673npm verb afterAdd /root/.npm/lodash.debounce/2.4.1/package/package.json written
42674npm verb afterAdd /root/.npm/configstore/0.3.2/package/package.json not in flight; writing
42675npm verb afterAdd /root/.npm/configstore/0.3.2/package/package.json written
42676npm verb cache add spec ansi-styles@^1.1.0
42677npm verb cache add spec has-ansi@^0.1.0
42678npm verb cache add spec strip-ansi@^0.3.0
42679npm verb cache add spec supports-color@^0.2.0
42680npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
42681npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
42682npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
42683npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
42684npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
42685npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
42686npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
42687npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
42688npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
42689npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
42690npm verb get http://registry.npmjs.org/has-ansi not expired, no request
42691npm verb addNamed "0.1.0" is a plain semver version for has-ansi
42692npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
42693npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
42694npm verb get http://registry.npmjs.org/supports-color not expired, no request
42695npm verb addNamed "0.2.0" is a plain semver version for supports-color
42696npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
42697npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
42698npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
42699npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
42700npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
42701npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
42702npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
42703npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
42704npm verb cache add spec ansi-regex@^0.2.0
42705npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
42706npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
42707npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
42708npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
42709npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
42710npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
42711npm verb cache add spec graceful-fs@^3.0.1
42712npm verb cache add spec js-yaml@^3.1.0
42713npm verb cache add spec mkdirp@^0.5.0
42714npm verb cache add spec object-assign@^2.0.0
42715npm verb cache add spec uuid@^2.0.1
42716npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for graceful-fs
42717npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
42718npm verb addNamed ">=3.1.0 <4.0.0" is a valid semver range for js-yaml
42719npm verb addNameRange registry:http://registry.npmjs.org/js-yaml not in flight; fetching
42720npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
42721npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
42722npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for object-assign
42723npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
42724npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for uuid
42725npm verb addNameRange registry:http://registry.npmjs.org/uuid not in flight; fetching
42726npm verb request uri http://registry.npmjs.org/user-home
42727npm verb request no auth needed
42728npm info attempt registry request try #1 at 19:33:04
42729npm http request GET http://registry.npmjs.org/user-home
42730npm verb request uri http://registry.npmjs.org/xdg-basedir
42731npm verb request no auth needed
42732npm info attempt registry request try #1 at 19:33:04
42733npm http request GET http://registry.npmjs.org/xdg-basedir
42734npm verb request uri http://registry.npmjs.org/graceful-fs
42735npm verb request no auth needed
42736npm info attempt registry request try #1 at 19:33:04
42737npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
42738npm http request GET http://registry.npmjs.org/graceful-fs
42739npm verb request uri http://registry.npmjs.org/js-yaml
42740npm verb request no auth needed
42741npm info attempt registry request try #1 at 19:33:04
42742npm verb etag "80KSXEAHSZDUG5SQXWE04EYJ1"
42743npm http request GET http://registry.npmjs.org/js-yaml
42744npm verb request uri http://registry.npmjs.org/mkdirp
42745npm verb request no auth needed
42746npm info attempt registry request try #1 at 19:33:04
42747npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
42748npm http request GET http://registry.npmjs.org/mkdirp
42749npm verb request uri http://registry.npmjs.org/object-assign
42750npm verb request no auth needed
42751npm info attempt registry request try #1 at 19:33:04
42752npm verb etag "9X5J81STMG1EY3P0PGJF4S0A2"
42753npm http request GET http://registry.npmjs.org/object-assign
42754npm verb request uri http://registry.npmjs.org/uuid
42755npm verb request no auth needed
42756npm info attempt registry request try #1 at 19:33:04
42757npm verb etag "BQOT4LTFN9NCPW1A56J0AMUJL"
42758npm http request GET http://registry.npmjs.org/uuid
42759npm http 200 http://registry.npmjs.org/user-home
42760npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42761npm verb headers etag: '"9OP5ZJHH4AEWD4GZXKUSGZQ0I"',
42762npm verb headers 'content-type': 'application/json',
42763npm verb headers 'cache-control': 'max-age=300',
42764npm verb headers 'content-length': '6464',
42765npm verb headers 'accept-ranges': 'bytes',
42766npm verb headers date: 'Tue, 29 Dec 2015 19:33:04 GMT',
42767npm verb headers age: '166',
42768npm verb headers 'x-served-by': 'cache-ams4138-AMS',
42769npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42770npm verb headers 'x-cache-hits': '3392',
42771npm verb headers 'x-timer': 'S1451417584.762422,VS0,VE0',
42772npm verb headers vary: 'Accept',
42773npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
42774npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42775npm verb headers connection: 'keep-alive' }
42776npm verb get saving user-home to /root/.npm/registry.npmjs.org/user-home/.cache.json
42777npm http 200 http://registry.npmjs.org/xdg-basedir
42778npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42779npm verb headers etag: '"EDEBMOZGUHPSLT08U2DUM0ER7"',
42780npm verb headers 'content-type': 'application/json',
42781npm verb headers 'cache-control': 'max-age=60',
42782npm verb headers 'content-length': '6144',
42783npm verb headers 'accept-ranges': 'bytes',
42784npm verb headers date: 'Tue, 29 Dec 2015 19:33:04 GMT',
42785npm verb headers age: '3',
42786npm verb headers 'x-served-by': 'cache-ams4148-AMS',
42787npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42788npm verb headers 'x-cache-hits': '1',
42789npm verb headers 'x-timer': 'S1451417584.762467,VS0,VE0',
42790npm verb headers vary: 'Accept',
42791npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42792npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42793npm verb headers connection: 'keep-alive' }
42794npm verb get saving xdg-basedir to /root/.npm/registry.npmjs.org/xdg-basedir/.cache.json
42795npm http 304 http://registry.npmjs.org/graceful-fs
42796npm verb headers { date: 'Tue, 29 Dec 2015 19:33:04 GMT',
42797npm verb headers 'cache-control': 'max-age=300',
42798npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
42799npm verb headers age: '212',
42800npm verb headers 'x-served-by': 'cache-fra1232-FRA',
42801npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42802npm verb headers 'x-cache-hits': '14',
42803npm verb headers 'x-timer': 'S1451417584.829963,VS0,VE0',
42804npm verb headers vary: 'Accept',
42805npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42806npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42807npm verb headers connection: 'keep-alive' }
42808npm verb etag http://registry.npmjs.org/graceful-fs from cache
42809npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
42810npm http 304 http://registry.npmjs.org/object-assign
42811npm verb headers { date: 'Tue, 29 Dec 2015 19:33:04 GMT',
42812npm verb headers 'cache-control': 'max-age=60',
42813npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
42814npm verb headers age: '50',
42815npm verb headers 'x-served-by': 'cache-fra1231-FRA',
42816npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42817npm verb headers 'x-cache-hits': '3',
42818npm verb headers 'x-timer': 'S1451417584.830753,VS0,VE0',
42819npm verb headers vary: 'Accept',
42820npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42821npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42822npm verb headers connection: 'keep-alive' }
42823npm verb etag http://registry.npmjs.org/object-assign from cache
42824npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
42825npm http 304 http://registry.npmjs.org/js-yaml
42826npm verb headers { date: 'Tue, 29 Dec 2015 19:33:04 GMT',
42827npm verb headers 'cache-control': 'max-age=300',
42828npm verb headers etag: '"80KSXEAHSZDUG5SQXWE04EYJ1"',
42829npm verb headers age: '282',
42830npm verb headers 'x-served-by': 'cache-fra1226-FRA',
42831npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42832npm verb headers 'x-cache-hits': '1361',
42833npm verb headers 'x-timer': 'S1451417584.830289,VS0,VE0',
42834npm verb headers vary: 'Accept',
42835npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42836npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42837npm verb headers connection: 'keep-alive' }
42838npm verb etag http://registry.npmjs.org/js-yaml from cache
42839npm verb get saving js-yaml to /root/.npm/registry.npmjs.org/js-yaml/.cache.json
42840npm http 304 http://registry.npmjs.org/uuid
42841npm verb headers { date: 'Tue, 29 Dec 2015 19:33:04 GMT',
42842npm verb headers 'cache-control': 'max-age=300',
42843npm verb headers etag: '"BQOT4LTFN9NCPW1A56J0AMUJL"',
42844npm verb headers age: '212',
42845npm verb headers 'x-served-by': 'cache-fra1234-FRA',
42846npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42847npm verb headers 'x-cache-hits': '5',
42848npm verb headers 'x-timer': 'S1451417584.830661,VS0,VE0',
42849npm verb headers vary: 'Accept',
42850npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42851npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42852npm verb headers connection: 'keep-alive' }
42853npm verb etag http://registry.npmjs.org/uuid from cache
42854npm verb get saving uuid to /root/.npm/registry.npmjs.org/uuid/.cache.json
42855npm http 304 http://registry.npmjs.org/mkdirp
42856npm verb headers { date: 'Tue, 29 Dec 2015 19:33:04 GMT',
42857npm verb headers 'cache-control': 'max-age=300',
42858npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
42859npm verb headers age: '193',
42860npm verb headers 'x-served-by': 'cache-ams4148-AMS',
42861npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42862npm verb headers 'x-cache-hits': '6',
42863npm verb headers 'x-timer': 'S1451417584.833944,VS0,VE0',
42864npm verb headers vary: 'Accept',
42865npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
42866npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42867npm verb headers connection: 'keep-alive' }
42868npm verb etag http://registry.npmjs.org/mkdirp from cache
42869npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
42870npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
42871npm verb addNamed "2.1.1" is a plain semver version for object-assign
42872npm verb addNamed "3.4.6" is a plain semver version for js-yaml
42873npm verb addNamed "2.0.1" is a plain semver version for uuid
42874npm verb addNamed "0.5.1" is a plain semver version for mkdirp
42875npm verb cache add spec user-home@^1.0.0
42876npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for user-home
42877npm verb addNameRange registry:http://registry.npmjs.org/user-home not in flight; fetching
42878npm verb cache add spec xdg-basedir@^1.0.0
42879npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for xdg-basedir
42880npm verb addNameRange registry:http://registry.npmjs.org/xdg-basedir not in flight; fetching
42881npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz not in flight; adding
42882npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz',
42883npm verb addRemoteTarball '43c36e5d569ff8e4816c4efa8be02d26967c18aa' ]
42884npm verb addRemoteTarball http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz not in flight; adding
42885npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz',
42886npm verb addRemoteTarball '6be1b23f6249f53d293370fd4d1aaa63ce1b4eb0' ]
42887npm verb addRemoteTarball http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz not in flight; adding
42888npm verb addRemoteTarball [ 'http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz',
42889npm verb addRemoteTarball 'c2a30dedb3e535d72ccf82e343941a50ba8533ac' ]
42890npm info retry fetch attempt 1 at 19:33:05
42891npm info attempt registry request try #1 at 19:33:05
42892npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz
42893npm info retry fetch attempt 1 at 19:33:05
42894npm info attempt registry request try #1 at 19:33:05
42895npm http fetch GET http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz
42896npm info retry fetch attempt 1 at 19:33:05
42897npm info attempt registry request try #1 at 19:33:05
42898npm http fetch GET http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz
42899npm verb get http://registry.npmjs.org/user-home not expired, no request
42900npm verb addNamed "1.1.1" is a plain semver version for user-home
42901npm verb get http://registry.npmjs.org/xdg-basedir not expired, no request
42902npm verb addNamed "1.0.1" is a plain semver version for xdg-basedir
42903npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
42904npm verb addRemoteTarball http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz not in flight; adding
42905npm verb addRemoteTarball [ 'http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz',
42906npm verb addRemoteTarball '2b5be23a32b63a7c9deb8d0f28d485724a3df190' ]
42907npm verb addRemoteTarball http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-1.0.1.tgz not in flight; adding
42908npm verb addRemoteTarball [ 'http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-1.0.1.tgz',
42909npm verb addRemoteTarball '14ff8f63a4fdbcb05d5b6eea22b36f3033b9f04e' ]
42910npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
42911npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz
42912npm http fetch 200 http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz
42913npm http fetch 200 http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz
42914npm info retry fetch attempt 1 at 19:33:05
42915npm info attempt registry request try #1 at 19:33:05
42916npm http fetch GET http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz
42917npm info retry fetch attempt 1 at 19:33:05
42918npm info attempt registry request try #1 at 19:33:05
42919npm http fetch GET http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-1.0.1.tgz
42920npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
42921npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
42922npm http fetch 200 http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz
42923npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz not in flight; adding
42924npm verb addTmpTarball already have metadata; skipping unpack for object-assign@2.1.1
42925npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uuid/-/uuid-2.0.1.tgz not in flight; adding
42926npm verb addTmpTarball already have metadata; skipping unpack for uuid@2.0.1
42927npm http fetch 200 http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-1.0.1.tgz
42928npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz not in flight; adding
42929npm verb addTmpTarball already have metadata; skipping unpack for js-yaml@3.4.6
42930npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/user-home/-/user-home-1.1.1.tgz not in flight; adding
42931npm verb addTmpTarball already have metadata; skipping unpack for user-home@1.1.1
42932npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/xdg-basedir/-/xdg-basedir-1.0.1.tgz not in flight; adding
42933npm verb addTmpTarball already have metadata; skipping unpack for xdg-basedir@1.0.1
42934npm verb afterAdd /root/.npm/object-assign/2.1.1/package/package.json not in flight; writing
42935npm verb afterAdd /root/.npm/uuid/2.0.1/package/package.json not in flight; writing
42936npm verb afterAdd /root/.npm/object-assign/2.1.1/package/package.json written
42937npm verb afterAdd /root/.npm/js-yaml/3.4.6/package/package.json not in flight; writing
42938npm verb afterAdd /root/.npm/uuid/2.0.1/package/package.json written
42939npm verb afterAdd /root/.npm/user-home/1.1.1/package/package.json not in flight; writing
42940npm verb afterAdd /root/.npm/js-yaml/3.4.6/package/package.json written
42941npm verb afterAdd /root/.npm/xdg-basedir/1.0.1/package/package.json not in flight; writing
42942npm verb afterAdd /root/.npm/user-home/1.1.1/package/package.json written
42943npm verb afterAdd /root/.npm/xdg-basedir/1.0.1/package/package.json written
42944npm verb cache add spec argparse@^1.0.2
42945npm verb cache add spec esprima@^2.6.0
42946npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for argparse
42947npm verb addNameRange registry:http://registry.npmjs.org/argparse not in flight; fetching
42948npm verb addNamed ">=2.6.0 <3.0.0" is a valid semver range for esprima
42949npm verb addNameRange registry:http://registry.npmjs.org/esprima not in flight; fetching
42950npm verb request uri http://registry.npmjs.org/inherit
42951npm verb request no auth needed
42952npm info attempt registry request try #1 at 19:33:05
42953npm http request GET http://registry.npmjs.org/inherit
42954npm verb request uri http://registry.npmjs.org/argparse
42955npm verb request no auth needed
42956npm info attempt registry request try #1 at 19:33:05
42957npm verb etag "9DFOWC6LFKICESBRM05FPSMYH"
42958npm http request GET http://registry.npmjs.org/argparse
42959npm verb request uri http://registry.npmjs.org/esprima
42960npm verb request no auth needed
42961npm info attempt registry request try #1 at 19:33:05
42962npm verb etag "6A8X9EOBDF5HCCSRV5XCYY6XZ"
42963npm http request GET http://registry.npmjs.org/esprima
42964npm http 200 http://registry.npmjs.org/inherit
42965npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42966npm verb headers etag: '"CF7OVU5IDV30N1F1KIPZOM501"',
42967npm verb headers 'content-type': 'application/json',
42968npm verb headers 'cache-control': 'max-age=60',
42969npm verb headers 'content-length': '14313',
42970npm verb headers 'accept-ranges': 'bytes',
42971npm verb headers date: 'Tue, 29 Dec 2015 19:33:05 GMT',
42972npm verb headers age: '8',
42973npm verb headers 'x-served-by': 'cache-fra1226-FRA',
42974npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42975npm verb headers 'x-cache-hits': '1',
42976npm verb headers 'x-timer': 'S1451417585.318444,VS0,VE0',
42977npm verb headers vary: 'Accept',
42978npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42979npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42980npm verb headers connection: 'keep-alive' }
42981npm verb get saving inherit to /root/.npm/registry.npmjs.org/inherit/.cache.json
42982npm verb cache add spec inherit@^2.2.2
42983npm verb addNamed ">=2.2.2 <3.0.0" is a valid semver range for inherit
42984npm verb addNameRange registry:http://registry.npmjs.org/inherit not in flight; fetching
42985npm http 304 http://registry.npmjs.org/esprima
42986npm verb headers { date: 'Tue, 29 Dec 2015 19:33:05 GMT',
42987npm verb headers 'cache-control': 'max-age=300',
42988npm verb headers etag: '"6A8X9EOBDF5HCCSRV5XCYY6XZ"',
42989npm verb headers age: '298',
42990npm verb headers 'x-served-by': 'cache-fra1234-FRA',
42991npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
42992npm verb headers 'x-cache-hits': '7',
42993npm verb headers 'x-timer': 'S1451417585.345547,VS0,VE0',
42994npm verb headers vary: 'Accept',
42995npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
42996npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
42997npm verb headers connection: 'keep-alive' }
42998npm verb etag http://registry.npmjs.org/esprima from cache
42999npm verb get saving esprima to /root/.npm/registry.npmjs.org/esprima/.cache.json
43000npm http 304 http://registry.npmjs.org/argparse
43001npm verb headers { date: 'Tue, 29 Dec 2015 19:33:05 GMT',
43002npm verb headers 'cache-control': 'max-age=300',
43003npm verb headers etag: '"9DFOWC6LFKICESBRM05FPSMYH"',
43004npm verb headers age: '283',
43005npm verb headers 'x-served-by': 'cache-fra1226-FRA',
43006npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43007npm verb headers 'x-cache-hits': '1',
43008npm verb headers 'x-timer': 'S1451417585.345555,VS0,VE0',
43009npm verb headers vary: 'Accept',
43010npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43011npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43012npm verb headers connection: 'keep-alive' }
43013npm verb etag http://registry.npmjs.org/argparse from cache
43014npm verb get saving argparse to /root/.npm/registry.npmjs.org/argparse/.cache.json
43015npm verb get http://registry.npmjs.org/inherit not expired, no request
43016npm verb addNamed "2.2.2" is a plain semver version for inherit
43017npm verb addRemoteTarball http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz not in flight; adding
43018npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz',
43019npm verb addRemoteTarball '3b5b3417d434f81a234d68f79612615e416244a3' ]
43020npm info retry fetch attempt 1 at 19:33:05
43021npm info attempt registry request try #1 at 19:33:05
43022npm http fetch GET http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz
43023npm verb addNamed "2.7.1" is a plain semver version for esprima
43024npm verb addNamed "1.0.3" is a plain semver version for argparse
43025npm verb addRemoteTarball http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz not in flight; adding
43026npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz',
43027npm verb addRemoteTarball '2ab7d1549edd06d14d69a6c1a1754aca02e9657e' ]
43028npm verb addRemoteTarball http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz not in flight; adding
43029npm verb addRemoteTarball [ 'http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz',
43030npm verb addRemoteTarball '14389deeb0c28fc4cda9405b9f532a4e3785ce84' ]
43031npm info retry fetch attempt 1 at 19:33:05
43032npm info attempt registry request try #1 at 19:33:05
43033npm http fetch GET http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz
43034npm info retry fetch attempt 1 at 19:33:05
43035npm info attempt registry request try #1 at 19:33:05
43036npm http fetch GET http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz
43037npm http fetch 200 http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz
43038npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/inherit/-/inherit-2.2.2.tgz not in flight; adding
43039npm verb addTmpTarball already have metadata; skipping unpack for inherit@2.2.2
43040npm verb afterAdd /root/.npm/inherit/2.2.2/package/package.json not in flight; writing
43041npm verb afterAdd /root/.npm/inherit/2.2.2/package/package.json written
43042npm http fetch 200 http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz
43043npm http fetch 200 http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz
43044npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/esprima/-/esprima-2.7.1.tgz not in flight; adding
43045npm verb addTmpTarball already have metadata; skipping unpack for esprima@2.7.1
43046npm verb afterAdd /root/.npm/esprima/2.7.1/package/package.json not in flight; writing
43047npm verb afterAdd /root/.npm/esprima/2.7.1/package/package.json written
43048npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/argparse/-/argparse-1.0.3.tgz not in flight; adding
43049npm verb addTmpTarball already have metadata; skipping unpack for argparse@1.0.3
43050npm verb afterAdd /root/.npm/argparse/1.0.3/package/package.json not in flight; writing
43051npm verb afterAdd /root/.npm/argparse/1.0.3/package/package.json written
43052npm verb cache add spec lodash@>= 3.2.0 < 4.0.0
43053npm verb addNamed ">=3.2.0 <4.0.0" is a valid semver range for lodash
43054npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
43055npm verb request uri http://registry.npmjs.org/sprintf-js
43056npm verb request no auth needed
43057npm info attempt registry request try #1 at 19:33:05
43058npm http request GET http://registry.npmjs.org/sprintf-js
43059npm verb request uri http://registry.npmjs.org/lodash
43060npm verb request no auth needed
43061npm info attempt registry request try #1 at 19:33:05
43062npm verb etag "CGTYPVJRPPNJ9QH7BTBZ8IZ1I"
43063npm http request GET http://registry.npmjs.org/lodash
43064npm http 200 http://registry.npmjs.org/sprintf-js
43065npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43066npm verb headers etag: '"7IPFW0OURMLX2TIJLPV8CZ5D1"',
43067npm verb headers 'content-type': 'application/json',
43068npm verb headers 'cache-control': 'max-age=300',
43069npm verb headers 'content-length': '9832',
43070npm verb headers 'accept-ranges': 'bytes',
43071npm verb headers date: 'Tue, 29 Dec 2015 19:33:05 GMT',
43072npm verb headers age: '114',
43073npm verb headers 'x-served-by': 'cache-ams4124-AMS',
43074npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43075npm verb headers 'x-cache-hits': '1',
43076npm verb headers 'x-timer': 'S1451417585.694053,VS0,VE0',
43077npm verb headers vary: 'Accept',
43078npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
43079npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43080npm verb headers connection: 'keep-alive' }
43081npm verb get saving sprintf-js to /root/.npm/registry.npmjs.org/sprintf-js/.cache.json
43082npm http 304 http://registry.npmjs.org/lodash
43083npm verb headers { date: 'Tue, 29 Dec 2015 19:33:05 GMT',
43084npm verb headers 'cache-control': 'max-age=300',
43085npm verb headers etag: '"CGTYPVJRPPNJ9QH7BTBZ8IZ1I"',
43086npm verb headers age: '277',
43087npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43088npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43089npm verb headers 'x-cache-hits': '9',
43090npm verb headers 'x-timer': 'S1451417585.703734,VS0,VE0',
43091npm verb headers vary: 'Accept',
43092npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43093npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43094npm verb headers connection: 'keep-alive' }
43095npm verb etag http://registry.npmjs.org/lodash from cache
43096npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
43097npm verb addNamed "3.10.1" is a plain semver version for lodash
43098npm verb cache add spec sprintf-js@~1.0.2
43099npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for sprintf-js
43100npm verb addNameRange registry:http://registry.npmjs.org/sprintf-js not in flight; fetching
43101npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json not in flight; writing
43102npm verb get http://registry.npmjs.org/sprintf-js not expired, no request
43103npm verb addNamed "1.0.3" is a plain semver version for sprintf-js
43104npm verb addRemoteTarball http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz not in flight; adding
43105npm verb addRemoteTarball [ 'http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz',
43106npm verb addRemoteTarball '04e6926f662895354f3dd015203633b857297e2c' ]
43107npm info retry fetch attempt 1 at 19:33:05
43108npm info attempt registry request try #1 at 19:33:05
43109npm http fetch GET http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz
43110npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json written
43111npm http fetch 200 http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz
43112npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz not in flight; adding
43113npm verb addTmpTarball already have metadata; skipping unpack for sprintf-js@1.0.3
43114npm verb afterAdd /root/.npm/sprintf-js/1.0.3/package/package.json not in flight; writing
43115npm verb afterAdd /root/.npm/sprintf-js/1.0.3/package/package.json written
43116npm verb cache add spec minimist@0.0.8
43117npm verb addNamed "0.0.8" is a plain semver version for minimist
43118npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
43119npm verb get http://registry.npmjs.org/minimist not expired, no request
43120npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
43121npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
43122npm verb request uri http://registry.npmjs.org/lodash.isfunction
43123npm verb request no auth needed
43124npm info attempt registry request try #1 at 19:33:06
43125npm http request GET http://registry.npmjs.org/lodash.isfunction
43126npm verb request uri http://registry.npmjs.org/lodash.isobject
43127npm verb request no auth needed
43128npm info attempt registry request try #1 at 19:33:06
43129npm http request GET http://registry.npmjs.org/lodash.isobject
43130npm verb request uri http://registry.npmjs.org/lodash.now
43131npm verb request no auth needed
43132npm info attempt registry request try #1 at 19:33:06
43133npm http request GET http://registry.npmjs.org/lodash.now
43134npm http 200 http://registry.npmjs.org/lodash.isfunction
43135npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43136npm verb headers etag: '"CBHHYDJSLYZWTGYTDFDNQJ67D"',
43137npm verb headers 'content-type': 'application/json',
43138npm verb headers 'cache-control': 'max-age=300',
43139npm verb headers 'content-length': '24470',
43140npm verb headers 'accept-ranges': 'bytes',
43141npm verb headers date: 'Tue, 29 Dec 2015 19:33:06 GMT',
43142npm verb headers age: '35',
43143npm verb headers 'x-served-by': 'cache-ams4124-AMS',
43144npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43145npm verb headers 'x-cache-hits': '1',
43146npm verb headers 'x-timer': 'S1451417586.028325,VS0,VE0',
43147npm verb headers vary: 'Accept',
43148npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43149npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43150npm verb headers connection: 'keep-alive' }
43151npm verb get saving lodash.isfunction to /root/.npm/registry.npmjs.org/lodash.isfunction/.cache.json
43152npm http 200 http://registry.npmjs.org/lodash.now
43153npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43154npm verb headers etag: '"4OSU8OBQJJG8A6FNR1C5SDPYA"',
43155npm verb headers 'content-type': 'application/json',
43156npm verb headers 'cache-control': 'max-age=300',
43157npm verb headers 'content-length': '8173',
43158npm verb headers 'accept-ranges': 'bytes',
43159npm verb headers date: 'Tue, 29 Dec 2015 19:33:06 GMT',
43160npm verb headers age: '232',
43161npm verb headers 'x-served-by': 'cache-ams4124-AMS',
43162npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43163npm verb headers 'x-cache-hits': '1',
43164npm verb headers 'x-timer': 'S1451417586.035126,VS0,VE0',
43165npm verb headers vary: 'Accept',
43166npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43167npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43168npm verb headers connection: 'keep-alive' }
43169npm verb get saving lodash.now to /root/.npm/registry.npmjs.org/lodash.now/.cache.json
43170npm verb cache add spec lodash.isfunction@~2.4.1
43171npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash.isfunction
43172npm verb addNameRange registry:http://registry.npmjs.org/lodash.isfunction not in flight; fetching
43173npm verb cache add spec lodash.now@~2.4.1
43174npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash.now
43175npm verb addNameRange registry:http://registry.npmjs.org/lodash.now not in flight; fetching
43176npm verb get http://registry.npmjs.org/lodash.isfunction not expired, no request
43177npm verb addNamed "2.4.1" is a plain semver version for lodash.isfunction
43178npm verb get http://registry.npmjs.org/lodash.now not expired, no request
43179npm verb addNamed "2.4.1" is a plain semver version for lodash.now
43180npm verb addRemoteTarball http://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz not in flight; adding
43181npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz',
43182npm verb addRemoteTarball '2cfd575c73e498ab57e319b77fa02adef13a94d1' ]
43183npm verb addRemoteTarball http://registry.npmjs.org/lodash.now/-/lodash.now-2.4.1.tgz not in flight; adding
43184npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.now/-/lodash.now-2.4.1.tgz',
43185npm verb addRemoteTarball '6872156500525185faf96785bb7fe7fe15b562c6' ]
43186npm info retry fetch attempt 1 at 19:33:06
43187npm info attempt registry request try #1 at 19:33:06
43188npm http fetch GET http://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz
43189npm info retry fetch attempt 1 at 19:33:06
43190npm info attempt registry request try #1 at 19:33:06
43191npm http fetch GET http://registry.npmjs.org/lodash.now/-/lodash.now-2.4.1.tgz
43192npm http fetch 200 http://registry.npmjs.org/lodash.now/-/lodash.now-2.4.1.tgz
43193npm http fetch 200 http://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz
43194npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lodash.now/-/lodash.now-2.4.1.tgz not in flight; adding
43195npm verb addTmpTarball already have metadata; skipping unpack for lodash.now@2.4.1
43196npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz not in flight; adding
43197npm verb addTmpTarball already have metadata; skipping unpack for lodash.isfunction@2.4.1
43198npm verb afterAdd /root/.npm/lodash.now/2.4.1/package/package.json not in flight; writing
43199npm verb afterAdd /root/.npm/lodash.isfunction/2.4.1/package/package.json not in flight; writing
43200npm verb afterAdd /root/.npm/lodash.now/2.4.1/package/package.json written
43201npm verb afterAdd /root/.npm/lodash.isfunction/2.4.1/package/package.json written
43202npm http 200 http://registry.npmjs.org/lodash.isobject
43203npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43204npm verb headers etag: '"F1TYM11IDNU9YQD29KS5W9NDZ"',
43205npm verb headers 'content-type': 'application/json',
43206npm verb headers 'cache-control': 'max-age=60',
43207npm verb headers 'content-length': '17674',
43208npm verb headers 'accept-ranges': 'bytes',
43209npm verb headers date: 'Tue, 29 Dec 2015 19:33:06 GMT',
43210npm verb headers age: '0',
43211npm verb headers 'x-served-by': 'cache-ams4143-AMS',
43212npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43213npm verb headers 'x-cache-hits': '1',
43214npm verb headers 'x-timer': 'S1451417586.029367,VS0,VE609',
43215npm verb headers vary: 'Accept',
43216npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43217npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43218npm verb headers connection: 'keep-alive' }
43219npm verb get saving lodash.isobject to /root/.npm/registry.npmjs.org/lodash.isobject/.cache.json
43220npm verb cache add spec lodash.isobject@~2.4.1
43221npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash.isobject
43222npm verb addNameRange registry:http://registry.npmjs.org/lodash.isobject not in flight; fetching
43223npm verb get http://registry.npmjs.org/lodash.isobject not expired, no request
43224npm verb addNamed "2.4.1" is a plain semver version for lodash.isobject
43225npm verb addRemoteTarball http://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz not in flight; adding
43226npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz',
43227npm verb addRemoteTarball '5a2e47fe69953f1ee631a7eba1fe64d2d06558f5' ]
43228npm info retry fetch attempt 1 at 19:33:06
43229npm info attempt registry request try #1 at 19:33:06
43230npm http fetch GET http://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz
43231npm http fetch 200 http://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz
43232npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz not in flight; adding
43233npm verb addTmpTarball already have metadata; skipping unpack for lodash.isobject@2.4.1
43234npm verb afterAdd /root/.npm/lodash.isobject/2.4.1/package/package.json not in flight; writing
43235npm verb afterAdd /root/.npm/lodash.isobject/2.4.1/package/package.json written
43236npm verb request uri http://registry.npmjs.org/lodash._objecttypes
43237npm verb request no auth needed
43238npm info attempt registry request try #1 at 19:33:06
43239npm http request GET http://registry.npmjs.org/lodash._objecttypes
43240npm http 200 http://registry.npmjs.org/lodash._objecttypes
43241npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43242npm verb headers etag: '"5P1YDHG26NW1FH1O2HCDLIQG9"',
43243npm verb headers 'content-type': 'application/json',
43244npm verb headers 'cache-control': 'max-age=60',
43245npm verb headers 'content-length': '12368',
43246npm verb headers 'accept-ranges': 'bytes',
43247npm verb headers date: 'Tue, 29 Dec 2015 19:33:07 GMT',
43248npm verb headers age: '0',
43249npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43250npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43251npm verb headers 'x-cache-hits': '1',
43252npm verb headers 'x-timer': 'S1451417586.780888,VS0,VE870',
43253npm verb headers vary: 'Accept',
43254npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43255npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43256npm verb headers connection: 'keep-alive' }
43257npm verb get saving lodash._objecttypes to /root/.npm/registry.npmjs.org/lodash._objecttypes/.cache.json
43258npm verb cache add spec lodash._objecttypes@~2.4.1
43259npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash._objecttypes
43260npm verb addNameRange registry:http://registry.npmjs.org/lodash._objecttypes not in flight; fetching
43261npm verb get http://registry.npmjs.org/lodash._objecttypes not expired, no request
43262npm verb addNamed "2.4.1" is a plain semver version for lodash._objecttypes
43263npm verb addRemoteTarball http://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz not in flight; adding
43264npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz',
43265npm verb addRemoteTarball '7c0b7f69d98a1f76529f890b0cdb1b4dfec11c11' ]
43266npm info retry fetch attempt 1 at 19:33:07
43267npm info attempt registry request try #1 at 19:33:07
43268npm http fetch GET http://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz
43269npm http fetch 200 http://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz
43270npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz not in flight; adding
43271npm verb addTmpTarball already have metadata; skipping unpack for lodash._objecttypes@2.4.1
43272npm verb afterAdd /root/.npm/lodash._objecttypes/2.4.1/package/package.json not in flight; writing
43273npm verb afterAdd /root/.npm/lodash._objecttypes/2.4.1/package/package.json written
43274npm verb request uri http://registry.npmjs.org/lodash._isnative
43275npm verb request no auth needed
43276npm info attempt registry request try #1 at 19:33:07
43277npm http request GET http://registry.npmjs.org/lodash._isnative
43278npm http 200 http://registry.npmjs.org/lodash._isnative
43279npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43280npm verb headers etag: '"EG8UNOKHSAXW0G7OYIDET01SZ"',
43281npm verb headers 'content-type': 'application/json',
43282npm verb headers 'cache-control': 'max-age=300',
43283npm verb headers 'content-length': '3568',
43284npm verb headers 'accept-ranges': 'bytes',
43285npm verb headers date: 'Tue, 29 Dec 2015 19:33:07 GMT',
43286npm verb headers age: '232',
43287npm verb headers 'x-served-by': 'cache-ams4143-AMS',
43288npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43289npm verb headers 'x-cache-hits': '1077',
43290npm verb headers 'x-timer': 'S1451417587.812199,VS0,VE0',
43291npm verb headers vary: 'Accept',
43292npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43293npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43294npm verb headers connection: 'keep-alive' }
43295npm verb get saving lodash._isnative to /root/.npm/registry.npmjs.org/lodash._isnative/.cache.json
43296npm verb cache add spec lodash._isnative@~2.4.1
43297npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash._isnative
43298npm verb addNameRange registry:http://registry.npmjs.org/lodash._isnative not in flight; fetching
43299npm verb get http://registry.npmjs.org/lodash._isnative not expired, no request
43300npm verb addNamed "2.4.1" is a plain semver version for lodash._isnative
43301npm verb addRemoteTarball http://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz not in flight; adding
43302npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz',
43303npm verb addRemoteTarball '3ea6404b784a7be836c7b57580e1cdf79b14832c' ]
43304npm info retry fetch attempt 1 at 19:33:07
43305npm info attempt registry request try #1 at 19:33:07
43306npm http fetch GET http://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz
43307npm http fetch 200 http://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz
43308npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz not in flight; adding
43309npm verb addTmpTarball already have metadata; skipping unpack for lodash._isnative@2.4.1
43310npm verb afterAdd /root/.npm/lodash._isnative/2.4.1/package/package.json not in flight; writing
43311npm verb afterAdd /root/.npm/lodash._isnative/2.4.1/package/package.json written
43312npm verb request uri http://registry.npmjs.org/osx-release
43313npm verb request no auth needed
43314npm info attempt registry request try #1 at 19:33:07
43315npm http request GET http://registry.npmjs.org/osx-release
43316npm verb request uri http://registry.npmjs.org/win-release
43317npm verb request no auth needed
43318npm info attempt registry request try #1 at 19:33:07
43319npm http request GET http://registry.npmjs.org/win-release
43320npm http 200 http://registry.npmjs.org/osx-release
43321npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43322npm verb headers etag: '"XKBXX2WTRBUX6X8M3YJRK7YD"',
43323npm verb headers 'content-type': 'application/json',
43324npm verb headers 'cache-control': 'max-age=300',
43325npm verb headers 'content-length': '6655',
43326npm verb headers 'accept-ranges': 'bytes',
43327npm verb headers date: 'Tue, 29 Dec 2015 19:33:07 GMT',
43328npm verb headers age: '247',
43329npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43330npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43331npm verb headers 'x-cache-hits': '1',
43332npm verb headers 'x-timer': 'S1451417587.919701,VS0,VE0',
43333npm verb headers vary: 'Accept',
43334npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43335npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43336npm verb headers connection: 'keep-alive' }
43337npm verb get saving osx-release to /root/.npm/registry.npmjs.org/osx-release/.cache.json
43338npm verb cache add spec osx-release@^1.0.0
43339npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for osx-release
43340npm verb addNameRange registry:http://registry.npmjs.org/osx-release not in flight; fetching
43341npm http 200 http://registry.npmjs.org/win-release
43342npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43343npm verb headers etag: '"6K5HRYV3POOQJWPHIC4TVRBCQ"',
43344npm verb headers 'content-type': 'application/json',
43345npm verb headers 'cache-control': 'max-age=300',
43346npm verb headers 'content-length': '6926',
43347npm verb headers 'accept-ranges': 'bytes',
43348npm verb headers date: 'Tue, 29 Dec 2015 19:33:07 GMT',
43349npm verb headers age: '35',
43350npm verb headers 'x-served-by': 'cache-ams4143-AMS',
43351npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43352npm verb headers 'x-cache-hits': '1',
43353npm verb headers 'x-timer': 'S1451417587.934394,VS0,VE0',
43354npm verb headers vary: 'Accept',
43355npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43356npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43357npm verb headers connection: 'keep-alive' }
43358npm verb get saving win-release to /root/.npm/registry.npmjs.org/win-release/.cache.json
43359npm verb get http://registry.npmjs.org/osx-release not expired, no request
43360npm verb addNamed "1.1.0" is a plain semver version for osx-release
43361npm verb addRemoteTarball http://registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz not in flight; adding
43362npm verb addRemoteTarball [ 'http://registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz',
43363npm verb addRemoteTarball 'f217911a28136949af1bf9308b241e2737d3cd6c' ]
43364npm info retry fetch attempt 1 at 19:33:07
43365npm info attempt registry request try #1 at 19:33:07
43366npm http fetch GET http://registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz
43367npm verb cache add spec win-release@^1.0.0
43368npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for win-release
43369npm verb addNameRange registry:http://registry.npmjs.org/win-release not in flight; fetching
43370npm verb get http://registry.npmjs.org/win-release not expired, no request
43371npm verb addNamed "1.1.1" is a plain semver version for win-release
43372npm verb addRemoteTarball http://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz not in flight; adding
43373npm verb addRemoteTarball [ 'http://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz',
43374npm verb addRemoteTarball '5fa55e02be7ca934edfc12665632e849b72e5209' ]
43375npm http fetch 200 http://registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz
43376npm info retry fetch attempt 1 at 19:33:08
43377npm info attempt registry request try #1 at 19:33:08
43378npm http fetch GET http://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz
43379npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/osx-release/-/osx-release-1.1.0.tgz not in flight; adding
43380npm verb addTmpTarball already have metadata; skipping unpack for osx-release@1.1.0
43381npm verb afterAdd /root/.npm/osx-release/1.1.0/package/package.json not in flight; writing
43382npm verb afterAdd /root/.npm/osx-release/1.1.0/package/package.json written
43383npm http fetch 200 http://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz
43384npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/win-release/-/win-release-1.1.1.tgz not in flight; adding
43385npm verb addTmpTarball already have metadata; skipping unpack for win-release@1.1.1
43386npm verb afterAdd /root/.npm/win-release/1.1.1/package/package.json not in flight; writing
43387npm verb afterAdd /root/.npm/win-release/1.1.1/package/package.json written
43388npm verb cache add spec semver@^5.0.1
43389npm verb addNamed ">=5.0.1 <6.0.0" is a valid semver range for semver
43390npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
43391npm verb request uri http://registry.npmjs.org/semver
43392npm verb request no auth needed
43393npm info attempt registry request try #1 at 19:33:08
43394npm verb etag "9AKHVLXH1EZXB2URR2AGEIANA"
43395npm http request GET http://registry.npmjs.org/semver
43396npm http 304 http://registry.npmjs.org/semver
43397npm verb headers { date: 'Tue, 29 Dec 2015 19:32:48 GMT',
43398npm verb headers 'content-type': 'application/json',
43399npm verb headers age: '251',
43400npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
43401npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
43402npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
43403npm verb headers connection: 'keep-alive' }
43404npm verb etag http://registry.npmjs.org/semver from cache
43405npm verb get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json
43406npm verb addNamed "5.1.0" is a plain semver version for semver
43407npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-5.1.0.tgz not in flight; adding
43408npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-5.1.0.tgz',
43409npm verb addRemoteTarball '85f2cf8550465c4df000cf7d86f6b054106ab9e5' ]
43410npm info retry fetch attempt 1 at 19:33:08
43411npm info attempt registry request try #1 at 19:33:08
43412npm http fetch GET http://registry.npmjs.org/semver/-/semver-5.1.0.tgz
43413npm http fetch 200 http://registry.npmjs.org/semver/-/semver-5.1.0.tgz
43414npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/semver/-/semver-5.1.0.tgz not in flight; adding
43415npm verb addTmpTarball already have metadata; skipping unpack for semver@5.1.0
43416npm verb afterAdd /root/.npm/semver/5.1.0/package/package.json not in flight; writing
43417npm verb afterAdd /root/.npm/semver/5.1.0/package/package.json written
43418npm verb request uri http://registry.npmjs.org/punycode
43419npm verb request no auth needed
43420npm info attempt registry request try #1 at 19:33:08
43421npm http request GET http://registry.npmjs.org/punycode
43422npm http 200 http://registry.npmjs.org/punycode
43423npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43424npm verb headers etag: '"CG0768VW0WWMHOQRNMWGCK0GI"',
43425npm verb headers 'content-type': 'application/json',
43426npm verb headers 'cache-control': 'max-age=300',
43427npm verb headers 'content-length': '34200',
43428npm verb headers 'accept-ranges': 'bytes',
43429npm verb headers date: 'Tue, 29 Dec 2015 19:33:08 GMT',
43430npm verb headers age: '116',
43431npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43432npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43433npm verb headers 'x-cache-hits': '1',
43434npm verb headers 'x-timer': 'S1451417588.227568,VS0,VE0',
43435npm verb headers vary: 'Accept',
43436npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43437npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43438npm verb headers connection: 'keep-alive' }
43439npm verb get saving punycode to /root/.npm/registry.npmjs.org/punycode/.cache.json
43440npm verb cache add spec punycode@>=0.2.0
43441npm verb addNamed ">=0.2.0" is a valid semver range for punycode
43442npm verb addNameRange registry:http://registry.npmjs.org/punycode not in flight; fetching
43443npm verb get http://registry.npmjs.org/punycode not expired, no request
43444npm verb addNamed "1.4.0" is a plain semver version for punycode
43445npm verb addRemoteTarball http://registry.npmjs.org/punycode/-/punycode-1.4.0.tgz not in flight; adding
43446npm verb addRemoteTarball [ 'http://registry.npmjs.org/punycode/-/punycode-1.4.0.tgz',
43447npm verb addRemoteTarball '3f879ea03f24c718d4d4b7e47de1fb51cf6c3e33' ]
43448npm info retry fetch attempt 1 at 19:33:08
43449npm info attempt registry request try #1 at 19:33:08
43450npm http fetch GET http://registry.npmjs.org/punycode/-/punycode-1.4.0.tgz
43451npm http fetch 200 http://registry.npmjs.org/punycode/-/punycode-1.4.0.tgz
43452npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/punycode/-/punycode-1.4.0.tgz not in flight; adding
43453npm verb addTmpTarball already have metadata; skipping unpack for punycode@1.4.0
43454npm verb afterAdd /root/.npm/punycode/1.4.0/package/package.json not in flight; writing
43455npm verb afterAdd /root/.npm/punycode/1.4.0/package/package.json written
43456npm verb request uri http://registry.npmjs.org/read
43457npm verb request no auth needed
43458npm info attempt registry request try #1 at 19:33:08
43459npm http request GET http://registry.npmjs.org/read
43460npm http 200 http://registry.npmjs.org/read
43461npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43462npm verb headers etag: '"4NE5FAOQPK1SCERKDI38FDBM6"',
43463npm verb headers 'content-type': 'application/json',
43464npm verb headers 'cache-control': 'max-age=300',
43465npm verb headers 'content-length': '12126',
43466npm verb headers 'accept-ranges': 'bytes',
43467npm verb headers date: 'Tue, 29 Dec 2015 19:33:08 GMT',
43468npm verb headers age: '43',
43469npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43470npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43471npm verb headers 'x-cache-hits': '2',
43472npm verb headers 'x-timer': 'S1451417588.399425,VS0,VE0',
43473npm verb headers vary: 'Accept',
43474npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43475npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43476npm verb headers connection: 'keep-alive' }
43477npm verb get saving read to /root/.npm/registry.npmjs.org/read/.cache.json
43478npm verb cache add spec read@~1.0.4
43479npm verb addNamed ">=1.0.4 <1.1.0" is a valid semver range for read
43480npm verb addNameRange registry:http://registry.npmjs.org/read not in flight; fetching
43481npm verb get http://registry.npmjs.org/read not expired, no request
43482npm verb addNamed "1.0.7" is a plain semver version for read
43483npm verb addRemoteTarball http://registry.npmjs.org/read/-/read-1.0.7.tgz not in flight; adding
43484npm verb addRemoteTarball [ 'http://registry.npmjs.org/read/-/read-1.0.7.tgz',
43485npm verb addRemoteTarball 'b3da19bd052431a97671d44a42634adf710b40c4' ]
43486npm info retry fetch attempt 1 at 19:33:08
43487npm info attempt registry request try #1 at 19:33:08
43488npm http fetch GET http://registry.npmjs.org/read/-/read-1.0.7.tgz
43489npm http fetch 200 http://registry.npmjs.org/read/-/read-1.0.7.tgz
43490npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/read/-/read-1.0.7.tgz not in flight; adding
43491npm verb addTmpTarball already have metadata; skipping unpack for read@1.0.7
43492npm verb afterAdd /root/.npm/read/1.0.7/package/package.json not in flight; writing
43493npm verb afterAdd /root/.npm/read/1.0.7/package/package.json written
43494npm verb cache add spec bl@~0.9.0
43495npm verb cache add spec caseless@~0.6.0
43496npm verb cache add spec forever-agent@~0.5.0
43497npm verb cache add spec qs@~1.2.0
43498npm verb cache add spec node-uuid@~1.4.0
43499npm verb cache add spec form-data@~0.1.0
43500npm verb cache add spec http-signature@~0.10.0
43501npm verb cache add spec oauth-sign@~0.4.0
43502npm verb cache add spec hawk@1.1.1
43503npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
43504npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
43505npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for caseless
43506npm verb addNameRange registry:http://registry.npmjs.org/caseless not in flight; fetching
43507npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
43508npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
43509npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for qs
43510npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
43511npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
43512npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
43513npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for form-data
43514npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
43515npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
43516npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
43517npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for oauth-sign
43518npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
43519npm verb addNamed "1.1.1" is a plain semver version for hawk
43520npm verb addNameVersion registry:http://registry.npmjs.org/hawk not in flight; fetching
43521npm verb request uri http://registry.npmjs.org/caseless
43522npm verb request no auth needed
43523npm info attempt registry request try #1 at 19:33:08
43524npm verb etag "31X3RJHEJY3DII8ZZ4JC45YBC"
43525npm http request GET http://registry.npmjs.org/caseless
43526npm verb request uri http://registry.npmjs.org/bl
43527npm verb request no auth needed
43528npm info attempt registry request try #1 at 19:33:08
43529npm verb etag "1QW45QJTVFVWJ5YM6H0GGCASF"
43530npm http request GET http://registry.npmjs.org/bl
43531npm verb request uri http://registry.npmjs.org/node-uuid
43532npm verb request no auth needed
43533npm info attempt registry request try #1 at 19:33:08
43534npm verb etag "7SC44848JT0T1XLJAD5CB3ZVF"
43535npm http request GET http://registry.npmjs.org/node-uuid
43536npm verb request uri http://registry.npmjs.org/forever-agent
43537npm verb request no auth needed
43538npm info attempt registry request try #1 at 19:33:08
43539npm verb etag "3Z9M332T1HPVIXR93E7J1RS1E"
43540npm http request GET http://registry.npmjs.org/forever-agent
43541npm verb request uri http://registry.npmjs.org/http-signature
43542npm verb request no auth needed
43543npm info attempt registry request try #1 at 19:33:08
43544npm verb etag "AY89R528YS9SVNQROK52E9CF7"
43545npm http request GET http://registry.npmjs.org/http-signature
43546npm verb request uri http://registry.npmjs.org/form-data
43547npm verb request no auth needed
43548npm info attempt registry request try #1 at 19:33:08
43549npm verb etag "3168ZUC1M6PC20LWUFGLM15N0"
43550npm http request GET http://registry.npmjs.org/form-data
43551npm verb request uri http://registry.npmjs.org/oauth-sign
43552npm verb request no auth needed
43553npm info attempt registry request try #1 at 19:33:08
43554npm verb etag "EDJNZ0SD5DV6ZTLTXN76D4X7I"
43555npm http request GET http://registry.npmjs.org/oauth-sign
43556npm verb request uri http://registry.npmjs.org/qs
43557npm verb request no auth needed
43558npm info attempt registry request try #1 at 19:33:08
43559npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
43560npm http request GET http://registry.npmjs.org/qs
43561npm verb request uri http://registry.npmjs.org/hawk
43562npm verb request no auth needed
43563npm info attempt registry request try #1 at 19:33:08
43564npm verb etag "DL06CWBZE06RBOAKK3T35XMYW"
43565npm http request GET http://registry.npmjs.org/hawk
43566npm http 304 http://registry.npmjs.org/node-uuid
43567npm verb headers { date: 'Tue, 29 Dec 2015 19:30:13 GMT',
43568npm verb headers 'content-type': 'application/json',
43569npm verb headers age: '207',
43570npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
43571npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
43572npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
43573npm verb headers connection: 'keep-alive' }
43574npm verb etag http://registry.npmjs.org/node-uuid from cache
43575npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
43576npm http 304 http://registry.npmjs.org/bl
43577npm verb headers { date: 'Tue, 29 Dec 2015 19:33:08 GMT',
43578npm verb headers 'cache-control': 'max-age=60',
43579npm verb headers etag: '"1QW45QJTVFVWJ5YM6H0GGCASF"',
43580npm verb headers age: '50',
43581npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43582npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43583npm verb headers 'x-cache-hits': '4',
43584npm verb headers 'x-timer': 'S1451417588.708848,VS0,VE0',
43585npm verb headers vary: 'Accept',
43586npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43587npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43588npm verb headers connection: 'keep-alive' }
43589npm verb etag http://registry.npmjs.org/bl from cache
43590npm verb get saving bl to /root/.npm/registry.npmjs.org/bl/.cache.json
43591npm http 304 http://registry.npmjs.org/forever-agent
43592npm verb headers { date: 'Tue, 29 Dec 2015 19:33:08 GMT',
43593npm verb headers 'cache-control': 'max-age=300',
43594npm verb headers etag: '"3Z9M332T1HPVIXR93E7J1RS1E"',
43595npm verb headers age: '20',
43596npm verb headers 'x-served-by': 'cache-fra1226-FRA',
43597npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43598npm verb headers 'x-cache-hits': '1',
43599npm verb headers 'x-timer': 'S1451417588.709706,VS0,VE0',
43600npm verb headers vary: 'Accept',
43601npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43602npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43603npm verb headers connection: 'keep-alive' }
43604npm verb etag http://registry.npmjs.org/forever-agent from cache
43605npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
43606npm http 304 http://registry.npmjs.org/caseless
43607npm verb headers { date: 'Tue, 29 Dec 2015 19:33:08 GMT',
43608npm verb headers 'cache-control': 'max-age=60',
43609npm verb headers etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
43610npm verb headers age: '30',
43611npm verb headers 'x-served-by': 'cache-ams4143-AMS',
43612npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43613npm verb headers 'x-cache-hits': '2',
43614npm verb headers 'x-timer': 'S1451417588.711892,VS0,VE0',
43615npm verb headers vary: 'Accept',
43616npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43617npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43618npm verb headers connection: 'keep-alive' }
43619npm verb etag http://registry.npmjs.org/caseless from cache
43620npm verb get saving caseless to /root/.npm/registry.npmjs.org/caseless/.cache.json
43621npm http 304 http://registry.npmjs.org/http-signature
43622npm verb headers { date: 'Tue, 29 Dec 2015 19:33:08 GMT',
43623npm verb headers 'cache-control': 'max-age=60',
43624npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
43625npm verb headers age: '31',
43626npm verb headers 'x-served-by': 'cache-ams4124-AMS',
43627npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43628npm verb headers 'x-cache-hits': '2',
43629npm verb headers 'x-timer': 'S1451417588.713151,VS0,VE0',
43630npm verb headers vary: 'Accept',
43631npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43632npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43633npm verb headers connection: 'keep-alive' }
43634npm verb etag http://registry.npmjs.org/http-signature from cache
43635npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
43636npm http 304 http://registry.npmjs.org/qs
43637npm verb headers { date: 'Tue, 29 Dec 2015 19:30:13 GMT',
43638npm verb headers 'content-type': 'application/json',
43639npm verb headers age: '223',
43640npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
43641npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
43642npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
43643npm verb headers connection: 'keep-alive' }
43644npm verb etag http://registry.npmjs.org/qs from cache
43645npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
43646npm http 304 http://registry.npmjs.org/hawk
43647npm verb headers { date: 'Tue, 29 Dec 2015 19:33:08 GMT',
43648npm verb headers 'cache-control': 'max-age=60',
43649npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
43650npm verb headers age: '23',
43651npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43652npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43653npm verb headers 'x-cache-hits': '2563',
43654npm verb headers 'x-timer': 'S1451417588.766410,VS0,VE0',
43655npm verb headers vary: 'Accept',
43656npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43657npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43658npm verb headers connection: 'keep-alive' }
43659npm verb etag http://registry.npmjs.org/hawk from cache
43660npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
43661npm http 304 http://registry.npmjs.org/oauth-sign
43662npm verb headers { date: 'Tue, 29 Dec 2015 19:33:08 GMT',
43663npm verb headers 'cache-control': 'max-age=60',
43664npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
43665npm verb headers age: '23',
43666npm verb headers 'x-served-by': 'cache-fra1226-FRA',
43667npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43668npm verb headers 'x-cache-hits': '4',
43669npm verb headers 'x-timer': 'S1451417588.766071,VS0,VE0',
43670npm verb headers vary: 'Accept',
43671npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43672npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43673npm verb headers connection: 'keep-alive' }
43674npm verb etag http://registry.npmjs.org/oauth-sign from cache
43675npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
43676npm http 304 http://registry.npmjs.org/form-data
43677npm verb headers { date: 'Tue, 29 Dec 2015 19:33:08 GMT',
43678npm verb headers 'cache-control': 'max-age=300',
43679npm verb headers etag: '"3168ZUC1M6PC20LWUFGLM15N0"',
43680npm verb headers age: '85',
43681npm verb headers 'x-served-by': 'cache-ams4124-AMS',
43682npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43683npm verb headers 'x-cache-hits': '6',
43684npm verb headers 'x-timer': 'S1451417588.768600,VS0,VE0',
43685npm verb headers vary: 'Accept',
43686npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
43687npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43688npm verb headers connection: 'keep-alive' }
43689npm verb etag http://registry.npmjs.org/form-data from cache
43690npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
43691npm verb addNamed "0.5.2" is a plain semver version for forever-agent
43692npm verb addNamed "0.6.0" is a plain semver version for caseless
43693npm verb addNamed "0.9.4" is a plain semver version for bl
43694npm verb addNamed "0.10.1" is a plain semver version for http-signature
43695npm verb addNamed "1.4.7" is a plain semver version for node-uuid
43696npm verb addRemoteTarball http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz not in flight; adding
43697npm verb addRemoteTarball [ 'http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz',
43698npm verb addRemoteTarball '8167c1ab8397fb5bb95f96d28e5a81c50f247ac4' ]
43699npm verb addNamed "1.2.2" is a plain semver version for qs
43700npm verb addNamed "0.4.0" is a plain semver version for oauth-sign
43701npm verb addNamed "0.1.4" is a plain semver version for form-data
43702npm verb addRemoteTarball http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz not in flight; adding
43703npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz',
43704npm verb addRemoteTarball 'f22956f31ea7151a821e5f2fb32c113cad8b9f69' ]
43705npm verb addRemoteTarball http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz not in flight; adding
43706npm verb addRemoteTarball [ 'http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz',
43707npm verb addRemoteTarball '91abd788aba9702b1aabfa8bc01031a2ac9e3b12' ]
43708npm info retry fetch attempt 1 at 19:33:08
43709npm info attempt registry request try #1 at 19:33:08
43710npm http fetch GET http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz
43711npm info retry fetch attempt 1 at 19:33:08
43712npm info attempt registry request try #1 at 19:33:08
43713npm http fetch GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz
43714npm info retry fetch attempt 1 at 19:33:08
43715npm info attempt registry request try #1 at 19:33:08
43716npm http fetch GET http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz
43717npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json not in flight; writing
43718npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json not in flight; writing
43719npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json not in flight; writing
43720npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
43721npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json not in flight; writing
43722npm http fetch 200 http://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz
43723npm http fetch 200 http://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz
43724npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json not in flight; writing
43725npm http fetch 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz
43726npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json written
43727npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json written
43728npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json written
43729npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
43730npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json written
43731npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json written
43732npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/form-data/-/form-data-0.1.4.tgz not in flight; adding
43733npm verb addTmpTarball already have metadata; skipping unpack for form-data@0.1.4
43734npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/caseless/-/caseless-0.6.0.tgz not in flight; adding
43735npm verb addTmpTarball already have metadata; skipping unpack for caseless@0.6.0
43736npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz not in flight; adding
43737npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.4.0
43738npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json not in flight; writing
43739npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json not in flight; writing
43740npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json not in flight; writing
43741npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json written
43742npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json written
43743npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json written
43744npm verb cache add spec readable-stream@~1.0.26
43745npm verb addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
43746npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
43747npm verb request uri http://registry.npmjs.org/readable-stream
43748npm verb request no auth needed
43749npm info attempt registry request try #1 at 19:33:09
43750npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
43751npm http request GET http://registry.npmjs.org/readable-stream
43752npm http 304 http://registry.npmjs.org/readable-stream
43753npm verb headers { date: 'Tue, 29 Dec 2015 19:30:14 GMT',
43754npm verb headers 'content-type': 'application/json',
43755npm verb headers age: '180',
43756npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
43757npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
43758npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
43759npm verb headers connection: 'keep-alive' }
43760npm verb etag http://registry.npmjs.org/readable-stream from cache
43761npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
43762npm verb addNamed "1.0.33" is a plain semver version for readable-stream
43763npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
43764npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
43765npm verb cache add spec combined-stream@~0.0.4
43766npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for combined-stream
43767npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
43768npm verb request uri http://registry.npmjs.org/combined-stream
43769npm verb request no auth needed
43770npm info attempt registry request try #1 at 19:33:09
43771npm verb etag "B4WTGKY32M1VDZX0V45HEIVUL"
43772npm http request GET http://registry.npmjs.org/combined-stream
43773npm http 304 http://registry.npmjs.org/combined-stream
43774npm verb headers { date: 'Tue, 29 Dec 2015 19:33:09 GMT',
43775npm verb headers 'cache-control': 'max-age=60',
43776npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
43777npm verb headers age: '15',
43778npm verb headers 'x-served-by': 'cache-ams4124-AMS',
43779npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43780npm verb headers 'x-cache-hits': '1',
43781npm verb headers 'x-timer': 'S1451417589.112345,VS0,VE0',
43782npm verb headers vary: 'Accept',
43783npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43784npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43785npm verb headers connection: 'keep-alive' }
43786npm verb etag http://registry.npmjs.org/combined-stream from cache
43787npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
43788npm verb addNamed "0.0.7" is a plain semver version for combined-stream
43789npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
43790npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json written
43791npm verb cache add spec delayed-stream@0.0.5
43792npm verb addNamed "0.0.5" is a plain semver version for delayed-stream
43793npm verb addNameVersion registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
43794npm verb request uri http://registry.npmjs.org/delayed-stream
43795npm verb request no auth needed
43796npm info attempt registry request try #1 at 19:33:09
43797npm verb etag "3R3PDLMYOHW7LS95R001QU3HH"
43798npm http request GET http://registry.npmjs.org/delayed-stream
43799npm http 304 http://registry.npmjs.org/delayed-stream
43800npm verb headers { date: 'Tue, 29 Dec 2015 19:33:09 GMT',
43801npm verb headers 'cache-control': 'max-age=60',
43802npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
43803npm verb headers age: '20',
43804npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43805npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43806npm verb headers 'x-cache-hits': '1',
43807npm verb headers 'x-timer': 'S1451417589.177659,VS0,VE0',
43808npm verb headers vary: 'Accept',
43809npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43810npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43811npm verb headers connection: 'keep-alive' }
43812npm verb etag http://registry.npmjs.org/delayed-stream from cache
43813npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
43814npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
43815npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json written
43816npm verb cache add spec hoek@0.9.x
43817npm verb cache add spec boom@0.4.x
43818npm verb cache add spec cryptiles@0.2.x
43819npm verb cache add spec sntp@0.2.x
43820npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
43821npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
43822npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
43823npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
43824npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
43825npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
43826npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
43827npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
43828npm verb request uri http://registry.npmjs.org/sntp
43829npm verb request no auth needed
43830npm info attempt registry request try #1 at 19:33:09
43831npm verb etag "26EOAOB5E6XN99QN0TPGQ2YJE"
43832npm http request GET http://registry.npmjs.org/sntp
43833npm verb request uri http://registry.npmjs.org/cryptiles
43834npm verb request no auth needed
43835npm info attempt registry request try #1 at 19:33:09
43836npm verb etag "99IFMGJJU8VHDG34AJNVUOITE"
43837npm http request GET http://registry.npmjs.org/cryptiles
43838npm verb request uri http://registry.npmjs.org/hoek
43839npm verb request no auth needed
43840npm info attempt registry request try #1 at 19:33:09
43841npm verb etag "BK0EM5E3PB0W7BTA9A4XMYS4P"
43842npm http request GET http://registry.npmjs.org/hoek
43843npm verb request uri http://registry.npmjs.org/boom
43844npm verb request no auth needed
43845npm info attempt registry request try #1 at 19:33:09
43846npm verb etag "1F1PXIUEXIT4BCI84DVI6LC4C"
43847npm http request GET http://registry.npmjs.org/boom
43848npm http 304 http://registry.npmjs.org/boom
43849npm verb headers { date: 'Tue, 29 Dec 2015 19:31:42 GMT',
43850npm verb headers 'content-type': 'application/json',
43851npm verb headers age: '167',
43852npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
43853npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
43854npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
43855npm verb headers connection: 'keep-alive' }
43856npm verb etag http://registry.npmjs.org/boom from cache
43857npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
43858npm http 304 http://registry.npmjs.org/cryptiles
43859npm verb headers { date: 'Tue, 29 Dec 2015 19:33:09 GMT',
43860npm verb headers 'cache-control': 'max-age=300',
43861npm verb headers etag: '"99IFMGJJU8VHDG34AJNVUOITE"',
43862npm verb headers age: '234',
43863npm verb headers 'x-served-by': 'cache-fra1226-FRA',
43864npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43865npm verb headers 'x-cache-hits': '7',
43866npm verb headers 'x-timer': 'S1451417589.352840,VS0,VE0',
43867npm verb headers vary: 'Accept',
43868npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43869npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43870npm verb headers connection: 'keep-alive' }
43871npm verb etag http://registry.npmjs.org/cryptiles from cache
43872npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
43873npm http 304 http://registry.npmjs.org/sntp
43874npm verb headers { date: 'Tue, 29 Dec 2015 19:33:09 GMT',
43875npm verb headers 'cache-control': 'max-age=300',
43876npm verb headers etag: '"26EOAOB5E6XN99QN0TPGQ2YJE"',
43877npm verb headers age: '169',
43878npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43879npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43880npm verb headers 'x-cache-hits': '5',
43881npm verb headers 'x-timer': 'S1451417589.352637,VS0,VE0',
43882npm verb headers vary: 'Accept',
43883npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43884npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43885npm verb headers connection: 'keep-alive' }
43886npm verb etag http://registry.npmjs.org/sntp from cache
43887npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
43888npm http 304 http://registry.npmjs.org/hoek
43889npm verb headers { date: 'Tue, 29 Dec 2015 19:33:09 GMT',
43890npm verb headers 'cache-control': 'max-age=60',
43891npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
43892npm verb headers age: '48',
43893npm verb headers 'x-served-by': 'cache-fra1231-FRA',
43894npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43895npm verb headers 'x-cache-hits': '1',
43896npm verb headers 'x-timer': 'S1451417589.352927,VS0,VE0',
43897npm verb headers vary: 'Accept',
43898npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43899npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43900npm verb headers connection: 'keep-alive' }
43901npm verb etag http://registry.npmjs.org/hoek from cache
43902npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
43903npm verb addNamed "0.2.2" is a plain semver version for cryptiles
43904npm verb addNamed "0.2.4" is a plain semver version for sntp
43905npm verb addNamed "0.4.2" is a plain semver version for boom
43906npm verb addNamed "0.9.1" is a plain semver version for hoek
43907npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json not in flight; writing
43908npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json not in flight; writing
43909npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json not in flight; writing
43910npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json not in flight; writing
43911npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json written
43912npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json written
43913npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json written
43914npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json written
43915npm verb cache add spec assert-plus@^0.1.5
43916npm verb cache add spec asn1@0.1.11
43917npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
43918npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
43919npm verb addNamed "0.1.11" is a plain semver version for asn1
43920npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
43921npm verb request uri http://registry.npmjs.org/assert-plus
43922npm verb request no auth needed
43923npm info attempt registry request try #1 at 19:33:09
43924npm verb etag "EFRV6IG2UKHGF602VFINNFRWC"
43925npm http request GET http://registry.npmjs.org/assert-plus
43926npm verb request uri http://registry.npmjs.org/asn1
43927npm verb request no auth needed
43928npm info attempt registry request try #1 at 19:33:09
43929npm verb etag "8MZDEQY0TE5A5S43PFPN4Z679"
43930npm http request GET http://registry.npmjs.org/asn1
43931npm http 304 http://registry.npmjs.org/assert-plus
43932npm verb headers { date: 'Tue, 29 Dec 2015 19:33:09 GMT',
43933npm verb headers 'cache-control': 'max-age=60',
43934npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
43935npm verb headers age: '29',
43936npm verb headers 'x-served-by': 'cache-fra1231-FRA',
43937npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43938npm verb headers 'x-cache-hits': '3',
43939npm verb headers 'x-timer': 'S1451417589.531916,VS0,VE0',
43940npm verb headers vary: 'Accept',
43941npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43942npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43943npm verb headers connection: 'keep-alive' }
43944npm verb etag http://registry.npmjs.org/assert-plus from cache
43945npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
43946npm verb addNamed "0.1.5" is a plain semver version for assert-plus
43947npm http 304 http://registry.npmjs.org/asn1
43948npm verb headers { date: 'Tue, 29 Dec 2015 19:33:09 GMT',
43949npm verb headers 'cache-control': 'max-age=60',
43950npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
43951npm verb headers age: '28',
43952npm verb headers 'x-served-by': 'cache-ams4124-AMS',
43953npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43954npm verb headers 'x-cache-hits': '2',
43955npm verb headers 'x-timer': 'S1451417589.543701,VS0,VE0',
43956npm verb headers vary: 'Accept',
43957npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43958npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43959npm verb headers connection: 'keep-alive' }
43960npm verb etag http://registry.npmjs.org/asn1 from cache
43961npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
43962npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
43963npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
43964npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
43965npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
43966npm verb request uri http://registry.npmjs.org/throttleit
43967npm verb request no auth needed
43968npm info attempt registry request try #1 at 19:33:09
43969npm http request GET http://registry.npmjs.org/throttleit
43970npm http 200 http://registry.npmjs.org/throttleit
43971npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43972npm verb headers etag: '"DEV52XHNN6KPQTVRSSEWG6FY5"',
43973npm verb headers 'content-type': 'application/json',
43974npm verb headers 'cache-control': 'max-age=300',
43975npm verb headers 'content-length': '5990',
43976npm verb headers 'accept-ranges': 'bytes',
43977npm verb headers date: 'Tue, 29 Dec 2015 19:33:09 GMT',
43978npm verb headers age: '201',
43979npm verb headers 'x-served-by': 'cache-fra1231-FRA',
43980npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
43981npm verb headers 'x-cache-hits': '1',
43982npm verb headers 'x-timer': 'S1451417589.634366,VS0,VE0',
43983npm verb headers vary: 'Accept',
43984npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
43985npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
43986npm verb headers connection: 'keep-alive' }
43987npm verb get saving throttleit to /root/.npm/registry.npmjs.org/throttleit/.cache.json
43988npm verb cache add spec throttleit@~0.0.2
43989npm verb addNamed ">=0.0.2 <0.1.0" is a valid semver range for throttleit
43990npm verb addNameRange registry:http://registry.npmjs.org/throttleit not in flight; fetching
43991npm verb get http://registry.npmjs.org/throttleit not expired, no request
43992npm verb addNamed "0.0.2" is a plain semver version for throttleit
43993npm verb addRemoteTarball http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz not in flight; adding
43994npm verb addRemoteTarball [ 'http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz',
43995npm verb addRemoteTarball 'cfedf88e60c00dd9697b61fdd2a8343a9b680eaf' ]
43996npm info retry fetch attempt 1 at 19:33:09
43997npm info attempt registry request try #1 at 19:33:09
43998npm http fetch GET http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz
43999npm http fetch 200 http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz
44000npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz not in flight; adding
44001npm verb addTmpTarball already have metadata; skipping unpack for throttleit@0.0.2
44002npm verb afterAdd /root/.npm/throttleit/0.0.2/package/package.json not in flight; writing
44003npm verb afterAdd /root/.npm/throttleit/0.0.2/package/package.json written
44004npm verb request uri http://registry.npmjs.org/array-filter
44005npm verb request no auth needed
44006npm info attempt registry request try #1 at 19:33:09
44007npm http request GET http://registry.npmjs.org/array-filter
44008npm verb request uri http://registry.npmjs.org/array-reduce
44009npm verb request no auth needed
44010npm info attempt registry request try #1 at 19:33:09
44011npm http request GET http://registry.npmjs.org/array-reduce
44012npm verb request uri http://registry.npmjs.org/array-map
44013npm verb request no auth needed
44014npm info attempt registry request try #1 at 19:33:09
44015npm http request GET http://registry.npmjs.org/array-map
44016npm http 200 http://registry.npmjs.org/array-filter
44017npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44018npm verb headers etag: '"7A1HLK4ND7HEPOYFOW19P0CC4"',
44019npm verb headers 'content-type': 'application/json',
44020npm verb headers 'cache-control': 'max-age=300',
44021npm verb headers 'content-length': '10405',
44022npm verb headers 'accept-ranges': 'bytes',
44023npm verb headers date: 'Tue, 29 Dec 2015 19:33:09 GMT',
44024npm verb headers age: '192',
44025npm verb headers 'x-served-by': 'cache-fra1231-FRA',
44026npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44027npm verb headers 'x-cache-hits': '3',
44028npm verb headers 'x-timer': 'S1451417589.759896,VS0,VE0',
44029npm verb headers vary: 'Accept',
44030npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44031npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44032npm verb headers connection: 'keep-alive' }
44033npm verb get saving array-filter to /root/.npm/registry.npmjs.org/array-filter/.cache.json
44034npm http 200 http://registry.npmjs.org/array-reduce
44035npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44036npm verb headers etag: '"D0HABZTTDFMICFSVY2K76UWZ5"',
44037npm verb headers 'content-type': 'application/json',
44038npm verb headers 'cache-control': 'max-age=300',
44039npm verb headers 'content-length': '3384',
44040npm verb headers 'accept-ranges': 'bytes',
44041npm verb headers date: 'Tue, 29 Dec 2015 19:33:09 GMT',
44042npm verb headers age: '193',
44043npm verb headers 'x-served-by': 'cache-fra1234-FRA',
44044npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44045npm verb headers 'x-cache-hits': '1',
44046npm verb headers 'x-timer': 'S1451417589.760000,VS0,VE0',
44047npm verb headers vary: 'Accept',
44048npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44049npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44050npm verb headers connection: 'keep-alive' }
44051npm verb get saving array-reduce to /root/.npm/registry.npmjs.org/array-reduce/.cache.json
44052npm verb cache add spec array-filter@~0.0.0
44053npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for array-filter
44054npm verb addNameRange registry:http://registry.npmjs.org/array-filter not in flight; fetching
44055npm verb cache add spec array-reduce@~0.0.0
44056npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for array-reduce
44057npm verb addNameRange registry:http://registry.npmjs.org/array-reduce not in flight; fetching
44058npm verb get http://registry.npmjs.org/array-filter not expired, no request
44059npm verb addNamed "0.0.1" is a plain semver version for array-filter
44060npm verb get http://registry.npmjs.org/array-reduce not expired, no request
44061npm verb addNamed "0.0.0" is a plain semver version for array-reduce
44062npm verb addRemoteTarball http://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz not in flight; adding
44063npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz',
44064npm verb addRemoteTarball '7da8cf2e26628ed732803581fd21f67cacd2eeec' ]
44065npm verb addRemoteTarball http://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz not in flight; adding
44066npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz',
44067npm verb addRemoteTarball '173899d3ffd1c7d9383e4479525dbe278cab5f2b' ]
44068npm info retry fetch attempt 1 at 19:33:09
44069npm info attempt registry request try #1 at 19:33:09
44070npm http fetch GET http://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz
44071npm info retry fetch attempt 1 at 19:33:09
44072npm info attempt registry request try #1 at 19:33:09
44073npm http fetch GET http://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz
44074npm http fetch 200 http://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz
44075npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz not in flight; adding
44076npm verb addTmpTarball already have metadata; skipping unpack for array-reduce@0.0.0
44077npm verb afterAdd /root/.npm/array-reduce/0.0.0/package/package.json not in flight; writing
44078npm verb afterAdd /root/.npm/array-reduce/0.0.0/package/package.json written
44079npm http fetch 200 http://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz
44080npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz not in flight; adding
44081npm verb addTmpTarball already have metadata; skipping unpack for array-filter@0.0.1
44082npm verb afterAdd /root/.npm/array-filter/0.0.1/package/package.json not in flight; writing
44083npm verb afterAdd /root/.npm/array-filter/0.0.1/package/package.json written
44084npm http 200 http://registry.npmjs.org/array-map
44085npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44086npm verb headers etag: '"2IB91QD4KHMWOUJDOTWREDI5I"',
44087npm verb headers 'content-type': 'application/json',
44088npm verb headers 'cache-control': 'max-age=300',
44089npm verb headers 'content-length': '3124',
44090npm verb headers 'accept-ranges': 'bytes',
44091npm verb headers date: 'Tue, 29 Dec 2015 19:33:10 GMT',
44092npm verb headers age: '0',
44093npm verb headers 'x-served-by': 'cache-fra1226-FRA',
44094npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44095npm verb headers 'x-cache-hits': '1',
44096npm verb headers 'x-timer': 'S1451417589.759957,VS0,VE549',
44097npm verb headers vary: 'Accept',
44098npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44099npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44100npm verb headers connection: 'keep-alive' }
44101npm verb get saving array-map to /root/.npm/registry.npmjs.org/array-map/.cache.json
44102npm verb cache add spec array-map@~0.0.0
44103npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for array-map
44104npm verb addNameRange registry:http://registry.npmjs.org/array-map not in flight; fetching
44105npm verb get http://registry.npmjs.org/array-map not expired, no request
44106npm verb addNamed "0.0.0" is a plain semver version for array-map
44107npm verb addRemoteTarball http://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz not in flight; adding
44108npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz',
44109npm verb addRemoteTarball '88a2bab73d1cf7bcd5c1b118a003f66f665fa662' ]
44110npm info retry fetch attempt 1 at 19:33:10
44111npm info attempt registry request try #1 at 19:33:10
44112npm http fetch GET http://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz
44113npm http fetch 200 http://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz
44114npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/array-map/-/array-map-0.0.0.tgz not in flight; adding
44115npm verb addTmpTarball already have metadata; skipping unpack for array-map@0.0.0
44116npm verb afterAdd /root/.npm/array-map/0.0.0/package/package.json not in flight; writing
44117npm verb afterAdd /root/.npm/array-map/0.0.0/package/package.json written
44118npm verb cache add spec mkdirp@^0.5.0
44119npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
44120npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
44121npm verb request uri http://registry.npmjs.org/pump
44122npm verb request no auth needed
44123npm info attempt registry request try #1 at 19:33:10
44124npm http request GET http://registry.npmjs.org/pump
44125npm verb request uri http://registry.npmjs.org/tar-stream
44126npm verb request no auth needed
44127npm info attempt registry request try #1 at 19:33:10
44128npm http request GET http://registry.npmjs.org/tar-stream
44129npm verb get http://registry.npmjs.org/mkdirp not expired, no request
44130npm verb addNamed "0.5.1" is a plain semver version for mkdirp
44131npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
44132npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
44133npm http 200 http://registry.npmjs.org/pump
44134npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44135npm verb headers etag: '"B0U02FI6UC1OPGJ6WFNA8H1Z7"',
44136npm verb headers 'content-type': 'application/json',
44137npm verb headers 'cache-control': 'max-age=300',
44138npm verb headers 'content-length': '20248',
44139npm verb headers 'accept-ranges': 'bytes',
44140npm verb headers date: 'Tue, 29 Dec 2015 19:33:10 GMT',
44141npm verb headers age: '137',
44142npm verb headers 'x-served-by': 'cache-fra1226-FRA',
44143npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44144npm verb headers 'x-cache-hits': '1',
44145npm verb headers 'x-timer': 'S1451417590.469970,VS0,VE0',
44146npm verb headers vary: 'Accept',
44147npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44148npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44149npm verb headers connection: 'keep-alive' }
44150npm verb get saving pump to /root/.npm/registry.npmjs.org/pump/.cache.json
44151npm verb cache add spec pump@^0.3.5
44152npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for pump
44153npm verb addNameRange registry:http://registry.npmjs.org/pump not in flight; fetching
44154npm verb get http://registry.npmjs.org/pump not expired, no request
44155npm verb addNamed "0.3.5" is a plain semver version for pump
44156npm verb addRemoteTarball http://registry.npmjs.org/pump/-/pump-0.3.5.tgz not in flight; adding
44157npm verb addRemoteTarball [ 'http://registry.npmjs.org/pump/-/pump-0.3.5.tgz',
44158npm verb addRemoteTarball 'ae5ff8c1f93ed87adc6530a97565b126f585454b' ]
44159npm info retry fetch attempt 1 at 19:33:10
44160npm info attempt registry request try #1 at 19:33:10
44161npm http fetch GET http://registry.npmjs.org/pump/-/pump-0.3.5.tgz
44162npm http fetch 200 http://registry.npmjs.org/pump/-/pump-0.3.5.tgz
44163npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pump/-/pump-0.3.5.tgz not in flight; adding
44164npm verb addTmpTarball already have metadata; skipping unpack for pump@0.3.5
44165npm verb afterAdd /root/.npm/pump/0.3.5/package/package.json not in flight; writing
44166npm verb afterAdd /root/.npm/pump/0.3.5/package/package.json written
44167npm http 200 http://registry.npmjs.org/tar-stream
44168npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44169npm verb headers etag: '"36Q9PABMJRRGKUDJZJPGA2R4M"',
44170npm verb headers 'content-type': 'application/json',
44171npm verb headers 'cache-control': 'max-age=300',
44172npm verb headers 'content-length': '50265',
44173npm verb headers 'accept-ranges': 'bytes',
44174npm verb headers date: 'Tue, 29 Dec 2015 19:33:10 GMT',
44175npm verb headers age: '238',
44176npm verb headers 'x-served-by': 'cache-ams4124-AMS',
44177npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44178npm verb headers 'x-cache-hits': '3',
44179npm verb headers 'x-timer': 'S1451417590.473337,VS0,VE0',
44180npm verb headers vary: 'Accept',
44181npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44182npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44183npm verb headers connection: 'keep-alive' }
44184npm verb get saving tar-stream to /root/.npm/registry.npmjs.org/tar-stream/.cache.json
44185npm verb cache add spec tar-stream@^0.4.6
44186npm verb addNamed ">=0.4.6 <0.5.0" is a valid semver range for tar-stream
44187npm verb addNameRange registry:http://registry.npmjs.org/tar-stream not in flight; fetching
44188npm verb get http://registry.npmjs.org/tar-stream not expired, no request
44189npm verb addNamed "0.4.7" is a plain semver version for tar-stream
44190npm verb addRemoteTarball http://registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz not in flight; adding
44191npm verb addRemoteTarball [ 'http://registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz',
44192npm verb addRemoteTarball '1f1d2ce9ebc7b42765243ca0e8f1b7bfda0aadcd' ]
44193npm info retry fetch attempt 1 at 19:33:10
44194npm info attempt registry request try #1 at 19:33:10
44195npm http fetch GET http://registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz
44196npm http fetch 200 http://registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz
44197npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz not in flight; adding
44198npm verb addTmpTarball already have metadata; skipping unpack for tar-stream@0.4.7
44199npm verb afterAdd /root/.npm/tar-stream/0.4.7/package/package.json not in flight; writing
44200npm verb afterAdd /root/.npm/tar-stream/0.4.7/package/package.json written
44201npm verb cache add spec minimist@0.0.8
44202npm verb addNamed "0.0.8" is a plain semver version for minimist
44203npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
44204npm verb request uri http://registry.npmjs.org/minimist
44205npm verb request no auth needed
44206npm info attempt registry request try #1 at 19:33:10
44207npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
44208npm http request GET http://registry.npmjs.org/minimist
44209npm http 304 http://registry.npmjs.org/minimist
44210npm verb headers { date: 'Tue, 29 Dec 2015 19:31:18 GMT',
44211npm verb headers 'content-type': 'application/json',
44212npm verb headers age: '159',
44213npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
44214npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
44215npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
44216npm verb headers connection: 'keep-alive' }
44217npm verb etag http://registry.npmjs.org/minimist from cache
44218npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
44219npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
44220npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
44221npm verb cache add spec once@~1.2.0
44222npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for once
44223npm verb addNameRange registry:http://registry.npmjs.org/once not in flight; fetching
44224npm verb request uri http://registry.npmjs.org/end-of-stream
44225npm verb request no auth needed
44226npm info attempt registry request try #1 at 19:33:10
44227npm http request GET http://registry.npmjs.org/end-of-stream
44228npm verb request uri http://registry.npmjs.org/once
44229npm verb request no auth needed
44230npm info attempt registry request try #1 at 19:33:10
44231npm verb etag "4HLPOKRFA58ZSBJPEJ3GZTC4A"
44232npm http request GET http://registry.npmjs.org/once
44233npm http 200 http://registry.npmjs.org/end-of-stream
44234npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44235npm verb headers etag: '"AX799CECSKOM0NE81UEPPRYXW"',
44236npm verb headers 'content-type': 'application/json',
44237npm verb headers 'cache-control': 'max-age=60',
44238npm verb headers 'content-length': '9813',
44239npm verb headers 'accept-ranges': 'bytes',
44240npm verb headers date: 'Tue, 29 Dec 2015 19:33:10 GMT',
44241npm verb headers age: '35',
44242npm verb headers 'x-served-by': 'cache-ams4124-AMS',
44243npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44244npm verb headers 'x-cache-hits': '1',
44245npm verb headers 'x-timer': 'S1451417590.880845,VS0,VE0',
44246npm verb headers vary: 'Accept',
44247npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44248npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44249npm verb headers connection: 'keep-alive' }
44250npm verb get saving end-of-stream to /root/.npm/registry.npmjs.org/end-of-stream/.cache.json
44251npm verb cache add spec end-of-stream@~1.0.0
44252npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for end-of-stream
44253npm verb addNameRange registry:http://registry.npmjs.org/end-of-stream not in flight; fetching
44254npm verb get http://registry.npmjs.org/end-of-stream not expired, no request
44255npm verb addNamed "1.0.0" is a plain semver version for end-of-stream
44256npm verb addRemoteTarball http://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz not in flight; adding
44257npm verb addRemoteTarball [ 'http://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz',
44258npm verb addRemoteTarball 'd4596e702734a93e40e9af864319eabd99ff2f0e' ]
44259npm info retry fetch attempt 1 at 19:33:10
44260npm info attempt registry request try #1 at 19:33:10
44261npm http fetch GET http://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz
44262npm http fetch 200 http://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz
44263npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz not in flight; adding
44264npm verb addTmpTarball already have metadata; skipping unpack for end-of-stream@1.0.0
44265npm verb afterAdd /root/.npm/end-of-stream/1.0.0/package/package.json not in flight; writing
44266npm verb afterAdd /root/.npm/end-of-stream/1.0.0/package/package.json written
44267npm http 304 http://registry.npmjs.org/once
44268npm verb headers { date: 'Tue, 29 Dec 2015 19:33:10 GMT',
44269npm verb headers 'cache-control': 'max-age=60',
44270npm verb headers etag: '"4HLPOKRFA58ZSBJPEJ3GZTC4A"',
44271npm verb headers age: '0',
44272npm verb headers 'x-served-by': 'cache-fra1226-FRA',
44273npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44274npm verb headers 'x-cache-hits': '1',
44275npm verb headers 'x-timer': 'S1451417590.888167,VS0,VE219',
44276npm verb headers vary: 'Accept',
44277npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44278npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44279npm verb headers connection: 'keep-alive' }
44280npm verb etag http://registry.npmjs.org/once from cache
44281npm verb get saving once to /root/.npm/registry.npmjs.org/once/.cache.json
44282npm verb addNamed "1.2.0" is a plain semver version for once
44283npm verb addRemoteTarball http://registry.npmjs.org/once/-/once-1.2.0.tgz not in flight; adding
44284npm verb addRemoteTarball [ 'http://registry.npmjs.org/once/-/once-1.2.0.tgz',
44285npm verb addRemoteTarball 'de1905c636af874a8fba862d9aabddd1f920461c' ]
44286npm info retry fetch attempt 1 at 19:33:11
44287npm info attempt registry request try #1 at 19:33:11
44288npm http fetch GET http://registry.npmjs.org/once/-/once-1.2.0.tgz
44289npm http fetch 200 http://registry.npmjs.org/once/-/once-1.2.0.tgz
44290npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/once/-/once-1.2.0.tgz not in flight; adding
44291npm verb addTmpTarball already have metadata; skipping unpack for once@1.2.0
44292npm verb afterAdd /root/.npm/once/1.2.0/package/package.json not in flight; writing
44293npm verb afterAdd /root/.npm/once/1.2.0/package/package.json written
44294npm verb cache add spec bl@^0.9.0
44295npm verb cache add spec readable-stream@^1.0.27-1
44296npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
44297npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
44298npm verb addNamed ">=1.0.27-1 <2.0.0" is a valid semver range for readable-stream
44299npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
44300npm verb get http://registry.npmjs.org/bl not expired, no request
44301npm verb addNamed "0.9.4" is a plain semver version for bl
44302npm verb get http://registry.npmjs.org/readable-stream not expired, no request
44303npm verb addNamed "1.1.13" is a plain semver version for readable-stream
44304npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json not in flight; writing
44305npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
44306npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json written
44307npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
44308npm verb cache add spec readable-stream@~1.0.26
44309npm verb addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
44310npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
44311npm verb get http://registry.npmjs.org/readable-stream not expired, no request
44312npm verb addNamed "1.0.33" is a plain semver version for readable-stream
44313npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
44314npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
44315npm verb cache add spec chalk@^0.5.0
44316npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for chalk
44317npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
44318npm verb request uri http://registry.npmjs.org/latest-version
44319npm verb request no auth needed
44320npm info attempt registry request try #1 at 19:33:11
44321npm http request GET http://registry.npmjs.org/latest-version
44322npm verb request uri http://registry.npmjs.org/semver-diff
44323npm verb request no auth needed
44324npm info attempt registry request try #1 at 19:33:11
44325npm http request GET http://registry.npmjs.org/semver-diff
44326npm verb request uri http://registry.npmjs.org/string-length
44327npm verb request no auth needed
44328npm info attempt registry request try #1 at 19:33:11
44329npm http request GET http://registry.npmjs.org/string-length
44330npm verb request uri http://registry.npmjs.org/chalk
44331npm verb request no auth needed
44332npm info attempt registry request try #1 at 19:33:11
44333npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
44334npm http request GET http://registry.npmjs.org/chalk
44335npm http 304 http://registry.npmjs.org/chalk
44336npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
44337npm verb headers 'content-type': 'application/json',
44338npm verb headers age: '253',
44339npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
44340npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
44341npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
44342npm verb headers connection: 'keep-alive' }
44343npm verb etag http://registry.npmjs.org/chalk from cache
44344npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
44345npm http 200 http://registry.npmjs.org/string-length
44346npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44347npm verb headers etag: '"4FYCD4S3X8LCBYB2TV12172Z6"',
44348npm verb headers 'content-type': 'application/json',
44349npm verb headers 'cache-control': 'max-age=300',
44350npm verb headers 'content-length': '7659',
44351npm verb headers 'accept-ranges': 'bytes',
44352npm verb headers date: 'Tue, 29 Dec 2015 19:33:11 GMT',
44353npm verb headers age: '186',
44354npm verb headers 'x-served-by': 'cache-fra1234-FRA',
44355npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44356npm verb headers 'x-cache-hits': '2',
44357npm verb headers 'x-timer': 'S1451417591.488572,VS0,VE0',
44358npm verb headers vary: 'Accept',
44359npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44360npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44361npm verb headers connection: 'keep-alive' }
44362npm verb get saving string-length to /root/.npm/registry.npmjs.org/string-length/.cache.json
44363npm http 200 http://registry.npmjs.org/semver-diff
44364npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44365npm verb headers etag: '"AGPLDPI1GCGTQF9DNPV7OWROW"',
44366npm verb headers 'content-type': 'application/json',
44367npm verb headers 'cache-control': 'max-age=300',
44368npm verb headers 'content-length': '6485',
44369npm verb headers 'accept-ranges': 'bytes',
44370npm verb headers date: 'Tue, 29 Dec 2015 19:33:11 GMT',
44371npm verb headers age: '170',
44372npm verb headers 'x-served-by': 'cache-fra1226-FRA',
44373npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44374npm verb headers 'x-cache-hits': '1',
44375npm verb headers 'x-timer': 'S1451417591.488662,VS0,VE0',
44376npm verb headers vary: 'Accept',
44377npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44378npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44379npm verb headers connection: 'keep-alive' }
44380npm verb get saving semver-diff to /root/.npm/registry.npmjs.org/semver-diff/.cache.json
44381npm http 200 http://registry.npmjs.org/latest-version
44382npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44383npm verb headers etag: '"DEX2YK2DAZQML7O7B5IR0F749"',
44384npm verb headers 'content-type': 'application/json',
44385npm verb headers 'cache-control': 'max-age=300',
44386npm verb headers 'content-length': '10178',
44387npm verb headers 'accept-ranges': 'bytes',
44388npm verb headers date: 'Tue, 29 Dec 2015 19:33:11 GMT',
44389npm verb headers age: '191',
44390npm verb headers 'x-served-by': 'cache-ams4124-AMS',
44391npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44392npm verb headers 'x-cache-hits': '1',
44393npm verb headers 'x-timer': 'S1451417591.491339,VS0,VE0',
44394npm verb headers vary: 'Accept',
44395npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44396npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44397npm verb headers connection: 'keep-alive' }
44398npm verb get saving latest-version to /root/.npm/registry.npmjs.org/latest-version/.cache.json
44399npm verb addNamed "0.5.1" is a plain semver version for chalk
44400npm verb cache add spec string-length@^0.1.2
44401npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for string-length
44402npm verb addNameRange registry:http://registry.npmjs.org/string-length not in flight; fetching
44403npm verb cache add spec semver-diff@^0.1.0
44404npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for semver-diff
44405npm verb addNameRange registry:http://registry.npmjs.org/semver-diff not in flight; fetching
44406npm verb cache add spec latest-version@^0.2.0
44407npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for latest-version
44408npm verb addNameRange registry:http://registry.npmjs.org/latest-version not in flight; fetching
44409npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
44410npm verb get http://registry.npmjs.org/string-length not expired, no request
44411npm verb addNamed "0.1.2" is a plain semver version for string-length
44412npm verb get http://registry.npmjs.org/semver-diff not expired, no request
44413npm verb addNamed "0.1.0" is a plain semver version for semver-diff
44414npm verb get http://registry.npmjs.org/latest-version not expired, no request
44415npm verb addNamed "0.2.0" is a plain semver version for latest-version
44416npm verb addRemoteTarball http://registry.npmjs.org/string-length/-/string-length-0.1.2.tgz not in flight; adding
44417npm verb addRemoteTarball [ 'http://registry.npmjs.org/string-length/-/string-length-0.1.2.tgz',
44418npm verb addRemoteTarball 'ab04bb33867ee74beed7fb89bb7f089d392780f2' ]
44419npm verb addRemoteTarball http://registry.npmjs.org/semver-diff/-/semver-diff-0.1.0.tgz not in flight; adding
44420npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver-diff/-/semver-diff-0.1.0.tgz',
44421npm verb addRemoteTarball '4f6057ca3eba23cc484b51f64aaf88b131a3855d' ]
44422npm verb addRemoteTarball http://registry.npmjs.org/latest-version/-/latest-version-0.2.0.tgz not in flight; adding
44423npm verb addRemoteTarball [ 'http://registry.npmjs.org/latest-version/-/latest-version-0.2.0.tgz',
44424npm verb addRemoteTarball 'adaf898d5f22380d3f9c45386efdff0a1b5b7501' ]
44425npm info retry fetch attempt 1 at 19:33:11
44426npm info attempt registry request try #1 at 19:33:11
44427npm http fetch GET http://registry.npmjs.org/string-length/-/string-length-0.1.2.tgz
44428npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
44429npm info retry fetch attempt 1 at 19:33:11
44430npm info attempt registry request try #1 at 19:33:11
44431npm http fetch GET http://registry.npmjs.org/semver-diff/-/semver-diff-0.1.0.tgz
44432npm info retry fetch attempt 1 at 19:33:11
44433npm info attempt registry request try #1 at 19:33:11
44434npm http fetch GET http://registry.npmjs.org/latest-version/-/latest-version-0.2.0.tgz
44435npm http fetch 200 http://registry.npmjs.org/string-length/-/string-length-0.1.2.tgz
44436npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/string-length/-/string-length-0.1.2.tgz not in flight; adding
44437npm verb addTmpTarball already have metadata; skipping unpack for string-length@0.1.2
44438npm http fetch 200 http://registry.npmjs.org/semver-diff/-/semver-diff-0.1.0.tgz
44439npm verb afterAdd /root/.npm/string-length/0.1.2/package/package.json not in flight; writing
44440npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/semver-diff/-/semver-diff-0.1.0.tgz not in flight; adding
44441npm verb addTmpTarball already have metadata; skipping unpack for semver-diff@0.1.0
44442npm verb afterAdd /root/.npm/string-length/0.1.2/package/package.json written
44443npm http fetch 200 http://registry.npmjs.org/latest-version/-/latest-version-0.2.0.tgz
44444npm verb afterAdd /root/.npm/semver-diff/0.1.0/package/package.json not in flight; writing
44445npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/latest-version/-/latest-version-0.2.0.tgz not in flight; adding
44446npm verb addTmpTarball already have metadata; skipping unpack for latest-version@0.2.0
44447npm verb afterAdd /root/.npm/semver-diff/0.1.0/package/package.json written
44448npm verb afterAdd /root/.npm/latest-version/0.2.0/package/package.json not in flight; writing
44449npm verb afterAdd /root/.npm/latest-version/0.2.0/package/package.json written
44450npm verb cache add spec ansi-styles@^1.1.0
44451npm verb cache add spec has-ansi@^0.1.0
44452npm verb cache add spec strip-ansi@^0.3.0
44453npm verb cache add spec supports-color@^0.2.0
44454npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
44455npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
44456npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
44457npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
44458npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
44459npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
44460npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
44461npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
44462npm verb request uri http://registry.npmjs.org/ansi-styles
44463npm verb request no auth needed
44464npm info attempt registry request try #1 at 19:33:11
44465npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
44466npm http request GET http://registry.npmjs.org/ansi-styles
44467npm verb request uri http://registry.npmjs.org/has-ansi
44468npm verb request no auth needed
44469npm info attempt registry request try #1 at 19:33:11
44470npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
44471npm http request GET http://registry.npmjs.org/has-ansi
44472npm verb request uri http://registry.npmjs.org/supports-color
44473npm verb request no auth needed
44474npm info attempt registry request try #1 at 19:33:11
44475npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
44476npm http request GET http://registry.npmjs.org/supports-color
44477npm verb request uri http://registry.npmjs.org/strip-ansi
44478npm verb request no auth needed
44479npm info attempt registry request try #1 at 19:33:11
44480npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
44481npm http request GET http://registry.npmjs.org/strip-ansi
44482npm http 304 http://registry.npmjs.org/ansi-styles
44483npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
44484npm verb headers 'content-type': 'application/json',
44485npm verb headers age: '106',
44486npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
44487npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
44488npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
44489npm verb headers connection: 'keep-alive' }
44490npm verb etag http://registry.npmjs.org/ansi-styles from cache
44491npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
44492npm http 304 http://registry.npmjs.org/strip-ansi
44493npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
44494npm verb headers 'content-type': 'application/json',
44495npm verb headers age: '94',
44496npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
44497npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
44498npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
44499npm verb headers connection: 'keep-alive' }
44500npm verb etag http://registry.npmjs.org/strip-ansi from cache
44501npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
44502npm http 304 http://registry.npmjs.org/has-ansi
44503npm verb headers { date: 'Tue, 29 Dec 2015 19:33:11 GMT',
44504npm verb headers 'cache-control': 'max-age=60',
44505npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
44506npm verb headers age: '1',
44507npm verb headers 'x-served-by': 'cache-ams4124-AMS',
44508npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44509npm verb headers 'x-cache-hits': '1',
44510npm verb headers 'x-timer': 'S1451417591.800924,VS0,VE0',
44511npm verb headers vary: 'Accept',
44512npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44513npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44514npm verb headers connection: 'keep-alive' }
44515npm verb etag http://registry.npmjs.org/has-ansi from cache
44516npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
44517npm http 304 http://registry.npmjs.org/supports-color
44518npm verb headers { date: 'Tue, 29 Dec 2015 19:33:11 GMT',
44519npm verb headers 'cache-control': 'max-age=60',
44520npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
44521npm verb headers age: '31',
44522npm verb headers 'x-served-by': 'cache-ams4143-AMS',
44523npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44524npm verb headers 'x-cache-hits': '1',
44525npm verb headers 'x-timer': 'S1451417591.801347,VS0,VE0',
44526npm verb headers vary: 'Accept',
44527npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44528npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44529npm verb headers connection: 'keep-alive' }
44530npm verb etag http://registry.npmjs.org/supports-color from cache
44531npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
44532npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
44533npm verb addNamed "0.1.0" is a plain semver version for has-ansi
44534npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
44535npm verb addNamed "0.2.0" is a plain semver version for supports-color
44536npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
44537npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
44538npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
44539npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
44540npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
44541npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
44542npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
44543npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
44544npm verb cache add spec ansi-regex@^0.2.0
44545npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
44546npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
44547npm verb request uri http://registry.npmjs.org/ansi-regex
44548npm verb request no auth needed
44549npm info attempt registry request try #1 at 19:33:11
44550npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
44551npm http request GET http://registry.npmjs.org/ansi-regex
44552npm http 304 http://registry.npmjs.org/ansi-regex
44553npm verb headers { date: 'Tue, 29 Dec 2015 19:33:11 GMT',
44554npm verb headers 'cache-control': 'max-age=60',
44555npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
44556npm verb headers age: '39',
44557npm verb headers 'x-served-by': 'cache-fra1234-FRA',
44558npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44559npm verb headers 'x-cache-hits': '3',
44560npm verb headers 'x-timer': 'S1451417591.987600,VS0,VE0',
44561npm verb headers vary: 'Accept',
44562npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44563npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44564npm verb headers connection: 'keep-alive' }
44565npm verb etag http://registry.npmjs.org/ansi-regex from cache
44566npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
44567npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
44568npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
44569npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
44570npm verb request uri http://registry.npmjs.org/package-json
44571npm verb request no auth needed
44572npm info attempt registry request try #1 at 19:33:12
44573npm http request GET http://registry.npmjs.org/package-json
44574npm http 200 http://registry.npmjs.org/package-json
44575npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44576npm verb headers etag: '"4RO1K1DM3VYK41M52NM31Z7IO"',
44577npm verb headers 'content-type': 'application/json',
44578npm verb headers 'cache-control': 'max-age=300',
44579npm verb headers 'content-length': '18454',
44580npm verb headers 'accept-ranges': 'bytes',
44581npm verb headers date: 'Tue, 29 Dec 2015 19:33:12 GMT',
44582npm verb headers age: '253',
44583npm verb headers 'x-served-by': 'cache-fra1234-FRA',
44584npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44585npm verb headers 'x-cache-hits': '1',
44586npm verb headers 'x-timer': 'S1451417592.072435,VS0,VE0',
44587npm verb headers vary: 'Accept',
44588npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44589npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44590npm verb headers connection: 'keep-alive' }
44591npm verb get saving package-json to /root/.npm/registry.npmjs.org/package-json/.cache.json
44592npm verb cache add spec package-json@^0.2.0
44593npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for package-json
44594npm verb addNameRange registry:http://registry.npmjs.org/package-json not in flight; fetching
44595npm verb get http://registry.npmjs.org/package-json not expired, no request
44596npm verb addNamed "0.2.0" is a plain semver version for package-json
44597npm verb addRemoteTarball http://registry.npmjs.org/package-json/-/package-json-0.2.0.tgz not in flight; adding
44598npm verb addRemoteTarball [ 'http://registry.npmjs.org/package-json/-/package-json-0.2.0.tgz',
44599npm verb addRemoteTarball '0316e177b8eb149985d34f706b4a5543b274bec5' ]
44600npm info retry fetch attempt 1 at 19:33:12
44601npm info attempt registry request try #1 at 19:33:12
44602npm http fetch GET http://registry.npmjs.org/package-json/-/package-json-0.2.0.tgz
44603npm http fetch 200 http://registry.npmjs.org/package-json/-/package-json-0.2.0.tgz
44604npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/package-json/-/package-json-0.2.0.tgz not in flight; adding
44605npm verb addTmpTarball already have metadata; skipping unpack for package-json@0.2.0
44606npm verb afterAdd /root/.npm/package-json/0.2.0/package/package.json not in flight; writing
44607npm verb afterAdd /root/.npm/package-json/0.2.0/package/package.json written
44608npm verb cache add spec got@^0.3.0
44609npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for got
44610npm verb addNameRange registry:http://registry.npmjs.org/got not in flight; fetching
44611npm verb request uri http://registry.npmjs.org/registry-url
44612npm verb request no auth needed
44613npm info attempt registry request try #1 at 19:33:12
44614npm http request GET http://registry.npmjs.org/registry-url
44615npm verb request uri http://registry.npmjs.org/got
44616npm verb request no auth needed
44617npm info attempt registry request try #1 at 19:33:12
44618npm verb etag "7AC0MU3IIC528I0G6QBQL6G1E"
44619npm http request GET http://registry.npmjs.org/got
44620npm http 200 http://registry.npmjs.org/registry-url
44621npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44622npm verb headers etag: '"4UA9VXDSGZKZWZ2YHZ5VTFT6N"',
44623npm verb headers 'content-type': 'application/json',
44624npm verb headers 'cache-control': 'max-age=300',
44625npm verb headers 'content-length': '12336',
44626npm verb headers 'accept-ranges': 'bytes',
44627npm verb headers date: 'Tue, 29 Dec 2015 19:33:12 GMT',
44628npm verb headers age: '122',
44629npm verb headers 'x-served-by': 'cache-ams4143-AMS',
44630npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44631npm verb headers 'x-cache-hits': '1',
44632npm verb headers 'x-timer': 'S1451417592.233312,VS0,VE0',
44633npm verb headers vary: 'Accept',
44634npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44635npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44636npm verb headers connection: 'keep-alive' }
44637npm verb get saving registry-url to /root/.npm/registry.npmjs.org/registry-url/.cache.json
44638npm http 304 http://registry.npmjs.org/got
44639npm verb headers { date: 'Tue, 29 Dec 2015 19:33:12 GMT',
44640npm verb headers 'cache-control': 'max-age=300',
44641npm verb headers etag: '"7AC0MU3IIC528I0G6QBQL6G1E"',
44642npm verb headers age: '297',
44643npm verb headers 'x-served-by': 'cache-ams4124-AMS',
44644npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44645npm verb headers 'x-cache-hits': '2',
44646npm verb headers 'x-timer': 'S1451417592.244473,VS0,VE0',
44647npm verb headers vary: 'Accept',
44648npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44649npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44650npm verb headers connection: 'keep-alive' }
44651npm verb etag http://registry.npmjs.org/got from cache
44652npm verb get saving got to /root/.npm/registry.npmjs.org/got/.cache.json
44653npm verb cache add spec registry-url@^0.1.0
44654npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for registry-url
44655npm verb addNameRange registry:http://registry.npmjs.org/registry-url not in flight; fetching
44656npm verb addNamed "0.3.0" is a plain semver version for got
44657npm verb addRemoteTarball http://registry.npmjs.org/got/-/got-0.3.0.tgz not in flight; adding
44658npm verb addRemoteTarball [ 'http://registry.npmjs.org/got/-/got-0.3.0.tgz',
44659npm verb addRemoteTarball '888ec66ca4bc735ab089dbe959496d0f79485493' ]
44660npm info retry fetch attempt 1 at 19:33:12
44661npm info attempt registry request try #1 at 19:33:12
44662npm http fetch GET http://registry.npmjs.org/got/-/got-0.3.0.tgz
44663npm verb get http://registry.npmjs.org/registry-url not expired, no request
44664npm verb addNamed "0.1.1" is a plain semver version for registry-url
44665npm verb addRemoteTarball http://registry.npmjs.org/registry-url/-/registry-url-0.1.1.tgz not in flight; adding
44666npm verb addRemoteTarball [ 'http://registry.npmjs.org/registry-url/-/registry-url-0.1.1.tgz',
44667npm verb addRemoteTarball '1739427b81b110b302482a1c7cd727ffcc82d5be' ]
44668npm info retry fetch attempt 1 at 19:33:12
44669npm info attempt registry request try #1 at 19:33:12
44670npm http fetch GET http://registry.npmjs.org/registry-url/-/registry-url-0.1.1.tgz
44671npm http fetch 200 http://registry.npmjs.org/got/-/got-0.3.0.tgz
44672npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/got/-/got-0.3.0.tgz not in flight; adding
44673npm verb addTmpTarball already have metadata; skipping unpack for got@0.3.0
44674npm verb afterAdd /root/.npm/got/0.3.0/package/package.json not in flight; writing
44675npm verb afterAdd /root/.npm/got/0.3.0/package/package.json written
44676npm http fetch 200 http://registry.npmjs.org/registry-url/-/registry-url-0.1.1.tgz
44677npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/registry-url/-/registry-url-0.1.1.tgz not in flight; adding
44678npm verb addTmpTarball already have metadata; skipping unpack for registry-url@0.1.1
44679npm verb afterAdd /root/.npm/registry-url/0.1.1/package/package.json not in flight; writing
44680npm verb afterAdd /root/.npm/registry-url/0.1.1/package/package.json written
44681npm verb cache add spec object-assign@^0.3.0
44682npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for object-assign
44683npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
44684npm verb get http://registry.npmjs.org/object-assign not expired, no request
44685npm verb addNamed "0.3.1" is a plain semver version for object-assign
44686npm verb afterAdd /root/.npm/object-assign/0.3.1/package/package.json not in flight; writing
44687npm verb afterAdd /root/.npm/object-assign/0.3.1/package/package.json written
44688npm verb request uri http://registry.npmjs.org/npmconf
44689npm verb request no auth needed
44690npm info attempt registry request try #1 at 19:33:12
44691npm http request GET http://registry.npmjs.org/npmconf
44692npm http 200 http://registry.npmjs.org/npmconf
44693npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44694npm verb headers etag: '"BCJGZTO6DWJS3OL63R8VZG32S"',
44695npm verb headers 'content-type': 'application/json',
44696npm verb headers 'cache-control': 'max-age=300',
44697npm verb headers 'content-length': '75578',
44698npm verb headers 'accept-ranges': 'bytes',
44699npm verb headers date: 'Tue, 29 Dec 2015 19:33:12 GMT',
44700npm verb headers age: '165',
44701npm verb headers 'x-served-by': 'cache-ams4124-AMS',
44702npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44703npm verb headers 'x-cache-hits': '1',
44704npm verb headers 'x-timer': 'S1451417592.450409,VS0,VE0',
44705npm verb headers vary: 'Accept',
44706npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44707npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44708npm verb headers connection: 'keep-alive' }
44709npm verb get saving npmconf to /root/.npm/registry.npmjs.org/npmconf/.cache.json
44710npm verb cache add spec npmconf@^2.0.1
44711npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for npmconf
44712npm verb addNameRange registry:http://registry.npmjs.org/npmconf not in flight; fetching
44713npm verb get http://registry.npmjs.org/npmconf not expired, no request
44714npm verb addNamed "2.1.2" is a plain semver version for npmconf
44715npm verb addRemoteTarball http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz not in flight; adding
44716npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz',
44717npm verb addRemoteTarball '66606a4a736f1e77a059aa071a79c94ab781853a' ]
44718npm info retry fetch attempt 1 at 19:33:12
44719npm info attempt registry request try #1 at 19:33:12
44720npm http fetch GET http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz
44721npm http fetch 200 http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz
44722npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz not in flight; adding
44723npm verb addTmpTarball already have metadata; skipping unpack for npmconf@2.1.2
44724npm verb afterAdd /root/.npm/npmconf/2.1.2/package/package.json not in flight; writing
44725npm verb afterAdd /root/.npm/npmconf/2.1.2/package/package.json written
44726npm verb cache add spec mkdirp@^0.5.0
44727npm verb cache add spec nopt@~3.0.1
44728npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
44729npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
44730npm verb addNamed ">=3.0.1 <3.1.0" is a valid semver range for nopt
44731npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
44732npm verb request uri http://registry.npmjs.org/config-chain
44733npm verb request no auth needed
44734npm info attempt registry request try #1 at 19:33:12
44735npm http request GET http://registry.npmjs.org/config-chain
44736npm verb request uri http://registry.npmjs.org/uid-number
44737npm verb request no auth needed
44738npm info attempt registry request try #1 at 19:33:12
44739npm http request GET http://registry.npmjs.org/uid-number
44740npm verb request uri http://registry.npmjs.org/nopt
44741npm verb request no auth needed
44742npm info attempt registry request try #1 at 19:33:12
44743npm verb etag "9DHRVEOSD6J2N1Y0QWU855CCH"
44744npm http request GET http://registry.npmjs.org/nopt
44745npm http 200 http://registry.npmjs.org/uid-number
44746npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44747npm verb headers etag: '"CWFLK7S5CJT098IANBCL68CGK"',
44748npm verb headers 'content-type': 'application/json',
44749npm verb headers 'cache-control': 'max-age=300',
44750npm verb headers 'content-length': '6212',
44751npm verb headers 'accept-ranges': 'bytes',
44752npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
44753npm verb headers 'x-served-by': 'cache-fra1246-FRA',
44754npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
44755npm verb headers 'x-cache-hits': '1',
44756npm verb headers 'x-timer': 'S1451417412.561742,VS0,VE0',
44757npm verb headers vary: 'Accept',
44758npm verb headers age: '258',
44759npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
44760npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44761npm verb headers connection: 'keep-alive' }
44762npm verb get saving uid-number to /root/.npm/registry.npmjs.org/uid-number/.cache.json
44763npm verb get http://registry.npmjs.org/mkdirp not expired, no request
44764npm verb addNamed "0.5.1" is a plain semver version for mkdirp
44765npm http 200 http://registry.npmjs.org/config-chain
44766npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44767npm verb headers etag: '"7M9TXNMGYSRR3DPSWCBAL9V7U"',
44768npm verb headers 'content-type': 'application/json',
44769npm verb headers 'cache-control': 'max-age=300',
44770npm verb headers 'content-length': '23802',
44771npm verb headers 'accept-ranges': 'bytes',
44772npm verb headers date: 'Tue, 29 Dec 2015 19:33:12 GMT',
44773npm verb headers age: '20',
44774npm verb headers 'x-served-by': 'cache-ams4124-AMS',
44775npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44776npm verb headers 'x-cache-hits': '1',
44777npm verb headers 'x-timer': 'S1451417592.849409,VS0,VE0',
44778npm verb headers vary: 'Accept',
44779npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44780npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44781npm verb headers connection: 'keep-alive' }
44782npm verb get saving config-chain to /root/.npm/registry.npmjs.org/config-chain/.cache.json
44783npm http 304 http://registry.npmjs.org/nopt
44784npm verb headers { date: 'Tue, 29 Dec 2015 19:33:12 GMT',
44785npm verb headers 'cache-control': 'max-age=300',
44786npm verb headers etag: '"9DHRVEOSD6J2N1Y0QWU855CCH"',
44787npm verb headers age: '15',
44788npm verb headers 'x-served-by': 'cache-fra1226-FRA',
44789npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44790npm verb headers 'x-cache-hits': '1',
44791npm verb headers 'x-timer': 'S1451417592.872000,VS0,VE0',
44792npm verb headers vary: 'Accept',
44793npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
44794npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44795npm verb headers connection: 'keep-alive' }
44796npm verb etag http://registry.npmjs.org/nopt from cache
44797npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
44798npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
44799npm verb addNamed "3.0.6" is a plain semver version for nopt
44800npm verb cache add spec uid-number@0.0.5
44801npm verb addNamed "0.0.5" is a plain semver version for uid-number
44802npm verb addNameVersion registry:http://registry.npmjs.org/uid-number not in flight; fetching
44803npm verb cache add spec config-chain@~1.1.8
44804npm verb addNamed ">=1.1.8 <1.2.0" is a valid semver range for config-chain
44805npm verb addNameRange registry:http://registry.npmjs.org/config-chain not in flight; fetching
44806npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
44807npm verb get http://registry.npmjs.org/uid-number not expired, no request
44808npm verb addRemoteTarball http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz not in flight; adding
44809npm verb addRemoteTarball [ 'http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz',
44810npm verb addRemoteTarball '5a3db23ef5dbd55b81fce0ec9a2ac6fccdebb81e' ]
44811npm verb get http://registry.npmjs.org/config-chain not expired, no request
44812npm verb addNamed "1.1.9" is a plain semver version for config-chain
44813npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
44814npm verb addRemoteTarball http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
44815npm verb addRemoteTarball [ 'http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz',
44816npm verb addRemoteTarball '39ac7d4dca84faad926124c54cff25a53aa8bf6e' ]
44817npm info retry fetch attempt 1 at 19:33:13
44818npm info attempt registry request try #1 at 19:33:13
44819npm http fetch GET http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz
44820npm info retry fetch attempt 1 at 19:33:13
44821npm info attempt registry request try #1 at 19:33:13
44822npm http fetch GET http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
44823npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
44824npm http fetch 200 http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz
44825npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz not in flight; adding
44826npm verb addTmpTarball already have metadata; skipping unpack for uid-number@0.0.5
44827npm http fetch 200 http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
44828npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
44829npm verb addTmpTarball already have metadata; skipping unpack for config-chain@1.1.9
44830npm verb afterAdd /root/.npm/uid-number/0.0.5/package/package.json not in flight; writing
44831npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json not in flight; writing
44832npm verb afterAdd /root/.npm/uid-number/0.0.5/package/package.json written
44833npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json written
44834npm verb request uri http://registry.npmjs.org/proto-list
44835npm verb request no auth needed
44836npm info attempt registry request try #1 at 19:33:13
44837npm http request GET http://registry.npmjs.org/proto-list
44838npm http 200 http://registry.npmjs.org/proto-list
44839npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44840npm verb headers etag: '"1EC5XUKN8V3HQ1E5A7O7S3GM6"',
44841npm verb headers 'content-type': 'application/json',
44842npm verb headers 'cache-control': 'max-age=300',
44843npm verb headers 'content-length': '6843',
44844npm verb headers 'accept-ranges': 'bytes',
44845npm verb headers date: 'Tue, 29 Dec 2015 19:30:12 GMT',
44846npm verb headers 'x-served-by': 'cache-fra1239-FRA',
44847npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
44848npm verb headers 'x-cache-hits': '2',
44849npm verb headers 'x-timer': 'S1451417412.820783,VS0,VE0',
44850npm verb headers vary: 'Accept',
44851npm verb headers age: '296',
44852npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
44853npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44854npm verb headers connection: 'keep-alive' }
44855npm verb get saving proto-list to /root/.npm/registry.npmjs.org/proto-list/.cache.json
44856npm verb cache add spec proto-list@~1.2.1
44857npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for proto-list
44858npm verb addNameRange registry:http://registry.npmjs.org/proto-list not in flight; fetching
44859npm verb get http://registry.npmjs.org/proto-list not expired, no request
44860npm verb addNamed "1.2.4" is a plain semver version for proto-list
44861npm verb addRemoteTarball http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz not in flight; adding
44862npm verb addRemoteTarball [ 'http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz',
44863npm verb addRemoteTarball '212d5bfe1318306a420f6402b8e26ff39647a849' ]
44864npm info retry fetch attempt 1 at 19:33:13
44865npm info attempt registry request try #1 at 19:33:13
44866npm http fetch GET http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz
44867npm http fetch 200 http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz
44868npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz not in flight; adding
44869npm verb addTmpTarball already have metadata; skipping unpack for proto-list@1.2.4
44870npm verb afterAdd /root/.npm/proto-list/1.2.4/package/package.json not in flight; writing
44871npm verb afterAdd /root/.npm/proto-list/1.2.4/package/package.json written
44872npm verb cache add spec minimist@0.0.8
44873npm verb addNamed "0.0.8" is a plain semver version for minimist
44874npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
44875npm verb get http://registry.npmjs.org/minimist not expired, no request
44876npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
44877npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
44878npm verb cache add spec strip-ansi@^0.2.1
44879npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for strip-ansi
44880npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
44881npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
44882npm verb addNamed "0.2.2" is a plain semver version for strip-ansi
44883npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz not in flight; adding
44884npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz',
44885npm verb addRemoteTarball '854d290c981525fc8c397a910b025ae2d54ffc08' ]
44886npm info retry fetch attempt 1 at 19:33:13
44887npm info attempt registry request try #1 at 19:33:13
44888npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz
44889npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz
44890npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz not in flight; adding
44891npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@0.2.2
44892npm verb afterAdd /root/.npm/strip-ansi/0.2.2/package/package.json not in flight; writing
44893npm verb afterAdd /root/.npm/strip-ansi/0.2.2/package/package.json written
44894npm verb cache add spec ansi-regex@^0.1.0
44895npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for ansi-regex
44896npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
44897npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
44898npm verb addNamed "0.1.0" is a plain semver version for ansi-regex
44899npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.1.0.tgz not in flight; adding
44900npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.1.0.tgz',
44901npm verb addRemoteTarball '55ca60db6900857c423ae9297980026f941ed903' ]
44902npm info retry fetch attempt 1 at 19:33:13
44903npm info attempt registry request try #1 at 19:33:13
44904npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.1.0.tgz
44905npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.1.0.tgz
44906npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ansi-regex/-/ansi-regex-0.1.0.tgz not in flight; adding
44907npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@0.1.0
44908npm verb afterAdd /root/.npm/ansi-regex/0.1.0/package/package.json not in flight; writing
44909npm verb afterAdd /root/.npm/ansi-regex/0.1.0/package/package.json written
44910npm verb cache add spec semver@~5.0.1
44911npm verb addNamed ">=5.0.1 <5.1.0" is a valid semver range for semver
44912npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
44913npm verb get http://registry.npmjs.org/semver not expired, no request
44914npm verb addNamed "5.0.3" is a plain semver version for semver
44915npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-5.0.3.tgz not in flight; adding
44916npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-5.0.3.tgz',
44917npm verb addRemoteTarball '77466de589cd5d3c95f138aa78bc569a3cb5d27a' ]
44918npm info retry fetch attempt 1 at 19:33:13
44919npm info attempt registry request try #1 at 19:33:13
44920npm http fetch GET http://registry.npmjs.org/semver/-/semver-5.0.3.tgz
44921npm http fetch 200 http://registry.npmjs.org/semver/-/semver-5.0.3.tgz
44922npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/semver/-/semver-5.0.3.tgz not in flight; adding
44923npm verb addTmpTarball already have metadata; skipping unpack for semver@5.0.3
44924npm verb afterAdd /root/.npm/semver/5.0.3/package/package.json not in flight; writing
44925npm verb afterAdd /root/.npm/semver/5.0.3/package/package.json written
44926npm verb cache add spec fs-extra@~0.8.1
44927npm verb addNamed ">=0.8.1 <0.9.0" is a valid semver range for fs-extra
44928npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
44929npm verb request uri http://registry.npmjs.org/mocha
44930npm verb request no auth needed
44931npm info attempt registry request try #1 at 19:33:13
44932npm http request GET http://registry.npmjs.org/mocha
44933npm verb request uri http://registry.npmjs.org/fs-extra
44934npm verb request no auth needed
44935npm info attempt registry request try #1 at 19:33:13
44936npm verb etag "29MGF514AYFY503MI1EY7HU5G"
44937npm http request GET http://registry.npmjs.org/fs-extra
44938npm http 304 http://registry.npmjs.org/fs-extra
44939npm verb headers { date: 'Tue, 29 Dec 2015 19:33:13 GMT',
44940npm verb headers 'cache-control': 'max-age=300',
44941npm verb headers etag: '"29MGF514AYFY503MI1EY7HU5G"',
44942npm verb headers age: '59',
44943npm verb headers 'x-served-by': 'cache-fra1226-FRA',
44944npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44945npm verb headers 'x-cache-hits': '2',
44946npm verb headers 'x-timer': 'S1451417593.958277,VS0,VE0',
44947npm verb headers vary: 'Accept',
44948npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44949npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44950npm verb headers connection: 'keep-alive' }
44951npm verb etag http://registry.npmjs.org/fs-extra from cache
44952npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
44953npm verb addNamed "0.8.1" is a plain semver version for fs-extra
44954npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz not in flight; adding
44955npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz',
44956npm verb addRemoteTarball '0e5779ffbfedf511bc755595c7f03c06d4b43e8d' ]
44957npm info retry fetch attempt 1 at 19:33:14
44958npm info attempt registry request try #1 at 19:33:14
44959npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz
44960npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz
44961npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/fs-extra/-/fs-extra-0.8.1.tgz not in flight; adding
44962npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.8.1
44963npm verb afterAdd /root/.npm/fs-extra/0.8.1/package/package.json not in flight; writing
44964npm verb afterAdd /root/.npm/fs-extra/0.8.1/package/package.json written
44965npm http 200 http://registry.npmjs.org/mocha
44966npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44967npm verb headers etag: '"B14IS2RAIAT15JJAPQNZJM0AN"',
44968npm verb headers 'content-type': 'application/json',
44969npm verb headers 'cache-control': 'max-age=300',
44970npm verb headers 'content-length': '204420',
44971npm verb headers 'accept-ranges': 'bytes',
44972npm verb headers date: 'Tue, 29 Dec 2015 19:33:13 GMT',
44973npm verb headers age: '42',
44974npm verb headers 'x-served-by': 'cache-ams4143-AMS',
44975npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
44976npm verb headers 'x-cache-hits': '1',
44977npm verb headers 'x-timer': 'S1451417593.948679,VS0,VE1',
44978npm verb headers vary: 'Accept',
44979npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
44980npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
44981npm verb headers connection: 'keep-alive' }
44982npm verb get saving mocha to /root/.npm/registry.npmjs.org/mocha/.cache.json
44983npm verb cache add spec mocha@~1.18.0
44984npm verb addNamed ">=1.18.0 <1.19.0" is a valid semver range for mocha
44985npm verb addNameRange registry:http://registry.npmjs.org/mocha not in flight; fetching
44986npm verb get http://registry.npmjs.org/mocha not expired, no request
44987npm verb addNamed "1.18.2" is a plain semver version for mocha
44988npm verb addRemoteTarball http://registry.npmjs.org/mocha/-/mocha-1.18.2.tgz not in flight; adding
44989npm verb addRemoteTarball [ 'http://registry.npmjs.org/mocha/-/mocha-1.18.2.tgz',
44990npm verb addRemoteTarball '800848f8f7884c61eefcfa2a27304ba9e5446d0b' ]
44991npm info retry fetch attempt 1 at 19:33:14
44992npm info attempt registry request try #1 at 19:33:14
44993npm http fetch GET http://registry.npmjs.org/mocha/-/mocha-1.18.2.tgz
44994npm http fetch 200 http://registry.npmjs.org/mocha/-/mocha-1.18.2.tgz
44995npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mocha/-/mocha-1.18.2.tgz not in flight; adding
44996npm verb addTmpTarball already have metadata; skipping unpack for mocha@1.18.2
44997npm verb afterAdd /root/.npm/mocha/1.18.2/package/package.json not in flight; writing
44998npm verb afterAdd /root/.npm/mocha/1.18.2/package/package.json written
44999npm verb cache add spec ncp@~0.4.2
45000npm verb cache add spec rimraf@~2.2.0
45001npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for ncp
45002npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
45003npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for rimraf
45004npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
45005npm verb request uri http://registry.npmjs.org/ncp
45006npm verb request no auth needed
45007npm info attempt registry request try #1 at 19:33:14
45008npm verb etag "E335WN9HFOY1A47CZXJP6Y7CE"
45009npm http request GET http://registry.npmjs.org/ncp
45010npm verb request uri http://registry.npmjs.org/rimraf
45011npm verb request no auth needed
45012npm info attempt registry request try #1 at 19:33:14
45013npm verb etag "8TBZMSTO6MKWV26CBWA5N5MR6"
45014npm http request GET http://registry.npmjs.org/rimraf
45015npm http 304 http://registry.npmjs.org/rimraf
45016npm verb headers { date: 'Tue, 29 Dec 2015 19:33:14 GMT',
45017npm verb headers 'cache-control': 'max-age=300',
45018npm verb headers etag: '"8TBZMSTO6MKWV26CBWA5N5MR6"',
45019npm verb headers age: '146',
45020npm verb headers 'x-served-by': 'cache-ams4143-AMS',
45021npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45022npm verb headers 'x-cache-hits': '2',
45023npm verb headers 'x-timer': 'S1451417594.329773,VS0,VE0',
45024npm verb headers vary: 'Accept',
45025npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45026npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45027npm verb headers connection: 'keep-alive' }
45028npm verb etag http://registry.npmjs.org/rimraf from cache
45029npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
45030npm verb addNamed "2.2.8" is a plain semver version for rimraf
45031npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
45032npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
45033npm http 304 http://registry.npmjs.org/ncp
45034npm verb headers { date: 'Tue, 29 Dec 2015 19:33:14 GMT',
45035npm verb headers 'cache-control': 'max-age=60',
45036npm verb headers etag: '"E335WN9HFOY1A47CZXJP6Y7CE"',
45037npm verb headers age: '0',
45038npm verb headers 'x-served-by': 'cache-fra1226-FRA',
45039npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45040npm verb headers 'x-cache-hits': '1',
45041npm verb headers 'x-timer': 'S1451417594.327153,VS0,VE406',
45042npm verb headers vary: 'Accept',
45043npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45044npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45045npm verb headers connection: 'keep-alive' }
45046npm verb etag http://registry.npmjs.org/ncp from cache
45047npm verb get saving ncp to /root/.npm/registry.npmjs.org/ncp/.cache.json
45048npm verb addNamed "0.4.2" is a plain semver version for ncp
45049npm verb addRemoteTarball http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz not in flight; adding
45050npm verb addRemoteTarball [ 'http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz',
45051npm verb addRemoteTarball 'abcc6cbd3ec2ed2a729ff6e7c1fa8f01784a8574' ]
45052npm info retry fetch attempt 1 at 19:33:14
45053npm info attempt registry request try #1 at 19:33:14
45054npm http fetch GET http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz
45055npm http fetch 200 http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz
45056npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ncp/-/ncp-0.4.2.tgz not in flight; adding
45057npm verb addTmpTarball already have metadata; skipping unpack for ncp@0.4.2
45058npm verb afterAdd /root/.npm/ncp/0.4.2/package/package.json not in flight; writing
45059npm verb afterAdd /root/.npm/ncp/0.4.2/package/package.json written
45060npm verb cache add spec commander@2.0.0
45061npm verb cache add spec jade@0.26.3
45062npm verb cache add spec diff@1.0.7
45063npm verb cache add spec glob@3.2.3
45064npm verb addNamed "2.0.0" is a plain semver version for commander
45065npm verb addNameVersion registry:http://registry.npmjs.org/commander not in flight; fetching
45066npm verb addNamed "0.26.3" is a plain semver version for jade
45067npm verb addNameVersion registry:http://registry.npmjs.org/jade not in flight; fetching
45068npm verb addNamed "1.0.7" is a plain semver version for diff
45069npm verb addNameVersion registry:http://registry.npmjs.org/diff not in flight; fetching
45070npm verb addNamed "3.2.3" is a plain semver version for glob
45071npm verb addNameVersion registry:http://registry.npmjs.org/glob not in flight; fetching
45072npm verb request uri http://registry.npmjs.org/growl
45073npm verb request no auth needed
45074npm info attempt registry request try #1 at 19:33:15
45075npm http request GET http://registry.npmjs.org/growl
45076npm verb request uri http://registry.npmjs.org/commander
45077npm verb request no auth needed
45078npm info attempt registry request try #1 at 19:33:15
45079npm verb etag "DYW0JBRXQO3Y28VX1THARSCBL"
45080npm http request GET http://registry.npmjs.org/commander
45081npm verb request uri http://registry.npmjs.org/jade
45082npm verb request no auth needed
45083npm info attempt registry request try #1 at 19:33:15
45084npm verb etag "9TPVXZTUGV2VQHDWF18W6B7E9"
45085npm http request GET http://registry.npmjs.org/jade
45086npm verb request uri http://registry.npmjs.org/diff
45087npm verb request no auth needed
45088npm info attempt registry request try #1 at 19:33:15
45089npm verb etag "C2JR8VIFOCSEV2B6HYFHDDE8H"
45090npm http request GET http://registry.npmjs.org/diff
45091npm verb request uri http://registry.npmjs.org/glob
45092npm verb request no auth needed
45093npm info attempt registry request try #1 at 19:33:15
45094npm verb etag "35BW2PZITMBWTVHPL2Z8HULBB"
45095npm http request GET http://registry.npmjs.org/glob
45096npm http 304 http://registry.npmjs.org/commander
45097npm verb headers { date: 'Tue, 29 Dec 2015 19:31:20 GMT',
45098npm verb headers 'content-type': 'application/json',
45099npm verb headers age: '151',
45100npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
45101npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
45102npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
45103npm verb headers connection: 'keep-alive' }
45104npm verb etag http://registry.npmjs.org/commander from cache
45105npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
45106npm http 200 http://registry.npmjs.org/growl
45107npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45108npm verb headers etag: '"6PKCHLDZRJVP98V8ELUMW4FBS"',
45109npm verb headers 'content-type': 'application/json',
45110npm verb headers 'cache-control': 'max-age=300',
45111npm verb headers 'content-length': '14106',
45112npm verb headers 'accept-ranges': 'bytes',
45113npm verb headers date: 'Tue, 29 Dec 2015 19:33:15 GMT',
45114npm verb headers age: '104',
45115npm verb headers 'x-served-by': 'cache-ams4143-AMS',
45116npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45117npm verb headers 'x-cache-hits': '2',
45118npm verb headers 'x-timer': 'S1451417595.109522,VS0,VE0',
45119npm verb headers vary: 'Accept',
45120npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45121npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45122npm verb headers connection: 'keep-alive' }
45123npm verb get saving growl to /root/.npm/registry.npmjs.org/growl/.cache.json
45124npm http 304 http://registry.npmjs.org/diff
45125npm verb headers { date: 'Tue, 29 Dec 2015 19:33:15 GMT',
45126npm verb headers 'cache-control': 'max-age=300',
45127npm verb headers etag: '"C2JR8VIFOCSEV2B6HYFHDDE8H"',
45128npm verb headers age: '137',
45129npm verb headers 'x-served-by': 'cache-fra1234-FRA',
45130npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45131npm verb headers 'x-cache-hits': '2',
45132npm verb headers 'x-timer': 'S1451417595.171654,VS0,VE0',
45133npm verb headers vary: 'Accept',
45134npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45135npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45136npm verb headers connection: 'keep-alive' }
45137npm verb etag http://registry.npmjs.org/diff from cache
45138npm verb get saving diff to /root/.npm/registry.npmjs.org/diff/.cache.json
45139npm http 304 http://registry.npmjs.org/jade
45140npm verb headers { date: 'Tue, 29 Dec 2015 19:33:15 GMT',
45141npm verb headers 'cache-control': 'max-age=300',
45142npm verb headers etag: '"9TPVXZTUGV2VQHDWF18W6B7E9"',
45143npm verb headers age: '32',
45144npm verb headers 'x-served-by': 'cache-fra1226-FRA',
45145npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45146npm verb headers 'x-cache-hits': '1',
45147npm verb headers 'x-timer': 'S1451417595.171760,VS0,VE1',
45148npm verb headers vary: 'Accept',
45149npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
45150npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45151npm verb headers connection: 'keep-alive' }
45152npm verb etag http://registry.npmjs.org/jade from cache
45153npm verb get saving jade to /root/.npm/registry.npmjs.org/jade/.cache.json
45154npm http 304 http://registry.npmjs.org/glob
45155npm verb headers { date: 'Tue, 29 Dec 2015 19:33:15 GMT',
45156npm verb headers 'cache-control': 'max-age=300',
45157npm verb headers etag: '"35BW2PZITMBWTVHPL2Z8HULBB"',
45158npm verb headers age: '92',
45159npm verb headers 'x-served-by': 'cache-ams4143-AMS',
45160npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45161npm verb headers 'x-cache-hits': '5',
45162npm verb headers 'x-timer': 'S1451417595.175336,VS0,VE0',
45163npm verb headers vary: 'Accept',
45164npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45165npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45166npm verb headers connection: 'keep-alive' }
45167npm verb etag http://registry.npmjs.org/glob from cache
45168npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
45169npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.0.0.tgz not in flight; adding
45170npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.0.0.tgz',
45171npm verb addRemoteTarball 'd1b86f901f8b64bd941bdeadaf924530393be928' ]
45172npm verb cache add spec growl@1.7.x
45173npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for growl
45174npm verb addNameRange registry:http://registry.npmjs.org/growl not in flight; fetching
45175npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-3.2.3.tgz not in flight; adding
45176npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-3.2.3.tgz',
45177npm verb addRemoteTarball 'e313eeb249c7affaa5c475286b0e115b59839467' ]
45178npm verb addRemoteTarball http://registry.npmjs.org/diff/-/diff-1.0.7.tgz not in flight; adding
45179npm verb addRemoteTarball [ 'http://registry.npmjs.org/diff/-/diff-1.0.7.tgz',
45180npm verb addRemoteTarball '24bbb001c4a7d5522169e7cabdb2c2814ed91cf4' ]
45181npm info retry fetch attempt 1 at 19:33:15
45182npm info attempt registry request try #1 at 19:33:15
45183npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.0.0.tgz
45184npm verb addRemoteTarball http://registry.npmjs.org/jade/-/jade-0.26.3.tgz not in flight; adding
45185npm verb addRemoteTarball [ 'http://registry.npmjs.org/jade/-/jade-0.26.3.tgz',
45186npm verb addRemoteTarball '8f10d7977d8d79f2f6ff862a81b0513ccb25686c' ]
45187npm info retry fetch attempt 1 at 19:33:15
45188npm info attempt registry request try #1 at 19:33:15
45189npm http fetch GET http://registry.npmjs.org/glob/-/glob-3.2.3.tgz
45190npm info retry fetch attempt 1 at 19:33:15
45191npm info attempt registry request try #1 at 19:33:15
45192npm http fetch GET http://registry.npmjs.org/diff/-/diff-1.0.7.tgz
45193npm info retry fetch attempt 1 at 19:33:15
45194npm info attempt registry request try #1 at 19:33:15
45195npm http fetch GET http://registry.npmjs.org/jade/-/jade-0.26.3.tgz
45196npm verb get http://registry.npmjs.org/growl not expired, no request
45197npm verb addNamed "1.7.0" is a plain semver version for growl
45198npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.0.0.tgz
45199npm verb addRemoteTarball http://registry.npmjs.org/growl/-/growl-1.7.0.tgz not in flight; adding
45200npm verb addRemoteTarball [ 'http://registry.npmjs.org/growl/-/growl-1.7.0.tgz',
45201npm verb addRemoteTarball 'de2d66136d002e112ba70f3f10c31cf7c350b2da' ]
45202npm http fetch 200 http://registry.npmjs.org/glob/-/glob-3.2.3.tgz
45203npm info retry fetch attempt 1 at 19:33:15
45204npm info attempt registry request try #1 at 19:33:15
45205npm http fetch GET http://registry.npmjs.org/growl/-/growl-1.7.0.tgz
45206npm http fetch 200 http://registry.npmjs.org/diff/-/diff-1.0.7.tgz
45207npm http fetch 200 http://registry.npmjs.org/jade/-/jade-0.26.3.tgz
45208npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/commander/-/commander-2.0.0.tgz not in flight; adding
45209npm verb addTmpTarball already have metadata; skipping unpack for commander@2.0.0
45210npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/glob/-/glob-3.2.3.tgz not in flight; adding
45211npm verb addTmpTarball already have metadata; skipping unpack for glob@3.2.3
45212npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/diff/-/diff-1.0.7.tgz not in flight; adding
45213npm verb addTmpTarball already have metadata; skipping unpack for diff@1.0.7
45214npm verb afterAdd /root/.npm/commander/2.0.0/package/package.json not in flight; writing
45215npm verb afterAdd /root/.npm/glob/3.2.3/package/package.json not in flight; writing
45216npm verb afterAdd /root/.npm/commander/2.0.0/package/package.json written
45217npm verb afterAdd /root/.npm/diff/1.0.7/package/package.json not in flight; writing
45218npm verb afterAdd /root/.npm/glob/3.2.3/package/package.json written
45219npm http fetch 200 http://registry.npmjs.org/growl/-/growl-1.7.0.tgz
45220npm verb afterAdd /root/.npm/diff/1.0.7/package/package.json written
45221npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/growl/-/growl-1.7.0.tgz not in flight; adding
45222npm verb addTmpTarball already have metadata; skipping unpack for growl@1.7.0
45223npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jade/-/jade-0.26.3.tgz not in flight; adding
45224npm verb addTmpTarball already have metadata; skipping unpack for jade@0.26.3
45225npm verb afterAdd /root/.npm/growl/1.7.0/package/package.json not in flight; writing
45226npm verb afterAdd /root/.npm/jade/0.26.3/package/package.json not in flight; writing
45227npm verb afterAdd /root/.npm/growl/1.7.0/package/package.json written
45228npm verb afterAdd /root/.npm/jade/0.26.3/package/package.json written
45229npm verb cache add spec minimatch@~0.2.11
45230npm verb cache add spec graceful-fs@~2.0.0
45231npm verb addNamed ">=0.2.11 <0.3.0" is a valid semver range for minimatch
45232npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
45233npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for graceful-fs
45234npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
45235npm verb request uri http://registry.npmjs.org/minimatch
45236npm verb request no auth needed
45237npm info attempt registry request try #1 at 19:33:15
45238npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
45239npm http request GET http://registry.npmjs.org/minimatch
45240npm verb request uri http://registry.npmjs.org/graceful-fs
45241npm verb request no auth needed
45242npm info attempt registry request try #1 at 19:33:15
45243npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
45244npm http request GET http://registry.npmjs.org/graceful-fs
45245npm http 304 http://registry.npmjs.org/graceful-fs
45246npm verb headers { date: 'Tue, 29 Dec 2015 19:33:15 GMT',
45247npm verb headers 'cache-control': 'max-age=300',
45248npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
45249npm verb headers age: '259',
45250npm verb headers 'x-served-by': 'cache-ams4124-AMS',
45251npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45252npm verb headers 'x-cache-hits': '6',
45253npm verb headers 'x-timer': 'S1451417595.513800,VS0,VE0',
45254npm verb headers vary: 'Accept',
45255npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45256npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45257npm verb headers connection: 'keep-alive' }
45258npm verb etag http://registry.npmjs.org/graceful-fs from cache
45259npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
45260npm http 304 http://registry.npmjs.org/minimatch
45261npm verb headers { date: 'Tue, 29 Dec 2015 19:33:15 GMT',
45262npm verb headers 'cache-control': 'max-age=300',
45263npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
45264npm verb headers age: '56',
45265npm verb headers 'x-served-by': 'cache-ams4143-AMS',
45266npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45267npm verb headers 'x-cache-hits': '2',
45268npm verb headers 'x-timer': 'S1451417595.513636,VS0,VE0',
45269npm verb headers vary: 'Accept',
45270npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45271npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45272npm verb headers connection: 'keep-alive' }
45273npm verb etag http://registry.npmjs.org/minimatch from cache
45274npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
45275npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
45276npm verb addNamed "0.2.14" is a plain semver version for minimatch
45277npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json not in flight; writing
45278npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
45279npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json written
45280npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
45281npm verb cache add spec commander@0.6.1
45282npm verb cache add spec mkdirp@0.3.0
45283npm verb addNamed "0.6.1" is a plain semver version for commander
45284npm verb addNameVersion registry:http://registry.npmjs.org/commander not in flight; fetching
45285npm verb addNamed "0.3.0" is a plain semver version for mkdirp
45286npm verb addNameVersion registry:http://registry.npmjs.org/mkdirp not in flight; fetching
45287npm verb get http://registry.npmjs.org/commander not expired, no request
45288npm verb request uri http://registry.npmjs.org/mkdirp
45289npm verb request no auth needed
45290npm info attempt registry request try #1 at 19:33:15
45291npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
45292npm http request GET http://registry.npmjs.org/mkdirp
45293npm verb afterAdd /root/.npm/commander/0.6.1/package/package.json not in flight; writing
45294npm verb afterAdd /root/.npm/commander/0.6.1/package/package.json written
45295npm http 304 http://registry.npmjs.org/mkdirp
45296npm verb headers { date: 'Tue, 29 Dec 2015 19:33:15 GMT',
45297npm verb headers 'cache-control': 'max-age=300',
45298npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
45299npm verb headers age: '204',
45300npm verb headers 'x-served-by': 'cache-ams4143-AMS',
45301npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45302npm verb headers 'x-cache-hits': '6',
45303npm verb headers 'x-timer': 'S1451417595.706249,VS0,VE0',
45304npm verb headers vary: 'Accept',
45305npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45306npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45307npm verb headers connection: 'keep-alive' }
45308npm verb etag http://registry.npmjs.org/mkdirp from cache
45309npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
45310npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz not in flight; adding
45311npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz',
45312npm verb addRemoteTarball '1bbf5ab1ba827af23575143490426455f481fe1e' ]
45313npm info retry fetch attempt 1 at 19:33:15
45314npm info attempt registry request try #1 at 19:33:15
45315npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz
45316npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz
45317npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz not in flight; adding
45318npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.3.0
45319npm verb afterAdd /root/.npm/mkdirp/0.3.0/package/package.json not in flight; writing
45320npm verb afterAdd /root/.npm/mkdirp/0.3.0/package/package.json written
45321npm verb cache add spec async@0.2.10
45322npm verb cache add spec rimraf@2.2.6
45323npm verb addNamed "0.2.10" is a plain semver version for async
45324npm verb addNameVersion registry:http://registry.npmjs.org/async not in flight; fetching
45325npm verb addNamed "2.2.6" is a plain semver version for rimraf
45326npm verb addNameVersion registry:http://registry.npmjs.org/rimraf not in flight; fetching
45327npm verb request uri http://registry.npmjs.org/async
45328npm verb request no auth needed
45329npm info attempt registry request try #1 at 19:33:15
45330npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
45331npm http request GET http://registry.npmjs.org/async
45332npm verb get http://registry.npmjs.org/rimraf not expired, no request
45333npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.2.6.tgz not in flight; adding
45334npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.2.6.tgz',
45335npm verb addRemoteTarball 'c59597569b14d956ad29cacc42bdddf5f0ea4f4c' ]
45336npm http 304 http://registry.npmjs.org/async
45337npm verb headers { date: 'Tue, 29 Dec 2015 19:30:14 GMT',
45338npm verb headers 'content-type': 'application/json',
45339npm verb headers age: '202',
45340npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
45341npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
45342npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
45343npm verb headers connection: 'keep-alive' }
45344npm verb etag http://registry.npmjs.org/async from cache
45345npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
45346npm info retry fetch attempt 1 at 19:33:15
45347npm info attempt registry request try #1 at 19:33:15
45348npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.2.6.tgz
45349npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
45350npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
45351npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.2.6.tgz
45352npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/rimraf/-/rimraf-2.2.6.tgz not in flight; adding
45353npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.2.6
45354npm verb afterAdd /root/.npm/rimraf/2.2.6/package/package.json not in flight; writing
45355npm verb afterAdd /root/.npm/rimraf/2.2.6/package/package.json written
45356npm verb request uri http://registry.npmjs.org/ng-annotate
45357npm verb request no auth needed
45358npm info attempt registry request try #1 at 19:33:15
45359npm http request GET http://registry.npmjs.org/ng-annotate
45360npm http 200 http://registry.npmjs.org/ng-annotate
45361npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45362npm verb headers etag: '"8JZUS0I5RNUGXGV5Z3AKVSPDY"',
45363npm verb headers 'content-type': 'application/json',
45364npm verb headers 'cache-control': 'max-age=300',
45365npm verb headers 'content-length': '75098',
45366npm verb headers 'accept-ranges': 'bytes',
45367npm verb headers date: 'Tue, 29 Dec 2015 19:33:15 GMT',
45368npm verb headers age: '172',
45369npm verb headers 'x-served-by': 'cache-ams4143-AMS',
45370npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45371npm verb headers 'x-cache-hits': '1',
45372npm verb headers 'x-timer': 'S1451417595.982550,VS0,VE0',
45373npm verb headers vary: 'Accept',
45374npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45375npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45376npm verb headers connection: 'keep-alive' }
45377npm verb get saving ng-annotate to /root/.npm/registry.npmjs.org/ng-annotate/.cache.json
45378npm verb cache add spec ng-annotate@^0.9.0
45379npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for ng-annotate
45380npm verb addNameRange registry:http://registry.npmjs.org/ng-annotate not in flight; fetching
45381npm verb get http://registry.npmjs.org/ng-annotate not expired, no request
45382npm verb addNamed "0.9.11" is a plain semver version for ng-annotate
45383npm verb addRemoteTarball http://registry.npmjs.org/ng-annotate/-/ng-annotate-0.9.11.tgz not in flight; adding
45384npm verb addRemoteTarball [ 'http://registry.npmjs.org/ng-annotate/-/ng-annotate-0.9.11.tgz',
45385npm verb addRemoteTarball 'db8308d5ca92472ab60f3b532df4cb4f0a134b67' ]
45386npm info retry fetch attempt 1 at 19:33:16
45387npm info attempt registry request try #1 at 19:33:16
45388npm http fetch GET http://registry.npmjs.org/ng-annotate/-/ng-annotate-0.9.11.tgz
45389npm http fetch 200 http://registry.npmjs.org/ng-annotate/-/ng-annotate-0.9.11.tgz
45390npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ng-annotate/-/ng-annotate-0.9.11.tgz not in flight; adding
45391npm verb addTmpTarball already have metadata; skipping unpack for ng-annotate@0.9.11
45392npm verb afterAdd /root/.npm/ng-annotate/0.9.11/package/package.json not in flight; writing
45393npm verb afterAdd /root/.npm/ng-annotate/0.9.11/package/package.json written
45394npm verb cache add spec esprima@~1.2.0
45395npm verb cache add spec optimist@~0.6.1
45396npm verb cache add spec source-map@~0.1.37
45397npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for esprima
45398npm verb addNameRange registry:http://registry.npmjs.org/esprima not in flight; fetching
45399npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for optimist
45400npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
45401npm verb addNamed ">=0.1.37 <0.2.0" is a valid semver range for source-map
45402npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
45403npm verb request uri http://registry.npmjs.org/alter
45404npm verb request no auth needed
45405npm info attempt registry request try #1 at 19:33:16
45406npm http request GET http://registry.npmjs.org/alter
45407npm verb request uri http://registry.npmjs.org/convert-source-map
45408npm verb request no auth needed
45409npm info attempt registry request try #1 at 19:33:16
45410npm http request GET http://registry.npmjs.org/convert-source-map
45411npm verb request uri http://registry.npmjs.org/ordered-ast-traverse
45412npm verb request no auth needed
45413npm info attempt registry request try #1 at 19:33:16
45414npm http request GET http://registry.npmjs.org/ordered-ast-traverse
45415npm verb request uri http://registry.npmjs.org/simple-fmt
45416npm verb request no auth needed
45417npm info attempt registry request try #1 at 19:33:16
45418npm http request GET http://registry.npmjs.org/simple-fmt
45419npm verb request uri http://registry.npmjs.org/simple-is
45420npm verb request no auth needed
45421npm info attempt registry request try #1 at 19:33:16
45422npm http request GET http://registry.npmjs.org/simple-is
45423npm verb request uri http://registry.npmjs.org/stable
45424npm verb request no auth needed
45425npm info attempt registry request try #1 at 19:33:16
45426npm http request GET http://registry.npmjs.org/stable
45427npm verb request uri http://registry.npmjs.org/stringmap
45428npm verb request no auth needed
45429npm info attempt registry request try #1 at 19:33:16
45430npm http request GET http://registry.npmjs.org/stringmap
45431npm verb request uri http://registry.npmjs.org/stringset
45432npm verb request no auth needed
45433npm info attempt registry request try #1 at 19:33:16
45434npm http request GET http://registry.npmjs.org/stringset
45435npm verb request uri http://registry.npmjs.org/tryor
45436npm verb request no auth needed
45437npm info attempt registry request try #1 at 19:33:16
45438npm http request GET http://registry.npmjs.org/tryor
45439npm verb request uri http://registry.npmjs.org/esprima
45440npm verb request no auth needed
45441npm info attempt registry request try #1 at 19:33:16
45442npm verb etag "6A8X9EOBDF5HCCSRV5XCYY6XZ"
45443npm http request GET http://registry.npmjs.org/esprima
45444npm verb request uri http://registry.npmjs.org/optimist
45445npm verb request no auth needed
45446npm info attempt registry request try #1 at 19:33:16
45447npm verb etag "6CXUKRQ1RDWCGZOWF0ABF0B0Y"
45448npm http request GET http://registry.npmjs.org/optimist
45449npm verb request uri http://registry.npmjs.org/source-map
45450npm verb request no auth needed
45451npm info attempt registry request try #1 at 19:33:16
45452npm verb etag "9A7YCHFO2TY98XTX57E2TQ7TE"
45453npm http request GET http://registry.npmjs.org/source-map
45454npm http 200 http://registry.npmjs.org/alter
45455npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45456npm verb headers etag: '"70NV5FN8R7T9XM0B0OTFJSHH4"',
45457npm verb headers 'content-type': 'application/json',
45458npm verb headers 'cache-control': 'max-age=60',
45459npm verb headers 'content-length': '3927',
45460npm verb headers 'accept-ranges': 'bytes',
45461npm verb headers date: 'Tue, 29 Dec 2015 19:33:16 GMT',
45462npm verb headers age: '19',
45463npm verb headers 'x-served-by': 'cache-fra1232-FRA',
45464npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45465npm verb headers 'x-cache-hits': '1',
45466npm verb headers 'x-timer': 'S1451417596.392509,VS0,VE0',
45467npm verb headers vary: 'Accept',
45468npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45469npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45470npm verb headers connection: 'keep-alive' }
45471npm verb get saving alter to /root/.npm/registry.npmjs.org/alter/.cache.json
45472npm http 200 http://registry.npmjs.org/simple-fmt
45473npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45474npm verb headers etag: '"9BOR0ZL4HXS0ME6YKHEPUBF9P"',
45475npm verb headers 'content-type': 'application/json',
45476npm verb headers 'cache-control': 'max-age=300',
45477npm verb headers 'content-length': '3680',
45478npm verb headers 'accept-ranges': 'bytes',
45479npm verb headers date: 'Tue, 29 Dec 2015 19:33:16 GMT',
45480npm verb headers age: '227',
45481npm verb headers 'x-served-by': 'cache-fra1234-FRA',
45482npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45483npm verb headers 'x-cache-hits': '390',
45484npm verb headers 'x-timer': 'S1451417596.393180,VS0,VE0',
45485npm verb headers vary: 'Accept',
45486npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45487npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45488npm verb headers connection: 'keep-alive' }
45489npm verb get saving simple-fmt to /root/.npm/registry.npmjs.org/simple-fmt/.cache.json
45490npm http 200 http://registry.npmjs.org/ordered-ast-traverse
45491npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45492npm verb headers etag: '"3WI4N1P3MDU9ATT8B7FVQ1VDK"',
45493npm verb headers 'content-type': 'application/json',
45494npm verb headers 'cache-control': 'max-age=300',
45495npm verb headers 'content-length': '7275',
45496npm verb headers 'accept-ranges': 'bytes',
45497npm verb headers date: 'Tue, 29 Dec 2015 19:33:16 GMT',
45498npm verb headers age: '110',
45499npm verb headers 'x-served-by': 'cache-fra1231-FRA',
45500npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45501npm verb headers 'x-cache-hits': '1',
45502npm verb headers 'x-timer': 'S1451417596.393266,VS0,VE0',
45503npm verb headers vary: 'Accept',
45504npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45505npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45506npm verb headers connection: 'keep-alive' }
45507npm verb get saving ordered-ast-traverse to /root/.npm/registry.npmjs.org/ordered-ast-traverse/.cache.json
45508npm http 200 http://registry.npmjs.org/simple-is
45509npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45510npm verb headers etag: '"1SMKBZ2W9DXO945UPWOSGHIBR"',
45511npm verb headers 'content-type': 'application/json',
45512npm verb headers 'cache-control': 'max-age=300',
45513npm verb headers 'content-length': '7165',
45514npm verb headers 'accept-ranges': 'bytes',
45515npm verb headers date: 'Tue, 29 Dec 2015 19:33:16 GMT',
45516npm verb headers age: '241',
45517npm verb headers 'x-served-by': 'cache-ams4124-AMS',
45518npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45519npm verb headers 'x-cache-hits': '2',
45520npm verb headers 'x-timer': 'S1451417596.396470,VS0,VE0',
45521npm verb headers vary: 'Accept',
45522npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45523npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45524npm verb headers connection: 'keep-alive' }
45525npm verb get saving simple-is to /root/.npm/registry.npmjs.org/simple-is/.cache.json
45526npm http 200 http://registry.npmjs.org/stable
45527npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45528npm verb headers etag: '"AITLN1855CMZJB42B7GAXWJ5"',
45529npm verb headers 'content-type': 'application/json',
45530npm verb headers 'cache-control': 'max-age=300',
45531npm verb headers 'content-length': '8783',
45532npm verb headers 'accept-ranges': 'bytes',
45533npm verb headers date: 'Tue, 29 Dec 2015 19:33:16 GMT',
45534npm verb headers age: '240',
45535npm verb headers 'x-served-by': 'cache-ams4124-AMS',
45536npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45537npm verb headers 'x-cache-hits': '2',
45538npm verb headers 'x-timer': 'S1451417596.396884,VS0,VE0',
45539npm verb headers vary: 'Accept',
45540npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45541npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45542npm verb headers connection: 'keep-alive' }
45543npm verb get saving stable to /root/.npm/registry.npmjs.org/stable/.cache.json
45544npm http 200 http://registry.npmjs.org/stringmap
45545npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45546npm verb headers etag: '"ALXJFRTQ10BKFXH7Q570CX5UW"',
45547npm verb headers 'content-type': 'application/json',
45548npm verb headers 'cache-control': 'max-age=300',
45549npm verb headers 'content-length': '14314',
45550npm verb headers 'accept-ranges': 'bytes',
45551npm verb headers date: 'Tue, 29 Dec 2015 19:33:16 GMT',
45552npm verb headers age: '242',
45553npm verb headers 'x-served-by': 'cache-ams4145-AMS',
45554npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45555npm verb headers 'x-cache-hits': '1',
45556npm verb headers 'x-timer': 'S1451417596.396713,VS0,VE0',
45557npm verb headers vary: 'Accept',
45558npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45559npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45560npm verb headers connection: 'keep-alive' }
45561npm verb get saving stringmap to /root/.npm/registry.npmjs.org/stringmap/.cache.json
45562npm http 304 http://registry.npmjs.org/optimist
45563npm verb headers { date: 'Tue, 29 Dec 2015 19:31:24 GMT',
45564npm verb headers 'content-type': 'application/json',
45565npm verb headers age: '245',
45566npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
45567npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
45568npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
45569npm verb headers connection: 'keep-alive' }
45570npm verb etag http://registry.npmjs.org/optimist from cache
45571npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
45572npm http 304 http://registry.npmjs.org/esprima
45573npm verb headers { date: 'Tue, 29 Dec 2015 19:33:16 GMT',
45574npm verb headers 'cache-control': 'max-age=300',
45575npm verb headers etag: '"6A8X9EOBDF5HCCSRV5XCYY6XZ"',
45576npm verb headers age: '7',
45577npm verb headers 'x-served-by': 'cache-fra1231-FRA',
45578npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45579npm verb headers 'x-cache-hits': '1',
45580npm verb headers 'x-timer': 'S1451417596.425258,VS0,VE0',
45581npm verb headers vary: 'Accept',
45582npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
45583npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45584npm verb headers connection: 'keep-alive' }
45585npm verb etag http://registry.npmjs.org/esprima from cache
45586npm verb get saving esprima to /root/.npm/registry.npmjs.org/esprima/.cache.json
45587npm http 304 http://registry.npmjs.org/source-map
45588npm verb headers { date: 'Tue, 29 Dec 2015 19:33:16 GMT',
45589npm verb headers 'cache-control': 'max-age=60',
45590npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
45591npm verb headers age: '33',
45592npm verb headers 'x-served-by': 'cache-fra1234-FRA',
45593npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45594npm verb headers 'x-cache-hits': '3',
45595npm verb headers 'x-timer': 'S1451417596.425993,VS0,VE0',
45596npm verb headers vary: 'Accept',
45597npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45598npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45599npm verb headers connection: 'keep-alive' }
45600npm verb etag http://registry.npmjs.org/source-map from cache
45601npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
45602npm http 200 http://registry.npmjs.org/stringset
45603npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45604npm verb headers etag: '"1BVL09P2WD2YAYDJ9D8H76V7H"',
45605npm verb headers 'content-type': 'application/json',
45606npm verb headers 'cache-control': 'max-age=300',
45607npm verb headers 'content-length': '8179',
45608npm verb headers 'accept-ranges': 'bytes',
45609npm verb headers date: 'Tue, 29 Dec 2015 19:33:16 GMT',
45610npm verb headers age: '242',
45611npm verb headers 'x-served-by': 'cache-ams4142-AMS',
45612npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45613npm verb headers 'x-cache-hits': '1',
45614npm verb headers 'x-timer': 'S1451417596.397294,VS0,VE0',
45615npm verb headers vary: 'Accept',
45616npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45617npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45618npm verb headers connection: 'keep-alive' }
45619npm verb get saving stringset to /root/.npm/registry.npmjs.org/stringset/.cache.json
45620npm verb addNamed "0.6.1" is a plain semver version for optimist
45621npm verb addNamed "1.2.5" is a plain semver version for esprima
45622npm verb addNamed "0.1.43" is a plain semver version for source-map
45623npm verb cache add spec alter@~0.2.0
45624npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for alter
45625npm verb addNameRange registry:http://registry.npmjs.org/alter not in flight; fetching
45626npm verb cache add spec simple-fmt@~0.1.0
45627npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for simple-fmt
45628npm verb addNameRange registry:http://registry.npmjs.org/simple-fmt not in flight; fetching
45629npm verb cache add spec ordered-ast-traverse@~0.1.1
45630npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for ordered-ast-traverse
45631npm verb addNameRange registry:http://registry.npmjs.org/ordered-ast-traverse not in flight; fetching
45632npm verb cache add spec simple-is@~0.2.0
45633npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for simple-is
45634npm verb addNameRange registry:http://registry.npmjs.org/simple-is not in flight; fetching
45635npm verb cache add spec stable@~0.1.5
45636npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for stable
45637npm verb addNameRange registry:http://registry.npmjs.org/stable not in flight; fetching
45638npm verb cache add spec stringmap@~0.2.2
45639npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for stringmap
45640npm verb addNameRange registry:http://registry.npmjs.org/stringmap not in flight; fetching
45641npm verb addRemoteTarball http://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz not in flight; adding
45642npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz',
45643npm verb addRemoteTarball '0993502feaf668138325756f30f9a51feeec11e9' ]
45644npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz not in flight; adding
45645npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz',
45646npm verb addRemoteTarball 'c24bc146ca517c1471f5dacbe2571b2b7f9e3346' ]
45647npm verb cache add spec stringset@~0.2.1
45648npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for stringset
45649npm verb addNameRange registry:http://registry.npmjs.org/stringset not in flight; fetching
45650npm info retry fetch attempt 1 at 19:33:16
45651npm info attempt registry request try #1 at 19:33:16
45652npm http fetch GET http://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz
45653npm info retry fetch attempt 1 at 19:33:16
45654npm info attempt registry request try #1 at 19:33:16
45655npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz
45656npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
45657npm verb get http://registry.npmjs.org/alter not expired, no request
45658npm verb addNamed "0.2.0" is a plain semver version for alter
45659npm verb get http://registry.npmjs.org/simple-fmt not expired, no request
45660npm verb addNamed "0.1.0" is a plain semver version for simple-fmt
45661npm verb get http://registry.npmjs.org/ordered-ast-traverse not expired, no request
45662npm verb addNamed "0.1.1" is a plain semver version for ordered-ast-traverse
45663npm verb get http://registry.npmjs.org/simple-is not expired, no request
45664npm verb addNamed "0.2.0" is a plain semver version for simple-is
45665npm verb get http://registry.npmjs.org/stable not expired, no request
45666npm verb addNamed "0.1.5" is a plain semver version for stable
45667npm verb get http://registry.npmjs.org/stringmap not expired, no request
45668npm verb addNamed "0.2.2" is a plain semver version for stringmap
45669npm verb addRemoteTarball http://registry.npmjs.org/alter/-/alter-0.2.0.tgz not in flight; adding
45670npm verb addRemoteTarball [ 'http://registry.npmjs.org/alter/-/alter-0.2.0.tgz',
45671npm verb addRemoteTarball 'c7588808617572034aae62480af26b1d4d1cb3cd' ]
45672npm verb addRemoteTarball http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz not in flight; adding
45673npm verb addRemoteTarball [ 'http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz',
45674npm verb addRemoteTarball '191bf566a59e6530482cb25ab53b4a8dc85c3a6b' ]
45675npm verb addRemoteTarball http://registry.npmjs.org/ordered-ast-traverse/-/ordered-ast-traverse-0.1.1.tgz not in flight; adding
45676npm verb addRemoteTarball [ 'http://registry.npmjs.org/ordered-ast-traverse/-/ordered-ast-traverse-0.1.1.tgz',
45677npm verb addRemoteTarball 'fd258b70bb169a3818784398bf7abce42ae37d56' ]
45678npm verb addRemoteTarball http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz not in flight; adding
45679npm verb addRemoteTarball [ 'http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz',
45680npm verb addRemoteTarball '2abb75aade39deb5cc815ce10e6191164850baf0' ]
45681npm verb addRemoteTarball http://registry.npmjs.org/stable/-/stable-0.1.5.tgz not in flight; adding
45682npm verb addRemoteTarball [ 'http://registry.npmjs.org/stable/-/stable-0.1.5.tgz',
45683npm verb addRemoteTarball '08232f60c732e9890784b5bed0734f8b32a887b9' ]
45684npm verb addRemoteTarball http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz not in flight; adding
45685npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz',
45686npm verb addRemoteTarball '556c137b258f942b8776f5b2ef582aa069d7d1b1' ]
45687npm verb get http://registry.npmjs.org/stringset not expired, no request
45688npm verb addNamed "0.2.1" is a plain semver version for stringset
45689npm http 200 http://registry.npmjs.org/convert-source-map
45690npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45691npm verb headers etag: '"71JFAS53ENRGFWNJBS50LPU1S"',
45692npm verb headers 'content-type': 'application/json',
45693npm verb headers 'cache-control': 'max-age=60',
45694npm verb headers 'content-length': '33191',
45695npm verb headers 'accept-ranges': 'bytes',
45696npm verb headers date: 'Tue, 29 Dec 2015 19:33:16 GMT',
45697npm verb headers age: '42',
45698npm verb headers 'x-served-by': 'cache-ams4143-AMS',
45699npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45700npm verb headers 'x-cache-hits': '1',
45701npm verb headers 'x-timer': 'S1451417596.396831,VS0,VE0',
45702npm verb headers vary: 'Accept',
45703npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45704npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45705npm verb headers connection: 'keep-alive' }
45706npm verb get saving convert-source-map to /root/.npm/registry.npmjs.org/convert-source-map/.cache.json
45707npm http 200 http://registry.npmjs.org/tryor
45708npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45709npm verb headers etag: '"9BOPKIK4TCDM9PH8KCM8H98I7"',
45710npm verb headers 'content-type': 'application/json',
45711npm verb headers 'cache-control': 'max-age=300',
45712npm verb headers 'content-length': '6353',
45713npm verb headers 'accept-ranges': 'bytes',
45714npm verb headers date: 'Tue, 29 Dec 2015 19:33:16 GMT',
45715npm verb headers age: '269',
45716npm verb headers 'x-served-by': 'cache-ams4146-AMS',
45717npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45718npm verb headers 'x-cache-hits': '1',
45719npm verb headers 'x-timer': 'S1451417596.396919,VS0,VE0',
45720npm verb headers vary: 'Accept',
45721npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45722npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45723npm verb headers connection: 'keep-alive' }
45724npm verb get saving tryor to /root/.npm/registry.npmjs.org/tryor/.cache.json
45725npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz
45726npm http fetch 200 http://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz
45727npm verb addRemoteTarball http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz not in flight; adding
45728npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz',
45729npm verb addRemoteTarball 'ef259c4e349344377fcd1c913dd2e848c9c042b5' ]
45730npm info retry fetch attempt 1 at 19:33:16
45731npm info attempt registry request try #1 at 19:33:16
45732npm http fetch GET http://registry.npmjs.org/alter/-/alter-0.2.0.tgz
45733npm info retry fetch attempt 1 at 19:33:16
45734npm info attempt registry request try #1 at 19:33:16
45735npm http fetch GET http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz
45736npm info retry fetch attempt 1 at 19:33:16
45737npm info attempt registry request try #1 at 19:33:16
45738npm http fetch GET http://registry.npmjs.org/ordered-ast-traverse/-/ordered-ast-traverse-0.1.1.tgz
45739npm info retry fetch attempt 1 at 19:33:16
45740npm info attempt registry request try #1 at 19:33:16
45741npm http fetch GET http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz
45742npm info retry fetch attempt 1 at 19:33:16
45743npm info attempt registry request try #1 at 19:33:16
45744npm http fetch GET http://registry.npmjs.org/stable/-/stable-0.1.5.tgz
45745npm info retry fetch attempt 1 at 19:33:16
45746npm info attempt registry request try #1 at 19:33:16
45747npm http fetch GET http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz
45748npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
45749npm info retry fetch attempt 1 at 19:33:16
45750npm info attempt registry request try #1 at 19:33:16
45751npm http fetch GET http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz
45752npm http fetch 200 http://registry.npmjs.org/alter/-/alter-0.2.0.tgz
45753npm http fetch 200 http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz
45754npm http fetch 200 http://registry.npmjs.org/stable/-/stable-0.1.5.tgz
45755npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/source-map/-/source-map-0.1.43.tgz not in flight; adding
45756npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.1.43
45757npm http fetch 200 http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz
45758npm http fetch 200 http://registry.npmjs.org/ordered-ast-traverse/-/ordered-ast-traverse-0.1.1.tgz
45759npm http fetch 200 http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz
45760npm verb cache add spec convert-source-map@~0.4.0
45761npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for convert-source-map
45762npm verb addNameRange registry:http://registry.npmjs.org/convert-source-map not in flight; fetching
45763npm verb cache add spec tryor@~0.1.2
45764npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for tryor
45765npm verb addNameRange registry:http://registry.npmjs.org/tryor not in flight; fetching
45766npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/esprima/-/esprima-1.2.5.tgz not in flight; adding
45767npm verb addTmpTarball already have metadata; skipping unpack for esprima@1.2.5
45768npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/alter/-/alter-0.2.0.tgz not in flight; adding
45769npm verb addTmpTarball already have metadata; skipping unpack for alter@0.2.0
45770npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz not in flight; adding
45771npm verb addTmpTarball already have metadata; skipping unpack for simple-fmt@0.1.0
45772npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/stable/-/stable-0.1.5.tgz not in flight; adding
45773npm verb addTmpTarball already have metadata; skipping unpack for stable@0.1.5
45774npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/stringset/-/stringset-0.2.1.tgz not in flight; adding
45775npm verb addTmpTarball already have metadata; skipping unpack for stringset@0.2.1
45776npm verb get http://registry.npmjs.org/convert-source-map not expired, no request
45777npm verb addNamed "0.4.1" is a plain semver version for convert-source-map
45778npm verb get http://registry.npmjs.org/tryor not expired, no request
45779npm verb addNamed "0.1.2" is a plain semver version for tryor
45780npm verb afterAdd /root/.npm/source-map/0.1.43/package/package.json not in flight; writing
45781npm verb addRemoteTarball http://registry.npmjs.org/convert-source-map/-/convert-source-map-0.4.1.tgz not in flight; adding
45782npm verb addRemoteTarball [ 'http://registry.npmjs.org/convert-source-map/-/convert-source-map-0.4.1.tgz',
45783npm verb addRemoteTarball 'f919a0099fe31f80fc5a1d0eb303161b394070c7' ]
45784npm verb addRemoteTarball http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz not in flight; adding
45785npm verb addRemoteTarball [ 'http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz',
45786npm verb addRemoteTarball '8145e4ca7caff40acde3ccf946e8b8bb75b4172b' ]
45787npm info retry fetch attempt 1 at 19:33:16
45788npm info attempt registry request try #1 at 19:33:17
45789npm http fetch GET http://registry.npmjs.org/convert-source-map/-/convert-source-map-0.4.1.tgz
45790npm info retry fetch attempt 1 at 19:33:17
45791npm info attempt registry request try #1 at 19:33:17
45792npm http fetch GET http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz
45793npm verb afterAdd /root/.npm/source-map/0.1.43/package/package.json written
45794npm verb afterAdd /root/.npm/esprima/1.2.5/package/package.json not in flight; writing
45795npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ordered-ast-traverse/-/ordered-ast-traverse-0.1.1.tgz not in flight; adding
45796npm verb addTmpTarball already have metadata; skipping unpack for ordered-ast-traverse@0.1.1
45797npm verb afterAdd /root/.npm/alter/0.2.0/package/package.json not in flight; writing
45798npm verb afterAdd /root/.npm/simple-fmt/0.1.0/package/package.json not in flight; writing
45799npm verb afterAdd /root/.npm/stable/0.1.5/package/package.json not in flight; writing
45800npm verb afterAdd /root/.npm/esprima/1.2.5/package/package.json written
45801npm verb afterAdd /root/.npm/stringset/0.2.1/package/package.json not in flight; writing
45802npm http fetch 200 http://registry.npmjs.org/convert-source-map/-/convert-source-map-0.4.1.tgz
45803npm http fetch 200 http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz
45804npm verb afterAdd /root/.npm/alter/0.2.0/package/package.json written
45805npm verb afterAdd /root/.npm/simple-fmt/0.1.0/package/package.json written
45806npm verb afterAdd /root/.npm/stable/0.1.5/package/package.json written
45807npm verb afterAdd /root/.npm/stringset/0.2.1/package/package.json written
45808npm verb afterAdd /root/.npm/ordered-ast-traverse/0.1.1/package/package.json not in flight; writing
45809npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/convert-source-map/-/convert-source-map-0.4.1.tgz not in flight; adding
45810npm verb addTmpTarball already have metadata; skipping unpack for convert-source-map@0.4.1
45811npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tryor/-/tryor-0.1.2.tgz not in flight; adding
45812npm verb addTmpTarball already have metadata; skipping unpack for tryor@0.1.2
45813npm verb afterAdd /root/.npm/ordered-ast-traverse/0.1.1/package/package.json written
45814npm verb afterAdd /root/.npm/convert-source-map/0.4.1/package/package.json not in flight; writing
45815npm verb afterAdd /root/.npm/tryor/0.1.2/package/package.json not in flight; writing
45816npm verb afterAdd /root/.npm/convert-source-map/0.4.1/package/package.json written
45817npm verb afterAdd /root/.npm/tryor/0.1.2/package/package.json written
45818npm http fetch 200 http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz
45819npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz not in flight; adding
45820npm verb addTmpTarball already have metadata; skipping unpack for simple-is@0.2.0
45821npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz not in flight; adding
45822npm verb addTmpTarball already have metadata; skipping unpack for stringmap@0.2.2
45823npm verb afterAdd /root/.npm/simple-is/0.2.0/package/package.json not in flight; writing
45824npm verb afterAdd /root/.npm/simple-is/0.2.0/package/package.json written
45825npm verb afterAdd /root/.npm/stringmap/0.2.2/package/package.json not in flight; writing
45826npm verb afterAdd /root/.npm/stringmap/0.2.2/package/package.json written
45827npm verb cache add spec minimist@~0.0.1
45828npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
45829npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
45830npm verb get http://registry.npmjs.org/minimist not expired, no request
45831npm verb addNamed "0.0.10" is a plain semver version for minimist
45832npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
45833npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
45834npm verb request uri http://registry.npmjs.org/ordered-esprima-props
45835npm verb request no auth needed
45836npm info attempt registry request try #1 at 19:33:17
45837npm http request GET http://registry.npmjs.org/ordered-esprima-props
45838npm http 200 http://registry.npmjs.org/ordered-esprima-props
45839npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45840npm verb headers etag: '"BLP7BZMUN37UUC1NWK5H6RO1M"',
45841npm verb headers 'content-type': 'application/json',
45842npm verb headers 'cache-control': 'max-age=300',
45843npm verb headers 'content-length': '3191',
45844npm verb headers 'accept-ranges': 'bytes',
45845npm verb headers date: 'Tue, 29 Dec 2015 19:33:17 GMT',
45846npm verb headers age: '218',
45847npm verb headers 'x-served-by': 'cache-fra1231-FRA',
45848npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45849npm verb headers 'x-cache-hits': '2',
45850npm verb headers 'x-timer': 'S1451417597.310893,VS0,VE0',
45851npm verb headers vary: 'Accept',
45852npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45853npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45854npm verb headers connection: 'keep-alive' }
45855npm verb get saving ordered-esprima-props to /root/.npm/registry.npmjs.org/ordered-esprima-props/.cache.json
45856npm verb cache add spec ordered-esprima-props@~1.0.0
45857npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ordered-esprima-props
45858npm verb addNameRange registry:http://registry.npmjs.org/ordered-esprima-props not in flight; fetching
45859npm verb get http://registry.npmjs.org/ordered-esprima-props not expired, no request
45860npm verb addNamed "1.0.0" is a plain semver version for ordered-esprima-props
45861npm verb addRemoteTarball http://registry.npmjs.org/ordered-esprima-props/-/ordered-esprima-props-1.0.0.tgz not in flight; adding
45862npm verb addRemoteTarball [ 'http://registry.npmjs.org/ordered-esprima-props/-/ordered-esprima-props-1.0.0.tgz',
45863npm verb addRemoteTarball '0c7cce28ab92b9351b3a281806d674bea3443a2e' ]
45864npm info retry fetch attempt 1 at 19:33:17
45865npm info attempt registry request try #1 at 19:33:17
45866npm http fetch GET http://registry.npmjs.org/ordered-esprima-props/-/ordered-esprima-props-1.0.0.tgz
45867npm http fetch 200 http://registry.npmjs.org/ordered-esprima-props/-/ordered-esprima-props-1.0.0.tgz
45868npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ordered-esprima-props/-/ordered-esprima-props-1.0.0.tgz not in flight; adding
45869npm verb addTmpTarball already have metadata; skipping unpack for ordered-esprima-props@1.0.0
45870npm verb afterAdd /root/.npm/ordered-esprima-props/1.0.0/package/package.json not in flight; writing
45871npm verb afterAdd /root/.npm/ordered-esprima-props/1.0.0/package/package.json written
45872npm verb request uri http://registry.npmjs.org/node-inspector
45873npm verb request no auth needed
45874npm info attempt registry request try #1 at 19:33:17
45875npm http request GET http://registry.npmjs.org/node-inspector
45876npm http 200 http://registry.npmjs.org/node-inspector
45877npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45878npm verb headers etag: '"69GDEU3I8X8D81JZ6VWCCD3K5"',
45879npm verb headers 'content-type': 'application/json',
45880npm verb headers 'cache-control': 'max-age=300',
45881npm verb headers 'content-length': '141773',
45882npm verb headers 'accept-ranges': 'bytes',
45883npm verb headers date: 'Tue, 29 Dec 2015 19:33:17 GMT',
45884npm verb headers age: '103',
45885npm verb headers 'x-served-by': 'cache-ams4146-AMS',
45886npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45887npm verb headers 'x-cache-hits': '1',
45888npm verb headers 'x-timer': 'S1451417597.433221,VS0,VE1',
45889npm verb headers vary: 'Accept',
45890npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45891npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45892npm verb headers connection: 'keep-alive' }
45893npm verb get saving node-inspector to /root/.npm/registry.npmjs.org/node-inspector/.cache.json
45894npm verb cache add spec node-inspector@^0.9.0
45895npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for node-inspector
45896npm verb addNameRange registry:http://registry.npmjs.org/node-inspector not in flight; fetching
45897npm verb get http://registry.npmjs.org/node-inspector not expired, no request
45898npm verb addNamed "0.9.2" is a plain semver version for node-inspector
45899npm verb addRemoteTarball http://registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz not in flight; adding
45900npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz',
45901npm verb addRemoteTarball 'f25e2be0dbd672f7f09b50af01ef81da3157ae7c' ]
45902npm info retry fetch attempt 1 at 19:33:17
45903npm info attempt registry request try #1 at 19:33:17
45904npm http fetch GET http://registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz
45905npm http fetch 200 http://registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz
45906npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/node-inspector/-/node-inspector-0.9.2.tgz not in flight; adding
45907npm verb addTmpTarball already have metadata; skipping unpack for node-inspector@0.9.2
45908npm verb afterAdd /root/.npm/node-inspector/0.9.2/package/package.json not in flight; writing
45909npm verb afterAdd /root/.npm/node-inspector/0.9.2/package/package.json written
45910npm verb cache add spec express@^4.8.0
45911npm verb cache add spec serve-favicon@^2.1.1
45912npm verb cache add spec async@~0.9
45913npm verb cache add spec glob@^4.3.5
45914npm verb cache add spec ws@~0.4.31
45915npm verb cache add spec yargs@^1.2.1
45916npm verb cache add spec semver@^3.0.1
45917npm verb addNamed ">=4.8.0 <5.0.0" is a valid semver range for express
45918npm verb addNameRange registry:http://registry.npmjs.org/express not in flight; fetching
45919npm verb addNamed ">=2.1.1 <3.0.0" is a valid semver range for serve-favicon
45920npm verb addNameRange registry:http://registry.npmjs.org/serve-favicon not in flight; fetching
45921npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
45922npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
45923npm verb addNamed ">=4.3.5 <5.0.0" is a valid semver range for glob
45924npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
45925npm verb addNamed ">=0.4.31 <0.5.0" is a valid semver range for ws
45926npm verb addNameRange registry:http://registry.npmjs.org/ws not in flight; fetching
45927npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for yargs
45928npm verb addNameRange registry:http://registry.npmjs.org/yargs not in flight; fetching
45929npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for semver
45930npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
45931npm verb request uri http://registry.npmjs.org/rc
45932npm verb request no auth needed
45933npm info attempt registry request try #1 at 19:33:19
45934npm http request GET http://registry.npmjs.org/rc
45935npm verb request uri http://registry.npmjs.org/strong-data-uri
45936npm verb request no auth needed
45937npm info attempt registry request try #1 at 19:33:19
45938npm http request GET http://registry.npmjs.org/strong-data-uri
45939npm verb request uri http://registry.npmjs.org/biased-opener
45940npm verb request no auth needed
45941npm info attempt registry request try #1 at 19:33:19
45942npm http request GET http://registry.npmjs.org/biased-opener
45943npm verb request uri http://registry.npmjs.org/v8-debug
45944npm verb request no auth needed
45945npm info attempt registry request try #1 at 19:33:19
45946npm http request GET http://registry.npmjs.org/v8-debug
45947npm verb request uri http://registry.npmjs.org/v8-profiler
45948npm verb request no auth needed
45949npm info attempt registry request try #1 at 19:33:19
45950npm http request GET http://registry.npmjs.org/v8-profiler
45951npm verb request uri http://registry.npmjs.org/serve-favicon
45952npm verb request no auth needed
45953npm info attempt registry request try #1 at 19:33:19
45954npm verb etag "2CF52I28MTEPSZWDG7L6ICLC3"
45955npm http request GET http://registry.npmjs.org/serve-favicon
45956npm verb get http://registry.npmjs.org/async not expired, no request
45957npm verb addNamed "0.9.2" is a plain semver version for async
45958npm verb get http://registry.npmjs.org/glob not expired, no request
45959npm verb addNamed "4.5.3" is a plain semver version for glob
45960npm verb request uri http://registry.npmjs.org/ws
45961npm verb request no auth needed
45962npm info attempt registry request try #1 at 19:33:19
45963npm verb etag "BYI4IQ4WXFILP90GIM24NOJYA"
45964npm http request GET http://registry.npmjs.org/ws
45965npm verb request uri http://registry.npmjs.org/semver
45966npm verb request no auth needed
45967npm info attempt registry request try #1 at 19:33:19
45968npm verb etag "9AKHVLXH1EZXB2URR2AGEIANA"
45969npm http request GET http://registry.npmjs.org/semver
45970npm verb request uri http://registry.npmjs.org/yargs
45971npm verb request no auth needed
45972npm info attempt registry request try #1 at 19:33:19
45973npm verb etag "7EKDP4FRWZTLN3TSSF6L8LBTH"
45974npm http request GET http://registry.npmjs.org/yargs
45975npm verb request uri http://registry.npmjs.org/express
45976npm verb request no auth needed
45977npm info attempt registry request try #1 at 19:33:19
45978npm verb etag "957DV0XVI0S3WZBW2MBRA91JF"
45979npm http request GET http://registry.npmjs.org/express
45980npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-4.5.3.tgz not in flight; adding
45981npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-4.5.3.tgz',
45982npm verb addRemoteTarball 'c6cb73d3226c1efef04de3c56d012f03377ee15f' ]
45983npm http 200 http://registry.npmjs.org/rc
45984npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45985npm verb headers etag: '"5OJSP8Q6OTG0F2ZESZULG88PD"',
45986npm verb headers 'content-type': 'application/json',
45987npm verb headers 'cache-control': 'max-age=300',
45988npm verb headers 'content-length': '43860',
45989npm verb headers 'accept-ranges': 'bytes',
45990npm verb headers date: 'Tue, 29 Dec 2015 19:33:19 GMT',
45991npm verb headers age: '67',
45992npm verb headers 'x-served-by': 'cache-fra1231-FRA',
45993npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
45994npm verb headers 'x-cache-hits': '2',
45995npm verb headers 'x-timer': 'S1451417599.871772,VS0,VE0',
45996npm verb headers vary: 'Accept',
45997npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
45998npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
45999npm verb headers connection: 'keep-alive' }
46000npm verb get saving rc to /root/.npm/registry.npmjs.org/rc/.cache.json
46001npm http 200 http://registry.npmjs.org/biased-opener
46002npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46003npm verb headers etag: '"CDQRFODDSQ9N3MPR80NECPHYN"',
46004npm verb headers 'content-type': 'application/json',
46005npm verb headers 'cache-control': 'max-age=300',
46006npm verb headers 'content-length': '14279',
46007npm verb headers 'accept-ranges': 'bytes',
46008npm verb headers date: 'Tue, 29 Dec 2015 19:33:19 GMT',
46009npm verb headers age: '123',
46010npm verb headers 'x-served-by': 'cache-fra1226-FRA',
46011npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46012npm verb headers 'x-cache-hits': '2',
46013npm verb headers 'x-timer': 'S1451417599.871811,VS0,VE0',
46014npm verb headers vary: 'Accept',
46015npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46016npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46017npm verb headers connection: 'keep-alive' }
46018npm verb get saving biased-opener to /root/.npm/registry.npmjs.org/biased-opener/.cache.json
46019npm http 200 http://registry.npmjs.org/v8-profiler
46020npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46021npm verb headers etag: '"5PY5D2NY8S2ZS0M5SXPHCV59P"',
46022npm verb headers 'content-type': 'application/json',
46023npm verb headers 'cache-control': 'max-age=300',
46024npm verb headers 'content-length': '43978',
46025npm verb headers 'accept-ranges': 'bytes',
46026npm verb headers date: 'Tue, 29 Dec 2015 19:33:19 GMT',
46027npm verb headers age: '123',
46028npm verb headers 'x-served-by': 'cache-fra1223-FRA',
46029npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46030npm verb headers 'x-cache-hits': '1',
46031npm verb headers 'x-timer': 'S1451417599.872257,VS0,VE0',
46032npm verb headers vary: 'Accept',
46033npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46034npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46035npm verb headers connection: 'keep-alive' }
46036npm verb get saving v8-profiler to /root/.npm/registry.npmjs.org/v8-profiler/.cache.json
46037npm http 304 http://registry.npmjs.org/ws
46038npm verb headers { date: 'Tue, 29 Dec 2015 19:31:43 GMT',
46039npm verb headers 'content-type': 'application/json',
46040npm verb headers age: '144',
46041npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
46042npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
46043npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
46044npm verb headers connection: 'keep-alive' }
46045npm verb etag http://registry.npmjs.org/ws from cache
46046npm verb get saving ws to /root/.npm/registry.npmjs.org/ws/.cache.json
46047npm http 304 http://registry.npmjs.org/semver
46048npm verb headers { date: 'Tue, 29 Dec 2015 19:32:48 GMT',
46049npm verb headers 'content-type': 'application/json',
46050npm verb headers age: '262',
46051npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
46052npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
46053npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
46054npm verb headers connection: 'keep-alive' }
46055npm verb etag http://registry.npmjs.org/semver from cache
46056npm verb get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json
46057npm http 304 http://registry.npmjs.org/serve-favicon
46058npm verb headers { date: 'Tue, 29 Dec 2015 19:33:19 GMT',
46059npm verb headers 'cache-control': 'max-age=300',
46060npm verb headers etag: '"2CF52I28MTEPSZWDG7L6ICLC3"',
46061npm verb headers age: '277',
46062npm verb headers 'x-served-by': 'cache-ams4145-AMS',
46063npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46064npm verb headers 'x-cache-hits': '1',
46065npm verb headers 'x-timer': 'S1451417599.932903,VS0,VE0',
46066npm verb headers vary: 'Accept',
46067npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46068npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46069npm verb headers connection: 'keep-alive' }
46070npm verb etag http://registry.npmjs.org/serve-favicon from cache
46071npm verb get saving serve-favicon to /root/.npm/registry.npmjs.org/serve-favicon/.cache.json
46072npm info retry fetch attempt 1 at 19:33:20
46073npm info attempt registry request try #1 at 19:33:20
46074npm http fetch GET http://registry.npmjs.org/glob/-/glob-4.5.3.tgz
46075npm http 304 http://registry.npmjs.org/yargs
46076npm verb headers { date: 'Tue, 29 Dec 2015 19:31:21 GMT',
46077npm verb headers 'content-type': 'application/json',
46078npm verb headers age: '189',
46079npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
46080npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
46081npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
46082npm verb headers connection: 'keep-alive' }
46083npm verb etag http://registry.npmjs.org/yargs from cache
46084npm verb get saving yargs to /root/.npm/registry.npmjs.org/yargs/.cache.json
46085npm http 304 http://registry.npmjs.org/express
46086npm verb headers { date: 'Tue, 29 Dec 2015 19:33:20 GMT',
46087npm verb headers 'cache-control': 'max-age=300',
46088npm verb headers etag: '"957DV0XVI0S3WZBW2MBRA91JF"',
46089npm verb headers age: '139',
46090npm verb headers 'x-served-by': 'cache-ams4145-AMS',
46091npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46092npm verb headers 'x-cache-hits': '2',
46093npm verb headers 'x-timer': 'S1451417600.088981,VS0,VE0',
46094npm verb headers vary: 'Accept',
46095npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46096npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46097npm verb headers connection: 'keep-alive' }
46098npm verb etag http://registry.npmjs.org/express from cache
46099npm verb get saving express to /root/.npm/registry.npmjs.org/express/.cache.json
46100npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
46101npm http fetch 200 http://registry.npmjs.org/glob/-/glob-4.5.3.tgz
46102npm verb cache add spec biased-opener@~0.2.2
46103npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for biased-opener
46104npm verb addNameRange registry:http://registry.npmjs.org/biased-opener not in flight; fetching
46105npm verb cache add spec v8-profiler@~5.2.4
46106npm verb addNamed ">=5.2.4 <5.3.0" is a valid semver range for v8-profiler
46107npm verb addNameRange registry:http://registry.npmjs.org/v8-profiler not in flight; fetching
46108npm verb cache add spec rc@~0.5.0
46109npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for rc
46110npm verb addNameRange registry:http://registry.npmjs.org/rc not in flight; fetching
46111npm verb addNamed "3.0.1" is a plain semver version for semver
46112npm verb addNamed "2.3.0" is a plain semver version for serve-favicon
46113npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
46114npm http 200 http://registry.npmjs.org/strong-data-uri
46115npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46116npm verb headers etag: '"6KLISMQ0RAQL2CUVLGA31BDU5"',
46117npm verb headers 'content-type': 'application/json',
46118npm verb headers 'cache-control': 'max-age=300',
46119npm verb headers 'content-length': '11744',
46120npm verb headers 'accept-ranges': 'bytes',
46121npm verb headers date: 'Tue, 29 Dec 2015 19:33:19 GMT',
46122npm verb headers age: '124',
46123npm verb headers 'x-served-by': 'cache-fra1232-FRA',
46124npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46125npm verb headers 'x-cache-hits': '1',
46126npm verb headers 'x-timer': 'S1451417599.871704,VS0,VE0',
46127npm verb headers vary: 'Accept',
46128npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46129npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46130npm verb headers connection: 'keep-alive' }
46131npm verb get saving strong-data-uri to /root/.npm/registry.npmjs.org/strong-data-uri/.cache.json
46132npm http 200 http://registry.npmjs.org/v8-debug
46133npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46134npm verb headers etag: '"196KB000PLW48RON1KH8G9ZQW"',
46135npm verb headers 'content-type': 'application/json',
46136npm verb headers 'cache-control': 'max-age=300',
46137npm verb headers 'content-length': '42511',
46138npm verb headers 'accept-ranges': 'bytes',
46139npm verb headers date: 'Tue, 29 Dec 2015 19:33:19 GMT',
46140npm verb headers age: '145',
46141npm verb headers 'x-served-by': 'cache-ams4146-AMS',
46142npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46143npm verb headers 'x-cache-hits': '1',
46144npm verb headers 'x-timer': 'S1451417599.875191,VS0,VE0',
46145npm verb headers vary: 'Accept',
46146npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46147npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46148npm verb headers connection: 'keep-alive' }
46149npm verb get saving v8-debug to /root/.npm/registry.npmjs.org/v8-debug/.cache.json
46150npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-3.0.1.tgz not in flight; adding
46151npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-3.0.1.tgz',
46152npm verb addRemoteTarball '720ac012515a252f91fb0dd2e99a56a70d6cf078' ]
46153npm verb addRemoteTarball http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz not in flight; adding
46154npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz',
46155npm verb addRemoteTarball 'aed36cc6834069a6f189cc7222c6a1a811dc5b39' ]
46156npm verb addNamed "0.4.32" is a plain semver version for ws
46157npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/glob/-/glob-4.5.3.tgz not in flight; adding
46158npm verb addTmpTarball already have metadata; skipping unpack for glob@4.5.3
46159npm verb addNamed "1.3.3" is a plain semver version for yargs
46160npm verb addNamed "4.13.3" is a plain semver version for express
46161npm info retry fetch attempt 1 at 19:33:20
46162npm info attempt registry request try #1 at 19:33:20
46163npm http fetch GET http://registry.npmjs.org/semver/-/semver-3.0.1.tgz
46164npm verb addRemoteTarball http://registry.npmjs.org/ws/-/ws-0.4.32.tgz not in flight; adding
46165npm verb addRemoteTarball [ 'http://registry.npmjs.org/ws/-/ws-0.4.32.tgz',
46166npm verb addRemoteTarball '787a6154414f3c99ed83c5772153b20feb0cec32' ]
46167npm info retry fetch attempt 1 at 19:33:20
46168npm info attempt registry request try #1 at 19:33:20
46169npm http fetch GET http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz
46170npm verb addRemoteTarball http://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz not in flight; adding
46171npm verb addRemoteTarball [ 'http://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz',
46172npm verb addRemoteTarball '054de8b61f22eefdb7207059eaef9d6b83fb931a' ]
46173npm verb addRemoteTarball http://registry.npmjs.org/express/-/express-4.13.3.tgz not in flight; adding
46174npm verb addRemoteTarball [ 'http://registry.npmjs.org/express/-/express-4.13.3.tgz',
46175npm verb addRemoteTarball 'ddb2f1fb4502bf33598d2b032b037960ca6c80a3' ]
46176npm verb get http://registry.npmjs.org/biased-opener not expired, no request
46177npm verb addNamed "0.2.7" is a plain semver version for biased-opener
46178npm verb get http://registry.npmjs.org/v8-profiler not expired, no request
46179npm verb addNamed "5.2.12" is a plain semver version for v8-profiler
46180npm verb get http://registry.npmjs.org/rc not expired, no request
46181npm verb addNamed "0.5.5" is a plain semver version for rc
46182npm info retry fetch attempt 1 at 19:33:20
46183npm info attempt registry request try #1 at 19:33:20
46184npm http fetch GET http://registry.npmjs.org/ws/-/ws-0.4.32.tgz
46185npm info retry fetch attempt 1 at 19:33:20
46186npm info attempt registry request try #1 at 19:33:20
46187npm http fetch GET http://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz
46188npm info retry fetch attempt 1 at 19:33:20
46189npm info attempt registry request try #1 at 19:33:20
46190npm http fetch GET http://registry.npmjs.org/express/-/express-4.13.3.tgz
46191npm verb addRemoteTarball http://registry.npmjs.org/biased-opener/-/biased-opener-0.2.7.tgz not in flight; adding
46192npm verb addRemoteTarball [ 'http://registry.npmjs.org/biased-opener/-/biased-opener-0.2.7.tgz',
46193npm verb addRemoteTarball '76695cc0637d39d0211df2b024ca4f493e367c27' ]
46194npm verb addRemoteTarball http://registry.npmjs.org/v8-profiler/-/v8-profiler-5.2.12.tgz not in flight; adding
46195npm verb addRemoteTarball [ 'http://registry.npmjs.org/v8-profiler/-/v8-profiler-5.2.12.tgz',
46196npm verb addRemoteTarball '5764b8de9739020d45859542090890657d52c363' ]
46197npm verb addRemoteTarball http://registry.npmjs.org/rc/-/rc-0.5.5.tgz not in flight; adding
46198npm verb addRemoteTarball [ 'http://registry.npmjs.org/rc/-/rc-0.5.5.tgz',
46199npm verb addRemoteTarball '541cc3300f464b6dfe6432d756f0f2dd3e9eb199' ]
46200npm http fetch 200 http://registry.npmjs.org/semver/-/semver-3.0.1.tgz
46201npm http fetch 200 http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz
46202npm http fetch 200 http://registry.npmjs.org/express/-/express-4.13.3.tgz
46203npm http fetch 200 http://registry.npmjs.org/ws/-/ws-0.4.32.tgz
46204npm http fetch 200 http://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz
46205npm info retry fetch attempt 1 at 19:33:20
46206npm info attempt registry request try #1 at 19:33:20
46207npm http fetch GET http://registry.npmjs.org/biased-opener/-/biased-opener-0.2.7.tgz
46208npm info retry fetch attempt 1 at 19:33:20
46209npm info attempt registry request try #1 at 19:33:20
46210npm http fetch GET http://registry.npmjs.org/v8-profiler/-/v8-profiler-5.2.12.tgz
46211npm info retry fetch attempt 1 at 19:33:20
46212npm info attempt registry request try #1 at 19:33:20
46213npm http fetch GET http://registry.npmjs.org/rc/-/rc-0.5.5.tgz
46214npm verb cache add spec strong-data-uri@~0.1.0
46215npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strong-data-uri
46216npm verb addNameRange registry:http://registry.npmjs.org/strong-data-uri not in flight; fetching
46217npm verb cache add spec v8-debug@~0.4.2
46218npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for v8-debug
46219npm verb addNameRange registry:http://registry.npmjs.org/v8-debug not in flight; fetching
46220npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json not in flight; writing
46221npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/semver/-/semver-3.0.1.tgz not in flight; adding
46222npm verb addTmpTarball already have metadata; skipping unpack for semver@3.0.1
46223npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz not in flight; adding
46224npm verb addTmpTarball already have metadata; skipping unpack for serve-favicon@2.3.0
46225npm http fetch 200 http://registry.npmjs.org/v8-profiler/-/v8-profiler-5.2.12.tgz
46226npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/express/-/express-4.13.3.tgz not in flight; adding
46227npm verb addTmpTarball already have metadata; skipping unpack for express@4.13.3
46228npm http fetch 200 http://registry.npmjs.org/rc/-/rc-0.5.5.tgz
46229npm http fetch 200 http://registry.npmjs.org/biased-opener/-/biased-opener-0.2.7.tgz
46230npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ws/-/ws-0.4.32.tgz not in flight; adding
46231npm verb addTmpTarball already have metadata; skipping unpack for ws@0.4.32
46232npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/yargs/-/yargs-1.3.3.tgz not in flight; adding
46233npm verb addTmpTarball already have metadata; skipping unpack for yargs@1.3.3
46234npm verb get http://registry.npmjs.org/strong-data-uri not expired, no request
46235npm verb addNamed "0.1.1" is a plain semver version for strong-data-uri
46236npm verb get http://registry.npmjs.org/v8-debug not expired, no request
46237npm verb addNamed "0.4.6" is a plain semver version for v8-debug
46238npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json written
46239npm verb addRemoteTarball http://registry.npmjs.org/strong-data-uri/-/strong-data-uri-0.1.1.tgz not in flight; adding
46240npm verb addRemoteTarball [ 'http://registry.npmjs.org/strong-data-uri/-/strong-data-uri-0.1.1.tgz',
46241npm verb addRemoteTarball '8660241807461d1d2dd247c70563f2f33e66c8ab' ]
46242npm verb addRemoteTarball http://registry.npmjs.org/v8-debug/-/v8-debug-0.4.6.tgz not in flight; adding
46243npm verb addRemoteTarball [ 'http://registry.npmjs.org/v8-debug/-/v8-debug-0.4.6.tgz',
46244npm verb addRemoteTarball '00a0aa15bec4066753c1e4a2e36166ce63e4f409' ]
46245npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/v8-profiler/-/v8-profiler-5.2.12.tgz not in flight; adding
46246npm verb addTmpTarball already have metadata; skipping unpack for v8-profiler@5.2.12
46247npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/rc/-/rc-0.5.5.tgz not in flight; adding
46248npm verb addTmpTarball already have metadata; skipping unpack for rc@0.5.5
46249npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/biased-opener/-/biased-opener-0.2.7.tgz not in flight; adding
46250npm verb addTmpTarball already have metadata; skipping unpack for biased-opener@0.2.7
46251npm info retry fetch attempt 1 at 19:33:20
46252npm info attempt registry request try #1 at 19:33:20
46253npm http fetch GET http://registry.npmjs.org/v8-debug/-/v8-debug-0.4.6.tgz
46254npm info retry fetch attempt 1 at 19:33:20
46255npm info attempt registry request try #1 at 19:33:20
46256npm http fetch GET http://registry.npmjs.org/strong-data-uri/-/strong-data-uri-0.1.1.tgz
46257npm verb afterAdd /root/.npm/semver/3.0.1/package/package.json not in flight; writing
46258npm verb afterAdd /root/.npm/serve-favicon/2.3.0/package/package.json not in flight; writing
46259npm verb afterAdd /root/.npm/express/4.13.3/package/package.json not in flight; writing
46260npm verb afterAdd /root/.npm/ws/0.4.32/package/package.json not in flight; writing
46261npm verb afterAdd /root/.npm/yargs/1.3.3/package/package.json not in flight; writing
46262npm verb afterAdd /root/.npm/serve-favicon/2.3.0/package/package.json written
46263npm verb afterAdd /root/.npm/semver/3.0.1/package/package.json written
46264npm verb afterAdd /root/.npm/express/4.13.3/package/package.json written
46265npm http fetch 200 http://registry.npmjs.org/strong-data-uri/-/strong-data-uri-0.1.1.tgz
46266npm http fetch 200 http://registry.npmjs.org/v8-debug/-/v8-debug-0.4.6.tgz
46267npm verb afterAdd /root/.npm/ws/0.4.32/package/package.json written
46268npm verb afterAdd /root/.npm/v8-profiler/5.2.12/package/package.json not in flight; writing
46269npm verb afterAdd /root/.npm/yargs/1.3.3/package/package.json written
46270npm verb afterAdd /root/.npm/rc/0.5.5/package/package.json not in flight; writing
46271npm verb afterAdd /root/.npm/biased-opener/0.2.7/package/package.json not in flight; writing
46272npm verb afterAdd /root/.npm/v8-profiler/5.2.12/package/package.json written
46273npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/strong-data-uri/-/strong-data-uri-0.1.1.tgz not in flight; adding
46274npm verb addTmpTarball already have metadata; skipping unpack for strong-data-uri@0.1.1
46275npm verb afterAdd /root/.npm/rc/0.5.5/package/package.json written
46276npm verb afterAdd /root/.npm/biased-opener/0.2.7/package/package.json written
46277npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/v8-debug/-/v8-debug-0.4.6.tgz not in flight; adding
46278npm verb addTmpTarball already have metadata; skipping unpack for v8-debug@0.4.6
46279npm verb afterAdd /root/.npm/strong-data-uri/0.1.1/package/package.json not in flight; writing
46280npm verb afterAdd /root/.npm/strong-data-uri/0.1.1/package/package.json written
46281npm verb afterAdd /root/.npm/v8-debug/0.4.6/package/package.json not in flight; writing
46282npm verb afterAdd /root/.npm/v8-debug/0.4.6/package/package.json written
46283npm verb request uri http://registry.npmjs.org/browser-launcher2
46284npm verb request no auth needed
46285npm info attempt registry request try #1 at 19:33:20
46286npm http request GET http://registry.npmjs.org/browser-launcher2
46287npm verb request uri http://registry.npmjs.org/x-default-browser
46288npm verb request no auth needed
46289npm info attempt registry request try #1 at 19:33:20
46290npm http request GET http://registry.npmjs.org/x-default-browser
46291npm http 200 http://registry.npmjs.org/x-default-browser
46292npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46293npm verb headers etag: '"C5GBENJYZB7ARX91355HBO5HM"',
46294npm verb headers 'content-type': 'application/json',
46295npm verb headers 'cache-control': 'max-age=300',
46296npm verb headers 'content-length': '8172',
46297npm verb headers 'accept-ranges': 'bytes',
46298npm verb headers date: 'Tue, 29 Dec 2015 19:33:20 GMT',
46299npm verb headers age: '123',
46300npm verb headers 'x-served-by': 'cache-fra1223-FRA',
46301npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46302npm verb headers 'x-cache-hits': '1',
46303npm verb headers 'x-timer': 'S1451417600.722478,VS0,VE0',
46304npm verb headers vary: 'Accept',
46305npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46306npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46307npm verb headers connection: 'keep-alive' }
46308npm verb get saving x-default-browser to /root/.npm/registry.npmjs.org/x-default-browser/.cache.json
46309npm http 200 http://registry.npmjs.org/browser-launcher2
46310npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46311npm verb headers etag: '"4WZJIXQA0OLIY6WFLWNE43TJ2"',
46312npm verb headers 'content-type': 'application/json',
46313npm verb headers 'cache-control': 'max-age=300',
46314npm verb headers 'content-length': '17852',
46315npm verb headers 'accept-ranges': 'bytes',
46316npm verb headers date: 'Tue, 29 Dec 2015 19:33:20 GMT',
46317npm verb headers age: '258',
46318npm verb headers 'x-served-by': 'cache-ams4146-AMS',
46319npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46320npm verb headers 'x-cache-hits': '1',
46321npm verb headers 'x-timer': 'S1451417600.725514,VS0,VE0',
46322npm verb headers vary: 'Accept',
46323npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46324npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46325npm verb headers connection: 'keep-alive' }
46326npm verb get saving browser-launcher2 to /root/.npm/registry.npmjs.org/browser-launcher2/.cache.json
46327npm verb cache add spec x-default-browser@~0.3.0
46328npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for x-default-browser
46329npm verb addNameRange registry:http://registry.npmjs.org/x-default-browser not in flight; fetching
46330npm verb cache add spec browser-launcher2@~0.4.6
46331npm verb addNamed ">=0.4.6 <0.5.0" is a valid semver range for browser-launcher2
46332npm verb addNameRange registry:http://registry.npmjs.org/browser-launcher2 not in flight; fetching
46333npm verb get http://registry.npmjs.org/browser-launcher2 not expired, no request
46334npm verb addNamed "0.4.6" is a plain semver version for browser-launcher2
46335npm verb get http://registry.npmjs.org/x-default-browser not expired, no request
46336npm verb addNamed "0.3.1" is a plain semver version for x-default-browser
46337npm verb addRemoteTarball http://registry.npmjs.org/browser-launcher2/-/browser-launcher2-0.4.6.tgz not in flight; adding
46338npm verb addRemoteTarball [ 'http://registry.npmjs.org/browser-launcher2/-/browser-launcher2-0.4.6.tgz',
46339npm verb addRemoteTarball '51598408a13f4c9c5b20eba44554b2c0b0ae4074' ]
46340npm verb addRemoteTarball http://registry.npmjs.org/x-default-browser/-/x-default-browser-0.3.1.tgz not in flight; adding
46341npm verb addRemoteTarball [ 'http://registry.npmjs.org/x-default-browser/-/x-default-browser-0.3.1.tgz',
46342npm verb addRemoteTarball '7f6194154fd1786cf261e68b5488c47127a04977' ]
46343npm info retry fetch attempt 1 at 19:33:20
46344npm info attempt registry request try #1 at 19:33:20
46345npm http fetch GET http://registry.npmjs.org/browser-launcher2/-/browser-launcher2-0.4.6.tgz
46346npm info retry fetch attempt 1 at 19:33:20
46347npm info attempt registry request try #1 at 19:33:20
46348npm http fetch GET http://registry.npmjs.org/x-default-browser/-/x-default-browser-0.3.1.tgz
46349npm http fetch 200 http://registry.npmjs.org/browser-launcher2/-/browser-launcher2-0.4.6.tgz
46350npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/browser-launcher2/-/browser-launcher2-0.4.6.tgz not in flight; adding
46351npm verb addTmpTarball already have metadata; skipping unpack for browser-launcher2@0.4.6
46352npm http fetch 200 http://registry.npmjs.org/x-default-browser/-/x-default-browser-0.3.1.tgz
46353npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/x-default-browser/-/x-default-browser-0.3.1.tgz not in flight; adding
46354npm verb addTmpTarball already have metadata; skipping unpack for x-default-browser@0.3.1
46355npm verb afterAdd /root/.npm/browser-launcher2/0.4.6/package/package.json not in flight; writing
46356npm verb afterAdd /root/.npm/browser-launcher2/0.4.6/package/package.json written
46357npm verb afterAdd /root/.npm/x-default-browser/0.3.1/package/package.json not in flight; writing
46358npm verb afterAdd /root/.npm/x-default-browser/0.3.1/package/package.json written
46359npm verb cache add spec mkdirp@^0.5.0
46360npm verb cache add spec rimraf@~2.2.8
46361npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
46362npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
46363npm verb addNamed ">=2.2.8 <2.3.0" is a valid semver range for rimraf
46364npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
46365npm verb request uri http://registry.npmjs.org/headless
46366npm verb request no auth needed
46367npm info attempt registry request try #1 at 19:33:21
46368npm http request GET http://registry.npmjs.org/headless
46369npm verb request uri http://registry.npmjs.org/plist
46370npm verb request no auth needed
46371npm info attempt registry request try #1 at 19:33:21
46372npm http request GET http://registry.npmjs.org/plist
46373npm verb request uri http://registry.npmjs.org/win-detect-browsers
46374npm verb request no auth needed
46375npm info attempt registry request try #1 at 19:33:21
46376npm http request GET http://registry.npmjs.org/win-detect-browsers
46377npm verb request uri http://registry.npmjs.org/uid
46378npm verb request no auth needed
46379npm info attempt registry request try #1 at 19:33:21
46380npm http request GET http://registry.npmjs.org/uid
46381npm verb get http://registry.npmjs.org/mkdirp not expired, no request
46382npm verb addNamed "0.5.1" is a plain semver version for mkdirp
46383npm verb get http://registry.npmjs.org/rimraf not expired, no request
46384npm verb addNamed "2.2.8" is a plain semver version for rimraf
46385npm http 200 http://registry.npmjs.org/plist
46386npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46387npm verb headers etag: '"2KJ1CKUE1UVRW3BVV1TEIE6KX"',
46388npm verb headers 'content-type': 'application/json',
46389npm verb headers 'cache-control': 'max-age=300',
46390npm verb headers 'content-length': '22150',
46391npm verb headers 'accept-ranges': 'bytes',
46392npm verb headers date: 'Tue, 29 Dec 2015 19:33:21 GMT',
46393npm verb headers age: '282',
46394npm verb headers 'x-served-by': 'cache-fra1226-FRA',
46395npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46396npm verb headers 'x-cache-hits': '27',
46397npm verb headers 'x-timer': 'S1451417601.031400,VS0,VE0',
46398npm verb headers vary: 'Accept',
46399npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46400npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46401npm verb headers connection: 'keep-alive' }
46402npm verb get saving plist to /root/.npm/registry.npmjs.org/plist/.cache.json
46403npm http 200 http://registry.npmjs.org/headless
46404npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46405npm verb headers etag: '"BQU3SI2EXX005M5FQR9WP76CJ"',
46406npm verb headers 'content-type': 'application/json',
46407npm verb headers 'cache-control': 'max-age=300',
46408npm verb headers 'content-length': '15117',
46409npm verb headers 'accept-ranges': 'bytes',
46410npm verb headers date: 'Tue, 29 Dec 2015 19:33:21 GMT',
46411npm verb headers age: '122',
46412npm verb headers 'x-served-by': 'cache-fra1223-FRA',
46413npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46414npm verb headers 'x-cache-hits': '1',
46415npm verb headers 'x-timer': 'S1451417601.031071,VS0,VE0',
46416npm verb headers vary: 'Accept',
46417npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46418npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46419npm verb headers connection: 'keep-alive' }
46420npm verb get saving headless to /root/.npm/registry.npmjs.org/headless/.cache.json
46421npm http 200 http://registry.npmjs.org/win-detect-browsers
46422npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46423npm verb headers etag: '"F58FJJ15B559B6G4GGYLVK0C0"',
46424npm verb headers 'content-type': 'application/json',
46425npm verb headers 'cache-control': 'max-age=300',
46426npm verb headers 'content-length': '15292',
46427npm verb headers 'accept-ranges': 'bytes',
46428npm verb headers date: 'Tue, 29 Dec 2015 19:33:21 GMT',
46429npm verb headers age: '121',
46430npm verb headers 'x-served-by': 'cache-fra1232-FRA',
46431npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46432npm verb headers 'x-cache-hits': '1',
46433npm verb headers 'x-timer': 'S1451417601.031405,VS0,VE2',
46434npm verb headers vary: 'Accept',
46435npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46436npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46437npm verb headers connection: 'keep-alive' }
46438npm verb get saving win-detect-browsers to /root/.npm/registry.npmjs.org/win-detect-browsers/.cache.json
46439npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
46440npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
46441npm verb cache add spec plist@^1.0.1
46442npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for plist
46443npm verb addNameRange registry:http://registry.npmjs.org/plist not in flight; fetching
46444npm verb cache add spec headless@^0.1.7
46445npm verb addNamed ">=0.1.7 <0.2.0" is a valid semver range for headless
46446npm verb addNameRange registry:http://registry.npmjs.org/headless not in flight; fetching
46447npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
46448npm verb cache add spec win-detect-browsers@^1.0.1
46449npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for win-detect-browsers
46450npm verb addNameRange registry:http://registry.npmjs.org/win-detect-browsers not in flight; fetching
46451npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
46452npm verb get http://registry.npmjs.org/plist not expired, no request
46453npm verb addNamed "1.2.0" is a plain semver version for plist
46454npm verb get http://registry.npmjs.org/headless not expired, no request
46455npm verb addNamed "0.1.7" is a plain semver version for headless
46456npm verb get http://registry.npmjs.org/win-detect-browsers not expired, no request
46457npm verb addNamed "1.0.2" is a plain semver version for win-detect-browsers
46458npm verb addRemoteTarball http://registry.npmjs.org/plist/-/plist-1.2.0.tgz not in flight; adding
46459npm verb addRemoteTarball [ 'http://registry.npmjs.org/plist/-/plist-1.2.0.tgz',
46460npm verb addRemoteTarball '084b5093ddc92506e259f874b8d9b1afb8c79593' ]
46461npm verb addRemoteTarball http://registry.npmjs.org/headless/-/headless-0.1.7.tgz not in flight; adding
46462npm verb addRemoteTarball [ 'http://registry.npmjs.org/headless/-/headless-0.1.7.tgz',
46463npm verb addRemoteTarball '6e62fae668947f88184d5c156ede7c5695a7e9c8' ]
46464npm verb addRemoteTarball http://registry.npmjs.org/win-detect-browsers/-/win-detect-browsers-1.0.2.tgz not in flight; adding
46465npm verb addRemoteTarball [ 'http://registry.npmjs.org/win-detect-browsers/-/win-detect-browsers-1.0.2.tgz',
46466npm verb addRemoteTarball 'f45f10d141086c5d94ae14c03b2098440a7e71b0' ]
46467npm info retry fetch attempt 1 at 19:33:21
46468npm info attempt registry request try #1 at 19:33:21
46469npm http fetch GET http://registry.npmjs.org/plist/-/plist-1.2.0.tgz
46470npm info retry fetch attempt 1 at 19:33:21
46471npm info attempt registry request try #1 at 19:33:21
46472npm http fetch GET http://registry.npmjs.org/headless/-/headless-0.1.7.tgz
46473npm info retry fetch attempt 1 at 19:33:21
46474npm info attempt registry request try #1 at 19:33:21
46475npm http fetch GET http://registry.npmjs.org/win-detect-browsers/-/win-detect-browsers-1.0.2.tgz
46476npm http fetch 200 http://registry.npmjs.org/plist/-/plist-1.2.0.tgz
46477npm http fetch 200 http://registry.npmjs.org/headless/-/headless-0.1.7.tgz
46478npm http fetch 200 http://registry.npmjs.org/win-detect-browsers/-/win-detect-browsers-1.0.2.tgz
46479npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/headless/-/headless-0.1.7.tgz not in flight; adding
46480npm verb addTmpTarball already have metadata; skipping unpack for headless@0.1.7
46481npm verb afterAdd /root/.npm/headless/0.1.7/package/package.json not in flight; writing
46482npm verb afterAdd /root/.npm/headless/0.1.7/package/package.json written
46483npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/win-detect-browsers/-/win-detect-browsers-1.0.2.tgz not in flight; adding
46484npm verb addTmpTarball already have metadata; skipping unpack for win-detect-browsers@1.0.2
46485npm http 200 http://registry.npmjs.org/uid
46486npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46487npm verb headers etag: '"1PYAZ2NPOFBX3A19WT0HA1LT1"',
46488npm verb headers 'content-type': 'application/json',
46489npm verb headers 'cache-control': 'max-age=300',
46490npm verb headers 'content-length': '2236',
46491npm verb headers 'accept-ranges': 'bytes',
46492npm verb headers date: 'Tue, 29 Dec 2015 19:33:21 GMT',
46493npm verb headers age: '122',
46494npm verb headers 'x-served-by': 'cache-fra1231-FRA',
46495npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46496npm verb headers 'x-cache-hits': '1',
46497npm verb headers 'x-timer': 'S1451417601.031577,VS0,VE0',
46498npm verb headers vary: 'Accept',
46499npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46500npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46501npm verb headers connection: 'keep-alive' }
46502npm verb get saving uid to /root/.npm/registry.npmjs.org/uid/.cache.json
46503npm verb afterAdd /root/.npm/win-detect-browsers/1.0.2/package/package.json not in flight; writing
46504npm verb afterAdd /root/.npm/win-detect-browsers/1.0.2/package/package.json written
46505npm verb cache add spec uid@0.0.2
46506npm verb addNamed "0.0.2" is a plain semver version for uid
46507npm verb addNameVersion registry:http://registry.npmjs.org/uid not in flight; fetching
46508npm verb get http://registry.npmjs.org/uid not expired, no request
46509npm verb addRemoteTarball http://registry.npmjs.org/uid/-/uid-0.0.2.tgz not in flight; adding
46510npm verb addRemoteTarball [ 'http://registry.npmjs.org/uid/-/uid-0.0.2.tgz',
46511npm verb addRemoteTarball '5e4a5d4b78138b4f70f89fd3c76fc59aa9d2f103' ]
46512npm info retry fetch attempt 1 at 19:33:21
46513npm info attempt registry request try #1 at 19:33:21
46514npm http fetch GET http://registry.npmjs.org/uid/-/uid-0.0.2.tgz
46515npm http fetch 200 http://registry.npmjs.org/uid/-/uid-0.0.2.tgz
46516npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uid/-/uid-0.0.2.tgz not in flight; adding
46517npm verb addTmpTarball already have metadata; skipping unpack for uid@0.0.2
46518npm verb afterAdd /root/.npm/uid/0.0.2/package/package.json not in flight; writing
46519npm verb afterAdd /root/.npm/uid/0.0.2/package/package.json written
46520npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/plist/-/plist-1.2.0.tgz not in flight; adding
46521npm verb addTmpTarball already have metadata; skipping unpack for plist@1.2.0
46522npm verb afterAdd /root/.npm/plist/1.2.0/package/package.json not in flight; writing
46523npm verb afterAdd /root/.npm/plist/1.2.0/package/package.json written
46524npm verb cache add spec minimist@0.0.8
46525npm verb addNamed "0.0.8" is a plain semver version for minimist
46526npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
46527npm verb request uri http://registry.npmjs.org/minimist
46528npm verb request no auth needed
46529npm info attempt registry request try #1 at 19:33:21
46530npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
46531npm http request GET http://registry.npmjs.org/minimist
46532npm http 304 http://registry.npmjs.org/minimist
46533npm verb headers { date: 'Tue, 29 Dec 2015 19:31:18 GMT',
46534npm verb headers 'content-type': 'application/json',
46535npm verb headers age: '170',
46536npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
46537npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
46538npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
46539npm verb headers connection: 'keep-alive' }
46540npm verb etag http://registry.npmjs.org/minimist from cache
46541npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
46542npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
46543npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
46544npm verb request uri http://registry.npmjs.org/xmlbuilder
46545npm verb request no auth needed
46546npm info attempt registry request try #1 at 19:33:21
46547npm http request GET http://registry.npmjs.org/xmlbuilder
46548npm http 200 http://registry.npmjs.org/xmlbuilder
46549npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46550npm verb headers etag: '"2ZWRF717PBGVFPNPMPPLAOS6Y"',
46551npm verb headers 'content-type': 'application/json',
46552npm verb headers 'cache-control': 'max-age=300',
46553npm verb headers 'content-length': '71319',
46554npm verb headers 'accept-ranges': 'bytes',
46555npm verb headers date: 'Tue, 29 Dec 2015 19:33:21 GMT',
46556npm verb headers age: '2',
46557npm verb headers 'x-served-by': 'cache-fra1231-FRA',
46558npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46559npm verb headers 'x-cache-hits': '1',
46560npm verb headers 'x-timer': 'S1451417601.499193,VS0,VE0',
46561npm verb headers vary: 'Accept',
46562npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46563npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46564npm verb headers connection: 'keep-alive' }
46565npm verb get saving xmlbuilder to /root/.npm/registry.npmjs.org/xmlbuilder/.cache.json
46566npm verb cache add spec xmlbuilder@4.0.0
46567npm verb addNamed "4.0.0" is a plain semver version for xmlbuilder
46568npm verb addNameVersion registry:http://registry.npmjs.org/xmlbuilder not in flight; fetching
46569npm verb get http://registry.npmjs.org/xmlbuilder not expired, no request
46570npm verb addRemoteTarball http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz not in flight; adding
46571npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz',
46572npm verb addRemoteTarball '98b8f651ca30aa624036f127d11cc66dc7b907a3' ]
46573npm info retry fetch attempt 1 at 19:33:21
46574npm info attempt registry request try #1 at 19:33:21
46575npm http fetch GET http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz
46576npm http fetch 200 http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz
46577npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz not in flight; adding
46578npm verb addTmpTarball already have metadata; skipping unpack for xmlbuilder@4.0.0
46579npm verb afterAdd /root/.npm/xmlbuilder/4.0.0/package/package.json not in flight; writing
46580npm verb afterAdd /root/.npm/xmlbuilder/4.0.0/package/package.json written
46581npm verb cache add spec lodash@^3.5.0
46582npm verb addNamed ">=3.5.0 <4.0.0" is a valid semver range for lodash
46583npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
46584npm verb request uri http://registry.npmjs.org/lodash
46585npm verb request no auth needed
46586npm info attempt registry request try #1 at 19:33:21
46587npm verb etag "CGTYPVJRPPNJ9QH7BTBZ8IZ1I"
46588npm http request GET http://registry.npmjs.org/lodash
46589npm http 304 http://registry.npmjs.org/lodash
46590npm verb headers { date: 'Tue, 29 Dec 2015 19:33:21 GMT',
46591npm verb headers 'cache-control': 'max-age=300',
46592npm verb headers etag: '"CGTYPVJRPPNJ9QH7BTBZ8IZ1I"',
46593npm verb headers age: '269',
46594npm verb headers 'x-served-by': 'cache-ams4145-AMS',
46595npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46596npm verb headers 'x-cache-hits': '14',
46597npm verb headers 'x-timer': 'S1451417601.716400,VS0,VE0',
46598npm verb headers vary: 'Accept',
46599npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46600npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46601npm verb headers connection: 'keep-alive' }
46602npm verb etag http://registry.npmjs.org/lodash from cache
46603npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
46604npm verb addNamed "3.10.1" is a plain semver version for lodash
46605npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json not in flight; writing
46606npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json written
46607npm verb cache add spec debug@^2.1.0
46608npm verb cache add spec yargs@^1.3.3
46609npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for debug
46610npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
46611npm verb addNamed ">=1.3.3 <2.0.0" is a valid semver range for yargs
46612npm verb addNameRange registry:http://registry.npmjs.org/yargs not in flight; fetching
46613npm verb request uri http://registry.npmjs.org/debug
46614npm verb request no auth needed
46615npm info attempt registry request try #1 at 19:33:21
46616npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
46617npm http request GET http://registry.npmjs.org/debug
46618npm verb get http://registry.npmjs.org/yargs not expired, no request
46619npm verb addNamed "1.3.3" is a plain semver version for yargs
46620npm verb afterAdd /root/.npm/yargs/1.3.3/package/package.json not in flight; writing
46621npm verb afterAdd /root/.npm/yargs/1.3.3/package/package.json written
46622npm http 304 http://registry.npmjs.org/debug
46623npm verb headers { date: 'Tue, 29 Dec 2015 19:33:21 GMT',
46624npm verb headers 'cache-control': 'max-age=300',
46625npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
46626npm verb headers age: '143',
46627npm verb headers 'x-served-by': 'cache-ams4145-AMS',
46628npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46629npm verb headers 'x-cache-hits': '7',
46630npm verb headers 'x-timer': 'S1451417601.973082,VS0,VE0',
46631npm verb headers vary: 'Accept',
46632npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46633npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46634npm verb headers connection: 'keep-alive' }
46635npm verb etag http://registry.npmjs.org/debug from cache
46636npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
46637npm verb addNamed "2.2.0" is a plain semver version for debug
46638npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
46639npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
46640npm verb cache add spec ms@0.7.1
46641npm verb addNamed "0.7.1" is a plain semver version for ms
46642npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
46643npm verb request uri http://registry.npmjs.org/ms
46644npm verb request no auth needed
46645npm info attempt registry request try #1 at 19:33:22
46646npm verb etag "5W0HPW6PWGLJ3ZF2FS08L0INV"
46647npm http request GET http://registry.npmjs.org/ms
46648npm http 304 http://registry.npmjs.org/ms
46649npm verb headers { date: 'Tue, 29 Dec 2015 19:33:22 GMT',
46650npm verb headers 'cache-control': 'max-age=300',
46651npm verb headers etag: '"5W0HPW6PWGLJ3ZF2FS08L0INV"',
46652npm verb headers age: '256',
46653npm verb headers 'x-served-by': 'cache-ams4145-AMS',
46654npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46655npm verb headers 'x-cache-hits': '8',
46656npm verb headers 'x-timer': 'S1451417602.077389,VS0,VE0',
46657npm verb headers vary: 'Accept',
46658npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46659npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46660npm verb headers connection: 'keep-alive' }
46661npm verb etag http://registry.npmjs.org/ms from cache
46662npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
46663npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
46664npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
46665npm verb request uri http://registry.npmjs.org/default-browser-id
46666npm verb request no auth needed
46667npm info attempt registry request try #1 at 19:33:22
46668npm http request GET http://registry.npmjs.org/default-browser-id
46669npm http 200 http://registry.npmjs.org/default-browser-id
46670npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46671npm verb headers etag: '"7MGJEBFY01U9YQDSZP71MKMQG"',
46672npm verb headers 'content-type': 'application/json',
46673npm verb headers 'cache-control': 'max-age=300',
46674npm verb headers 'content-length': '12492',
46675npm verb headers 'accept-ranges': 'bytes',
46676npm verb headers date: 'Tue, 29 Dec 2015 19:33:22 GMT',
46677npm verb headers age: '103',
46678npm verb headers 'x-served-by': 'cache-ams4145-AMS',
46679npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46680npm verb headers 'x-cache-hits': '1',
46681npm verb headers 'x-timer': 'S1451417602.154566,VS0,VE0',
46682npm verb headers vary: 'Accept',
46683npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46684npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46685npm verb headers connection: 'keep-alive' }
46686npm verb get saving default-browser-id to /root/.npm/registry.npmjs.org/default-browser-id/.cache.json
46687npm verb cache add spec default-browser-id@^1.0.4
46688npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for default-browser-id
46689npm verb addNameRange registry:http://registry.npmjs.org/default-browser-id not in flight; fetching
46690npm verb get http://registry.npmjs.org/default-browser-id not expired, no request
46691npm verb addNamed "1.0.4" is a plain semver version for default-browser-id
46692npm verb addRemoteTarball http://registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz not in flight; adding
46693npm verb addRemoteTarball [ 'http://registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz',
46694npm verb addRemoteTarball 'e59d09a5d157b828b876c26816e61c3d2a2c203a' ]
46695npm info retry fetch attempt 1 at 19:33:22
46696npm info attempt registry request try #1 at 19:33:22
46697npm http fetch GET http://registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz
46698npm http fetch 200 http://registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz
46699npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz not in flight; adding
46700npm verb addTmpTarball already have metadata; skipping unpack for default-browser-id@1.0.4
46701npm verb afterAdd /root/.npm/default-browser-id/1.0.4/package/package.json not in flight; writing
46702npm verb afterAdd /root/.npm/default-browser-id/1.0.4/package/package.json written
46703npm verb cache add spec meow@^3.1.0
46704npm verb addNamed ">=3.1.0 <4.0.0" is a valid semver range for meow
46705npm verb addNameRange registry:http://registry.npmjs.org/meow not in flight; fetching
46706npm verb request uri http://registry.npmjs.org/bplist-parser
46707npm verb request no auth needed
46708npm info attempt registry request try #1 at 19:33:22
46709npm http request GET http://registry.npmjs.org/bplist-parser
46710npm verb request uri http://registry.npmjs.org/untildify
46711npm verb request no auth needed
46712npm info attempt registry request try #1 at 19:33:22
46713npm http request GET http://registry.npmjs.org/untildify
46714npm verb request uri http://registry.npmjs.org/meow
46715npm verb request no auth needed
46716npm info attempt registry request try #1 at 19:33:22
46717npm verb etag "147MBBL3G2D0ITO8DKU0OL5KJ"
46718npm http request GET http://registry.npmjs.org/meow
46719npm http 304 http://registry.npmjs.org/meow
46720npm verb headers { date: 'Tue, 29 Dec 2015 19:31:17 GMT',
46721npm verb headers 'content-type': 'application/json',
46722npm verb headers age: '185',
46723npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
46724npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
46725npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
46726npm verb headers connection: 'keep-alive' }
46727npm verb etag http://registry.npmjs.org/meow from cache
46728npm verb get saving meow to /root/.npm/registry.npmjs.org/meow/.cache.json
46729npm http 200 http://registry.npmjs.org/bplist-parser
46730npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46731npm verb headers etag: '"AGWSPFCRLNGDFFNZ3XI793Q8Q"',
46732npm verb headers 'content-type': 'application/json',
46733npm verb headers 'cache-control': 'max-age=300',
46734npm verb headers 'content-length': '9398',
46735npm verb headers 'accept-ranges': 'bytes',
46736npm verb headers date: 'Tue, 29 Dec 2015 19:33:22 GMT',
46737npm verb headers age: '48',
46738npm verb headers 'x-served-by': 'cache-fra1231-FRA',
46739npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46740npm verb headers 'x-cache-hits': '1',
46741npm verb headers 'x-timer': 'S1451417602.309485,VS0,VE0',
46742npm verb headers vary: 'Accept',
46743npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46744npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46745npm verb headers connection: 'keep-alive' }
46746npm verb get saving bplist-parser to /root/.npm/registry.npmjs.org/bplist-parser/.cache.json
46747npm http 200 http://registry.npmjs.org/untildify
46748npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46749npm verb headers etag: '"42THXW9WNN6BWNIJ31XP3WRZB"',
46750npm verb headers 'content-type': 'application/json',
46751npm verb headers 'cache-control': 'max-age=300',
46752npm verb headers 'content-length': '6518',
46753npm verb headers 'accept-ranges': 'bytes',
46754npm verb headers date: 'Tue, 29 Dec 2015 19:33:22 GMT',
46755npm verb headers age: '56',
46756npm verb headers 'x-served-by': 'cache-fra1232-FRA',
46757npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46758npm verb headers 'x-cache-hits': '2',
46759npm verb headers 'x-timer': 'S1451417602.310049,VS0,VE0',
46760npm verb headers vary: 'Accept',
46761npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46762npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46763npm verb headers connection: 'keep-alive' }
46764npm verb get saving untildify to /root/.npm/registry.npmjs.org/untildify/.cache.json
46765npm verb addNamed "3.6.0" is a plain semver version for meow
46766npm verb addRemoteTarball http://registry.npmjs.org/meow/-/meow-3.6.0.tgz not in flight; adding
46767npm verb addRemoteTarball [ 'http://registry.npmjs.org/meow/-/meow-3.6.0.tgz',
46768npm verb addRemoteTarball 'e7a535295cb89db0e0782428e55fa8615bf9e150' ]
46769npm verb cache add spec bplist-parser@^0.1.0
46770npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for bplist-parser
46771npm verb addNameRange registry:http://registry.npmjs.org/bplist-parser not in flight; fetching
46772npm verb cache add spec untildify@^2.0.0
46773npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for untildify
46774npm verb addNameRange registry:http://registry.npmjs.org/untildify not in flight; fetching
46775npm info retry fetch attempt 1 at 19:33:22
46776npm info attempt registry request try #1 at 19:33:22
46777npm http fetch GET http://registry.npmjs.org/meow/-/meow-3.6.0.tgz
46778npm verb get http://registry.npmjs.org/bplist-parser not expired, no request
46779npm verb addNamed "0.1.1" is a plain semver version for bplist-parser
46780npm verb get http://registry.npmjs.org/untildify not expired, no request
46781npm verb addNamed "2.1.0" is a plain semver version for untildify
46782npm verb addRemoteTarball http://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz not in flight; adding
46783npm verb addRemoteTarball [ 'http://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz',
46784npm verb addRemoteTarball 'd60d5dcc20cba6dc7e1f299b35d3e1f95dafbae6' ]
46785npm verb addRemoteTarball http://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz not in flight; adding
46786npm verb addRemoteTarball [ 'http://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz',
46787npm verb addRemoteTarball '17eb2807987f76952e9c0485fc311d06a826a2e0' ]
46788npm info retry fetch attempt 1 at 19:33:22
46789npm info attempt registry request try #1 at 19:33:22
46790npm http fetch GET http://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz
46791npm info retry fetch attempt 1 at 19:33:22
46792npm info attempt registry request try #1 at 19:33:22
46793npm http fetch GET http://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz
46794npm http fetch 200 http://registry.npmjs.org/meow/-/meow-3.6.0.tgz
46795npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/meow/-/meow-3.6.0.tgz not in flight; adding
46796npm verb addTmpTarball already have metadata; skipping unpack for meow@3.6.0
46797npm verb afterAdd /root/.npm/meow/3.6.0/package/package.json not in flight; writing
46798npm verb afterAdd /root/.npm/meow/3.6.0/package/package.json written
46799npm http fetch 200 http://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz
46800npm http fetch 200 http://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz
46801npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/untildify/-/untildify-2.1.0.tgz not in flight; adding
46802npm verb addTmpTarball already have metadata; skipping unpack for untildify@2.1.0
46803npm verb afterAdd /root/.npm/untildify/2.1.0/package/package.json not in flight; writing
46804npm verb afterAdd /root/.npm/untildify/2.1.0/package/package.json written
46805npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz not in flight; adding
46806npm verb addTmpTarball already have metadata; skipping unpack for bplist-parser@0.1.1
46807npm verb afterAdd /root/.npm/bplist-parser/0.1.1/package/package.json not in flight; writing
46808npm verb afterAdd /root/.npm/bplist-parser/0.1.1/package/package.json written
46809npm verb request uri http://registry.npmjs.org/big-integer
46810npm verb request no auth needed
46811npm info attempt registry request try #1 at 19:33:22
46812npm http request GET http://registry.npmjs.org/big-integer
46813npm http 200 http://registry.npmjs.org/big-integer
46814npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46815npm verb headers etag: '"7KTJWPEM0BI4C07OHB400VKSL"',
46816npm verb headers 'content-type': 'application/json',
46817npm verb headers 'cache-control': 'max-age=300',
46818npm verb headers 'content-length': '81421',
46819npm verb headers 'accept-ranges': 'bytes',
46820npm verb headers date: 'Tue, 29 Dec 2015 19:33:23 GMT',
46821npm verb headers age: '0',
46822npm verb headers 'x-served-by': 'cache-ams4143-AMS',
46823npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46824npm verb headers 'x-cache-hits': '1',
46825npm verb headers 'x-timer': 'S1451417602.505922,VS0,VE742',
46826npm verb headers vary: 'Accept',
46827npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46828npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46829npm verb headers connection: 'keep-alive' }
46830npm verb get saving big-integer to /root/.npm/registry.npmjs.org/big-integer/.cache.json
46831npm verb cache add spec big-integer@^1.6.7
46832npm verb addNamed ">=1.6.7 <2.0.0" is a valid semver range for big-integer
46833npm verb addNameRange registry:http://registry.npmjs.org/big-integer not in flight; fetching
46834npm verb get http://registry.npmjs.org/big-integer not expired, no request
46835npm verb addNamed "1.6.9" is a plain semver version for big-integer
46836npm verb addRemoteTarball http://registry.npmjs.org/big-integer/-/big-integer-1.6.9.tgz not in flight; adding
46837npm verb addRemoteTarball [ 'http://registry.npmjs.org/big-integer/-/big-integer-1.6.9.tgz',
46838npm verb addRemoteTarball '6ec58774357892f1f7f1b9f5488becc11737294f' ]
46839npm info retry fetch attempt 1 at 19:33:23
46840npm info attempt registry request try #1 at 19:33:23
46841npm http fetch GET http://registry.npmjs.org/big-integer/-/big-integer-1.6.9.tgz
46842npm http fetch 200 http://registry.npmjs.org/big-integer/-/big-integer-1.6.9.tgz
46843npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/big-integer/-/big-integer-1.6.9.tgz not in flight; adding
46844npm verb addTmpTarball already have metadata; skipping unpack for big-integer@1.6.9
46845npm verb afterAdd /root/.npm/big-integer/1.6.9/package/package.json not in flight; writing
46846npm verb afterAdd /root/.npm/big-integer/1.6.9/package/package.json written
46847npm verb cache add spec camelcase-keys@^2.0.0
46848npm verb cache add spec object-assign@^4.0.1
46849npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for camelcase-keys
46850npm verb addNameRange registry:http://registry.npmjs.org/camelcase-keys not in flight; fetching
46851npm verb addNamed ">=4.0.1 <5.0.0" is a valid semver range for object-assign
46852npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
46853npm verb request uri http://registry.npmjs.org/loud-rejection
46854npm verb request no auth needed
46855npm info attempt registry request try #1 at 19:33:23
46856npm http request GET http://registry.npmjs.org/loud-rejection
46857npm verb request uri http://registry.npmjs.org/normalize-package-data
46858npm verb request no auth needed
46859npm info attempt registry request try #1 at 19:33:23
46860npm http request GET http://registry.npmjs.org/normalize-package-data
46861npm verb request uri http://registry.npmjs.org/read-pkg-up
46862npm verb request no auth needed
46863npm info attempt registry request try #1 at 19:33:23
46864npm http request GET http://registry.npmjs.org/read-pkg-up
46865npm verb request uri http://registry.npmjs.org/redent
46866npm verb request no auth needed
46867npm info attempt registry request try #1 at 19:33:23
46868npm http request GET http://registry.npmjs.org/redent
46869npm verb request uri http://registry.npmjs.org/trim-newlines
46870npm verb request no auth needed
46871npm info attempt registry request try #1 at 19:33:23
46872npm http request GET http://registry.npmjs.org/trim-newlines
46873npm verb request uri http://registry.npmjs.org/camelcase-keys
46874npm verb request no auth needed
46875npm info attempt registry request try #1 at 19:33:23
46876npm verb etag "5Z24KYT9GSOFK7NNSPJRWENI7"
46877npm http request GET http://registry.npmjs.org/camelcase-keys
46878npm verb request uri http://registry.npmjs.org/object-assign
46879npm verb request no auth needed
46880npm info attempt registry request try #1 at 19:33:23
46881npm verb etag "9X5J81STMG1EY3P0PGJF4S0A2"
46882npm http request GET http://registry.npmjs.org/object-assign
46883npm http 304 http://registry.npmjs.org/camelcase-keys
46884npm verb headers { date: 'Tue, 29 Dec 2015 19:31:18 GMT',
46885npm verb headers 'content-type': 'application/json',
46886npm verb headers age: '187',
46887npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
46888npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
46889npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
46890npm verb headers connection: 'keep-alive' }
46891npm verb etag http://registry.npmjs.org/camelcase-keys from cache
46892npm verb get saving camelcase-keys to /root/.npm/registry.npmjs.org/camelcase-keys/.cache.json
46893npm http 200 http://registry.npmjs.org/loud-rejection
46894npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46895npm verb headers etag: '"24IJOV7YQ4G75ZFHJB83AMVPZ"',
46896npm verb headers 'content-type': 'application/json',
46897npm verb headers 'cache-control': 'max-age=300',
46898npm verb headers 'content-length': '6830',
46899npm verb headers 'accept-ranges': 'bytes',
46900npm verb headers date: 'Tue, 29 Dec 2015 19:33:23 GMT',
46901npm verb headers age: '161',
46902npm verb headers 'x-served-by': 'cache-fra1232-FRA',
46903npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46904npm verb headers 'x-cache-hits': '5',
46905npm verb headers 'x-timer': 'S1451417603.541857,VS0,VE0',
46906npm verb headers vary: 'Accept',
46907npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46908npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46909npm verb headers connection: 'keep-alive' }
46910npm verb get saving loud-rejection to /root/.npm/registry.npmjs.org/loud-rejection/.cache.json
46911npm http 200 http://registry.npmjs.org/trim-newlines
46912npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46913npm verb headers etag: '"8UKMJIXXKAEN7B8P7WW3I4W55"',
46914npm verb headers 'content-type': 'application/json',
46915npm verb headers 'cache-control': 'max-age=60',
46916npm verb headers 'content-length': '3092',
46917npm verb headers 'accept-ranges': 'bytes',
46918npm verb headers date: 'Tue, 29 Dec 2015 19:33:23 GMT',
46919npm verb headers age: '5',
46920npm verb headers 'x-served-by': 'cache-fra1223-FRA',
46921npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46922npm verb headers 'x-cache-hits': '1',
46923npm verb headers 'x-timer': 'S1451417603.542193,VS0,VE0',
46924npm verb headers vary: 'Accept',
46925npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46926npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46927npm verb headers connection: 'keep-alive' }
46928npm verb get saving trim-newlines to /root/.npm/registry.npmjs.org/trim-newlines/.cache.json
46929npm http 200 http://registry.npmjs.org/redent
46930npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46931npm verb headers etag: '"DA1E0ZHZ8S3WAWPCYNZAXWS81"',
46932npm verb headers 'content-type': 'application/json',
46933npm verb headers 'cache-control': 'max-age=60',
46934npm verb headers 'content-length': '2852',
46935npm verb headers 'accept-ranges': 'bytes',
46936npm verb headers date: 'Tue, 29 Dec 2015 19:33:23 GMT',
46937npm verb headers age: '43',
46938npm verb headers 'x-served-by': 'cache-ams4145-AMS',
46939npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46940npm verb headers 'x-cache-hits': '1',
46941npm verb headers 'x-timer': 'S1451417603.545375,VS0,VE0',
46942npm verb headers vary: 'Accept',
46943npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46944npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46945npm verb headers connection: 'keep-alive' }
46946npm verb get saving redent to /root/.npm/registry.npmjs.org/redent/.cache.json
46947npm http 200 http://registry.npmjs.org/normalize-package-data
46948npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46949npm verb headers etag: '"DLVB5OOQZAAHIHRJ979Q0CV4Q"',
46950npm verb headers 'content-type': 'application/json',
46951npm verb headers 'cache-control': 'max-age=300',
46952npm verb headers 'content-length': '60713',
46953npm verb headers 'accept-ranges': 'bytes',
46954npm verb headers date: 'Tue, 29 Dec 2015 19:33:23 GMT',
46955npm verb headers age: '190',
46956npm verb headers 'x-served-by': 'cache-fra1231-FRA',
46957npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46958npm verb headers 'x-cache-hits': '5',
46959npm verb headers 'x-timer': 'S1451417603.542132,VS0,VE0',
46960npm verb headers vary: 'Accept',
46961npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46962npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46963npm verb headers connection: 'keep-alive' }
46964npm verb get saving normalize-package-data to /root/.npm/registry.npmjs.org/normalize-package-data/.cache.json
46965npm http 304 http://registry.npmjs.org/object-assign
46966npm verb headers { date: 'Tue, 29 Dec 2015 19:33:23 GMT',
46967npm verb headers 'cache-control': 'max-age=60',
46968npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
46969npm verb headers age: '8',
46970npm verb headers 'x-served-by': 'cache-fra1232-FRA',
46971npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
46972npm verb headers 'x-cache-hits': '1',
46973npm verb headers 'x-timer': 'S1451417603.562130,VS0,VE0',
46974npm verb headers vary: 'Accept',
46975npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
46976npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
46977npm verb headers connection: 'keep-alive' }
46978npm verb etag http://registry.npmjs.org/object-assign from cache
46979npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
46980npm verb addNamed "2.0.0" is a plain semver version for camelcase-keys
46981npm verb addRemoteTarball http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz not in flight; adding
46982npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz',
46983npm verb addRemoteTarball 'ab87e740d72a1ffcb12a43cc04c14b39d549eab9' ]
46984npm verb addNamed "4.0.1" is a plain semver version for object-assign
46985npm verb cache add spec trim-newlines@^1.0.0
46986npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for trim-newlines
46987npm verb addNameRange registry:http://registry.npmjs.org/trim-newlines not in flight; fetching
46988npm verb cache add spec redent@^1.0.0
46989npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for redent
46990npm verb addNameRange registry:http://registry.npmjs.org/redent not in flight; fetching
46991npm verb cache add spec loud-rejection@^1.0.0
46992npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for loud-rejection
46993npm verb addNameRange registry:http://registry.npmjs.org/loud-rejection not in flight; fetching
46994npm verb cache add spec normalize-package-data@^2.3.4
46995npm verb addNamed ">=2.3.4 <3.0.0" is a valid semver range for normalize-package-data
46996npm verb addNameRange registry:http://registry.npmjs.org/normalize-package-data not in flight; fetching
46997npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz not in flight; adding
46998npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz',
46999npm verb addRemoteTarball '99504456c3598b5cad4fc59c26e8a9bb107fe0bd' ]
47000npm info retry fetch attempt 1 at 19:33:23
47001npm info attempt registry request try #1 at 19:33:23
47002npm http fetch GET http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz
47003npm http 200 http://registry.npmjs.org/read-pkg-up
47004npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47005npm verb headers etag: '"5QD3FQR7GT7X7OCP59SYP6U2Q"',
47006npm verb headers 'content-type': 'application/json',
47007npm verb headers 'cache-control': 'max-age=60',
47008npm verb headers 'content-length': '4149',
47009npm verb headers 'accept-ranges': 'bytes',
47010npm verb headers date: 'Tue, 29 Dec 2015 19:33:23 GMT',
47011npm verb headers age: '0',
47012npm verb headers 'x-served-by': 'cache-ams4143-AMS',
47013npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47014npm verb headers 'x-cache-hits': '1',
47015npm verb headers 'x-timer': 'S1451417603.545429,VS0,VE93',
47016npm verb headers vary: 'Accept',
47017npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47018npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47019npm verb headers connection: 'keep-alive' }
47020npm verb get saving read-pkg-up to /root/.npm/registry.npmjs.org/read-pkg-up/.cache.json
47021npm info retry fetch attempt 1 at 19:33:23
47022npm info attempt registry request try #1 at 19:33:23
47023npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz
47024npm verb get http://registry.npmjs.org/redent not expired, no request
47025npm verb addNamed "1.0.0" is a plain semver version for redent
47026npm verb get http://registry.npmjs.org/loud-rejection not expired, no request
47027npm verb addNamed "1.2.0" is a plain semver version for loud-rejection
47028npm verb get http://registry.npmjs.org/normalize-package-data not expired, no request
47029npm verb addNamed "2.3.5" is a plain semver version for normalize-package-data
47030npm verb get http://registry.npmjs.org/trim-newlines not expired, no request
47031npm verb addNamed "1.0.0" is a plain semver version for trim-newlines
47032npm verb addRemoteTarball http://registry.npmjs.org/redent/-/redent-1.0.0.tgz not in flight; adding
47033npm verb addRemoteTarball [ 'http://registry.npmjs.org/redent/-/redent-1.0.0.tgz',
47034npm verb addRemoteTarball 'cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde' ]
47035npm verb addRemoteTarball http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz not in flight; adding
47036npm verb addRemoteTarball [ 'http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz',
47037npm verb addRemoteTarball 'f4f87db6abec3b7fe47834531ecf6a011143e58d' ]
47038npm verb addRemoteTarball http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz not in flight; adding
47039npm verb addRemoteTarball [ 'http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz',
47040npm verb addRemoteTarball '8d924f142960e1777e7ffe170543631cc7cb02df' ]
47041npm verb addRemoteTarball http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz not in flight; adding
47042npm verb addRemoteTarball [ 'http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz',
47043npm verb addRemoteTarball '5887966bb582a4503a41eb524f7d35011815a613' ]
47044npm http fetch 200 http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz
47045npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz
47046npm info retry fetch attempt 1 at 19:33:23
47047npm info attempt registry request try #1 at 19:33:23
47048npm http fetch GET http://registry.npmjs.org/redent/-/redent-1.0.0.tgz
47049npm info retry fetch attempt 1 at 19:33:23
47050npm info attempt registry request try #1 at 19:33:23
47051npm http fetch GET http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz
47052npm info retry fetch attempt 1 at 19:33:23
47053npm info attempt registry request try #1 at 19:33:23
47054npm http fetch GET http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz
47055npm info retry fetch attempt 1 at 19:33:23
47056npm info attempt registry request try #1 at 19:33:23
47057npm http fetch GET http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz
47058npm verb cache add spec read-pkg-up@^1.0.1
47059npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for read-pkg-up
47060npm verb addNameRange registry:http://registry.npmjs.org/read-pkg-up not in flight; fetching
47061npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz not in flight; adding
47062npm verb addTmpTarball already have metadata; skipping unpack for camelcase-keys@2.0.0
47063npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz not in flight; adding
47064npm verb addTmpTarball already have metadata; skipping unpack for object-assign@4.0.1
47065npm http fetch 200 http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz
47066npm http fetch 200 http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz
47067npm http fetch 200 http://registry.npmjs.org/redent/-/redent-1.0.0.tgz
47068npm http fetch 200 http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz
47069npm verb get http://registry.npmjs.org/read-pkg-up not expired, no request
47070npm verb addNamed "1.0.1" is a plain semver version for read-pkg-up
47071npm verb addRemoteTarball http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz not in flight; adding
47072npm verb addRemoteTarball [ 'http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz',
47073npm verb addRemoteTarball '9d63c13276c065918d57f002a57f40a1b643fb02' ]
47074npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz not in flight; adding
47075npm verb addTmpTarball already have metadata; skipping unpack for loud-rejection@1.2.0
47076npm info retry fetch attempt 1 at 19:33:23
47077npm info attempt registry request try #1 at 19:33:23
47078npm http fetch GET http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz
47079npm verb afterAdd /root/.npm/camelcase-keys/2.0.0/package/package.json not in flight; writing
47080npm verb afterAdd /root/.npm/object-assign/4.0.1/package/package.json not in flight; writing
47081npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz not in flight; adding
47082npm verb addTmpTarball already have metadata; skipping unpack for trim-newlines@1.0.0
47083npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/redent/-/redent-1.0.0.tgz not in flight; adding
47084npm verb addTmpTarball already have metadata; skipping unpack for redent@1.0.0
47085npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz not in flight; adding
47086npm verb addTmpTarball already have metadata; skipping unpack for normalize-package-data@2.3.5
47087npm verb afterAdd /root/.npm/camelcase-keys/2.0.0/package/package.json written
47088npm verb afterAdd /root/.npm/object-assign/4.0.1/package/package.json written
47089npm http fetch 200 http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz
47090npm verb afterAdd /root/.npm/loud-rejection/1.2.0/package/package.json not in flight; writing
47091npm verb afterAdd /root/.npm/redent/1.0.0/package/package.json not in flight; writing
47092npm verb afterAdd /root/.npm/trim-newlines/1.0.0/package/package.json not in flight; writing
47093npm verb afterAdd /root/.npm/normalize-package-data/2.3.5/package/package.json not in flight; writing
47094npm verb afterAdd /root/.npm/loud-rejection/1.2.0/package/package.json written
47095npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz not in flight; adding
47096npm verb addTmpTarball already have metadata; skipping unpack for read-pkg-up@1.0.1
47097npm verb afterAdd /root/.npm/redent/1.0.0/package/package.json written
47098npm verb afterAdd /root/.npm/trim-newlines/1.0.0/package/package.json written
47099npm verb afterAdd /root/.npm/normalize-package-data/2.3.5/package/package.json written
47100npm verb afterAdd /root/.npm/read-pkg-up/1.0.1/package/package.json not in flight; writing
47101npm verb afterAdd /root/.npm/read-pkg-up/1.0.1/package/package.json written
47102npm verb cache add spec camelcase@^2.0.0
47103npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for camelcase
47104npm verb addNameRange registry:http://registry.npmjs.org/camelcase not in flight; fetching
47105npm verb request uri http://registry.npmjs.org/camelcase
47106npm verb request no auth needed
47107npm info attempt registry request try #1 at 19:33:23
47108npm verb etag "CS4J6GVTASMZWER2U0CJUSXRK"
47109npm http request GET http://registry.npmjs.org/camelcase
47110npm http 304 http://registry.npmjs.org/camelcase
47111npm verb headers { date: 'Tue, 29 Dec 2015 19:33:23 GMT',
47112npm verb headers 'cache-control': 'max-age=60',
47113npm verb headers etag: '"CS4J6GVTASMZWER2U0CJUSXRK"',
47114npm verb headers age: '46',
47115npm verb headers 'x-served-by': 'cache-ams4145-AMS',
47116npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47117npm verb headers 'x-cache-hits': '3',
47118npm verb headers 'x-timer': 'S1451417603.931916,VS0,VE0',
47119npm verb headers vary: 'Accept',
47120npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47121npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47122npm verb headers connection: 'keep-alive' }
47123npm verb etag http://registry.npmjs.org/camelcase from cache
47124npm verb get saving camelcase to /root/.npm/registry.npmjs.org/camelcase/.cache.json
47125npm verb addNamed "2.0.1" is a plain semver version for camelcase
47126npm verb addRemoteTarball http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz not in flight; adding
47127npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz',
47128npm verb addRemoteTarball '57568d687b8da56c4c1d17b4c74a3cee26d73aeb' ]
47129npm info retry fetch attempt 1 at 19:33:23
47130npm info attempt registry request try #1 at 19:33:23
47131npm http fetch GET http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz
47132npm http fetch 200 http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz
47133npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz not in flight; adding
47134npm verb addTmpTarball already have metadata; skipping unpack for camelcase@2.0.1
47135npm verb afterAdd /root/.npm/camelcase/2.0.1/package/package.json not in flight; writing
47136npm verb afterAdd /root/.npm/camelcase/2.0.1/package/package.json written
47137npm verb request uri http://registry.npmjs.org/signal-exit
47138npm verb request no auth needed
47139npm info attempt registry request try #1 at 19:33:24
47140npm http request GET http://registry.npmjs.org/signal-exit
47141npm http 200 http://registry.npmjs.org/signal-exit
47142npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47143npm verb headers etag: '"91TBB4V2M8D2BZFQMLUIDL2NP"',
47144npm verb headers 'content-type': 'application/json',
47145npm verb headers 'cache-control': 'max-age=60',
47146npm verb headers 'content-length': '13277',
47147npm verb headers 'accept-ranges': 'bytes',
47148npm verb headers date: 'Tue, 29 Dec 2015 19:33:24 GMT',
47149npm verb headers age: '0',
47150npm verb headers 'x-served-by': 'cache-ams4145-AMS',
47151npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47152npm verb headers 'x-cache-hits': '1',
47153npm verb headers 'x-timer': 'S1451417604.047590,VS0,VE203',
47154npm verb headers vary: 'Accept',
47155npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47156npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47157npm verb headers connection: 'keep-alive' }
47158npm verb get saving signal-exit to /root/.npm/registry.npmjs.org/signal-exit/.cache.json
47159npm verb cache add spec signal-exit@^2.1.2
47160npm verb addNamed ">=2.1.2 <3.0.0" is a valid semver range for signal-exit
47161npm verb addNameRange registry:http://registry.npmjs.org/signal-exit not in flight; fetching
47162npm verb get http://registry.npmjs.org/signal-exit not expired, no request
47163npm verb addNamed "2.1.2" is a plain semver version for signal-exit
47164npm verb addRemoteTarball http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz not in flight; adding
47165npm verb addRemoteTarball [ 'http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz',
47166npm verb addRemoteTarball '375879b1f92ebc3b334480d038dc546a6d558564' ]
47167npm info retry fetch attempt 1 at 19:33:24
47168npm info attempt registry request try #1 at 19:33:24
47169npm http fetch GET http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz
47170npm http fetch 200 http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz
47171npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz not in flight; adding
47172npm verb addTmpTarball already have metadata; skipping unpack for signal-exit@2.1.2
47173npm verb afterAdd /root/.npm/signal-exit/2.1.2/package/package.json not in flight; writing
47174npm verb afterAdd /root/.npm/signal-exit/2.1.2/package/package.json written
47175npm verb request uri http://registry.npmjs.org/hosted-git-info
47176npm verb request no auth needed
47177npm info attempt registry request try #1 at 19:33:24
47178npm http request GET http://registry.npmjs.org/hosted-git-info
47179npm verb request uri http://registry.npmjs.org/is-builtin-module
47180npm verb request no auth needed
47181npm info attempt registry request try #1 at 19:33:24
47182npm http request GET http://registry.npmjs.org/is-builtin-module
47183npm verb request uri http://registry.npmjs.org/validate-npm-package-license
47184npm verb request no auth needed
47185npm info attempt registry request try #1 at 19:33:24
47186npm http request GET http://registry.npmjs.org/validate-npm-package-license
47187npm http 200 http://registry.npmjs.org/validate-npm-package-license
47188npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47189npm verb headers etag: '"9VLHJ3BOPKJY6WSN9PAJ3SS4Y"',
47190npm verb headers 'content-type': 'application/json',
47191npm verb headers 'cache-control': 'max-age=300',
47192npm verb headers 'content-length': '13324',
47193npm verb headers 'accept-ranges': 'bytes',
47194npm verb headers date: 'Tue, 29 Dec 2015 19:33:24 GMT',
47195npm verb headers age: '128',
47196npm verb headers 'x-served-by': 'cache-fra1223-FRA',
47197npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47198npm verb headers 'x-cache-hits': '3',
47199npm verb headers 'x-timer': 'S1451417604.444378,VS0,VE0',
47200npm verb headers vary: 'Accept',
47201npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47202npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47203npm verb headers connection: 'keep-alive' }
47204npm verb get saving validate-npm-package-license to /root/.npm/registry.npmjs.org/validate-npm-package-license/.cache.json
47205npm verb cache add spec validate-npm-package-license@^3.0.1
47206npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for validate-npm-package-license
47207npm verb addNameRange registry:http://registry.npmjs.org/validate-npm-package-license not in flight; fetching
47208npm verb get http://registry.npmjs.org/validate-npm-package-license not expired, no request
47209npm verb addNamed "3.0.1" is a plain semver version for validate-npm-package-license
47210npm verb addRemoteTarball http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz not in flight; adding
47211npm verb addRemoteTarball [ 'http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz',
47212npm verb addRemoteTarball '2804babe712ad3379459acfbe24746ab2c303fbc' ]
47213npm info retry fetch attempt 1 at 19:33:24
47214npm info attempt registry request try #1 at 19:33:24
47215npm http fetch GET http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz
47216npm http fetch 200 http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz
47217npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz not in flight; adding
47218npm verb addTmpTarball already have metadata; skipping unpack for validate-npm-package-license@3.0.1
47219npm verb afterAdd /root/.npm/validate-npm-package-license/3.0.1/package/package.json not in flight; writing
47220npm verb afterAdd /root/.npm/validate-npm-package-license/3.0.1/package/package.json written
47221npm http 200 http://registry.npmjs.org/is-builtin-module
47222npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47223npm verb headers etag: '"4L9T4QO9EO4P4UL9ULUBO6GCN"',
47224npm verb headers 'content-type': 'application/json',
47225npm verb headers 'cache-control': 'max-age=60',
47226npm verb headers 'content-length': '2854',
47227npm verb headers 'accept-ranges': 'bytes',
47228npm verb headers date: 'Tue, 29 Dec 2015 19:33:24 GMT',
47229npm verb headers age: '0',
47230npm verb headers 'x-served-by': 'cache-fra1232-FRA',
47231npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47232npm verb headers 'x-cache-hits': '2',
47233npm verb headers 'x-timer': 'S1451417604.433997,VS0,VE223',
47234npm verb headers vary: 'Accept',
47235npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47236npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47237npm verb headers connection: 'keep-alive' }
47238npm verb get saving is-builtin-module to /root/.npm/registry.npmjs.org/is-builtin-module/.cache.json
47239npm verb cache add spec is-builtin-module@^1.0.0
47240npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-builtin-module
47241npm verb addNameRange registry:http://registry.npmjs.org/is-builtin-module not in flight; fetching
47242npm verb get http://registry.npmjs.org/is-builtin-module not expired, no request
47243npm verb addNamed "1.0.0" is a plain semver version for is-builtin-module
47244npm http 200 http://registry.npmjs.org/hosted-git-info
47245npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47246npm verb headers etag: '"CTVPC6MTOOUB33OPF9OBO9WB7"',
47247npm verb headers 'content-type': 'application/json',
47248npm verb headers 'cache-control': 'max-age=60',
47249npm verb headers 'content-length': '24949',
47250npm verb headers 'accept-ranges': 'bytes',
47251npm verb headers date: 'Tue, 29 Dec 2015 19:33:24 GMT',
47252npm verb headers age: '2',
47253npm verb headers 'x-served-by': 'cache-fra1231-FRA',
47254npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47255npm verb headers 'x-cache-hits': '91',
47256npm verb headers 'x-timer': 'S1451417604.434048,VS0,VE0',
47257npm verb headers vary: 'Accept',
47258npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47259npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47260npm verb headers connection: 'keep-alive' }
47261npm verb get saving hosted-git-info to /root/.npm/registry.npmjs.org/hosted-git-info/.cache.json
47262npm verb addRemoteTarball http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz not in flight; adding
47263npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz',
47264npm verb addRemoteTarball '540572d34f7ac3119f8f76c30cbc1b1e037affbe' ]
47265npm info retry fetch attempt 1 at 19:33:24
47266npm info attempt registry request try #1 at 19:33:24
47267npm http fetch GET http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz
47268npm verb cache add spec hosted-git-info@^2.1.4
47269npm verb addNamed ">=2.1.4 <3.0.0" is a valid semver range for hosted-git-info
47270npm verb addNameRange registry:http://registry.npmjs.org/hosted-git-info not in flight; fetching
47271npm verb get http://registry.npmjs.org/hosted-git-info not expired, no request
47272npm verb addNamed "2.1.4" is a plain semver version for hosted-git-info
47273npm verb addRemoteTarball http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz not in flight; adding
47274npm verb addRemoteTarball [ 'http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz',
47275npm verb addRemoteTarball 'd9e953b26988be88096c46e926494d9604c300f8' ]
47276npm info retry fetch attempt 1 at 19:33:24
47277npm info attempt registry request try #1 at 19:33:24
47278npm http fetch GET http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz
47279npm http fetch 200 http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz
47280npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz not in flight; adding
47281npm verb addTmpTarball already have metadata; skipping unpack for is-builtin-module@1.0.0
47282npm verb afterAdd /root/.npm/is-builtin-module/1.0.0/package/package.json not in flight; writing
47283npm verb afterAdd /root/.npm/is-builtin-module/1.0.0/package/package.json written
47284npm http fetch 200 http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz
47285npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz not in flight; adding
47286npm verb addTmpTarball already have metadata; skipping unpack for hosted-git-info@2.1.4
47287npm verb afterAdd /root/.npm/hosted-git-info/2.1.4/package/package.json not in flight; writing
47288npm verb afterAdd /root/.npm/hosted-git-info/2.1.4/package/package.json written
47289npm verb request uri http://registry.npmjs.org/builtin-modules
47290npm verb request no auth needed
47291npm info attempt registry request try #1 at 19:33:24
47292npm http request GET http://registry.npmjs.org/builtin-modules
47293npm http 200 http://registry.npmjs.org/builtin-modules
47294npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47295npm verb headers etag: '"6RTL55CCOIYPPPGZKMTUMYSTD"',
47296npm verb headers 'content-type': 'application/json',
47297npm verb headers 'cache-control': 'max-age=60',
47298npm verb headers 'content-length': '5593',
47299npm verb headers 'accept-ranges': 'bytes',
47300npm verb headers date: 'Tue, 29 Dec 2015 19:33:24 GMT',
47301npm verb headers age: '16',
47302npm verb headers 'x-served-by': 'cache-ams4143-AMS',
47303npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47304npm verb headers 'x-cache-hits': '1',
47305npm verb headers 'x-timer': 'S1451417604.829714,VS0,VE0',
47306npm verb headers vary: 'Accept',
47307npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47308npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47309npm verb headers connection: 'keep-alive' }
47310npm verb get saving builtin-modules to /root/.npm/registry.npmjs.org/builtin-modules/.cache.json
47311npm verb cache add spec builtin-modules@^1.0.0
47312npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for builtin-modules
47313npm verb addNameRange registry:http://registry.npmjs.org/builtin-modules not in flight; fetching
47314npm verb get http://registry.npmjs.org/builtin-modules not expired, no request
47315npm verb addNamed "1.1.0" is a plain semver version for builtin-modules
47316npm verb addRemoteTarball http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz not in flight; adding
47317npm verb addRemoteTarball [ 'http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz',
47318npm verb addRemoteTarball '1053955fd994a5746e525e4ac717b81caf07491c' ]
47319npm info retry fetch attempt 1 at 19:33:24
47320npm info attempt registry request try #1 at 19:33:24
47321npm http fetch GET http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz
47322npm http fetch 200 http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz
47323npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz not in flight; adding
47324npm verb addTmpTarball already have metadata; skipping unpack for builtin-modules@1.1.0
47325npm verb afterAdd /root/.npm/builtin-modules/1.1.0/package/package.json not in flight; writing
47326npm verb afterAdd /root/.npm/builtin-modules/1.1.0/package/package.json written
47327npm verb request uri http://registry.npmjs.org/spdx-correct
47328npm verb request no auth needed
47329npm info attempt registry request try #1 at 19:33:24
47330npm http request GET http://registry.npmjs.org/spdx-correct
47331npm verb request uri http://registry.npmjs.org/spdx-expression-parse
47332npm verb request no auth needed
47333npm info attempt registry request try #1 at 19:33:24
47334npm http request GET http://registry.npmjs.org/spdx-expression-parse
47335npm http 200 http://registry.npmjs.org/spdx-correct
47336npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47337npm verb headers etag: '"8INYDL4LXO8G0KRIRI9MTAQA0"',
47338npm verb headers 'content-type': 'application/json',
47339npm verb headers 'cache-control': 'max-age=60',
47340npm verb headers 'content-length': '10368',
47341npm verb headers 'accept-ranges': 'bytes',
47342npm verb headers date: 'Tue, 29 Dec 2015 19:33:24 GMT',
47343npm verb headers age: '15',
47344npm verb headers 'x-served-by': 'cache-ams4143-AMS',
47345npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47346npm verb headers 'x-cache-hits': '1',
47347npm verb headers 'x-timer': 'S1451417604.959422,VS0,VE0',
47348npm verb headers vary: 'Accept',
47349npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47350npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47351npm verb headers connection: 'keep-alive' }
47352npm verb get saving spdx-correct to /root/.npm/registry.npmjs.org/spdx-correct/.cache.json
47353npm verb cache add spec spdx-correct@~1.0.0
47354npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for spdx-correct
47355npm verb addNameRange registry:http://registry.npmjs.org/spdx-correct not in flight; fetching
47356npm verb get http://registry.npmjs.org/spdx-correct not expired, no request
47357npm verb addNamed "1.0.2" is a plain semver version for spdx-correct
47358npm verb addRemoteTarball http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz not in flight; adding
47359npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz',
47360npm verb addRemoteTarball '4b3073d933ff51f3912f03ac5519498a4150db40' ]
47361npm info retry fetch attempt 1 at 19:33:25
47362npm info attempt registry request try #1 at 19:33:25
47363npm http fetch GET http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz
47364npm http fetch 200 http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz
47365npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz not in flight; adding
47366npm verb addTmpTarball already have metadata; skipping unpack for spdx-correct@1.0.2
47367npm verb afterAdd /root/.npm/spdx-correct/1.0.2/package/package.json not in flight; writing
47368npm verb afterAdd /root/.npm/spdx-correct/1.0.2/package/package.json written
47369npm http 200 http://registry.npmjs.org/spdx-expression-parse
47370npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47371npm verb headers etag: '"AW37C9K88MLHQ0JQ0XELGWWTW"',
47372npm verb headers 'content-type': 'application/json',
47373npm verb headers 'cache-control': 'max-age=60',
47374npm verb headers 'content-length': '6704',
47375npm verb headers 'accept-ranges': 'bytes',
47376npm verb headers date: 'Tue, 29 Dec 2015 19:33:25 GMT',
47377npm verb headers age: '0',
47378npm verb headers 'x-served-by': 'cache-ams4145-AMS',
47379npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47380npm verb headers 'x-cache-hits': '1',
47381npm verb headers 'x-timer': 'S1451417604.965586,VS0,VE706',
47382npm verb headers vary: 'Accept',
47383npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47384npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47385npm verb headers connection: 'keep-alive' }
47386npm verb get saving spdx-expression-parse to /root/.npm/registry.npmjs.org/spdx-expression-parse/.cache.json
47387npm verb cache add spec spdx-expression-parse@~1.0.0
47388npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for spdx-expression-parse
47389npm verb addNameRange registry:http://registry.npmjs.org/spdx-expression-parse not in flight; fetching
47390npm verb get http://registry.npmjs.org/spdx-expression-parse not expired, no request
47391npm verb addNamed "1.0.2" is a plain semver version for spdx-expression-parse
47392npm verb addRemoteTarball http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz not in flight; adding
47393npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz',
47394npm verb addRemoteTarball 'd52b14b5e9670771440af225bcb563122ac452f6' ]
47395npm info retry fetch attempt 1 at 19:33:25
47396npm info attempt registry request try #1 at 19:33:25
47397npm http fetch GET http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz
47398npm http fetch 200 http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz
47399npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz not in flight; adding
47400npm verb addTmpTarball already have metadata; skipping unpack for spdx-expression-parse@1.0.2
47401npm verb afterAdd /root/.npm/spdx-expression-parse/1.0.2/package/package.json not in flight; writing
47402npm verb afterAdd /root/.npm/spdx-expression-parse/1.0.2/package/package.json written
47403npm verb request uri http://registry.npmjs.org/spdx-license-ids
47404npm verb request no auth needed
47405npm info attempt registry request try #1 at 19:33:25
47406npm http request GET http://registry.npmjs.org/spdx-license-ids
47407npm http 200 http://registry.npmjs.org/spdx-license-ids
47408npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47409npm verb headers etag: '"1KBBN5UDKMSSLDYCWFYXZJER0"',
47410npm verb headers 'content-type': 'application/json',
47411npm verb headers 'cache-control': 'max-age=60',
47412npm verb headers 'content-length': '11585',
47413npm verb headers 'accept-ranges': 'bytes',
47414npm verb headers date: 'Tue, 29 Dec 2015 19:33:26 GMT',
47415npm verb headers age: '0',
47416npm verb headers 'x-served-by': 'cache-fra1231-FRA',
47417npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47418npm verb headers 'x-cache-hits': '1',
47419npm verb headers 'x-timer': 'S1451417605.817872,VS0,VE511',
47420npm verb headers vary: 'Accept',
47421npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47422npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47423npm verb headers connection: 'keep-alive' }
47424npm verb get saving spdx-license-ids to /root/.npm/registry.npmjs.org/spdx-license-ids/.cache.json
47425npm verb cache add spec spdx-license-ids@^1.0.2
47426npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for spdx-license-ids
47427npm verb addNameRange registry:http://registry.npmjs.org/spdx-license-ids not in flight; fetching
47428npm verb get http://registry.npmjs.org/spdx-license-ids not expired, no request
47429npm verb addNamed "1.1.0" is a plain semver version for spdx-license-ids
47430npm verb addRemoteTarball http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz not in flight; adding
47431npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz',
47432npm verb addRemoteTarball '28694acdf39fe27de45143fff81f21f6c66d44ac' ]
47433npm info retry fetch attempt 1 at 19:33:26
47434npm info attempt registry request try #1 at 19:33:26
47435npm http fetch GET http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz
47436npm http fetch 200 http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz
47437npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz not in flight; adding
47438npm verb addTmpTarball already have metadata; skipping unpack for spdx-license-ids@1.1.0
47439npm verb afterAdd /root/.npm/spdx-license-ids/1.1.0/package/package.json not in flight; writing
47440npm verb afterAdd /root/.npm/spdx-license-ids/1.1.0/package/package.json written
47441npm verb request uri http://registry.npmjs.org/spdx-exceptions
47442npm verb request no auth needed
47443npm info attempt registry request try #1 at 19:33:26
47444npm http request GET http://registry.npmjs.org/spdx-exceptions
47445npm http 200 http://registry.npmjs.org/spdx-exceptions
47446npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47447npm verb headers etag: '"B6QX5Q06RWAN1KHNJXMA6GNIA"',
47448npm verb headers 'content-type': 'application/json',
47449npm verb headers 'cache-control': 'max-age=60',
47450npm verb headers 'content-length': '6319',
47451npm verb headers 'accept-ranges': 'bytes',
47452npm verb headers date: 'Tue, 29 Dec 2015 19:33:26 GMT',
47453npm verb headers age: '25',
47454npm verb headers 'x-served-by': 'cache-ams4145-AMS',
47455npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47456npm verb headers 'x-cache-hits': '1',
47457npm verb headers 'x-timer': 'S1451417606.467878,VS0,VE0',
47458npm verb headers vary: 'Accept',
47459npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47460npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47461npm verb headers connection: 'keep-alive' }
47462npm verb get saving spdx-exceptions to /root/.npm/registry.npmjs.org/spdx-exceptions/.cache.json
47463npm verb cache add spec spdx-exceptions@^1.0.4
47464npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for spdx-exceptions
47465npm verb addNameRange registry:http://registry.npmjs.org/spdx-exceptions not in flight; fetching
47466npm verb get http://registry.npmjs.org/spdx-exceptions not expired, no request
47467npm verb addNamed "1.0.4" is a plain semver version for spdx-exceptions
47468npm verb addRemoteTarball http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz not in flight; adding
47469npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz',
47470npm verb addRemoteTarball '220b84239119ae9045a892db81a83f4ce16f80fd' ]
47471npm info retry fetch attempt 1 at 19:33:26
47472npm info attempt registry request try #1 at 19:33:26
47473npm http fetch GET http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz
47474npm http fetch 200 http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz
47475npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz not in flight; adding
47476npm verb addTmpTarball already have metadata; skipping unpack for spdx-exceptions@1.0.4
47477npm verb afterAdd /root/.npm/spdx-exceptions/1.0.4/package/package.json not in flight; writing
47478npm verb afterAdd /root/.npm/spdx-exceptions/1.0.4/package/package.json written
47479npm verb request uri http://registry.npmjs.org/find-up
47480npm verb request no auth needed
47481npm info attempt registry request try #1 at 19:33:26
47482npm http request GET http://registry.npmjs.org/find-up
47483npm verb request uri http://registry.npmjs.org/read-pkg
47484npm verb request no auth needed
47485npm info attempt registry request try #1 at 19:33:26
47486npm http request GET http://registry.npmjs.org/read-pkg
47487npm http 200 http://registry.npmjs.org/read-pkg
47488npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47489npm verb headers etag: '"64HB9U8J2HJXMJCO3QG6CLXW9"',
47490npm verb headers 'content-type': 'application/json',
47491npm verb headers 'cache-control': 'max-age=60',
47492npm verb headers 'content-length': '5018',
47493npm verb headers 'accept-ranges': 'bytes',
47494npm verb headers date: 'Tue, 29 Dec 2015 19:33:26 GMT',
47495npm verb headers age: '47',
47496npm verb headers 'x-served-by': 'cache-fra1232-FRA',
47497npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47498npm verb headers 'x-cache-hits': '1',
47499npm verb headers 'x-timer': 'S1451417606.607809,VS0,VE0',
47500npm verb headers vary: 'Accept',
47501npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47502npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47503npm verb headers connection: 'keep-alive' }
47504npm verb get saving read-pkg to /root/.npm/registry.npmjs.org/read-pkg/.cache.json
47505npm verb cache add spec read-pkg@^1.0.0
47506npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for read-pkg
47507npm verb addNameRange registry:http://registry.npmjs.org/read-pkg not in flight; fetching
47508npm verb get http://registry.npmjs.org/read-pkg not expired, no request
47509npm verb addNamed "1.1.0" is a plain semver version for read-pkg
47510npm verb addRemoteTarball http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz not in flight; adding
47511npm verb addRemoteTarball [ 'http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz',
47512npm verb addRemoteTarball 'f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28' ]
47513npm info retry fetch attempt 1 at 19:33:26
47514npm info attempt registry request try #1 at 19:33:26
47515npm http fetch GET http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz
47516npm http fetch 200 http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz
47517npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz not in flight; adding
47518npm verb addTmpTarball already have metadata; skipping unpack for read-pkg@1.1.0
47519npm verb afterAdd /root/.npm/read-pkg/1.1.0/package/package.json not in flight; writing
47520npm verb afterAdd /root/.npm/read-pkg/1.1.0/package/package.json written
47521npm http 200 http://registry.npmjs.org/find-up
47522npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47523npm verb headers etag: '"2LEPDD8HQN785AF0A0ZE15MHK"',
47524npm verb headers 'content-type': 'application/json',
47525npm verb headers 'cache-control': 'max-age=60',
47526npm verb headers 'content-length': '4787',
47527npm verb headers 'accept-ranges': 'bytes',
47528npm verb headers date: 'Tue, 29 Dec 2015 19:33:26 GMT',
47529npm verb headers age: '0',
47530npm verb headers 'x-served-by': 'cache-fra1231-FRA',
47531npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47532npm verb headers 'x-cache-hits': '1',
47533npm verb headers 'x-timer': 'S1451417606.600791,VS0,VE144',
47534npm verb headers vary: 'Accept',
47535npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47536npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47537npm verb headers connection: 'keep-alive' }
47538npm verb get saving find-up to /root/.npm/registry.npmjs.org/find-up/.cache.json
47539npm verb cache add spec find-up@^1.0.0
47540npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for find-up
47541npm verb addNameRange registry:http://registry.npmjs.org/find-up not in flight; fetching
47542npm verb get http://registry.npmjs.org/find-up not expired, no request
47543npm verb addNamed "1.1.0" is a plain semver version for find-up
47544npm verb addRemoteTarball http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz not in flight; adding
47545npm verb addRemoteTarball [ 'http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz',
47546npm verb addRemoteTarball 'a63b0eec4625a2902534898a5f9eec8aaed046e9' ]
47547npm info retry fetch attempt 1 at 19:33:26
47548npm info attempt registry request try #1 at 19:33:26
47549npm http fetch GET http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz
47550npm http fetch 200 http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz
47551npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/find-up/-/find-up-1.1.0.tgz not in flight; adding
47552npm verb addTmpTarball already have metadata; skipping unpack for find-up@1.1.0
47553npm verb afterAdd /root/.npm/find-up/1.1.0/package/package.json not in flight; writing
47554npm verb afterAdd /root/.npm/find-up/1.1.0/package/package.json written
47555npm verb request uri http://registry.npmjs.org/path-exists
47556npm verb request no auth needed
47557npm info attempt registry request try #1 at 19:33:26
47558npm http request GET http://registry.npmjs.org/path-exists
47559npm verb request uri http://registry.npmjs.org/pinkie-promise
47560npm verb request no auth needed
47561npm info attempt registry request try #1 at 19:33:26
47562npm http request GET http://registry.npmjs.org/pinkie-promise
47563npm http 200 http://registry.npmjs.org/path-exists
47564npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47565npm verb headers etag: '"B6A16QA42GOTP8I2G30OR84F9"',
47566npm verb headers 'content-type': 'application/json',
47567npm verb headers 'cache-control': 'max-age=60',
47568npm verb headers 'content-length': '5579',
47569npm verb headers 'accept-ranges': 'bytes',
47570npm verb headers date: 'Tue, 29 Dec 2015 19:33:26 GMT',
47571npm verb headers age: '17',
47572npm verb headers 'x-served-by': 'cache-fra1231-FRA',
47573npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47574npm verb headers 'x-cache-hits': '2',
47575npm verb headers 'x-timer': 'S1451417606.881473,VS0,VE0',
47576npm verb headers vary: 'Accept',
47577npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47578npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47579npm verb headers connection: 'keep-alive' }
47580npm verb get saving path-exists to /root/.npm/registry.npmjs.org/path-exists/.cache.json
47581npm http 200 http://registry.npmjs.org/pinkie-promise
47582npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47583npm verb headers etag: '"7ZHBBXWEAUCIJIMRCUNROKXSN"',
47584npm verb headers 'content-type': 'application/json',
47585npm verb headers 'cache-control': 'max-age=60',
47586npm verb headers 'content-length': '3839',
47587npm verb headers 'accept-ranges': 'bytes',
47588npm verb headers date: 'Tue, 29 Dec 2015 19:33:26 GMT',
47589npm verb headers age: '29',
47590npm verb headers 'x-served-by': 'cache-ams4145-AMS',
47591npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47592npm verb headers 'x-cache-hits': '1',
47593npm verb headers 'x-timer': 'S1451417606.893239,VS0,VE0',
47594npm verb headers vary: 'Accept',
47595npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47596npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47597npm verb headers connection: 'keep-alive' }
47598npm verb get saving pinkie-promise to /root/.npm/registry.npmjs.org/pinkie-promise/.cache.json
47599npm verb cache add spec path-exists@^2.0.0
47600npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for path-exists
47601npm verb addNameRange registry:http://registry.npmjs.org/path-exists not in flight; fetching
47602npm verb cache add spec pinkie-promise@^2.0.0
47603npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for pinkie-promise
47604npm verb addNameRange registry:http://registry.npmjs.org/pinkie-promise not in flight; fetching
47605npm verb get http://registry.npmjs.org/path-exists not expired, no request
47606npm verb addNamed "2.1.0" is a plain semver version for path-exists
47607npm verb get http://registry.npmjs.org/pinkie-promise not expired, no request
47608npm verb addNamed "2.0.0" is a plain semver version for pinkie-promise
47609npm verb addRemoteTarball http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz not in flight; adding
47610npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz',
47611npm verb addRemoteTarball '0feb6c64f0fc518d9a754dd5efb62c7022761f4b' ]
47612npm verb addRemoteTarball http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz not in flight; adding
47613npm verb addRemoteTarball [ 'http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz',
47614npm verb addRemoteTarball '4c83538de1f6e660c29e0a13446844f7a7e88259' ]
47615npm info retry fetch attempt 1 at 19:33:26
47616npm info attempt registry request try #1 at 19:33:26
47617npm http fetch GET http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz
47618npm info retry fetch attempt 1 at 19:33:26
47619npm info attempt registry request try #1 at 19:33:26
47620npm http fetch GET http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz
47621npm http fetch 200 http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz
47622npm http fetch 200 http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz
47623npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz not in flight; adding
47624npm verb addTmpTarball already have metadata; skipping unpack for path-exists@2.1.0
47625npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz not in flight; adding
47626npm verb addTmpTarball already have metadata; skipping unpack for pinkie-promise@2.0.0
47627npm verb afterAdd /root/.npm/path-exists/2.1.0/package/package.json not in flight; writing
47628npm verb afterAdd /root/.npm/pinkie-promise/2.0.0/package/package.json not in flight; writing
47629npm verb afterAdd /root/.npm/path-exists/2.1.0/package/package.json written
47630npm verb afterAdd /root/.npm/pinkie-promise/2.0.0/package/package.json written
47631npm verb request uri http://registry.npmjs.org/pinkie
47632npm verb request no auth needed
47633npm info attempt registry request try #1 at 19:33:27
47634npm http request GET http://registry.npmjs.org/pinkie
47635npm http 200 http://registry.npmjs.org/pinkie
47636npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47637npm verb headers etag: '"DH1FZ8QTRCOC0CXGU6NC5ZXIV"',
47638npm verb headers 'content-type': 'application/json',
47639npm verb headers 'cache-control': 'max-age=60',
47640npm verb headers 'content-length': '10465',
47641npm verb headers 'accept-ranges': 'bytes',
47642npm verb headers date: 'Tue, 29 Dec 2015 19:33:27 GMT',
47643npm verb headers age: '12',
47644npm verb headers 'x-served-by': 'cache-ams4143-AMS',
47645npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47646npm verb headers 'x-cache-hits': '2',
47647npm verb headers 'x-timer': 'S1451417607.082208,VS0,VE0',
47648npm verb headers vary: 'Accept',
47649npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47650npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47651npm verb headers connection: 'keep-alive' }
47652npm verb get saving pinkie to /root/.npm/registry.npmjs.org/pinkie/.cache.json
47653npm verb cache add spec pinkie@^2.0.0
47654npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for pinkie
47655npm verb addNameRange registry:http://registry.npmjs.org/pinkie not in flight; fetching
47656npm verb get http://registry.npmjs.org/pinkie not expired, no request
47657npm verb addNamed "2.0.1" is a plain semver version for pinkie
47658npm verb addRemoteTarball http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz not in flight; adding
47659npm verb addRemoteTarball [ 'http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz',
47660npm verb addRemoteTarball '4236c86fc29f261c2045bbe81f78cbb2a5e8306c' ]
47661npm info retry fetch attempt 1 at 19:33:27
47662npm info attempt registry request try #1 at 19:33:27
47663npm http fetch GET http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz
47664npm http fetch 200 http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz
47665npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz not in flight; adding
47666npm verb addTmpTarball already have metadata; skipping unpack for pinkie@2.0.1
47667npm verb afterAdd /root/.npm/pinkie/2.0.1/package/package.json not in flight; writing
47668npm verb afterAdd /root/.npm/pinkie/2.0.1/package/package.json written
47669npm verb request uri http://registry.npmjs.org/load-json-file
47670npm verb request no auth needed
47671npm info attempt registry request try #1 at 19:33:27
47672npm http request GET http://registry.npmjs.org/load-json-file
47673npm verb request uri http://registry.npmjs.org/path-type
47674npm verb request no auth needed
47675npm info attempt registry request try #1 at 19:33:27
47676npm http request GET http://registry.npmjs.org/path-type
47677npm http 200 http://registry.npmjs.org/load-json-file
47678npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47679npm verb headers etag: '"8ZBP031JFIJSQUEBMAUAP5GYU"',
47680npm verb headers 'content-type': 'application/json',
47681npm verb headers 'cache-control': 'max-age=300',
47682npm verb headers 'content-length': '5590',
47683npm verb headers 'accept-ranges': 'bytes',
47684npm verb headers date: 'Tue, 29 Dec 2015 19:33:27 GMT',
47685npm verb headers age: '265',
47686npm verb headers 'x-served-by': 'cache-fra1231-FRA',
47687npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47688npm verb headers 'x-cache-hits': '4',
47689npm verb headers 'x-timer': 'S1451417607.229282,VS0,VE0',
47690npm verb headers vary: 'Accept',
47691npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47692npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47693npm verb headers connection: 'keep-alive' }
47694npm verb get saving load-json-file to /root/.npm/registry.npmjs.org/load-json-file/.cache.json
47695npm http 200 http://registry.npmjs.org/path-type
47696npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47697npm verb headers etag: '"3SSPVM3JNI5SLN2VVWJVMJ8CT"',
47698npm verb headers 'content-type': 'application/json',
47699npm verb headers 'cache-control': 'max-age=60',
47700npm verb headers 'content-length': '4195',
47701npm verb headers 'accept-ranges': 'bytes',
47702npm verb headers date: 'Tue, 29 Dec 2015 19:33:27 GMT',
47703npm verb headers age: '45',
47704npm verb headers 'x-served-by': 'cache-fra1232-FRA',
47705npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47706npm verb headers 'x-cache-hits': '1',
47707npm verb headers 'x-timer': 'S1451417607.229737,VS0,VE0',
47708npm verb headers vary: 'Accept',
47709npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47710npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47711npm verb headers connection: 'keep-alive' }
47712npm verb get saving path-type to /root/.npm/registry.npmjs.org/path-type/.cache.json
47713npm verb cache add spec load-json-file@^1.0.0
47714npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for load-json-file
47715npm verb addNameRange registry:http://registry.npmjs.org/load-json-file not in flight; fetching
47716npm verb cache add spec path-type@^1.0.0
47717npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-type
47718npm verb addNameRange registry:http://registry.npmjs.org/path-type not in flight; fetching
47719npm verb get http://registry.npmjs.org/load-json-file not expired, no request
47720npm verb addNamed "1.1.0" is a plain semver version for load-json-file
47721npm verb addRemoteTarball http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz not in flight; adding
47722npm verb addRemoteTarball [ 'http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz',
47723npm verb addRemoteTarball '956905708d58b4bab4c2261b04f59f31c99374c0' ]
47724npm verb get http://registry.npmjs.org/path-type not expired, no request
47725npm verb addNamed "1.1.0" is a plain semver version for path-type
47726npm verb addRemoteTarball http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz not in flight; adding
47727npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz',
47728npm verb addRemoteTarball '59c44f7ee491da704da415da5a4070ba4f8fe441' ]
47729npm info retry fetch attempt 1 at 19:33:27
47730npm info attempt registry request try #1 at 19:33:27
47731npm http fetch GET http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz
47732npm info retry fetch attempt 1 at 19:33:27
47733npm info attempt registry request try #1 at 19:33:27
47734npm http fetch GET http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz
47735npm http fetch 200 http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz
47736npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz not in flight; adding
47737npm verb addTmpTarball already have metadata; skipping unpack for load-json-file@1.1.0
47738npm http fetch 200 http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz
47739npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/path-type/-/path-type-1.1.0.tgz not in flight; adding
47740npm verb addTmpTarball already have metadata; skipping unpack for path-type@1.1.0
47741npm verb afterAdd /root/.npm/load-json-file/1.1.0/package/package.json not in flight; writing
47742npm verb afterAdd /root/.npm/load-json-file/1.1.0/package/package.json written
47743npm verb afterAdd /root/.npm/path-type/1.1.0/package/package.json not in flight; writing
47744npm verb afterAdd /root/.npm/path-type/1.1.0/package/package.json written
47745npm verb cache add spec graceful-fs@^4.1.2
47746npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
47747npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
47748npm verb request uri http://registry.npmjs.org/parse-json
47749npm verb request no auth needed
47750npm info attempt registry request try #1 at 19:33:27
47751npm http request GET http://registry.npmjs.org/parse-json
47752npm verb request uri http://registry.npmjs.org/pify
47753npm verb request no auth needed
47754npm info attempt registry request try #1 at 19:33:27
47755npm http request GET http://registry.npmjs.org/pify
47756npm verb request uri http://registry.npmjs.org/strip-bom
47757npm verb request no auth needed
47758npm info attempt registry request try #1 at 19:33:27
47759npm http request GET http://registry.npmjs.org/strip-bom
47760npm verb request uri http://registry.npmjs.org/graceful-fs
47761npm verb request no auth needed
47762npm info attempt registry request try #1 at 19:33:27
47763npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
47764npm http request GET http://registry.npmjs.org/graceful-fs
47765npm http 200 http://registry.npmjs.org/pify
47766npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47767npm verb headers etag: '"6X8IIS8V32RAMSCN7NVJR4U2U"',
47768npm verb headers 'content-type': 'application/json',
47769npm verb headers 'cache-control': 'max-age=300',
47770npm verb headers 'content-length': '12230',
47771npm verb headers 'accept-ranges': 'bytes',
47772npm verb headers date: 'Tue, 29 Dec 2015 19:33:27 GMT',
47773npm verb headers age: '64',
47774npm verb headers 'x-served-by': 'cache-ams4145-AMS',
47775npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47776npm verb headers 'x-cache-hits': '3',
47777npm verb headers 'x-timer': 'S1451417607.408994,VS0,VE0',
47778npm verb headers vary: 'Accept',
47779npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47780npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47781npm verb headers connection: 'keep-alive' }
47782npm verb get saving pify to /root/.npm/registry.npmjs.org/pify/.cache.json
47783npm http 200 http://registry.npmjs.org/parse-json
47784npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47785npm verb headers etag: '"B8DYXBSW0ZYE0NXM1F1FHEENH"',
47786npm verb headers 'content-type': 'application/json',
47787npm verb headers 'cache-control': 'max-age=60',
47788npm verb headers 'content-length': '8851',
47789npm verb headers 'accept-ranges': 'bytes',
47790npm verb headers date: 'Tue, 29 Dec 2015 19:33:27 GMT',
47791npm verb headers age: '43',
47792npm verb headers 'x-served-by': 'cache-ams4143-AMS',
47793npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47794npm verb headers 'x-cache-hits': '1',
47795npm verb headers 'x-timer': 'S1451417607.409110,VS0,VE0',
47796npm verb headers vary: 'Accept',
47797npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47798npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47799npm verb headers connection: 'keep-alive' }
47800npm verb get saving parse-json to /root/.npm/registry.npmjs.org/parse-json/.cache.json
47801npm http 200 http://registry.npmjs.org/strip-bom
47802npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47803npm verb headers etag: '"F0FYNLQQOUT576DDIYMHFZRZ4"',
47804npm verb headers 'content-type': 'application/json',
47805npm verb headers 'cache-control': 'max-age=60',
47806npm verb headers 'content-length': '10221',
47807npm verb headers 'accept-ranges': 'bytes',
47808npm verb headers date: 'Tue, 29 Dec 2015 19:33:27 GMT',
47809npm verb headers age: '43',
47810npm verb headers 'x-served-by': 'cache-ams4146-AMS',
47811npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47812npm verb headers 'x-cache-hits': '1',
47813npm verb headers 'x-timer': 'S1451417607.409234,VS0,VE0',
47814npm verb headers vary: 'Accept',
47815npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47816npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47817npm verb headers connection: 'keep-alive' }
47818npm verb get saving strip-bom to /root/.npm/registry.npmjs.org/strip-bom/.cache.json
47819npm http 304 http://registry.npmjs.org/graceful-fs
47820npm verb headers { date: 'Tue, 29 Dec 2015 19:33:27 GMT',
47821npm verb headers 'cache-control': 'max-age=300',
47822npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
47823npm verb headers age: '271',
47824npm verb headers 'x-served-by': 'cache-ams4142-AMS',
47825npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47826npm verb headers 'x-cache-hits': '10',
47827npm verb headers 'x-timer': 'S1451417607.417355,VS0,VE0',
47828npm verb headers vary: 'Accept',
47829npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47830npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47831npm verb headers connection: 'keep-alive' }
47832npm verb etag http://registry.npmjs.org/graceful-fs from cache
47833npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
47834npm verb cache add spec pify@^2.0.0
47835npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for pify
47836npm verb addNameRange registry:http://registry.npmjs.org/pify not in flight; fetching
47837npm verb cache add spec parse-json@^2.2.0
47838npm verb addNamed ">=2.2.0 <3.0.0" is a valid semver range for parse-json
47839npm verb addNameRange registry:http://registry.npmjs.org/parse-json not in flight; fetching
47840npm verb cache add spec strip-bom@^2.0.0
47841npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for strip-bom
47842npm verb addNameRange registry:http://registry.npmjs.org/strip-bom not in flight; fetching
47843npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
47844npm verb get http://registry.npmjs.org/pify not expired, no request
47845npm verb addNamed "2.3.0" is a plain semver version for pify
47846npm verb get http://registry.npmjs.org/parse-json not expired, no request
47847npm verb addNamed "2.2.0" is a plain semver version for parse-json
47848npm verb get http://registry.npmjs.org/strip-bom not expired, no request
47849npm verb addNamed "2.0.0" is a plain semver version for strip-bom
47850npm verb addRemoteTarball http://registry.npmjs.org/pify/-/pify-2.3.0.tgz not in flight; adding
47851npm verb addRemoteTarball [ 'http://registry.npmjs.org/pify/-/pify-2.3.0.tgz',
47852npm verb addRemoteTarball 'ed141a6ac043a849ea588498e7dca8b15330e90c' ]
47853npm verb addRemoteTarball http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz not in flight; adding
47854npm verb addRemoteTarball [ 'http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz',
47855npm verb addRemoteTarball 'f480f40434ef80741f8469099f8dea18f55a4dc9' ]
47856npm verb addRemoteTarball http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz not in flight; adding
47857npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz',
47858npm verb addRemoteTarball '6219a85616520491f35788bdbf1447a99c7e6b0e' ]
47859npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
47860npm info retry fetch attempt 1 at 19:33:27
47861npm info attempt registry request try #1 at 19:33:27
47862npm http fetch GET http://registry.npmjs.org/pify/-/pify-2.3.0.tgz
47863npm info retry fetch attempt 1 at 19:33:27
47864npm info attempt registry request try #1 at 19:33:27
47865npm http fetch GET http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz
47866npm info retry fetch attempt 1 at 19:33:27
47867npm info attempt registry request try #1 at 19:33:27
47868npm http fetch GET http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz
47869npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
47870npm http fetch 200 http://registry.npmjs.org/pify/-/pify-2.3.0.tgz
47871npm http fetch 200 http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz
47872npm http fetch 200 http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz
47873npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pify/-/pify-2.3.0.tgz not in flight; adding
47874npm verb addTmpTarball already have metadata; skipping unpack for pify@2.3.0
47875npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz not in flight; adding
47876npm verb addTmpTarball already have metadata; skipping unpack for strip-bom@2.0.0
47877npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz not in flight; adding
47878npm verb addTmpTarball already have metadata; skipping unpack for parse-json@2.2.0
47879npm verb afterAdd /root/.npm/pify/2.3.0/package/package.json not in flight; writing
47880npm verb afterAdd /root/.npm/strip-bom/2.0.0/package/package.json not in flight; writing
47881npm verb afterAdd /root/.npm/parse-json/2.2.0/package/package.json not in flight; writing
47882npm verb afterAdd /root/.npm/pify/2.3.0/package/package.json written
47883npm verb afterAdd /root/.npm/strip-bom/2.0.0/package/package.json written
47884npm verb afterAdd /root/.npm/parse-json/2.2.0/package/package.json written
47885npm verb request uri http://registry.npmjs.org/error-ex
47886npm verb request no auth needed
47887npm info attempt registry request try #1 at 19:33:27
47888npm http request GET http://registry.npmjs.org/error-ex
47889npm http 200 http://registry.npmjs.org/error-ex
47890npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47891npm verb headers etag: '"3KHL3H4PFPF45QUYUC5S0Q79R"',
47892npm verb headers 'content-type': 'application/json',
47893npm verb headers 'cache-control': 'max-age=60',
47894npm verb headers 'content-length': '21464',
47895npm verb headers 'accept-ranges': 'bytes',
47896npm verb headers date: 'Tue, 29 Dec 2015 19:33:28 GMT',
47897npm verb headers age: '0',
47898npm verb headers 'x-served-by': 'cache-fra1231-FRA',
47899npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47900npm verb headers 'x-cache-hits': '1',
47901npm verb headers 'x-timer': 'S1451417607.645066,VS0,VE880',
47902npm verb headers vary: 'Accept',
47903npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47904npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47905npm verb headers connection: 'keep-alive' }
47906npm verb get saving error-ex to /root/.npm/registry.npmjs.org/error-ex/.cache.json
47907npm verb cache add spec error-ex@^1.2.0
47908npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for error-ex
47909npm verb addNameRange registry:http://registry.npmjs.org/error-ex not in flight; fetching
47910npm verb get http://registry.npmjs.org/error-ex not expired, no request
47911npm verb addNamed "1.3.0" is a plain semver version for error-ex
47912npm verb addRemoteTarball http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz not in flight; adding
47913npm verb addRemoteTarball [ 'http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz',
47914npm verb addRemoteTarball 'e67b43f3e82c96ea3a584ffee0b9fc3325d802d9' ]
47915npm info retry fetch attempt 1 at 19:33:28
47916npm info attempt registry request try #1 at 19:33:28
47917npm http fetch GET http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz
47918npm http fetch 200 http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz
47919npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz not in flight; adding
47920npm verb addTmpTarball already have metadata; skipping unpack for error-ex@1.3.0
47921npm verb afterAdd /root/.npm/error-ex/1.3.0/package/package.json not in flight; writing
47922npm verb afterAdd /root/.npm/error-ex/1.3.0/package/package.json written
47923npm verb request uri http://registry.npmjs.org/is-arrayish
47924npm verb request no auth needed
47925npm info attempt registry request try #1 at 19:33:28
47926npm http request GET http://registry.npmjs.org/is-arrayish
47927npm http 200 http://registry.npmjs.org/is-arrayish
47928npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47929npm verb headers etag: '"4U39Q2OL4AY3E7RFQIDZGZPUU"',
47930npm verb headers 'content-type': 'application/json',
47931npm verb headers 'cache-control': 'max-age=300',
47932npm verb headers 'content-length': '6271',
47933npm verb headers 'accept-ranges': 'bytes',
47934npm verb headers date: 'Tue, 29 Dec 2015 19:33:28 GMT',
47935npm verb headers age: '280',
47936npm verb headers 'x-served-by': 'cache-fra1231-FRA',
47937npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47938npm verb headers 'x-cache-hits': '9',
47939npm verb headers 'x-timer': 'S1451417608.688167,VS0,VE0',
47940npm verb headers vary: 'Accept',
47941npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47942npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47943npm verb headers connection: 'keep-alive' }
47944npm verb get saving is-arrayish to /root/.npm/registry.npmjs.org/is-arrayish/.cache.json
47945npm verb cache add spec is-arrayish@^0.2.1
47946npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for is-arrayish
47947npm verb addNameRange registry:http://registry.npmjs.org/is-arrayish not in flight; fetching
47948npm verb get http://registry.npmjs.org/is-arrayish not expired, no request
47949npm verb addNamed "0.2.1" is a plain semver version for is-arrayish
47950npm verb addRemoteTarball http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz not in flight; adding
47951npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz',
47952npm verb addRemoteTarball '77c99840527aa8ecb1a8ba697b80645a7a926a9d' ]
47953npm info retry fetch attempt 1 at 19:33:28
47954npm info attempt registry request try #1 at 19:33:28
47955npm http fetch GET http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz
47956npm http fetch 200 http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz
47957npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz not in flight; adding
47958npm verb addTmpTarball already have metadata; skipping unpack for is-arrayish@0.2.1
47959npm verb afterAdd /root/.npm/is-arrayish/0.2.1/package/package.json not in flight; writing
47960npm verb afterAdd /root/.npm/is-arrayish/0.2.1/package/package.json written
47961npm verb request uri http://registry.npmjs.org/is-utf8
47962npm verb request no auth needed
47963npm info attempt registry request try #1 at 19:33:28
47964npm http request GET http://registry.npmjs.org/is-utf8
47965npm http 200 http://registry.npmjs.org/is-utf8
47966npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47967npm verb headers etag: '"69KC1T1PSO1737K2Q0HV99JAI"',
47968npm verb headers 'content-type': 'application/json',
47969npm verb headers 'cache-control': 'max-age=300',
47970npm verb headers 'content-length': '3343',
47971npm verb headers 'accept-ranges': 'bytes',
47972npm verb headers date: 'Tue, 29 Dec 2015 19:33:28 GMT',
47973npm verb headers age: '64',
47974npm verb headers 'x-served-by': 'cache-ams4142-AMS',
47975npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
47976npm verb headers 'x-cache-hits': '1',
47977npm verb headers 'x-timer': 'S1451417608.821959,VS0,VE0',
47978npm verb headers vary: 'Accept',
47979npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
47980npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
47981npm verb headers connection: 'keep-alive' }
47982npm verb get saving is-utf8 to /root/.npm/registry.npmjs.org/is-utf8/.cache.json
47983npm verb cache add spec is-utf8@^0.2.0
47984npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for is-utf8
47985npm verb addNameRange registry:http://registry.npmjs.org/is-utf8 not in flight; fetching
47986npm verb get http://registry.npmjs.org/is-utf8 not expired, no request
47987npm verb addNamed "0.2.1" is a plain semver version for is-utf8
47988npm verb addRemoteTarball http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz not in flight; adding
47989npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz',
47990npm verb addRemoteTarball '4b0da1442104d1b336340e80797e865cf39f7d72' ]
47991npm info retry fetch attempt 1 at 19:33:28
47992npm info attempt registry request try #1 at 19:33:28
47993npm http fetch GET http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz
47994npm http fetch 200 http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz
47995npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz not in flight; adding
47996npm verb addTmpTarball already have metadata; skipping unpack for is-utf8@0.2.1
47997npm verb afterAdd /root/.npm/is-utf8/0.2.1/package/package.json not in flight; writing
47998npm verb afterAdd /root/.npm/is-utf8/0.2.1/package/package.json written
47999npm verb cache add spec graceful-fs@^4.1.2
48000npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
48001npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
48002npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
48003npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
48004npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
48005npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
48006npm verb cache add spec indent-string@^2.1.0
48007npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for indent-string
48008npm verb addNameRange registry:http://registry.npmjs.org/indent-string not in flight; fetching
48009npm verb request uri http://registry.npmjs.org/strip-indent
48010npm verb request no auth needed
48011npm info attempt registry request try #1 at 19:33:29
48012npm http request GET http://registry.npmjs.org/strip-indent
48013npm verb request uri http://registry.npmjs.org/indent-string
48014npm verb request no auth needed
48015npm info attempt registry request try #1 at 19:33:29
48016npm verb etag "84QNOCURLKKXGO825BTSHHENT"
48017npm http request GET http://registry.npmjs.org/indent-string
48018npm http 200 http://registry.npmjs.org/strip-indent
48019npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48020npm verb headers etag: '"8BYR70TFNW2DI6ME4GK7YE8RA"',
48021npm verb headers 'content-type': 'application/json',
48022npm verb headers 'cache-control': 'max-age=60',
48023npm verb headers 'content-length': '9289',
48024npm verb headers 'accept-ranges': 'bytes',
48025npm verb headers date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48026npm verb headers age: '20',
48027npm verb headers 'x-served-by': 'cache-fra1231-FRA',
48028npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48029npm verb headers 'x-cache-hits': '1',
48030npm verb headers 'x-timer': 'S1451417609.025752,VS0,VE0',
48031npm verb headers vary: 'Accept',
48032npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48033npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48034npm verb headers connection: 'keep-alive' }
48035npm verb get saving strip-indent to /root/.npm/registry.npmjs.org/strip-indent/.cache.json
48036npm http 304 http://registry.npmjs.org/indent-string
48037npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48038npm verb headers 'cache-control': 'max-age=60',
48039npm verb headers etag: '"84QNOCURLKKXGO825BTSHHENT"',
48040npm verb headers age: '23',
48041npm verb headers 'x-served-by': 'cache-fra1232-FRA',
48042npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48043npm verb headers 'x-cache-hits': '1',
48044npm verb headers 'x-timer': 'S1451417609.033186,VS0,VE0',
48045npm verb headers vary: 'Accept',
48046npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48047npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48048npm verb headers connection: 'keep-alive' }
48049npm verb etag http://registry.npmjs.org/indent-string from cache
48050npm verb get saving indent-string to /root/.npm/registry.npmjs.org/indent-string/.cache.json
48051npm verb cache add spec strip-indent@^1.0.1
48052npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for strip-indent
48053npm verb addNameRange registry:http://registry.npmjs.org/strip-indent not in flight; fetching
48054npm verb addNamed "2.1.0" is a plain semver version for indent-string
48055npm verb addRemoteTarball http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz not in flight; adding
48056npm verb addRemoteTarball [ 'http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz',
48057npm verb addRemoteTarball '8e2d48348742121b4a8218b7a137e9a52049dc80' ]
48058npm info retry fetch attempt 1 at 19:33:29
48059npm info attempt registry request try #1 at 19:33:29
48060npm http fetch GET http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz
48061npm verb get http://registry.npmjs.org/strip-indent not expired, no request
48062npm verb addNamed "1.0.1" is a plain semver version for strip-indent
48063npm verb addRemoteTarball http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz not in flight; adding
48064npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz',
48065npm verb addRemoteTarball '0c7962a6adefa7bbd4ac366460a638552ae1a0a2' ]
48066npm info retry fetch attempt 1 at 19:33:29
48067npm info attempt registry request try #1 at 19:33:29
48068npm http fetch GET http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz
48069npm http fetch 200 http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz
48070npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz not in flight; adding
48071npm verb addTmpTarball already have metadata; skipping unpack for indent-string@2.1.0
48072npm verb afterAdd /root/.npm/indent-string/2.1.0/package/package.json not in flight; writing
48073npm verb afterAdd /root/.npm/indent-string/2.1.0/package/package.json written
48074npm http fetch 200 http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz
48075npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz not in flight; adding
48076npm verb addTmpTarball already have metadata; skipping unpack for strip-indent@1.0.1
48077npm verb afterAdd /root/.npm/strip-indent/1.0.1/package/package.json not in flight; writing
48078npm verb afterAdd /root/.npm/strip-indent/1.0.1/package/package.json written
48079npm verb cache add spec repeating@^2.0.0
48080npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for repeating
48081npm verb addNameRange registry:http://registry.npmjs.org/repeating not in flight; fetching
48082npm verb request uri http://registry.npmjs.org/repeating
48083npm verb request no auth needed
48084npm info attempt registry request try #1 at 19:33:29
48085npm verb etag "6BGWIKD49WSF23RCV1P70WMAA"
48086npm http request GET http://registry.npmjs.org/repeating
48087npm http 304 http://registry.npmjs.org/repeating
48088npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48089npm verb headers 'cache-control': 'max-age=60',
48090npm verb headers etag: '"6BGWIKD49WSF23RCV1P70WMAA"',
48091npm verb headers age: '15',
48092npm verb headers 'x-served-by': 'cache-ams4142-AMS',
48093npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48094npm verb headers 'x-cache-hits': '1',
48095npm verb headers 'x-timer': 'S1451417609.181024,VS0,VE0',
48096npm verb headers vary: 'Accept',
48097npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48098npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48099npm verb headers connection: 'keep-alive' }
48100npm verb etag http://registry.npmjs.org/repeating from cache
48101npm verb get saving repeating to /root/.npm/registry.npmjs.org/repeating/.cache.json
48102npm verb addNamed "2.0.0" is a plain semver version for repeating
48103npm verb addRemoteTarball http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz not in flight; adding
48104npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz',
48105npm verb addRemoteTarball 'fd27d6d264d18fbebfaa56553dd7b82535a5034e' ]
48106npm info retry fetch attempt 1 at 19:33:29
48107npm info attempt registry request try #1 at 19:33:29
48108npm http fetch GET http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz
48109npm http fetch 200 http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz
48110npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/repeating/-/repeating-2.0.0.tgz not in flight; adding
48111npm verb addTmpTarball already have metadata; skipping unpack for repeating@2.0.0
48112npm verb afterAdd /root/.npm/repeating/2.0.0/package/package.json not in flight; writing
48113npm verb afterAdd /root/.npm/repeating/2.0.0/package/package.json written
48114npm verb request uri http://registry.npmjs.org/os-homedir
48115npm verb request no auth needed
48116npm info attempt registry request try #1 at 19:33:29
48117npm http request GET http://registry.npmjs.org/os-homedir
48118npm http 200 http://registry.npmjs.org/os-homedir
48119npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48120npm verb headers etag: '"EW6GFLS8HPJ06NR5WEQURJIQ0"',
48121npm verb headers 'content-type': 'application/json',
48122npm verb headers 'cache-control': 'max-age=60',
48123npm verb headers 'content-length': '5258',
48124npm verb headers 'accept-ranges': 'bytes',
48125npm verb headers date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48126npm verb headers age: '50',
48127npm verb headers 'x-served-by': 'cache-ams4142-AMS',
48128npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48129npm verb headers 'x-cache-hits': '1',
48130npm verb headers 'x-timer': 'S1451417609.292315,VS0,VE0',
48131npm verb headers vary: 'Accept',
48132npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48133npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48134npm verb headers connection: 'keep-alive' }
48135npm verb get saving os-homedir to /root/.npm/registry.npmjs.org/os-homedir/.cache.json
48136npm verb cache add spec os-homedir@^1.0.0
48137npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-homedir
48138npm verb addNameRange registry:http://registry.npmjs.org/os-homedir not in flight; fetching
48139npm verb get http://registry.npmjs.org/os-homedir not expired, no request
48140npm verb addNamed "1.0.1" is a plain semver version for os-homedir
48141npm verb addRemoteTarball http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
48142npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz',
48143npm verb addRemoteTarball '0d62bdf44b916fd3bbdcf2cab191948fb094f007' ]
48144npm info retry fetch attempt 1 at 19:33:29
48145npm info attempt registry request try #1 at 19:33:29
48146npm http fetch GET http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
48147npm http fetch 200 http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
48148npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
48149npm verb addTmpTarball already have metadata; skipping unpack for os-homedir@1.0.1
48150npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json not in flight; writing
48151npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json written
48152npm verb cache add spec accepts@~1.2.12
48153npm verb cache add spec cookie@0.1.3
48154npm verb cache add spec cookie-signature@1.0.6
48155npm verb cache add spec debug@~2.2.0
48156npm verb cache add spec depd@~1.0.1
48157npm verb cache add spec escape-html@1.0.2
48158npm verb cache add spec fresh@0.3.0
48159npm verb cache add spec merge-descriptors@1.0.0
48160npm verb cache add spec methods@~1.1.1
48161npm verb cache add spec parseurl@~1.3.0
48162npm verb cache add spec path-to-regexp@0.1.7
48163npm verb cache add spec qs@4.0.0
48164npm verb cache add spec range-parser@~1.0.2
48165npm verb cache add spec send@0.13.0
48166npm verb cache add spec serve-static@~1.10.0
48167npm verb cache add spec type-is@~1.6.6
48168npm verb addNamed ">=1.2.12 <1.3.0" is a valid semver range for accepts
48169npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
48170npm verb addNamed "0.1.3" is a plain semver version for cookie
48171npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
48172npm verb addNamed "1.0.6" is a plain semver version for cookie-signature
48173npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
48174npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
48175npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
48176npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for depd
48177npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
48178npm verb addNamed "1.0.2" is a plain semver version for escape-html
48179npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
48180npm verb addNamed "0.3.0" is a plain semver version for fresh
48181npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
48182npm verb addNamed "1.0.0" is a plain semver version for merge-descriptors
48183npm verb addNameVersion registry:http://registry.npmjs.org/merge-descriptors not in flight; fetching
48184npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for methods
48185npm verb addNameRange registry:http://registry.npmjs.org/methods not in flight; fetching
48186npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
48187npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
48188npm verb addNamed "0.1.7" is a plain semver version for path-to-regexp
48189npm verb addNameVersion registry:http://registry.npmjs.org/path-to-regexp not in flight; fetching
48190npm verb addNamed "4.0.0" is a plain semver version for qs
48191npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
48192npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for range-parser
48193npm verb addNameRange registry:http://registry.npmjs.org/range-parser not in flight; fetching
48194npm verb addNamed "0.13.0" is a plain semver version for send
48195npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
48196npm verb addNamed ">=1.10.0 <1.11.0" is a valid semver range for serve-static
48197npm verb addNameRange registry:http://registry.npmjs.org/serve-static not in flight; fetching
48198npm verb addNamed ">=1.6.6 <1.7.0" is a valid semver range for type-is
48199npm verb addNameRange registry:http://registry.npmjs.org/type-is not in flight; fetching
48200npm verb request uri http://registry.npmjs.org/array-flatten
48201npm verb request no auth needed
48202npm info attempt registry request try #1 at 19:33:29
48203npm http request GET http://registry.npmjs.org/array-flatten
48204npm verb request uri http://registry.npmjs.org/content-disposition
48205npm verb request no auth needed
48206npm info attempt registry request try #1 at 19:33:29
48207npm http request GET http://registry.npmjs.org/content-disposition
48208npm verb request uri http://registry.npmjs.org/content-type
48209npm verb request no auth needed
48210npm info attempt registry request try #1 at 19:33:29
48211npm http request GET http://registry.npmjs.org/content-type
48212npm verb request uri http://registry.npmjs.org/etag
48213npm verb request no auth needed
48214npm info attempt registry request try #1 at 19:33:29
48215npm http request GET http://registry.npmjs.org/etag
48216npm verb request uri http://registry.npmjs.org/finalhandler
48217npm verb request no auth needed
48218npm info attempt registry request try #1 at 19:33:29
48219npm http request GET http://registry.npmjs.org/finalhandler
48220npm verb request uri http://registry.npmjs.org/on-finished
48221npm verb request no auth needed
48222npm info attempt registry request try #1 at 19:33:29
48223npm http request GET http://registry.npmjs.org/on-finished
48224npm verb request uri http://registry.npmjs.org/proxy-addr
48225npm verb request no auth needed
48226npm info attempt registry request try #1 at 19:33:29
48227npm http request GET http://registry.npmjs.org/proxy-addr
48228npm verb request uri http://registry.npmjs.org/cookie
48229npm verb request no auth needed
48230npm info attempt registry request try #1 at 19:33:29
48231npm verb etag "3UTV693OT3MQ8VLEZGR1RIH86"
48232npm http request GET http://registry.npmjs.org/cookie
48233npm verb request uri http://registry.npmjs.org/cookie-signature
48234npm verb request no auth needed
48235npm info attempt registry request try #1 at 19:33:29
48236npm verb etag "8NE2NNIH2V0SABXWGZXHH3U6K"
48237npm http request GET http://registry.npmjs.org/cookie-signature
48238npm verb request uri http://registry.npmjs.org/accepts
48239npm verb request no auth needed
48240npm info attempt registry request try #1 at 19:33:29
48241npm verb etag "CMQELY7N9D8O3WS7OAI4D1QJL"
48242npm http request GET http://registry.npmjs.org/accepts
48243npm verb get http://registry.npmjs.org/debug not expired, no request
48244npm verb addNamed "2.2.0" is a plain semver version for debug
48245npm verb request uri http://registry.npmjs.org/depd
48246npm verb request no auth needed
48247npm info attempt registry request try #1 at 19:33:29
48248npm verb etag "D51XQ8IB2NO2EXAU1UFAY1A1L"
48249npm http request GET http://registry.npmjs.org/depd
48250npm verb request uri http://registry.npmjs.org/escape-html
48251npm verb request no auth needed
48252npm info attempt registry request try #1 at 19:33:29
48253npm verb etag "3RUCAG2JGG4DUNM1HT84AH638"
48254npm http request GET http://registry.npmjs.org/escape-html
48255npm verb request uri http://registry.npmjs.org/fresh
48256npm verb request no auth needed
48257npm info attempt registry request try #1 at 19:33:29
48258npm verb etag "9NHR4LROGERRIX4U2GNV4QVT"
48259npm http request GET http://registry.npmjs.org/fresh
48260npm verb request uri http://registry.npmjs.org/merge-descriptors
48261npm verb request no auth needed
48262npm info attempt registry request try #1 at 19:33:29
48263npm verb etag "77M0MD0SK0BMYKIO15H10LIYR"
48264npm http request GET http://registry.npmjs.org/merge-descriptors
48265npm verb request uri http://registry.npmjs.org/methods
48266npm verb request no auth needed
48267npm info attempt registry request try #1 at 19:33:29
48268npm verb etag "DO0SV9ZWBGKHHT6F5AJRGFLTU"
48269npm http request GET http://registry.npmjs.org/methods
48270npm verb request uri http://registry.npmjs.org/parseurl
48271npm verb request no auth needed
48272npm info attempt registry request try #1 at 19:33:29
48273npm verb etag "C38PVP7JXF6E8MRHKL33KKEI6"
48274npm http request GET http://registry.npmjs.org/parseurl
48275npm verb request uri http://registry.npmjs.org/path-to-regexp
48276npm verb request no auth needed
48277npm info attempt registry request try #1 at 19:33:29
48278npm verb etag "44L0C4D3C0FA42U3300PZE763"
48279npm http request GET http://registry.npmjs.org/path-to-regexp
48280npm verb request uri http://registry.npmjs.org/range-parser
48281npm verb request no auth needed
48282npm info attempt registry request try #1 at 19:33:29
48283npm verb etag "8WZEBUX4S6QUN4CYHEIWQZ9BB"
48284npm http request GET http://registry.npmjs.org/range-parser
48285npm verb request uri http://registry.npmjs.org/qs
48286npm verb request no auth needed
48287npm info attempt registry request try #1 at 19:33:29
48288npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
48289npm http request GET http://registry.npmjs.org/qs
48290npm verb request uri http://registry.npmjs.org/serve-static
48291npm verb request no auth needed
48292npm info attempt registry request try #1 at 19:33:29
48293npm verb etag "DGUOJ6WTQPFO1MQ4XK90KECIO"
48294npm http request GET http://registry.npmjs.org/serve-static
48295npm verb request uri http://registry.npmjs.org/send
48296npm verb request no auth needed
48297npm info attempt registry request try #1 at 19:33:29
48298npm verb etag "APVO6G21BQNLG10Z1NYC3J8EZ"
48299npm http request GET http://registry.npmjs.org/send
48300npm verb request uri http://registry.npmjs.org/type-is
48301npm verb request no auth needed
48302npm info attempt registry request try #1 at 19:33:30
48303npm verb etag "460R9QTM2R63TFO6D7HBETX5A"
48304npm http request GET http://registry.npmjs.org/type-is
48305npm http 200 http://registry.npmjs.org/content-type
48306npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48307npm verb headers etag: '"A61HQDKGOUEM3F9DCWTGYV4NW"',
48308npm verb headers 'content-type': 'application/json',
48309npm verb headers 'cache-control': 'max-age=300',
48310npm verb headers 'content-length': '7394',
48311npm verb headers 'accept-ranges': 'bytes',
48312npm verb headers date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48313npm verb headers age: '66',
48314npm verb headers 'x-served-by': 'cache-fra1231-FRA',
48315npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48316npm verb headers 'x-cache-hits': '1',
48317npm verb headers 'x-timer': 'S1451417609.800256,VS0,VE0',
48318npm verb headers vary: 'Accept',
48319npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48320npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48321npm verb headers connection: 'keep-alive' }
48322npm verb get saving content-type to /root/.npm/registry.npmjs.org/content-type/.cache.json
48323npm http 200 http://registry.npmjs.org/content-disposition
48324npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48325npm verb headers etag: '"384YYEPADLLZ324XAC4AOM85K"',
48326npm verb headers 'content-type': 'application/json',
48327npm verb headers 'cache-control': 'max-age=60',
48328npm verb headers 'content-length': '17640',
48329npm verb headers 'accept-ranges': 'bytes',
48330npm verb headers date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48331npm verb headers age: '31',
48332npm verb headers 'x-served-by': 'cache-fra1232-FRA',
48333npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48334npm verb headers 'x-cache-hits': '1',
48335npm verb headers 'x-timer': 'S1451417609.800162,VS0,VE1',
48336npm verb headers vary: 'Accept',
48337npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48338npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48339npm verb headers connection: 'keep-alive' }
48340npm verb get saving content-disposition to /root/.npm/registry.npmjs.org/content-disposition/.cache.json
48341npm http 200 http://registry.npmjs.org/finalhandler
48342npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48343npm verb headers etag: '"A9RCF00L9QOIXR50EOP5F4SBG"',
48344npm verb headers 'content-type': 'application/json',
48345npm verb headers 'cache-control': 'max-age=300',
48346npm verb headers 'content-length': '27963',
48347npm verb headers 'accept-ranges': 'bytes',
48348npm verb headers date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48349npm verb headers age: '176',
48350npm verb headers 'x-served-by': 'cache-fra1223-FRA',
48351npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48352npm verb headers 'x-cache-hits': '1',
48353npm verb headers 'x-timer': 'S1451417609.800837,VS0,VE1',
48354npm verb headers vary: 'Accept',
48355npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
48356npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48357npm verb headers connection: 'keep-alive' }
48358npm verb get saving finalhandler to /root/.npm/registry.npmjs.org/finalhandler/.cache.json
48359npm http 200 http://registry.npmjs.org/on-finished
48360npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48361npm verb headers etag: '"C3B8WUFHDCUPW30V9K2VX45P3"',
48362npm verb headers 'content-type': 'application/json',
48363npm verb headers 'cache-control': 'max-age=60',
48364npm verb headers 'content-length': '15013',
48365npm verb headers 'accept-ranges': 'bytes',
48366npm verb headers date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48367npm verb headers age: '36',
48368npm verb headers 'x-served-by': 'cache-fra1226-FRA',
48369npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48370npm verb headers 'x-cache-hits': '1',
48371npm verb headers 'x-timer': 'S1451417609.802785,VS0,VE0',
48372npm verb headers vary: 'Accept',
48373npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48374npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48375npm verb headers connection: 'keep-alive' }
48376npm verb get saving on-finished to /root/.npm/registry.npmjs.org/on-finished/.cache.json
48377npm http 200 http://registry.npmjs.org/array-flatten
48378npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48379npm verb headers etag: '"AACE7W5FTSMZES7EZL2DWW9CW"',
48380npm verb headers 'content-type': 'application/json',
48381npm verb headers 'cache-control': 'max-age=300',
48382npm verb headers 'content-length': '11717',
48383npm verb headers 'accept-ranges': 'bytes',
48384npm verb headers date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48385npm verb headers age: '59',
48386npm verb headers 'x-served-by': 'cache-ams4142-AMS',
48387npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48388npm verb headers 'x-cache-hits': '2',
48389npm verb headers 'x-timer': 'S1451417609.803196,VS0,VE0',
48390npm verb headers vary: 'Accept',
48391npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48392npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48393npm verb headers connection: 'keep-alive' }
48394npm verb get saving array-flatten to /root/.npm/registry.npmjs.org/array-flatten/.cache.json
48395npm http 200 http://registry.npmjs.org/etag
48396npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48397npm verb headers etag: '"3JKODAL80DJD7T0UIZT1IMKF0"',
48398npm verb headers 'content-type': 'application/json',
48399npm verb headers 'cache-control': 'max-age=60',
48400npm verb headers 'content-length': '21776',
48401npm verb headers 'accept-ranges': 'bytes',
48402npm verb headers date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48403npm verb headers age: '36',
48404npm verb headers 'x-served-by': 'cache-ams4146-AMS',
48405npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48406npm verb headers 'x-cache-hits': '1',
48407npm verb headers 'x-timer': 'S1451417609.804027,VS0,VE0',
48408npm verb headers vary: 'Accept',
48409npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48410npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48411npm verb headers connection: 'keep-alive' }
48412npm verb get saving etag to /root/.npm/registry.npmjs.org/etag/.cache.json
48413npm http 304 http://registry.npmjs.org/parseurl
48414npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48415npm verb headers 'cache-control': 'max-age=60',
48416npm verb headers etag: '"C38PVP7JXF6E8MRHKL33KKEI6"',
48417npm verb headers age: '13',
48418npm verb headers 'x-served-by': 'cache-fra1231-FRA',
48419npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48420npm verb headers 'x-cache-hits': '2',
48421npm verb headers 'x-timer': 'S1451417609.947379,VS0,VE0',
48422npm verb headers vary: 'Accept',
48423npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48424npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48425npm verb headers connection: 'keep-alive' }
48426npm verb etag http://registry.npmjs.org/parseurl from cache
48427npm verb get saving parseurl to /root/.npm/registry.npmjs.org/parseurl/.cache.json
48428npm http 304 http://registry.npmjs.org/methods
48429npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48430npm verb headers 'cache-control': 'max-age=300',
48431npm verb headers etag: '"DO0SV9ZWBGKHHT6F5AJRGFLTU"',
48432npm verb headers age: '112',
48433npm verb headers 'x-served-by': 'cache-fra1232-FRA',
48434npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48435npm verb headers 'x-cache-hits': '1',
48436npm verb headers 'x-timer': 'S1451417609.947213,VS0,VE0',
48437npm verb headers vary: 'Accept',
48438npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48439npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48440npm verb headers connection: 'keep-alive' }
48441npm verb etag http://registry.npmjs.org/methods from cache
48442npm verb get saving methods to /root/.npm/registry.npmjs.org/methods/.cache.json
48443npm http 304 http://registry.npmjs.org/cookie
48444npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48445npm verb headers 'cache-control': 'max-age=300',
48446npm verb headers etag: '"3UTV693OT3MQ8VLEZGR1RIH86"',
48447npm verb headers age: '285',
48448npm verb headers 'x-served-by': 'cache-ams4142-AMS',
48449npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48450npm verb headers 'x-cache-hits': '3',
48451npm verb headers 'x-timer': 'S1451417609.947889,VS0,VE0',
48452npm verb headers vary: 'Accept',
48453npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48454npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48455npm verb headers connection: 'keep-alive' }
48456npm verb etag http://registry.npmjs.org/cookie from cache
48457npm verb get saving cookie to /root/.npm/registry.npmjs.org/cookie/.cache.json
48458npm http 304 http://registry.npmjs.org/cookie-signature
48459npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48460npm verb headers 'cache-control': 'max-age=60',
48461npm verb headers etag: '"8NE2NNIH2V0SABXWGZXHH3U6K"',
48462npm verb headers age: '49',
48463npm verb headers 'x-served-by': 'cache-ams4146-AMS',
48464npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48465npm verb headers 'x-cache-hits': '2',
48466npm verb headers 'x-timer': 'S1451417609.949731,VS0,VE0',
48467npm verb headers vary: 'Accept',
48468npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48469npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48470npm verb headers connection: 'keep-alive' }
48471npm verb etag http://registry.npmjs.org/cookie-signature from cache
48472npm verb get saving cookie-signature to /root/.npm/registry.npmjs.org/cookie-signature/.cache.json
48473npm http 304 http://registry.npmjs.org/depd
48474npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48475npm verb headers 'cache-control': 'max-age=60',
48476npm verb headers etag: '"D51XQ8IB2NO2EXAU1UFAY1A1L"',
48477npm verb headers age: '58',
48478npm verb headers 'x-served-by': 'cache-ams4145-AMS',
48479npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48480npm verb headers 'x-cache-hits': '1',
48481npm verb headers 'x-timer': 'S1451417609.949618,VS0,VE0',
48482npm verb headers vary: 'Accept',
48483npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48484npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48485npm verb headers connection: 'keep-alive' }
48486npm verb etag http://registry.npmjs.org/depd from cache
48487npm verb get saving depd to /root/.npm/registry.npmjs.org/depd/.cache.json
48488npm http 304 http://registry.npmjs.org/fresh
48489npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48490npm verb headers 'cache-control': 'max-age=300',
48491npm verb headers etag: '"9NHR4LROGERRIX4U2GNV4QVT"',
48492npm verb headers age: '192',
48493npm verb headers 'x-served-by': 'cache-ams4124-AMS',
48494npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48495npm verb headers 'x-cache-hits': '4',
48496npm verb headers 'x-timer': 'S1451417609.950592,VS0,VE0',
48497npm verb headers vary: 'Accept',
48498npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48499npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48500npm verb headers connection: 'keep-alive' }
48501npm verb etag http://registry.npmjs.org/fresh from cache
48502npm verb get saving fresh to /root/.npm/registry.npmjs.org/fresh/.cache.json
48503npm http 304 http://registry.npmjs.org/escape-html
48504npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48505npm verb headers 'cache-control': 'max-age=300',
48506npm verb headers etag: '"3RUCAG2JGG4DUNM1HT84AH638"',
48507npm verb headers age: '123',
48508npm verb headers 'x-served-by': 'cache-ams4124-AMS',
48509npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48510npm verb headers 'x-cache-hits': '1',
48511npm verb headers 'x-timer': 'S1451417609.949678,VS0,VE0',
48512npm verb headers vary: 'Accept',
48513npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48514npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48515npm verb headers connection: 'keep-alive' }
48516npm verb etag http://registry.npmjs.org/escape-html from cache
48517npm verb get saving escape-html to /root/.npm/registry.npmjs.org/escape-html/.cache.json
48518npm http 304 http://registry.npmjs.org/path-to-regexp
48519npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48520npm verb headers 'cache-control': 'max-age=300',
48521npm verb headers etag: '"44L0C4D3C0FA42U3300PZE763"',
48522npm verb headers age: '177',
48523npm verb headers 'x-served-by': 'cache-ams4131-AMS',
48524npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48525npm verb headers 'x-cache-hits': '2',
48526npm verb headers 'x-timer': 'S1451417609.950465,VS0,VE0',
48527npm verb headers vary: 'Accept',
48528npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48529npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48530npm verb headers connection: 'keep-alive' }
48531npm verb etag http://registry.npmjs.org/path-to-regexp from cache
48532npm verb get saving path-to-regexp to /root/.npm/registry.npmjs.org/path-to-regexp/.cache.json
48533npm http 304 http://registry.npmjs.org/merge-descriptors
48534npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48535npm verb headers 'cache-control': 'max-age=300',
48536npm verb headers etag: '"77M0MD0SK0BMYKIO15H10LIYR"',
48537npm verb headers age: '61',
48538npm verb headers 'x-served-by': 'cache-fra1226-FRA',
48539npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48540npm verb headers 'x-cache-hits': '1',
48541npm verb headers 'x-timer': 'S1451417609.947317,VS0,VE7',
48542npm verb headers vary: 'Accept',
48543npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
48544npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48545npm verb headers connection: 'keep-alive' }
48546npm verb etag http://registry.npmjs.org/merge-descriptors from cache
48547npm verb get saving merge-descriptors to /root/.npm/registry.npmjs.org/merge-descriptors/.cache.json
48548npm http 304 http://registry.npmjs.org/range-parser
48549npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48550npm verb headers 'cache-control': 'max-age=60',
48551npm verb headers etag: '"8WZEBUX4S6QUN4CYHEIWQZ9BB"',
48552npm verb headers age: '54',
48553npm verb headers 'x-served-by': 'cache-ams4143-AMS',
48554npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48555npm verb headers 'x-cache-hits': '2',
48556npm verb headers 'x-timer': 'S1451417609.951130,VS0,VE0',
48557npm verb headers vary: 'Accept',
48558npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48559npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48560npm verb headers connection: 'keep-alive' }
48561npm verb etag http://registry.npmjs.org/range-parser from cache
48562npm verb get saving range-parser to /root/.npm/registry.npmjs.org/range-parser/.cache.json
48563npm http 304 http://registry.npmjs.org/qs
48564npm verb headers { date: 'Tue, 29 Dec 2015 19:30:13 GMT',
48565npm verb headers 'content-type': 'application/json',
48566npm verb headers age: '245',
48567npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
48568npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
48569npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
48570npm verb headers connection: 'keep-alive' }
48571npm verb etag http://registry.npmjs.org/qs from cache
48572npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
48573npm http 200 http://registry.npmjs.org/proxy-addr
48574npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48575npm verb headers etag: '"9K80Y80RUXRE89F9QNZD77762"',
48576npm verb headers 'content-type': 'application/json',
48577npm verb headers 'cache-control': 'max-age=60',
48578npm verb headers 'content-length': '25902',
48579npm verb headers 'accept-ranges': 'bytes',
48580npm verb headers date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48581npm verb headers age: '58',
48582npm verb headers 'x-served-by': 'cache-ams4143-AMS',
48583npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48584npm verb headers 'x-cache-hits': '1',
48585npm verb headers 'x-timer': 'S1451417609.804517,VS0,VE0',
48586npm verb headers vary: 'Accept',
48587npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48588npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48589npm verb headers connection: 'keep-alive' }
48590npm verb get saving proxy-addr to /root/.npm/registry.npmjs.org/proxy-addr/.cache.json
48591npm http 304 http://registry.npmjs.org/type-is
48592npm verb headers { date: 'Tue, 29 Dec 2015 19:33:30 GMT',
48593npm verb headers 'cache-control': 'max-age=60',
48594npm verb headers etag: '"460R9QTM2R63TFO6D7HBETX5A"',
48595npm verb headers age: '53',
48596npm verb headers 'x-served-by': 'cache-fra1232-FRA',
48597npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48598npm verb headers 'x-cache-hits': '4',
48599npm verb headers 'x-timer': 'S1451417610.117586,VS0,VE0',
48600npm verb headers vary: 'Accept',
48601npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48602npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48603npm verb headers connection: 'keep-alive' }
48604npm verb etag http://registry.npmjs.org/type-is from cache
48605npm verb get saving type-is to /root/.npm/registry.npmjs.org/type-is/.cache.json
48606npm http 304 http://registry.npmjs.org/send
48607npm verb headers { date: 'Tue, 29 Dec 2015 19:33:30 GMT',
48608npm verb headers 'cache-control': 'max-age=60',
48609npm verb headers etag: '"APVO6G21BQNLG10Z1NYC3J8EZ"',
48610npm verb headers age: '49',
48611npm verb headers 'x-served-by': 'cache-fra1226-FRA',
48612npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48613npm verb headers 'x-cache-hits': '1',
48614npm verb headers 'x-timer': 'S1451417610.117649,VS0,VE0',
48615npm verb headers vary: 'Accept',
48616npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48617npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48618npm verb headers connection: 'keep-alive' }
48619npm verb etag http://registry.npmjs.org/send from cache
48620npm verb get saving send to /root/.npm/registry.npmjs.org/send/.cache.json
48621npm http 304 http://registry.npmjs.org/serve-static
48622npm verb headers { date: 'Tue, 29 Dec 2015 19:33:30 GMT',
48623npm verb headers 'cache-control': 'max-age=300',
48624npm verb headers etag: '"DGUOJ6WTQPFO1MQ4XK90KECIO"',
48625npm verb headers age: '5',
48626npm verb headers 'x-served-by': 'cache-ams4143-AMS',
48627npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48628npm verb headers 'x-cache-hits': '1',
48629npm verb headers 'x-timer': 'S1451417610.120849,VS0,VE0',
48630npm verb headers vary: 'Accept',
48631npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48632npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48633npm verb headers connection: 'keep-alive' }
48634npm verb etag http://registry.npmjs.org/serve-static from cache
48635npm verb get saving serve-static to /root/.npm/registry.npmjs.org/serve-static/.cache.json
48636npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
48637npm verb addNamed "1.1.1" is a plain semver version for methods
48638npm verb addNamed "1.3.0" is a plain semver version for parseurl
48639npm verb addNamed "1.0.1" is a plain semver version for depd
48640npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
48641npm verb cache add spec content-disposition@0.5.0
48642npm verb addNamed "0.5.0" is a plain semver version for content-disposition
48643npm verb addNameVersion registry:http://registry.npmjs.org/content-disposition not in flight; fetching
48644npm verb cache add spec content-type@~1.0.1
48645npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for content-type
48646npm verb addNameRange registry:http://registry.npmjs.org/content-type not in flight; fetching
48647npm verb cache add spec finalhandler@0.4.0
48648npm verb addNamed "0.4.0" is a plain semver version for finalhandler
48649npm verb addNameVersion registry:http://registry.npmjs.org/finalhandler not in flight; fetching
48650npm verb cache add spec on-finished@~2.3.0
48651npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for on-finished
48652npm verb addNameRange registry:http://registry.npmjs.org/on-finished not in flight; fetching
48653npm verb cache add spec array-flatten@1.1.1
48654npm verb addNamed "1.1.1" is a plain semver version for array-flatten
48655npm verb addNameVersion registry:http://registry.npmjs.org/array-flatten not in flight; fetching
48656npm verb cache add spec etag@~1.7.0
48657npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for etag
48658npm verb addNameRange registry:http://registry.npmjs.org/etag not in flight; fetching
48659npm verb addRemoteTarball http://registry.npmjs.org/methods/-/methods-1.1.1.tgz not in flight; adding
48660npm verb addRemoteTarball [ 'http://registry.npmjs.org/methods/-/methods-1.1.1.tgz',
48661npm verb addRemoteTarball '17ea6366066d00c58e375b8ec7dfd0453c89822a' ]
48662npm verb addRemoteTarball http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz not in flight; adding
48663npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz',
48664npm verb addRemoteTarball 'b58046db4223e145afa76009e61bac87cc2281b3' ]
48665npm verb addRemoteTarball http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz not in flight; adding
48666npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz',
48667npm verb addRemoteTarball 'e734a5c1417fce472d5aef82c381cabb64d1a435' ]
48668npm verb addNamed "1.0.3" is a plain semver version for range-parser
48669npm verb addRemoteTarball http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz not in flight; adding
48670npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz',
48671npm verb addRemoteTarball 'e303a882b342cc3ee8ca513a79999734dab3ae2c' ]
48672npm verb addRemoteTarball http://registry.npmjs.org/depd/-/depd-1.0.1.tgz not in flight; adding
48673npm verb addRemoteTarball [ 'http://registry.npmjs.org/depd/-/depd-1.0.1.tgz',
48674npm verb addRemoteTarball '80aec64c9d6d97e65cc2a9caa93c0aa6abf73aaa' ]
48675npm verb addRemoteTarball http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz not in flight; adding
48676npm verb addRemoteTarball [ 'http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz',
48677npm verb addRemoteTarball 'd77d32fa98e38c2f41ae85e9278e0e0e6ba1022c' ]
48678npm verb addRemoteTarball http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz not in flight; adding
48679npm verb addRemoteTarball [ 'http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz',
48680npm verb addRemoteTarball '651f838e22424e7566de161d8358caa199f83d4f' ]
48681npm verb addNamed "1.6.10" is a plain semver version for type-is
48682npm verb addNamed "1.10.0" is a plain semver version for serve-static
48683npm verb addRemoteTarball http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz not in flight; adding
48684npm verb addRemoteTarball [ 'http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz',
48685npm verb addRemoteTarball '2169cf7538e1b0cc87fb88e1502d8474bbf79864' ]
48686npm verb addRemoteTarball http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz not in flight; adding
48687npm verb addRemoteTarball [ 'http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz',
48688npm verb addRemoteTarball '6872823535c692e2c2a0103826afd82c2e0ff175' ]
48689npm verb addRemoteTarball http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz not in flight; adding
48690npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz',
48691npm verb addRemoteTarball 'df604178005f522f15eb4490e7247a1bfaa67f8c' ]
48692npm verb addRemoteTarball http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz not in flight; adding
48693npm verb addRemoteTarball [ 'http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz',
48694npm verb addRemoteTarball 'd27e995b20d8c2a543f3420573f690a3929fd75a' ]
48695npm verb addRemoteTarball http://registry.npmjs.org/send/-/send-0.13.0.tgz not in flight; adding
48696npm verb addRemoteTarball [ 'http://registry.npmjs.org/send/-/send-0.13.0.tgz',
48697npm verb addRemoteTarball '518f921aeb0560aec7dcab2990b14cf6f3cce5de' ]
48698npm verb addRemoteTarball http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz not in flight; adding
48699npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz',
48700npm verb addRemoteTarball 'be632faa685820e4a43ed3df1379135cc4f370d7' ]
48701npm info retry fetch attempt 1 at 19:33:30
48702npm info attempt registry request try #1 at 19:33:30
48703npm http fetch GET http://registry.npmjs.org/methods/-/methods-1.1.1.tgz
48704npm info retry fetch attempt 1 at 19:33:30
48705npm info attempt registry request try #1 at 19:33:30
48706npm http fetch GET http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz
48707npm info retry fetch attempt 1 at 19:33:30
48708npm info attempt registry request try #1 at 19:33:30
48709npm http fetch GET http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz
48710npm info retry fetch attempt 1 at 19:33:30
48711npm info attempt registry request try #1 at 19:33:30
48712npm http fetch GET http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz
48713npm info retry fetch attempt 1 at 19:33:30
48714npm info attempt registry request try #1 at 19:33:30
48715npm http fetch GET http://registry.npmjs.org/depd/-/depd-1.0.1.tgz
48716npm info retry fetch attempt 1 at 19:33:30
48717npm info attempt registry request try #1 at 19:33:30
48718npm http fetch GET http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz
48719npm info retry fetch attempt 1 at 19:33:30
48720npm info attempt registry request try #1 at 19:33:30
48721npm http fetch GET http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz
48722npm verb cache add spec proxy-addr@~1.0.8
48723npm verb addNamed ">=1.0.8 <1.1.0" is a valid semver range for proxy-addr
48724npm verb addNameRange registry:http://registry.npmjs.org/proxy-addr not in flight; fetching
48725npm info retry fetch attempt 1 at 19:33:30
48726npm info attempt registry request try #1 at 19:33:30
48727npm http fetch GET http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz
48728npm info retry fetch attempt 1 at 19:33:30
48729npm info attempt registry request try #1 at 19:33:30
48730npm http fetch GET http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz
48731npm info retry fetch attempt 1 at 19:33:30
48732npm info attempt registry request try #1 at 19:33:30
48733npm http fetch GET http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz
48734npm info retry fetch attempt 1 at 19:33:30
48735npm info attempt registry request try #1 at 19:33:30
48736npm http fetch GET http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz
48737npm info retry fetch attempt 1 at 19:33:30
48738npm info attempt registry request try #1 at 19:33:30
48739npm http fetch GET http://registry.npmjs.org/send/-/send-0.13.0.tgz
48740npm info retry fetch attempt 1 at 19:33:30
48741npm info attempt registry request try #1 at 19:33:30
48742npm http fetch GET http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz
48743npm http fetch 200 http://registry.npmjs.org/methods/-/methods-1.1.1.tgz
48744npm http fetch 200 http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz
48745npm http fetch 200 http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz
48746npm verb get http://registry.npmjs.org/on-finished not expired, no request
48747npm verb addNamed "2.3.0" is a plain semver version for on-finished
48748npm verb get http://registry.npmjs.org/finalhandler not expired, no request
48749npm verb get http://registry.npmjs.org/array-flatten not expired, no request
48750npm verb get http://registry.npmjs.org/etag not expired, no request
48751npm verb addNamed "1.7.0" is a plain semver version for etag
48752npm verb get http://registry.npmjs.org/content-disposition not expired, no request
48753npm verb get http://registry.npmjs.org/content-type not expired, no request
48754npm verb addNamed "1.0.1" is a plain semver version for content-type
48755npm http fetch 200 http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz
48756npm http fetch 200 http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz
48757npm http fetch 200 http://registry.npmjs.org/depd/-/depd-1.0.1.tgz
48758npm http fetch 200 http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz
48759npm verb addRemoteTarball http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz not in flight; adding
48760npm verb addRemoteTarball [ 'http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz',
48761npm verb addRemoteTarball '20f1336481b083cd75337992a16971aa2d906947' ]
48762npm verb addRemoteTarball http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz not in flight; adding
48763npm verb addRemoteTarball [ 'http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz',
48764npm verb addRemoteTarball '965a52d9e8d05d2b857548541fb89b53a2497d9b' ]
48765npm verb addRemoteTarball http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz not in flight; adding
48766npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz',
48767npm verb addRemoteTarball '9a5f699051b1e7073328f2a008968b64ea2955d2' ]
48768npm verb addRemoteTarball http://registry.npmjs.org/etag/-/etag-1.7.0.tgz not in flight; adding
48769npm verb addRemoteTarball [ 'http://registry.npmjs.org/etag/-/etag-1.7.0.tgz',
48770npm verb addRemoteTarball '03d30b5f67dd6e632d2945d30d6652731a34d5d8' ]
48771npm verb addRemoteTarball http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz not in flight; adding
48772npm verb addRemoteTarball [ 'http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz',
48773npm verb addRemoteTarball '4284fe6ae0630874639e44e80a418c2934135e9e' ]
48774npm verb addRemoteTarball http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz not in flight; adding
48775npm verb addRemoteTarball [ 'http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz',
48776npm verb addRemoteTarball 'a19d2247327dc038050ce622b7a154ec59c5e600' ]
48777npm http fetch 200 http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz
48778npm http fetch 200 http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz
48779npm http fetch 200 http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz
48780npm http fetch 200 http://registry.npmjs.org/send/-/send-0.13.0.tgz
48781npm http fetch 200 http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz
48782npm http fetch 200 http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz
48783npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json not in flight; writing
48784npm verb get http://registry.npmjs.org/proxy-addr not expired, no request
48785npm verb addNamed "1.0.10" is a plain semver version for proxy-addr
48786npm verb addRemoteTarball http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz not in flight; adding
48787npm verb addRemoteTarball [ 'http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz',
48788npm verb addRemoteTarball '0d40a82f801fc355567d2ecb65efe3f077f121c5' ]
48789npm info retry fetch attempt 1 at 19:33:30
48790npm info attempt registry request try #1 at 19:33:30
48791npm http fetch GET http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz
48792npm info retry fetch attempt 1 at 19:33:30
48793npm info attempt registry request try #1 at 19:33:30
48794npm http fetch GET http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz
48795npm info retry fetch attempt 1 at 19:33:30
48796npm info attempt registry request try #1 at 19:33:30
48797npm http fetch GET http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
48798npm info retry fetch attempt 1 at 19:33:30
48799npm info attempt registry request try #1 at 19:33:30
48800npm http fetch GET http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz
48801npm info retry fetch attempt 1 at 19:33:30
48802npm info attempt registry request try #1 at 19:33:30
48803npm http fetch GET http://registry.npmjs.org/etag/-/etag-1.7.0.tgz
48804npm info retry fetch attempt 1 at 19:33:30
48805npm info attempt registry request try #1 at 19:33:30
48806npm http fetch GET http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz
48807npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz not in flight; adding
48808npm verb addTmpTarball already have metadata; skipping unpack for parseurl@1.3.0
48809npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cookie/-/cookie-0.1.3.tgz not in flight; adding
48810npm verb addTmpTarball already have metadata; skipping unpack for cookie@0.1.3
48811npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/methods/-/methods-1.1.1.tgz not in flight; adding
48812npm verb addTmpTarball already have metadata; skipping unpack for methods@1.1.1
48813npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/fresh/-/fresh-0.3.0.tgz not in flight; adding
48814npm verb addTmpTarball already have metadata; skipping unpack for fresh@0.3.0
48815npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz not in flight; adding
48816npm verb addTmpTarball already have metadata; skipping unpack for escape-html@1.0.2
48817npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/depd/-/depd-1.0.1.tgz not in flight; adding
48818npm verb addTmpTarball already have metadata; skipping unpack for depd@1.0.1
48819npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz not in flight; adding
48820npm verb addTmpTarball already have metadata; skipping unpack for cookie-signature@1.0.6
48821npm http fetch 200 http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
48822npm http fetch 200 http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz
48823npm http fetch 200 http://registry.npmjs.org/etag/-/etag-1.7.0.tgz
48824npm info retry fetch attempt 1 at 19:33:30
48825npm info attempt registry request try #1 at 19:33:30
48826npm http fetch GET http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz
48827npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json written
48828npm http fetch 200 http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz
48829npm http fetch 200 http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz
48830npm http fetch 200 http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz
48831npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz not in flight; adding
48832npm verb addTmpTarball already have metadata; skipping unpack for merge-descriptors@1.0.0
48833npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz not in flight; adding
48834npm verb addTmpTarball already have metadata; skipping unpack for path-to-regexp@0.1.7
48835npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz not in flight; adding
48836npm verb addTmpTarball already have metadata; skipping unpack for range-parser@1.0.3
48837npm http fetch 200 http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz
48838npm http 304 http://registry.npmjs.org/accepts
48839npm verb headers { date: 'Tue, 29 Dec 2015 19:33:29 GMT',
48840npm verb headers 'cache-control': 'max-age=300',
48841npm verb headers etag: '"CMQELY7N9D8O3WS7OAI4D1QJL"',
48842npm verb headers age: '0',
48843npm verb headers 'x-served-by': 'cache-fra1223-FRA',
48844npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48845npm verb headers 'x-cache-hits': '1',
48846npm verb headers 'x-timer': 'S1451417609.961320,VS0,VE762',
48847npm verb headers vary: 'Accept',
48848npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
48849npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48850npm verb headers connection: 'keep-alive' }
48851npm verb etag http://registry.npmjs.org/accepts from cache
48852npm verb get saving accepts to /root/.npm/registry.npmjs.org/accepts/.cache.json
48853npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz not in flight; adding
48854npm verb addTmpTarball already have metadata; skipping unpack for serve-static@1.10.0
48855npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/type-is/-/type-is-1.6.10.tgz not in flight; adding
48856npm verb addTmpTarball already have metadata; skipping unpack for type-is@1.6.10
48857npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz not in flight; adding
48858npm verb addTmpTarball already have metadata; skipping unpack for array-flatten@1.1.1
48859npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz not in flight; adding
48860npm verb addTmpTarball already have metadata; skipping unpack for content-disposition@0.5.0
48861npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/etag/-/etag-1.7.0.tgz not in flight; adding
48862npm verb addTmpTarball already have metadata; skipping unpack for etag@1.7.0
48863npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/send/-/send-0.13.0.tgz not in flight; adding
48864npm verb addTmpTarball already have metadata; skipping unpack for send@0.13.0
48865npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/content-type/-/content-type-1.0.1.tgz not in flight; adding
48866npm verb addTmpTarball already have metadata; skipping unpack for content-type@1.0.1
48867npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz not in flight; adding
48868npm verb addTmpTarball already have metadata; skipping unpack for finalhandler@0.4.0
48869npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json not in flight; writing
48870npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json not in flight; writing
48871npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz not in flight; adding
48872npm verb addTmpTarball already have metadata; skipping unpack for on-finished@2.3.0
48873npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json not in flight; writing
48874npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json not in flight; writing
48875npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json not in flight; writing
48876npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json not in flight; writing
48877npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json not in flight; writing
48878npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz not in flight; adding
48879npm verb addTmpTarball already have metadata; skipping unpack for proxy-addr@1.0.10
48880npm verb afterAdd /root/.npm/path-to-regexp/0.1.7/package/package.json not in flight; writing
48881npm verb afterAdd /root/.npm/merge-descriptors/1.0.0/package/package.json not in flight; writing
48882npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json not in flight; writing
48883npm verb addNamed "1.2.13" is a plain semver version for accepts
48884npm verb addRemoteTarball http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz not in flight; adding
48885npm verb addRemoteTarball [ 'http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz',
48886npm verb addRemoteTarball 'e5f1f3928c6d95fd96558c36ec3d9d0de4a6ecea' ]
48887npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json written
48888npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json written
48889npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json written
48890npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json not in flight; writing
48891npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json not in flight; writing
48892npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json written
48893npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json written
48894npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json written
48895npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json written
48896npm info retry fetch attempt 1 at 19:33:30
48897npm info attempt registry request try #1 at 19:33:30
48898npm http fetch GET http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz
48899npm verb afterAdd /root/.npm/send/0.13.0/package/package.json not in flight; writing
48900npm verb afterAdd /root/.npm/path-to-regexp/0.1.7/package/package.json written
48901npm verb afterAdd /root/.npm/merge-descriptors/1.0.0/package/package.json written
48902npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json written
48903npm http fetch 200 http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz
48904npm verb afterAdd /root/.npm/content-disposition/0.5.0/package/package.json not in flight; writing
48905npm verb afterAdd /root/.npm/etag/1.7.0/package/package.json not in flight; writing
48906npm verb afterAdd /root/.npm/array-flatten/1.1.1/package/package.json not in flight; writing
48907npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json written
48908npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json written
48909npm verb afterAdd /root/.npm/finalhandler/0.4.0/package/package.json not in flight; writing
48910npm verb afterAdd /root/.npm/content-type/1.0.1/package/package.json not in flight; writing
48911npm verb afterAdd /root/.npm/on-finished/2.3.0/package/package.json not in flight; writing
48912npm verb afterAdd /root/.npm/send/0.13.0/package/package.json written
48913npm verb afterAdd /root/.npm/proxy-addr/1.0.10/package/package.json not in flight; writing
48914npm verb afterAdd /root/.npm/content-disposition/0.5.0/package/package.json written
48915npm verb afterAdd /root/.npm/etag/1.7.0/package/package.json written
48916npm verb afterAdd /root/.npm/array-flatten/1.1.1/package/package.json written
48917npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/accepts/-/accepts-1.2.13.tgz not in flight; adding
48918npm verb addTmpTarball already have metadata; skipping unpack for accepts@1.2.13
48919npm verb afterAdd /root/.npm/content-type/1.0.1/package/package.json written
48920npm verb afterAdd /root/.npm/on-finished/2.3.0/package/package.json written
48921npm verb afterAdd /root/.npm/finalhandler/0.4.0/package/package.json written
48922npm verb afterAdd /root/.npm/proxy-addr/1.0.10/package/package.json written
48923npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json not in flight; writing
48924npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json written
48925npm verb cache add spec mime-types@~2.1.6
48926npm verb cache add spec negotiator@0.5.3
48927npm verb addNamed ">=2.1.6 <2.2.0" is a valid semver range for mime-types
48928npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
48929npm verb addNamed "0.5.3" is a plain semver version for negotiator
48930npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
48931npm verb request uri http://registry.npmjs.org/negotiator
48932npm verb request no auth needed
48933npm info attempt registry request try #1 at 19:33:31
48934npm verb etag "EEO9SCCDNI2ZFBRVFF8RAP24E"
48935npm http request GET http://registry.npmjs.org/negotiator
48936npm verb request uri http://registry.npmjs.org/mime-types
48937npm verb request no auth needed
48938npm info attempt registry request try #1 at 19:33:31
48939npm verb etag "BWYQA2KRPHERKCN4B7XDHVDU7"
48940npm http request GET http://registry.npmjs.org/mime-types
48941npm http 304 http://registry.npmjs.org/mime-types
48942npm verb headers { date: 'Tue, 29 Dec 2015 19:33:31 GMT',
48943npm verb headers 'cache-control': 'max-age=300',
48944npm verb headers etag: '"BWYQA2KRPHERKCN4B7XDHVDU7"',
48945npm verb headers age: '12',
48946npm verb headers 'x-served-by': 'cache-fra1223-FRA',
48947npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48948npm verb headers 'x-cache-hits': '1',
48949npm verb headers 'x-timer': 'S1451417611.056013,VS0,VE0',
48950npm verb headers vary: 'Accept',
48951npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
48952npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48953npm verb headers connection: 'keep-alive' }
48954npm verb etag http://registry.npmjs.org/mime-types from cache
48955npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
48956npm http 304 http://registry.npmjs.org/negotiator
48957npm verb headers { date: 'Tue, 29 Dec 2015 19:33:31 GMT',
48958npm verb headers 'cache-control': 'max-age=60',
48959npm verb headers etag: '"EEO9SCCDNI2ZFBRVFF8RAP24E"',
48960npm verb headers age: '45',
48961npm verb headers 'x-served-by': 'cache-ams4124-AMS',
48962npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
48963npm verb headers 'x-cache-hits': '1',
48964npm verb headers 'x-timer': 'S1451417611.059014,VS0,VE0',
48965npm verb headers vary: 'Accept',
48966npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
48967npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
48968npm verb headers connection: 'keep-alive' }
48969npm verb etag http://registry.npmjs.org/negotiator from cache
48970npm verb get saving negotiator to /root/.npm/registry.npmjs.org/negotiator/.cache.json
48971npm verb addNamed "2.1.8" is a plain semver version for mime-types
48972npm verb addRemoteTarball http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz not in flight; adding
48973npm verb addRemoteTarball [ 'http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz',
48974npm verb addRemoteTarball '269d5c476810ec92edbe7b6c2f28316384f9a7e8' ]
48975npm info retry fetch attempt 1 at 19:33:31
48976npm info attempt registry request try #1 at 19:33:31
48977npm http fetch GET http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz
48978npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
48979npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
48980npm http fetch 200 http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz
48981npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz not in flight; adding
48982npm verb addTmpTarball already have metadata; skipping unpack for negotiator@0.5.3
48983npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json not in flight; writing
48984npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json written
48985npm verb cache add spec mime-db@~1.20.0
48986npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
48987npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
48988npm verb request uri http://registry.npmjs.org/mime-db
48989npm verb request no auth needed
48990npm info attempt registry request try #1 at 19:33:31
48991npm verb etag "2HCBL2PJV8L2FKB3EKM4J98CJ"
48992npm http request GET http://registry.npmjs.org/mime-db
48993npm http 304 http://registry.npmjs.org/mime-db
48994npm verb headers { date: 'Tue, 29 Dec 2015 19:33:31 GMT',
48995npm verb headers 'cache-control': 'max-age=60',
48996npm verb headers etag: '"2HCBL2PJV8L2FKB3EKM4J98CJ"',
48997npm verb headers age: '14',
48998npm verb headers 'x-served-by': 'cache-fra1232-FRA',
48999npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49000npm verb headers 'x-cache-hits': '2',
49001npm verb headers 'x-timer': 'S1451417611.189006,VS0,VE0',
49002npm verb headers vary: 'Accept',
49003npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49004npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49005npm verb headers connection: 'keep-alive' }
49006npm verb etag http://registry.npmjs.org/mime-db from cache
49007npm verb get saving mime-db to /root/.npm/registry.npmjs.org/mime-db/.cache.json
49008npm verb addNamed "1.20.0" is a plain semver version for mime-db
49009npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
49010npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
49011npm verb cache add spec ms@0.7.1
49012npm verb addNamed "0.7.1" is a plain semver version for ms
49013npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
49014npm verb get http://registry.npmjs.org/ms not expired, no request
49015npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
49016npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
49017npm verb cache add spec debug@~2.2.0
49018npm verb cache add spec escape-html@1.0.2
49019npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
49020npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
49021npm verb addNamed "1.0.2" is a plain semver version for escape-html
49022npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
49023npm verb request uri http://registry.npmjs.org/unpipe
49024npm verb request no auth needed
49025npm info attempt registry request try #1 at 19:33:31
49026npm http request GET http://registry.npmjs.org/unpipe
49027npm verb get http://registry.npmjs.org/debug not expired, no request
49028npm verb addNamed "2.2.0" is a plain semver version for debug
49029npm verb get http://registry.npmjs.org/escape-html not expired, no request
49030npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json not in flight; writing
49031npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
49032npm http 200 http://registry.npmjs.org/unpipe
49033npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49034npm verb headers etag: '"CUYWL81QRNALZ6DFGKEASW9Q0"',
49035npm verb headers 'content-type': 'application/json',
49036npm verb headers 'cache-control': 'max-age=300',
49037npm verb headers 'content-length': '3278',
49038npm verb headers 'accept-ranges': 'bytes',
49039npm verb headers date: 'Tue, 29 Dec 2015 19:33:31 GMT',
49040npm verb headers age: '245',
49041npm verb headers 'x-served-by': 'cache-fra1232-FRA',
49042npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49043npm verb headers 'x-cache-hits': '1',
49044npm verb headers 'x-timer': 'S1451417611.351325,VS0,VE0',
49045npm verb headers vary: 'Accept',
49046npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49047npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49048npm verb headers connection: 'keep-alive' }
49049npm verb get saving unpipe to /root/.npm/registry.npmjs.org/unpipe/.cache.json
49050npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
49051npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json written
49052npm verb cache add spec unpipe@~1.0.0
49053npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for unpipe
49054npm verb addNameRange registry:http://registry.npmjs.org/unpipe not in flight; fetching
49055npm verb get http://registry.npmjs.org/unpipe not expired, no request
49056npm verb addNamed "1.0.0" is a plain semver version for unpipe
49057npm verb addRemoteTarball http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz not in flight; adding
49058npm verb addRemoteTarball [ 'http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz',
49059npm verb addRemoteTarball 'b2bf4ee8514aae6165b4817829d21b2ef49904ec' ]
49060npm info retry fetch attempt 1 at 19:33:31
49061npm info attempt registry request try #1 at 19:33:31
49062npm http fetch GET http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz
49063npm http fetch 200 http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz
49064npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz not in flight; adding
49065npm verb addTmpTarball already have metadata; skipping unpack for unpipe@1.0.0
49066npm verb afterAdd /root/.npm/unpipe/1.0.0/package/package.json not in flight; writing
49067npm verb afterAdd /root/.npm/unpipe/1.0.0/package/package.json written
49068npm verb cache add spec ms@0.7.1
49069npm verb addNamed "0.7.1" is a plain semver version for ms
49070npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
49071npm verb get http://registry.npmjs.org/ms not expired, no request
49072npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
49073npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
49074npm verb request uri http://registry.npmjs.org/ee-first
49075npm verb request no auth needed
49076npm info attempt registry request try #1 at 19:33:31
49077npm http request GET http://registry.npmjs.org/ee-first
49078npm http 200 http://registry.npmjs.org/ee-first
49079npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49080npm verb headers etag: '"EW7HUPO511C8N9STEHQ36QDJO"',
49081npm verb headers 'content-type': 'application/json',
49082npm verb headers 'cache-control': 'max-age=60',
49083npm verb headers 'content-length': '13098',
49084npm verb headers 'accept-ranges': 'bytes',
49085npm verb headers date: 'Tue, 29 Dec 2015 19:33:31 GMT',
49086npm verb headers age: '59',
49087npm verb headers 'x-served-by': 'cache-ams4124-AMS',
49088npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49089npm verb headers 'x-cache-hits': '2',
49090npm verb headers 'x-timer': 'S1451417611.534867,VS0,VE0',
49091npm verb headers vary: 'Accept',
49092npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49093npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49094npm verb headers connection: 'keep-alive' }
49095npm verb get saving ee-first to /root/.npm/registry.npmjs.org/ee-first/.cache.json
49096npm verb cache add spec ee-first@1.1.1
49097npm verb addNamed "1.1.1" is a plain semver version for ee-first
49098npm verb addNameVersion registry:http://registry.npmjs.org/ee-first not in flight; fetching
49099npm verb get http://registry.npmjs.org/ee-first not expired, no request
49100npm verb addRemoteTarball http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz not in flight; adding
49101npm verb addRemoteTarball [ 'http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz',
49102npm verb addRemoteTarball '590c61156b0ae2f4f0255732a158b266bc56b21d' ]
49103npm info retry fetch attempt 1 at 19:33:31
49104npm info attempt registry request try #1 at 19:33:31
49105npm http fetch GET http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz
49106npm http fetch 200 http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz
49107npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz not in flight; adding
49108npm verb addTmpTarball already have metadata; skipping unpack for ee-first@1.1.1
49109npm verb afterAdd /root/.npm/ee-first/1.1.1/package/package.json not in flight; writing
49110npm verb afterAdd /root/.npm/ee-first/1.1.1/package/package.json written
49111npm verb request uri http://registry.npmjs.org/forwarded
49112npm verb request no auth needed
49113npm info attempt registry request try #1 at 19:33:31
49114npm http request GET http://registry.npmjs.org/forwarded
49115npm verb request uri http://registry.npmjs.org/ipaddr.js
49116npm verb request no auth needed
49117npm info attempt registry request try #1 at 19:33:31
49118npm http request GET http://registry.npmjs.org/ipaddr.js
49119npm http 200 http://registry.npmjs.org/forwarded
49120npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49121npm verb headers etag: '"37C9KUUCDQITWEE3K2LHBV4TK"',
49122npm verb headers 'content-type': 'application/json',
49123npm verb headers 'cache-control': 'max-age=60',
49124npm verb headers 'content-length': '3575',
49125npm verb headers 'accept-ranges': 'bytes',
49126npm verb headers date: 'Tue, 29 Dec 2015 19:33:31 GMT',
49127npm verb headers age: '59',
49128npm verb headers 'x-served-by': 'cache-ams4124-AMS',
49129npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49130npm verb headers 'x-cache-hits': '1',
49131npm verb headers 'x-timer': 'S1451417611.662430,VS0,VE0',
49132npm verb headers vary: 'Accept',
49133npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49134npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49135npm verb headers connection: 'keep-alive' }
49136npm verb get saving forwarded to /root/.npm/registry.npmjs.org/forwarded/.cache.json
49137npm verb cache add spec forwarded@~0.1.0
49138npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for forwarded
49139npm verb addNameRange registry:http://registry.npmjs.org/forwarded not in flight; fetching
49140npm verb get http://registry.npmjs.org/forwarded not expired, no request
49141npm verb addNamed "0.1.0" is a plain semver version for forwarded
49142npm verb addRemoteTarball http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz not in flight; adding
49143npm verb addRemoteTarball [ 'http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz',
49144npm verb addRemoteTarball '19ef9874c4ae1c297bcf078fde63a09b66a84363' ]
49145npm info retry fetch attempt 1 at 19:33:31
49146npm info attempt registry request try #1 at 19:33:31
49147npm http fetch GET http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz
49148npm http fetch 200 http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz
49149npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz not in flight; adding
49150npm verb addTmpTarball already have metadata; skipping unpack for forwarded@0.1.0
49151npm verb afterAdd /root/.npm/forwarded/0.1.0/package/package.json not in flight; writing
49152npm verb afterAdd /root/.npm/forwarded/0.1.0/package/package.json written
49153npm http 200 http://registry.npmjs.org/ipaddr.js
49154npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49155npm verb headers etag: '"1ABVU7KZLRHZZEGALQGIMMEPR"',
49156npm verb headers 'content-type': 'application/json',
49157npm verb headers 'cache-control': 'max-age=60',
49158npm verb headers 'content-length': '22477',
49159npm verb headers 'accept-ranges': 'bytes',
49160npm verb headers date: 'Tue, 29 Dec 2015 19:33:31 GMT',
49161npm verb headers age: '0',
49162npm verb headers 'x-served-by': 'cache-fra1232-FRA',
49163npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49164npm verb headers 'x-cache-hits': '1',
49165npm verb headers 'x-timer': 'S1451417611.668731,VS0,VE143',
49166npm verb headers vary: 'Accept',
49167npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49168npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49169npm verb headers connection: 'keep-alive' }
49170npm verb get saving ipaddr.js to /root/.npm/registry.npmjs.org/ipaddr.js/.cache.json
49171npm verb cache add spec ipaddr.js@1.0.5
49172npm verb addNamed "1.0.5" is a plain semver version for ipaddr.js
49173npm verb addNameVersion registry:http://registry.npmjs.org/ipaddr.js not in flight; fetching
49174npm verb get http://registry.npmjs.org/ipaddr.js not expired, no request
49175npm verb addRemoteTarball http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz not in flight; adding
49176npm verb addRemoteTarball [ 'http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz',
49177npm verb addRemoteTarball '5fa78cf301b825c78abc3042d812723049ea23c7' ]
49178npm info retry fetch attempt 1 at 19:33:31
49179npm info attempt registry request try #1 at 19:33:31
49180npm http fetch GET http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz
49181npm http fetch 200 http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz
49182npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz not in flight; adding
49183npm verb addTmpTarball already have metadata; skipping unpack for ipaddr.js@1.0.5
49184npm verb afterAdd /root/.npm/ipaddr.js/1.0.5/package/package.json not in flight; writing
49185npm verb afterAdd /root/.npm/ipaddr.js/1.0.5/package/package.json written
49186npm verb cache add spec debug@~2.2.0
49187npm verb cache add spec mime@1.3.4
49188npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
49189npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
49190npm verb addNamed "1.3.4" is a plain semver version for mime
49191npm verb addNameVersion registry:http://registry.npmjs.org/mime not in flight; fetching
49192npm verb request uri http://registry.npmjs.org/destroy
49193npm verb request no auth needed
49194npm info attempt registry request try #1 at 19:33:31
49195npm http request GET http://registry.npmjs.org/destroy
49196npm verb request uri http://registry.npmjs.org/http-errors
49197npm verb request no auth needed
49198npm info attempt registry request try #1 at 19:33:31
49199npm http request GET http://registry.npmjs.org/http-errors
49200npm verb request uri http://registry.npmjs.org/statuses
49201npm verb request no auth needed
49202npm info attempt registry request try #1 at 19:33:31
49203npm http request GET http://registry.npmjs.org/statuses
49204npm verb request uri http://registry.npmjs.org/mime
49205npm verb request no auth needed
49206npm info attempt registry request try #1 at 19:33:31
49207npm verb etag "D5YYNW9VKEX13XFVBLO2Y8FTW"
49208npm http request GET http://registry.npmjs.org/mime
49209npm verb get http://registry.npmjs.org/debug not expired, no request
49210npm verb addNamed "2.2.0" is a plain semver version for debug
49211npm http 200 http://registry.npmjs.org/destroy
49212npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49213npm verb headers etag: '"9IP2CCOQSKNSZL557UODSGT2O"',
49214npm verb headers 'content-type': 'application/json',
49215npm verb headers 'cache-control': 'max-age=60',
49216npm verb headers 'content-length': '3879',
49217npm verb headers 'accept-ranges': 'bytes',
49218npm verb headers date: 'Tue, 29 Dec 2015 19:33:31 GMT',
49219npm verb headers age: '3',
49220npm verb headers 'x-served-by': 'cache-fra1232-FRA',
49221npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49222npm verb headers 'x-cache-hits': '1',
49223npm verb headers 'x-timer': 'S1451417611.989054,VS0,VE0',
49224npm verb headers vary: 'Accept',
49225npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49226npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49227npm verb headers connection: 'keep-alive' }
49228npm verb get saving destroy to /root/.npm/registry.npmjs.org/destroy/.cache.json
49229npm http 200 http://registry.npmjs.org/statuses
49230npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49231npm verb headers etag: '"CTHNSRJIS75YP5ZNSOI02TNZF"',
49232npm verb headers 'content-type': 'application/json',
49233npm verb headers 'cache-control': 'max-age=300',
49234npm verb headers 'content-length': '14690',
49235npm verb headers 'accept-ranges': 'bytes',
49236npm verb headers date: 'Tue, 29 Dec 2015 19:33:31 GMT',
49237npm verb headers age: '0',
49238npm verb headers 'x-served-by': 'cache-ams4124-AMS',
49239npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49240npm verb headers 'x-cache-hits': '1',
49241npm verb headers 'x-timer': 'S1451417611.992221,VS0,VE0',
49242npm verb headers vary: 'Accept',
49243npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49244npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49245npm verb headers connection: 'keep-alive' }
49246npm verb get saving statuses to /root/.npm/registry.npmjs.org/statuses/.cache.json
49247npm http 200 http://registry.npmjs.org/http-errors
49248npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49249npm verb headers etag: '"634Y56TZCOOH3MCVN035HTW6Q"',
49250npm verb headers 'content-type': 'application/json',
49251npm verb headers 'cache-control': 'max-age=60',
49252npm verb headers 'content-length': '23254',
49253npm verb headers 'accept-ranges': 'bytes',
49254npm verb headers date: 'Tue, 29 Dec 2015 19:33:31 GMT',
49255npm verb headers age: '54',
49256npm verb headers 'x-served-by': 'cache-fra1231-FRA',
49257npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49258npm verb headers 'x-cache-hits': '1',
49259npm verb headers 'x-timer': 'S1451417611.989117,VS0,VE0',
49260npm verb headers vary: 'Accept',
49261npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49262npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49263npm verb headers connection: 'keep-alive' }
49264npm verb get saving http-errors to /root/.npm/registry.npmjs.org/http-errors/.cache.json
49265npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
49266npm http 304 http://registry.npmjs.org/mime
49267npm verb headers { date: 'Tue, 29 Dec 2015 19:33:32 GMT',
49268npm verb headers 'cache-control': 'max-age=60',
49269npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
49270npm verb headers age: '14',
49271npm verb headers 'x-served-by': 'cache-ams4131-AMS',
49272npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49273npm verb headers 'x-cache-hits': '1036',
49274npm verb headers 'x-timer': 'S1451417612.015039,VS0,VE0',
49275npm verb headers vary: 'Accept',
49276npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49277npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49278npm verb headers connection: 'keep-alive' }
49279npm verb etag http://registry.npmjs.org/mime from cache
49280npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
49281npm verb cache add spec destroy@1.0.3
49282npm verb addNamed "1.0.3" is a plain semver version for destroy
49283npm verb addNameVersion registry:http://registry.npmjs.org/destroy not in flight; fetching
49284npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
49285npm verb cache add spec statuses@~1.2.1
49286npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for statuses
49287npm verb addNameRange registry:http://registry.npmjs.org/statuses not in flight; fetching
49288npm verb cache add spec http-errors@~1.3.1
49289npm verb addNamed ">=1.3.1 <1.4.0" is a valid semver range for http-errors
49290npm verb addNameRange registry:http://registry.npmjs.org/http-errors not in flight; fetching
49291npm verb addRemoteTarball http://registry.npmjs.org/mime/-/mime-1.3.4.tgz not in flight; adding
49292npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime/-/mime-1.3.4.tgz',
49293npm verb addRemoteTarball '115f9e3b6b3daf2959983cb38f149a2d40eb5d53' ]
49294npm verb get http://registry.npmjs.org/destroy not expired, no request
49295npm verb addRemoteTarball http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz not in flight; adding
49296npm verb addRemoteTarball [ 'http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz',
49297npm verb addRemoteTarball 'b433b4724e71fd8551d9885174851c5fc377e2c9' ]
49298npm info retry fetch attempt 1 at 19:33:32
49299npm info attempt registry request try #1 at 19:33:32
49300npm http fetch GET http://registry.npmjs.org/mime/-/mime-1.3.4.tgz
49301npm verb get http://registry.npmjs.org/statuses not expired, no request
49302npm verb addNamed "1.2.1" is a plain semver version for statuses
49303npm verb addRemoteTarball http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz not in flight; adding
49304npm verb addRemoteTarball [ 'http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz',
49305npm verb addRemoteTarball 'dded45cc18256d51ed40aec142489d5c61026d28' ]
49306npm http fetch 200 http://registry.npmjs.org/mime/-/mime-1.3.4.tgz
49307npm verb get http://registry.npmjs.org/http-errors not expired, no request
49308npm verb addNamed "1.3.1" is a plain semver version for http-errors
49309npm info retry fetch attempt 1 at 19:33:32
49310npm info attempt registry request try #1 at 19:33:32
49311npm http fetch GET http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz
49312npm verb addRemoteTarball http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz not in flight; adding
49313npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz',
49314npm verb addRemoteTarball '197e22cdebd4198585e8694ef6786197b91ed942' ]
49315npm http fetch 200 http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz
49316npm info retry fetch attempt 1 at 19:33:32
49317npm info attempt registry request try #1 at 19:33:32
49318npm http fetch GET http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz
49319npm info retry fetch attempt 1 at 19:33:32
49320npm info attempt registry request try #1 at 19:33:32
49321npm http fetch GET http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz
49322npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mime/-/mime-1.3.4.tgz not in flight; adding
49323npm verb addTmpTarball already have metadata; skipping unpack for mime@1.3.4
49324npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/destroy/-/destroy-1.0.3.tgz not in flight; adding
49325npm verb addTmpTarball already have metadata; skipping unpack for destroy@1.0.3
49326npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json not in flight; writing
49327npm verb afterAdd /root/.npm/destroy/1.0.3/package/package.json not in flight; writing
49328npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json written
49329npm verb afterAdd /root/.npm/destroy/1.0.3/package/package.json written
49330npm http fetch 200 http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz
49331npm http fetch 200 http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz
49332npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/statuses/-/statuses-1.2.1.tgz not in flight; adding
49333npm verb addTmpTarball already have metadata; skipping unpack for statuses@1.2.1
49334npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz not in flight; adding
49335npm verb addTmpTarball already have metadata; skipping unpack for http-errors@1.3.1
49336npm verb afterAdd /root/.npm/statuses/1.2.1/package/package.json not in flight; writing
49337npm verb afterAdd /root/.npm/http-errors/1.3.1/package/package.json not in flight; writing
49338npm verb afterAdd /root/.npm/statuses/1.2.1/package/package.json written
49339npm verb afterAdd /root/.npm/http-errors/1.3.1/package/package.json written
49340npm verb cache add spec media-typer@0.3.0
49341npm verb addNamed "0.3.0" is a plain semver version for media-typer
49342npm verb addNameVersion registry:http://registry.npmjs.org/media-typer not in flight; fetching
49343npm verb request uri http://registry.npmjs.org/media-typer
49344npm verb request no auth needed
49345npm info attempt registry request try #1 at 19:33:32
49346npm verb etag "EBBA17SMBE80K6FCTCN6G8KK3"
49347npm http request GET http://registry.npmjs.org/media-typer
49348npm http 304 http://registry.npmjs.org/media-typer
49349npm verb headers { date: 'Tue, 29 Dec 2015 19:33:32 GMT',
49350npm verb headers 'cache-control': 'max-age=300',
49351npm verb headers etag: '"EBBA17SMBE80K6FCTCN6G8KK3"',
49352npm verb headers age: '114',
49353npm verb headers 'x-served-by': 'cache-ams4124-AMS',
49354npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49355npm verb headers 'x-cache-hits': '1',
49356npm verb headers 'x-timer': 'S1451417612.275425,VS0,VE0',
49357npm verb headers vary: 'Accept',
49358npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49359npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49360npm verb headers connection: 'keep-alive' }
49361npm verb etag http://registry.npmjs.org/media-typer from cache
49362npm verb get saving media-typer to /root/.npm/registry.npmjs.org/media-typer/.cache.json
49363npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json not in flight; writing
49364npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json written
49365npm verb cache add spec minimatch@^2.0.1
49366npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
49367npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
49368npm verb request uri http://registry.npmjs.org/minimatch
49369npm verb request no auth needed
49370npm info attempt registry request try #1 at 19:33:32
49371npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
49372npm http request GET http://registry.npmjs.org/minimatch
49373npm http 304 http://registry.npmjs.org/minimatch
49374npm verb headers { date: 'Tue, 29 Dec 2015 19:33:32 GMT',
49375npm verb headers 'cache-control': 'max-age=300',
49376npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
49377npm verb headers age: '73',
49378npm verb headers 'x-served-by': 'cache-ams4124-AMS',
49379npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49380npm verb headers 'x-cache-hits': '3',
49381npm verb headers 'x-timer': 'S1451417612.372234,VS0,VE0',
49382npm verb headers vary: 'Accept',
49383npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49384npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49385npm verb headers connection: 'keep-alive' }
49386npm verb etag http://registry.npmjs.org/minimatch from cache
49387npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
49388npm verb addNamed "2.0.10" is a plain semver version for minimatch
49389npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz not in flight; adding
49390npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz',
49391npm verb addRemoteTarball '8d087c39c6b38c001b97fca7ce6d0e1e80afbac7' ]
49392npm info retry fetch attempt 1 at 19:33:32
49393npm info attempt registry request try #1 at 19:33:32
49394npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
49395npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
49396npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz not in flight; adding
49397npm verb addTmpTarball already have metadata; skipping unpack for minimatch@2.0.10
49398npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
49399npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
49400npm verb cache add spec minimist@~0.0.7
49401npm verb cache add spec strip-json-comments@0.1.x
49402npm verb addNamed ">=0.0.7 <0.1.0" is a valid semver range for minimist
49403npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
49404npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-json-comments
49405npm verb addNameRange registry:http://registry.npmjs.org/strip-json-comments not in flight; fetching
49406npm verb request uri http://registry.npmjs.org/minimist
49407npm verb request no auth needed
49408npm info attempt registry request try #1 at 19:33:32
49409npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
49410npm http request GET http://registry.npmjs.org/minimist
49411npm verb request uri http://registry.npmjs.org/strip-json-comments
49412npm verb request no auth needed
49413npm info attempt registry request try #1 at 19:33:32
49414npm verb etag "CCHEXQ2QONC2QKAUR2L944ICN"
49415npm http request GET http://registry.npmjs.org/strip-json-comments
49416npm http 304 http://registry.npmjs.org/minimist
49417npm verb headers { date: 'Tue, 29 Dec 2015 19:33:32 GMT',
49418npm verb headers 'cache-control': 'max-age=300',
49419npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
49420npm verb headers age: '92',
49421npm verb headers 'x-served-by': 'cache-ams4124-AMS',
49422npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49423npm verb headers 'x-cache-hits': '4',
49424npm verb headers 'x-timer': 'S1451417612.527934,VS0,VE0',
49425npm verb headers vary: 'Accept',
49426npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49427npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49428npm verb headers connection: 'keep-alive' }
49429npm verb etag http://registry.npmjs.org/minimist from cache
49430npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
49431npm http 304 http://registry.npmjs.org/strip-json-comments
49432npm verb headers { date: 'Tue, 29 Dec 2015 19:33:32 GMT',
49433npm verb headers 'cache-control': 'max-age=300',
49434npm verb headers etag: '"CCHEXQ2QONC2QKAUR2L944ICN"',
49435npm verb headers age: '166',
49436npm verb headers 'x-served-by': 'cache-fra1231-FRA',
49437npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49438npm verb headers 'x-cache-hits': '3',
49439npm verb headers 'x-timer': 'S1451417612.532742,VS0,VE0',
49440npm verb headers vary: 'Accept',
49441npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49442npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49443npm verb headers connection: 'keep-alive' }
49444npm verb etag http://registry.npmjs.org/strip-json-comments from cache
49445npm verb get saving strip-json-comments to /root/.npm/registry.npmjs.org/strip-json-comments/.cache.json
49446npm verb addNamed "0.0.10" is a plain semver version for minimist
49447npm verb addNamed "0.1.3" is a plain semver version for strip-json-comments
49448npm verb addRemoteTarball http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz not in flight; adding
49449npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz',
49450npm verb addRemoteTarball '164c64e370a8a3cc00c9e01b539e569823f0ee54' ]
49451npm info retry fetch attempt 1 at 19:33:32
49452npm info attempt registry request try #1 at 19:33:32
49453npm http fetch GET http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz
49454npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
49455npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
49456npm http fetch 200 http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz
49457npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz not in flight; adding
49458npm verb addTmpTarball already have metadata; skipping unpack for strip-json-comments@0.1.3
49459npm verb afterAdd /root/.npm/strip-json-comments/0.1.3/package/package.json not in flight; writing
49460npm verb afterAdd /root/.npm/strip-json-comments/0.1.3/package/package.json written
49461npm verb request uri http://registry.npmjs.org/truncate
49462npm verb request no auth needed
49463npm info attempt registry request try #1 at 19:33:32
49464npm http request GET http://registry.npmjs.org/truncate
49465npm http 200 http://registry.npmjs.org/truncate
49466npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49467npm verb headers etag: '"53GI6TV94PXC89R1XNNCDIAOW"',
49468npm verb headers 'content-type': 'application/json',
49469npm verb headers 'cache-control': 'max-age=300',
49470npm verb headers 'content-length': '6544',
49471npm verb headers 'accept-ranges': 'bytes',
49472npm verb headers date: 'Tue, 29 Dec 2015 19:33:32 GMT',
49473npm verb headers age: '135',
49474npm verb headers 'x-served-by': 'cache-fra1231-FRA',
49475npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49476npm verb headers 'x-cache-hits': '1',
49477npm verb headers 'x-timer': 'S1451417612.669841,VS0,VE0',
49478npm verb headers vary: 'Accept',
49479npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49480npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49481npm verb headers connection: 'keep-alive' }
49482npm verb get saving truncate to /root/.npm/registry.npmjs.org/truncate/.cache.json
49483npm verb cache add spec truncate@~1.0.2
49484npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for truncate
49485npm verb addNameRange registry:http://registry.npmjs.org/truncate not in flight; fetching
49486npm verb get http://registry.npmjs.org/truncate not expired, no request
49487npm verb addNamed "1.0.5" is a plain semver version for truncate
49488npm verb addRemoteTarball http://registry.npmjs.org/truncate/-/truncate-1.0.5.tgz not in flight; adding
49489npm verb addRemoteTarball [ 'http://registry.npmjs.org/truncate/-/truncate-1.0.5.tgz',
49490npm verb addRemoteTarball 'c636c6c1f50eed7c927af06c1dbffab53c7abe28' ]
49491npm info retry fetch attempt 1 at 19:33:32
49492npm info attempt registry request try #1 at 19:33:32
49493npm http fetch GET http://registry.npmjs.org/truncate/-/truncate-1.0.5.tgz
49494npm http fetch 200 http://registry.npmjs.org/truncate/-/truncate-1.0.5.tgz
49495npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/truncate/-/truncate-1.0.5.tgz not in flight; adding
49496npm verb addTmpTarball already have metadata; skipping unpack for truncate@1.0.5
49497npm verb afterAdd /root/.npm/truncate/1.0.5/package/package.json not in flight; writing
49498npm verb afterAdd /root/.npm/truncate/1.0.5/package/package.json written
49499npm verb request uri http://registry.npmjs.org/node-pre-gyp
49500npm verb request no auth needed
49501npm info attempt registry request try #1 at 19:33:32
49502npm http request GET http://registry.npmjs.org/node-pre-gyp
49503npm http 200 http://registry.npmjs.org/node-pre-gyp
49504npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49505npm verb headers etag: '"C3C1DNIQSTNI4V5HLRFIVIWZI"',
49506npm verb headers 'content-type': 'application/json',
49507npm verb headers 'cache-control': 'max-age=300',
49508npm verb headers 'content-length': '129431',
49509npm verb headers 'accept-ranges': 'bytes',
49510npm verb headers date: 'Tue, 29 Dec 2015 19:33:32 GMT',
49511npm verb headers age: '126',
49512npm verb headers 'x-served-by': 'cache-fra1231-FRA',
49513npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49514npm verb headers 'x-cache-hits': '1',
49515npm verb headers 'x-timer': 'S1451417612.806703,VS0,VE0',
49516npm verb headers vary: 'Accept',
49517npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49518npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49519npm verb headers connection: 'keep-alive' }
49520npm verb get saving node-pre-gyp to /root/.npm/registry.npmjs.org/node-pre-gyp/.cache.json
49521npm verb cache add spec node-pre-gyp@^0.6.5
49522npm verb addNamed ">=0.6.5 <0.7.0" is a valid semver range for node-pre-gyp
49523npm verb addNameRange registry:http://registry.npmjs.org/node-pre-gyp not in flight; fetching
49524npm verb get http://registry.npmjs.org/node-pre-gyp not expired, no request
49525npm verb addNamed "0.6.18" is a plain semver version for node-pre-gyp
49526npm verb addRemoteTarball http://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.18.tgz not in flight; adding
49527npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.18.tgz',
49528npm verb addRemoteTarball '87f6d1206ded0e832e9fa5c743f8150f28026b67' ]
49529npm info retry fetch attempt 1 at 19:33:32
49530npm info attempt registry request try #1 at 19:33:32
49531npm http fetch GET http://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.18.tgz
49532npm http fetch 200 http://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.18.tgz
49533npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.18.tgz not in flight; adding
49534npm verb addTmpTarball already have metadata; skipping unpack for node-pre-gyp@0.6.18
49535npm verb afterAdd /root/.npm/node-pre-gyp/0.6.18/package/package.json not in flight; writing
49536npm verb afterAdd /root/.npm/node-pre-gyp/0.6.18/package/package.json written
49537npm verb addBundled extract /root/.npm/node-pre-gyp/0.6.18/package.tgz
49538npm verb tar unpack /root/.npm/node-pre-gyp/0.6.18/package.tgz
49539npm verb tar unpacking to /tmp/npm-5-82f437ae/unpack-8e51c2fb
49540npm verb gentlyRm don't care about contents; nuking /tmp/npm-5-82f437ae/unpack-8e51c2fb
49541npm verb cache add spec nan@~2.0.5
49542npm verb addNamed ">=2.0.5 <2.1.0" is a valid semver range for nan
49543npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
49544npm verb request uri http://registry.npmjs.org/nan
49545npm verb request no auth needed
49546npm info attempt registry request try #1 at 19:33:40
49547npm verb etag "7CEDVJA24M9BXRU7SU6WRSW4M"
49548npm http request GET http://registry.npmjs.org/nan
49549npm http 304 http://registry.npmjs.org/nan
49550npm verb headers { date: 'Tue, 29 Dec 2015 19:33:40 GMT',
49551npm verb headers 'cache-control': 'max-age=60',
49552npm verb headers etag: '"7CEDVJA24M9BXRU7SU6WRSW4M"',
49553npm verb headers age: '26',
49554npm verb headers 'x-served-by': 'cache-ams4124-AMS',
49555npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49556npm verb headers 'x-cache-hits': '1',
49557npm verb headers 'x-timer': 'S1451417620.245372,VS0,VE0',
49558npm verb headers vary: 'Accept',
49559npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49560npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49561npm verb headers connection: 'keep-alive' }
49562npm verb etag http://registry.npmjs.org/nan from cache
49563npm verb get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
49564npm verb addNamed "2.0.9" is a plain semver version for nan
49565npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-2.0.9.tgz not in flight; adding
49566npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-2.0.9.tgz',
49567npm verb addRemoteTarball 'd02a770f46778842cceb94e17cab31ffc7234a05' ]
49568npm info retry fetch attempt 1 at 19:33:40
49569npm info attempt registry request try #1 at 19:33:40
49570npm http fetch GET http://registry.npmjs.org/nan/-/nan-2.0.9.tgz
49571npm http fetch 200 http://registry.npmjs.org/nan/-/nan-2.0.9.tgz
49572npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nan/-/nan-2.0.9.tgz not in flight; adding
49573npm verb addTmpTarball already have metadata; skipping unpack for nan@2.0.9
49574npm verb afterAdd /root/.npm/nan/2.0.9/package/package.json not in flight; writing
49575npm verb afterAdd /root/.npm/nan/2.0.9/package/package.json written
49576npm verb cache add spec nan@~1.0.0
49577npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for nan
49578npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
49579npm verb get http://registry.npmjs.org/nan not expired, no request
49580npm verb addNamed "1.0.0" is a plain semver version for nan
49581npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-1.0.0.tgz not in flight; adding
49582npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-1.0.0.tgz',
49583npm verb addRemoteTarball 'ae24f8850818d662fcab5acf7f3b95bfaa2ccf38' ]
49584npm info retry fetch attempt 1 at 19:33:40
49585npm info attempt registry request try #1 at 19:33:40
49586npm http fetch GET http://registry.npmjs.org/nan/-/nan-1.0.0.tgz
49587npm http fetch 200 http://registry.npmjs.org/nan/-/nan-1.0.0.tgz
49588npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nan/-/nan-1.0.0.tgz not in flight; adding
49589npm verb addTmpTarball already have metadata; skipping unpack for nan@1.0.0
49590npm verb afterAdd /root/.npm/nan/1.0.0/package/package.json not in flight; writing
49591npm verb afterAdd /root/.npm/nan/1.0.0/package/package.json written
49592npm verb request uri http://registry.npmjs.org/nodemon
49593npm verb request no auth needed
49594npm info attempt registry request try #1 at 19:33:40
49595npm http request GET http://registry.npmjs.org/nodemon
49596npm http 200 http://registry.npmjs.org/nodemon
49597npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49598npm verb headers etag: '"9HYBTHY7G78ZK696QFK7FTZ8U"',
49599npm verb headers 'content-type': 'application/json',
49600npm verb headers 'cache-control': 'max-age=300',
49601npm verb headers 'content-length': '181865',
49602npm verb headers 'accept-ranges': 'bytes',
49603npm verb headers date: 'Tue, 29 Dec 2015 19:33:40 GMT',
49604npm verb headers age: '146',
49605npm verb headers 'x-served-by': 'cache-ams4124-AMS',
49606npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49607npm verb headers 'x-cache-hits': '1',
49608npm verb headers 'x-timer': 'S1451417620.557557,VS0,VE0',
49609npm verb headers vary: 'Accept',
49610npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49611npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49612npm verb headers connection: 'keep-alive' }
49613npm verb get saving nodemon to /root/.npm/registry.npmjs.org/nodemon/.cache.json
49614npm verb cache add spec nodemon@~1.0.9
49615npm verb addNamed ">=1.0.9 <1.1.0" is a valid semver range for nodemon
49616npm verb addNameRange registry:http://registry.npmjs.org/nodemon not in flight; fetching
49617npm verb get http://registry.npmjs.org/nodemon not expired, no request
49618npm verb addNamed "1.0.20" is a plain semver version for nodemon
49619npm verb addRemoteTarball http://registry.npmjs.org/nodemon/-/nodemon-1.0.20.tgz not in flight; adding
49620npm verb addRemoteTarball [ 'http://registry.npmjs.org/nodemon/-/nodemon-1.0.20.tgz',
49621npm verb addRemoteTarball 'bc138a37068cb78dba50885b62497afdfeeedda4' ]
49622npm info retry fetch attempt 1 at 19:33:40
49623npm info attempt registry request try #1 at 19:33:40
49624npm http fetch GET http://registry.npmjs.org/nodemon/-/nodemon-1.0.20.tgz
49625npm http fetch 200 http://registry.npmjs.org/nodemon/-/nodemon-1.0.20.tgz
49626npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/nodemon/-/nodemon-1.0.20.tgz not in flight; adding
49627npm verb addTmpTarball already have metadata; skipping unpack for nodemon@1.0.20
49628npm verb afterAdd /root/.npm/nodemon/1.0.20/package/package.json not in flight; writing
49629npm verb afterAdd /root/.npm/nodemon/1.0.20/package/package.json written
49630npm verb cache add spec update-notifier@~0.1.8
49631npm verb cache add spec minimatch@~0.2.14
49632npm verb addNamed ">=0.1.8 <0.2.0" is a valid semver range for update-notifier
49633npm verb addNameRange registry:http://registry.npmjs.org/update-notifier not in flight; fetching
49634npm verb addNamed ">=0.2.14 <0.3.0" is a valid semver range for minimatch
49635npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
49636npm verb request uri http://registry.npmjs.org/ps-tree
49637npm verb request no auth needed
49638npm info attempt registry request try #1 at 19:33:40
49639npm http request GET http://registry.npmjs.org/ps-tree
49640npm verb request uri http://registry.npmjs.org/update-notifier
49641npm verb request no auth needed
49642npm info attempt registry request try #1 at 19:33:40
49643npm verb etag "9RFA8JL01WJUWTUI9VY20VYNQ"
49644npm http request GET http://registry.npmjs.org/update-notifier
49645npm verb get http://registry.npmjs.org/minimatch not expired, no request
49646npm verb addNamed "0.2.14" is a plain semver version for minimatch
49647npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
49648npm http 200 http://registry.npmjs.org/ps-tree
49649npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49650npm verb headers etag: '"227ETFXXJHJX7848GEH5QDYK3"',
49651npm verb headers 'content-type': 'application/json',
49652npm verb headers 'cache-control': 'max-age=300',
49653npm verb headers 'content-length': '9679',
49654npm verb headers 'accept-ranges': 'bytes',
49655npm verb headers date: 'Tue, 29 Dec 2015 19:33:40 GMT',
49656npm verb headers age: '155',
49657npm verb headers 'x-served-by': 'cache-ams4124-AMS',
49658npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49659npm verb headers 'x-cache-hits': '1',
49660npm verb headers 'x-timer': 'S1451417620.924069,VS0,VE0',
49661npm verb headers vary: 'Accept',
49662npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49663npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49664npm verb headers connection: 'keep-alive' }
49665npm verb get saving ps-tree to /root/.npm/registry.npmjs.org/ps-tree/.cache.json
49666npm http 304 http://registry.npmjs.org/update-notifier
49667npm verb headers { date: 'Tue, 29 Dec 2015 19:33:40 GMT',
49668npm verb headers 'cache-control': 'max-age=300',
49669npm verb headers etag: '"9RFA8JL01WJUWTUI9VY20VYNQ"',
49670npm verb headers age: '9',
49671npm verb headers 'x-served-by': 'cache-ams4131-AMS',
49672npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49673npm verb headers 'x-cache-hits': '1',
49674npm verb headers 'x-timer': 'S1451417620.935249,VS0,VE3',
49675npm verb headers vary: 'Accept',
49676npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49677npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49678npm verb headers connection: 'keep-alive' }
49679npm verb etag http://registry.npmjs.org/update-notifier from cache
49680npm verb get saving update-notifier to /root/.npm/registry.npmjs.org/update-notifier/.cache.json
49681npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
49682npm verb addNamed "0.1.10" is a plain semver version for update-notifier
49683npm verb addRemoteTarball http://registry.npmjs.org/update-notifier/-/update-notifier-0.1.10.tgz not in flight; adding
49684npm verb addRemoteTarball [ 'http://registry.npmjs.org/update-notifier/-/update-notifier-0.1.10.tgz',
49685npm verb addRemoteTarball '215cbe1053369f0d4a44f84b51eba7cb80484695' ]
49686npm verb cache add spec ps-tree@0.0.3
49687npm verb addNamed "0.0.3" is a plain semver version for ps-tree
49688npm verb addNameVersion registry:http://registry.npmjs.org/ps-tree not in flight; fetching
49689npm info retry fetch attempt 1 at 19:33:41
49690npm info attempt registry request try #1 at 19:33:41
49691npm http fetch GET http://registry.npmjs.org/update-notifier/-/update-notifier-0.1.10.tgz
49692npm verb get http://registry.npmjs.org/ps-tree not expired, no request
49693npm verb addRemoteTarball http://registry.npmjs.org/ps-tree/-/ps-tree-0.0.3.tgz not in flight; adding
49694npm verb addRemoteTarball [ 'http://registry.npmjs.org/ps-tree/-/ps-tree-0.0.3.tgz',
49695npm verb addRemoteTarball 'dbf8d752a7fe22fa7d58635689499610e9276ddc' ]
49696npm info retry fetch attempt 1 at 19:33:41
49697npm info attempt registry request try #1 at 19:33:41
49698npm http fetch GET http://registry.npmjs.org/ps-tree/-/ps-tree-0.0.3.tgz
49699npm http fetch 200 http://registry.npmjs.org/update-notifier/-/update-notifier-0.1.10.tgz
49700npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/update-notifier/-/update-notifier-0.1.10.tgz not in flight; adding
49701npm verb addTmpTarball already have metadata; skipping unpack for update-notifier@0.1.10
49702npm http fetch 200 http://registry.npmjs.org/ps-tree/-/ps-tree-0.0.3.tgz
49703npm verb afterAdd /root/.npm/update-notifier/0.1.10/package/package.json not in flight; writing
49704npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ps-tree/-/ps-tree-0.0.3.tgz not in flight; adding
49705npm verb addTmpTarball already have metadata; skipping unpack for ps-tree@0.0.3
49706npm verb afterAdd /root/.npm/update-notifier/0.1.10/package/package.json written
49707npm verb afterAdd /root/.npm/ps-tree/0.0.3/package/package.json not in flight; writing
49708npm verb afterAdd /root/.npm/ps-tree/0.0.3/package/package.json written
49709npm verb request uri http://registry.npmjs.org/event-stream
49710npm verb request no auth needed
49711npm info attempt registry request try #1 at 19:33:41
49712npm http request GET http://registry.npmjs.org/event-stream
49713npm http 200 http://registry.npmjs.org/event-stream
49714npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49715npm verb headers etag: '"42OI9F9P9Q7ABKQPDF95U8FVN"',
49716npm verb headers 'content-type': 'application/json',
49717npm verb headers 'cache-control': 'max-age=60',
49718npm verb headers 'content-length': '93542',
49719npm verb headers 'accept-ranges': 'bytes',
49720npm verb headers date: 'Tue, 29 Dec 2015 19:33:41 GMT',
49721npm verb headers age: '15',
49722npm verb headers 'x-served-by': 'cache-fra1231-FRA',
49723npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49724npm verb headers 'x-cache-hits': '2',
49725npm verb headers 'x-timer': 'S1451417621.113320,VS0,VE0',
49726npm verb headers vary: 'Accept',
49727npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49728npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49729npm verb headers connection: 'keep-alive' }
49730npm verb get saving event-stream to /root/.npm/registry.npmjs.org/event-stream/.cache.json
49731npm verb cache add spec event-stream@~0.5
49732npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for event-stream
49733npm verb addNameRange registry:http://registry.npmjs.org/event-stream not in flight; fetching
49734npm verb get http://registry.npmjs.org/event-stream not expired, no request
49735npm verb addNamed "0.5.3" is a plain semver version for event-stream
49736npm verb addRemoteTarball http://registry.npmjs.org/event-stream/-/event-stream-0.5.3.tgz not in flight; adding
49737npm verb addRemoteTarball [ 'http://registry.npmjs.org/event-stream/-/event-stream-0.5.3.tgz',
49738npm verb addRemoteTarball 'b77b9309f7107addfeab63f0c0eafd8db0bd8c1c' ]
49739npm info retry fetch attempt 1 at 19:33:41
49740npm info attempt registry request try #1 at 19:33:41
49741npm http fetch GET http://registry.npmjs.org/event-stream/-/event-stream-0.5.3.tgz
49742npm http fetch 200 http://registry.npmjs.org/event-stream/-/event-stream-0.5.3.tgz
49743npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/event-stream/-/event-stream-0.5.3.tgz not in flight; adding
49744npm verb addTmpTarball already have metadata; skipping unpack for event-stream@0.5.3
49745npm verb afterAdd /root/.npm/event-stream/0.5.3/package/package.json not in flight; writing
49746npm verb afterAdd /root/.npm/event-stream/0.5.3/package/package.json written
49747npm verb cache add spec optimist@0.2
49748npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for optimist
49749npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
49750npm verb request uri http://registry.npmjs.org/optimist
49751npm verb request no auth needed
49752npm info attempt registry request try #1 at 19:33:41
49753npm verb etag "6CXUKRQ1RDWCGZOWF0ABF0B0Y"
49754npm http request GET http://registry.npmjs.org/optimist
49755npm http 304 http://registry.npmjs.org/optimist
49756npm verb headers { date: 'Tue, 29 Dec 2015 19:33:41 GMT',
49757npm verb headers 'cache-control': 'max-age=300',
49758npm verb headers etag: '"6CXUKRQ1RDWCGZOWF0ABF0B0Y"',
49759npm verb headers age: '248',
49760npm verb headers 'x-served-by': 'cache-ams4131-AMS',
49761npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49762npm verb headers 'x-cache-hits': '2',
49763npm verb headers 'x-timer': 'S1451417621.315362,VS0,VE0',
49764npm verb headers vary: 'Accept',
49765npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49766npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49767npm verb headers connection: 'keep-alive' }
49768npm verb etag http://registry.npmjs.org/optimist from cache
49769npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
49770npm verb addNamed "0.2.8" is a plain semver version for optimist
49771npm verb addRemoteTarball http://registry.npmjs.org/optimist/-/optimist-0.2.8.tgz not in flight; adding
49772npm verb addRemoteTarball [ 'http://registry.npmjs.org/optimist/-/optimist-0.2.8.tgz',
49773npm verb addRemoteTarball 'e981ab7e268b457948593b55674c099a815cac31' ]
49774npm info retry fetch attempt 1 at 19:33:41
49775npm info attempt registry request try #1 at 19:33:41
49776npm http fetch GET http://registry.npmjs.org/optimist/-/optimist-0.2.8.tgz
49777npm http fetch 200 http://registry.npmjs.org/optimist/-/optimist-0.2.8.tgz
49778npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/optimist/-/optimist-0.2.8.tgz not in flight; adding
49779npm verb addTmpTarball already have metadata; skipping unpack for optimist@0.2.8
49780npm verb afterAdd /root/.npm/optimist/0.2.8/package/package.json not in flight; writing
49781npm verb afterAdd /root/.npm/optimist/0.2.8/package/package.json written
49782npm verb cache add spec chalk@^0.4.0
49783npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
49784npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
49785npm verb request uri http://registry.npmjs.org/chalk
49786npm verb request no auth needed
49787npm info attempt registry request try #1 at 19:33:41
49788npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
49789npm http request GET http://registry.npmjs.org/chalk
49790npm http 304 http://registry.npmjs.org/chalk
49791npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
49792npm verb headers 'content-type': 'application/json',
49793npm verb headers age: '283',
49794npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
49795npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
49796npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
49797npm verb headers connection: 'keep-alive' }
49798npm verb etag http://registry.npmjs.org/chalk from cache
49799npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
49800npm verb addNamed "0.4.0" is a plain semver version for chalk
49801npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
49802npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
49803npm verb cache add spec ansi-styles@~1.0.0
49804npm verb cache add spec strip-ansi@~0.1.0
49805npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
49806npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
49807npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
49808npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
49809npm verb request uri http://registry.npmjs.org/ansi-styles
49810npm verb request no auth needed
49811npm info attempt registry request try #1 at 19:33:41
49812npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
49813npm http request GET http://registry.npmjs.org/ansi-styles
49814npm verb request uri http://registry.npmjs.org/strip-ansi
49815npm verb request no auth needed
49816npm info attempt registry request try #1 at 19:33:41
49817npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
49818npm http request GET http://registry.npmjs.org/strip-ansi
49819npm http 304 http://registry.npmjs.org/ansi-styles
49820npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
49821npm verb headers 'content-type': 'application/json',
49822npm verb headers age: '136',
49823npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
49824npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
49825npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
49826npm verb headers connection: 'keep-alive' }
49827npm verb etag http://registry.npmjs.org/ansi-styles from cache
49828npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
49829npm http 304 http://registry.npmjs.org/strip-ansi
49830npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
49831npm verb headers 'content-type': 'application/json',
49832npm verb headers age: '124',
49833npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
49834npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
49835npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
49836npm verb headers connection: 'keep-alive' }
49837npm verb etag http://registry.npmjs.org/strip-ansi from cache
49838npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
49839npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
49840npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
49841npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
49842npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
49843npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
49844npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
49845npm verb cache add spec through2@~0.5.1
49846npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for through2
49847npm verb addNameRange registry:http://registry.npmjs.org/through2 not in flight; fetching
49848npm verb request uri http://registry.npmjs.org/protractor
49849npm verb request no auth needed
49850npm info attempt registry request try #1 at 19:33:41
49851npm http request GET http://registry.npmjs.org/protractor
49852npm verb request uri http://registry.npmjs.org/split
49853npm verb request no auth needed
49854npm info attempt registry request try #1 at 19:33:41
49855npm http request GET http://registry.npmjs.org/split
49856npm verb request uri http://registry.npmjs.org/through2
49857npm verb request no auth needed
49858npm info attempt registry request try #1 at 19:33:41
49859npm verb etag "CE9BDWSR3YK0T4A6LKUTKTORS"
49860npm http request GET http://registry.npmjs.org/through2
49861npm http 304 http://registry.npmjs.org/through2
49862npm verb headers { date: 'Tue, 29 Dec 2015 19:33:41 GMT',
49863npm verb headers 'cache-control': 'max-age=300',
49864npm verb headers etag: '"CE9BDWSR3YK0T4A6LKUTKTORS"',
49865npm verb headers age: '95',
49866npm verb headers 'x-served-by': 'cache-ams4143-AMS',
49867npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49868npm verb headers 'x-cache-hits': '3',
49869npm verb headers 'x-timer': 'S1451417621.710509,VS0,VE0',
49870npm verb headers vary: 'Accept',
49871npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49872npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49873npm verb headers connection: 'keep-alive' }
49874npm verb etag http://registry.npmjs.org/through2 from cache
49875npm verb get saving through2 to /root/.npm/registry.npmjs.org/through2/.cache.json
49876npm verb addNamed "0.5.1" is a plain semver version for through2
49877npm verb addRemoteTarball http://registry.npmjs.org/through2/-/through2-0.5.1.tgz not in flight; adding
49878npm verb addRemoteTarball [ 'http://registry.npmjs.org/through2/-/through2-0.5.1.tgz',
49879npm verb addRemoteTarball 'dfdd012eb9c700e2323fd334f38ac622ab372da7' ]
49880npm info retry fetch attempt 1 at 19:33:41
49881npm info attempt registry request try #1 at 19:33:41
49882npm http fetch GET http://registry.npmjs.org/through2/-/through2-0.5.1.tgz
49883npm http fetch 200 http://registry.npmjs.org/through2/-/through2-0.5.1.tgz
49884npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/through2/-/through2-0.5.1.tgz not in flight; adding
49885npm verb addTmpTarball already have metadata; skipping unpack for through2@0.5.1
49886npm verb afterAdd /root/.npm/through2/0.5.1/package/package.json not in flight; writing
49887npm verb afterAdd /root/.npm/through2/0.5.1/package/package.json written
49888npm http 200 http://registry.npmjs.org/split
49889npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49890npm verb headers etag: '"3D8NQCYAS8K1OI1BMTO3OGL9M"',
49891npm verb headers 'content-type': 'application/json',
49892npm verb headers 'cache-control': 'max-age=300',
49893npm verb headers 'content-length': '21694',
49894npm verb headers 'accept-ranges': 'bytes',
49895npm verb headers date: 'Tue, 29 Dec 2015 19:33:41 GMT',
49896npm verb headers age: '126',
49897npm verb headers 'x-served-by': 'cache-ams4124-AMS',
49898npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49899npm verb headers 'x-cache-hits': '1',
49900npm verb headers 'x-timer': 'S1451417621.696500,VS0,VE0',
49901npm verb headers vary: 'Accept',
49902npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49903npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49904npm verb headers connection: 'keep-alive' }
49905npm verb get saving split to /root/.npm/registry.npmjs.org/split/.cache.json
49906npm verb cache add spec split@~0.3.0
49907npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for split
49908npm verb addNameRange registry:http://registry.npmjs.org/split not in flight; fetching
49909npm verb get http://registry.npmjs.org/split not expired, no request
49910npm verb addNamed "0.3.3" is a plain semver version for split
49911npm verb addRemoteTarball http://registry.npmjs.org/split/-/split-0.3.3.tgz not in flight; adding
49912npm verb addRemoteTarball [ 'http://registry.npmjs.org/split/-/split-0.3.3.tgz',
49913npm verb addRemoteTarball 'cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f' ]
49914npm http 200 http://registry.npmjs.org/protractor
49915npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49916npm verb headers etag: '"DT7SXMTALQVBFZYVZKLHEPHK5"',
49917npm verb headers 'content-type': 'application/json',
49918npm verb headers 'cache-control': 'max-age=300',
49919npm verb headers 'content-length': '98965',
49920npm verb headers 'accept-ranges': 'bytes',
49921npm verb headers date: 'Tue, 29 Dec 2015 19:33:41 GMT',
49922npm verb headers age: '200',
49923npm verb headers 'x-served-by': 'cache-ams4131-AMS',
49924npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
49925npm verb headers 'x-cache-hits': '2',
49926npm verb headers 'x-timer': 'S1451417621.696285,VS0,VE0',
49927npm verb headers vary: 'Accept',
49928npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
49929npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
49930npm verb headers connection: 'keep-alive' }
49931npm verb get saving protractor to /root/.npm/registry.npmjs.org/protractor/.cache.json
49932npm info retry fetch attempt 1 at 19:33:41
49933npm info attempt registry request try #1 at 19:33:41
49934npm http fetch GET http://registry.npmjs.org/split/-/split-0.3.3.tgz
49935npm verb cache add spec protractor@^1.0.0
49936npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for protractor
49937npm verb addNameRange registry:http://registry.npmjs.org/protractor not in flight; fetching
49938npm verb get http://registry.npmjs.org/protractor not expired, no request
49939npm verb addNamed "1.8.0" is a plain semver version for protractor
49940npm verb addRemoteTarball http://registry.npmjs.org/protractor/-/protractor-1.8.0.tgz not in flight; adding
49941npm verb addRemoteTarball [ 'http://registry.npmjs.org/protractor/-/protractor-1.8.0.tgz',
49942npm verb addRemoteTarball 'ac2b05f590eddb293bddd41e8deaf999f60fc53c' ]
49943npm http fetch 200 http://registry.npmjs.org/split/-/split-0.3.3.tgz
49944npm info retry fetch attempt 1 at 19:33:41
49945npm info attempt registry request try #1 at 19:33:41
49946npm http fetch GET http://registry.npmjs.org/protractor/-/protractor-1.8.0.tgz
49947npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/split/-/split-0.3.3.tgz not in flight; adding
49948npm verb addTmpTarball already have metadata; skipping unpack for split@0.3.3
49949npm verb afterAdd /root/.npm/split/0.3.3/package/package.json not in flight; writing
49950npm verb afterAdd /root/.npm/split/0.3.3/package/package.json written
49951npm http fetch 200 http://registry.npmjs.org/protractor/-/protractor-1.8.0.tgz
49952npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/protractor/-/protractor-1.8.0.tgz not in flight; adding
49953npm verb addTmpTarball already have metadata; skipping unpack for protractor@1.8.0
49954npm verb afterAdd /root/.npm/protractor/1.8.0/package/package.json not in flight; writing
49955npm verb afterAdd /root/.npm/protractor/1.8.0/package/package.json written
49956npm verb cache add spec request@~2.36.0
49957npm verb cache add spec glob@~3.2
49958npm verb cache add spec adm-zip@0.4.4
49959npm verb cache add spec optimist@~0.6.0
49960npm verb cache add spec q@1.0.0
49961npm verb addNamed ">=2.36.0 <2.37.0" is a valid semver range for request
49962npm verb addNameRange registry:http://registry.npmjs.org/request not in flight; fetching
49963npm verb addNamed ">=3.2.0 <3.3.0" is a valid semver range for glob
49964npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
49965npm verb addNamed "0.4.4" is a plain semver version for adm-zip
49966npm verb addNameVersion registry:http://registry.npmjs.org/adm-zip not in flight; fetching
49967npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for optimist
49968npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
49969npm verb addNamed "1.0.0" is a plain semver version for q
49970npm verb addNameVersion registry:http://registry.npmjs.org/q not in flight; fetching
49971npm verb request uri http://registry.npmjs.org/selenium-webdriver
49972npm verb request no auth needed
49973npm info attempt registry request try #1 at 19:33:42
49974npm http request GET http://registry.npmjs.org/selenium-webdriver
49975npm verb request uri http://registry.npmjs.org/minijasminenode
49976npm verb request no auth needed
49977npm info attempt registry request try #1 at 19:33:42
49978npm http request GET http://registry.npmjs.org/minijasminenode
49979npm verb request uri http://registry.npmjs.org/jasminewd
49980npm verb request no auth needed
49981npm info attempt registry request try #1 at 19:33:42
49982npm http request GET http://registry.npmjs.org/jasminewd
49983npm verb request uri http://registry.npmjs.org/jasminewd2
49984npm verb request no auth needed
49985npm info attempt registry request try #1 at 19:33:42
49986npm http request GET http://registry.npmjs.org/jasminewd2
49987npm verb request uri http://registry.npmjs.org/jasmine
49988npm verb request no auth needed
49989npm info attempt registry request try #1 at 19:33:42
49990npm http request GET http://registry.npmjs.org/jasmine
49991npm verb request uri http://registry.npmjs.org/saucelabs
49992npm verb request no auth needed
49993npm info attempt registry request try #1 at 19:33:42
49994npm http request GET http://registry.npmjs.org/saucelabs
49995npm verb request uri http://registry.npmjs.org/source-map-support
49996npm verb request no auth needed
49997npm info attempt registry request try #1 at 19:33:42
49998npm http request GET http://registry.npmjs.org/source-map-support
49999npm verb request uri http://registry.npmjs.org/html-entities
50000npm verb request no auth needed
50001npm info attempt registry request try #1 at 19:33:42
50002npm http request GET http://registry.npmjs.org/html-entities
50003npm verb request uri http://registry.npmjs.org/accessibility-developer-tools
50004npm verb request no auth needed
50005npm info attempt registry request try #1 at 19:33:42
50006npm http request GET http://registry.npmjs.org/accessibility-developer-tools
50007npm verb request uri http://registry.npmjs.org/request
50008npm verb request no auth needed
50009npm info attempt registry request try #1 at 19:33:42
50010npm verb etag "41O2YUQ0F957MF7HVJELBZYE5"
50011npm http request GET http://registry.npmjs.org/request
50012npm verb request uri http://registry.npmjs.org/glob
50013npm verb request no auth needed
50014npm info attempt registry request try #1 at 19:33:42
50015npm verb etag "35BW2PZITMBWTVHPL2Z8HULBB"
50016npm http request GET http://registry.npmjs.org/glob
50017npm verb request uri http://registry.npmjs.org/adm-zip
50018npm verb request no auth needed
50019npm info attempt registry request try #1 at 19:33:42
50020npm verb etag "AAB8O4XDJLTFC1LEIVD3MQ62J"
50021npm http request GET http://registry.npmjs.org/adm-zip
50022npm verb get http://registry.npmjs.org/optimist not expired, no request
50023npm verb addNamed "0.6.1" is a plain semver version for optimist
50024npm verb request uri http://registry.npmjs.org/q
50025npm verb request no auth needed
50026npm info attempt registry request try #1 at 19:33:42
50027npm verb etag "5IOO0153MVIX8ZOINFF1RYLY3"
50028npm http request GET http://registry.npmjs.org/q
50029npm http 200 http://registry.npmjs.org/selenium-webdriver
50030npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50031npm verb headers etag: '"BE2HPGFOL28PT8E0TWB0SIBYZ"',
50032npm verb headers 'content-type': 'application/json',
50033npm verb headers 'cache-control': 'max-age=300',
50034npm verb headers 'content-length': '44364',
50035npm verb headers 'accept-ranges': 'bytes',
50036npm verb headers date: 'Tue, 29 Dec 2015 19:33:42 GMT',
50037npm verb headers age: '226',
50038npm verb headers 'x-served-by': 'cache-fra1231-FRA',
50039npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50040npm verb headers 'x-cache-hits': '1',
50041npm verb headers 'x-timer': 'S1451417622.735728,VS0,VE0',
50042npm verb headers vary: 'Accept',
50043npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50044npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50045npm verb headers connection: 'keep-alive' }
50046npm verb get saving selenium-webdriver to /root/.npm/registry.npmjs.org/selenium-webdriver/.cache.json
50047npm http 200 http://registry.npmjs.org/html-entities
50048npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50049npm verb headers etag: '"1FKXET4GZTZ5SP8607XHZTL92"',
50050npm verb headers 'content-type': 'application/json',
50051npm verb headers 'cache-control': 'max-age=300',
50052npm verb headers 'content-length': '20154',
50053npm verb headers 'accept-ranges': 'bytes',
50054npm verb headers date: 'Tue, 29 Dec 2015 19:33:42 GMT',
50055npm verb headers age: '200',
50056npm verb headers 'x-served-by': 'cache-ams4143-AMS',
50057npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50058npm verb headers 'x-cache-hits': '2',
50059npm verb headers 'x-timer': 'S1451417622.740147,VS0,VE0',
50060npm verb headers vary: 'Accept',
50061npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50062npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50063npm verb headers connection: 'keep-alive' }
50064npm verb get saving html-entities to /root/.npm/registry.npmjs.org/html-entities/.cache.json
50065npm http 200 http://registry.npmjs.org/jasminewd
50066npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50067npm verb headers etag: '"7OZ83K80PNNYP6AGTNWF2TJ0I"',
50068npm verb headers 'content-type': 'application/json',
50069npm verb headers 'cache-control': 'max-age=300',
50070npm verb headers 'content-length': '9003',
50071npm verb headers 'accept-ranges': 'bytes',
50072npm verb headers date: 'Tue, 29 Dec 2015 19:33:42 GMT',
50073npm verb headers age: '34',
50074npm verb headers 'x-served-by': 'cache-ams4131-AMS',
50075npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50076npm verb headers 'x-cache-hits': '1',
50077npm verb headers 'x-timer': 'S1451417622.739654,VS0,VE0',
50078npm verb headers vary: 'Accept',
50079npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50080npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50081npm verb headers connection: 'keep-alive' }
50082npm verb get saving jasminewd to /root/.npm/registry.npmjs.org/jasminewd/.cache.json
50083npm http 200 http://registry.npmjs.org/jasminewd2
50084npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50085npm verb headers etag: '"73GBHV3S9187I9SZ3SJP07X4E"',
50086npm verb headers 'content-type': 'application/json',
50087npm verb headers 'cache-control': 'max-age=300',
50088npm verb headers 'content-length': '9790',
50089npm verb headers 'accept-ranges': 'bytes',
50090npm verb headers date: 'Tue, 29 Dec 2015 19:33:42 GMT',
50091npm verb headers age: '225',
50092npm verb headers 'x-served-by': 'cache-fra1245-FRA',
50093npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50094npm verb headers 'x-cache-hits': '1',
50095npm verb headers 'x-timer': 'S1451417622.736600,VS0,VE0',
50096npm verb headers vary: 'Accept',
50097npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50098npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50099npm verb headers connection: 'keep-alive' }
50100npm verb get saving jasminewd2 to /root/.npm/registry.npmjs.org/jasminewd2/.cache.json
50101npm http 304 http://registry.npmjs.org/glob
50102npm verb headers { date: 'Tue, 29 Dec 2015 19:31:26 GMT',
50103npm verb headers 'content-type': 'application/json',
50104npm verb headers age: '201',
50105npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
50106npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
50107npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
50108npm verb headers connection: 'keep-alive' }
50109npm verb etag http://registry.npmjs.org/glob from cache
50110npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
50111npm http 304 http://registry.npmjs.org/adm-zip
50112npm verb headers { date: 'Tue, 29 Dec 2015 19:33:42 GMT',
50113npm verb headers 'cache-control': 'max-age=300',
50114npm verb headers etag: '"AAB8O4XDJLTFC1LEIVD3MQ62J"',
50115npm verb headers age: '83',
50116npm verb headers 'x-served-by': 'cache-fra1240-FRA',
50117npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50118npm verb headers 'x-cache-hits': '1',
50119npm verb headers 'x-timer': 'S1451417622.778786,VS0,VE0',
50120npm verb headers vary: 'Accept',
50121npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50122npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50123npm verb headers connection: 'keep-alive' }
50124npm verb etag http://registry.npmjs.org/adm-zip from cache
50125npm verb get saving adm-zip to /root/.npm/registry.npmjs.org/adm-zip/.cache.json
50126npm http 304 http://registry.npmjs.org/request
50127npm verb headers { date: 'Tue, 29 Dec 2015 19:33:42 GMT',
50128npm verb headers 'cache-control': 'max-age=300',
50129npm verb headers etag: '"41O2YUQ0F957MF7HVJELBZYE5"',
50130npm verb headers age: '271',
50131npm verb headers 'x-served-by': 'cache-ams4131-AMS',
50132npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50133npm verb headers 'x-cache-hits': '5',
50134npm verb headers 'x-timer': 'S1451417622.781260,VS0,VE0',
50135npm verb headers vary: 'Accept',
50136npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50137npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50138npm verb headers connection: 'keep-alive' }
50139npm verb etag http://registry.npmjs.org/request from cache
50140npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
50141npm http 304 http://registry.npmjs.org/q
50142npm verb headers { date: 'Tue, 29 Dec 2015 19:33:42 GMT',
50143npm verb headers 'cache-control': 'max-age=300',
50144npm verb headers etag: '"5IOO0153MVIX8ZOINFF1RYLY3"',
50145npm verb headers age: '226',
50146npm verb headers 'x-served-by': 'cache-fra1245-FRA',
50147npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50148npm verb headers 'x-cache-hits': '4',
50149npm verb headers 'x-timer': 'S1451417622.859517,VS0,VE0',
50150npm verb headers vary: 'Accept',
50151npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50152npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50153npm verb headers connection: 'keep-alive' }
50154npm verb etag http://registry.npmjs.org/q from cache
50155npm verb get saving q to /root/.npm/registry.npmjs.org/q/.cache.json
50156npm http 200 http://registry.npmjs.org/source-map-support
50157npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50158npm verb headers etag: '"1D6XX337J2ZCBVHOE9T23LCEK"',
50159npm verb headers 'content-type': 'application/json',
50160npm verb headers 'cache-control': 'max-age=60',
50161npm verb headers 'content-length': '31327',
50162npm verb headers 'accept-ranges': 'bytes',
50163npm verb headers date: 'Tue, 29 Dec 2015 19:33:42 GMT',
50164npm verb headers age: '0',
50165npm verb headers 'x-served-by': 'cache-ams4124-AMS',
50166npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50167npm verb headers 'x-cache-hits': '1',
50168npm verb headers 'x-timer': 'S1451417622.740061,VS0,VE166',
50169npm verb headers vary: 'Accept',
50170npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50171npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50172npm verb headers connection: 'keep-alive' }
50173npm verb get saving source-map-support to /root/.npm/registry.npmjs.org/source-map-support/.cache.json
50174npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
50175npm verb cache add spec html-entities@~1.1.1
50176npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for html-entities
50177npm verb addNameRange registry:http://registry.npmjs.org/html-entities not in flight; fetching
50178npm verb addNamed "3.2.11" is a plain semver version for glob
50179npm verb addNamed "2.36.0" is a plain semver version for request
50180npm verb cache add spec selenium-webdriver@2.44.0
50181npm verb addNamed "2.44.0" is a plain semver version for selenium-webdriver
50182npm verb addNameVersion registry:http://registry.npmjs.org/selenium-webdriver not in flight; fetching
50183npm verb cache add spec jasminewd@1.1.0
50184npm verb addNamed "1.1.0" is a plain semver version for jasminewd
50185npm verb addNameVersion registry:http://registry.npmjs.org/jasminewd not in flight; fetching
50186npm verb addRemoteTarball http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz not in flight; adding
50187npm verb addRemoteTarball [ 'http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz',
50188npm verb addRemoteTarball 'a61ed5ae6905c3aea58b3a657d25033091052736' ]
50189npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
50190npm verb addRemoteTarball http://registry.npmjs.org/request/-/request-2.36.0.tgz not in flight; adding
50191npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.36.0.tgz',
50192npm verb addRemoteTarball '28c6c04262c7b9ffdd21b9255374517ee6d943f5' ]
50193npm verb cache add spec jasminewd2@0.0.2
50194npm verb addNamed "0.0.2" is a plain semver version for jasminewd2
50195npm verb addNameVersion registry:http://registry.npmjs.org/jasminewd2 not in flight; fetching
50196npm verb addRemoteTarball http://registry.npmjs.org/q/-/q-1.0.0.tgz not in flight; adding
50197npm verb addRemoteTarball [ 'http://registry.npmjs.org/q/-/q-1.0.0.tgz',
50198npm verb addRemoteTarball 'dc1f92c4587be54f7853b29dc28e6d243a88498d' ]
50199npm info retry fetch attempt 1 at 19:33:43
50200npm info attempt registry request try #1 at 19:33:43
50201npm http fetch GET http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz
50202npm http 200 http://registry.npmjs.org/minijasminenode
50203npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50204npm verb headers etag: '"ACKSWG6QCUUAL9IOIR90M438X"',
50205npm verb headers 'content-type': 'application/json',
50206npm verb headers 'cache-control': 'max-age=300',
50207npm verb headers 'content-length': '16569',
50208npm verb headers 'accept-ranges': 'bytes',
50209npm verb headers date: 'Tue, 29 Dec 2015 19:33:42 GMT',
50210npm verb headers age: '225',
50211npm verb headers 'x-served-by': 'cache-fra1232-FRA',
50212npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50213npm verb headers 'x-cache-hits': '1',
50214npm verb headers 'x-timer': 'S1451417622.736641,VS0,VE0',
50215npm verb headers vary: 'Accept',
50216npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50217npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50218npm verb headers connection: 'keep-alive' }
50219npm verb get saving minijasminenode to /root/.npm/registry.npmjs.org/minijasminenode/.cache.json
50220npm info retry fetch attempt 1 at 19:33:43
50221npm info attempt registry request try #1 at 19:33:43
50222npm http fetch GET http://registry.npmjs.org/request/-/request-2.36.0.tgz
50223npm http 200 http://registry.npmjs.org/saucelabs
50224npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50225npm verb headers etag: '"6A5MHN2HOGFSGB8KBC99UB9BU"',
50226npm verb headers 'content-type': 'application/json',
50227npm verb headers 'cache-control': 'max-age=300',
50228npm verb headers 'content-length': '21623',
50229npm verb headers 'accept-ranges': 'bytes',
50230npm verb headers date: 'Tue, 29 Dec 2015 19:33:42 GMT',
50231npm verb headers age: '225',
50232npm verb headers 'x-served-by': 'cache-fra1246-FRA',
50233npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50234npm verb headers 'x-cache-hits': '1',
50235npm verb headers 'x-timer': 'S1451417622.736697,VS0,VE0',
50236npm verb headers vary: 'Accept',
50237npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50238npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50239npm verb headers connection: 'keep-alive' }
50240npm verb get saving saucelabs to /root/.npm/registry.npmjs.org/saucelabs/.cache.json
50241npm http 200 http://registry.npmjs.org/accessibility-developer-tools
50242npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50243npm verb headers etag: '"ECNIXYUFJ10P102G6OL8E47XL"',
50244npm verb headers 'content-type': 'application/json',
50245npm verb headers 'cache-control': 'max-age=300',
50246npm verb headers 'content-length': '19831',
50247npm verb headers 'accept-ranges': 'bytes',
50248npm verb headers date: 'Tue, 29 Dec 2015 19:33:42 GMT',
50249npm verb headers age: '225',
50250npm verb headers 'x-served-by': 'cache-fra1225-FRA',
50251npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50252npm verb headers 'x-cache-hits': '1',
50253npm verb headers 'x-timer': 'S1451417622.736956,VS0,VE0',
50254npm verb headers vary: 'Accept',
50255npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50256npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50257npm verb headers connection: 'keep-alive' }
50258npm verb get saving accessibility-developer-tools to /root/.npm/registry.npmjs.org/accessibility-developer-tools/.cache.json
50259npm info retry fetch attempt 1 at 19:33:43
50260npm info attempt registry request try #1 at 19:33:43
50261npm http fetch GET http://registry.npmjs.org/q/-/q-1.0.0.tgz
50262npm verb get http://registry.npmjs.org/html-entities not expired, no request
50263npm verb addNamed "1.1.3" is a plain semver version for html-entities
50264npm http fetch 200 http://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz
50265npm verb get http://registry.npmjs.org/selenium-webdriver not expired, no request
50266npm verb get http://registry.npmjs.org/jasminewd not expired, no request
50267npm verb cache add spec source-map-support@~0.2.6
50268npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for source-map-support
50269npm verb addNameRange registry:http://registry.npmjs.org/source-map-support not in flight; fetching
50270npm verb addRemoteTarball http://registry.npmjs.org/html-entities/-/html-entities-1.1.3.tgz not in flight; adding
50271npm verb addRemoteTarball [ 'http://registry.npmjs.org/html-entities/-/html-entities-1.1.3.tgz',
50272npm verb addRemoteTarball '7e3b47640f5ea69b097ae8bbbe7cb8ca941d85bd' ]
50273npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
50274npm verb get http://registry.npmjs.org/jasminewd2 not expired, no request
50275npm verb addRemoteTarball http://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz not in flight; adding
50276npm verb addRemoteTarball [ 'http://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz',
50277npm verb addRemoteTarball '6cc6257731cd27c6db6471092857755f99d77b57' ]
50278npm verb addRemoteTarball http://registry.npmjs.org/jasminewd/-/jasminewd-1.1.0.tgz not in flight; adding
50279npm verb addRemoteTarball [ 'http://registry.npmjs.org/jasminewd/-/jasminewd-1.1.0.tgz',
50280npm verb addRemoteTarball '25751a6845ef2fb424c2fa39647987ae156fd433' ]
50281npm http fetch 200 http://registry.npmjs.org/request/-/request-2.36.0.tgz
50282npm http fetch 200 http://registry.npmjs.org/q/-/q-1.0.0.tgz
50283npm verb addRemoteTarball http://registry.npmjs.org/jasminewd2/-/jasminewd2-0.0.2.tgz not in flight; adding
50284npm verb addRemoteTarball [ 'http://registry.npmjs.org/jasminewd2/-/jasminewd2-0.0.2.tgz',
50285npm verb addRemoteTarball '5fb5d1d96bf0834c8db054da855e5beb3b23bfaa' ]
50286npm info retry fetch attempt 1 at 19:33:43
50287npm info attempt registry request try #1 at 19:33:43
50288npm http fetch GET http://registry.npmjs.org/html-entities/-/html-entities-1.1.3.tgz
50289npm info retry fetch attempt 1 at 19:33:43
50290npm info attempt registry request try #1 at 19:33:43
50291npm http fetch GET http://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz
50292npm info retry fetch attempt 1 at 19:33:43
50293npm info attempt registry request try #1 at 19:33:43
50294npm http fetch GET http://registry.npmjs.org/jasminewd/-/jasminewd-1.1.0.tgz
50295npm info retry fetch attempt 1 at 19:33:43
50296npm info attempt registry request try #1 at 19:33:43
50297npm http fetch GET http://registry.npmjs.org/jasminewd2/-/jasminewd2-0.0.2.tgz
50298npm verb get http://registry.npmjs.org/source-map-support not expired, no request
50299npm verb addNamed "0.2.10" is a plain semver version for source-map-support
50300npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
50301npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz not in flight; adding
50302npm verb addTmpTarball already have metadata; skipping unpack for adm-zip@0.4.4
50303npm verb addRemoteTarball http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz not in flight; adding
50304npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz',
50305npm verb addRemoteTarball 'ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc' ]
50306npm http fetch 200 http://registry.npmjs.org/html-entities/-/html-entities-1.1.3.tgz
50307npm verb cache add spec minijasminenode@1.1.1
50308npm verb addNamed "1.1.1" is a plain semver version for minijasminenode
50309npm verb addNameVersion registry:http://registry.npmjs.org/minijasminenode not in flight; fetching
50310npm http fetch 200 http://registry.npmjs.org/jasminewd/-/jasminewd-1.1.0.tgz
50311npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/q/-/q-1.0.0.tgz not in flight; adding
50312npm verb addTmpTarball already have metadata; skipping unpack for q@1.0.0
50313npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/request/-/request-2.36.0.tgz not in flight; adding
50314npm verb addTmpTarball already have metadata; skipping unpack for request@2.36.0
50315npm verb cache add spec saucelabs@~0.1.0
50316npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for saucelabs
50317npm verb addNameRange registry:http://registry.npmjs.org/saucelabs not in flight; fetching
50318npm http fetch 200 http://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz
50319npm verb cache add spec accessibility-developer-tools@~2.6.0
50320npm verb addNamed ">=2.6.0 <2.7.0" is a valid semver range for accessibility-developer-tools
50321npm verb addNameRange registry:http://registry.npmjs.org/accessibility-developer-tools not in flight; fetching
50322npm info retry fetch attempt 1 at 19:33:43
50323npm info attempt registry request try #1 at 19:33:43
50324npm http fetch GET http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz
50325npm http fetch 200 http://registry.npmjs.org/jasminewd2/-/jasminewd2-0.0.2.tgz
50326npm verb get http://registry.npmjs.org/minijasminenode not expired, no request
50327npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/html-entities/-/html-entities-1.1.3.tgz not in flight; adding
50328npm verb addTmpTarball already have metadata; skipping unpack for html-entities@1.1.3
50329npm verb addRemoteTarball http://registry.npmjs.org/minijasminenode/-/minijasminenode-1.1.1.tgz not in flight; adding
50330npm verb addRemoteTarball [ 'http://registry.npmjs.org/minijasminenode/-/minijasminenode-1.1.1.tgz',
50331npm verb addRemoteTarball '7f9637d66428a531c05f4f10b69a311b5dfb60e9' ]
50332npm verb get http://registry.npmjs.org/saucelabs not expired, no request
50333npm verb addNamed "0.1.1" is a plain semver version for saucelabs
50334npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jasminewd/-/jasminewd-1.1.0.tgz not in flight; adding
50335npm verb addTmpTarball already have metadata; skipping unpack for jasminewd@1.1.0
50336npm verb get http://registry.npmjs.org/accessibility-developer-tools not expired, no request
50337npm verb addNamed "2.6.0" is a plain semver version for accessibility-developer-tools
50338npm verb addRemoteTarball http://registry.npmjs.org/saucelabs/-/saucelabs-0.1.1.tgz not in flight; adding
50339npm verb addRemoteTarball [ 'http://registry.npmjs.org/saucelabs/-/saucelabs-0.1.1.tgz',
50340npm verb addRemoteTarball '5e0ea1cf3d735d6ea15fde94b5bda6bc15d2c06d' ]
50341npm http fetch 200 http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz
50342npm verb addRemoteTarball http://registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.6.0.tgz not in flight; adding
50343npm verb addRemoteTarball [ 'http://registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.6.0.tgz',
50344npm verb addRemoteTarball 'fcedaff014eddc3f54c4b365931be1f715746afc' ]
50345npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json not in flight; writing
50346npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jasminewd2/-/jasminewd2-0.0.2.tgz not in flight; adding
50347npm verb addTmpTarball already have metadata; skipping unpack for jasminewd2@0.0.2
50348npm info retry fetch attempt 1 at 19:33:43
50349npm info attempt registry request try #1 at 19:33:43
50350npm http fetch GET http://registry.npmjs.org/minijasminenode/-/minijasminenode-1.1.1.tgz
50351npm verb afterAdd /root/.npm/q/1.0.0/package/package.json not in flight; writing
50352npm verb afterAdd /root/.npm/request/2.36.0/package/package.json not in flight; writing
50353npm info retry fetch attempt 1 at 19:33:43
50354npm info attempt registry request try #1 at 19:33:43
50355npm http fetch GET http://registry.npmjs.org/saucelabs/-/saucelabs-0.1.1.tgz
50356npm info retry fetch attempt 1 at 19:33:43
50357npm info attempt registry request try #1 at 19:33:43
50358npm http fetch GET http://registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.6.0.tgz
50359npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json written
50360npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz not in flight; adding
50361npm verb addTmpTarball already have metadata; skipping unpack for source-map-support@0.2.10
50362npm verb afterAdd /root/.npm/q/1.0.0/package/package.json written
50363npm verb afterAdd /root/.npm/request/2.36.0/package/package.json written
50364npm verb afterAdd /root/.npm/html-entities/1.1.3/package/package.json not in flight; writing
50365npm http fetch 200 http://registry.npmjs.org/minijasminenode/-/minijasminenode-1.1.1.tgz
50366npm verb afterAdd /root/.npm/jasminewd/1.1.0/package/package.json not in flight; writing
50367npm http fetch 200 http://registry.npmjs.org/saucelabs/-/saucelabs-0.1.1.tgz
50368npm http fetch 200 http://registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.6.0.tgz
50369npm verb afterAdd /root/.npm/jasminewd2/0.0.2/package/package.json not in flight; writing
50370npm verb afterAdd /root/.npm/html-entities/1.1.3/package/package.json written
50371npm verb afterAdd /root/.npm/jasminewd/1.1.0/package/package.json written
50372npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/saucelabs/-/saucelabs-0.1.1.tgz not in flight; adding
50373npm verb addTmpTarball already have metadata; skipping unpack for saucelabs@0.1.1
50374npm verb afterAdd /root/.npm/jasminewd2/0.0.2/package/package.json written
50375npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/minijasminenode/-/minijasminenode-1.1.1.tgz not in flight; adding
50376npm verb addTmpTarball already have metadata; skipping unpack for minijasminenode@1.1.1
50377npm verb afterAdd /root/.npm/source-map-support/0.2.10/package/package.json not in flight; writing
50378npm verb afterAdd /root/.npm/source-map-support/0.2.10/package/package.json written
50379npm verb afterAdd /root/.npm/saucelabs/0.1.1/package/package.json not in flight; writing
50380npm verb afterAdd /root/.npm/minijasminenode/1.1.1/package/package.json not in flight; writing
50381npm verb afterAdd /root/.npm/saucelabs/0.1.1/package/package.json written
50382npm verb afterAdd /root/.npm/minijasminenode/1.1.1/package/package.json written
50383npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.6.0.tgz not in flight; adding
50384npm verb addTmpTarball already have metadata; skipping unpack for accessibility-developer-tools@2.6.0
50385npm verb afterAdd /root/.npm/accessibility-developer-tools/2.6.0/package/package.json not in flight; writing
50386npm verb afterAdd /root/.npm/accessibility-developer-tools/2.6.0/package/package.json written
50387npm http 200 http://registry.npmjs.org/jasmine
50388npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50389npm verb headers etag: '"BGYAOXRWABFLGILNI4VZ0Q94T"',
50390npm verb headers 'content-type': 'application/json',
50391npm verb headers 'cache-control': 'max-age=300',
50392npm verb headers 'content-length': '14584',
50393npm verb headers 'accept-ranges': 'bytes',
50394npm verb headers date: 'Tue, 29 Dec 2015 19:33:43 GMT',
50395npm verb headers age: '0',
50396npm verb headers 'x-served-by': 'cache-fra1220-FRA',
50397npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50398npm verb headers 'x-cache-hits': '1',
50399npm verb headers 'x-timer': 'S1451417622.736961,VS0,VE779',
50400npm verb headers vary: 'Accept',
50401npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50402npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50403npm verb headers connection: 'keep-alive' }
50404npm verb get saving jasmine to /root/.npm/registry.npmjs.org/jasmine/.cache.json
50405npm verb cache add spec jasmine@2.1.1
50406npm verb addNamed "2.1.1" is a plain semver version for jasmine
50407npm verb addNameVersion registry:http://registry.npmjs.org/jasmine not in flight; fetching
50408npm verb get http://registry.npmjs.org/jasmine not expired, no request
50409npm verb addRemoteTarball http://registry.npmjs.org/jasmine/-/jasmine-2.1.1.tgz not in flight; adding
50410npm verb addRemoteTarball [ 'http://registry.npmjs.org/jasmine/-/jasmine-2.1.1.tgz',
50411npm verb addRemoteTarball '9db8b17d54c7a30266feaf3a015f32812cb81748' ]
50412npm info retry fetch attempt 1 at 19:33:43
50413npm info attempt registry request try #1 at 19:33:43
50414npm http fetch GET http://registry.npmjs.org/jasmine/-/jasmine-2.1.1.tgz
50415npm http fetch 200 http://registry.npmjs.org/jasmine/-/jasmine-2.1.1.tgz
50416npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jasmine/-/jasmine-2.1.1.tgz not in flight; adding
50417npm verb addTmpTarball already have metadata; skipping unpack for jasmine@2.1.1
50418npm verb afterAdd /root/.npm/jasmine/2.1.1/package/package.json not in flight; writing
50419npm verb afterAdd /root/.npm/jasmine/2.1.1/package/package.json written
50420npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz not in flight; adding
50421npm verb addTmpTarball already have metadata; skipping unpack for selenium-webdriver@2.44.0
50422npm verb afterAdd /root/.npm/selenium-webdriver/2.44.0/package/package.json not in flight; writing
50423npm verb afterAdd /root/.npm/selenium-webdriver/2.44.0/package/package.json written
50424npm verb cache add spec minimatch@0.3
50425npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
50426npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
50427npm verb request uri http://registry.npmjs.org/minimatch
50428npm verb request no auth needed
50429npm info attempt registry request try #1 at 19:33:45
50430npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
50431npm http request GET http://registry.npmjs.org/minimatch
50432npm http 304 http://registry.npmjs.org/minimatch
50433npm verb headers { date: 'Tue, 29 Dec 2015 19:33:45 GMT',
50434npm verb headers 'cache-control': 'max-age=300',
50435npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
50436npm verb headers age: '84',
50437npm verb headers 'x-served-by': 'cache-fra1246-FRA',
50438npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50439npm verb headers 'x-cache-hits': '7',
50440npm verb headers 'x-timer': 'S1451417625.793140,VS0,VE0',
50441npm verb headers vary: 'Accept',
50442npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
50443npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50444npm verb headers connection: 'keep-alive' }
50445npm verb etag http://registry.npmjs.org/minimatch from cache
50446npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
50447npm verb addNamed "0.3.0" is a plain semver version for minimatch
50448npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
50449npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
50450npm verb cache add spec glob@^3.2.11
50451npm verb addNamed ">=3.2.11 <4.0.0" is a valid semver range for glob
50452npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
50453npm verb request uri http://registry.npmjs.org/jasmine-core
50454npm verb request no auth needed
50455npm info attempt registry request try #1 at 19:33:45
50456npm http request GET http://registry.npmjs.org/jasmine-core
50457npm verb get http://registry.npmjs.org/glob not expired, no request
50458npm verb addNamed "3.2.11" is a plain semver version for glob
50459npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
50460npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
50461npm http 200 http://registry.npmjs.org/jasmine-core
50462npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50463npm verb headers etag: '"3LOU2LF8IOLDEOZ8YLGFB2K3K"',
50464npm verb headers 'content-type': 'application/json',
50465npm verb headers 'cache-control': 'max-age=300',
50466npm verb headers 'content-length': '22361',
50467npm verb headers 'accept-ranges': 'bytes',
50468npm verb headers date: 'Tue, 29 Dec 2015 19:33:45 GMT',
50469npm verb headers age: '244',
50470npm verb headers 'x-served-by': 'cache-ams4131-AMS',
50471npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50472npm verb headers 'x-cache-hits': '1',
50473npm verb headers 'x-timer': 'S1451417625.930557,VS0,VE0',
50474npm verb headers vary: 'Accept',
50475npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50476npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50477npm verb headers connection: 'keep-alive' }
50478npm verb get saving jasmine-core to /root/.npm/registry.npmjs.org/jasmine-core/.cache.json
50479npm verb cache add spec jasmine-core@~2.1.0
50480npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for jasmine-core
50481npm verb addNameRange registry:http://registry.npmjs.org/jasmine-core not in flight; fetching
50482npm verb get http://registry.npmjs.org/jasmine-core not expired, no request
50483npm verb addNamed "2.1.3" is a plain semver version for jasmine-core
50484npm verb addRemoteTarball http://registry.npmjs.org/jasmine-core/-/jasmine-core-2.1.3.tgz not in flight; adding
50485npm verb addRemoteTarball [ 'http://registry.npmjs.org/jasmine-core/-/jasmine-core-2.1.3.tgz',
50486npm verb addRemoteTarball '83c4467a2250578e19e916cf8a2404a8c9841b39' ]
50487npm info retry fetch attempt 1 at 19:33:46
50488npm info attempt registry request try #1 at 19:33:46
50489npm http fetch GET http://registry.npmjs.org/jasmine-core/-/jasmine-core-2.1.3.tgz
50490npm http fetch 200 http://registry.npmjs.org/jasmine-core/-/jasmine-core-2.1.3.tgz
50491npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jasmine-core/-/jasmine-core-2.1.3.tgz not in flight; adding
50492npm verb addTmpTarball already have metadata; skipping unpack for jasmine-core@2.1.3
50493npm verb afterAdd /root/.npm/jasmine-core/2.1.3/package/package.json not in flight; writing
50494npm verb afterAdd /root/.npm/jasmine-core/2.1.3/package/package.json written
50495npm verb cache add spec minimatch@0.3
50496npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
50497npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
50498npm verb get http://registry.npmjs.org/minimatch not expired, no request
50499npm verb addNamed "0.3.0" is a plain semver version for minimatch
50500npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
50501npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
50502npm verb cache add spec minimist@~0.0.1
50503npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
50504npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
50505npm verb request uri http://registry.npmjs.org/minimist
50506npm verb request no auth needed
50507npm info attempt registry request try #1 at 19:33:46
50508npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
50509npm http request GET http://registry.npmjs.org/minimist
50510npm http 304 http://registry.npmjs.org/minimist
50511npm verb headers { date: 'Tue, 29 Dec 2015 19:33:46 GMT',
50512npm verb headers 'cache-control': 'max-age=300',
50513npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
50514npm verb headers age: '106',
50515npm verb headers 'x-served-by': 'cache-ams4131-AMS',
50516npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50517npm verb headers 'x-cache-hits': '3',
50518npm verb headers 'x-timer': 'S1451417626.641813,VS0,VE0',
50519npm verb headers vary: 'Accept',
50520npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50521npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50522npm verb headers connection: 'keep-alive' }
50523npm verb etag http://registry.npmjs.org/minimist from cache
50524npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
50525npm verb addNamed "0.0.10" is a plain semver version for minimist
50526npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
50527npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
50528npm verb cache add spec forever-agent@~0.5.0
50529npm verb cache add spec node-uuid@~1.4.0
50530npm verb cache add spec form-data@~0.1.0
50531npm verb cache add spec http-signature@~0.10.0
50532npm verb cache add spec oauth-sign@~0.3.0
50533npm verb cache add spec hawk@~1.0.0
50534npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
50535npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
50536npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
50537npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
50538npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for form-data
50539npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
50540npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
50541npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
50542npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for oauth-sign
50543npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
50544npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for hawk
50545npm verb addNameRange registry:http://registry.npmjs.org/hawk not in flight; fetching
50546npm verb request uri http://registry.npmjs.org/forever-agent
50547npm verb request no auth needed
50548npm info attempt registry request try #1 at 19:33:46
50549npm verb etag "3Z9M332T1HPVIXR93E7J1RS1E"
50550npm http request GET http://registry.npmjs.org/forever-agent
50551npm verb request uri http://registry.npmjs.org/form-data
50552npm verb request no auth needed
50553npm info attempt registry request try #1 at 19:33:46
50554npm verb etag "3168ZUC1M6PC20LWUFGLM15N0"
50555npm http request GET http://registry.npmjs.org/form-data
50556npm verb request uri http://registry.npmjs.org/http-signature
50557npm verb request no auth needed
50558npm info attempt registry request try #1 at 19:33:46
50559npm verb etag "AY89R528YS9SVNQROK52E9CF7"
50560npm http request GET http://registry.npmjs.org/http-signature
50561npm verb request uri http://registry.npmjs.org/oauth-sign
50562npm verb request no auth needed
50563npm info attempt registry request try #1 at 19:33:46
50564npm verb etag "EDJNZ0SD5DV6ZTLTXN76D4X7I"
50565npm http request GET http://registry.npmjs.org/oauth-sign
50566npm verb request uri http://registry.npmjs.org/node-uuid
50567npm verb request no auth needed
50568npm info attempt registry request try #1 at 19:33:46
50569npm verb etag "7SC44848JT0T1XLJAD5CB3ZVF"
50570npm http request GET http://registry.npmjs.org/node-uuid
50571npm verb request uri http://registry.npmjs.org/hawk
50572npm verb request no auth needed
50573npm info attempt registry request try #1 at 19:33:46
50574npm verb etag "DL06CWBZE06RBOAKK3T35XMYW"
50575npm http request GET http://registry.npmjs.org/hawk
50576npm http 304 http://registry.npmjs.org/forever-agent
50577npm verb headers { date: 'Tue, 29 Dec 2015 19:33:46 GMT',
50578npm verb headers 'cache-control': 'max-age=300',
50579npm verb headers etag: '"3Z9M332T1HPVIXR93E7J1RS1E"',
50580npm verb headers age: '58',
50581npm verb headers 'x-served-by': 'cache-fra1246-FRA',
50582npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50583npm verb headers 'x-cache-hits': '2',
50584npm verb headers 'x-timer': 'S1451417626.907458,VS0,VE0',
50585npm verb headers vary: 'Accept',
50586npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
50587npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50588npm verb headers connection: 'keep-alive' }
50589npm verb etag http://registry.npmjs.org/forever-agent from cache
50590npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
50591npm http 304 http://registry.npmjs.org/form-data
50592npm verb headers { date: 'Tue, 29 Dec 2015 19:33:46 GMT',
50593npm verb headers 'cache-control': 'max-age=300',
50594npm verb headers etag: '"3168ZUC1M6PC20LWUFGLM15N0"',
50595npm verb headers age: '109',
50596npm verb headers 'x-served-by': 'cache-fra1220-FRA',
50597npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50598npm verb headers 'x-cache-hits': '3',
50599npm verb headers 'x-timer': 'S1451417626.907903,VS0,VE0',
50600npm verb headers vary: 'Accept',
50601npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
50602npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50603npm verb headers connection: 'keep-alive' }
50604npm verb etag http://registry.npmjs.org/form-data from cache
50605npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
50606npm http 304 http://registry.npmjs.org/oauth-sign
50607npm verb headers { date: 'Tue, 29 Dec 2015 19:33:46 GMT',
50608npm verb headers 'cache-control': 'max-age=60',
50609npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
50610npm verb headers age: '1',
50611npm verb headers 'x-served-by': 'cache-fra1225-FRA',
50612npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50613npm verb headers 'x-cache-hits': '2',
50614npm verb headers 'x-timer': 'S1451417626.907812,VS0,VE0',
50615npm verb headers vary: 'Accept',
50616npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50617npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50618npm verb headers connection: 'keep-alive' }
50619npm verb etag http://registry.npmjs.org/oauth-sign from cache
50620npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
50621npm http 304 http://registry.npmjs.org/http-signature
50622npm verb headers { date: 'Tue, 29 Dec 2015 19:33:46 GMT',
50623npm verb headers 'cache-control': 'max-age=60',
50624npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
50625npm verb headers age: '7',
50626npm verb headers 'x-served-by': 'cache-ams4131-AMS',
50627npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50628npm verb headers 'x-cache-hits': '1',
50629npm verb headers 'x-timer': 'S1451417626.911159,VS0,VE0',
50630npm verb headers vary: 'Accept',
50631npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50632npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50633npm verb headers connection: 'keep-alive' }
50634npm verb etag http://registry.npmjs.org/http-signature from cache
50635npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
50636npm http 304 http://registry.npmjs.org/node-uuid
50637npm verb headers { date: 'Tue, 29 Dec 2015 19:33:46 GMT',
50638npm verb headers 'cache-control': 'max-age=300',
50639npm verb headers etag: '"7SC44848JT0T1XLJAD5CB3ZVF"',
50640npm verb headers age: '196',
50641npm verb headers 'x-served-by': 'cache-ams4131-AMS',
50642npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50643npm verb headers 'x-cache-hits': '5',
50644npm verb headers 'x-timer': 'S1451417626.938084,VS0,VE0',
50645npm verb headers vary: 'Accept',
50646npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50647npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50648npm verb headers connection: 'keep-alive' }
50649npm verb etag http://registry.npmjs.org/node-uuid from cache
50650npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
50651npm http 304 http://registry.npmjs.org/hawk
50652npm verb headers { date: 'Tue, 29 Dec 2015 19:33:46 GMT',
50653npm verb headers 'cache-control': 'max-age=60',
50654npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
50655npm verb headers age: '34',
50656npm verb headers 'x-served-by': 'cache-ams4124-AMS',
50657npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50658npm verb headers 'x-cache-hits': '2',
50659npm verb headers 'x-timer': 'S1451417626.938493,VS0,VE0',
50660npm verb headers vary: 'Accept',
50661npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50662npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50663npm verb headers connection: 'keep-alive' }
50664npm verb etag http://registry.npmjs.org/hawk from cache
50665npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
50666npm verb addNamed "0.1.4" is a plain semver version for form-data
50667npm verb addNamed "0.3.0" is a plain semver version for oauth-sign
50668npm verb addNamed "0.10.1" is a plain semver version for http-signature
50669npm verb addNamed "0.5.2" is a plain semver version for forever-agent
50670npm verb addRemoteTarball http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz not in flight; adding
50671npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz',
50672npm verb addRemoteTarball 'cb540f93bb2b22a7d5941691a288d60e8ea9386e' ]
50673npm verb addNamed "1.4.7" is a plain semver version for node-uuid
50674npm verb addNamed "1.0.0" is a plain semver version for hawk
50675npm info retry fetch attempt 1 at 19:33:47
50676npm info attempt registry request try #1 at 19:33:47
50677npm http fetch GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz
50678npm verb addRemoteTarball http://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz not in flight; adding
50679npm verb addRemoteTarball [ 'http://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz',
50680npm verb addRemoteTarball 'b90bb169807285411da7ffcb8dd2598502d3b52d' ]
50681npm info retry fetch attempt 1 at 19:33:47
50682npm info attempt registry request try #1 at 19:33:47
50683npm http fetch GET http://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz
50684npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json not in flight; writing
50685npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json not in flight; writing
50686npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json not in flight; writing
50687npm http fetch 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz
50688npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
50689npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json written
50690npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json written
50691npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json written
50692npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
50693npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz not in flight; adding
50694npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.3.0
50695npm http fetch 200 http://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz
50696npm verb afterAdd /root/.npm/oauth-sign/0.3.0/package/package.json not in flight; writing
50697npm verb afterAdd /root/.npm/oauth-sign/0.3.0/package/package.json written
50698npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/hawk/-/hawk-1.0.0.tgz not in flight; adding
50699npm verb addTmpTarball already have metadata; skipping unpack for hawk@1.0.0
50700npm verb afterAdd /root/.npm/hawk/1.0.0/package/package.json not in flight; writing
50701npm verb afterAdd /root/.npm/hawk/1.0.0/package/package.json written
50702npm verb cache add spec combined-stream@~0.0.4
50703npm verb cache add spec async@~0.9.0
50704npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for combined-stream
50705npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
50706npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
50707npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
50708npm verb request uri http://registry.npmjs.org/combined-stream
50709npm verb request no auth needed
50710npm info attempt registry request try #1 at 19:33:47
50711npm verb etag "B4WTGKY32M1VDZX0V45HEIVUL"
50712npm http request GET http://registry.npmjs.org/combined-stream
50713npm verb request uri http://registry.npmjs.org/async
50714npm verb request no auth needed
50715npm info attempt registry request try #1 at 19:33:47
50716npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
50717npm http request GET http://registry.npmjs.org/async
50718npm http 304 http://registry.npmjs.org/combined-stream
50719npm verb headers { date: 'Tue, 29 Dec 2015 19:33:47 GMT',
50720npm verb headers 'cache-control': 'max-age=60',
50721npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
50722npm verb headers age: '53',
50723npm verb headers 'x-served-by': 'cache-ams4124-AMS',
50724npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50725npm verb headers 'x-cache-hits': '2',
50726npm verb headers 'x-timer': 'S1451417627.279618,VS0,VE0',
50727npm verb headers vary: 'Accept',
50728npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50729npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50730npm verb headers connection: 'keep-alive' }
50731npm verb etag http://registry.npmjs.org/combined-stream from cache
50732npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
50733npm http 304 http://registry.npmjs.org/async
50734npm verb headers { date: 'Tue, 29 Dec 2015 19:33:47 GMT',
50735npm verb headers 'cache-control': 'max-age=300',
50736npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
50737npm verb headers age: '218',
50738npm verb headers 'x-served-by': 'cache-ams4131-AMS',
50739npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50740npm verb headers 'x-cache-hits': '14',
50741npm verb headers 'x-timer': 'S1451417627.293084,VS0,VE0',
50742npm verb headers vary: 'Accept',
50743npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50744npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50745npm verb headers connection: 'keep-alive' }
50746npm verb etag http://registry.npmjs.org/async from cache
50747npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
50748npm verb addNamed "0.0.7" is a plain semver version for combined-stream
50749npm verb addNamed "0.9.2" is a plain semver version for async
50750npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
50751npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
50752npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json written
50753npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
50754npm verb cache add spec delayed-stream@0.0.5
50755npm verb addNamed "0.0.5" is a plain semver version for delayed-stream
50756npm verb addNameVersion registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
50757npm verb request uri http://registry.npmjs.org/delayed-stream
50758npm verb request no auth needed
50759npm info attempt registry request try #1 at 19:33:47
50760npm verb etag "3R3PDLMYOHW7LS95R001QU3HH"
50761npm http request GET http://registry.npmjs.org/delayed-stream
50762npm http 304 http://registry.npmjs.org/delayed-stream
50763npm verb headers { date: 'Tue, 29 Dec 2015 19:33:47 GMT',
50764npm verb headers 'cache-control': 'max-age=60',
50765npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
50766npm verb headers age: '58',
50767npm verb headers 'x-served-by': 'cache-fra1225-FRA',
50768npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50769npm verb headers 'x-cache-hits': '2',
50770npm verb headers 'x-timer': 'S1451417627.395923,VS0,VE0',
50771npm verb headers vary: 'Accept',
50772npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50773npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50774npm verb headers connection: 'keep-alive' }
50775npm verb etag http://registry.npmjs.org/delayed-stream from cache
50776npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
50777npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
50778npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json written
50779npm verb cache add spec hoek@0.9.x
50780npm verb cache add spec boom@0.4.x
50781npm verb cache add spec cryptiles@0.2.x
50782npm verb cache add spec sntp@0.2.x
50783npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
50784npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
50785npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
50786npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
50787npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
50788npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
50789npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
50790npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
50791npm verb request uri http://registry.npmjs.org/hoek
50792npm verb request no auth needed
50793npm info attempt registry request try #1 at 19:33:47
50794npm verb etag "BK0EM5E3PB0W7BTA9A4XMYS4P"
50795npm http request GET http://registry.npmjs.org/hoek
50796npm verb request uri http://registry.npmjs.org/sntp
50797npm verb request no auth needed
50798npm info attempt registry request try #1 at 19:33:47
50799npm verb etag "26EOAOB5E6XN99QN0TPGQ2YJE"
50800npm http request GET http://registry.npmjs.org/sntp
50801npm verb request uri http://registry.npmjs.org/boom
50802npm verb request no auth needed
50803npm info attempt registry request try #1 at 19:33:47
50804npm verb etag "1F1PXIUEXIT4BCI84DVI6LC4C"
50805npm http request GET http://registry.npmjs.org/boom
50806npm verb request uri http://registry.npmjs.org/cryptiles
50807npm verb request no auth needed
50808npm info attempt registry request try #1 at 19:33:47
50809npm verb etag "99IFMGJJU8VHDG34AJNVUOITE"
50810npm http request GET http://registry.npmjs.org/cryptiles
50811npm http 304 http://registry.npmjs.org/sntp
50812npm verb headers { date: 'Tue, 29 Dec 2015 19:31:42 GMT',
50813npm verb headers 'content-type': 'application/json',
50814npm verb headers age: '207',
50815npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
50816npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
50817npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
50818npm verb headers connection: 'keep-alive' }
50819npm verb etag http://registry.npmjs.org/sntp from cache
50820npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
50821npm verb addNamed "0.2.4" is a plain semver version for sntp
50822npm http 304 http://registry.npmjs.org/hoek
50823npm verb headers { date: 'Tue, 29 Dec 2015 19:33:47 GMT',
50824npm verb headers 'cache-control': 'max-age=60',
50825npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
50826npm verb headers age: '18',
50827npm verb headers 'x-served-by': 'cache-fra1225-FRA',
50828npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50829npm verb headers 'x-cache-hits': '1',
50830npm verb headers 'x-timer': 'S1451417627.612247,VS0,VE0',
50831npm verb headers vary: 'Accept',
50832npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50833npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50834npm verb headers connection: 'keep-alive' }
50835npm verb etag http://registry.npmjs.org/hoek from cache
50836npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
50837npm http 304 http://registry.npmjs.org/boom
50838npm verb headers { date: 'Tue, 29 Dec 2015 19:33:47 GMT',
50839npm verb headers 'cache-control': 'max-age=300',
50840npm verb headers etag: '"1F1PXIUEXIT4BCI84DVI6LC4C"',
50841npm verb headers age: '179',
50842npm verb headers 'x-served-by': 'cache-ams4131-AMS',
50843npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50844npm verb headers 'x-cache-hits': '6',
50845npm verb headers 'x-timer': 'S1451417627.616109,VS0,VE0',
50846npm verb headers vary: 'Accept',
50847npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50848npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50849npm verb headers connection: 'keep-alive' }
50850npm verb etag http://registry.npmjs.org/boom from cache
50851npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
50852npm http 304 http://registry.npmjs.org/cryptiles
50853npm verb headers { date: 'Tue, 29 Dec 2015 19:33:47 GMT',
50854npm verb headers 'cache-control': 'max-age=60',
50855npm verb headers etag: '"99IFMGJJU8VHDG34AJNVUOITE"',
50856npm verb headers age: '57',
50857npm verb headers 'x-served-by': 'cache-ams4124-AMS',
50858npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50859npm verb headers 'x-cache-hits': '3',
50860npm verb headers 'x-timer': 'S1451417627.616307,VS0,VE0',
50861npm verb headers vary: 'Accept',
50862npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50863npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50864npm verb headers connection: 'keep-alive' }
50865npm verb etag http://registry.npmjs.org/cryptiles from cache
50866npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
50867npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json not in flight; writing
50868npm verb addNamed "0.9.1" is a plain semver version for hoek
50869npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json written
50870npm verb addNamed "0.4.2" is a plain semver version for boom
50871npm verb addNamed "0.2.2" is a plain semver version for cryptiles
50872npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json not in flight; writing
50873npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json not in flight; writing
50874npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json not in flight; writing
50875npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json written
50876npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json written
50877npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json written
50878npm verb cache add spec assert-plus@^0.1.5
50879npm verb cache add spec asn1@0.1.11
50880npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
50881npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
50882npm verb addNamed "0.1.11" is a plain semver version for asn1
50883npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
50884npm verb request uri http://registry.npmjs.org/asn1
50885npm verb request no auth needed
50886npm info attempt registry request try #1 at 19:33:47
50887npm verb etag "8MZDEQY0TE5A5S43PFPN4Z679"
50888npm http request GET http://registry.npmjs.org/asn1
50889npm verb request uri http://registry.npmjs.org/assert-plus
50890npm verb request no auth needed
50891npm info attempt registry request try #1 at 19:33:47
50892npm verb etag "EFRV6IG2UKHGF602VFINNFRWC"
50893npm http request GET http://registry.npmjs.org/assert-plus
50894npm http 304 http://registry.npmjs.org/assert-plus
50895npm verb headers { date: 'Tue, 29 Dec 2015 19:33:47 GMT',
50896npm verb headers 'cache-control': 'max-age=60',
50897npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
50898npm verb headers age: '4',
50899npm verb headers 'x-served-by': 'cache-fra1220-FRA',
50900npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50901npm verb headers 'x-cache-hits': '2',
50902npm verb headers 'x-timer': 'S1451417627.815631,VS0,VE0',
50903npm verb headers vary: 'Accept',
50904npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50905npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50906npm verb headers connection: 'keep-alive' }
50907npm verb etag http://registry.npmjs.org/assert-plus from cache
50908npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
50909npm http 304 http://registry.npmjs.org/asn1
50910npm verb headers { date: 'Tue, 29 Dec 2015 19:33:47 GMT',
50911npm verb headers 'cache-control': 'max-age=60',
50912npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
50913npm verb headers age: '58',
50914npm verb headers 'x-served-by': 'cache-fra1225-FRA',
50915npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50916npm verb headers 'x-cache-hits': '1',
50917npm verb headers 'x-timer': 'S1451417627.815396,VS0,VE0',
50918npm verb headers vary: 'Accept',
50919npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50920npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50921npm verb headers connection: 'keep-alive' }
50922npm verb etag http://registry.npmjs.org/asn1 from cache
50923npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
50924npm verb addNamed "0.1.5" is a plain semver version for assert-plus
50925npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
50926npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
50927npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
50928npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
50929npm verb cache add spec adm-zip@0.4.4
50930npm verb cache add spec tmp@0.0.24
50931npm verb addNamed "0.4.4" is a plain semver version for adm-zip
50932npm verb addNameVersion registry:http://registry.npmjs.org/adm-zip not in flight; fetching
50933npm verb addNamed "0.0.24" is a plain semver version for tmp
50934npm verb addNameVersion registry:http://registry.npmjs.org/tmp not in flight; fetching
50935npm verb request uri http://registry.npmjs.org/xml2js
50936npm verb request no auth needed
50937npm info attempt registry request try #1 at 19:33:47
50938npm http request GET http://registry.npmjs.org/xml2js
50939npm verb request uri http://registry.npmjs.org/tmp
50940npm verb request no auth needed
50941npm info attempt registry request try #1 at 19:33:47
50942npm verb etag "94E0AUDAPYNDXZ0481TGS791C"
50943npm http request GET http://registry.npmjs.org/tmp
50944npm verb get http://registry.npmjs.org/adm-zip not expired, no request
50945npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json not in flight; writing
50946npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json written
50947npm http 304 http://registry.npmjs.org/tmp
50948npm verb headers { date: 'Tue, 29 Dec 2015 19:33:47 GMT',
50949npm verb headers 'cache-control': 'max-age=300',
50950npm verb headers etag: '"94E0AUDAPYNDXZ0481TGS791C"',
50951npm verb headers age: '179',
50952npm verb headers 'x-served-by': 'cache-ams4124-AMS',
50953npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50954npm verb headers 'x-cache-hits': '1',
50955npm verb headers 'x-timer': 'S1451417627.965356,VS0,VE0',
50956npm verb headers vary: 'Accept',
50957npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50958npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50959npm verb headers connection: 'keep-alive' }
50960npm verb etag http://registry.npmjs.org/tmp from cache
50961npm verb get saving tmp to /root/.npm/registry.npmjs.org/tmp/.cache.json
50962npm verb addRemoteTarball http://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz not in flight; adding
50963npm verb addRemoteTarball [ 'http://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz',
50964npm verb addRemoteTarball 'd6a5e198d14a9835cc6f2d7c3d9e302428c8cf12' ]
50965npm info retry fetch attempt 1 at 19:33:48
50966npm info attempt registry request try #1 at 19:33:48
50967npm http fetch GET http://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz
50968npm http fetch 200 http://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz
50969npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/tmp/-/tmp-0.0.24.tgz not in flight; adding
50970npm verb addTmpTarball already have metadata; skipping unpack for tmp@0.0.24
50971npm verb afterAdd /root/.npm/tmp/0.0.24/package/package.json not in flight; writing
50972npm verb afterAdd /root/.npm/tmp/0.0.24/package/package.json written
50973npm http 200 http://registry.npmjs.org/xml2js
50974npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
50975npm verb headers etag: '"1S5OKJW66EZLJVM43BUVTA2OX"',
50976npm verb headers 'content-type': 'application/json',
50977npm verb headers 'cache-control': 'max-age=300',
50978npm verb headers 'content-length': '114525',
50979npm verb headers 'accept-ranges': 'bytes',
50980npm verb headers date: 'Tue, 29 Dec 2015 19:33:47 GMT',
50981npm verb headers age: '151',
50982npm verb headers 'x-served-by': 'cache-fra1225-FRA',
50983npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
50984npm verb headers 'x-cache-hits': '1',
50985npm verb headers 'x-timer': 'S1451417627.949437,VS0,VE0',
50986npm verb headers vary: 'Accept',
50987npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
50988npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
50989npm verb headers connection: 'keep-alive' }
50990npm verb get saving xml2js to /root/.npm/registry.npmjs.org/xml2js/.cache.json
50991npm verb cache add spec xml2js@0.4.4
50992npm verb addNamed "0.4.4" is a plain semver version for xml2js
50993npm verb addNameVersion registry:http://registry.npmjs.org/xml2js not in flight; fetching
50994npm verb get http://registry.npmjs.org/xml2js not expired, no request
50995npm verb addRemoteTarball http://registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz not in flight; adding
50996npm verb addRemoteTarball [ 'http://registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz',
50997npm verb addRemoteTarball '3111010003008ae19240eba17497b57c729c555d' ]
50998npm info retry fetch attempt 1 at 19:33:48
50999npm info attempt registry request try #1 at 19:33:48
51000npm http fetch GET http://registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz
51001npm http fetch 200 http://registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz
51002npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz not in flight; adding
51003npm verb addTmpTarball already have metadata; skipping unpack for xml2js@0.4.4
51004npm verb afterAdd /root/.npm/xml2js/0.4.4/package/package.json not in flight; writing
51005npm verb afterAdd /root/.npm/xml2js/0.4.4/package/package.json written
51006npm verb cache add spec source-map@0.1.32
51007npm verb addNamed "0.1.32" is a plain semver version for source-map
51008npm verb addNameVersion registry:http://registry.npmjs.org/source-map not in flight; fetching
51009npm verb request uri http://registry.npmjs.org/source-map
51010npm verb request no auth needed
51011npm info attempt registry request try #1 at 19:33:48
51012npm verb etag "9A7YCHFO2TY98XTX57E2TQ7TE"
51013npm http request GET http://registry.npmjs.org/source-map
51014npm http 304 http://registry.npmjs.org/source-map
51015npm verb headers { date: 'Tue, 29 Dec 2015 19:33:48 GMT',
51016npm verb headers 'cache-control': 'max-age=60',
51017npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
51018npm verb headers age: '1',
51019npm verb headers 'x-served-by': 'cache-ams4124-AMS',
51020npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51021npm verb headers 'x-cache-hits': '1',
51022npm verb headers 'x-timer': 'S1451417628.307098,VS0,VE0',
51023npm verb headers vary: 'Accept',
51024npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51025npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51026npm verb headers connection: 'keep-alive' }
51027npm verb etag http://registry.npmjs.org/source-map from cache
51028npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
51029npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz not in flight; adding
51030npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz',
51031npm verb addRemoteTarball 'c8b6c167797ba4740a8ea33252162ff08591b266' ]
51032npm info retry fetch attempt 1 at 19:33:48
51033npm info attempt registry request try #1 at 19:33:48
51034npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz
51035npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz
51036npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/source-map/-/source-map-0.1.32.tgz not in flight; adding
51037npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.1.32
51038npm verb afterAdd /root/.npm/source-map/0.1.32/package/package.json not in flight; writing
51039npm verb afterAdd /root/.npm/source-map/0.1.32/package/package.json written
51040npm verb cache add spec readable-stream@~1.0.17
51041npm verb cache add spec xtend@~3.0.0
51042npm verb addNamed ">=1.0.17 <1.1.0" is a valid semver range for readable-stream
51043npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
51044npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for xtend
51045npm verb addNameRange registry:http://registry.npmjs.org/xtend not in flight; fetching
51046npm verb request uri http://registry.npmjs.org/readable-stream
51047npm verb request no auth needed
51048npm info attempt registry request try #1 at 19:33:48
51049npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
51050npm http request GET http://registry.npmjs.org/readable-stream
51051npm verb request uri http://registry.npmjs.org/xtend
51052npm verb request no auth needed
51053npm info attempt registry request try #1 at 19:33:48
51054npm verb etag "1IDUFAB2QOA8033MD814NYRK9"
51055npm http request GET http://registry.npmjs.org/xtend
51056npm http 304 http://registry.npmjs.org/readable-stream
51057npm verb headers { date: 'Tue, 29 Dec 2015 19:30:14 GMT',
51058npm verb headers 'content-type': 'application/json',
51059npm verb headers age: '219',
51060npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
51061npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
51062npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
51063npm verb headers connection: 'keep-alive' }
51064npm verb etag http://registry.npmjs.org/readable-stream from cache
51065npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
51066npm http 304 http://registry.npmjs.org/xtend
51067npm verb headers { date: 'Tue, 29 Dec 2015 19:31:42 GMT',
51068npm verb headers 'content-type': 'application/json',
51069npm verb headers age: '204',
51070npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
51071npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
51072npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
51073npm verb headers connection: 'keep-alive' }
51074npm verb etag http://registry.npmjs.org/xtend from cache
51075npm verb get saving xtend to /root/.npm/registry.npmjs.org/xtend/.cache.json
51076npm verb addNamed "3.0.0" is a plain semver version for xtend
51077npm verb addNamed "1.0.33" is a plain semver version for readable-stream
51078npm verb addRemoteTarball http://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz not in flight; adding
51079npm verb addRemoteTarball [ 'http://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz',
51080npm verb addRemoteTarball '5cce7407baf642cba7becda568111c493f59665a' ]
51081npm info retry fetch attempt 1 at 19:33:48
51082npm info attempt registry request try #1 at 19:33:48
51083npm http fetch GET http://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz
51084npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
51085npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
51086npm http fetch 200 http://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz
51087npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/xtend/-/xtend-3.0.0.tgz not in flight; adding
51088npm verb addTmpTarball already have metadata; skipping unpack for xtend@3.0.0
51089npm verb afterAdd /root/.npm/xtend/3.0.0/package/package.json not in flight; writing
51090npm verb afterAdd /root/.npm/xtend/3.0.0/package/package.json written
51091npm verb cache add spec chalk@~0.4.0
51092npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
51093npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
51094npm verb get http://registry.npmjs.org/chalk not expired, no request
51095npm verb addNamed "0.4.0" is a plain semver version for chalk
51096npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
51097npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
51098npm verb cache add spec ansi-styles@~1.0.0
51099npm verb cache add spec strip-ansi@~0.1.0
51100npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
51101npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
51102npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
51103npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
51104npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
51105npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
51106npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
51107npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
51108npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
51109npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
51110npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
51111npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
51112npm verb cache add spec chalk@~0.5.1
51113npm verb cache add spec debug@~2.1.0
51114npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
51115npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
51116npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for debug
51117npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
51118npm verb get http://registry.npmjs.org/chalk not expired, no request
51119npm verb addNamed "0.5.1" is a plain semver version for chalk
51120npm verb request uri http://registry.npmjs.org/debug
51121npm verb request no auth needed
51122npm info attempt registry request try #1 at 19:33:48
51123npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
51124npm http request GET http://registry.npmjs.org/debug
51125npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
51126npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
51127npm http 304 http://registry.npmjs.org/debug
51128npm verb headers { date: 'Tue, 29 Dec 2015 19:33:48 GMT',
51129npm verb headers 'cache-control': 'max-age=300',
51130npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
51131npm verb headers age: '169',
51132npm verb headers 'x-served-by': 'cache-ams4124-AMS',
51133npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51134npm verb headers 'x-cache-hits': '6',
51135npm verb headers 'x-timer': 'S1451417628.783409,VS0,VE0',
51136npm verb headers vary: 'Accept',
51137npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51138npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51139npm verb headers connection: 'keep-alive' }
51140npm verb etag http://registry.npmjs.org/debug from cache
51141npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
51142npm verb addNamed "2.1.3" is a plain semver version for debug
51143npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-2.1.3.tgz not in flight; adding
51144npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-2.1.3.tgz',
51145npm verb addRemoteTarball 'ce8ab1b5ee8fbee2bfa3b633cab93d366b63418e' ]
51146npm info retry fetch attempt 1 at 19:33:48
51147npm info attempt registry request try #1 at 19:33:48
51148npm http fetch GET http://registry.npmjs.org/debug/-/debug-2.1.3.tgz
51149npm http fetch 200 http://registry.npmjs.org/debug/-/debug-2.1.3.tgz
51150npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/debug/-/debug-2.1.3.tgz not in flight; adding
51151npm verb addTmpTarball already have metadata; skipping unpack for debug@2.1.3
51152npm verb afterAdd /root/.npm/debug/2.1.3/package/package.json not in flight; writing
51153npm verb afterAdd /root/.npm/debug/2.1.3/package/package.json written
51154npm verb cache add spec ansi-styles@^1.1.0
51155npm verb cache add spec has-ansi@^0.1.0
51156npm verb cache add spec strip-ansi@^0.3.0
51157npm verb cache add spec supports-color@^0.2.0
51158npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
51159npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
51160npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
51161npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
51162npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
51163npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
51164npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
51165npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
51166npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
51167npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
51168npm verb request uri http://registry.npmjs.org/has-ansi
51169npm verb request no auth needed
51170npm info attempt registry request try #1 at 19:33:48
51171npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
51172npm http request GET http://registry.npmjs.org/has-ansi
51173npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
51174npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
51175npm verb request uri http://registry.npmjs.org/supports-color
51176npm verb request no auth needed
51177npm info attempt registry request try #1 at 19:33:48
51178npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
51179npm http request GET http://registry.npmjs.org/supports-color
51180npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
51181npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
51182npm http 304 http://registry.npmjs.org/has-ansi
51183npm verb headers { date: 'Tue, 29 Dec 2015 19:33:48 GMT',
51184npm verb headers 'cache-control': 'max-age=60',
51185npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
51186npm verb headers age: '53',
51187npm verb headers 'x-served-by': 'cache-fra1225-FRA',
51188npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51189npm verb headers 'x-cache-hits': '1',
51190npm verb headers 'x-timer': 'S1451417628.959561,VS0,VE0',
51191npm verb headers vary: 'Accept',
51192npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51193npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51194npm verb headers connection: 'keep-alive' }
51195npm verb etag http://registry.npmjs.org/has-ansi from cache
51196npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
51197npm http 304 http://registry.npmjs.org/supports-color
51198npm verb headers { date: 'Tue, 29 Dec 2015 19:33:48 GMT',
51199npm verb headers 'cache-control': 'max-age=60',
51200npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
51201npm verb headers age: '53',
51202npm verb headers 'x-served-by': 'cache-fra1220-FRA',
51203npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51204npm verb headers 'x-cache-hits': '3',
51205npm verb headers 'x-timer': 'S1451417628.969103,VS0,VE0',
51206npm verb headers vary: 'Accept',
51207npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51208npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51209npm verb headers connection: 'keep-alive' }
51210npm verb etag http://registry.npmjs.org/supports-color from cache
51211npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
51212npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
51213npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
51214npm verb addNamed "0.1.0" is a plain semver version for has-ansi
51215npm verb addNamed "0.2.0" is a plain semver version for supports-color
51216npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
51217npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
51218npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
51219npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
51220npm verb cache add spec ansi-regex@^0.2.0
51221npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
51222npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
51223npm verb request uri http://registry.npmjs.org/ansi-regex
51224npm verb request no auth needed
51225npm info attempt registry request try #1 at 19:33:49
51226npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
51227npm http request GET http://registry.npmjs.org/ansi-regex
51228npm http 304 http://registry.npmjs.org/ansi-regex
51229npm verb headers { date: 'Tue, 29 Dec 2015 19:33:49 GMT',
51230npm verb headers 'cache-control': 'max-age=60',
51231npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
51232npm verb headers age: '39',
51233npm verb headers 'x-served-by': 'cache-ams4124-AMS',
51234npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51235npm verb headers 'x-cache-hits': '165',
51236npm verb headers 'x-timer': 'S1451417629.070179,VS0,VE0',
51237npm verb headers vary: 'Accept',
51238npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51239npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51240npm verb headers connection: 'keep-alive' }
51241npm verb etag http://registry.npmjs.org/ansi-regex from cache
51242npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
51243npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
51244npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
51245npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
51246npm verb cache add spec ms@0.7.0
51247npm verb addNamed "0.7.0" is a plain semver version for ms
51248npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
51249npm verb request uri http://registry.npmjs.org/ms
51250npm verb request no auth needed
51251npm info attempt registry request try #1 at 19:33:49
51252npm verb etag "5W0HPW6PWGLJ3ZF2FS08L0INV"
51253npm http request GET http://registry.npmjs.org/ms
51254npm http 304 http://registry.npmjs.org/ms
51255npm verb headers { date: 'Tue, 29 Dec 2015 19:31:13 GMT',
51256npm verb headers 'content-type': 'application/json',
51257npm verb headers age: '175',
51258npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
51259npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
51260npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
51261npm verb headers connection: 'keep-alive' }
51262npm verb etag http://registry.npmjs.org/ms from cache
51263npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
51264npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.7.0.tgz not in flight; adding
51265npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.7.0.tgz',
51266npm verb addRemoteTarball '865be94c2e7397ad8a57da6a633a6e2f30798b83' ]
51267npm info retry fetch attempt 1 at 19:33:49
51268npm info attempt registry request try #1 at 19:33:49
51269npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.7.0.tgz
51270npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.7.0.tgz
51271npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ms/-/ms-0.7.0.tgz not in flight; adding
51272npm verb addTmpTarball already have metadata; skipping unpack for ms@0.7.0
51273npm verb afterAdd /root/.npm/ms/0.7.0/package/package.json not in flight; writing
51274npm verb afterAdd /root/.npm/ms/0.7.0/package/package.json written
51275npm verb cache add spec wiredep@^1.5.0
51276npm verb addNamed ">=1.5.0 <2.0.0" is a valid semver range for wiredep
51277npm verb addNameRange registry:http://registry.npmjs.org/wiredep not in flight; fetching
51278npm verb request uri http://registry.npmjs.org/wiredep
51279npm verb request no auth needed
51280npm info attempt registry request try #1 at 19:33:49
51281npm verb etag "5XOI842YURILZ2ZV7RJH4N3YE"
51282npm http request GET http://registry.npmjs.org/wiredep
51283npm http 304 http://registry.npmjs.org/wiredep
51284npm verb headers { date: 'Tue, 29 Dec 2015 19:33:49 GMT',
51285npm verb headers 'cache-control': 'max-age=300',
51286npm verb headers etag: '"5XOI842YURILZ2ZV7RJH4N3YE"',
51287npm verb headers age: '141',
51288npm verb headers 'x-served-by': 'cache-fra1220-FRA',
51289npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51290npm verb headers 'x-cache-hits': '1',
51291npm verb headers 'x-timer': 'S1451417629.284825,VS0,VE1',
51292npm verb headers vary: 'Accept',
51293npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51294npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51295npm verb headers connection: 'keep-alive' }
51296npm verb etag http://registry.npmjs.org/wiredep from cache
51297npm verb get saving wiredep to /root/.npm/registry.npmjs.org/wiredep/.cache.json
51298npm verb addNamed "1.8.6" is a plain semver version for wiredep
51299npm verb addRemoteTarball http://registry.npmjs.org/wiredep/-/wiredep-1.8.6.tgz not in flight; adding
51300npm verb addRemoteTarball [ 'http://registry.npmjs.org/wiredep/-/wiredep-1.8.6.tgz',
51301npm verb addRemoteTarball 'eea722ae2c522b9561f04d986e55b84092c714fe' ]
51302npm info retry fetch attempt 1 at 19:33:49
51303npm info attempt registry request try #1 at 19:33:49
51304npm http fetch GET http://registry.npmjs.org/wiredep/-/wiredep-1.8.6.tgz
51305npm http fetch 200 http://registry.npmjs.org/wiredep/-/wiredep-1.8.6.tgz
51306npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/wiredep/-/wiredep-1.8.6.tgz not in flight; adding
51307npm verb addTmpTarball already have metadata; skipping unpack for wiredep@1.8.6
51308npm verb afterAdd /root/.npm/wiredep/1.8.6/package/package.json not in flight; writing
51309npm verb afterAdd /root/.npm/wiredep/1.8.6/package/package.json written
51310npm verb cache add spec chalk@^0.5.1
51311npm verb cache add spec glob@^4.0.5
51312npm verb cache add spec through2@^0.6.1
51313npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
51314npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
51315npm verb addNamed ">=4.0.5 <5.0.0" is a valid semver range for glob
51316npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
51317npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for through2
51318npm verb addNameRange registry:http://registry.npmjs.org/through2 not in flight; fetching
51319npm verb request uri http://registry.npmjs.org/propprop
51320npm verb request no auth needed
51321npm info attempt registry request try #1 at 19:33:49
51322npm http request GET http://registry.npmjs.org/propprop
51323npm verb get http://registry.npmjs.org/chalk not expired, no request
51324npm verb addNamed "0.5.1" is a plain semver version for chalk
51325npm verb get http://registry.npmjs.org/glob not expired, no request
51326npm verb addNamed "4.5.3" is a plain semver version for glob
51327npm verb get http://registry.npmjs.org/through2 not expired, no request
51328npm verb addNamed "0.6.5" is a plain semver version for through2
51329npm verb addRemoteTarball http://registry.npmjs.org/through2/-/through2-0.6.5.tgz not in flight; adding
51330npm verb addRemoteTarball [ 'http://registry.npmjs.org/through2/-/through2-0.6.5.tgz',
51331npm verb addRemoteTarball '41ab9c67b29d57209071410e1d7a7a968cd3ad48' ]
51332npm info retry fetch attempt 1 at 19:33:49
51333npm info attempt registry request try #1 at 19:33:49
51334npm http fetch GET http://registry.npmjs.org/through2/-/through2-0.6.5.tgz
51335npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
51336npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json not in flight; writing
51337npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
51338npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json written
51339npm http fetch 200 http://registry.npmjs.org/through2/-/through2-0.6.5.tgz
51340npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/through2/-/through2-0.6.5.tgz not in flight; adding
51341npm verb addTmpTarball already have metadata; skipping unpack for through2@0.6.5
51342npm verb afterAdd /root/.npm/through2/0.6.5/package/package.json not in flight; writing
51343npm verb afterAdd /root/.npm/through2/0.6.5/package/package.json written
51344npm http 200 http://registry.npmjs.org/propprop
51345npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51346npm verb headers etag: '"V7TXU3TQXA74O01ES16WD45O"',
51347npm verb headers 'content-type': 'application/json',
51348npm verb headers 'cache-control': 'max-age=300',
51349npm verb headers 'content-length': '5579',
51350npm verb headers 'accept-ranges': 'bytes',
51351npm verb headers date: 'Tue, 29 Dec 2015 19:33:49 GMT',
51352npm verb headers age: '0',
51353npm verb headers 'x-served-by': 'cache-fra1220-FRA',
51354npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51355npm verb headers 'x-cache-hits': '1',
51356npm verb headers 'x-timer': 'S1451417629.479301,VS0,VE504',
51357npm verb headers vary: 'Accept',
51358npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51359npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51360npm verb headers connection: 'keep-alive' }
51361npm verb get saving propprop to /root/.npm/registry.npmjs.org/propprop/.cache.json
51362npm verb cache add spec propprop@^0.3.0
51363npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for propprop
51364npm verb addNameRange registry:http://registry.npmjs.org/propprop not in flight; fetching
51365npm verb get http://registry.npmjs.org/propprop not expired, no request
51366npm verb addNamed "0.3.0" is a plain semver version for propprop
51367npm verb addRemoteTarball http://registry.npmjs.org/propprop/-/propprop-0.3.0.tgz not in flight; adding
51368npm verb addRemoteTarball [ 'http://registry.npmjs.org/propprop/-/propprop-0.3.0.tgz',
51369npm verb addRemoteTarball '78e396cc1e652685ae2bf452a6690644786dd258' ]
51370npm info retry fetch attempt 1 at 19:33:50
51371npm info attempt registry request try #1 at 19:33:50
51372npm http fetch GET http://registry.npmjs.org/propprop/-/propprop-0.3.0.tgz
51373npm http fetch 200 http://registry.npmjs.org/propprop/-/propprop-0.3.0.tgz
51374npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/propprop/-/propprop-0.3.0.tgz not in flight; adding
51375npm verb addTmpTarball already have metadata; skipping unpack for propprop@0.3.0
51376npm verb afterAdd /root/.npm/propprop/0.3.0/package/package.json not in flight; writing
51377npm verb afterAdd /root/.npm/propprop/0.3.0/package/package.json written
51378npm verb cache add spec ansi-styles@^1.1.0
51379npm verb cache add spec has-ansi@^0.1.0
51380npm verb cache add spec strip-ansi@^0.3.0
51381npm verb cache add spec supports-color@^0.2.0
51382npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
51383npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
51384npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
51385npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
51386npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
51387npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
51388npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
51389npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
51390npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
51391npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
51392npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
51393npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
51394npm verb get http://registry.npmjs.org/has-ansi not expired, no request
51395npm verb addNamed "0.1.0" is a plain semver version for has-ansi
51396npm verb get http://registry.npmjs.org/supports-color not expired, no request
51397npm verb addNamed "0.2.0" is a plain semver version for supports-color
51398npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
51399npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
51400npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
51401npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
51402npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
51403npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
51404npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
51405npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
51406npm verb cache add spec ansi-regex@^0.2.0
51407npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
51408npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
51409npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
51410npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
51411npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
51412npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
51413npm verb cache add spec minimatch@^2.0.1
51414npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
51415npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
51416npm verb get http://registry.npmjs.org/minimatch not expired, no request
51417npm verb addNamed "2.0.10" is a plain semver version for minimatch
51418npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
51419npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
51420npm verb cache add spec readable-stream@>=1.0.33-1 <1.1.0-0
51421npm verb addNamed ">=1.0.33-1 <1.1.0-0" is a valid semver range for readable-stream
51422npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
51423npm verb get http://registry.npmjs.org/readable-stream not expired, no request
51424npm verb addNamed "1.0.33" is a plain semver version for readable-stream
51425npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
51426npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
51427npm verb cache add spec chalk@~0.4.0
51428npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
51429npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
51430npm verb request uri http://registry.npmjs.org/text-table
51431npm verb request no auth needed
51432npm info attempt registry request try #1 at 19:33:50
51433npm http request GET http://registry.npmjs.org/text-table
51434npm verb get http://registry.npmjs.org/chalk not expired, no request
51435npm verb addNamed "0.4.0" is a plain semver version for chalk
51436npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
51437npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
51438npm http 200 http://registry.npmjs.org/text-table
51439npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51440npm verb headers etag: '"F1VX0I2PBGZMZULJBA11F4BEP"',
51441npm verb headers 'content-type': 'application/json',
51442npm verb headers 'cache-control': 'max-age=60',
51443npm verb headers 'content-length': '19023',
51444npm verb headers 'accept-ranges': 'bytes',
51445npm verb headers date: 'Tue, 29 Dec 2015 19:33:50 GMT',
51446npm verb headers age: '7',
51447npm verb headers 'x-served-by': 'cache-fra1220-FRA',
51448npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51449npm verb headers 'x-cache-hits': '1',
51450npm verb headers 'x-timer': 'S1451417630.494374,VS0,VE0',
51451npm verb headers vary: 'Accept',
51452npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51453npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51454npm verb headers connection: 'keep-alive' }
51455npm verb get saving text-table to /root/.npm/registry.npmjs.org/text-table/.cache.json
51456npm verb cache add spec text-table@~0.2.0
51457npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for text-table
51458npm verb addNameRange registry:http://registry.npmjs.org/text-table not in flight; fetching
51459npm verb get http://registry.npmjs.org/text-table not expired, no request
51460npm verb addNamed "0.2.0" is a plain semver version for text-table
51461npm verb addRemoteTarball http://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz not in flight; adding
51462npm verb addRemoteTarball [ 'http://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz',
51463npm verb addRemoteTarball '7f5ee823ae805207c00af2df4a84ec3fcfa570b4' ]
51464npm info retry fetch attempt 1 at 19:33:50
51465npm info attempt registry request try #1 at 19:33:50
51466npm http fetch GET http://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz
51467npm http fetch 200 http://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz
51468npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/text-table/-/text-table-0.2.0.tgz not in flight; adding
51469npm verb addTmpTarball already have metadata; skipping unpack for text-table@0.2.0
51470npm verb afterAdd /root/.npm/text-table/0.2.0/package/package.json not in flight; writing
51471npm verb afterAdd /root/.npm/text-table/0.2.0/package/package.json written
51472npm verb cache add spec ansi-styles@~1.0.0
51473npm verb cache add spec strip-ansi@~0.1.0
51474npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
51475npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
51476npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
51477npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
51478npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
51479npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
51480npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
51481npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
51482npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
51483npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
51484npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
51485npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
51486npm verb cache add spec colors@^1.1.0
51487npm verb cache add spec glob@^5.0.6
51488npm verb cache add spec graceful-fs@^3.0.6
51489npm verb cache add spec lodash@^3.8.0
51490npm verb cache add spec mime@^1.3.4
51491npm verb cache add spec minimatch@^2.0.7
51492npm verb cache add spec optimist@^0.6.1
51493npm verb cache add spec q@^1.4.1
51494npm verb cache add spec socket.io@0.9.16
51495npm verb cache add spec source-map@^0.4.2
51496npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for colors
51497npm verb addNameRange registry:http://registry.npmjs.org/colors not in flight; fetching
51498npm verb addNamed ">=5.0.6 <6.0.0" is a valid semver range for glob
51499npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
51500npm verb addNamed ">=3.0.6 <4.0.0" is a valid semver range for graceful-fs
51501npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
51502npm verb addNamed ">=3.8.0 <4.0.0" is a valid semver range for lodash
51503npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
51504npm verb addNamed ">=1.3.4 <2.0.0" is a valid semver range for mime
51505npm verb addNameRange registry:http://registry.npmjs.org/mime not in flight; fetching
51506npm verb addNamed ">=2.0.7 <3.0.0" is a valid semver range for minimatch
51507npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
51508npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for optimist
51509npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
51510npm verb addNamed ">=1.4.1 <2.0.0" is a valid semver range for q
51511npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
51512npm verb addNamed "0.9.16" is a plain semver version for socket.io
51513npm verb addNameVersion registry:http://registry.npmjs.org/socket.io not in flight; fetching
51514npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for source-map
51515npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
51516npm verb request uri http://registry.npmjs.org/chokidar
51517npm verb request no auth needed
51518npm info attempt registry request try #1 at 19:33:51
51519npm http request GET http://registry.npmjs.org/chokidar
51520npm verb request uri http://registry.npmjs.org/connect
51521npm verb request no auth needed
51522npm info attempt registry request try #1 at 19:33:51
51523npm http request GET http://registry.npmjs.org/connect
51524npm verb request uri http://registry.npmjs.org/di
51525npm verb request no auth needed
51526npm info attempt registry request try #1 at 19:33:51
51527npm http request GET http://registry.npmjs.org/di
51528npm verb request uri http://registry.npmjs.org/http-proxy
51529npm verb request no auth needed
51530npm info attempt registry request try #1 at 19:33:51
51531npm http request GET http://registry.npmjs.org/http-proxy
51532npm verb request uri http://registry.npmjs.org/log4js
51533npm verb request no auth needed
51534npm info attempt registry request try #1 at 19:33:51
51535npm http request GET http://registry.npmjs.org/log4js
51536npm verb request uri http://registry.npmjs.org/useragent
51537npm verb request no auth needed
51538npm info attempt registry request try #1 at 19:33:51
51539npm http request GET http://registry.npmjs.org/useragent
51540npm verb request uri http://registry.npmjs.org/colors
51541npm verb request no auth needed
51542npm info attempt registry request try #1 at 19:33:51
51543npm verb etag "C05T9PO09HOM72WVMFD3O1GNZ"
51544npm http request GET http://registry.npmjs.org/colors
51545npm verb get http://registry.npmjs.org/glob not expired, no request
51546npm verb addNamed "5.0.15" is a plain semver version for glob
51547npm verb request uri http://registry.npmjs.org/graceful-fs
51548npm verb request no auth needed
51549npm info attempt registry request try #1 at 19:33:51
51550npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
51551npm http request GET http://registry.npmjs.org/graceful-fs
51552npm verb request uri http://registry.npmjs.org/mime
51553npm verb request no auth needed
51554npm info attempt registry request try #1 at 19:33:51
51555npm verb etag "D5YYNW9VKEX13XFVBLO2Y8FTW"
51556npm http request GET http://registry.npmjs.org/mime
51557npm verb get http://registry.npmjs.org/minimatch not expired, no request
51558npm verb addNamed "2.0.10" is a plain semver version for minimatch
51559npm verb request uri http://registry.npmjs.org/lodash
51560npm verb request no auth needed
51561npm info attempt registry request try #1 at 19:33:51
51562npm verb etag "CGTYPVJRPPNJ9QH7BTBZ8IZ1I"
51563npm http request GET http://registry.npmjs.org/lodash
51564npm verb get http://registry.npmjs.org/optimist not expired, no request
51565npm verb addNamed "0.6.1" is a plain semver version for optimist
51566npm verb request uri http://registry.npmjs.org/socket.io
51567npm verb request no auth needed
51568npm info attempt registry request try #1 at 19:33:51
51569npm verb etag "YPDAJOHO6KKL8HPPEGN7HT5T"
51570npm http request GET http://registry.npmjs.org/socket.io
51571npm verb get http://registry.npmjs.org/q not expired, no request
51572npm verb addNamed "1.4.1" is a plain semver version for q
51573npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-5.0.15.tgz not in flight; adding
51574npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-5.0.15.tgz',
51575npm verb addRemoteTarball '1bc936b9e02f4a603fcc222ecf7633d30b8b93b1' ]
51576npm http 200 http://registry.npmjs.org/chokidar
51577npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51578npm verb headers etag: '"8KZVWBTUZI6U1WLSK28C0O1N5"',
51579npm verb headers 'content-type': 'application/json',
51580npm verb headers 'cache-control': 'max-age=300',
51581npm verb headers 'content-length': '100018',
51582npm verb headers 'accept-ranges': 'bytes',
51583npm verb headers date: 'Tue, 29 Dec 2015 19:33:51 GMT',
51584npm verb headers age: '146',
51585npm verb headers 'x-served-by': 'cache-fra1220-FRA',
51586npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51587npm verb headers 'x-cache-hits': '291',
51588npm verb headers 'x-timer': 'S1451417631.087609,VS0,VE0',
51589npm verb headers vary: 'Accept',
51590npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51591npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51592npm verb headers connection: 'keep-alive' }
51593npm verb get saving chokidar to /root/.npm/registry.npmjs.org/chokidar/.cache.json
51594npm http 200 http://registry.npmjs.org/di
51595npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51596npm verb headers etag: '"10DXJ6U1SQB8Y5B7RU0YDXOJV"',
51597npm verb headers 'content-type': 'application/json',
51598npm verb headers 'cache-control': 'max-age=300',
51599npm verb headers 'content-length': '23770',
51600npm verb headers 'accept-ranges': 'bytes',
51601npm verb headers date: 'Tue, 29 Dec 2015 19:33:51 GMT',
51602npm verb headers age: '207',
51603npm verb headers 'x-served-by': 'cache-ams4131-AMS',
51604npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51605npm verb headers 'x-cache-hits': '1',
51606npm verb headers 'x-timer': 'S1451417631.091108,VS0,VE0',
51607npm verb headers vary: 'Accept',
51608npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51609npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51610npm verb headers connection: 'keep-alive' }
51611npm verb get saving di to /root/.npm/registry.npmjs.org/di/.cache.json
51612npm http 200 http://registry.npmjs.org/log4js
51613npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51614npm verb headers etag: '"7XGTC3JS2BEPTQUO8HVQNUAYS"',
51615npm verb headers 'content-type': 'application/json',
51616npm verb headers 'cache-control': 'max-age=300',
51617npm verb headers 'content-length': '67352',
51618npm verb headers 'accept-ranges': 'bytes',
51619npm verb headers date: 'Tue, 29 Dec 2015 19:33:51 GMT',
51620npm verb headers age: '206',
51621npm verb headers 'x-served-by': 'cache-ams4143-AMS',
51622npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51623npm verb headers 'x-cache-hits': '1',
51624npm verb headers 'x-timer': 'S1451417631.091546,VS0,VE0',
51625npm verb headers vary: 'Accept',
51626npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51627npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51628npm verb headers connection: 'keep-alive' }
51629npm verb get saving log4js to /root/.npm/registry.npmjs.org/log4js/.cache.json
51630npm http 200 http://registry.npmjs.org/useragent
51631npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51632npm verb headers etag: '"2636310WSGIPY1SJ7WVO4KGJU"',
51633npm verb headers 'content-type': 'application/json',
51634npm verb headers 'cache-control': 'max-age=300',
51635npm verb headers 'content-length': '53351',
51636npm verb headers 'accept-ranges': 'bytes',
51637npm verb headers date: 'Tue, 29 Dec 2015 19:33:51 GMT',
51638npm verb headers age: '206',
51639npm verb headers 'x-served-by': 'cache-ams4124-AMS',
51640npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51641npm verb headers 'x-cache-hits': '1',
51642npm verb headers 'x-timer': 'S1451417631.091268,VS0,VE0',
51643npm verb headers vary: 'Accept',
51644npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51645npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51646npm verb headers connection: 'keep-alive' }
51647npm verb get saving useragent to /root/.npm/registry.npmjs.org/useragent/.cache.json
51648npm verb get http://registry.npmjs.org/source-map not expired, no request
51649npm verb addNamed "0.4.4" is a plain semver version for source-map
51650npm verb addRemoteTarball http://registry.npmjs.org/q/-/q-1.4.1.tgz not in flight; adding
51651npm verb addRemoteTarball [ 'http://registry.npmjs.org/q/-/q-1.4.1.tgz',
51652npm verb addRemoteTarball '55705bcd93c5f3673530c2c2cbc0c2b3addc286e' ]
51653npm http 304 http://registry.npmjs.org/mime
51654npm verb headers { date: 'Tue, 29 Dec 2015 19:33:51 GMT',
51655npm verb headers 'cache-control': 'max-age=60',
51656npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
51657npm verb headers age: '25',
51658npm verb headers 'x-served-by': 'cache-fra1225-FRA',
51659npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51660npm verb headers 'x-cache-hits': '2',
51661npm verb headers 'x-timer': 'S1451417631.193009,VS0,VE0',
51662npm verb headers vary: 'Accept',
51663npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51664npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51665npm verb headers connection: 'keep-alive' }
51666npm verb etag http://registry.npmjs.org/mime from cache
51667npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
51668npm http 304 http://registry.npmjs.org/colors
51669npm verb headers { date: 'Tue, 29 Dec 2015 19:33:51 GMT',
51670npm verb headers 'cache-control': 'max-age=300',
51671npm verb headers etag: '"C05T9PO09HOM72WVMFD3O1GNZ"',
51672npm verb headers age: '26',
51673npm verb headers 'x-served-by': 'cache-fra1220-FRA',
51674npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51675npm verb headers 'x-cache-hits': '1',
51676npm verb headers 'x-timer': 'S1451417631.192745,VS0,VE0',
51677npm verb headers vary: 'Accept',
51678npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
51679npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51680npm verb headers connection: 'keep-alive' }
51681npm verb etag http://registry.npmjs.org/colors from cache
51682npm verb get saving colors to /root/.npm/registry.npmjs.org/colors/.cache.json
51683npm http 304 http://registry.npmjs.org/lodash
51684npm verb headers { date: 'Tue, 29 Dec 2015 19:33:51 GMT',
51685npm verb headers 'cache-control': 'max-age=300',
51686npm verb headers etag: '"CGTYPVJRPPNJ9QH7BTBZ8IZ1I"',
51687npm verb headers age: '21',
51688npm verb headers 'x-served-by': 'cache-fra1246-FRA',
51689npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51690npm verb headers 'x-cache-hits': '2',
51691npm verb headers 'x-timer': 'S1451417631.193131,VS0,VE0',
51692npm verb headers vary: 'Accept',
51693npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
51694npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51695npm verb headers connection: 'keep-alive' }
51696npm verb etag http://registry.npmjs.org/lodash from cache
51697npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
51698npm http 304 http://registry.npmjs.org/graceful-fs
51699npm verb headers { date: 'Tue, 29 Dec 2015 19:33:51 GMT',
51700npm verb headers 'cache-control': 'max-age=300',
51701npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
51702npm verb headers age: '295',
51703npm verb headers 'x-served-by': 'cache-ams4131-AMS',
51704npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51705npm verb headers 'x-cache-hits': '5',
51706npm verb headers 'x-timer': 'S1451417631.196121,VS0,VE0',
51707npm verb headers vary: 'Accept',
51708npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51709npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51710npm verb headers connection: 'keep-alive' }
51711npm verb etag http://registry.npmjs.org/graceful-fs from cache
51712npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
51713npm http 304 http://registry.npmjs.org/socket.io
51714npm verb headers { date: 'Tue, 29 Dec 2015 19:33:51 GMT',
51715npm verb headers 'cache-control': 'max-age=300',
51716npm verb headers etag: '"YPDAJOHO6KKL8HPPEGN7HT5T"',
51717npm verb headers age: '156',
51718npm verb headers 'x-served-by': 'cache-ams4145-AMS',
51719npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51720npm verb headers 'x-cache-hits': '1',
51721npm verb headers 'x-timer': 'S1451417631.196680,VS0,VE1',
51722npm verb headers vary: 'Accept',
51723npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51724npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51725npm verb headers connection: 'keep-alive' }
51726npm verb etag http://registry.npmjs.org/socket.io from cache
51727npm verb get saving socket.io to /root/.npm/registry.npmjs.org/socket.io/.cache.json
51728npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz not in flight; adding
51729npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz',
51730npm verb addRemoteTarball 'eba4f5da9c0dc999de68032d8b4f76173652036b' ]
51731npm info retry fetch attempt 1 at 19:33:51
51732npm info attempt registry request try #1 at 19:33:51
51733npm http fetch GET http://registry.npmjs.org/glob/-/glob-5.0.15.tgz
51734npm http 200 http://registry.npmjs.org/connect
51735npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51736npm verb headers etag: '"6WLV1OIFHPBWGUKTLEGIKQD0V"',
51737npm verb headers 'content-type': 'application/json',
51738npm verb headers 'cache-control': 'max-age=300',
51739npm verb headers 'content-length': '332110',
51740npm verb headers 'accept-ranges': 'bytes',
51741npm verb headers date: 'Tue, 29 Dec 2015 19:33:51 GMT',
51742npm verb headers age: '248',
51743npm verb headers 'x-served-by': 'cache-ams4124-AMS',
51744npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51745npm verb headers 'x-cache-hits': '1',
51746npm verb headers 'x-timer': 'S1451417631.091318,VS0,VE1',
51747npm verb headers vary: 'Accept',
51748npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51749npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51750npm verb headers connection: 'keep-alive' }
51751npm verb get saving connect to /root/.npm/registry.npmjs.org/connect/.cache.json
51752npm info retry fetch attempt 1 at 19:33:51
51753npm info attempt registry request try #1 at 19:33:51
51754npm http fetch GET http://registry.npmjs.org/q/-/q-1.4.1.tgz
51755npm info retry fetch attempt 1 at 19:33:51
51756npm info attempt registry request try #1 at 19:33:51
51757npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz
51758npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
51759npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
51760npm http fetch 200 http://registry.npmjs.org/glob/-/glob-5.0.15.tgz
51761npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz
51762npm http fetch 200 http://registry.npmjs.org/q/-/q-1.4.1.tgz
51763npm verb addNamed "1.3.4" is a plain semver version for mime
51764npm verb addNamed "1.1.2" is a plain semver version for colors
51765npm verb addNamed "3.10.1" is a plain semver version for lodash
51766npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
51767npm verb cache add spec chokidar@^1.0.1
51768npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for chokidar
51769npm verb addNameRange registry:http://registry.npmjs.org/chokidar not in flight; fetching
51770npm verb cache add spec di@^0.0.1
51771npm verb addNamed ">=0.0.1 <0.0.2" is a valid semver range for di
51772npm verb addNameRange registry:http://registry.npmjs.org/di not in flight; fetching
51773npm verb cache add spec log4js@^0.6.25
51774npm verb addNamed ">=0.6.25 <0.7.0" is a valid semver range for log4js
51775npm verb addNameRange registry:http://registry.npmjs.org/log4js not in flight; fetching
51776npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
51777npm verb cache add spec useragent@^2.1.6
51778npm verb addNamed ">=2.1.6 <3.0.0" is a valid semver range for useragent
51779npm verb addNameRange registry:http://registry.npmjs.org/useragent not in flight; fetching
51780npm verb addRemoteTarball http://registry.npmjs.org/colors/-/colors-1.1.2.tgz not in flight; adding
51781npm verb addRemoteTarball [ 'http://registry.npmjs.org/colors/-/colors-1.1.2.tgz',
51782npm verb addRemoteTarball '168a4701756b6a7f51a12ce0c97bfa28c084ed63' ]
51783npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
51784npm verb addRemoteTarball http://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz not in flight; adding
51785npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz',
51786npm verb addRemoteTarball '3bab0444e49b55fbbc157424dbd41aa375a51a76' ]
51787npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/glob/-/glob-5.0.15.tgz not in flight; adding
51788npm verb addTmpTarball already have metadata; skipping unpack for glob@5.0.15
51789npm info retry fetch attempt 1 at 19:33:51
51790npm info attempt registry request try #1 at 19:33:51
51791npm http fetch GET http://registry.npmjs.org/colors/-/colors-1.1.2.tgz
51792npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/source-map/-/source-map-0.4.4.tgz not in flight; adding
51793npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.4.4
51794npm verb cache add spec connect@^2.29.2
51795npm verb addNamed ">=2.29.2 <3.0.0" is a valid semver range for connect
51796npm verb addNameRange registry:http://registry.npmjs.org/connect not in flight; fetching
51797npm info retry fetch attempt 1 at 19:33:51
51798npm info attempt registry request try #1 at 19:33:51
51799npm http fetch GET http://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz
51800npm verb get http://registry.npmjs.org/chokidar not expired, no request
51801npm verb addNamed "1.4.1" is a plain semver version for chokidar
51802npm verb get http://registry.npmjs.org/di not expired, no request
51803npm verb addNamed "0.0.1" is a plain semver version for di
51804npm verb get http://registry.npmjs.org/log4js not expired, no request
51805npm verb addNamed "0.6.29" is a plain semver version for log4js
51806npm verb get http://registry.npmjs.org/useragent not expired, no request
51807npm verb addNamed "2.1.8" is a plain semver version for useragent
51808npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json not in flight; writing
51809npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
51810npm verb addRemoteTarball http://registry.npmjs.org/chokidar/-/chokidar-1.4.1.tgz not in flight; adding
51811npm verb addRemoteTarball [ 'http://registry.npmjs.org/chokidar/-/chokidar-1.4.1.tgz',
51812npm verb addRemoteTarball 'df1d906769701a0f3df492c37dcc3cb35e6450e4' ]
51813npm verb addRemoteTarball http://registry.npmjs.org/di/-/di-0.0.1.tgz not in flight; adding
51814npm verb addRemoteTarball [ 'http://registry.npmjs.org/di/-/di-0.0.1.tgz',
51815npm verb addRemoteTarball '806649326ceaa7caa3306d75d985ea2748ba913c' ]
51816npm verb addRemoteTarball http://registry.npmjs.org/log4js/-/log4js-0.6.29.tgz not in flight; adding
51817npm verb addRemoteTarball [ 'http://registry.npmjs.org/log4js/-/log4js-0.6.29.tgz',
51818npm verb addRemoteTarball '3b07f57160cfb9a7bfca271913e8344e81862ec6' ]
51819npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json not in flight; writing
51820npm verb addRemoteTarball http://registry.npmjs.org/useragent/-/useragent-2.1.8.tgz not in flight; adding
51821npm verb addRemoteTarball [ 'http://registry.npmjs.org/useragent/-/useragent-2.1.8.tgz',
51822npm verb addRemoteTarball '7a09a53770e039136e0d61fb77e65e2bf1920093' ]
51823npm http fetch 200 http://registry.npmjs.org/colors/-/colors-1.1.2.tgz
51824npm http fetch 200 http://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz
51825npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/q/-/q-1.4.1.tgz not in flight; adding
51826npm verb addTmpTarball already have metadata; skipping unpack for q@1.4.1
51827npm http 200 http://registry.npmjs.org/http-proxy
51828npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51829npm verb headers etag: '"AKKTS7GAZKRHKFB43RKR78GYX"',
51830npm verb headers 'content-type': 'application/json',
51831npm verb headers 'cache-control': 'max-age=300',
51832npm verb headers 'content-length': '121490',
51833npm verb headers 'accept-ranges': 'bytes',
51834npm verb headers date: 'Tue, 29 Dec 2015 19:33:51 GMT',
51835npm verb headers age: '242',
51836npm verb headers 'x-served-by': 'cache-ams4143-AMS',
51837npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51838npm verb headers 'x-cache-hits': '1',
51839npm verb headers 'x-timer': 'S1451417631.091488,VS0,VE0',
51840npm verb headers vary: 'Accept',
51841npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51842npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51843npm verb headers connection: 'keep-alive' }
51844npm verb get saving http-proxy to /root/.npm/registry.npmjs.org/http-proxy/.cache.json
51845npm verb get http://registry.npmjs.org/connect not expired, no request
51846npm verb addNamed "2.30.2" is a plain semver version for connect
51847npm verb addRemoteTarball http://registry.npmjs.org/connect/-/connect-2.30.2.tgz not in flight; adding
51848npm verb addRemoteTarball [ 'http://registry.npmjs.org/connect/-/connect-2.30.2.tgz',
51849npm verb addRemoteTarball '8da9bcbe8a054d3d318d74dfec903b5c39a1b609' ]
51850npm info retry fetch attempt 1 at 19:33:51
51851npm info attempt registry request try #1 at 19:33:51
51852npm http fetch GET http://registry.npmjs.org/chokidar/-/chokidar-1.4.1.tgz
51853npm info retry fetch attempt 1 at 19:33:51
51854npm info attempt registry request try #1 at 19:33:51
51855npm http fetch GET http://registry.npmjs.org/log4js/-/log4js-0.6.29.tgz
51856npm info retry fetch attempt 1 at 19:33:51
51857npm info attempt registry request try #1 at 19:33:51
51858npm http fetch GET http://registry.npmjs.org/di/-/di-0.0.1.tgz
51859npm info retry fetch attempt 1 at 19:33:51
51860npm info attempt registry request try #1 at 19:33:51
51861npm http fetch GET http://registry.npmjs.org/useragent/-/useragent-2.1.8.tgz
51862npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json written
51863npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
51864npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json not in flight; writing
51865npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json written
51866npm verb afterAdd /root/.npm/source-map/0.4.4/package/package.json not in flight; writing
51867npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/colors/-/colors-1.1.2.tgz not in flight; adding
51868npm verb addTmpTarball already have metadata; skipping unpack for colors@1.1.2
51869npm info retry fetch attempt 1 at 19:33:51
51870npm info attempt registry request try #1 at 19:33:51
51871npm http fetch GET http://registry.npmjs.org/connect/-/connect-2.30.2.tgz
51872npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz not in flight; adding
51873npm verb addTmpTarball already have metadata; skipping unpack for socket.io@0.9.16
51874npm http fetch 200 http://registry.npmjs.org/useragent/-/useragent-2.1.8.tgz
51875npm http fetch 200 http://registry.npmjs.org/log4js/-/log4js-0.6.29.tgz
51876npm http fetch 200 http://registry.npmjs.org/chokidar/-/chokidar-1.4.1.tgz
51877npm verb afterAdd /root/.npm/q/1.4.1/package/package.json not in flight; writing
51878npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json written
51879npm verb afterAdd /root/.npm/source-map/0.4.4/package/package.json written
51880npm verb cache add spec http-proxy@^0.10
51881npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-proxy
51882npm verb addNameRange registry:http://registry.npmjs.org/http-proxy not in flight; fetching
51883npm http fetch 200 http://registry.npmjs.org/connect/-/connect-2.30.2.tgz
51884npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/useragent/-/useragent-2.1.8.tgz not in flight; adding
51885npm verb addTmpTarball already have metadata; skipping unpack for useragent@2.1.8
51886npm verb afterAdd /root/.npm/q/1.4.1/package/package.json written
51887npm verb afterAdd /root/.npm/colors/1.1.2/package/package.json not in flight; writing
51888npm verb afterAdd /root/.npm/socket.io/0.9.16/package/package.json not in flight; writing
51889npm verb get http://registry.npmjs.org/http-proxy not expired, no request
51890npm verb addNamed "0.10.4" is a plain semver version for http-proxy
51891npm verb addRemoteTarball http://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz not in flight; adding
51892npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz',
51893npm verb addRemoteTarball '14ba0ceaa2197f89fa30dea9e7b09e19cd93c22f' ]
51894npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/log4js/-/log4js-0.6.29.tgz not in flight; adding
51895npm verb addTmpTarball already have metadata; skipping unpack for log4js@0.6.29
51896npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/connect/-/connect-2.30.2.tgz not in flight; adding
51897npm verb addTmpTarball already have metadata; skipping unpack for connect@2.30.2
51898npm verb afterAdd /root/.npm/colors/1.1.2/package/package.json written
51899npm info retry fetch attempt 1 at 19:33:51
51900npm info attempt registry request try #1 at 19:33:51
51901npm http fetch GET http://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz
51902npm verb afterAdd /root/.npm/socket.io/0.9.16/package/package.json written
51903npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/chokidar/-/chokidar-1.4.1.tgz not in flight; adding
51904npm verb addTmpTarball already have metadata; skipping unpack for chokidar@1.4.1
51905npm verb afterAdd /root/.npm/useragent/2.1.8/package/package.json not in flight; writing
51906npm http fetch 200 http://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz
51907npm verb afterAdd /root/.npm/useragent/2.1.8/package/package.json written
51908npm verb afterAdd /root/.npm/log4js/0.6.29/package/package.json not in flight; writing
51909npm verb afterAdd /root/.npm/connect/2.30.2/package/package.json not in flight; writing
51910npm verb afterAdd /root/.npm/chokidar/1.4.1/package/package.json not in flight; writing
51911npm verb afterAdd /root/.npm/log4js/0.6.29/package/package.json written
51912npm verb afterAdd /root/.npm/connect/2.30.2/package/package.json written
51913npm verb afterAdd /root/.npm/chokidar/1.4.1/package/package.json written
51914npm http fetch 200 http://registry.npmjs.org/di/-/di-0.0.1.tgz
51915npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz not in flight; adding
51916npm verb addTmpTarball already have metadata; skipping unpack for http-proxy@0.10.4
51917npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/di/-/di-0.0.1.tgz not in flight; adding
51918npm verb addTmpTarball already have metadata; skipping unpack for di@0.0.1
51919npm verb afterAdd /root/.npm/http-proxy/0.10.4/package/package.json not in flight; writing
51920npm verb afterAdd /root/.npm/di/0.0.1/package/package.json not in flight; writing
51921npm verb afterAdd /root/.npm/http-proxy/0.10.4/package/package.json written
51922npm verb afterAdd /root/.npm/di/0.0.1/package/package.json written
51923npm verb cache add spec readdirp@^2.0.0
51924npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for readdirp
51925npm verb addNameRange registry:http://registry.npmjs.org/readdirp not in flight; fetching
51926npm verb request uri http://registry.npmjs.org/anymatch
51927npm verb request no auth needed
51928npm info attempt registry request try #1 at 19:33:52
51929npm http request GET http://registry.npmjs.org/anymatch
51930npm verb request uri http://registry.npmjs.org/async-each
51931npm verb request no auth needed
51932npm info attempt registry request try #1 at 19:33:52
51933npm http request GET http://registry.npmjs.org/async-each
51934npm verb request uri http://registry.npmjs.org/glob-parent
51935npm verb request no auth needed
51936npm info attempt registry request try #1 at 19:33:52
51937npm http request GET http://registry.npmjs.org/glob-parent
51938npm verb request uri http://registry.npmjs.org/is-binary-path
51939npm verb request no auth needed
51940npm info attempt registry request try #1 at 19:33:52
51941npm http request GET http://registry.npmjs.org/is-binary-path
51942npm verb request uri http://registry.npmjs.org/is-glob
51943npm verb request no auth needed
51944npm info attempt registry request try #1 at 19:33:52
51945npm http request GET http://registry.npmjs.org/is-glob
51946npm verb request uri http://registry.npmjs.org/fsevents
51947npm verb request no auth needed
51948npm info attempt registry request try #1 at 19:33:52
51949npm http request GET http://registry.npmjs.org/fsevents
51950npm verb request uri http://registry.npmjs.org/readdirp
51951npm verb request no auth needed
51952npm info attempt registry request try #1 at 19:33:52
51953npm verb etag "COCTXE1WWQR4V0VYMHY6H3M61"
51954npm http request GET http://registry.npmjs.org/readdirp
51955npm http 200 http://registry.npmjs.org/async-each
51956npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51957npm verb headers etag: '"11HX3XF6IO25WGQUQUOHH5REL"',
51958npm verb headers 'content-type': 'application/json',
51959npm verb headers 'cache-control': 'max-age=300',
51960npm verb headers 'content-length': '11701',
51961npm verb headers 'accept-ranges': 'bytes',
51962npm verb headers date: 'Tue, 29 Dec 2015 19:33:52 GMT',
51963npm verb headers age: '142',
51964npm verb headers 'x-served-by': 'cache-fra1225-FRA',
51965npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51966npm verb headers 'x-cache-hits': '1',
51967npm verb headers 'x-timer': 'S1451417632.390968,VS0,VE0',
51968npm verb headers vary: 'Accept',
51969npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51970npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51971npm verb headers connection: 'keep-alive' }
51972npm verb get saving async-each to /root/.npm/registry.npmjs.org/async-each/.cache.json
51973npm verb cache add spec async-each@^0.1.6
51974npm verb addNamed ">=0.1.6 <0.2.0" is a valid semver range for async-each
51975npm verb addNameRange registry:http://registry.npmjs.org/async-each not in flight; fetching
51976npm http 200 http://registry.npmjs.org/is-binary-path
51977npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51978npm verb headers etag: '"9UPEVFUU3D0EQPLGFC7TPVCY4"',
51979npm verb headers 'content-type': 'application/json',
51980npm verb headers 'cache-control': 'max-age=300',
51981npm verb headers 'content-length': '4193',
51982npm verb headers 'accept-ranges': 'bytes',
51983npm verb headers date: 'Tue, 29 Dec 2015 19:33:52 GMT',
51984npm verb headers age: '71',
51985npm verb headers 'x-served-by': 'cache-fra1232-FRA',
51986npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
51987npm verb headers 'x-cache-hits': '1',
51988npm verb headers 'x-timer': 'S1451417632.392243,VS0,VE0',
51989npm verb headers vary: 'Accept',
51990npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
51991npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
51992npm verb headers connection: 'keep-alive' }
51993npm verb get saving is-binary-path to /root/.npm/registry.npmjs.org/is-binary-path/.cache.json
51994npm http 200 http://registry.npmjs.org/anymatch
51995npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
51996npm verb headers etag: '"81Z162P6DSIRIRFQR16O4OLDS"',
51997npm verb headers 'content-type': 'application/json',
51998npm verb headers 'cache-control': 'max-age=300',
51999npm verb headers 'content-length': '14472',
52000npm verb headers 'accept-ranges': 'bytes',
52001npm verb headers date: 'Tue, 29 Dec 2015 19:33:52 GMT',
52002npm verb headers age: '73',
52003npm verb headers 'x-served-by': 'cache-ams4145-AMS',
52004npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52005npm verb headers 'x-cache-hits': '1',
52006npm verb headers 'x-timer': 'S1451417632.394337,VS0,VE0',
52007npm verb headers vary: 'Accept',
52008npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52009npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52010npm verb headers connection: 'keep-alive' }
52011npm verb get saving anymatch to /root/.npm/registry.npmjs.org/anymatch/.cache.json
52012npm http 200 http://registry.npmjs.org/fsevents
52013npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52014npm verb headers etag: '"43VWEZO0NHQR9W0RRC4SYHILN"',
52015npm verb headers 'content-type': 'application/json',
52016npm verb headers 'cache-control': 'max-age=300',
52017npm verb headers 'content-length': '32683',
52018npm verb headers 'accept-ranges': 'bytes',
52019npm verb headers date: 'Tue, 29 Dec 2015 19:33:52 GMT',
52020npm verb headers age: '58',
52021npm verb headers 'x-served-by': 'cache-ams4131-AMS',
52022npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52023npm verb headers 'x-cache-hits': '1',
52024npm verb headers 'x-timer': 'S1451417632.394795,VS0,VE0',
52025npm verb headers vary: 'Accept',
52026npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52027npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52028npm verb headers connection: 'keep-alive' }
52029npm verb get saving fsevents to /root/.npm/registry.npmjs.org/fsevents/.cache.json
52030npm verb get http://registry.npmjs.org/async-each not expired, no request
52031npm verb addNamed "0.1.6" is a plain semver version for async-each
52032npm verb addRemoteTarball http://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz not in flight; adding
52033npm verb addRemoteTarball [ 'http://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz',
52034npm verb addRemoteTarball 'b67e99edcddf96541e44af56290cd7d5c6e70439' ]
52035npm info retry fetch attempt 1 at 19:33:52
52036npm info attempt registry request try #1 at 19:33:52
52037npm http fetch GET http://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz
52038npm verb cache add spec anymatch@^1.3.0
52039npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for anymatch
52040npm verb addNameRange registry:http://registry.npmjs.org/anymatch not in flight; fetching
52041npm verb cache add spec is-binary-path@^1.0.0
52042npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-binary-path
52043npm verb addNameRange registry:http://registry.npmjs.org/is-binary-path not in flight; fetching
52044npm verb get http://registry.npmjs.org/anymatch not expired, no request
52045npm verb addNamed "1.3.0" is a plain semver version for anymatch
52046npm verb get http://registry.npmjs.org/is-binary-path not expired, no request
52047npm verb addNamed "1.0.1" is a plain semver version for is-binary-path
52048npm verb addRemoteTarball http://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz not in flight; adding
52049npm verb addRemoteTarball [ 'http://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz',
52050npm verb addRemoteTarball 'a3e52fa39168c825ff57b0248126ce5a8ff95507' ]
52051npm http fetch 200 http://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz
52052npm verb addRemoteTarball http://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz not in flight; adding
52053npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz',
52054npm verb addRemoteTarball '75f16642b480f187a711c814161fd3a4a7655898' ]
52055npm info retry fetch attempt 1 at 19:33:52
52056npm info attempt registry request try #1 at 19:33:52
52057npm http fetch GET http://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz
52058npm info retry fetch attempt 1 at 19:33:52
52059npm info attempt registry request try #1 at 19:33:52
52060npm http fetch GET http://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz
52061npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/async-each/-/async-each-0.1.6.tgz not in flight; adding
52062npm verb addTmpTarball already have metadata; skipping unpack for async-each@0.1.6
52063npm verb afterAdd /root/.npm/async-each/0.1.6/package/package.json not in flight; writing
52064npm verb afterAdd /root/.npm/async-each/0.1.6/package/package.json written
52065npm http 304 http://registry.npmjs.org/readdirp
52066npm verb headers { date: 'Tue, 29 Dec 2015 19:33:52 GMT',
52067npm verb headers 'cache-control': 'max-age=60',
52068npm verb headers etag: '"COCTXE1WWQR4V0VYMHY6H3M61"',
52069npm verb headers age: '0',
52070npm verb headers 'x-served-by': 'cache-fra1245-FRA',
52071npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52072npm verb headers 'x-cache-hits': '1',
52073npm verb headers 'x-timer': 'S1451417632.400988,VS0,VE137',
52074npm verb headers vary: 'Accept',
52075npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52076npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52077npm verb headers connection: 'keep-alive' }
52078npm verb etag http://registry.npmjs.org/readdirp from cache
52079npm verb get saving readdirp to /root/.npm/registry.npmjs.org/readdirp/.cache.json
52080npm http fetch 200 http://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz
52081npm http fetch 200 http://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz
52082npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz not in flight; adding
52083npm verb addTmpTarball already have metadata; skipping unpack for anymatch@1.3.0
52084npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz not in flight; adding
52085npm verb addTmpTarball already have metadata; skipping unpack for is-binary-path@1.0.1
52086npm verb addNamed "2.0.0" is a plain semver version for readdirp
52087npm verb addRemoteTarball http://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz not in flight; adding
52088npm verb addRemoteTarball [ 'http://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz',
52089npm verb addRemoteTarball 'cc09ba5d12d8feb864bc75f6e2ebc137060cbd82' ]
52090npm info retry fetch attempt 1 at 19:33:52
52091npm info attempt registry request try #1 at 19:33:52
52092npm http fetch GET http://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz
52093npm verb afterAdd /root/.npm/anymatch/1.3.0/package/package.json not in flight; writing
52094npm verb afterAdd /root/.npm/is-binary-path/1.0.1/package/package.json not in flight; writing
52095npm verb afterAdd /root/.npm/anymatch/1.3.0/package/package.json written
52096npm verb afterAdd /root/.npm/is-binary-path/1.0.1/package/package.json written
52097npm http fetch 200 http://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz
52098npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz not in flight; adding
52099npm verb addTmpTarball already have metadata; skipping unpack for readdirp@2.0.0
52100npm verb afterAdd /root/.npm/readdirp/2.0.0/package/package.json not in flight; writing
52101npm verb afterAdd /root/.npm/readdirp/2.0.0/package/package.json written
52102npm http 200 http://registry.npmjs.org/is-glob
52103npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52104npm verb headers etag: '"1OODXUNZDKGII61GJ84K3VGBI"',
52105npm verb headers 'content-type': 'application/json',
52106npm verb headers 'cache-control': 'max-age=60',
52107npm verb headers 'content-length': '16959',
52108npm verb headers 'accept-ranges': 'bytes',
52109npm verb headers date: 'Tue, 29 Dec 2015 19:33:52 GMT',
52110npm verb headers age: '0',
52111npm verb headers 'x-served-by': 'cache-ams4143-AMS',
52112npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52113npm verb headers 'x-cache-hits': '1',
52114npm verb headers 'x-timer': 'S1451417632.395228,VS0,VE373',
52115npm verb headers vary: 'Accept',
52116npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52117npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52118npm verb headers connection: 'keep-alive' }
52119npm verb get saving is-glob to /root/.npm/registry.npmjs.org/is-glob/.cache.json
52120npm verb cache add spec is-glob@^2.0.0
52121npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for is-glob
52122npm verb addNameRange registry:http://registry.npmjs.org/is-glob not in flight; fetching
52123npm verb get http://registry.npmjs.org/is-glob not expired, no request
52124npm verb addNamed "2.0.1" is a plain semver version for is-glob
52125npm verb addRemoteTarball http://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz not in flight; adding
52126npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz',
52127npm verb addRemoteTarball 'd096f926a3ded5600f3fdfd91198cb0888c2d863' ]
52128npm info retry fetch attempt 1 at 19:33:52
52129npm info attempt registry request try #1 at 19:33:52
52130npm http fetch GET http://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz
52131npm http fetch 200 http://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz
52132npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz not in flight; adding
52133npm verb addTmpTarball already have metadata; skipping unpack for is-glob@2.0.1
52134npm verb afterAdd /root/.npm/is-glob/2.0.1/package/package.json not in flight; writing
52135npm verb afterAdd /root/.npm/is-glob/2.0.1/package/package.json written
52136npm http 200 http://registry.npmjs.org/glob-parent
52137npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52138npm verb headers etag: '"8701O6YL90ES6PNM2NRNZQ22A"',
52139npm verb headers 'content-type': 'application/json',
52140npm verb headers 'cache-control': 'max-age=60',
52141npm verb headers 'content-length': '7990',
52142npm verb headers 'accept-ranges': 'bytes',
52143npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52144npm verb headers age: '0',
52145npm verb headers 'x-served-by': 'cache-fra1220-FRA',
52146npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52147npm verb headers 'x-cache-hits': '1',
52148npm verb headers 'x-timer': 'S1451417632.391118,VS0,VE963',
52149npm verb headers vary: 'Accept',
52150npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52151npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52152npm verb headers connection: 'keep-alive' }
52153npm verb get saving glob-parent to /root/.npm/registry.npmjs.org/glob-parent/.cache.json
52154npm verb cache add spec glob-parent@^2.0.0
52155npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for glob-parent
52156npm verb addNameRange registry:http://registry.npmjs.org/glob-parent not in flight; fetching
52157npm verb get http://registry.npmjs.org/glob-parent not expired, no request
52158npm verb addNamed "2.0.0" is a plain semver version for glob-parent
52159npm verb addRemoteTarball http://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz not in flight; adding
52160npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz',
52161npm verb addRemoteTarball '81383d72db054fcccf5336daa902f182f6edbb28' ]
52162npm info retry fetch attempt 1 at 19:33:53
52163npm info attempt registry request try #1 at 19:33:53
52164npm http fetch GET http://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz
52165npm http fetch 200 http://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz
52166npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz not in flight; adding
52167npm verb addTmpTarball already have metadata; skipping unpack for glob-parent@2.0.0
52168npm verb afterAdd /root/.npm/glob-parent/2.0.0/package/package.json not in flight; writing
52169npm verb afterAdd /root/.npm/glob-parent/2.0.0/package/package.json written
52170npm verb request uri http://registry.npmjs.org/arrify
52171npm verb request no auth needed
52172npm info attempt registry request try #1 at 19:33:53
52173npm http request GET http://registry.npmjs.org/arrify
52174npm verb request uri http://registry.npmjs.org/micromatch
52175npm verb request no auth needed
52176npm info attempt registry request try #1 at 19:33:53
52177npm http request GET http://registry.npmjs.org/micromatch
52178npm http 200 http://registry.npmjs.org/arrify
52179npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52180npm verb headers etag: '"67A12APZMYN1XJQ7P04Y95IW2"',
52181npm verb headers 'content-type': 'application/json',
52182npm verb headers 'cache-control': 'max-age=300',
52183npm verb headers 'content-length': '3531',
52184npm verb headers 'accept-ranges': 'bytes',
52185npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52186npm verb headers age: '15',
52187npm verb headers 'x-served-by': 'cache-fra1220-FRA',
52188npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52189npm verb headers 'x-cache-hits': '1',
52190npm verb headers 'x-timer': 'S1451417633.528452,VS0,VE0',
52191npm verb headers vary: 'Accept',
52192npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52193npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52194npm verb headers connection: 'keep-alive' }
52195npm verb get saving arrify to /root/.npm/registry.npmjs.org/arrify/.cache.json
52196npm verb cache add spec arrify@^1.0.0
52197npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for arrify
52198npm verb addNameRange registry:http://registry.npmjs.org/arrify not in flight; fetching
52199npm verb get http://registry.npmjs.org/arrify not expired, no request
52200npm verb addNamed "1.0.1" is a plain semver version for arrify
52201npm verb addRemoteTarball http://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz not in flight; adding
52202npm verb addRemoteTarball [ 'http://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz',
52203npm verb addRemoteTarball '898508da2226f380df904728456849c1501a4b0d' ]
52204npm info retry fetch attempt 1 at 19:33:53
52205npm info attempt registry request try #1 at 19:33:53
52206npm http fetch GET http://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz
52207npm http fetch 200 http://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz
52208npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/arrify/-/arrify-1.0.1.tgz not in flight; adding
52209npm verb addTmpTarball already have metadata; skipping unpack for arrify@1.0.1
52210npm verb afterAdd /root/.npm/arrify/1.0.1/package/package.json not in flight; writing
52211npm http 200 http://registry.npmjs.org/micromatch
52212npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52213npm verb headers etag: '"2QEYD5G6QZQJZ3ZMZ1QESB42I"',
52214npm verb headers 'content-type': 'application/json',
52215npm verb headers 'cache-control': 'max-age=300',
52216npm verb headers 'content-length': '97926',
52217npm verb headers 'accept-ranges': 'bytes',
52218npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52219npm verb headers age: '285',
52220npm verb headers 'x-served-by': 'cache-fra1245-FRA',
52221npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52222npm verb headers 'x-cache-hits': '3',
52223npm verb headers 'x-timer': 'S1451417633.528388,VS0,VE0',
52224npm verb headers vary: 'Accept',
52225npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52226npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52227npm verb headers connection: 'keep-alive' }
52228npm verb get saving micromatch to /root/.npm/registry.npmjs.org/micromatch/.cache.json
52229npm verb afterAdd /root/.npm/arrify/1.0.1/package/package.json written
52230npm verb cache add spec micromatch@^2.1.5
52231npm verb addNamed ">=2.1.5 <3.0.0" is a valid semver range for micromatch
52232npm verb addNameRange registry:http://registry.npmjs.org/micromatch not in flight; fetching
52233npm verb get http://registry.npmjs.org/micromatch not expired, no request
52234npm verb addNamed "2.3.7" is a plain semver version for micromatch
52235npm verb addRemoteTarball http://registry.npmjs.org/micromatch/-/micromatch-2.3.7.tgz not in flight; adding
52236npm verb addRemoteTarball [ 'http://registry.npmjs.org/micromatch/-/micromatch-2.3.7.tgz',
52237npm verb addRemoteTarball '2f2e85ef46140dbea6cb55e739b6b11b30eaa509' ]
52238npm info retry fetch attempt 1 at 19:33:53
52239npm info attempt registry request try #1 at 19:33:53
52240npm http fetch GET http://registry.npmjs.org/micromatch/-/micromatch-2.3.7.tgz
52241npm http fetch 200 http://registry.npmjs.org/micromatch/-/micromatch-2.3.7.tgz
52242npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/micromatch/-/micromatch-2.3.7.tgz not in flight; adding
52243npm verb addTmpTarball already have metadata; skipping unpack for micromatch@2.3.7
52244npm verb afterAdd /root/.npm/micromatch/2.3.7/package/package.json not in flight; writing
52245npm verb afterAdd /root/.npm/micromatch/2.3.7/package/package.json written
52246npm verb request uri http://registry.npmjs.org/arr-diff
52247npm verb request no auth needed
52248npm info attempt registry request try #1 at 19:33:53
52249npm http request GET http://registry.npmjs.org/arr-diff
52250npm verb request uri http://registry.npmjs.org/array-unique
52251npm verb request no auth needed
52252npm info attempt registry request try #1 at 19:33:53
52253npm http request GET http://registry.npmjs.org/array-unique
52254npm verb request uri http://registry.npmjs.org/braces
52255npm verb request no auth needed
52256npm info attempt registry request try #1 at 19:33:53
52257npm http request GET http://registry.npmjs.org/braces
52258npm verb request uri http://registry.npmjs.org/expand-brackets
52259npm verb request no auth needed
52260npm info attempt registry request try #1 at 19:33:53
52261npm http request GET http://registry.npmjs.org/expand-brackets
52262npm verb request uri http://registry.npmjs.org/extglob
52263npm verb request no auth needed
52264npm info attempt registry request try #1 at 19:33:53
52265npm http request GET http://registry.npmjs.org/extglob
52266npm verb request uri http://registry.npmjs.org/filename-regex
52267npm verb request no auth needed
52268npm info attempt registry request try #1 at 19:33:53
52269npm http request GET http://registry.npmjs.org/filename-regex
52270npm verb request uri http://registry.npmjs.org/is-extglob
52271npm verb request no auth needed
52272npm info attempt registry request try #1 at 19:33:53
52273npm http request GET http://registry.npmjs.org/is-extglob
52274npm verb request uri http://registry.npmjs.org/kind-of
52275npm verb request no auth needed
52276npm info attempt registry request try #1 at 19:33:53
52277npm http request GET http://registry.npmjs.org/kind-of
52278npm verb request uri http://registry.npmjs.org/normalize-path
52279npm verb request no auth needed
52280npm info attempt registry request try #1 at 19:33:53
52281npm http request GET http://registry.npmjs.org/normalize-path
52282npm verb request uri http://registry.npmjs.org/object.omit
52283npm verb request no auth needed
52284npm info attempt registry request try #1 at 19:33:53
52285npm http request GET http://registry.npmjs.org/object.omit
52286npm verb request uri http://registry.npmjs.org/parse-glob
52287npm verb request no auth needed
52288npm info attempt registry request try #1 at 19:33:53
52289npm http request GET http://registry.npmjs.org/parse-glob
52290npm verb request uri http://registry.npmjs.org/regex-cache
52291npm verb request no auth needed
52292npm info attempt registry request try #1 at 19:33:53
52293npm http request GET http://registry.npmjs.org/regex-cache
52294npm http 200 http://registry.npmjs.org/array-unique
52295npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52296npm verb headers etag: '"CRPZW5DOIB3VNDDY4R9MD1VR4"',
52297npm verb headers 'content-type': 'application/json',
52298npm verb headers 'cache-control': 'max-age=60',
52299npm verb headers 'content-length': '6510',
52300npm verb headers 'accept-ranges': 'bytes',
52301npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52302npm verb headers age: '54',
52303npm verb headers 'x-served-by': 'cache-fra1245-FRA',
52304npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52305npm verb headers 'x-cache-hits': '2',
52306npm verb headers 'x-timer': 'S1451417633.916586,VS0,VE0',
52307npm verb headers vary: 'Accept',
52308npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52309npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52310npm verb headers connection: 'keep-alive' }
52311npm verb get saving array-unique to /root/.npm/registry.npmjs.org/array-unique/.cache.json
52312npm http 200 http://registry.npmjs.org/extglob
52313npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52314npm verb headers etag: '"9UNK7QPCDK71RS6JPFQI3CM6E"',
52315npm verb headers 'content-type': 'application/json',
52316npm verb headers 'cache-control': 'max-age=60',
52317npm verb headers 'content-length': '9572',
52318npm verb headers 'accept-ranges': 'bytes',
52319npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52320npm verb headers age: '34',
52321npm verb headers 'x-served-by': 'cache-ams4145-AMS',
52322npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52323npm verb headers 'x-cache-hits': '1',
52324npm verb headers 'x-timer': 'S1451417633.920571,VS0,VE0',
52325npm verb headers vary: 'Accept',
52326npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52327npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52328npm verb headers connection: 'keep-alive' }
52329npm verb get saving extglob to /root/.npm/registry.npmjs.org/extglob/.cache.json
52330npm http 200 http://registry.npmjs.org/is-extglob
52331npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52332npm verb headers etag: '"70SKWRI3IKCN2XADQND9A131E"',
52333npm verb headers 'content-type': 'application/json',
52334npm verb headers 'cache-control': 'max-age=60',
52335npm verb headers 'content-length': '4086',
52336npm verb headers 'accept-ranges': 'bytes',
52337npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52338npm verb headers age: '58',
52339npm verb headers 'x-served-by': 'cache-ams4131-AMS',
52340npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52341npm verb headers 'x-cache-hits': '1',
52342npm verb headers 'x-timer': 'S1451417633.921498,VS0,VE0',
52343npm verb headers vary: 'Accept',
52344npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52345npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52346npm verb headers connection: 'keep-alive' }
52347npm verb get saving is-extglob to /root/.npm/registry.npmjs.org/is-extglob/.cache.json
52348npm http 200 http://registry.npmjs.org/kind-of
52349npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52350npm verb headers etag: '"7FGSN11NJQS9V0AWG6OHYCVV"',
52351npm verb headers 'content-type': 'application/json',
52352npm verb headers 'cache-control': 'max-age=60',
52353npm verb headers 'content-length': '23364',
52354npm verb headers 'accept-ranges': 'bytes',
52355npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52356npm verb headers age: '36',
52357npm verb headers 'x-served-by': 'cache-fra1240-FRA',
52358npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52359npm verb headers 'x-cache-hits': '2',
52360npm verb headers 'x-timer': 'S1451417633.918167,VS0,VE0',
52361npm verb headers vary: 'Accept',
52362npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52363npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52364npm verb headers connection: 'keep-alive' }
52365npm verb get saving kind-of to /root/.npm/registry.npmjs.org/kind-of/.cache.json
52366npm http 200 http://registry.npmjs.org/arr-diff
52367npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52368npm verb headers etag: '"25JV2O55HHF6ENK8JVFYN6QTR"',
52369npm verb headers 'content-type': 'application/json',
52370npm verb headers 'cache-control': 'max-age=60',
52371npm verb headers 'content-length': '15280',
52372npm verb headers 'accept-ranges': 'bytes',
52373npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52374npm verb headers age: '11',
52375npm verb headers 'x-served-by': 'cache-ams4143-AMS',
52376npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52377npm verb headers 'x-cache-hits': '1',
52378npm verb headers 'x-timer': 'S1451417633.919100,VS0,VE0',
52379npm verb headers vary: 'Accept',
52380npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52381npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52382npm verb headers connection: 'keep-alive' }
52383npm verb get saving arr-diff to /root/.npm/registry.npmjs.org/arr-diff/.cache.json
52384npm verb cache add spec array-unique@^0.2.1
52385npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for array-unique
52386npm verb addNameRange registry:http://registry.npmjs.org/array-unique not in flight; fetching
52387npm verb cache add spec is-extglob@^1.0.0
52388npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-extglob
52389npm verb addNameRange registry:http://registry.npmjs.org/is-extglob not in flight; fetching
52390npm verb cache add spec extglob@^0.3.1
52391npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for extglob
52392npm verb addNameRange registry:http://registry.npmjs.org/extglob not in flight; fetching
52393npm http 200 http://registry.npmjs.org/expand-brackets
52394npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52395npm verb headers etag: '"5DH6F2FA9NNCMTTMBU5K25YV3"',
52396npm verb headers 'content-type': 'application/json',
52397npm verb headers 'cache-control': 'max-age=300',
52398npm verb headers 'content-length': '10295',
52399npm verb headers 'accept-ranges': 'bytes',
52400npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52401npm verb headers age: '202',
52402npm verb headers 'x-served-by': 'cache-fra1232-FRA',
52403npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52404npm verb headers 'x-cache-hits': '2',
52405npm verb headers 'x-timer': 'S1451417633.917430,VS0,VE0',
52406npm verb headers vary: 'Accept',
52407npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52408npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52409npm verb headers connection: 'keep-alive' }
52410npm verb get saving expand-brackets to /root/.npm/registry.npmjs.org/expand-brackets/.cache.json
52411npm verb cache add spec kind-of@^3.0.2
52412npm verb addNamed ">=3.0.2 <4.0.0" is a valid semver range for kind-of
52413npm verb addNameRange registry:http://registry.npmjs.org/kind-of not in flight; fetching
52414npm verb cache add spec arr-diff@^2.0.0
52415npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for arr-diff
52416npm verb addNameRange registry:http://registry.npmjs.org/arr-diff not in flight; fetching
52417npm http 200 http://registry.npmjs.org/regex-cache
52418npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52419npm verb headers etag: '"8A0VPU6DFJAE4QTWEVZI3ZXDM"',
52420npm verb headers 'content-type': 'application/json',
52421npm verb headers 'cache-control': 'max-age=60',
52422npm verb headers 'content-length': '16319',
52423npm verb headers 'accept-ranges': 'bytes',
52424npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52425npm verb headers age: '37',
52426npm verb headers 'x-served-by': 'cache-ams4124-AMS',
52427npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52428npm verb headers 'x-cache-hits': '1',
52429npm verb headers 'x-timer': 'S1451417633.921684,VS0,VE0',
52430npm verb headers vary: 'Accept',
52431npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52432npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52433npm verb headers connection: 'keep-alive' }
52434npm verb get saving regex-cache to /root/.npm/registry.npmjs.org/regex-cache/.cache.json
52435npm verb get http://registry.npmjs.org/is-extglob not expired, no request
52436npm verb addNamed "1.0.0" is a plain semver version for is-extglob
52437npm verb get http://registry.npmjs.org/array-unique not expired, no request
52438npm verb addNamed "0.2.1" is a plain semver version for array-unique
52439npm verb get http://registry.npmjs.org/extglob not expired, no request
52440npm verb addNamed "0.3.1" is a plain semver version for extglob
52441npm verb addRemoteTarball http://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz not in flight; adding
52442npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz',
52443npm verb addRemoteTarball 'ac468177c4943405a092fc8f29760c6ffc6206c0' ]
52444npm verb addRemoteTarball http://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz not in flight; adding
52445npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz',
52446npm verb addRemoteTarball 'a1d97ccafcbc2625cc70fadceb36a50c58b01a53' ]
52447npm verb addRemoteTarball http://registry.npmjs.org/extglob/-/extglob-0.3.1.tgz not in flight; adding
52448npm verb addRemoteTarball [ 'http://registry.npmjs.org/extglob/-/extglob-0.3.1.tgz',
52449npm verb addRemoteTarball '4f31241c0dddc90ac8c729cb6d7c872dee77c8f5' ]
52450npm verb get http://registry.npmjs.org/kind-of not expired, no request
52451npm verb addNamed "3.0.2" is a plain semver version for kind-of
52452npm verb get http://registry.npmjs.org/arr-diff not expired, no request
52453npm verb addNamed "2.0.0" is a plain semver version for arr-diff
52454npm verb addRemoteTarball http://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz not in flight; adding
52455npm verb addRemoteTarball [ 'http://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz',
52456npm verb addRemoteTarball '187db427046e7e90945692e6768668bd6900dea0' ]
52457npm verb addRemoteTarball http://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz not in flight; adding
52458npm verb addRemoteTarball [ 'http://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz',
52459npm verb addRemoteTarball '8f3b827f955a8bd669697e4a4256ac3ceae356cf' ]
52460npm info retry fetch attempt 1 at 19:33:54
52461npm info attempt registry request try #1 at 19:33:54
52462npm http fetch GET http://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz
52463npm info retry fetch attempt 1 at 19:33:54
52464npm info attempt registry request try #1 at 19:33:54
52465npm http fetch GET http://registry.npmjs.org/extglob/-/extglob-0.3.1.tgz
52466npm info retry fetch attempt 1 at 19:33:54
52467npm info attempt registry request try #1 at 19:33:54
52468npm http fetch GET http://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz
52469npm info retry fetch attempt 1 at 19:33:54
52470npm info attempt registry request try #1 at 19:33:54
52471npm http fetch GET http://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz
52472npm info retry fetch attempt 1 at 19:33:54
52473npm info attempt registry request try #1 at 19:33:54
52474npm http fetch GET http://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz
52475npm verb cache add spec expand-brackets@^0.1.4
52476npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for expand-brackets
52477npm verb addNameRange registry:http://registry.npmjs.org/expand-brackets not in flight; fetching
52478npm verb cache add spec regex-cache@^0.4.2
52479npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for regex-cache
52480npm verb addNameRange registry:http://registry.npmjs.org/regex-cache not in flight; fetching
52481npm http fetch 200 http://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz
52482npm http fetch 200 http://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz
52483npm http fetch 200 http://registry.npmjs.org/extglob/-/extglob-0.3.1.tgz
52484npm http fetch 200 http://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz
52485npm verb get http://registry.npmjs.org/expand-brackets not expired, no request
52486npm verb addNamed "0.1.4" is a plain semver version for expand-brackets
52487npm verb addRemoteTarball http://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.4.tgz not in flight; adding
52488npm verb addRemoteTarball [ 'http://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.4.tgz',
52489npm verb addRemoteTarball '797b9e484101205f418cecaec6312c132f51e2ae' ]
52490npm verb get http://registry.npmjs.org/regex-cache not expired, no request
52491npm verb addNamed "0.4.2" is a plain semver version for regex-cache
52492npm verb addRemoteTarball http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz not in flight; adding
52493npm verb addRemoteTarball [ 'http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz',
52494npm verb addRemoteTarball '6e4f89c266bc03c33fd129c062184687f4663487' ]
52495npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz not in flight; adding
52496npm verb addTmpTarball already have metadata; skipping unpack for is-extglob@1.0.0
52497npm http fetch 200 http://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz
52498npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz not in flight; adding
52499npm verb addTmpTarball already have metadata; skipping unpack for array-unique@0.2.1
52500npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/extglob/-/extglob-0.3.1.tgz not in flight; adding
52501npm verb addTmpTarball already have metadata; skipping unpack for extglob@0.3.1
52502npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz not in flight; adding
52503npm verb addTmpTarball already have metadata; skipping unpack for kind-of@3.0.2
52504npm info retry fetch attempt 1 at 19:33:54
52505npm info attempt registry request try #1 at 19:33:54
52506npm http fetch GET http://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.4.tgz
52507npm info retry fetch attempt 1 at 19:33:54
52508npm info attempt registry request try #1 at 19:33:54
52509npm http fetch GET http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz
52510npm http 200 http://registry.npmjs.org/object.omit
52511npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52512npm verb headers etag: '"3M6KOTLBY6RD852GQBDWEUJ1N"',
52513npm verb headers 'content-type': 'application/json',
52514npm verb headers 'cache-control': 'max-age=60',
52515npm verb headers 'content-length': '9283',
52516npm verb headers 'accept-ranges': 'bytes',
52517npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52518npm verb headers age: '56',
52519npm verb headers 'x-served-by': 'cache-fra1240-FRA',
52520npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52521npm verb headers 'x-cache-hits': '1',
52522npm verb headers 'x-timer': 'S1451417633.918305,VS0,VE0',
52523npm verb headers vary: 'Accept',
52524npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52525npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52526npm verb headers connection: 'keep-alive' }
52527npm verb get saving object.omit to /root/.npm/registry.npmjs.org/object.omit/.cache.json
52528npm http 200 http://registry.npmjs.org/normalize-path
52529npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52530npm verb headers etag: '"C7TU5MR0A3G0YVW3D9NH8AAE"',
52531npm verb headers 'content-type': 'application/json',
52532npm verb headers 'cache-control': 'max-age=60',
52533npm verb headers 'content-length': '15756',
52534npm verb headers 'accept-ranges': 'bytes',
52535npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52536npm verb headers age: '56',
52537npm verb headers 'x-served-by': 'cache-fra1231-FRA',
52538npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52539npm verb headers 'x-cache-hits': '3',
52540npm verb headers 'x-timer': 'S1451417633.918251,VS0,VE0',
52541npm verb headers vary: 'Accept',
52542npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52543npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52544npm verb headers connection: 'keep-alive' }
52545npm verb get saving normalize-path to /root/.npm/registry.npmjs.org/normalize-path/.cache.json
52546npm http 200 http://registry.npmjs.org/parse-glob
52547npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52548npm verb headers etag: '"7U8GFXAHLNFHZ34PAHGAHIJ6G"',
52549npm verb headers 'content-type': 'application/json',
52550npm verb headers 'cache-control': 'max-age=60',
52551npm verb headers 'content-length': '24007',
52552npm verb headers 'accept-ranges': 'bytes',
52553npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52554npm verb headers age: '54',
52555npm verb headers 'x-served-by': 'cache-fra1234-FRA',
52556npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52557npm verb headers 'x-cache-hits': '1',
52558npm verb headers 'x-timer': 'S1451417633.918321,VS0,VE0',
52559npm verb headers vary: 'Accept',
52560npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52561npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52562npm verb headers connection: 'keep-alive' }
52563npm verb get saving parse-glob to /root/.npm/registry.npmjs.org/parse-glob/.cache.json
52564npm http 200 http://registry.npmjs.org/filename-regex
52565npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52566npm verb headers etag: '"3HDGLNRSEU18NXVUYJ8P0TKXE"',
52567npm verb headers 'content-type': 'application/json',
52568npm verb headers 'cache-control': 'max-age=60',
52569npm verb headers 'content-length': '6876',
52570npm verb headers 'accept-ranges': 'bytes',
52571npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52572npm verb headers age: '31',
52573npm verb headers 'x-served-by': 'cache-fra1225-FRA',
52574npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52575npm verb headers 'x-cache-hits': '1',
52576npm verb headers 'x-timer': 'S1451417633.917293,VS0,VE1',
52577npm verb headers vary: 'Accept',
52578npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52579npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52580npm verb headers connection: 'keep-alive' }
52581npm verb get saving filename-regex to /root/.npm/registry.npmjs.org/filename-regex/.cache.json
52582npm http 200 http://registry.npmjs.org/braces
52583npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52584npm verb headers etag: '"2SDNAKX2YJU5VVBA15PG8X1J3"',
52585npm verb headers 'content-type': 'application/json',
52586npm verb headers 'cache-control': 'max-age=300',
52587npm verb headers 'content-length': '34695',
52588npm verb headers 'accept-ranges': 'bytes',
52589npm verb headers date: 'Tue, 29 Dec 2015 19:33:53 GMT',
52590npm verb headers age: '227',
52591npm verb headers 'x-served-by': 'cache-fra1220-FRA',
52592npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52593npm verb headers 'x-cache-hits': '2',
52594npm verb headers 'x-timer': 'S1451417633.917055,VS0,VE0',
52595npm verb headers vary: 'Accept',
52596npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52597npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52598npm verb headers connection: 'keep-alive' }
52599npm verb get saving braces to /root/.npm/registry.npmjs.org/braces/.cache.json
52600npm http fetch 200 http://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.4.tgz
52601npm http fetch 200 http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz
52602npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz not in flight; adding
52603npm verb addTmpTarball already have metadata; skipping unpack for arr-diff@2.0.0
52604npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.4.tgz not in flight; adding
52605npm verb addTmpTarball already have metadata; skipping unpack for expand-brackets@0.1.4
52606npm verb afterAdd /root/.npm/is-extglob/1.0.0/package/package.json not in flight; writing
52607npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz not in flight; adding
52608npm verb addTmpTarball already have metadata; skipping unpack for regex-cache@0.4.2
52609npm verb afterAdd /root/.npm/array-unique/0.2.1/package/package.json not in flight; writing
52610npm verb afterAdd /root/.npm/extglob/0.3.1/package/package.json not in flight; writing
52611npm verb afterAdd /root/.npm/kind-of/3.0.2/package/package.json not in flight; writing
52612npm verb cache add spec object.omit@^2.0.0
52613npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for object.omit
52614npm verb addNameRange registry:http://registry.npmjs.org/object.omit not in flight; fetching
52615npm verb cache add spec parse-glob@^3.0.4
52616npm verb addNamed ">=3.0.4 <4.0.0" is a valid semver range for parse-glob
52617npm verb addNameRange registry:http://registry.npmjs.org/parse-glob not in flight; fetching
52618npm verb cache add spec filename-regex@^2.0.0
52619npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for filename-regex
52620npm verb addNameRange registry:http://registry.npmjs.org/filename-regex not in flight; fetching
52621npm verb cache add spec normalize-path@^2.0.1
52622npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for normalize-path
52623npm verb addNameRange registry:http://registry.npmjs.org/normalize-path not in flight; fetching
52624npm verb cache add spec braces@^1.8.2
52625npm verb addNamed ">=1.8.2 <2.0.0" is a valid semver range for braces
52626npm verb addNameRange registry:http://registry.npmjs.org/braces not in flight; fetching
52627npm verb afterAdd /root/.npm/is-extglob/1.0.0/package/package.json written
52628npm verb afterAdd /root/.npm/array-unique/0.2.1/package/package.json written
52629npm verb afterAdd /root/.npm/arr-diff/2.0.0/package/package.json not in flight; writing
52630npm verb afterAdd /root/.npm/extglob/0.3.1/package/package.json written
52631npm verb afterAdd /root/.npm/kind-of/3.0.2/package/package.json written
52632npm verb get http://registry.npmjs.org/object.omit not expired, no request
52633npm verb addNamed "2.0.0" is a plain semver version for object.omit
52634npm verb get http://registry.npmjs.org/parse-glob not expired, no request
52635npm verb addNamed "3.0.4" is a plain semver version for parse-glob
52636npm verb get http://registry.npmjs.org/filename-regex not expired, no request
52637npm verb addNamed "2.0.0" is a plain semver version for filename-regex
52638npm verb get http://registry.npmjs.org/normalize-path not expired, no request
52639npm verb addNamed "2.0.1" is a plain semver version for normalize-path
52640npm verb addRemoteTarball http://registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz not in flight; adding
52641npm verb addRemoteTarball [ 'http://registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz',
52642npm verb addRemoteTarball '868597333d54e60662940bb458605dd6ae12fe94' ]
52643npm verb addRemoteTarball http://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz not in flight; adding
52644npm verb addRemoteTarball [ 'http://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz',
52645npm verb addRemoteTarball 'b2c376cfb11f35513badd173ef0bb6e3a388391c' ]
52646npm verb addRemoteTarball http://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz not in flight; adding
52647npm verb addRemoteTarball [ 'http://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz',
52648npm verb addRemoteTarball '996e3e80479b98b9897f15a8a58b3d084e926775' ]
52649npm verb addRemoteTarball http://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz not in flight; adding
52650npm verb addRemoteTarball [ 'http://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz',
52651npm verb addRemoteTarball '47886ac1662760d4261b7d979d241709d3ce3f7a' ]
52652npm verb get http://registry.npmjs.org/braces not expired, no request
52653npm verb addNamed "1.8.3" is a plain semver version for braces
52654npm verb addRemoteTarball http://registry.npmjs.org/braces/-/braces-1.8.3.tgz not in flight; adding
52655npm verb addRemoteTarball [ 'http://registry.npmjs.org/braces/-/braces-1.8.3.tgz',
52656npm verb addRemoteTarball '35d4e7dda632b33e215d38a8a9cf4329c9c75d2c' ]
52657npm verb afterAdd /root/.npm/expand-brackets/0.1.4/package/package.json not in flight; writing
52658npm verb afterAdd /root/.npm/arr-diff/2.0.0/package/package.json written
52659npm info retry fetch attempt 1 at 19:33:54
52660npm info attempt registry request try #1 at 19:33:54
52661npm http fetch GET http://registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz
52662npm info retry fetch attempt 1 at 19:33:54
52663npm info attempt registry request try #1 at 19:33:54
52664npm http fetch GET http://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz
52665npm info retry fetch attempt 1 at 19:33:54
52666npm info attempt registry request try #1 at 19:33:54
52667npm http fetch GET http://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz
52668npm info retry fetch attempt 1 at 19:33:54
52669npm info attempt registry request try #1 at 19:33:54
52670npm http fetch GET http://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz
52671npm verb afterAdd /root/.npm/regex-cache/0.4.2/package/package.json not in flight; writing
52672npm info retry fetch attempt 1 at 19:33:54
52673npm info attempt registry request try #1 at 19:33:54
52674npm http fetch GET http://registry.npmjs.org/braces/-/braces-1.8.3.tgz
52675npm verb afterAdd /root/.npm/expand-brackets/0.1.4/package/package.json written
52676npm verb afterAdd /root/.npm/regex-cache/0.4.2/package/package.json written
52677npm http fetch 200 http://registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz
52678npm http fetch 200 http://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz
52679npm http fetch 200 http://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz
52680npm http fetch 200 http://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz
52681npm http fetch 200 http://registry.npmjs.org/braces/-/braces-1.8.3.tgz
52682npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz not in flight; adding
52683npm verb addTmpTarball already have metadata; skipping unpack for object.omit@2.0.0
52684npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz not in flight; adding
52685npm verb addTmpTarball already have metadata; skipping unpack for filename-regex@2.0.0
52686npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz not in flight; adding
52687npm verb addTmpTarball already have metadata; skipping unpack for normalize-path@2.0.1
52688npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/braces/-/braces-1.8.3.tgz not in flight; adding
52689npm verb addTmpTarball already have metadata; skipping unpack for braces@1.8.3
52690npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz not in flight; adding
52691npm verb addTmpTarball already have metadata; skipping unpack for parse-glob@3.0.4
52692npm verb afterAdd /root/.npm/object.omit/2.0.0/package/package.json not in flight; writing
52693npm verb afterAdd /root/.npm/filename-regex/2.0.0/package/package.json not in flight; writing
52694npm verb afterAdd /root/.npm/normalize-path/2.0.1/package/package.json not in flight; writing
52695npm verb afterAdd /root/.npm/braces/1.8.3/package/package.json not in flight; writing
52696npm verb afterAdd /root/.npm/parse-glob/3.0.4/package/package.json not in flight; writing
52697npm verb afterAdd /root/.npm/object.omit/2.0.0/package/package.json written
52698npm verb afterAdd /root/.npm/filename-regex/2.0.0/package/package.json written
52699npm verb afterAdd /root/.npm/normalize-path/2.0.1/package/package.json written
52700npm verb afterAdd /root/.npm/braces/1.8.3/package/package.json written
52701npm verb afterAdd /root/.npm/parse-glob/3.0.4/package/package.json written
52702npm verb request uri http://registry.npmjs.org/arr-flatten
52703npm verb request no auth needed
52704npm info attempt registry request try #1 at 19:33:54
52705npm http request GET http://registry.npmjs.org/arr-flatten
52706npm http 200 http://registry.npmjs.org/arr-flatten
52707npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52708npm verb headers etag: '"CVQP006K9AYUKWKBEA3A2MCM"',
52709npm verb headers 'content-type': 'application/json',
52710npm verb headers 'cache-control': 'max-age=300',
52711npm verb headers 'content-length': '9756',
52712npm verb headers 'accept-ranges': 'bytes',
52713npm verb headers date: 'Tue, 29 Dec 2015 19:33:54 GMT',
52714npm verb headers age: '154',
52715npm verb headers 'x-served-by': 'cache-fra1234-FRA',
52716npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52717npm verb headers 'x-cache-hits': '1',
52718npm verb headers 'x-timer': 'S1451417634.684192,VS0,VE0',
52719npm verb headers vary: 'Accept',
52720npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52721npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52722npm verb headers connection: 'keep-alive' }
52723npm verb get saving arr-flatten to /root/.npm/registry.npmjs.org/arr-flatten/.cache.json
52724npm verb cache add spec arr-flatten@^1.0.1
52725npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for arr-flatten
52726npm verb addNameRange registry:http://registry.npmjs.org/arr-flatten not in flight; fetching
52727npm verb get http://registry.npmjs.org/arr-flatten not expired, no request
52728npm verb addNamed "1.0.1" is a plain semver version for arr-flatten
52729npm verb addRemoteTarball http://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz not in flight; adding
52730npm verb addRemoteTarball [ 'http://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz',
52731npm verb addRemoteTarball 'e5ffe54d45e19f32f216e91eb99c8ce892bb604b' ]
52732npm info retry fetch attempt 1 at 19:33:54
52733npm info attempt registry request try #1 at 19:33:54
52734npm http fetch GET http://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz
52735npm http fetch 200 http://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz
52736npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz not in flight; adding
52737npm verb addTmpTarball already have metadata; skipping unpack for arr-flatten@1.0.1
52738npm verb afterAdd /root/.npm/arr-flatten/1.0.1/package/package.json not in flight; writing
52739npm verb afterAdd /root/.npm/arr-flatten/1.0.1/package/package.json written
52740npm verb request uri http://registry.npmjs.org/expand-range
52741npm verb request no auth needed
52742npm info attempt registry request try #1 at 19:33:54
52743npm http request GET http://registry.npmjs.org/expand-range
52744npm verb request uri http://registry.npmjs.org/preserve
52745npm verb request no auth needed
52746npm info attempt registry request try #1 at 19:33:54
52747npm http request GET http://registry.npmjs.org/preserve
52748npm verb request uri http://registry.npmjs.org/repeat-element
52749npm verb request no auth needed
52750npm info attempt registry request try #1 at 19:33:54
52751npm http request GET http://registry.npmjs.org/repeat-element
52752npm http 200 http://registry.npmjs.org/preserve
52753npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52754npm verb headers etag: '"9ECMVEIE9QQHIZGOHARVPERKI"',
52755npm verb headers 'content-type': 'application/json',
52756npm verb headers 'cache-control': 'max-age=60',
52757npm verb headers 'content-length': '9851',
52758npm verb headers 'accept-ranges': 'bytes',
52759npm verb headers date: 'Tue, 29 Dec 2015 19:33:54 GMT',
52760npm verb headers age: '16',
52761npm verb headers 'x-served-by': 'cache-fra1234-FRA',
52762npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52763npm verb headers 'x-cache-hits': '2',
52764npm verb headers 'x-timer': 'S1451417634.867571,VS0,VE0',
52765npm verb headers vary: 'Accept',
52766npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52767npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52768npm verb headers connection: 'keep-alive' }
52769npm verb get saving preserve to /root/.npm/registry.npmjs.org/preserve/.cache.json
52770npm http 200 http://registry.npmjs.org/repeat-element
52771npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52772npm verb headers etag: '"B529GKM0AEM0YU67JW95C1A8B"',
52773npm verb headers 'content-type': 'application/json',
52774npm verb headers 'cache-control': 'max-age=300',
52775npm verb headers 'content-length': '7427',
52776npm verb headers 'accept-ranges': 'bytes',
52777npm verb headers date: 'Tue, 29 Dec 2015 19:33:54 GMT',
52778npm verb headers age: '154',
52779npm verb headers 'x-served-by': 'cache-fra1220-FRA',
52780npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52781npm verb headers 'x-cache-hits': '3',
52782npm verb headers 'x-timer': 'S1451417634.877037,VS0,VE0',
52783npm verb headers vary: 'Accept',
52784npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52785npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52786npm verb headers connection: 'keep-alive' }
52787npm verb get saving repeat-element to /root/.npm/registry.npmjs.org/repeat-element/.cache.json
52788npm verb cache add spec preserve@^0.2.0
52789npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for preserve
52790npm verb addNameRange registry:http://registry.npmjs.org/preserve not in flight; fetching
52791npm verb cache add spec repeat-element@^1.1.2
52792npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for repeat-element
52793npm verb addNameRange registry:http://registry.npmjs.org/repeat-element not in flight; fetching
52794npm http 200 http://registry.npmjs.org/expand-range
52795npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52796npm verb headers etag: '"A81VSCBATV8V81OXBOBYV73XK"',
52797npm verb headers 'content-type': 'application/json',
52798npm verb headers 'cache-control': 'max-age=60',
52799npm verb headers 'content-length': '25888',
52800npm verb headers 'accept-ranges': 'bytes',
52801npm verb headers date: 'Tue, 29 Dec 2015 19:33:54 GMT',
52802npm verb headers age: '11',
52803npm verb headers 'x-served-by': 'cache-ams4124-AMS',
52804npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52805npm verb headers 'x-cache-hits': '3',
52806npm verb headers 'x-timer': 'S1451417634.870437,VS0,VE0',
52807npm verb headers vary: 'Accept',
52808npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52809npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52810npm verb headers connection: 'keep-alive' }
52811npm verb get saving expand-range to /root/.npm/registry.npmjs.org/expand-range/.cache.json
52812npm verb get http://registry.npmjs.org/preserve not expired, no request
52813npm verb addNamed "0.2.0" is a plain semver version for preserve
52814npm verb addRemoteTarball http://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz not in flight; adding
52815npm verb addRemoteTarball [ 'http://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz',
52816npm verb addRemoteTarball '815ed1f6ebc65926f865b310c0713bcb3315ce4b' ]
52817npm verb get http://registry.npmjs.org/repeat-element not expired, no request
52818npm verb addNamed "1.1.2" is a plain semver version for repeat-element
52819npm verb addRemoteTarball http://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz not in flight; adding
52820npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz',
52821npm verb addRemoteTarball 'ef089a178d1483baae4d93eb98b4f9e4e11d990a' ]
52822npm info retry fetch attempt 1 at 19:33:54
52823npm info attempt registry request try #1 at 19:33:54
52824npm http fetch GET http://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz
52825npm info retry fetch attempt 1 at 19:33:54
52826npm info attempt registry request try #1 at 19:33:54
52827npm http fetch GET http://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz
52828npm verb cache add spec expand-range@^1.8.1
52829npm verb addNamed ">=1.8.1 <2.0.0" is a valid semver range for expand-range
52830npm verb addNameRange registry:http://registry.npmjs.org/expand-range not in flight; fetching
52831npm verb get http://registry.npmjs.org/expand-range not expired, no request
52832npm verb addNamed "1.8.1" is a plain semver version for expand-range
52833npm verb addRemoteTarball http://registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz not in flight; adding
52834npm verb addRemoteTarball [ 'http://registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz',
52835npm verb addRemoteTarball 'acbd63e56efd9139722b755f099b9db5ac1f33f6' ]
52836npm info retry fetch attempt 1 at 19:33:54
52837npm info attempt registry request try #1 at 19:33:54
52838npm http fetch GET http://registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz
52839npm http fetch 200 http://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz
52840npm http fetch 200 http://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz
52841npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz not in flight; adding
52842npm verb addTmpTarball already have metadata; skipping unpack for repeat-element@1.1.2
52843npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/preserve/-/preserve-0.2.0.tgz not in flight; adding
52844npm verb addTmpTarball already have metadata; skipping unpack for preserve@0.2.0
52845npm verb afterAdd /root/.npm/repeat-element/1.1.2/package/package.json not in flight; writing
52846npm verb afterAdd /root/.npm/preserve/0.2.0/package/package.json not in flight; writing
52847npm http fetch 200 http://registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz
52848npm verb afterAdd /root/.npm/repeat-element/1.1.2/package/package.json written
52849npm verb afterAdd /root/.npm/preserve/0.2.0/package/package.json written
52850npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz not in flight; adding
52851npm verb addTmpTarball already have metadata; skipping unpack for expand-range@1.8.1
52852npm verb afterAdd /root/.npm/expand-range/1.8.1/package/package.json not in flight; writing
52853npm verb afterAdd /root/.npm/expand-range/1.8.1/package/package.json written
52854npm verb request uri http://registry.npmjs.org/fill-range
52855npm verb request no auth needed
52856npm info attempt registry request try #1 at 19:33:55
52857npm http request GET http://registry.npmjs.org/fill-range
52858npm http 200 http://registry.npmjs.org/fill-range
52859npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52860npm verb headers etag: '"6J4M160GEKBTNQHRYWUTHWJV0"',
52861npm verb headers 'content-type': 'application/json',
52862npm verb headers 'cache-control': 'max-age=60',
52863npm verb headers 'content-length': '37695',
52864npm verb headers 'accept-ranges': 'bytes',
52865npm verb headers date: 'Tue, 29 Dec 2015 19:33:55 GMT',
52866npm verb headers age: '21',
52867npm verb headers 'x-served-by': 'cache-ams4124-AMS',
52868npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52869npm verb headers 'x-cache-hits': '1',
52870npm verb headers 'x-timer': 'S1451417635.067600,VS0,VE0',
52871npm verb headers vary: 'Accept',
52872npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52873npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52874npm verb headers connection: 'keep-alive' }
52875npm verb get saving fill-range to /root/.npm/registry.npmjs.org/fill-range/.cache.json
52876npm verb cache add spec fill-range@^2.1.0
52877npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for fill-range
52878npm verb addNameRange registry:http://registry.npmjs.org/fill-range not in flight; fetching
52879npm verb get http://registry.npmjs.org/fill-range not expired, no request
52880npm verb addNamed "2.2.3" is a plain semver version for fill-range
52881npm verb addRemoteTarball http://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz not in flight; adding
52882npm verb addRemoteTarball [ 'http://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz',
52883npm verb addRemoteTarball '50b77dfd7e469bc7492470963699fe7a8485a723' ]
52884npm info retry fetch attempt 1 at 19:33:55
52885npm info attempt registry request try #1 at 19:33:55
52886npm http fetch GET http://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz
52887npm http fetch 200 http://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz
52888npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz not in flight; adding
52889npm verb addTmpTarball already have metadata; skipping unpack for fill-range@2.2.3
52890npm verb afterAdd /root/.npm/fill-range/2.2.3/package/package.json not in flight; writing
52891npm verb afterAdd /root/.npm/fill-range/2.2.3/package/package.json written
52892npm verb request uri http://registry.npmjs.org/is-number
52893npm verb request no auth needed
52894npm info attempt registry request try #1 at 19:33:55
52895npm http request GET http://registry.npmjs.org/is-number
52896npm verb request uri http://registry.npmjs.org/isobject
52897npm verb request no auth needed
52898npm info attempt registry request try #1 at 19:33:55
52899npm http request GET http://registry.npmjs.org/isobject
52900npm verb request uri http://registry.npmjs.org/randomatic
52901npm verb request no auth needed
52902npm info attempt registry request try #1 at 19:33:55
52903npm http request GET http://registry.npmjs.org/randomatic
52904npm verb request uri http://registry.npmjs.org/repeat-string
52905npm verb request no auth needed
52906npm info attempt registry request try #1 at 19:33:55
52907npm http request GET http://registry.npmjs.org/repeat-string
52908npm http 200 http://registry.npmjs.org/is-number
52909npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52910npm verb headers etag: '"AK2SDMAQ3X3BQHP56P6PB01LJ"',
52911npm verb headers 'content-type': 'application/json',
52912npm verb headers 'cache-control': 'max-age=60',
52913npm verb headers 'content-length': '17567',
52914npm verb headers 'accept-ranges': 'bytes',
52915npm verb headers date: 'Tue, 29 Dec 2015 19:33:55 GMT',
52916npm verb headers age: '10',
52917npm verb headers 'x-served-by': 'cache-ams4124-AMS',
52918npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52919npm verb headers 'x-cache-hits': '1',
52920npm verb headers 'x-timer': 'S1451417635.267856,VS0,VE0',
52921npm verb headers vary: 'Accept',
52922npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52923npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52924npm verb headers connection: 'keep-alive' }
52925npm verb get saving is-number to /root/.npm/registry.npmjs.org/is-number/.cache.json
52926npm http 200 http://registry.npmjs.org/isobject
52927npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52928npm verb headers etag: '"60Z8KBRIDS1K67N38X169DTMD"',
52929npm verb headers 'content-type': 'application/json',
52930npm verb headers 'cache-control': 'max-age=300',
52931npm verb headers 'content-length': '12180',
52932npm verb headers 'accept-ranges': 'bytes',
52933npm verb headers date: 'Tue, 29 Dec 2015 19:33:55 GMT',
52934npm verb headers age: '77',
52935npm verb headers 'x-served-by': 'cache-ams4143-AMS',
52936npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52937npm verb headers 'x-cache-hits': '1',
52938npm verb headers 'x-timer': 'S1451417635.268329,VS0,VE0',
52939npm verb headers vary: 'Accept',
52940npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52941npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52942npm verb headers connection: 'keep-alive' }
52943npm verb get saving isobject to /root/.npm/registry.npmjs.org/isobject/.cache.json
52944npm http 200 http://registry.npmjs.org/randomatic
52945npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52946npm verb headers etag: '"5JGPKN5L6A7SC2HVTQ7FYO96U"',
52947npm verb headers 'content-type': 'application/json',
52948npm verb headers 'cache-control': 'max-age=300',
52949npm verb headers 'content-length': '23989',
52950npm verb headers 'accept-ranges': 'bytes',
52951npm verb headers date: 'Tue, 29 Dec 2015 19:33:55 GMT',
52952npm verb headers age: '248',
52953npm verb headers 'x-served-by': 'cache-fra1220-FRA',
52954npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52955npm verb headers 'x-cache-hits': '3',
52956npm verb headers 'x-timer': 'S1451417635.264928,VS0,VE0',
52957npm verb headers vary: 'Accept',
52958npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52959npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52960npm verb headers connection: 'keep-alive' }
52961npm verb get saving randomatic to /root/.npm/registry.npmjs.org/randomatic/.cache.json
52962npm http 200 http://registry.npmjs.org/repeat-string
52963npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
52964npm verb headers etag: '"8Z9R1V62426FZ6OIQ1C2MCFFA"',
52965npm verb headers 'content-type': 'application/json',
52966npm verb headers 'cache-control': 'max-age=300',
52967npm verb headers 'content-length': '21561',
52968npm verb headers 'accept-ranges': 'bytes',
52969npm verb headers date: 'Tue, 29 Dec 2015 19:33:55 GMT',
52970npm verb headers age: '210',
52971npm verb headers 'x-served-by': 'cache-fra1234-FRA',
52972npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
52973npm verb headers 'x-cache-hits': '3',
52974npm verb headers 'x-timer': 'S1451417635.265255,VS0,VE0',
52975npm verb headers vary: 'Accept',
52976npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
52977npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
52978npm verb headers connection: 'keep-alive' }
52979npm verb get saving repeat-string to /root/.npm/registry.npmjs.org/repeat-string/.cache.json
52980npm verb cache add spec isobject@^2.0.0
52981npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for isobject
52982npm verb addNameRange registry:http://registry.npmjs.org/isobject not in flight; fetching
52983npm verb cache add spec is-number@^2.1.0
52984npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for is-number
52985npm verb addNameRange registry:http://registry.npmjs.org/is-number not in flight; fetching
52986npm verb cache add spec randomatic@^1.1.3
52987npm verb addNamed ">=1.1.3 <2.0.0" is a valid semver range for randomatic
52988npm verb addNameRange registry:http://registry.npmjs.org/randomatic not in flight; fetching
52989npm verb cache add spec repeat-string@^1.5.2
52990npm verb addNamed ">=1.5.2 <2.0.0" is a valid semver range for repeat-string
52991npm verb addNameRange registry:http://registry.npmjs.org/repeat-string not in flight; fetching
52992npm verb get http://registry.npmjs.org/isobject not expired, no request
52993npm verb addNamed "2.0.0" is a plain semver version for isobject
52994npm verb get http://registry.npmjs.org/is-number not expired, no request
52995npm verb addNamed "2.1.0" is a plain semver version for is-number
52996npm verb get http://registry.npmjs.org/randomatic not expired, no request
52997npm verb addNamed "1.1.5" is a plain semver version for randomatic
52998npm verb get http://registry.npmjs.org/repeat-string not expired, no request
52999npm verb addNamed "1.5.2" is a plain semver version for repeat-string
53000npm verb addRemoteTarball http://registry.npmjs.org/isobject/-/isobject-2.0.0.tgz not in flight; adding
53001npm verb addRemoteTarball [ 'http://registry.npmjs.org/isobject/-/isobject-2.0.0.tgz',
53002npm verb addRemoteTarball '208de872bd7378c2a92af9428a3f56eb91a122c4' ]
53003npm verb addRemoteTarball http://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz not in flight; adding
53004npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz',
53005npm verb addRemoteTarball '01fcbbb393463a548f2f466cce16dece49db908f' ]
53006npm verb addRemoteTarball http://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz not in flight; adding
53007npm verb addRemoteTarball [ 'http://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz',
53008npm verb addRemoteTarball '5e9ef5f2d573c67bd2b8124ae90b5156e457840b' ]
53009npm verb addRemoteTarball http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz not in flight; adding
53010npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz',
53011npm verb addRemoteTarball '21065f70727ad053a0dd5e957ac9e00c7560d90a' ]
53012npm info retry fetch attempt 1 at 19:33:55
53013npm info attempt registry request try #1 at 19:33:55
53014npm http fetch GET http://registry.npmjs.org/isobject/-/isobject-2.0.0.tgz
53015npm info retry fetch attempt 1 at 19:33:55
53016npm info attempt registry request try #1 at 19:33:55
53017npm http fetch GET http://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz
53018npm info retry fetch attempt 1 at 19:33:55
53019npm info attempt registry request try #1 at 19:33:55
53020npm http fetch GET http://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz
53021npm info retry fetch attempt 1 at 19:33:55
53022npm info attempt registry request try #1 at 19:33:55
53023npm http fetch GET http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz
53024npm http fetch 200 http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz
53025npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz not in flight; adding
53026npm verb addTmpTarball already have metadata; skipping unpack for repeat-string@1.5.2
53027npm verb afterAdd /root/.npm/repeat-string/1.5.2/package/package.json not in flight; writing
53028npm verb afterAdd /root/.npm/repeat-string/1.5.2/package/package.json written
53029npm http fetch 200 http://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz
53030npm http fetch 200 http://registry.npmjs.org/isobject/-/isobject-2.0.0.tgz
53031npm http fetch 200 http://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz
53032npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz not in flight; adding
53033npm verb addTmpTarball already have metadata; skipping unpack for randomatic@1.1.5
53034npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-number/-/is-number-2.1.0.tgz not in flight; adding
53035npm verb addTmpTarball already have metadata; skipping unpack for is-number@2.1.0
53036npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/isobject/-/isobject-2.0.0.tgz not in flight; adding
53037npm verb addTmpTarball already have metadata; skipping unpack for isobject@2.0.0
53038npm verb afterAdd /root/.npm/randomatic/1.1.5/package/package.json not in flight; writing
53039npm verb afterAdd /root/.npm/is-number/2.1.0/package/package.json not in flight; writing
53040npm verb afterAdd /root/.npm/isobject/2.0.0/package/package.json not in flight; writing
53041npm verb afterAdd /root/.npm/randomatic/1.1.5/package/package.json written
53042npm verb afterAdd /root/.npm/is-number/2.1.0/package/package.json written
53043npm verb afterAdd /root/.npm/isobject/2.0.0/package/package.json written
53044npm verb request uri http://registry.npmjs.org/is-buffer
53045npm verb request no auth needed
53046npm info attempt registry request try #1 at 19:33:55
53047npm http request GET http://registry.npmjs.org/is-buffer
53048npm http 200 http://registry.npmjs.org/is-buffer
53049npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53050npm verb headers etag: '"DIF9DJ8LI2336ISVZQ1LXHD4H"',
53051npm verb headers 'content-type': 'application/json',
53052npm verb headers 'cache-control': 'max-age=60',
53053npm verb headers 'content-length': '7821',
53054npm verb headers 'accept-ranges': 'bytes',
53055npm verb headers date: 'Tue, 29 Dec 2015 19:33:55 GMT',
53056npm verb headers age: '49',
53057npm verb headers 'x-served-by': 'cache-ams4124-AMS',
53058npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53059npm verb headers 'x-cache-hits': '2',
53060npm verb headers 'x-timer': 'S1451417635.546718,VS0,VE0',
53061npm verb headers vary: 'Accept',
53062npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53063npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53064npm verb headers connection: 'keep-alive' }
53065npm verb get saving is-buffer to /root/.npm/registry.npmjs.org/is-buffer/.cache.json
53066npm verb cache add spec is-buffer@^1.0.2
53067npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for is-buffer
53068npm verb addNameRange registry:http://registry.npmjs.org/is-buffer not in flight; fetching
53069npm verb get http://registry.npmjs.org/is-buffer not expired, no request
53070npm verb addNamed "1.1.0" is a plain semver version for is-buffer
53071npm verb addRemoteTarball http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz not in flight; adding
53072npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz',
53073npm verb addRemoteTarball '36f7850c0d077a71b041f3565664155f07035bd0' ]
53074npm info retry fetch attempt 1 at 19:33:55
53075npm info attempt registry request try #1 at 19:33:55
53076npm http fetch GET http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz
53077npm http fetch 200 http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz
53078npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz not in flight; adding
53079npm verb addTmpTarball already have metadata; skipping unpack for is-buffer@1.1.0
53080npm verb afterAdd /root/.npm/is-buffer/1.1.0/package/package.json not in flight; writing
53081npm verb afterAdd /root/.npm/is-buffer/1.1.0/package/package.json written
53082npm verb request uri http://registry.npmjs.org/ansi-green
53083npm verb request no auth needed
53084npm info attempt registry request try #1 at 19:33:55
53085npm http request GET http://registry.npmjs.org/ansi-green
53086npm verb request uri http://registry.npmjs.org/success-symbol
53087npm verb request no auth needed
53088npm info attempt registry request try #1 at 19:33:55
53089npm http request GET http://registry.npmjs.org/success-symbol
53090npm http 200 http://registry.npmjs.org/ansi-green
53091npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53092npm verb headers etag: '"ETF18HD0OIK2C5XC0HD6M3OSY"',
53093npm verb headers 'content-type': 'application/json',
53094npm verb headers 'cache-control': 'max-age=60',
53095npm verb headers 'content-length': '6169',
53096npm verb headers 'accept-ranges': 'bytes',
53097npm verb headers date: 'Tue, 29 Dec 2015 19:33:55 GMT',
53098npm verb headers age: '49',
53099npm verb headers 'x-served-by': 'cache-fra1234-FRA',
53100npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53101npm verb headers 'x-cache-hits': '1',
53102npm verb headers 'x-timer': 'S1451417635.716312,VS0,VE0',
53103npm verb headers vary: 'Accept',
53104npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53105npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53106npm verb headers connection: 'keep-alive' }
53107npm verb get saving ansi-green to /root/.npm/registry.npmjs.org/ansi-green/.cache.json
53108npm http 200 http://registry.npmjs.org/success-symbol
53109npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53110npm verb headers etag: '"1T1G0PM9YFIMEEHQZZ7F4IKDL"',
53111npm verb headers 'content-type': 'application/json',
53112npm verb headers 'cache-control': 'max-age=300',
53113npm verb headers 'content-length': '3411',
53114npm verb headers 'accept-ranges': 'bytes',
53115npm verb headers date: 'Tue, 29 Dec 2015 19:33:55 GMT',
53116npm verb headers age: '243',
53117npm verb headers 'x-served-by': 'cache-ams4124-AMS',
53118npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53119npm verb headers 'x-cache-hits': '4',
53120npm verb headers 'x-timer': 'S1451417635.727333,VS0,VE0',
53121npm verb headers vary: 'Accept',
53122npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53123npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53124npm verb headers connection: 'keep-alive' }
53125npm verb get saving success-symbol to /root/.npm/registry.npmjs.org/success-symbol/.cache.json
53126npm verb cache add spec ansi-green@^0.1.1
53127npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for ansi-green
53128npm verb addNameRange registry:http://registry.npmjs.org/ansi-green not in flight; fetching
53129npm verb get http://registry.npmjs.org/ansi-green not expired, no request
53130npm verb addNamed "0.1.1" is a plain semver version for ansi-green
53131npm verb addRemoteTarball http://registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz not in flight; adding
53132npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz',
53133npm verb addRemoteTarball '8a5d9a979e458d57c40e33580b37390b8e10d0f7' ]
53134npm verb cache add spec success-symbol@^0.1.0
53135npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for success-symbol
53136npm verb addNameRange registry:http://registry.npmjs.org/success-symbol not in flight; fetching
53137npm info retry fetch attempt 1 at 19:33:55
53138npm info attempt registry request try #1 at 19:33:55
53139npm http fetch GET http://registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz
53140npm verb get http://registry.npmjs.org/success-symbol not expired, no request
53141npm verb addNamed "0.1.0" is a plain semver version for success-symbol
53142npm verb addRemoteTarball http://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz not in flight; adding
53143npm verb addRemoteTarball [ 'http://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz',
53144npm verb addRemoteTarball '24022e486f3bf1cdca094283b769c472d3b72897' ]
53145npm info retry fetch attempt 1 at 19:33:55
53146npm info attempt registry request try #1 at 19:33:55
53147npm http fetch GET http://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz
53148npm http fetch 200 http://registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz
53149npm http fetch 200 http://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz
53150npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz not in flight; adding
53151npm verb addTmpTarball already have metadata; skipping unpack for success-symbol@0.1.0
53152npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz not in flight; adding
53153npm verb addTmpTarball already have metadata; skipping unpack for ansi-green@0.1.1
53154npm verb afterAdd /root/.npm/success-symbol/0.1.0/package/package.json not in flight; writing
53155npm verb afterAdd /root/.npm/ansi-green/0.1.1/package/package.json not in flight; writing
53156npm verb afterAdd /root/.npm/success-symbol/0.1.0/package/package.json written
53157npm verb afterAdd /root/.npm/ansi-green/0.1.1/package/package.json written
53158npm verb request uri http://registry.npmjs.org/ansi-wrap
53159npm verb request no auth needed
53160npm info attempt registry request try #1 at 19:33:55
53161npm http request GET http://registry.npmjs.org/ansi-wrap
53162npm http 200 http://registry.npmjs.org/ansi-wrap
53163npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53164npm verb headers etag: '"6GSTNAB8RFA1N1SJAUIIESOXN"',
53165npm verb headers 'content-type': 'application/json',
53166npm verb headers 'cache-control': 'max-age=60',
53167npm verb headers 'content-length': '4936',
53168npm verb headers 'accept-ranges': 'bytes',
53169npm verb headers date: 'Tue, 29 Dec 2015 19:33:55 GMT',
53170npm verb headers age: '11',
53171npm verb headers 'x-served-by': 'cache-ams4124-AMS',
53172npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53173npm verb headers 'x-cache-hits': '1',
53174npm verb headers 'x-timer': 'S1451417635.880411,VS0,VE0',
53175npm verb headers vary: 'Accept',
53176npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53177npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53178npm verb headers connection: 'keep-alive' }
53179npm verb get saving ansi-wrap to /root/.npm/registry.npmjs.org/ansi-wrap/.cache.json
53180npm verb cache add spec ansi-wrap@0.1.0
53181npm verb addNamed "0.1.0" is a plain semver version for ansi-wrap
53182npm verb addNameVersion registry:http://registry.npmjs.org/ansi-wrap not in flight; fetching
53183npm verb get http://registry.npmjs.org/ansi-wrap not expired, no request
53184npm verb addRemoteTarball http://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz not in flight; adding
53185npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz',
53186npm verb addRemoteTarball 'a82250ddb0015e9a27ca82e82ea603bbfa45efaf' ]
53187npm info retry fetch attempt 1 at 19:33:55
53188npm info attempt registry request try #1 at 19:33:55
53189npm http fetch GET http://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz
53190npm http fetch 200 http://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz
53191npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz not in flight; adding
53192npm verb addTmpTarball already have metadata; skipping unpack for ansi-wrap@0.1.0
53193npm verb afterAdd /root/.npm/ansi-wrap/0.1.0/package/package.json not in flight; writing
53194npm verb afterAdd /root/.npm/ansi-wrap/0.1.0/package/package.json written
53195npm verb request uri http://registry.npmjs.org/for-own
53196npm verb request no auth needed
53197npm info attempt registry request try #1 at 19:33:56
53198npm http request GET http://registry.npmjs.org/for-own
53199npm verb request uri http://registry.npmjs.org/is-extendable
53200npm verb request no auth needed
53201npm info attempt registry request try #1 at 19:33:56
53202npm http request GET http://registry.npmjs.org/is-extendable
53203npm http 200 http://registry.npmjs.org/for-own
53204npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53205npm verb headers etag: '"6I7VVSKY8I86HMVUXKZYSYHSK"',
53206npm verb headers 'content-type': 'application/json',
53207npm verb headers 'cache-control': 'max-age=300',
53208npm verb headers 'content-length': '7805',
53209npm verb headers 'accept-ranges': 'bytes',
53210npm verb headers date: 'Tue, 29 Dec 2015 19:33:56 GMT',
53211npm verb headers age: '287',
53212npm verb headers 'x-served-by': 'cache-fra1234-FRA',
53213npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53214npm verb headers 'x-cache-hits': '6',
53215npm verb headers 'x-timer': 'S1451417636.039012,VS0,VE0',
53216npm verb headers vary: 'Accept',
53217npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53218npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53219npm verb headers connection: 'keep-alive' }
53220npm verb get saving for-own to /root/.npm/registry.npmjs.org/for-own/.cache.json
53221npm http 200 http://registry.npmjs.org/is-extendable
53222npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53223npm verb headers etag: '"DZ6NZ0C2RXA67II868AWFV09E"',
53224npm verb headers 'content-type': 'application/json',
53225npm verb headers 'cache-control': 'max-age=60',
53226npm verb headers 'content-length': '6340',
53227npm verb headers 'accept-ranges': 'bytes',
53228npm verb headers date: 'Tue, 29 Dec 2015 19:33:56 GMT',
53229npm verb headers age: '38',
53230npm verb headers 'x-served-by': 'cache-fra1220-FRA',
53231npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53232npm verb headers 'x-cache-hits': '1',
53233npm verb headers 'x-timer': 'S1451417636.046393,VS0,VE0',
53234npm verb headers vary: 'Accept',
53235npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53236npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53237npm verb headers connection: 'keep-alive' }
53238npm verb get saving is-extendable to /root/.npm/registry.npmjs.org/is-extendable/.cache.json
53239npm verb cache add spec for-own@^0.1.3
53240npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for for-own
53241npm verb addNameRange registry:http://registry.npmjs.org/for-own not in flight; fetching
53242npm verb cache add spec is-extendable@^0.1.1
53243npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for is-extendable
53244npm verb addNameRange registry:http://registry.npmjs.org/is-extendable not in flight; fetching
53245npm verb get http://registry.npmjs.org/for-own not expired, no request
53246npm verb addNamed "0.1.3" is a plain semver version for for-own
53247npm verb get http://registry.npmjs.org/is-extendable not expired, no request
53248npm verb addNamed "0.1.1" is a plain semver version for is-extendable
53249npm verb addRemoteTarball http://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz not in flight; adding
53250npm verb addRemoteTarball [ 'http://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz',
53251npm verb addRemoteTarball '606444cde77c2f0a11088169e2e354eaf56e74fe' ]
53252npm verb addRemoteTarball http://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz not in flight; adding
53253npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz',
53254npm verb addRemoteTarball '62b110e289a471418e3ec36a617d472e301dfc89' ]
53255npm info retry fetch attempt 1 at 19:33:56
53256npm info attempt registry request try #1 at 19:33:56
53257npm http fetch GET http://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz
53258npm info retry fetch attempt 1 at 19:33:56
53259npm info attempt registry request try #1 at 19:33:56
53260npm http fetch GET http://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz
53261npm http fetch 200 http://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz
53262npm http fetch 200 http://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz
53263npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz not in flight; adding
53264npm verb addTmpTarball already have metadata; skipping unpack for is-extendable@0.1.1
53265npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/for-own/-/for-own-0.1.3.tgz not in flight; adding
53266npm verb addTmpTarball already have metadata; skipping unpack for for-own@0.1.3
53267npm verb afterAdd /root/.npm/for-own/0.1.3/package/package.json not in flight; writing
53268npm verb afterAdd /root/.npm/is-extendable/0.1.1/package/package.json not in flight; writing
53269npm verb afterAdd /root/.npm/for-own/0.1.3/package/package.json written
53270npm verb afterAdd /root/.npm/is-extendable/0.1.1/package/package.json written
53271npm verb request uri http://registry.npmjs.org/for-in
53272npm verb request no auth needed
53273npm info attempt registry request try #1 at 19:33:56
53274npm http request GET http://registry.npmjs.org/for-in
53275npm http 200 http://registry.npmjs.org/for-in
53276npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53277npm verb headers etag: '"DLK26564LV1HKX2HHR0L7MEWH"',
53278npm verb headers 'content-type': 'application/json',
53279npm verb headers 'cache-control': 'max-age=300',
53280npm verb headers 'content-length': '8984',
53281npm verb headers 'accept-ranges': 'bytes',
53282npm verb headers date: 'Tue, 29 Dec 2015 19:33:56 GMT',
53283npm verb headers age: '71',
53284npm verb headers 'x-served-by': 'cache-ams4124-AMS',
53285npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53286npm verb headers 'x-cache-hits': '1',
53287npm verb headers 'x-timer': 'S1451417636.204840,VS0,VE0',
53288npm verb headers vary: 'Accept',
53289npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53290npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53291npm verb headers connection: 'keep-alive' }
53292npm verb get saving for-in to /root/.npm/registry.npmjs.org/for-in/.cache.json
53293npm verb cache add spec for-in@^0.1.4
53294npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for for-in
53295npm verb addNameRange registry:http://registry.npmjs.org/for-in not in flight; fetching
53296npm verb get http://registry.npmjs.org/for-in not expired, no request
53297npm verb addNamed "0.1.4" is a plain semver version for for-in
53298npm verb addRemoteTarball http://registry.npmjs.org/for-in/-/for-in-0.1.4.tgz not in flight; adding
53299npm verb addRemoteTarball [ 'http://registry.npmjs.org/for-in/-/for-in-0.1.4.tgz',
53300npm verb addRemoteTarball '9f5cf7b4ffc7e1ae6591a4e97b177aa59d70fb2e' ]
53301npm info retry fetch attempt 1 at 19:33:56
53302npm info attempt registry request try #1 at 19:33:56
53303npm http fetch GET http://registry.npmjs.org/for-in/-/for-in-0.1.4.tgz
53304npm http fetch 200 http://registry.npmjs.org/for-in/-/for-in-0.1.4.tgz
53305npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/for-in/-/for-in-0.1.4.tgz not in flight; adding
53306npm verb addTmpTarball already have metadata; skipping unpack for for-in@0.1.4
53307npm verb afterAdd /root/.npm/for-in/0.1.4/package/package.json not in flight; writing
53308npm verb afterAdd /root/.npm/for-in/0.1.4/package/package.json written
53309npm verb request uri http://registry.npmjs.org/glob-base
53310npm verb request no auth needed
53311npm info attempt registry request try #1 at 19:33:56
53312npm http request GET http://registry.npmjs.org/glob-base
53313npm verb request uri http://registry.npmjs.org/is-dotfile
53314npm verb request no auth needed
53315npm info attempt registry request try #1 at 19:33:56
53316npm http request GET http://registry.npmjs.org/is-dotfile
53317npm http 200 http://registry.npmjs.org/glob-base
53318npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53319npm verb headers etag: '"7RNMEOVNIAY5USI6C612XFQ1I"',
53320npm verb headers 'content-type': 'application/json',
53321npm verb headers 'cache-control': 'max-age=60',
53322npm verb headers 'content-length': '11223',
53323npm verb headers 'accept-ranges': 'bytes',
53324npm verb headers date: 'Tue, 29 Dec 2015 19:33:56 GMT',
53325npm verb headers age: '18',
53326npm verb headers 'x-served-by': 'cache-fra1220-FRA',
53327npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53328npm verb headers 'x-cache-hits': '1',
53329npm verb headers 'x-timer': 'S1451417636.350575,VS0,VE0',
53330npm verb headers vary: 'Accept',
53331npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53332npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53333npm verb headers connection: 'keep-alive' }
53334npm verb get saving glob-base to /root/.npm/registry.npmjs.org/glob-base/.cache.json
53335npm http 200 http://registry.npmjs.org/is-dotfile
53336npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53337npm verb headers etag: '"2KC0R5RJ5B4WTVKXG4Z39FGR1"',
53338npm verb headers 'content-type': 'application/json',
53339npm verb headers 'cache-control': 'max-age=60',
53340npm verb headers 'content-length': '9198',
53341npm verb headers 'accept-ranges': 'bytes',
53342npm verb headers date: 'Tue, 29 Dec 2015 19:33:56 GMT',
53343npm verb headers age: '12',
53344npm verb headers 'x-served-by': 'cache-ams4124-AMS',
53345npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53346npm verb headers 'x-cache-hits': '1',
53347npm verb headers 'x-timer': 'S1451417636.354097,VS0,VE0',
53348npm verb headers vary: 'Accept',
53349npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53350npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53351npm verb headers connection: 'keep-alive' }
53352npm verb get saving is-dotfile to /root/.npm/registry.npmjs.org/is-dotfile/.cache.json
53353npm verb cache add spec is-dotfile@^1.0.0
53354npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-dotfile
53355npm verb addNameRange registry:http://registry.npmjs.org/is-dotfile not in flight; fetching
53356npm verb cache add spec glob-base@^0.3.0
53357npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for glob-base
53358npm verb addNameRange registry:http://registry.npmjs.org/glob-base not in flight; fetching
53359npm verb get http://registry.npmjs.org/is-dotfile not expired, no request
53360npm verb addNamed "1.0.2" is a plain semver version for is-dotfile
53361npm verb get http://registry.npmjs.org/glob-base not expired, no request
53362npm verb addNamed "0.3.0" is a plain semver version for glob-base
53363npm verb addRemoteTarball http://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz not in flight; adding
53364npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz',
53365npm verb addRemoteTarball '2c132383f39199f8edc268ca01b9b007d205cc4d' ]
53366npm verb addRemoteTarball http://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz not in flight; adding
53367npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz',
53368npm verb addRemoteTarball 'dbb164f6221b1c0b1ccf82aea328b497df0ea3c4' ]
53369npm info retry fetch attempt 1 at 19:33:56
53370npm info attempt registry request try #1 at 19:33:56
53371npm http fetch GET http://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz
53372npm info retry fetch attempt 1 at 19:33:56
53373npm info attempt registry request try #1 at 19:33:56
53374npm http fetch GET http://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz
53375npm http fetch 200 http://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz
53376npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz not in flight; adding
53377npm verb addTmpTarball already have metadata; skipping unpack for is-dotfile@1.0.2
53378npm http fetch 200 http://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz
53379npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz not in flight; adding
53380npm verb addTmpTarball already have metadata; skipping unpack for glob-base@0.3.0
53381npm verb afterAdd /root/.npm/is-dotfile/1.0.2/package/package.json not in flight; writing
53382npm verb afterAdd /root/.npm/glob-base/0.3.0/package/package.json not in flight; writing
53383npm verb afterAdd /root/.npm/is-dotfile/1.0.2/package/package.json written
53384npm verb afterAdd /root/.npm/glob-base/0.3.0/package/package.json written
53385npm verb request uri http://registry.npmjs.org/is-equal-shallow
53386npm verb request no auth needed
53387npm info attempt registry request try #1 at 19:33:56
53388npm http request GET http://registry.npmjs.org/is-equal-shallow
53389npm verb request uri http://registry.npmjs.org/is-primitive
53390npm verb request no auth needed
53391npm info attempt registry request try #1 at 19:33:56
53392npm http request GET http://registry.npmjs.org/is-primitive
53393npm http 200 http://registry.npmjs.org/is-equal-shallow
53394npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53395npm verb headers etag: '"5VI7ZDH0VR8SJNYFEO2J6V2X7"',
53396npm verb headers 'content-type': 'application/json',
53397npm verb headers 'cache-control': 'max-age=60',
53398npm verb headers 'content-length': '9474',
53399npm verb headers 'accept-ranges': 'bytes',
53400npm verb headers date: 'Tue, 29 Dec 2015 19:33:56 GMT',
53401npm verb headers age: '19',
53402npm verb headers 'x-served-by': 'cache-fra1220-FRA',
53403npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53404npm verb headers 'x-cache-hits': '1',
53405npm verb headers 'x-timer': 'S1451417636.563199,VS0,VE0',
53406npm verb headers vary: 'Accept',
53407npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53408npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53409npm verb headers connection: 'keep-alive' }
53410npm verb get saving is-equal-shallow to /root/.npm/registry.npmjs.org/is-equal-shallow/.cache.json
53411npm http 200 http://registry.npmjs.org/is-primitive
53412npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53413npm verb headers etag: '"K8QCGZ65GOXG55M59O54P25C"',
53414npm verb headers 'content-type': 'application/json',
53415npm verb headers 'cache-control': 'max-age=300',
53416npm verb headers 'content-length': '5807',
53417npm verb headers 'accept-ranges': 'bytes',
53418npm verb headers date: 'Tue, 29 Dec 2015 19:33:56 GMT',
53419npm verb headers age: '24',
53420npm verb headers 'x-served-by': 'cache-fra1234-FRA',
53421npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53422npm verb headers 'x-cache-hits': '1',
53423npm verb headers 'x-timer': 'S1451417636.573346,VS0,VE0',
53424npm verb headers vary: 'Accept',
53425npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53426npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53427npm verb headers connection: 'keep-alive' }
53428npm verb get saving is-primitive to /root/.npm/registry.npmjs.org/is-primitive/.cache.json
53429npm verb cache add spec is-equal-shallow@^0.1.1
53430npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for is-equal-shallow
53431npm verb addNameRange registry:http://registry.npmjs.org/is-equal-shallow not in flight; fetching
53432npm verb cache add spec is-primitive@^2.0.0
53433npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for is-primitive
53434npm verb addNameRange registry:http://registry.npmjs.org/is-primitive not in flight; fetching
53435npm verb get http://registry.npmjs.org/is-equal-shallow not expired, no request
53436npm verb addNamed "0.1.3" is a plain semver version for is-equal-shallow
53437npm verb addRemoteTarball http://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz not in flight; adding
53438npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz',
53439npm verb addRemoteTarball '2238098fc221de0bcfa5d9eac4c45d638aa1c534' ]
53440npm verb get http://registry.npmjs.org/is-primitive not expired, no request
53441npm verb addNamed "2.0.0" is a plain semver version for is-primitive
53442npm verb addRemoteTarball http://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz not in flight; adding
53443npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz',
53444npm verb addRemoteTarball '207bab91638499c07b2adf240a41a87210034575' ]
53445npm info retry fetch attempt 1 at 19:33:56
53446npm info attempt registry request try #1 at 19:33:56
53447npm http fetch GET http://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz
53448npm info retry fetch attempt 1 at 19:33:56
53449npm info attempt registry request try #1 at 19:33:56
53450npm http fetch GET http://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz
53451npm http fetch 200 http://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz
53452npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz not in flight; adding
53453npm verb addTmpTarball already have metadata; skipping unpack for is-equal-shallow@0.1.3
53454npm http fetch 200 http://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz
53455npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz not in flight; adding
53456npm verb addTmpTarball already have metadata; skipping unpack for is-primitive@2.0.0
53457npm verb afterAdd /root/.npm/is-equal-shallow/0.1.3/package/package.json not in flight; writing
53458npm verb afterAdd /root/.npm/is-equal-shallow/0.1.3/package/package.json written
53459npm verb afterAdd /root/.npm/is-primitive/2.0.0/package/package.json not in flight; writing
53460npm verb afterAdd /root/.npm/is-primitive/2.0.0/package/package.json written
53461npm verb request uri http://registry.npmjs.org/binary-extensions
53462npm verb request no auth needed
53463npm info attempt registry request try #1 at 19:33:56
53464npm http request GET http://registry.npmjs.org/binary-extensions
53465npm http 200 http://registry.npmjs.org/binary-extensions
53466npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53467npm verb headers etag: '"1POLG3AKRVT92YWXR96RRCHDW"',
53468npm verb headers 'content-type': 'application/json',
53469npm verb headers 'cache-control': 'max-age=60',
53470npm verb headers 'content-length': '13564',
53471npm verb headers 'accept-ranges': 'bytes',
53472npm verb headers date: 'Tue, 29 Dec 2015 19:33:56 GMT',
53473npm verb headers age: '41',
53474npm verb headers 'x-served-by': 'cache-ams4143-AMS',
53475npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53476npm verb headers 'x-cache-hits': '1',
53477npm verb headers 'x-timer': 'S1451417636.739895,VS0,VE0',
53478npm verb headers vary: 'Accept',
53479npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53480npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53481npm verb headers connection: 'keep-alive' }
53482npm verb get saving binary-extensions to /root/.npm/registry.npmjs.org/binary-extensions/.cache.json
53483npm verb cache add spec binary-extensions@^1.0.0
53484npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for binary-extensions
53485npm verb addNameRange registry:http://registry.npmjs.org/binary-extensions not in flight; fetching
53486npm verb get http://registry.npmjs.org/binary-extensions not expired, no request
53487npm verb addNamed "1.4.0" is a plain semver version for binary-extensions
53488npm verb addRemoteTarball http://registry.npmjs.org/binary-extensions/-/binary-extensions-1.4.0.tgz not in flight; adding
53489npm verb addRemoteTarball [ 'http://registry.npmjs.org/binary-extensions/-/binary-extensions-1.4.0.tgz',
53490npm verb addRemoteTarball 'd733ccb628986d7b326d88656e0ddbd3aac351b7' ]
53491npm info retry fetch attempt 1 at 19:33:56
53492npm info attempt registry request try #1 at 19:33:56
53493npm http fetch GET http://registry.npmjs.org/binary-extensions/-/binary-extensions-1.4.0.tgz
53494npm http fetch 200 http://registry.npmjs.org/binary-extensions/-/binary-extensions-1.4.0.tgz
53495npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/binary-extensions/-/binary-extensions-1.4.0.tgz not in flight; adding
53496npm verb addTmpTarball already have metadata; skipping unpack for binary-extensions@1.4.0
53497npm verb afterAdd /root/.npm/binary-extensions/1.4.0/package/package.json not in flight; writing
53498npm verb afterAdd /root/.npm/binary-extensions/1.4.0/package/package.json written
53499npm verb cache add spec graceful-fs@^4.1.2
53500npm verb cache add spec minimatch@^2.0.10
53501npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
53502npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
53503npm verb addNamed ">=2.0.10 <3.0.0" is a valid semver range for minimatch
53504npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
53505npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
53506npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
53507npm verb request uri http://registry.npmjs.org/minimatch
53508npm verb request no auth needed
53509npm info attempt registry request try #1 at 19:33:56
53510npm verb etag "4LFAQ3IFUTR8Q3IE1RPPWNQGA"
53511npm http request GET http://registry.npmjs.org/minimatch
53512npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
53513npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
53514npm http 304 http://registry.npmjs.org/minimatch
53515npm verb headers { date: 'Tue, 29 Dec 2015 19:33:56 GMT',
53516npm verb headers 'cache-control': 'max-age=300',
53517npm verb headers etag: '"4LFAQ3IFUTR8Q3IE1RPPWNQGA"',
53518npm verb headers age: '96',
53519npm verb headers 'x-served-by': 'cache-fra1234-FRA',
53520npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53521npm verb headers 'x-cache-hits': '2',
53522npm verb headers 'x-timer': 'S1451417636.914750,VS0,VE0',
53523npm verb headers vary: 'Accept',
53524npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
53525npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53526npm verb headers connection: 'keep-alive' }
53527npm verb etag http://registry.npmjs.org/minimatch from cache
53528npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
53529npm verb addNamed "2.0.10" is a plain semver version for minimatch
53530npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
53531npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
53532npm verb cache add spec body-parser@~1.13.3
53533npm verb cache add spec bytes@2.1.0
53534npm verb cache add spec cookie@0.1.3
53535npm verb cache add spec cookie-parser@~1.3.5
53536npm verb cache add spec cookie-signature@1.0.6
53537npm verb cache add spec compression@~1.5.2
53538npm verb cache add spec debug@~2.2.0
53539npm verb cache add spec depd@~1.0.1
53540npm verb cache add spec errorhandler@~1.4.2
53541npm verb cache add spec express-session@~1.11.3
53542npm verb cache add spec fresh@0.3.0
53543npm verb cache add spec method-override@~2.3.5
53544npm verb cache add spec morgan@~1.6.1
53545npm verb cache add spec parseurl@~1.3.0
53546npm verb cache add spec pause@0.1.0
53547npm verb cache add spec qs@4.0.0
53548npm verb cache add spec serve-favicon@~2.3.0
53549npm verb cache add spec serve-static@~1.10.0
53550npm verb cache add spec type-is@~1.6.6
53551npm verb addNamed ">=1.13.3 <1.14.0" is a valid semver range for body-parser
53552npm verb addNameRange registry:http://registry.npmjs.org/body-parser not in flight; fetching
53553npm verb addNamed "2.1.0" is a plain semver version for bytes
53554npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
53555npm verb addNamed "0.1.3" is a plain semver version for cookie
53556npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
53557npm verb addNamed ">=1.3.5 <1.4.0" is a valid semver range for cookie-parser
53558npm verb addNameRange registry:http://registry.npmjs.org/cookie-parser not in flight; fetching
53559npm verb addNamed "1.0.6" is a plain semver version for cookie-signature
53560npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
53561npm verb addNamed ">=1.5.2 <1.6.0" is a valid semver range for compression
53562npm verb addNameRange registry:http://registry.npmjs.org/compression not in flight; fetching
53563npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
53564npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
53565npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for depd
53566npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
53567npm verb addNamed ">=1.4.2 <1.5.0" is a valid semver range for errorhandler
53568npm verb addNameRange registry:http://registry.npmjs.org/errorhandler not in flight; fetching
53569npm verb addNamed ">=1.11.3 <1.12.0" is a valid semver range for express-session
53570npm verb addNameRange registry:http://registry.npmjs.org/express-session not in flight; fetching
53571npm verb addNamed "0.3.0" is a plain semver version for fresh
53572npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
53573npm verb addNamed ">=2.3.5 <2.4.0" is a valid semver range for method-override
53574npm verb addNameRange registry:http://registry.npmjs.org/method-override not in flight; fetching
53575npm verb addNamed ">=1.6.1 <1.7.0" is a valid semver range for morgan
53576npm verb addNameRange registry:http://registry.npmjs.org/morgan not in flight; fetching
53577npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
53578npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
53579npm verb addNamed "0.1.0" is a plain semver version for pause
53580npm verb addNameVersion registry:http://registry.npmjs.org/pause not in flight; fetching
53581npm verb addNamed "4.0.0" is a plain semver version for qs
53582npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
53583npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for serve-favicon
53584npm verb addNameRange registry:http://registry.npmjs.org/serve-favicon not in flight; fetching
53585npm verb addNamed ">=1.10.0 <1.11.0" is a valid semver range for serve-static
53586npm verb addNameRange registry:http://registry.npmjs.org/serve-static not in flight; fetching
53587npm verb addNamed ">=1.6.6 <1.7.0" is a valid semver range for type-is
53588npm verb addNameRange registry:http://registry.npmjs.org/type-is not in flight; fetching
53589npm verb request uri http://registry.npmjs.org/basic-auth-connect
53590npm verb request no auth needed
53591npm info attempt registry request try #1 at 19:33:57
53592npm http request GET http://registry.npmjs.org/basic-auth-connect
53593npm verb request uri http://registry.npmjs.org/connect-timeout
53594npm verb request no auth needed
53595npm info attempt registry request try #1 at 19:33:57
53596npm http request GET http://registry.npmjs.org/connect-timeout
53597npm verb request uri http://registry.npmjs.org/csurf
53598npm verb request no auth needed
53599npm info attempt registry request try #1 at 19:33:57
53600npm http request GET http://registry.npmjs.org/csurf
53601npm verb request uri http://registry.npmjs.org/multiparty
53602npm verb request no auth needed
53603npm info attempt registry request try #1 at 19:33:57
53604npm http request GET http://registry.npmjs.org/multiparty
53605npm verb request uri http://registry.npmjs.org/response-time
53606npm verb request no auth needed
53607npm info attempt registry request try #1 at 19:33:57
53608npm http request GET http://registry.npmjs.org/response-time
53609npm verb request uri http://registry.npmjs.org/serve-index
53610npm verb request no auth needed
53611npm info attempt registry request try #1 at 19:33:57
53612npm http request GET http://registry.npmjs.org/serve-index
53613npm verb request uri http://registry.npmjs.org/vhost
53614npm verb request no auth needed
53615npm info attempt registry request try #1 at 19:33:57
53616npm http request GET http://registry.npmjs.org/vhost
53617npm verb request uri http://registry.npmjs.org/body-parser
53618npm verb request no auth needed
53619npm info attempt registry request try #1 at 19:33:57
53620npm verb etag "9UCTVG5CBPYJCJW0V7HHYTF3E"
53621npm http request GET http://registry.npmjs.org/body-parser
53622npm verb request uri http://registry.npmjs.org/bytes
53623npm verb request no auth needed
53624npm info attempt registry request try #1 at 19:33:57
53625npm verb etag "9Z54CDPJPFB84A5EQY8A939AW"
53626npm http request GET http://registry.npmjs.org/bytes
53627npm verb request uri http://registry.npmjs.org/cookie
53628npm verb request no auth needed
53629npm info attempt registry request try #1 at 19:33:57
53630npm verb etag "3UTV693OT3MQ8VLEZGR1RIH86"
53631npm http request GET http://registry.npmjs.org/cookie
53632npm verb request uri http://registry.npmjs.org/cookie-signature
53633npm verb request no auth needed
53634npm info attempt registry request try #1 at 19:33:57
53635npm verb etag "8NE2NNIH2V0SABXWGZXHH3U6K"
53636npm http request GET http://registry.npmjs.org/cookie-signature
53637npm verb request uri http://registry.npmjs.org/cookie-parser
53638npm verb request no auth needed
53639npm info attempt registry request try #1 at 19:33:57
53640npm verb etag "8G5WWK5KC4I9F69EBBSNJHV2G"
53641npm http request GET http://registry.npmjs.org/cookie-parser
53642npm verb request uri http://registry.npmjs.org/compression
53643npm verb request no auth needed
53644npm info attempt registry request try #1 at 19:33:57
53645npm verb etag "12MW13GNVVCBQYWG713899535"
53646npm http request GET http://registry.npmjs.org/compression
53647npm verb get http://registry.npmjs.org/debug not expired, no request
53648npm verb addNamed "2.2.0" is a plain semver version for debug
53649npm verb request uri http://registry.npmjs.org/depd
53650npm verb request no auth needed
53651npm info attempt registry request try #1 at 19:33:57
53652npm verb etag "D51XQ8IB2NO2EXAU1UFAY1A1L"
53653npm http request GET http://registry.npmjs.org/depd
53654npm verb request uri http://registry.npmjs.org/errorhandler
53655npm verb request no auth needed
53656npm info attempt registry request try #1 at 19:33:57
53657npm verb etag "8DCGIQOAPMNC2EFPOCK7746QA"
53658npm http request GET http://registry.npmjs.org/errorhandler
53659npm verb request uri http://registry.npmjs.org/express-session
53660npm verb request no auth needed
53661npm info attempt registry request try #1 at 19:33:57
53662npm verb etag "AW4I3JEG6UVQN019TIQCGW7Y5"
53663npm http request GET http://registry.npmjs.org/express-session
53664npm verb request uri http://registry.npmjs.org/fresh
53665npm verb request no auth needed
53666npm info attempt registry request try #1 at 19:33:57
53667npm verb etag "9NHR4LROGERRIX4U2GNV4QVT"
53668npm http request GET http://registry.npmjs.org/fresh
53669npm verb request uri http://registry.npmjs.org/method-override
53670npm verb request no auth needed
53671npm info attempt registry request try #1 at 19:33:57
53672npm verb etag "8GF1LPC6684OQ597E6QX6A1DQ"
53673npm http request GET http://registry.npmjs.org/method-override
53674npm verb request uri http://registry.npmjs.org/morgan
53675npm verb request no auth needed
53676npm info attempt registry request try #1 at 19:33:57
53677npm verb etag "CYUXXH7XS350OXDCIHHHZVGQE"
53678npm http request GET http://registry.npmjs.org/morgan
53679npm verb request uri http://registry.npmjs.org/pause
53680npm verb request no auth needed
53681npm info attempt registry request try #1 at 19:33:57
53682npm verb etag "SD31V4MU41UCZX0BCY4IRLTO"
53683npm http request GET http://registry.npmjs.org/pause
53684npm verb request uri http://registry.npmjs.org/parseurl
53685npm verb request no auth needed
53686npm info attempt registry request try #1 at 19:33:57
53687npm verb etag "C38PVP7JXF6E8MRHKL33KKEI6"
53688npm http request GET http://registry.npmjs.org/parseurl
53689npm verb request uri http://registry.npmjs.org/qs
53690npm verb request no auth needed
53691npm info attempt registry request try #1 at 19:33:57
53692npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
53693npm http request GET http://registry.npmjs.org/qs
53694npm verb request uri http://registry.npmjs.org/serve-favicon
53695npm verb request no auth needed
53696npm info attempt registry request try #1 at 19:33:57
53697npm verb etag "2CF52I28MTEPSZWDG7L6ICLC3"
53698npm http request GET http://registry.npmjs.org/serve-favicon
53699npm verb request uri http://registry.npmjs.org/serve-static
53700npm verb request no auth needed
53701npm info attempt registry request try #1 at 19:33:57
53702npm verb etag "DGUOJ6WTQPFO1MQ4XK90KECIO"
53703npm http request GET http://registry.npmjs.org/serve-static
53704npm verb request uri http://registry.npmjs.org/type-is
53705npm verb request no auth needed
53706npm info attempt registry request try #1 at 19:33:57
53707npm verb etag "460R9QTM2R63TFO6D7HBETX5A"
53708npm http request GET http://registry.npmjs.org/type-is
53709npm http 200 http://registry.npmjs.org/basic-auth-connect
53710npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53711npm verb headers etag: '"5XN1Q16GAYLHQ330V7EBKP3VC"',
53712npm verb headers 'content-type': 'application/json',
53713npm verb headers 'cache-control': 'max-age=300',
53714npm verb headers 'content-length': '4076',
53715npm verb headers 'accept-ranges': 'bytes',
53716npm verb headers date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53717npm verb headers age: '230',
53718npm verb headers 'x-served-by': 'cache-fra1234-FRA',
53719npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53720npm verb headers 'x-cache-hits': '2',
53721npm verb headers 'x-timer': 'S1451417637.436120,VS0,VE0',
53722npm verb headers vary: 'Accept',
53723npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53724npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53725npm verb headers connection: 'keep-alive' }
53726npm verb get saving basic-auth-connect to /root/.npm/registry.npmjs.org/basic-auth-connect/.cache.json
53727npm http 200 http://registry.npmjs.org/response-time
53728npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53729npm verb headers etag: '"6V0NQ5ZHBOPX2ANM7B8A2ZQW4"',
53730npm verb headers 'content-type': 'application/json',
53731npm verb headers 'cache-control': 'max-age=300',
53732npm verb headers 'content-length': '16291',
53733npm verb headers 'accept-ranges': 'bytes',
53734npm verb headers date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53735npm verb headers age: '234',
53736npm verb headers 'x-served-by': 'cache-fra1225-FRA',
53737npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53738npm verb headers 'x-cache-hits': '2',
53739npm verb headers 'x-timer': 'S1451417637.436249,VS0,VE0',
53740npm verb headers vary: 'Accept',
53741npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53742npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53743npm verb headers connection: 'keep-alive' }
53744npm verb get saving response-time to /root/.npm/registry.npmjs.org/response-time/.cache.json
53745npm http 200 http://registry.npmjs.org/csurf
53746npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53747npm verb headers etag: '"8XX1KZYCCBKB2I398ILBL44MQ"',
53748npm verb headers 'content-type': 'application/json',
53749npm verb headers 'cache-control': 'max-age=300',
53750npm verb headers 'content-length': '47391',
53751npm verb headers 'accept-ranges': 'bytes',
53752npm verb headers date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53753npm verb headers age: '80',
53754npm verb headers 'x-served-by': 'cache-fra1231-FRA',
53755npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53756npm verb headers 'x-cache-hits': '1',
53757npm verb headers 'x-timer': 'S1451417637.436239,VS0,VE0',
53758npm verb headers vary: 'Accept',
53759npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53760npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53761npm verb headers connection: 'keep-alive' }
53762npm verb get saving csurf to /root/.npm/registry.npmjs.org/csurf/.cache.json
53763npm http 200 http://registry.npmjs.org/multiparty
53764npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53765npm verb headers etag: '"6LRWEKUTRXZRJENEK0Y1I487T"',
53766npm verb headers 'content-type': 'application/json',
53767npm verb headers 'cache-control': 'max-age=60',
53768npm verb headers 'content-length': '46410',
53769npm verb headers 'accept-ranges': 'bytes',
53770npm verb headers date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53771npm verb headers age: '31',
53772npm verb headers 'x-served-by': 'cache-ams4143-AMS',
53773npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53774npm verb headers 'x-cache-hits': '1',
53775npm verb headers 'x-timer': 'S1451417637.439751,VS0,VE0',
53776npm verb headers vary: 'Accept',
53777npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53778npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53779npm verb headers connection: 'keep-alive' }
53780npm verb get saving multiparty to /root/.npm/registry.npmjs.org/multiparty/.cache.json
53781npm http 200 http://registry.npmjs.org/vhost
53782npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53783npm verb headers etag: '"9MYZV51YD90XRH2TI62G0F5Z2"',
53784npm verb headers 'content-type': 'application/json',
53785npm verb headers 'cache-control': 'max-age=300',
53786npm verb headers 'content-length': '15235',
53787npm verb headers 'accept-ranges': 'bytes',
53788npm verb headers date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53789npm verb headers age: '245',
53790npm verb headers 'x-served-by': 'cache-ams4124-AMS',
53791npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53792npm verb headers 'x-cache-hits': '1',
53793npm verb headers 'x-timer': 'S1451417637.439832,VS0,VE0',
53794npm verb headers vary: 'Accept',
53795npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53796npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53797npm verb headers connection: 'keep-alive' }
53798npm verb get saving vhost to /root/.npm/registry.npmjs.org/vhost/.cache.json
53799npm http 200 http://registry.npmjs.org/connect-timeout
53800npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
53801npm verb headers etag: '"8QV2U22IOEMMP3MGZP02T95SN"',
53802npm verb headers 'content-type': 'application/json',
53803npm verb headers 'cache-control': 'max-age=300',
53804npm verb headers 'content-length': '30256',
53805npm verb headers 'accept-ranges': 'bytes',
53806npm verb headers date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53807npm verb headers age: '235',
53808npm verb headers 'x-served-by': 'cache-fra1220-FRA',
53809npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53810npm verb headers 'x-cache-hits': '1',
53811npm verb headers 'x-timer': 'S1451417637.436149,VS0,VE0',
53812npm verb headers vary: 'Accept',
53813npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53814npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53815npm verb headers connection: 'keep-alive' }
53816npm verb get saving connect-timeout to /root/.npm/registry.npmjs.org/connect-timeout/.cache.json
53817npm http 304 http://registry.npmjs.org/cookie
53818npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53819npm verb headers 'cache-control': 'max-age=300',
53820npm verb headers etag: '"3UTV693OT3MQ8VLEZGR1RIH86"',
53821npm verb headers age: '130',
53822npm verb headers 'x-served-by': 'cache-fra1225-FRA',
53823npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53824npm verb headers 'x-cache-hits': '4',
53825npm verb headers 'x-timer': 'S1451417637.507703,VS0,VE0',
53826npm verb headers vary: 'Accept',
53827npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53828npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53829npm verb headers connection: 'keep-alive' }
53830npm verb etag http://registry.npmjs.org/cookie from cache
53831npm verb get saving cookie to /root/.npm/registry.npmjs.org/cookie/.cache.json
53832npm http 304 http://registry.npmjs.org/cookie-signature
53833npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53834npm verb headers 'cache-control': 'max-age=60',
53835npm verb headers etag: '"8NE2NNIH2V0SABXWGZXHH3U6K"',
53836npm verb headers age: '37',
53837npm verb headers 'x-served-by': 'cache-fra1234-FRA',
53838npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53839npm verb headers 'x-cache-hits': '1',
53840npm verb headers 'x-timer': 'S1451417637.508178,VS0,VE0',
53841npm verb headers vary: 'Accept',
53842npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53843npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53844npm verb headers connection: 'keep-alive' }
53845npm verb etag http://registry.npmjs.org/cookie-signature from cache
53846npm verb get saving cookie-signature to /root/.npm/registry.npmjs.org/cookie-signature/.cache.json
53847npm http 304 http://registry.npmjs.org/cookie-parser
53848npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53849npm verb headers 'cache-control': 'max-age=300',
53850npm verb headers etag: '"8G5WWK5KC4I9F69EBBSNJHV2G"',
53851npm verb headers age: '45',
53852npm verb headers 'x-served-by': 'cache-fra1232-FRA',
53853npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53854npm verb headers 'x-cache-hits': '1',
53855npm verb headers 'x-timer': 'S1451417637.508234,VS0,VE0',
53856npm verb headers vary: 'Accept',
53857npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
53858npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53859npm verb headers connection: 'keep-alive' }
53860npm verb etag http://registry.npmjs.org/cookie-parser from cache
53861npm verb get saving cookie-parser to /root/.npm/registry.npmjs.org/cookie-parser/.cache.json
53862npm http 304 http://registry.npmjs.org/bytes
53863npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53864npm verb headers 'cache-control': 'max-age=60',
53865npm verb headers etag: '"9Z54CDPJPFB84A5EQY8A939AW"',
53866npm verb headers age: '33',
53867npm verb headers 'x-served-by': 'cache-ams4131-AMS',
53868npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53869npm verb headers 'x-cache-hits': '1',
53870npm verb headers 'x-timer': 'S1451417637.511239,VS0,VE0',
53871npm verb headers vary: 'Accept',
53872npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53873npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53874npm verb headers connection: 'keep-alive' }
53875npm verb etag http://registry.npmjs.org/bytes from cache
53876npm verb get saving bytes to /root/.npm/registry.npmjs.org/bytes/.cache.json
53877npm http 304 http://registry.npmjs.org/body-parser
53878npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53879npm verb headers 'cache-control': 'max-age=300',
53880npm verb headers etag: '"9UCTVG5CBPYJCJW0V7HHYTF3E"',
53881npm verb headers age: '4',
53882npm verb headers 'x-served-by': 'cache-ams4124-AMS',
53883npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53884npm verb headers 'x-cache-hits': '1',
53885npm verb headers 'x-timer': 'S1451417637.511355,VS0,VE0',
53886npm verb headers vary: 'Accept',
53887npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53888npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53889npm verb headers connection: 'keep-alive' }
53890npm verb etag http://registry.npmjs.org/body-parser from cache
53891npm verb get saving body-parser to /root/.npm/registry.npmjs.org/body-parser/.cache.json
53892npm http 304 http://registry.npmjs.org/serve-static
53893npm verb headers { date: 'Tue, 29 Dec 2015 19:31:16 GMT',
53894npm verb headers 'content-type': 'application/json',
53895npm verb headers age: '218',
53896npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
53897npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
53898npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
53899npm verb headers connection: 'keep-alive' }
53900npm verb etag http://registry.npmjs.org/serve-static from cache
53901npm verb get saving serve-static to /root/.npm/registry.npmjs.org/serve-static/.cache.json
53902npm http 304 http://registry.npmjs.org/compression
53903npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53904npm verb headers 'cache-control': 'max-age=300',
53905npm verb headers etag: '"12MW13GNVVCBQYWG713899535"',
53906npm verb headers age: '66',
53907npm verb headers 'x-served-by': 'cache-fra1220-FRA',
53908npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53909npm verb headers 'x-cache-hits': '2',
53910npm verb headers 'x-timer': 'S1451417637.774784,VS0,VE0',
53911npm verb headers vary: 'Accept',
53912npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
53913npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53914npm verb headers connection: 'keep-alive' }
53915npm verb etag http://registry.npmjs.org/compression from cache
53916npm verb get saving compression to /root/.npm/registry.npmjs.org/compression/.cache.json
53917npm http 304 http://registry.npmjs.org/depd
53918npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53919npm verb headers 'cache-control': 'max-age=60',
53920npm verb headers etag: '"D51XQ8IB2NO2EXAU1UFAY1A1L"',
53921npm verb headers age: '36',
53922npm verb headers 'x-served-by': 'cache-fra1232-FRA',
53923npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53924npm verb headers 'x-cache-hits': '2',
53925npm verb headers 'x-timer': 'S1451417637.776038,VS0,VE0',
53926npm verb headers vary: 'Accept',
53927npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53928npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53929npm verb headers connection: 'keep-alive' }
53930npm verb etag http://registry.npmjs.org/depd from cache
53931npm verb get saving depd to /root/.npm/registry.npmjs.org/depd/.cache.json
53932npm http 304 http://registry.npmjs.org/serve-favicon
53933npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53934npm verb headers 'cache-control': 'max-age=300',
53935npm verb headers etag: '"2CF52I28MTEPSZWDG7L6ICLC3"',
53936npm verb headers age: '130',
53937npm verb headers 'x-served-by': 'cache-fra1225-FRA',
53938npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53939npm verb headers 'x-cache-hits': '1125',
53940npm verb headers 'x-timer': 'S1451417637.777237,VS0,VE0',
53941npm verb headers vary: 'Accept',
53942npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53943npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53944npm verb headers connection: 'keep-alive' }
53945npm verb etag http://registry.npmjs.org/serve-favicon from cache
53946npm verb get saving serve-favicon to /root/.npm/registry.npmjs.org/serve-favicon/.cache.json
53947npm http 304 http://registry.npmjs.org/express-session
53948npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53949npm verb headers 'cache-control': 'max-age=300',
53950npm verb headers etag: '"AW4I3JEG6UVQN019TIQCGW7Y5"',
53951npm verb headers age: '14',
53952npm verb headers 'x-served-by': 'cache-fra1234-FRA',
53953npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53954npm verb headers 'x-cache-hits': '1',
53955npm verb headers 'x-timer': 'S1451417637.777104,VS0,VE0',
53956npm verb headers vary: 'Accept',
53957npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
53958npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53959npm verb headers connection: 'keep-alive' }
53960npm verb etag http://registry.npmjs.org/express-session from cache
53961npm verb get saving express-session to /root/.npm/registry.npmjs.org/express-session/.cache.json
53962npm http 304 http://registry.npmjs.org/type-is
53963npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53964npm verb headers 'cache-control': 'max-age=60',
53965npm verb headers etag: '"460R9QTM2R63TFO6D7HBETX5A"',
53966npm verb headers age: '20',
53967npm verb headers 'x-served-by': 'cache-fra1231-FRA',
53968npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53969npm verb headers 'x-cache-hits': '1',
53970npm verb headers 'x-timer': 'S1451417637.777610,VS0,VE0',
53971npm verb headers vary: 'Accept',
53972npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53973npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53974npm verb headers connection: 'keep-alive' }
53975npm verb etag http://registry.npmjs.org/type-is from cache
53976npm verb get saving type-is to /root/.npm/registry.npmjs.org/type-is/.cache.json
53977npm http 304 http://registry.npmjs.org/morgan
53978npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53979npm verb headers 'cache-control': 'max-age=300',
53980npm verb headers etag: '"CYUXXH7XS350OXDCIHHHZVGQE"',
53981npm verb headers age: '219',
53982npm verb headers 'x-served-by': 'cache-ams4145-AMS',
53983npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53984npm verb headers 'x-cache-hits': '2',
53985npm verb headers 'x-timer': 'S1451417637.780413,VS0,VE0',
53986npm verb headers vary: 'Accept',
53987npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
53988npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
53989npm verb headers connection: 'keep-alive' }
53990npm verb etag http://registry.npmjs.org/morgan from cache
53991npm verb get saving morgan to /root/.npm/registry.npmjs.org/morgan/.cache.json
53992npm http 304 http://registry.npmjs.org/fresh
53993npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
53994npm verb headers 'cache-control': 'max-age=300',
53995npm verb headers etag: '"9NHR4LROGERRIX4U2GNV4QVT"',
53996npm verb headers age: '220',
53997npm verb headers 'x-served-by': 'cache-ams4131-AMS',
53998npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
53999npm verb headers 'x-cache-hits': '2',
54000npm verb headers 'x-timer': 'S1451417637.780392,VS0,VE0',
54001npm verb headers vary: 'Accept',
54002npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54003npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54004npm verb headers connection: 'keep-alive' }
54005npm verb etag http://registry.npmjs.org/fresh from cache
54006npm verb get saving fresh to /root/.npm/registry.npmjs.org/fresh/.cache.json
54007npm http 304 http://registry.npmjs.org/method-override
54008npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
54009npm verb headers 'cache-control': 'max-age=300',
54010npm verb headers etag: '"8GF1LPC6684OQ597E6QX6A1DQ"',
54011npm verb headers age: '267',
54012npm verb headers 'x-served-by': 'cache-ams4143-AMS',
54013npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54014npm verb headers 'x-cache-hits': '1',
54015npm verb headers 'x-timer': 'S1451417637.780710,VS0,VE0',
54016npm verb headers vary: 'Accept',
54017npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54018npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54019npm verb headers connection: 'keep-alive' }
54020npm verb etag http://registry.npmjs.org/method-override from cache
54021npm verb get saving method-override to /root/.npm/registry.npmjs.org/method-override/.cache.json
54022npm http 304 http://registry.npmjs.org/parseurl
54023npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
54024npm verb headers 'cache-control': 'max-age=300',
54025npm verb headers etag: '"C38PVP7JXF6E8MRHKL33KKEI6"',
54026npm verb headers age: '111',
54027npm verb headers 'x-served-by': 'cache-ams4143-AMS',
54028npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54029npm verb headers 'x-cache-hits': '2',
54030npm verb headers 'x-timer': 'S1451417637.780846,VS0,VE0',
54031npm verb headers vary: 'Accept',
54032npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54033npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54034npm verb headers connection: 'keep-alive' }
54035npm verb etag http://registry.npmjs.org/parseurl from cache
54036npm verb get saving parseurl to /root/.npm/registry.npmjs.org/parseurl/.cache.json
54037npm http 304 http://registry.npmjs.org/pause
54038npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
54039npm verb headers 'cache-control': 'max-age=300',
54040npm verb headers etag: '"SD31V4MU41UCZX0BCY4IRLTO"',
54041npm verb headers age: '285',
54042npm verb headers 'x-served-by': 'cache-ams4124-AMS',
54043npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54044npm verb headers 'x-cache-hits': '2',
54045npm verb headers 'x-timer': 'S1451417637.780455,VS0,VE0',
54046npm verb headers vary: 'Accept',
54047npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54048npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54049npm verb headers connection: 'keep-alive' }
54050npm verb etag http://registry.npmjs.org/pause from cache
54051npm verb get saving pause to /root/.npm/registry.npmjs.org/pause/.cache.json
54052npm http 304 http://registry.npmjs.org/qs
54053npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
54054npm verb headers 'cache-control': 'max-age=300',
54055npm verb headers etag: '"ABBTZ14CMW8TB0ZN25ZL5AVYM"',
54056npm verb headers age: '55',
54057npm verb headers 'x-served-by': 'cache-ams4146-AMS',
54058npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54059npm verb headers 'x-cache-hits': '1',
54060npm verb headers 'x-timer': 'S1451417637.780725,VS0,VE0',
54061npm verb headers vary: 'Accept',
54062npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54063npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54064npm verb headers connection: 'keep-alive' }
54065npm verb etag http://registry.npmjs.org/qs from cache
54066npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
54067npm http 200 http://registry.npmjs.org/serve-index
54068npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54069npm verb headers etag: '"6SJGMKK5KKXDVPGGZKK8W696F"',
54070npm verb headers 'content-type': 'application/json',
54071npm verb headers 'cache-control': 'max-age=60',
54072npm verb headers 'content-length': '52008',
54073npm verb headers 'accept-ranges': 'bytes',
54074npm verb headers date: 'Tue, 29 Dec 2015 19:33:57 GMT',
54075npm verb headers age: '21',
54076npm verb headers 'x-served-by': 'cache-fra1240-FRA',
54077npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54078npm verb headers 'x-cache-hits': '1',
54079npm verb headers 'x-timer': 'S1451417637.436482,VS0,VE0',
54080npm verb headers vary: 'Accept',
54081npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54082npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54083npm verb headers connection: 'keep-alive' }
54084npm verb get saving serve-index to /root/.npm/registry.npmjs.org/serve-index/.cache.json
54085npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
54086npm verb addNamed "1.3.5" is a plain semver version for cookie-parser
54087npm verb addNamed "1.13.3" is a plain semver version for body-parser
54088npm verb cache add spec basic-auth-connect@1.0.0
54089npm verb addNamed "1.0.0" is a plain semver version for basic-auth-connect
54090npm verb addNameVersion registry:http://registry.npmjs.org/basic-auth-connect not in flight; fetching
54091npm verb cache add spec response-time@~2.3.1
54092npm verb addNamed ">=2.3.1 <2.4.0" is a valid semver range for response-time
54093npm verb addNameRange registry:http://registry.npmjs.org/response-time not in flight; fetching
54094npm verb cache add spec csurf@~1.8.3
54095npm verb addNamed ">=1.8.3 <1.9.0" is a valid semver range for csurf
54096npm verb addNameRange registry:http://registry.npmjs.org/csurf not in flight; fetching
54097npm verb cache add spec multiparty@3.3.2
54098npm verb addNamed "3.3.2" is a plain semver version for multiparty
54099npm verb addNameVersion registry:http://registry.npmjs.org/multiparty not in flight; fetching
54100npm verb cache add spec vhost@~3.0.1
54101npm verb addNamed ">=3.0.1 <3.1.0" is a valid semver range for vhost
54102npm verb addNameRange registry:http://registry.npmjs.org/vhost not in flight; fetching
54103npm verb addRemoteTarball http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz not in flight; adding
54104npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz',
54105npm verb addRemoteTarball '9d755570fb5d17890771227a02314d9be7cf8356' ]
54106npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz not in flight; adding
54107npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz',
54108npm verb addRemoteTarball 'ac93c410e2ffc9cc7cf4b464b38289067f5e47b4' ]
54109npm verb addRemoteTarball http://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz not in flight; adding
54110npm verb addRemoteTarball [ 'http://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz',
54111npm verb addRemoteTarball 'c08cf330c3358e151016a05746f13f029c97fa97' ]
54112npm verb addNamed "1.10.0" is a plain semver version for serve-static
54113npm verb addNamed "1.5.2" is a plain semver version for compression
54114npm verb addNamed "1.0.1" is a plain semver version for depd
54115npm verb addNamed "2.3.0" is a plain semver version for serve-favicon
54116npm verb addNamed "1.11.3" is a plain semver version for express-session
54117npm verb addNamed "1.6.10" is a plain semver version for type-is
54118npm verb addNamed "1.3.0" is a plain semver version for parseurl
54119npm verb addNamed "2.3.5" is a plain semver version for method-override
54120npm verb addNamed "1.6.1" is a plain semver version for morgan
54121npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
54122npm verb cache add spec connect-timeout@~1.6.2
54123npm verb addNamed ">=1.6.2 <1.7.0" is a valid semver range for connect-timeout
54124npm verb addNameRange registry:http://registry.npmjs.org/connect-timeout not in flight; fetching
54125npm verb addRemoteTarball http://registry.npmjs.org/compression/-/compression-1.5.2.tgz not in flight; adding
54126npm verb addRemoteTarball [ 'http://registry.npmjs.org/compression/-/compression-1.5.2.tgz',
54127npm verb addRemoteTarball 'b03b8d86e6f8ad29683cba8df91ddc6ffc77b395' ]
54128npm verb addRemoteTarball http://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz not in flight; adding
54129npm verb addRemoteTarball [ 'http://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz',
54130npm verb addRemoteTarball '5cc98f3f5ff84ed835f91cbf0aabd0c7107400af' ]
54131npm verb addRemoteTarball http://registry.npmjs.org/pause/-/pause-0.1.0.tgz not in flight; adding
54132npm verb addRemoteTarball [ 'http://registry.npmjs.org/pause/-/pause-0.1.0.tgz',
54133npm verb addRemoteTarball 'ebc8a4a8619ff0b8a81ac1513c3434ff469fdb74' ]
54134npm verb addRemoteTarball http://registry.npmjs.org/method-override/-/method-override-2.3.5.tgz not in flight; adding
54135npm verb addRemoteTarball [ 'http://registry.npmjs.org/method-override/-/method-override-2.3.5.tgz',
54136npm verb addRemoteTarball '2cd5cdbff00c3673d7ae345119a812a5d95b8c8e' ]
54137npm verb addRemoteTarball http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz not in flight; adding
54138npm verb addRemoteTarball [ 'http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz',
54139npm verb addRemoteTarball '5fd818398c6819cba28a7cd6664f292fe1c0bbf2' ]
54140npm info retry fetch attempt 1 at 19:33:58
54141npm info attempt registry request try #1 at 19:33:58
54142npm http fetch GET http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz
54143npm info retry fetch attempt 1 at 19:33:58
54144npm info attempt registry request try #1 at 19:33:58
54145npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz
54146npm info retry fetch attempt 1 at 19:33:58
54147npm info attempt registry request try #1 at 19:33:58
54148npm http fetch GET http://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz
54149npm info retry fetch attempt 1 at 19:33:58
54150npm info attempt registry request try #1 at 19:33:58
54151npm http fetch GET http://registry.npmjs.org/compression/-/compression-1.5.2.tgz
54152npm info retry fetch attempt 1 at 19:33:58
54153npm info attempt registry request try #1 at 19:33:58
54154npm http fetch GET http://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz
54155npm info retry fetch attempt 1 at 19:33:58
54156npm info attempt registry request try #1 at 19:33:58
54157npm http fetch GET http://registry.npmjs.org/pause/-/pause-0.1.0.tgz
54158npm info retry fetch attempt 1 at 19:33:58
54159npm info attempt registry request try #1 at 19:33:58
54160npm http fetch GET http://registry.npmjs.org/method-override/-/method-override-2.3.5.tgz
54161npm info retry fetch attempt 1 at 19:33:58
54162npm info attempt registry request try #1 at 19:33:58
54163npm http fetch GET http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz
54164npm verb cache add spec serve-index@~1.7.2
54165npm verb addNamed ">=1.7.2 <1.8.0" is a valid semver range for serve-index
54166npm verb addNameRange registry:http://registry.npmjs.org/serve-index not in flight; fetching
54167npm http fetch 200 http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz
54168npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz
54169npm http fetch 200 http://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz
54170npm verb get http://registry.npmjs.org/basic-auth-connect not expired, no request
54171npm verb get http://registry.npmjs.org/response-time not expired, no request
54172npm verb addNamed "2.3.1" is a plain semver version for response-time
54173npm verb get http://registry.npmjs.org/csurf not expired, no request
54174npm verb addNamed "1.8.3" is a plain semver version for csurf
54175npm verb get http://registry.npmjs.org/multiparty not expired, no request
54176npm verb get http://registry.npmjs.org/vhost not expired, no request
54177npm verb addNamed "3.0.2" is a plain semver version for vhost
54178npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json not in flight; writing
54179npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json not in flight; writing
54180npm verb addRemoteTarball http://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz not in flight; adding
54181npm verb addRemoteTarball [ 'http://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz',
54182npm verb addRemoteTarball 'fdb0b43962ca7b40456a7c2bb48fe173da2d2122' ]
54183npm verb addRemoteTarball http://registry.npmjs.org/response-time/-/response-time-2.3.1.tgz not in flight; adding
54184npm verb addRemoteTarball [ 'http://registry.npmjs.org/response-time/-/response-time-2.3.1.tgz',
54185npm verb addRemoteTarball '2bde19181de6c81ab95e3207a28d61d965b31797' ]
54186npm verb addRemoteTarball http://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz not in flight; adding
54187npm verb addRemoteTarball [ 'http://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz',
54188npm verb addRemoteTarball '23f2a13bf1d8fce1d0c996588394442cba86a56a' ]
54189npm verb addRemoteTarball http://registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz not in flight; adding
54190npm verb addRemoteTarball [ 'http://registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz',
54191npm verb addRemoteTarball '35de6804dc19643e5249f3d3e3bdc6c8ce301d3f' ]
54192npm verb addRemoteTarball http://registry.npmjs.org/vhost/-/vhost-3.0.2.tgz not in flight; adding
54193npm verb addRemoteTarball [ 'http://registry.npmjs.org/vhost/-/vhost-3.0.2.tgz',
54194npm verb addRemoteTarball '2fb1decd4c466aa88b0f9341af33dc1aff2478d5' ]
54195npm verb get http://registry.npmjs.org/connect-timeout not expired, no request
54196npm verb addNamed "1.6.2" is a plain semver version for connect-timeout
54197npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json not in flight; writing
54198npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json not in flight; writing
54199npm verb afterAdd /root/.npm/serve-favicon/2.3.0/package/package.json not in flight; writing
54200npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json not in flight; writing
54201npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json not in flight; writing
54202npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json not in flight; writing
54203npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json not in flight; writing
54204npm http 304 http://registry.npmjs.org/errorhandler
54205npm verb headers { date: 'Tue, 29 Dec 2015 19:33:57 GMT',
54206npm verb headers 'cache-control': 'max-age=300',
54207npm verb headers etag: '"8DCGIQOAPMNC2EFPOCK7746QA"',
54208npm verb headers age: '0',
54209npm verb headers 'x-served-by': 'cache-ams4124-AMS',
54210npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54211npm verb headers 'x-cache-hits': '1',
54212npm verb headers 'x-timer': 'S1451417637.780255,VS0,VE406',
54213npm verb headers vary: 'Accept',
54214npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54215npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54216npm verb headers connection: 'keep-alive' }
54217npm verb etag http://registry.npmjs.org/errorhandler from cache
54218npm verb get saving errorhandler to /root/.npm/registry.npmjs.org/errorhandler/.cache.json
54219npm http fetch 200 http://registry.npmjs.org/pause/-/pause-0.1.0.tgz
54220npm http fetch 200 http://registry.npmjs.org/compression/-/compression-1.5.2.tgz
54221npm http fetch 200 http://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz
54222npm http fetch 200 http://registry.npmjs.org/method-override/-/method-override-2.3.5.tgz
54223npm http fetch 200 http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz
54224npm verb addRemoteTarball http://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz not in flight; adding
54225npm verb addRemoteTarball [ 'http://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz',
54226npm verb addRemoteTarball 'de9a5ec61e33a12b6edaab7b5f062e98c599b88e' ]
54227npm verb get http://registry.npmjs.org/serve-index not expired, no request
54228npm verb addNamed "1.7.2" is a plain semver version for serve-index
54229npm info retry fetch attempt 1 at 19:33:58
54230npm info attempt registry request try #1 at 19:33:58
54231npm http fetch GET http://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz
54232npm info retry fetch attempt 1 at 19:33:58
54233npm info attempt registry request try #1 at 19:33:58
54234npm http fetch GET http://registry.npmjs.org/response-time/-/response-time-2.3.1.tgz
54235npm info retry fetch attempt 1 at 19:33:58
54236npm info attempt registry request try #1 at 19:33:58
54237npm http fetch GET http://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz
54238npm info retry fetch attempt 1 at 19:33:58
54239npm info attempt registry request try #1 at 19:33:58
54240npm http fetch GET http://registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz
54241npm info retry fetch attempt 1 at 19:33:58
54242npm info attempt registry request try #1 at 19:33:58
54243npm http fetch GET http://registry.npmjs.org/vhost/-/vhost-3.0.2.tgz
54244npm verb addRemoteTarball http://registry.npmjs.org/serve-index/-/serve-index-1.7.2.tgz not in flight; adding
54245npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-index/-/serve-index-1.7.2.tgz',
54246npm verb addRemoteTarball '9a155d9c4f9d391e463970e7b4eb16c7672141c0' ]
54247npm info retry fetch attempt 1 at 19:33:58
54248npm info attempt registry request try #1 at 19:33:58
54249npm http fetch GET http://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz
54250npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json written
54251npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json written
54252npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz not in flight; adding
54253npm verb addTmpTarball already have metadata; skipping unpack for cookie-parser@1.3.5
54254npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bytes/-/bytes-2.1.0.tgz not in flight; adding
54255npm verb addTmpTarball already have metadata; skipping unpack for bytes@2.1.0
54256npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz not in flight; adding
54257npm verb addTmpTarball already have metadata; skipping unpack for body-parser@1.13.3
54258npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json written
54259npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json written
54260npm verb afterAdd /root/.npm/serve-favicon/2.3.0/package/package.json written
54261npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json written
54262npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json written
54263npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json written
54264npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json written
54265npm http fetch 200 http://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz
54266npm http fetch 200 http://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz
54267npm http fetch 200 http://registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz
54268npm info retry fetch attempt 1 at 19:33:58
54269npm info attempt registry request try #1 at 19:33:58
54270npm http fetch GET http://registry.npmjs.org/serve-index/-/serve-index-1.7.2.tgz
54271npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pause/-/pause-0.1.0.tgz not in flight; adding
54272npm verb addTmpTarball already have metadata; skipping unpack for pause@0.1.0
54273npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/compression/-/compression-1.5.2.tgz not in flight; adding
54274npm verb addTmpTarball already have metadata; skipping unpack for compression@1.5.2
54275npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/express-session/-/express-session-1.11.3.tgz not in flight; adding
54276npm verb addTmpTarball already have metadata; skipping unpack for express-session@1.11.3
54277npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/method-override/-/method-override-2.3.5.tgz not in flight; adding
54278npm verb addTmpTarball already have metadata; skipping unpack for method-override@2.3.5
54279npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/morgan/-/morgan-1.6.1.tgz not in flight; adding
54280npm verb addTmpTarball already have metadata; skipping unpack for morgan@1.6.1
54281npm http fetch 200 http://registry.npmjs.org/vhost/-/vhost-3.0.2.tgz
54282npm http fetch 200 http://registry.npmjs.org/response-time/-/response-time-2.3.1.tgz
54283npm http fetch 200 http://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz
54284npm verb addNamed "1.4.2" is a plain semver version for errorhandler
54285npm verb addRemoteTarball http://registry.npmjs.org/errorhandler/-/errorhandler-1.4.2.tgz not in flight; adding
54286npm verb addRemoteTarball [ 'http://registry.npmjs.org/errorhandler/-/errorhandler-1.4.2.tgz',
54287npm verb addRemoteTarball 'e51ebf04a7e6cb8220b41780d657925e8c0257a9' ]
54288npm http fetch 200 http://registry.npmjs.org/serve-index/-/serve-index-1.7.2.tgz
54289npm info retry fetch attempt 1 at 19:33:58
54290npm info attempt registry request try #1 at 19:33:58
54291npm http fetch GET http://registry.npmjs.org/errorhandler/-/errorhandler-1.4.2.tgz
54292npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz not in flight; adding
54293npm verb addTmpTarball already have metadata; skipping unpack for basic-auth-connect@1.0.0
54294npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/csurf/-/csurf-1.8.3.tgz not in flight; adding
54295npm verb addTmpTarball already have metadata; skipping unpack for csurf@1.8.3
54296npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/multiparty/-/multiparty-3.3.2.tgz not in flight; adding
54297npm verb addTmpTarball already have metadata; skipping unpack for multiparty@3.3.2
54298npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/vhost/-/vhost-3.0.2.tgz not in flight; adding
54299npm verb addTmpTarball already have metadata; skipping unpack for vhost@3.0.2
54300npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/response-time/-/response-time-2.3.1.tgz not in flight; adding
54301npm verb addTmpTarball already have metadata; skipping unpack for response-time@2.3.1
54302npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz not in flight; adding
54303npm verb addTmpTarball already have metadata; skipping unpack for connect-timeout@1.6.2
54304npm verb afterAdd /root/.npm/cookie-parser/1.3.5/package/package.json not in flight; writing
54305npm verb afterAdd /root/.npm/bytes/2.1.0/package/package.json not in flight; writing
54306npm verb afterAdd /root/.npm/body-parser/1.13.3/package/package.json not in flight; writing
54307npm verb afterAdd /root/.npm/pause/0.1.0/package/package.json not in flight; writing
54308npm verb afterAdd /root/.npm/compression/1.5.2/package/package.json not in flight; writing
54309npm verb afterAdd /root/.npm/express-session/1.11.3/package/package.json not in flight; writing
54310npm verb afterAdd /root/.npm/method-override/2.3.5/package/package.json not in flight; writing
54311npm verb afterAdd /root/.npm/morgan/1.6.1/package/package.json not in flight; writing
54312npm http fetch 200 http://registry.npmjs.org/errorhandler/-/errorhandler-1.4.2.tgz
54313npm verb afterAdd /root/.npm/cookie-parser/1.3.5/package/package.json written
54314npm verb afterAdd /root/.npm/bytes/2.1.0/package/package.json written
54315npm verb afterAdd /root/.npm/body-parser/1.13.3/package/package.json written
54316npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/serve-index/-/serve-index-1.7.2.tgz not in flight; adding
54317npm verb addTmpTarball already have metadata; skipping unpack for serve-index@1.7.2
54318npm verb afterAdd /root/.npm/pause/0.1.0/package/package.json written
54319npm verb afterAdd /root/.npm/compression/1.5.2/package/package.json written
54320npm verb afterAdd /root/.npm/express-session/1.11.3/package/package.json written
54321npm verb afterAdd /root/.npm/method-override/2.3.5/package/package.json written
54322npm verb afterAdd /root/.npm/morgan/1.6.1/package/package.json written
54323npm verb afterAdd /root/.npm/basic-auth-connect/1.0.0/package/package.json not in flight; writing
54324npm verb afterAdd /root/.npm/csurf/1.8.3/package/package.json not in flight; writing
54325npm verb afterAdd /root/.npm/multiparty/3.3.2/package/package.json not in flight; writing
54326npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/errorhandler/-/errorhandler-1.4.2.tgz not in flight; adding
54327npm verb addTmpTarball already have metadata; skipping unpack for errorhandler@1.4.2
54328npm verb afterAdd /root/.npm/vhost/3.0.2/package/package.json not in flight; writing
54329npm verb afterAdd /root/.npm/response-time/2.3.1/package/package.json not in flight; writing
54330npm verb afterAdd /root/.npm/connect-timeout/1.6.2/package/package.json not in flight; writing
54331npm verb afterAdd /root/.npm/basic-auth-connect/1.0.0/package/package.json written
54332npm verb afterAdd /root/.npm/csurf/1.8.3/package/package.json written
54333npm verb afterAdd /root/.npm/multiparty/3.3.2/package/package.json written
54334npm verb afterAdd /root/.npm/vhost/3.0.2/package/package.json written
54335npm verb afterAdd /root/.npm/response-time/2.3.1/package/package.json written
54336npm verb afterAdd /root/.npm/connect-timeout/1.6.2/package/package.json written
54337npm verb afterAdd /root/.npm/serve-index/1.7.2/package/package.json not in flight; writing
54338npm verb afterAdd /root/.npm/errorhandler/1.4.2/package/package.json not in flight; writing
54339npm verb afterAdd /root/.npm/serve-index/1.7.2/package/package.json written
54340npm verb afterAdd /root/.npm/errorhandler/1.4.2/package/package.json written
54341npm verb cache add spec iconv-lite@0.4.11
54342npm verb cache add spec raw-body@~2.1.2
54343npm verb addNamed "0.4.11" is a plain semver version for iconv-lite
54344npm verb addNameVersion registry:http://registry.npmjs.org/iconv-lite not in flight; fetching
54345npm verb addNamed ">=2.1.2 <2.2.0" is a valid semver range for raw-body
54346npm verb addNameRange registry:http://registry.npmjs.org/raw-body not in flight; fetching
54347npm verb request uri http://registry.npmjs.org/iconv-lite
54348npm verb request no auth needed
54349npm info attempt registry request try #1 at 19:33:58
54350npm verb etag "7JU5TDM03F9P69IYX7U2EYS0M"
54351npm http request GET http://registry.npmjs.org/iconv-lite
54352npm verb request uri http://registry.npmjs.org/raw-body
54353npm verb request no auth needed
54354npm info attempt registry request try #1 at 19:33:58
54355npm verb etag "E3KTT4MIR51RMO7KWFF1HCR2C"
54356npm http request GET http://registry.npmjs.org/raw-body
54357npm http 304 http://registry.npmjs.org/iconv-lite
54358npm verb headers { date: 'Tue, 29 Dec 2015 19:33:58 GMT',
54359npm verb headers 'cache-control': 'max-age=300',
54360npm verb headers etag: '"7JU5TDM03F9P69IYX7U2EYS0M"',
54361npm verb headers age: '97',
54362npm verb headers 'x-served-by': 'cache-ams4143-AMS',
54363npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54364npm verb headers 'x-cache-hits': '1',
54365npm verb headers 'x-timer': 'S1451417638.814107,VS0,VE0',
54366npm verb headers vary: 'Accept',
54367npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54368npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54369npm verb headers connection: 'keep-alive' }
54370npm verb etag http://registry.npmjs.org/iconv-lite from cache
54371npm verb get saving iconv-lite to /root/.npm/registry.npmjs.org/iconv-lite/.cache.json
54372npm verb addRemoteTarball http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.11.tgz not in flight; adding
54373npm verb addRemoteTarball [ 'http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.11.tgz',
54374npm verb addRemoteTarball '2ecb42fd294744922209a2e7c404dac8793d8ade' ]
54375npm info retry fetch attempt 1 at 19:33:58
54376npm info attempt registry request try #1 at 19:33:58
54377npm http fetch GET http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.11.tgz
54378npm http fetch 200 http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.11.tgz
54379npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.11.tgz not in flight; adding
54380npm verb addTmpTarball already have metadata; skipping unpack for iconv-lite@0.4.11
54381npm verb afterAdd /root/.npm/iconv-lite/0.4.11/package/package.json not in flight; writing
54382npm verb afterAdd /root/.npm/iconv-lite/0.4.11/package/package.json written
54383npm http 304 http://registry.npmjs.org/raw-body
54384npm verb headers { date: 'Tue, 29 Dec 2015 19:33:58 GMT',
54385npm verb headers 'cache-control': 'max-age=60',
54386npm verb headers etag: '"E3KTT4MIR51RMO7KWFF1HCR2C"',
54387npm verb headers age: '0',
54388npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54389npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54390npm verb headers 'x-cache-hits': '1',
54391npm verb headers 'x-timer': 'S1451417638.810639,VS0,VE225',
54392npm verb headers vary: 'Accept',
54393npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54394npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54395npm verb headers connection: 'keep-alive' }
54396npm verb etag http://registry.npmjs.org/raw-body from cache
54397npm verb get saving raw-body to /root/.npm/registry.npmjs.org/raw-body/.cache.json
54398npm verb addNamed "2.1.5" is a plain semver version for raw-body
54399npm verb addRemoteTarball http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz not in flight; adding
54400npm verb addRemoteTarball [ 'http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz',
54401npm verb addRemoteTarball '8be8f09ddefd0d72ad99d883ab7f0cc350420956' ]
54402npm info retry fetch attempt 1 at 19:33:59
54403npm info attempt registry request try #1 at 19:33:59
54404npm http fetch GET http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz
54405npm http fetch 200 http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz
54406npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz not in flight; adding
54407npm verb addTmpTarball already have metadata; skipping unpack for raw-body@2.1.5
54408npm verb afterAdd /root/.npm/raw-body/2.1.5/package/package.json not in flight; writing
54409npm verb afterAdd /root/.npm/raw-body/2.1.5/package/package.json written
54410npm verb cache add spec ms@0.7.1
54411npm verb addNamed "0.7.1" is a plain semver version for ms
54412npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
54413npm verb get http://registry.npmjs.org/ms not expired, no request
54414npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
54415npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
54416npm verb cache add spec bytes@2.2.0
54417npm verb cache add spec iconv-lite@0.4.13
54418npm verb addNamed "2.2.0" is a plain semver version for bytes
54419npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
54420npm verb addNamed "0.4.13" is a plain semver version for iconv-lite
54421npm verb addNameVersion registry:http://registry.npmjs.org/iconv-lite not in flight; fetching
54422npm verb get http://registry.npmjs.org/bytes not expired, no request
54423npm verb get http://registry.npmjs.org/iconv-lite not expired, no request
54424npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz not in flight; adding
54425npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz',
54426npm verb addRemoteTarball 'fd35464a403f6f9117c2de3609ecff9cae000588' ]
54427npm verb addRemoteTarball http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz not in flight; adding
54428npm verb addRemoteTarball [ 'http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz',
54429npm verb addRemoteTarball '1f88aba4ab0b1508e8312acc39345f36e992e2f2' ]
54430npm info retry fetch attempt 1 at 19:33:59
54431npm info attempt registry request try #1 at 19:33:59
54432npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz
54433npm info retry fetch attempt 1 at 19:33:59
54434npm info attempt registry request try #1 at 19:33:59
54435npm http fetch GET http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz
54436npm http fetch 200 http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz
54437npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz not in flight; adding
54438npm verb addTmpTarball already have metadata; skipping unpack for iconv-lite@0.4.13
54439npm verb afterAdd /root/.npm/iconv-lite/0.4.13/package/package.json not in flight; writing
54440npm verb afterAdd /root/.npm/iconv-lite/0.4.13/package/package.json written
54441npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz
54442npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/bytes/-/bytes-2.2.0.tgz not in flight; adding
54443npm verb addTmpTarball already have metadata; skipping unpack for bytes@2.2.0
54444npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json not in flight; writing
54445npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json written
54446npm verb cache add spec media-typer@0.3.0
54447npm verb cache add spec mime-types@~2.1.8
54448npm verb addNamed "0.3.0" is a plain semver version for media-typer
54449npm verb addNameVersion registry:http://registry.npmjs.org/media-typer not in flight; fetching
54450npm verb addNamed ">=2.1.8 <2.2.0" is a valid semver range for mime-types
54451npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
54452npm verb request uri http://registry.npmjs.org/media-typer
54453npm verb request no auth needed
54454npm info attempt registry request try #1 at 19:33:59
54455npm verb etag "EBBA17SMBE80K6FCTCN6G8KK3"
54456npm http request GET http://registry.npmjs.org/media-typer
54457npm verb request uri http://registry.npmjs.org/mime-types
54458npm verb request no auth needed
54459npm info attempt registry request try #1 at 19:33:59
54460npm verb etag "BWYQA2KRPHERKCN4B7XDHVDU7"
54461npm http request GET http://registry.npmjs.org/mime-types
54462npm http 304 http://registry.npmjs.org/media-typer
54463npm verb headers { date: 'Tue, 29 Dec 2015 19:31:12 GMT',
54464npm verb headers 'content-type': 'application/json',
54465npm verb headers age: '237',
54466npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
54467npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
54468npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
54469npm verb headers connection: 'keep-alive' }
54470npm verb etag http://registry.npmjs.org/media-typer from cache
54471npm verb get saving media-typer to /root/.npm/registry.npmjs.org/media-typer/.cache.json
54472npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json not in flight; writing
54473npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json written
54474npm http 304 http://registry.npmjs.org/mime-types
54475npm verb headers { date: 'Tue, 29 Dec 2015 19:33:59 GMT',
54476npm verb headers 'cache-control': 'max-age=300',
54477npm verb headers etag: '"BWYQA2KRPHERKCN4B7XDHVDU7"',
54478npm verb headers age: '15',
54479npm verb headers 'x-served-by': 'cache-ams4143-AMS',
54480npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54481npm verb headers 'x-cache-hits': '1',
54482npm verb headers 'x-timer': 'S1451417639.385953,VS0,VE0',
54483npm verb headers vary: 'Accept',
54484npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54485npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54486npm verb headers connection: 'keep-alive' }
54487npm verb etag http://registry.npmjs.org/mime-types from cache
54488npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
54489npm verb addNamed "2.1.8" is a plain semver version for mime-types
54490npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
54491npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
54492npm verb cache add spec mime-db@~1.20.0
54493npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
54494npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
54495npm verb request uri http://registry.npmjs.org/mime-db
54496npm verb request no auth needed
54497npm info attempt registry request try #1 at 19:33:59
54498npm verb etag "2HCBL2PJV8L2FKB3EKM4J98CJ"
54499npm http request GET http://registry.npmjs.org/mime-db
54500npm http 304 http://registry.npmjs.org/mime-db
54501npm verb headers { date: 'Tue, 29 Dec 2015 19:33:59 GMT',
54502npm verb headers 'cache-control': 'max-age=60',
54503npm verb headers etag: '"2HCBL2PJV8L2FKB3EKM4J98CJ"',
54504npm verb headers age: '20',
54505npm verb headers 'x-served-by': 'cache-ams4143-AMS',
54506npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54507npm verb headers 'x-cache-hits': '1',
54508npm verb headers 'x-timer': 'S1451417639.496594,VS0,VE0',
54509npm verb headers vary: 'Accept',
54510npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54511npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54512npm verb headers connection: 'keep-alive' }
54513npm verb etag http://registry.npmjs.org/mime-db from cache
54514npm verb get saving mime-db to /root/.npm/registry.npmjs.org/mime-db/.cache.json
54515npm verb addNamed "1.20.0" is a plain semver version for mime-db
54516npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
54517npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
54518npm verb cache add spec accepts@~1.2.12
54519npm verb cache add spec compressible@~2.0.5
54520npm verb addNamed ">=1.2.12 <1.3.0" is a valid semver range for accepts
54521npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
54522npm verb addNamed ">=2.0.5 <2.1.0" is a valid semver range for compressible
54523npm verb addNameRange registry:http://registry.npmjs.org/compressible not in flight; fetching
54524npm verb request uri http://registry.npmjs.org/accepts
54525npm verb request no auth needed
54526npm info attempt registry request try #1 at 19:33:59
54527npm verb etag "CMQELY7N9D8O3WS7OAI4D1QJL"
54528npm http request GET http://registry.npmjs.org/accepts
54529npm verb request uri http://registry.npmjs.org/compressible
54530npm verb request no auth needed
54531npm info attempt registry request try #1 at 19:33:59
54532npm verb etag "4V7E0RO8B6BHZILYMD8Z92X46"
54533npm http request GET http://registry.npmjs.org/compressible
54534npm http 304 http://registry.npmjs.org/compressible
54535npm verb headers { date: 'Tue, 29 Dec 2015 19:33:59 GMT',
54536npm verb headers 'cache-control': 'max-age=60',
54537npm verb headers etag: '"4V7E0RO8B6BHZILYMD8Z92X46"',
54538npm verb headers age: '15',
54539npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54540npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54541npm verb headers 'x-cache-hits': '1',
54542npm verb headers 'x-timer': 'S1451417639.647471,VS0,VE0',
54543npm verb headers vary: 'Accept',
54544npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54545npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54546npm verb headers connection: 'keep-alive' }
54547npm verb etag http://registry.npmjs.org/compressible from cache
54548npm verb get saving compressible to /root/.npm/registry.npmjs.org/compressible/.cache.json
54549npm http 304 http://registry.npmjs.org/accepts
54550npm verb headers { date: 'Tue, 29 Dec 2015 19:33:59 GMT',
54551npm verb headers 'cache-control': 'max-age=300',
54552npm verb headers etag: '"CMQELY7N9D8O3WS7OAI4D1QJL"',
54553npm verb headers age: '236',
54554npm verb headers 'x-served-by': 'cache-ams4143-AMS',
54555npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54556npm verb headers 'x-cache-hits': '2',
54557npm verb headers 'x-timer': 'S1451417639.650178,VS0,VE0',
54558npm verb headers vary: 'Accept',
54559npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54560npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54561npm verb headers connection: 'keep-alive' }
54562npm verb etag http://registry.npmjs.org/accepts from cache
54563npm verb get saving accepts to /root/.npm/registry.npmjs.org/accepts/.cache.json
54564npm verb addNamed "2.0.6" is a plain semver version for compressible
54565npm verb addNamed "1.2.13" is a plain semver version for accepts
54566npm verb addRemoteTarball http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz not in flight; adding
54567npm verb addRemoteTarball [ 'http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz',
54568npm verb addRemoteTarball '9e4aa9321ffcf9cc4d81954f7aafa9f35767d5ea' ]
54569npm info retry fetch attempt 1 at 19:33:59
54570npm info attempt registry request try #1 at 19:33:59
54571npm http fetch GET http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz
54572npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json not in flight; writing
54573npm http fetch 200 http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz
54574npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json written
54575npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/compressible/-/compressible-2.0.6.tgz not in flight; adding
54576npm verb addTmpTarball already have metadata; skipping unpack for compressible@2.0.6
54577npm verb afterAdd /root/.npm/compressible/2.0.6/package/package.json not in flight; writing
54578npm verb afterAdd /root/.npm/compressible/2.0.6/package/package.json written
54579npm verb cache add spec negotiator@0.5.3
54580npm verb addNamed "0.5.3" is a plain semver version for negotiator
54581npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
54582npm verb request uri http://registry.npmjs.org/negotiator
54583npm verb request no auth needed
54584npm info attempt registry request try #1 at 19:33:59
54585npm verb etag "EEO9SCCDNI2ZFBRVFF8RAP24E"
54586npm http request GET http://registry.npmjs.org/negotiator
54587npm http 304 http://registry.npmjs.org/negotiator
54588npm verb headers { date: 'Tue, 29 Dec 2015 19:33:59 GMT',
54589npm verb headers 'cache-control': 'max-age=60',
54590npm verb headers etag: '"EEO9SCCDNI2ZFBRVFF8RAP24E"',
54591npm verb headers age: '60',
54592npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54593npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54594npm verb headers 'x-cache-hits': '1',
54595npm verb headers 'x-timer': 'S1451417639.801353,VS0,VE1',
54596npm verb headers vary: 'Accept',
54597npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54598npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54599npm verb headers connection: 'keep-alive' }
54600npm verb etag http://registry.npmjs.org/negotiator from cache
54601npm verb get saving negotiator to /root/.npm/registry.npmjs.org/negotiator/.cache.json
54602npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json not in flight; writing
54603npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json written
54604npm verb cache add spec debug@~2.2.0
54605npm verb cache add spec ms@0.7.1
54606npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
54607npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
54608npm verb addNamed "0.7.1" is a plain semver version for ms
54609npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
54610npm verb request uri http://registry.npmjs.org/debug
54611npm verb request no auth needed
54612npm info attempt registry request try #1 at 19:33:59
54613npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
54614npm http request GET http://registry.npmjs.org/debug
54615npm verb request uri http://registry.npmjs.org/ms
54616npm verb request no auth needed
54617npm info attempt registry request try #1 at 19:33:59
54618npm verb etag "5W0HPW6PWGLJ3ZF2FS08L0INV"
54619npm http request GET http://registry.npmjs.org/ms
54620npm http 304 http://registry.npmjs.org/ms
54621npm verb headers { date: 'Tue, 29 Dec 2015 19:31:13 GMT',
54622npm verb headers 'content-type': 'application/json',
54623npm verb headers age: '185',
54624npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
54625npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
54626npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
54627npm verb headers connection: 'keep-alive' }
54628npm verb etag http://registry.npmjs.org/ms from cache
54629npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
54630npm http 304 http://registry.npmjs.org/debug
54631npm verb headers { date: 'Tue, 29 Dec 2015 19:33:59 GMT',
54632npm verb headers 'cache-control': 'max-age=300',
54633npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
54634npm verb headers age: '148',
54635npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54636npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54637npm verb headers 'x-cache-hits': '9',
54638npm verb headers 'x-timer': 'S1451417639.925212,VS0,VE0',
54639npm verb headers vary: 'Accept',
54640npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54641npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54642npm verb headers connection: 'keep-alive' }
54643npm verb etag http://registry.npmjs.org/debug from cache
54644npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
54645npm verb addNamed "2.2.0" is a plain semver version for debug
54646npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
54647npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
54648npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
54649npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
54650npm verb cache add spec cookie@0.1.3
54651npm verb cache add spec cookie-signature@1.0.6
54652npm verb addNamed "0.1.3" is a plain semver version for cookie
54653npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
54654npm verb addNamed "1.0.6" is a plain semver version for cookie-signature
54655npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
54656npm verb request uri http://registry.npmjs.org/csrf
54657npm verb request no auth needed
54658npm info attempt registry request try #1 at 19:34:00
54659npm http request GET http://registry.npmjs.org/csrf
54660npm verb get http://registry.npmjs.org/cookie not expired, no request
54661npm verb get http://registry.npmjs.org/cookie-signature not expired, no request
54662npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json not in flight; writing
54663npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json not in flight; writing
54664npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json written
54665npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json written
54666npm http 200 http://registry.npmjs.org/csrf
54667npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54668npm verb headers etag: '"9LORFVG0IYTIZTZO7WYKQ14FJ"',
54669npm verb headers 'content-type': 'application/json',
54670npm verb headers 'cache-control': 'max-age=300',
54671npm verb headers 'content-length': '19647',
54672npm verb headers 'accept-ranges': 'bytes',
54673npm verb headers date: 'Tue, 29 Dec 2015 19:34:00 GMT',
54674npm verb headers age: '0',
54675npm verb headers 'x-served-by': 'cache-ams4143-AMS',
54676npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54677npm verb headers 'x-cache-hits': '1',
54678npm verb headers 'x-timer': 'S1451417640.060693,VS0,VE399',
54679npm verb headers vary: 'Accept',
54680npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54681npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54682npm verb headers connection: 'keep-alive' }
54683npm verb get saving csrf to /root/.npm/registry.npmjs.org/csrf/.cache.json
54684npm verb cache add spec csrf@~3.0.0
54685npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for csrf
54686npm verb addNameRange registry:http://registry.npmjs.org/csrf not in flight; fetching
54687npm verb get http://registry.npmjs.org/csrf not expired, no request
54688npm verb addNamed "3.0.0" is a plain semver version for csrf
54689npm verb addRemoteTarball http://registry.npmjs.org/csrf/-/csrf-3.0.0.tgz not in flight; adding
54690npm verb addRemoteTarball [ 'http://registry.npmjs.org/csrf/-/csrf-3.0.0.tgz',
54691npm verb addRemoteTarball '4a4d34d3c1f8bef9d9b4c596a27efd60d932d83a' ]
54692npm info retry fetch attempt 1 at 19:34:00
54693npm info attempt registry request try #1 at 19:34:00
54694npm http fetch GET http://registry.npmjs.org/csrf/-/csrf-3.0.0.tgz
54695npm http fetch 200 http://registry.npmjs.org/csrf/-/csrf-3.0.0.tgz
54696npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/csrf/-/csrf-3.0.0.tgz not in flight; adding
54697npm verb addTmpTarball already have metadata; skipping unpack for csrf@3.0.0
54698npm verb afterAdd /root/.npm/csrf/3.0.0/package/package.json not in flight; writing
54699npm verb afterAdd /root/.npm/csrf/3.0.0/package/package.json written
54700npm verb request uri http://registry.npmjs.org/rndm
54701npm verb request no auth needed
54702npm info attempt registry request try #1 at 19:34:00
54703npm http request GET http://registry.npmjs.org/rndm
54704npm verb request uri http://registry.npmjs.org/scmp
54705npm verb request no auth needed
54706npm info attempt registry request try #1 at 19:34:00
54707npm http request GET http://registry.npmjs.org/scmp
54708npm verb request uri http://registry.npmjs.org/uid-safe
54709npm verb request no auth needed
54710npm info attempt registry request try #1 at 19:34:00
54711npm http request GET http://registry.npmjs.org/uid-safe
54712npm http 200 http://registry.npmjs.org/rndm
54713npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54714npm verb headers etag: '"7D6RA06IEG7QCO9NNVFZ2VEX9"',
54715npm verb headers 'content-type': 'application/json',
54716npm verb headers 'cache-control': 'max-age=300',
54717npm verb headers 'content-length': '6370',
54718npm verb headers 'accept-ranges': 'bytes',
54719npm verb headers date: 'Tue, 29 Dec 2015 19:34:00 GMT',
54720npm verb headers age: '231',
54721npm verb headers 'x-served-by': 'cache-fra1225-FRA',
54722npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54723npm verb headers 'x-cache-hits': '2',
54724npm verb headers 'x-timer': 'S1451417640.630392,VS0,VE0',
54725npm verb headers vary: 'Accept',
54726npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54727npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54728npm verb headers connection: 'keep-alive' }
54729npm verb get saving rndm to /root/.npm/registry.npmjs.org/rndm/.cache.json
54730npm http 200 http://registry.npmjs.org/scmp
54731npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54732npm verb headers etag: '"4463RXTZ7E82E4GY6IUSZZ5UT"',
54733npm verb headers 'content-type': 'application/json',
54734npm verb headers 'cache-control': 'max-age=300',
54735npm verb headers 'content-length': '4813',
54736npm verb headers 'accept-ranges': 'bytes',
54737npm verb headers date: 'Tue, 29 Dec 2015 19:34:00 GMT',
54738npm verb headers age: '94',
54739npm verb headers 'x-served-by': 'cache-fra1234-FRA',
54740npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54741npm verb headers 'x-cache-hits': '2',
54742npm verb headers 'x-timer': 'S1451417640.630946,VS0,VE0',
54743npm verb headers vary: 'Accept',
54744npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54745npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54746npm verb headers connection: 'keep-alive' }
54747npm verb get saving scmp to /root/.npm/registry.npmjs.org/scmp/.cache.json
54748npm http 200 http://registry.npmjs.org/uid-safe
54749npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54750npm verb headers etag: '"5TCMIVDXDNV62EK2L7SB902ZR"',
54751npm verb headers 'content-type': 'application/json',
54752npm verb headers 'cache-control': 'max-age=60',
54753npm verb headers 'content-length': '11955',
54754npm verb headers 'accept-ranges': 'bytes',
54755npm verb headers date: 'Tue, 29 Dec 2015 19:34:00 GMT',
54756npm verb headers age: '44',
54757npm verb headers 'x-served-by': 'cache-fra1231-FRA',
54758npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54759npm verb headers 'x-cache-hits': '244',
54760npm verb headers 'x-timer': 'S1451417640.638861,VS0,VE0',
54761npm verb headers vary: 'Accept',
54762npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54763npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54764npm verb headers connection: 'keep-alive' }
54765npm verb get saving uid-safe to /root/.npm/registry.npmjs.org/uid-safe/.cache.json
54766npm verb cache add spec scmp@1.0.0
54767npm verb addNamed "1.0.0" is a plain semver version for scmp
54768npm verb addNameVersion registry:http://registry.npmjs.org/scmp not in flight; fetching
54769npm verb cache add spec rndm@~1.1.0
54770npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for rndm
54771npm verb addNameRange registry:http://registry.npmjs.org/rndm not in flight; fetching
54772npm verb cache add spec uid-safe@~2.0.0
54773npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for uid-safe
54774npm verb addNameRange registry:http://registry.npmjs.org/uid-safe not in flight; fetching
54775npm verb get http://registry.npmjs.org/scmp not expired, no request
54776npm verb get http://registry.npmjs.org/rndm not expired, no request
54777npm verb addNamed "1.1.1" is a plain semver version for rndm
54778npm verb get http://registry.npmjs.org/uid-safe not expired, no request
54779npm verb addNamed "2.0.0" is a plain semver version for uid-safe
54780npm verb addRemoteTarball http://registry.npmjs.org/scmp/-/scmp-1.0.0.tgz not in flight; adding
54781npm verb addRemoteTarball [ 'http://registry.npmjs.org/scmp/-/scmp-1.0.0.tgz',
54782npm verb addRemoteTarball 'a0b272c3fc7292f77115646f00618b0262514e04' ]
54783npm verb addRemoteTarball http://registry.npmjs.org/rndm/-/rndm-1.1.1.tgz not in flight; adding
54784npm verb addRemoteTarball [ 'http://registry.npmjs.org/rndm/-/rndm-1.1.1.tgz',
54785npm verb addRemoteTarball 'efcef4374021f78b63de6226b5985120269d64f1' ]
54786npm verb addRemoteTarball http://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz not in flight; adding
54787npm verb addRemoteTarball [ 'http://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz',
54788npm verb addRemoteTarball 'a7f3c6ca64a1f6a5d04ec0ef3e4c3d5367317137' ]
54789npm info retry fetch attempt 1 at 19:34:00
54790npm info attempt registry request try #1 at 19:34:00
54791npm http fetch GET http://registry.npmjs.org/scmp/-/scmp-1.0.0.tgz
54792npm info retry fetch attempt 1 at 19:34:00
54793npm info attempt registry request try #1 at 19:34:00
54794npm http fetch GET http://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz
54795npm info retry fetch attempt 1 at 19:34:00
54796npm info attempt registry request try #1 at 19:34:00
54797npm http fetch GET http://registry.npmjs.org/rndm/-/rndm-1.1.1.tgz
54798npm http fetch 200 http://registry.npmjs.org/scmp/-/scmp-1.0.0.tgz
54799npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/scmp/-/scmp-1.0.0.tgz not in flight; adding
54800npm verb addTmpTarball already have metadata; skipping unpack for scmp@1.0.0
54801npm http fetch 200 http://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz
54802npm http fetch 200 http://registry.npmjs.org/rndm/-/rndm-1.1.1.tgz
54803npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz not in flight; adding
54804npm verb addTmpTarball already have metadata; skipping unpack for uid-safe@2.0.0
54805npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/rndm/-/rndm-1.1.1.tgz not in flight; adding
54806npm verb addTmpTarball already have metadata; skipping unpack for rndm@1.1.1
54807npm verb afterAdd /root/.npm/scmp/1.0.0/package/package.json not in flight; writing
54808npm verb afterAdd /root/.npm/scmp/1.0.0/package/package.json written
54809npm verb afterAdd /root/.npm/uid-safe/2.0.0/package/package.json not in flight; writing
54810npm verb afterAdd /root/.npm/rndm/1.1.1/package/package.json not in flight; writing
54811npm verb afterAdd /root/.npm/uid-safe/2.0.0/package/package.json written
54812npm verb afterAdd /root/.npm/rndm/1.1.1/package/package.json written
54813npm verb cache add spec escape-html@1.0.2
54814npm verb addNamed "1.0.2" is a plain semver version for escape-html
54815npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
54816npm verb request uri http://registry.npmjs.org/escape-html
54817npm verb request no auth needed
54818npm info attempt registry request try #1 at 19:34:00
54819npm verb etag "3RUCAG2JGG4DUNM1HT84AH638"
54820npm http request GET http://registry.npmjs.org/escape-html
54821npm http 304 http://registry.npmjs.org/escape-html
54822npm verb headers { date: 'Tue, 29 Dec 2015 19:31:16 GMT',
54823npm verb headers 'content-type': 'application/json',
54824npm verb headers age: '204',
54825npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
54826npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
54827npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
54828npm verb headers connection: 'keep-alive' }
54829npm verb etag http://registry.npmjs.org/escape-html from cache
54830npm verb get saving escape-html to /root/.npm/registry.npmjs.org/escape-html/.cache.json
54831npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json not in flight; writing
54832npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json written
54833npm verb request uri http://registry.npmjs.org/crc
54834npm verb request no auth needed
54835npm info attempt registry request try #1 at 19:34:00
54836npm http request GET http://registry.npmjs.org/crc
54837npm http 200 http://registry.npmjs.org/crc
54838npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54839npm verb headers etag: '"CU183NH4Q22L54OX6FNKDE9M8"',
54840npm verb headers 'content-type': 'application/json',
54841npm verb headers 'cache-control': 'max-age=300',
54842npm verb headers 'content-length': '20582',
54843npm verb headers 'accept-ranges': 'bytes',
54844npm verb headers date: 'Tue, 29 Dec 2015 19:34:00 GMT',
54845npm verb headers age: '12',
54846npm verb headers 'x-served-by': 'cache-fra1231-FRA',
54847npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54848npm verb headers 'x-cache-hits': '1',
54849npm verb headers 'x-timer': 'S1451417640.984289,VS0,VE0',
54850npm verb headers vary: 'Accept',
54851npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54852npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54853npm verb headers connection: 'keep-alive' }
54854npm verb get saving crc to /root/.npm/registry.npmjs.org/crc/.cache.json
54855npm verb cache add spec crc@3.3.0
54856npm verb addNamed "3.3.0" is a plain semver version for crc
54857npm verb addNameVersion registry:http://registry.npmjs.org/crc not in flight; fetching
54858npm verb get http://registry.npmjs.org/crc not expired, no request
54859npm verb addRemoteTarball http://registry.npmjs.org/crc/-/crc-3.3.0.tgz not in flight; adding
54860npm verb addRemoteTarball [ 'http://registry.npmjs.org/crc/-/crc-3.3.0.tgz',
54861npm verb addRemoteTarball 'fa622e1bc388bf257309082d6b65200ce67090ba' ]
54862npm info retry fetch attempt 1 at 19:34:01
54863npm info attempt registry request try #1 at 19:34:01
54864npm http fetch GET http://registry.npmjs.org/crc/-/crc-3.3.0.tgz
54865npm http fetch 200 http://registry.npmjs.org/crc/-/crc-3.3.0.tgz
54866npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/crc/-/crc-3.3.0.tgz not in flight; adding
54867npm verb addTmpTarball already have metadata; skipping unpack for crc@3.3.0
54868npm verb afterAdd /root/.npm/crc/3.3.0/package/package.json not in flight; writing
54869npm verb afterAdd /root/.npm/crc/3.3.0/package/package.json written
54870npm verb cache add spec methods@~1.1.1
54871npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for methods
54872npm verb addNameRange registry:http://registry.npmjs.org/methods not in flight; fetching
54873npm verb request uri http://registry.npmjs.org/methods
54874npm verb request no auth needed
54875npm info attempt registry request try #1 at 19:34:01
54876npm verb etag "DO0SV9ZWBGKHHT6F5AJRGFLTU"
54877npm http request GET http://registry.npmjs.org/methods
54878npm http 304 http://registry.npmjs.org/methods
54879npm verb headers { date: 'Tue, 29 Dec 2015 19:34:01 GMT',
54880npm verb headers 'cache-control': 'max-age=300',
54881npm verb headers etag: '"DO0SV9ZWBGKHHT6F5AJRGFLTU"',
54882npm verb headers age: '143',
54883npm verb headers 'x-served-by': 'cache-fra1231-FRA',
54884npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54885npm verb headers 'x-cache-hits': '3',
54886npm verb headers 'x-timer': 'S1451417641.169373,VS0,VE0',
54887npm verb headers vary: 'Accept',
54888npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54889npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54890npm verb headers connection: 'keep-alive' }
54891npm verb etag http://registry.npmjs.org/methods from cache
54892npm verb get saving methods to /root/.npm/registry.npmjs.org/methods/.cache.json
54893npm verb addNamed "1.1.1" is a plain semver version for methods
54894npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json not in flight; writing
54895npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json written
54896npm verb request uri http://registry.npmjs.org/basic-auth
54897npm verb request no auth needed
54898npm info attempt registry request try #1 at 19:34:01
54899npm http request GET http://registry.npmjs.org/basic-auth
54900npm http 200 http://registry.npmjs.org/basic-auth
54901npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54902npm verb headers etag: '"69UJF9737OCNJ6RR9EBY7TP6K"',
54903npm verb headers 'content-type': 'application/json',
54904npm verb headers 'cache-control': 'max-age=60',
54905npm verb headers 'content-length': '9254',
54906npm verb headers 'accept-ranges': 'bytes',
54907npm verb headers date: 'Tue, 29 Dec 2015 19:34:01 GMT',
54908npm verb headers age: '6',
54909npm verb headers 'x-served-by': 'cache-fra1231-FRA',
54910npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54911npm verb headers 'x-cache-hits': '2',
54912npm verb headers 'x-timer': 'S1451417641.253833,VS0,VE0',
54913npm verb headers vary: 'Accept',
54914npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
54915npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54916npm verb headers connection: 'keep-alive' }
54917npm verb get saving basic-auth to /root/.npm/registry.npmjs.org/basic-auth/.cache.json
54918npm verb cache add spec basic-auth@~1.0.3
54919npm verb addNamed ">=1.0.3 <1.1.0" is a valid semver range for basic-auth
54920npm verb addNameRange registry:http://registry.npmjs.org/basic-auth not in flight; fetching
54921npm verb get http://registry.npmjs.org/basic-auth not expired, no request
54922npm verb addNamed "1.0.3" is a plain semver version for basic-auth
54923npm verb addRemoteTarball http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz not in flight; adding
54924npm verb addRemoteTarball [ 'http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz',
54925npm verb addRemoteTarball '41f55523e589405038ee3567958c62a5ed70551a' ]
54926npm info retry fetch attempt 1 at 19:34:01
54927npm info attempt registry request try #1 at 19:34:01
54928npm http fetch GET http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz
54929npm http fetch 200 http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz
54930npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz not in flight; adding
54931npm verb addTmpTarball already have metadata; skipping unpack for basic-auth@1.0.3
54932npm verb afterAdd /root/.npm/basic-auth/1.0.3/package/package.json not in flight; writing
54933npm verb afterAdd /root/.npm/basic-auth/1.0.3/package/package.json written
54934npm verb cache add spec readable-stream@~1.1.9
54935npm verb addNamed ">=1.1.9 <1.2.0" is a valid semver range for readable-stream
54936npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
54937npm verb request uri http://registry.npmjs.org/stream-counter
54938npm verb request no auth needed
54939npm info attempt registry request try #1 at 19:34:01
54940npm http request GET http://registry.npmjs.org/stream-counter
54941npm verb request uri http://registry.npmjs.org/readable-stream
54942npm verb request no auth needed
54943npm info attempt registry request try #1 at 19:34:01
54944npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
54945npm http request GET http://registry.npmjs.org/readable-stream
54946npm http 200 http://registry.npmjs.org/stream-counter
54947npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
54948npm verb headers etag: '"AU1V66ML0GQA428JODQ2OND0G"',
54949npm verb headers 'content-type': 'application/json',
54950npm verb headers 'cache-control': 'max-age=300',
54951npm verb headers 'content-length': '3677',
54952npm verb headers 'accept-ranges': 'bytes',
54953npm verb headers date: 'Tue, 29 Dec 2015 19:34:01 GMT',
54954npm verb headers age: '148',
54955npm verb headers 'x-served-by': 'cache-ams4143-AMS',
54956npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54957npm verb headers 'x-cache-hits': '1',
54958npm verb headers 'x-timer': 'S1451417641.407110,VS0,VE0',
54959npm verb headers vary: 'Accept',
54960npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54961npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54962npm verb headers connection: 'keep-alive' }
54963npm verb get saving stream-counter to /root/.npm/registry.npmjs.org/stream-counter/.cache.json
54964npm http 304 http://registry.npmjs.org/readable-stream
54965npm verb headers { date: 'Tue, 29 Dec 2015 19:34:01 GMT',
54966npm verb headers 'cache-control': 'max-age=300',
54967npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
54968npm verb headers age: '202',
54969npm verb headers 'x-served-by': 'cache-ams4143-AMS',
54970npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
54971npm verb headers 'x-cache-hits': '10',
54972npm verb headers 'x-timer': 'S1451417641.419430,VS0,VE0',
54973npm verb headers vary: 'Accept',
54974npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
54975npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
54976npm verb headers connection: 'keep-alive' }
54977npm verb etag http://registry.npmjs.org/readable-stream from cache
54978npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
54979npm verb cache add spec stream-counter@~0.2.0
54980npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for stream-counter
54981npm verb addNameRange registry:http://registry.npmjs.org/stream-counter not in flight; fetching
54982npm verb addNamed "1.1.13" is a plain semver version for readable-stream
54983npm verb get http://registry.npmjs.org/stream-counter not expired, no request
54984npm verb addNamed "0.2.0" is a plain semver version for stream-counter
54985npm verb addRemoteTarball http://registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz not in flight; adding
54986npm verb addRemoteTarball [ 'http://registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz',
54987npm verb addRemoteTarball 'ded266556319c8b0e222812b9cf3b26fa7d947de' ]
54988npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
54989npm info retry fetch attempt 1 at 19:34:01
54990npm info attempt registry request try #1 at 19:34:01
54991npm http fetch GET http://registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz
54992npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
54993npm http fetch 200 http://registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz
54994npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz not in flight; adding
54995npm verb addTmpTarball already have metadata; skipping unpack for stream-counter@0.2.0
54996npm verb afterAdd /root/.npm/stream-counter/0.2.0/package/package.json not in flight; writing
54997npm verb afterAdd /root/.npm/stream-counter/0.2.0/package/package.json written
54998npm verb cache add spec readable-stream@~1.1.8
54999npm verb addNamed ">=1.1.8 <1.2.0" is a valid semver range for readable-stream
55000npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
55001npm verb get http://registry.npmjs.org/readable-stream not expired, no request
55002npm verb addNamed "1.1.13" is a plain semver version for readable-stream
55003npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
55004npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
55005npm verb cache add spec depd@~1.0.1
55006npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for depd
55007npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
55008npm verb get http://registry.npmjs.org/depd not expired, no request
55009npm verb addNamed "1.0.1" is a plain semver version for depd
55010npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json not in flight; writing
55011npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json written
55012npm verb cache add spec accepts@~1.2.12
55013npm verb cache add spec debug@~2.2.0
55014npm verb cache add spec escape-html@1.0.2
55015npm verb cache add spec mime-types@~2.1.4
55016npm verb cache add spec parseurl@~1.3.0
55017npm verb addNamed ">=1.2.12 <1.3.0" is a valid semver range for accepts
55018npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
55019npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for debug
55020npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
55021npm verb addNamed "1.0.2" is a plain semver version for escape-html
55022npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
55023npm verb addNamed ">=2.1.4 <2.2.0" is a valid semver range for mime-types
55024npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
55025npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
55026npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
55027npm verb request uri http://registry.npmjs.org/batch
55028npm verb request no auth needed
55029npm info attempt registry request try #1 at 19:34:01
55030npm http request GET http://registry.npmjs.org/batch
55031npm verb get http://registry.npmjs.org/accepts not expired, no request
55032npm verb addNamed "1.2.13" is a plain semver version for accepts
55033npm verb get http://registry.npmjs.org/escape-html not expired, no request
55034npm verb get http://registry.npmjs.org/parseurl not expired, no request
55035npm verb addNamed "1.3.0" is a plain semver version for parseurl
55036npm verb get http://registry.npmjs.org/mime-types not expired, no request
55037npm verb addNamed "2.1.8" is a plain semver version for mime-types
55038npm verb get http://registry.npmjs.org/debug not expired, no request
55039npm verb addNamed "2.2.0" is a plain semver version for debug
55040npm http 200 http://registry.npmjs.org/batch
55041npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
55042npm verb headers etag: '"6R56PA5M04N7SCW2SIEO29RJY"',
55043npm verb headers 'content-type': 'application/json',
55044npm verb headers 'cache-control': 'max-age=300',
55045npm verb headers 'content-length': '12256',
55046npm verb headers 'accept-ranges': 'bytes',
55047npm verb headers date: 'Tue, 29 Dec 2015 19:34:01 GMT',
55048npm verb headers age: '146',
55049npm verb headers 'x-served-by': 'cache-ams4143-AMS',
55050npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55051npm verb headers 'x-cache-hits': '1',
55052npm verb headers 'x-timer': 'S1451417641.839386,VS0,VE0',
55053npm verb headers vary: 'Accept',
55054npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55055npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55056npm verb headers connection: 'keep-alive' }
55057npm verb get saving batch to /root/.npm/registry.npmjs.org/batch/.cache.json
55058npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json not in flight; writing
55059npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json not in flight; writing
55060npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json not in flight; writing
55061npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
55062npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
55063npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json written
55064npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json written
55065npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json written
55066npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
55067npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
55068npm verb cache add spec batch@0.5.2
55069npm verb addNamed "0.5.2" is a plain semver version for batch
55070npm verb addNameVersion registry:http://registry.npmjs.org/batch not in flight; fetching
55071npm verb get http://registry.npmjs.org/batch not expired, no request
55072npm verb addRemoteTarball http://registry.npmjs.org/batch/-/batch-0.5.2.tgz not in flight; adding
55073npm verb addRemoteTarball [ 'http://registry.npmjs.org/batch/-/batch-0.5.2.tgz',
55074npm verb addRemoteTarball '546543dbe32118c83c7c7ca33a1f5c5d5ea963e9' ]
55075npm info retry fetch attempt 1 at 19:34:01
55076npm info attempt registry request try #1 at 19:34:01
55077npm http fetch GET http://registry.npmjs.org/batch/-/batch-0.5.2.tgz
55078npm http fetch 200 http://registry.npmjs.org/batch/-/batch-0.5.2.tgz
55079npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/batch/-/batch-0.5.2.tgz not in flight; adding
55080npm verb addTmpTarball already have metadata; skipping unpack for batch@0.5.2
55081npm verb afterAdd /root/.npm/batch/0.5.2/package/package.json not in flight; writing
55082npm verb afterAdd /root/.npm/batch/0.5.2/package/package.json written
55083npm verb cache add spec negotiator@0.5.3
55084npm verb addNamed "0.5.3" is a plain semver version for negotiator
55085npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
55086npm verb get http://registry.npmjs.org/negotiator not expired, no request
55087npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json not in flight; writing
55088npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json written
55089npm verb cache add spec mime-db@~1.20.0
55090npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
55091npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
55092npm verb get http://registry.npmjs.org/mime-db not expired, no request
55093npm verb addNamed "1.20.0" is a plain semver version for mime-db
55094npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
55095npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
55096npm verb cache add spec ms@0.7.1
55097npm verb addNamed "0.7.1" is a plain semver version for ms
55098npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
55099npm verb get http://registry.npmjs.org/ms not expired, no request
55100npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
55101npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
55102npm verb cache add spec send@0.13.0
55103npm verb addNamed "0.13.0" is a plain semver version for send
55104npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
55105npm verb request uri http://registry.npmjs.org/send
55106npm verb request no auth needed
55107npm info attempt registry request try #1 at 19:34:02
55108npm verb etag "APVO6G21BQNLG10Z1NYC3J8EZ"
55109npm http request GET http://registry.npmjs.org/send
55110npm http 304 http://registry.npmjs.org/send
55111npm verb headers { date: 'Tue, 29 Dec 2015 19:34:02 GMT',
55112npm verb headers 'cache-control': 'max-age=60',
55113npm verb headers etag: '"APVO6G21BQNLG10Z1NYC3J8EZ"',
55114npm verb headers age: '5',
55115npm verb headers 'x-served-by': 'cache-ams4143-AMS',
55116npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55117npm verb headers 'x-cache-hits': '1',
55118npm verb headers 'x-timer': 'S1451417642.225612,VS0,VE0',
55119npm verb headers vary: 'Accept',
55120npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55121npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55122npm verb headers connection: 'keep-alive' }
55123npm verb etag http://registry.npmjs.org/send from cache
55124npm verb get saving send to /root/.npm/registry.npmjs.org/send/.cache.json
55125npm verb afterAdd /root/.npm/send/0.13.0/package/package.json not in flight; writing
55126npm verb afterAdd /root/.npm/send/0.13.0/package/package.json written
55127npm verb cache add spec mime@1.3.4
55128npm verb cache add spec range-parser@~1.0.2
55129npm verb addNamed "1.3.4" is a plain semver version for mime
55130npm verb addNameVersion registry:http://registry.npmjs.org/mime not in flight; fetching
55131npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for range-parser
55132npm verb addNameRange registry:http://registry.npmjs.org/range-parser not in flight; fetching
55133npm verb request uri http://registry.npmjs.org/mime
55134npm verb request no auth needed
55135npm info attempt registry request try #1 at 19:34:02
55136npm verb etag "D5YYNW9VKEX13XFVBLO2Y8FTW"
55137npm http request GET http://registry.npmjs.org/mime
55138npm verb request uri http://registry.npmjs.org/range-parser
55139npm verb request no auth needed
55140npm info attempt registry request try #1 at 19:34:02
55141npm verb etag "8WZEBUX4S6QUN4CYHEIWQZ9BB"
55142npm http request GET http://registry.npmjs.org/range-parser
55143npm http 304 http://registry.npmjs.org/mime
55144npm verb headers { date: 'Tue, 29 Dec 2015 19:34:02 GMT',
55145npm verb headers 'cache-control': 'max-age=60',
55146npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
55147npm verb headers age: '36',
55148npm verb headers 'x-served-by': 'cache-fra1231-FRA',
55149npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55150npm verb headers 'x-cache-hits': '360',
55151npm verb headers 'x-timer': 'S1451417642.360555,VS0,VE0',
55152npm verb headers vary: 'Accept',
55153npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55154npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55155npm verb headers connection: 'keep-alive' }
55156npm verb etag http://registry.npmjs.org/mime from cache
55157npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
55158npm http 304 http://registry.npmjs.org/range-parser
55159npm verb headers { date: 'Tue, 29 Dec 2015 19:34:02 GMT',
55160npm verb headers 'cache-control': 'max-age=60',
55161npm verb headers etag: '"8WZEBUX4S6QUN4CYHEIWQZ9BB"',
55162npm verb headers age: '14',
55163npm verb headers 'x-served-by': 'cache-fra1234-FRA',
55164npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55165npm verb headers 'x-cache-hits': '1',
55166npm verb headers 'x-timer': 'S1451417642.373708,VS0,VE0',
55167npm verb headers vary: 'Accept',
55168npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55169npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55170npm verb headers connection: 'keep-alive' }
55171npm verb etag http://registry.npmjs.org/range-parser from cache
55172npm verb get saving range-parser to /root/.npm/registry.npmjs.org/range-parser/.cache.json
55173npm verb addNamed "1.0.3" is a plain semver version for range-parser
55174npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json not in flight; writing
55175npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json not in flight; writing
55176npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json written
55177npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json written
55178npm verb cache add spec optimist@0.6.x
55179npm verb cache add spec pkginfo@0.3.x
55180npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for optimist
55181npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
55182npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for pkginfo
55183npm verb addNameRange registry:http://registry.npmjs.org/pkginfo not in flight; fetching
55184npm verb request uri http://registry.npmjs.org/utile
55185npm verb request no auth needed
55186npm info attempt registry request try #1 at 19:34:02
55187npm http request GET http://registry.npmjs.org/utile
55188npm verb request uri http://registry.npmjs.org/pkginfo
55189npm verb request no auth needed
55190npm info attempt registry request try #1 at 19:34:02
55191npm verb etag "CLWKG7UL6XEZR9ZXXVTOH21VS"
55192npm http request GET http://registry.npmjs.org/pkginfo
55193npm verb request uri http://registry.npmjs.org/optimist
55194npm verb request no auth needed
55195npm info attempt registry request try #1 at 19:34:02
55196npm verb etag "6CXUKRQ1RDWCGZOWF0ABF0B0Y"
55197npm http request GET http://registry.npmjs.org/optimist
55198npm http 200 http://registry.npmjs.org/utile
55199npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
55200npm verb headers etag: '"602ZF12U0W13D8KMFYQ9W9SM3"',
55201npm verb headers 'content-type': 'application/json',
55202npm verb headers 'cache-control': 'max-age=60',
55203npm verb headers 'content-length': '24372',
55204npm verb headers 'accept-ranges': 'bytes',
55205npm verb headers date: 'Tue, 29 Dec 2015 19:34:02 GMT',
55206npm verb headers age: '55',
55207npm verb headers 'x-served-by': 'cache-ams4143-AMS',
55208npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55209npm verb headers 'x-cache-hits': '1',
55210npm verb headers 'x-timer': 'S1451417642.557705,VS0,VE0',
55211npm verb headers vary: 'Accept',
55212npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55213npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55214npm verb headers connection: 'keep-alive' }
55215npm verb get saving utile to /root/.npm/registry.npmjs.org/utile/.cache.json
55216npm verb cache add spec utile@~0.2.1
55217npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for utile
55218npm verb addNameRange registry:http://registry.npmjs.org/utile not in flight; fetching
55219npm http 304 http://registry.npmjs.org/optimist
55220npm verb headers { date: 'Tue, 29 Dec 2015 19:34:02 GMT',
55221npm verb headers 'cache-control': 'max-age=300',
55222npm verb headers etag: '"6CXUKRQ1RDWCGZOWF0ABF0B0Y"',
55223npm verb headers age: '269',
55224npm verb headers 'x-served-by': 'cache-ams4143-AMS',
55225npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55226npm verb headers 'x-cache-hits': '1',
55227npm verb headers 'x-timer': 'S1451417642.589052,VS0,VE0',
55228npm verb headers vary: 'Accept',
55229npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55230npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55231npm verb headers connection: 'keep-alive' }
55232npm verb etag http://registry.npmjs.org/optimist from cache
55233npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
55234npm http 304 http://registry.npmjs.org/pkginfo
55235npm verb headers { date: 'Tue, 29 Dec 2015 19:34:02 GMT',
55236npm verb headers 'cache-control': 'max-age=300',
55237npm verb headers etag: '"CLWKG7UL6XEZR9ZXXVTOH21VS"',
55238npm verb headers age: '34',
55239npm verb headers 'x-served-by': 'cache-ams4143-AMS',
55240npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55241npm verb headers 'x-cache-hits': '1',
55242npm verb headers 'x-timer': 'S1451417642.588935,VS0,VE0',
55243npm verb headers vary: 'Accept',
55244npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55245npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55246npm verb headers connection: 'keep-alive' }
55247npm verb etag http://registry.npmjs.org/pkginfo from cache
55248npm verb get saving pkginfo to /root/.npm/registry.npmjs.org/pkginfo/.cache.json
55249npm verb get http://registry.npmjs.org/utile not expired, no request
55250npm verb addNamed "0.2.1" is a plain semver version for utile
55251npm verb addRemoteTarball http://registry.npmjs.org/utile/-/utile-0.2.1.tgz not in flight; adding
55252npm verb addRemoteTarball [ 'http://registry.npmjs.org/utile/-/utile-0.2.1.tgz',
55253npm verb addRemoteTarball '930c88e99098d6220834c356cbd9a770522d90d7' ]
55254npm info retry fetch attempt 1 at 19:34:02
55255npm info attempt registry request try #1 at 19:34:02
55256npm http fetch GET http://registry.npmjs.org/utile/-/utile-0.2.1.tgz
55257npm verb addNamed "0.3.1" is a plain semver version for pkginfo
55258npm verb addNamed "0.6.1" is a plain semver version for optimist
55259npm verb addRemoteTarball http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz not in flight; adding
55260npm verb addRemoteTarball [ 'http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz',
55261npm verb addRemoteTarball '5b29f6a81f70717142e09e765bbeab97b4f81e21' ]
55262npm info retry fetch attempt 1 at 19:34:02
55263npm info attempt registry request try #1 at 19:34:02
55264npm http fetch GET http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz
55265npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
55266npm http fetch 200 http://registry.npmjs.org/utile/-/utile-0.2.1.tgz
55267npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
55268npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/utile/-/utile-0.2.1.tgz not in flight; adding
55269npm verb addTmpTarball already have metadata; skipping unpack for utile@0.2.1
55270npm http fetch 200 http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz
55271npm verb afterAdd /root/.npm/utile/0.2.1/package/package.json not in flight; writing
55272npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz not in flight; adding
55273npm verb addTmpTarball already have metadata; skipping unpack for pkginfo@0.3.1
55274npm verb afterAdd /root/.npm/utile/0.2.1/package/package.json written
55275npm verb afterAdd /root/.npm/pkginfo/0.3.1/package/package.json not in flight; writing
55276npm verb afterAdd /root/.npm/pkginfo/0.3.1/package/package.json written
55277npm verb cache add spec minimist@~0.0.1
55278npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
55279npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
55280npm verb request uri http://registry.npmjs.org/minimist
55281npm verb request no auth needed
55282npm info attempt registry request try #1 at 19:34:02
55283npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
55284npm http request GET http://registry.npmjs.org/minimist
55285npm http 304 http://registry.npmjs.org/minimist
55286npm verb headers { date: 'Tue, 29 Dec 2015 19:34:02 GMT',
55287npm verb headers 'cache-control': 'max-age=300',
55288npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
55289npm verb headers age: '122',
55290npm verb headers 'x-served-by': 'cache-ams4143-AMS',
55291npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55292npm verb headers 'x-cache-hits': '7',
55293npm verb headers 'x-timer': 'S1451417642.804425,VS0,VE0',
55294npm verb headers vary: 'Accept',
55295npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55296npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55297npm verb headers connection: 'keep-alive' }
55298npm verb etag http://registry.npmjs.org/minimist from cache
55299npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
55300npm verb addNamed "0.0.10" is a plain semver version for minimist
55301npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
55302npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
55303npm verb cache add spec async@~0.2.9
55304npm verb cache add spec ncp@0.4.x
55305npm verb addNamed ">=0.2.9 <0.3.0" is a valid semver range for async
55306npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
55307npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for ncp
55308npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
55309npm verb request uri http://registry.npmjs.org/i
55310npm verb request no auth needed
55311npm info attempt registry request try #1 at 19:34:02
55312npm http request GET http://registry.npmjs.org/i
55313npm verb request uri http://registry.npmjs.org/async
55314npm verb request no auth needed
55315npm info attempt registry request try #1 at 19:34:02
55316npm verb etag "6FDAVAZP3WVNQ0HHS5XEV6C7T"
55317npm http request GET http://registry.npmjs.org/async
55318npm verb request uri http://registry.npmjs.org/ncp
55319npm verb request no auth needed
55320npm info attempt registry request try #1 at 19:34:02
55321npm verb etag "E335WN9HFOY1A47CZXJP6Y7CE"
55322npm http request GET http://registry.npmjs.org/ncp
55323npm http 200 http://registry.npmjs.org/i
55324npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
55325npm verb headers etag: '"5OCZEPFASPLLY9KKP3MWLHGYO"',
55326npm verb headers 'content-type': 'application/json',
55327npm verb headers 'cache-control': 'max-age=300',
55328npm verb headers 'content-length': '9995',
55329npm verb headers 'accept-ranges': 'bytes',
55330npm verb headers date: 'Tue, 29 Dec 2015 19:34:02 GMT',
55331npm verb headers age: '137',
55332npm verb headers 'x-served-by': 'cache-ams4143-AMS',
55333npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55334npm verb headers 'x-cache-hits': '1',
55335npm verb headers 'x-timer': 'S1451417642.944049,VS0,VE1',
55336npm verb headers vary: 'Accept',
55337npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55338npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55339npm verb headers connection: 'keep-alive' }
55340npm verb get saving i to /root/.npm/registry.npmjs.org/i/.cache.json
55341npm http 304 http://registry.npmjs.org/ncp
55342npm verb headers { date: 'Tue, 29 Dec 2015 19:34:02 GMT',
55343npm verb headers 'cache-control': 'max-age=60',
55344npm verb headers etag: '"E335WN9HFOY1A47CZXJP6Y7CE"',
55345npm verb headers age: '48',
55346npm verb headers 'x-served-by': 'cache-fra1234-FRA',
55347npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55348npm verb headers 'x-cache-hits': '1',
55349npm verb headers 'x-timer': 'S1451417642.969520,VS0,VE0',
55350npm verb headers vary: 'Accept',
55351npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55352npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55353npm verb headers connection: 'keep-alive' }
55354npm verb etag http://registry.npmjs.org/ncp from cache
55355npm verb get saving ncp to /root/.npm/registry.npmjs.org/ncp/.cache.json
55356npm verb cache add spec i@0.3.x
55357npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for i
55358npm verb addNameRange registry:http://registry.npmjs.org/i not in flight; fetching
55359npm http 304 http://registry.npmjs.org/async
55360npm verb headers { date: 'Tue, 29 Dec 2015 19:34:02 GMT',
55361npm verb headers 'cache-control': 'max-age=300',
55362npm verb headers etag: '"6FDAVAZP3WVNQ0HHS5XEV6C7T"',
55363npm verb headers age: '234',
55364npm verb headers 'x-served-by': 'cache-ams4143-AMS',
55365npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55366npm verb headers 'x-cache-hits': '8',
55367npm verb headers 'x-timer': 'S1451417642.972260,VS0,VE0',
55368npm verb headers vary: 'Accept',
55369npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55370npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55371npm verb headers connection: 'keep-alive' }
55372npm verb etag http://registry.npmjs.org/async from cache
55373npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
55374npm verb get http://registry.npmjs.org/i not expired, no request
55375npm verb addNamed "0.3.3" is a plain semver version for i
55376npm verb addRemoteTarball http://registry.npmjs.org/i/-/i-0.3.3.tgz not in flight; adding
55377npm verb addRemoteTarball [ 'http://registry.npmjs.org/i/-/i-0.3.3.tgz',
55378npm verb addRemoteTarball '0ff9a5eb743504aa8ac26a84f84c641287ff24cd' ]
55379npm verb addNamed "0.4.2" is a plain semver version for ncp
55380npm verb addNamed "0.2.10" is a plain semver version for async
55381npm info retry fetch attempt 1 at 19:34:03
55382npm info attempt registry request try #1 at 19:34:03
55383npm http fetch GET http://registry.npmjs.org/i/-/i-0.3.3.tgz
55384npm verb afterAdd /root/.npm/ncp/0.4.2/package/package.json not in flight; writing
55385npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
55386npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
55387npm verb afterAdd /root/.npm/ncp/0.4.2/package/package.json written
55388npm http fetch 200 http://registry.npmjs.org/i/-/i-0.3.3.tgz
55389npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/i/-/i-0.3.3.tgz not in flight; adding
55390npm verb addTmpTarball already have metadata; skipping unpack for i@0.3.3
55391npm verb afterAdd /root/.npm/i/0.3.3/package/package.json not in flight; writing
55392npm verb afterAdd /root/.npm/i/0.3.3/package/package.json written
55393npm verb cache add spec async@~0.2.0
55394npm verb cache add spec readable-stream@~1.0.2
55395npm verb cache add spec semver@~4.3.3
55396npm verb cache add spec underscore@1.8.2
55397npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for async
55398npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
55399npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for readable-stream
55400npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
55401npm verb addNamed ">=4.3.3 <4.4.0" is a valid semver range for semver
55402npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
55403npm verb addNamed "1.8.2" is a plain semver version for underscore
55404npm verb addNameVersion registry:http://registry.npmjs.org/underscore not in flight; fetching
55405npm verb get http://registry.npmjs.org/async not expired, no request
55406npm verb addNamed "0.2.10" is a plain semver version for async
55407npm verb request uri http://registry.npmjs.org/semver
55408npm verb request no auth needed
55409npm info attempt registry request try #1 at 19:34:03
55410npm verb etag "9AKHVLXH1EZXB2URR2AGEIANA"
55411npm http request GET http://registry.npmjs.org/semver
55412npm verb get http://registry.npmjs.org/readable-stream not expired, no request
55413npm verb addNamed "1.0.33" is a plain semver version for readable-stream
55414npm verb request uri http://registry.npmjs.org/underscore
55415npm verb request no auth needed
55416npm info attempt registry request try #1 at 19:34:03
55417npm verb etag "EFDD5CQTW181YVOL282U8VRMC"
55418npm http request GET http://registry.npmjs.org/underscore
55419npm http 304 http://registry.npmjs.org/semver
55420npm verb headers { date: 'Tue, 29 Dec 2015 19:34:03 GMT',
55421npm verb headers 'cache-control': 'max-age=300',
55422npm verb headers etag: '"9AKHVLXH1EZXB2URR2AGEIANA"',
55423npm verb headers age: '179',
55424npm verb headers 'x-served-by': 'cache-fra1234-FRA',
55425npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55426npm verb headers 'x-cache-hits': '5',
55427npm verb headers 'x-timer': 'S1451417643.251321,VS0,VE0',
55428npm verb headers vary: 'Accept',
55429npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
55430npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55431npm verb headers connection: 'keep-alive' }
55432npm verb etag http://registry.npmjs.org/semver from cache
55433npm verb get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json
55434npm http 304 http://registry.npmjs.org/underscore
55435npm verb headers { date: 'Tue, 29 Dec 2015 19:31:55 GMT',
55436npm verb headers 'content-type': 'application/json',
55437npm verb headers age: '276',
55438npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
55439npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
55440npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
55441npm verb headers connection: 'keep-alive' }
55442npm verb etag http://registry.npmjs.org/underscore from cache
55443npm verb get saving underscore to /root/.npm/registry.npmjs.org/underscore/.cache.json
55444npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
55445npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
55446npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
55447npm verb addNamed "4.3.6" is a plain semver version for semver
55448npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
55449npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
55450npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-4.3.6.tgz',
55451npm verb addRemoteTarball '300bc6e0e86374f7ba61068b5b1ecd57fc6532da' ]
55452npm verb addRemoteTarball http://registry.npmjs.org/underscore/-/underscore-1.8.2.tgz not in flight; adding
55453npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore/-/underscore-1.8.2.tgz',
55454npm verb addRemoteTarball '64df2eb590899de950782f3735190ba42ebf311d' ]
55455npm info retry fetch attempt 1 at 19:34:03
55456npm info attempt registry request try #1 at 19:34:03
55457npm http fetch GET http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
55458npm info retry fetch attempt 1 at 19:34:03
55459npm info attempt registry request try #1 at 19:34:03
55460npm http fetch GET http://registry.npmjs.org/underscore/-/underscore-1.8.2.tgz
55461npm http fetch 200 http://registry.npmjs.org/underscore/-/underscore-1.8.2.tgz
55462npm http fetch 200 http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
55463npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/underscore/-/underscore-1.8.2.tgz not in flight; adding
55464npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.8.2
55465npm verb afterAdd /root/.npm/underscore/1.8.2/package/package.json not in flight; writing
55466npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
55467npm verb addTmpTarball already have metadata; skipping unpack for semver@4.3.6
55468npm verb afterAdd /root/.npm/underscore/1.8.2/package/package.json written
55469npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json not in flight; writing
55470npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json written
55471npm verb cache add spec minimist@~0.0.1
55472npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
55473npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
55474npm verb get http://registry.npmjs.org/minimist not expired, no request
55475npm verb addNamed "0.0.10" is a plain semver version for minimist
55476npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
55477npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
55478npm verb cache add spec socket.io-client@0.9.16
55479npm verb addNamed "0.9.16" is a plain semver version for socket.io-client
55480npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-client not in flight; fetching
55481npm verb request uri http://registry.npmjs.org/policyfile
55482npm verb request no auth needed
55483npm info attempt registry request try #1 at 19:34:03
55484npm http request GET http://registry.npmjs.org/policyfile
55485npm verb request uri http://registry.npmjs.org/redis
55486npm verb request no auth needed
55487npm info attempt registry request try #1 at 19:34:03
55488npm http request GET http://registry.npmjs.org/redis
55489npm verb request uri http://registry.npmjs.org/socket.io-client
55490npm verb request no auth needed
55491npm info attempt registry request try #1 at 19:34:03
55492npm verb etag "D5XYWRRG2YJ79V2HRLI6SX3F5"
55493npm http request GET http://registry.npmjs.org/socket.io-client
55494npm http 200 http://registry.npmjs.org/policyfile
55495npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
55496npm verb headers etag: '"71BD6ETSJBIN563OWQFIAGMZJ"',
55497npm verb headers 'content-type': 'application/json',
55498npm verb headers 'cache-control': 'max-age=300',
55499npm verb headers 'content-length': '6196',
55500npm verb headers 'accept-ranges': 'bytes',
55501npm verb headers date: 'Tue, 29 Dec 2015 19:34:03 GMT',
55502npm verb headers age: '133',
55503npm verb headers 'x-served-by': 'cache-ams4143-AMS',
55504npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55505npm verb headers 'x-cache-hits': '1',
55506npm verb headers 'x-timer': 'S1451417643.604798,VS0,VE0',
55507npm verb headers vary: 'Accept',
55508npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55509npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55510npm verb headers connection: 'keep-alive' }
55511npm verb get saving policyfile to /root/.npm/registry.npmjs.org/policyfile/.cache.json
55512npm verb cache add spec policyfile@0.0.4
55513npm verb addNamed "0.0.4" is a plain semver version for policyfile
55514npm verb addNameVersion registry:http://registry.npmjs.org/policyfile not in flight; fetching
55515npm verb get http://registry.npmjs.org/policyfile not expired, no request
55516npm verb addRemoteTarball http://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz not in flight; adding
55517npm verb addRemoteTarball [ 'http://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz',
55518npm verb addRemoteTarball 'd6b82ead98ae79ebe228e2daf5903311ec982e4d' ]
55519npm info retry fetch attempt 1 at 19:34:03
55520npm info attempt registry request try #1 at 19:34:03
55521npm http fetch GET http://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz
55522npm http fetch 200 http://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz
55523npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz not in flight; adding
55524npm verb addTmpTarball already have metadata; skipping unpack for policyfile@0.0.4
55525npm http 200 http://registry.npmjs.org/redis
55526npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
55527npm verb headers etag: '"CPB0FL75V6WD7P5YP5JR6ESSH"',
55528npm verb headers 'content-type': 'application/json',
55529npm verb headers 'cache-control': 'max-age=300',
55530npm verb headers 'content-length': '118674',
55531npm verb headers 'accept-ranges': 'bytes',
55532npm verb headers date: 'Tue, 29 Dec 2015 19:34:03 GMT',
55533npm verb headers age: '280',
55534npm verb headers 'x-served-by': 'cache-ams4143-AMS',
55535npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55536npm verb headers 'x-cache-hits': '2',
55537npm verb headers 'x-timer': 'S1451417643.604857,VS0,VE0',
55538npm verb headers vary: 'Accept',
55539npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55540npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55541npm verb headers connection: 'keep-alive' }
55542npm verb get saving redis to /root/.npm/registry.npmjs.org/redis/.cache.json
55543npm verb afterAdd /root/.npm/policyfile/0.0.4/package/package.json not in flight; writing
55544npm verb cache add spec redis@0.7.3
55545npm verb addNamed "0.7.3" is a plain semver version for redis
55546npm verb addNameVersion registry:http://registry.npmjs.org/redis not in flight; fetching
55547npm verb afterAdd /root/.npm/policyfile/0.0.4/package/package.json written
55548npm verb get http://registry.npmjs.org/redis not expired, no request
55549npm verb addRemoteTarball http://registry.npmjs.org/redis/-/redis-0.7.3.tgz not in flight; adding
55550npm verb addRemoteTarball [ 'http://registry.npmjs.org/redis/-/redis-0.7.3.tgz',
55551npm verb addRemoteTarball 'ee57b7a44d25ec1594e44365d8165fa7d1d4811a' ]
55552npm info retry fetch attempt 1 at 19:34:03
55553npm info attempt registry request try #1 at 19:34:03
55554npm http fetch GET http://registry.npmjs.org/redis/-/redis-0.7.3.tgz
55555npm http fetch 200 http://registry.npmjs.org/redis/-/redis-0.7.3.tgz
55556npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/redis/-/redis-0.7.3.tgz not in flight; adding
55557npm verb addTmpTarball already have metadata; skipping unpack for redis@0.7.3
55558npm verb afterAdd /root/.npm/redis/0.7.3/package/package.json not in flight; writing
55559npm verb afterAdd /root/.npm/redis/0.7.3/package/package.json written
55560npm http 304 http://registry.npmjs.org/socket.io-client
55561npm verb headers { date: 'Tue, 29 Dec 2015 19:34:03 GMT',
55562npm verb headers 'cache-control': 'max-age=60',
55563npm verb headers etag: '"D5XYWRRG2YJ79V2HRLI6SX3F5"',
55564npm verb headers age: '0',
55565npm verb headers 'x-served-by': 'cache-ams4146-AMS',
55566npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55567npm verb headers 'x-cache-hits': '57',
55568npm verb headers 'x-timer': 'S1451417643.621633,VS0,VE497',
55569npm verb headers vary: 'Accept',
55570npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55571npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55572npm verb headers connection: 'keep-alive' }
55573npm verb etag http://registry.npmjs.org/socket.io-client from cache
55574npm verb get saving socket.io-client to /root/.npm/registry.npmjs.org/socket.io-client/.cache.json
55575npm verb addRemoteTarball http://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz not in flight; adding
55576npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz',
55577npm verb addRemoteTarball '4da7515c5e773041d1b423970415bcc430f35fc6' ]
55578npm info retry fetch attempt 1 at 19:34:04
55579npm info attempt registry request try #1 at 19:34:04
55580npm http fetch GET http://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz
55581npm http fetch 200 http://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz
55582npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz not in flight; adding
55583npm verb addTmpTarball already have metadata; skipping unpack for socket.io-client@0.9.16
55584npm verb afterAdd /root/.npm/socket.io-client/0.9.16/package/package.json not in flight; writing
55585npm verb afterAdd /root/.npm/socket.io-client/0.9.16/package/package.json written
55586npm verb cache add spec uglify-js@1.2.5
55587npm verb cache add spec ws@0.4.x
55588npm verb cache add spec xmlhttprequest@1.4.2
55589npm verb addNamed "1.2.5" is a plain semver version for uglify-js
55590npm verb addNameVersion registry:http://registry.npmjs.org/uglify-js not in flight; fetching
55591npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for ws
55592npm verb addNameRange registry:http://registry.npmjs.org/ws not in flight; fetching
55593npm verb addNamed "1.4.2" is a plain semver version for xmlhttprequest
55594npm verb addNameVersion registry:http://registry.npmjs.org/xmlhttprequest not in flight; fetching
55595npm verb request uri http://registry.npmjs.org/active-x-obfuscator
55596npm verb request no auth needed
55597npm info attempt registry request try #1 at 19:34:04
55598npm http request GET http://registry.npmjs.org/active-x-obfuscator
55599npm verb request uri http://registry.npmjs.org/uglify-js
55600npm verb request no auth needed
55601npm info attempt registry request try #1 at 19:34:04
55602npm verb etag "BE7FWKSDTIOBL0YMPX4ZON01W"
55603npm http request GET http://registry.npmjs.org/uglify-js
55604npm verb request uri http://registry.npmjs.org/ws
55605npm verb request no auth needed
55606npm info attempt registry request try #1 at 19:34:04
55607npm verb etag "BYI4IQ4WXFILP90GIM24NOJYA"
55608npm http request GET http://registry.npmjs.org/ws
55609npm verb request uri http://registry.npmjs.org/xmlhttprequest
55610npm verb request no auth needed
55611npm info attempt registry request try #1 at 19:34:04
55612npm verb etag "2LV2DEPL7QCEQLLEXHPAW21UC"
55613npm http request GET http://registry.npmjs.org/xmlhttprequest
55614npm http 200 http://registry.npmjs.org/active-x-obfuscator
55615npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
55616npm verb headers etag: '"7Q0EPIK0I7YBJ7S4OT433TZCI"',
55617npm verb headers 'content-type': 'application/json',
55618npm verb headers 'cache-control': 'max-age=300',
55619npm verb headers 'content-length': '4478',
55620npm verb headers 'accept-ranges': 'bytes',
55621npm verb headers date: 'Tue, 29 Dec 2015 19:34:04 GMT',
55622npm verb headers age: '135',
55623npm verb headers 'x-served-by': 'cache-fra1234-FRA',
55624npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55625npm verb headers 'x-cache-hits': '1',
55626npm verb headers 'x-timer': 'S1451417644.831294,VS0,VE0',
55627npm verb headers vary: 'Accept',
55628npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55629npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55630npm verb headers connection: 'keep-alive' }
55631npm verb get saving active-x-obfuscator to /root/.npm/registry.npmjs.org/active-x-obfuscator/.cache.json
55632npm http 304 http://registry.npmjs.org/uglify-js
55633npm verb headers { date: 'Tue, 29 Dec 2015 19:34:04 GMT',
55634npm verb headers 'cache-control': 'max-age=300',
55635npm verb headers etag: '"BE7FWKSDTIOBL0YMPX4ZON01W"',
55636npm verb headers age: '39',
55637npm verb headers 'x-served-by': 'cache-ams4146-AMS',
55638npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55639npm verb headers 'x-cache-hits': '1',
55640npm verb headers 'x-timer': 'S1451417644.850051,VS0,VE0',
55641npm verb headers vary: 'Accept',
55642npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55643npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55644npm verb headers connection: 'keep-alive' }
55645npm verb etag http://registry.npmjs.org/uglify-js from cache
55646npm verb get saving uglify-js to /root/.npm/registry.npmjs.org/uglify-js/.cache.json
55647npm http 304 http://registry.npmjs.org/ws
55648npm verb headers { date: 'Tue, 29 Dec 2015 19:31:43 GMT',
55649npm verb headers 'content-type': 'application/json',
55650npm verb headers age: '189',
55651npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
55652npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
55653npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
55654npm verb headers connection: 'keep-alive' }
55655npm verb etag http://registry.npmjs.org/ws from cache
55656npm verb get saving ws to /root/.npm/registry.npmjs.org/ws/.cache.json
55657npm http 304 http://registry.npmjs.org/xmlhttprequest
55658npm verb headers { date: 'Tue, 29 Dec 2015 19:34:04 GMT',
55659npm verb headers 'cache-control': 'max-age=300',
55660npm verb headers etag: '"2LV2DEPL7QCEQLLEXHPAW21UC"',
55661npm verb headers age: '218',
55662npm verb headers 'x-served-by': 'cache-ams4146-AMS',
55663npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55664npm verb headers 'x-cache-hits': '1',
55665npm verb headers 'x-timer': 'S1451417644.883967,VS0,VE0',
55666npm verb headers vary: 'Accept',
55667npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55668npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55669npm verb headers connection: 'keep-alive' }
55670npm verb etag http://registry.npmjs.org/xmlhttprequest from cache
55671npm verb get saving xmlhttprequest to /root/.npm/registry.npmjs.org/xmlhttprequest/.cache.json
55672npm verb cache add spec active-x-obfuscator@0.0.1
55673npm verb addNamed "0.0.1" is a plain semver version for active-x-obfuscator
55674npm verb addNameVersion registry:http://registry.npmjs.org/active-x-obfuscator not in flight; fetching
55675npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz not in flight; adding
55676npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz',
55677npm verb addRemoteTarball 'b542c2c76f78efb34b200b20177634330ff702b6' ]
55678npm verb addNamed "0.4.32" is a plain semver version for ws
55679npm verb addRemoteTarball http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz not in flight; adding
55680npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz',
55681npm verb addRemoteTarball '01453a1d9bed1e8f172f6495bbf4c8c426321500' ]
55682npm info retry fetch attempt 1 at 19:34:04
55683npm info attempt registry request try #1 at 19:34:04
55684npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz
55685npm info retry fetch attempt 1 at 19:34:04
55686npm info attempt registry request try #1 at 19:34:04
55687npm http fetch GET http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz
55688npm verb get http://registry.npmjs.org/active-x-obfuscator not expired, no request
55689npm verb addRemoteTarball http://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz not in flight; adding
55690npm verb addRemoteTarball [ 'http://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz',
55691npm verb addRemoteTarball '089b89b37145ff1d9ec74af6530be5526cae1f1a' ]
55692npm verb afterAdd /root/.npm/ws/0.4.32/package/package.json not in flight; writing
55693npm info retry fetch attempt 1 at 19:34:05
55694npm info attempt registry request try #1 at 19:34:05
55695npm http fetch GET http://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz
55696npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz
55697npm http fetch 200 http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz
55698npm verb afterAdd /root/.npm/ws/0.4.32/package/package.json written
55699npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz not in flight; adding
55700npm verb addTmpTarball already have metadata; skipping unpack for xmlhttprequest@1.4.2
55701npm verb afterAdd /root/.npm/xmlhttprequest/1.4.2/package/package.json not in flight; writing
55702npm http fetch 200 http://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz
55703npm verb afterAdd /root/.npm/xmlhttprequest/1.4.2/package/package.json written
55704npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz not in flight; adding
55705npm verb addTmpTarball already have metadata; skipping unpack for active-x-obfuscator@0.0.1
55706npm verb afterAdd /root/.npm/active-x-obfuscator/0.0.1/package/package.json not in flight; writing
55707npm verb afterAdd /root/.npm/active-x-obfuscator/0.0.1/package/package.json written
55708npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz not in flight; adding
55709npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@1.2.5
55710npm verb afterAdd /root/.npm/uglify-js/1.2.5/package/package.json not in flight; writing
55711npm verb afterAdd /root/.npm/uglify-js/1.2.5/package/package.json written
55712npm verb request uri http://registry.npmjs.org/zeparser
55713npm verb request no auth needed
55714npm info attempt registry request try #1 at 19:34:05
55715npm http request GET http://registry.npmjs.org/zeparser
55716npm http 200 http://registry.npmjs.org/zeparser
55717npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
55718npm verb headers etag: '"URRV8OYD6LZYIO3YWOFQIWGJ"',
55719npm verb headers 'content-type': 'application/json',
55720npm verb headers 'cache-control': 'max-age=300',
55721npm verb headers 'content-length': '8371',
55722npm verb headers 'accept-ranges': 'bytes',
55723npm verb headers date: 'Tue, 29 Dec 2015 19:34:05 GMT',
55724npm verb headers age: '72',
55725npm verb headers 'x-served-by': 'cache-fra1234-FRA',
55726npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55727npm verb headers 'x-cache-hits': '1',
55728npm verb headers 'x-timer': 'S1451417645.275050,VS0,VE0',
55729npm verb headers vary: 'Accept',
55730npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55731npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55732npm verb headers connection: 'keep-alive' }
55733npm verb get saving zeparser to /root/.npm/registry.npmjs.org/zeparser/.cache.json
55734npm verb cache add spec zeparser@0.0.5
55735npm verb addNamed "0.0.5" is a plain semver version for zeparser
55736npm verb addNameVersion registry:http://registry.npmjs.org/zeparser not in flight; fetching
55737npm verb get http://registry.npmjs.org/zeparser not expired, no request
55738npm verb addRemoteTarball http://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz not in flight; adding
55739npm verb addRemoteTarball [ 'http://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz',
55740npm verb addRemoteTarball '03726561bc268f2e5444f54c665b7fd4a8c029e2' ]
55741npm info retry fetch attempt 1 at 19:34:05
55742npm info attempt registry request try #1 at 19:34:05
55743npm http fetch GET http://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz
55744npm http fetch 200 http://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz
55745npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz not in flight; adding
55746npm verb addTmpTarball already have metadata; skipping unpack for zeparser@0.0.5
55747npm verb afterAdd /root/.npm/zeparser/0.0.5/package/package.json not in flight; writing
55748npm verb afterAdd /root/.npm/zeparser/0.0.5/package/package.json written
55749npm verb cache add spec nan@~1.0.0
55750npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for nan
55751npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
55752npm verb request uri http://registry.npmjs.org/nan
55753npm verb request no auth needed
55754npm info attempt registry request try #1 at 19:34:06
55755npm verb etag "7CEDVJA24M9BXRU7SU6WRSW4M"
55756npm http request GET http://registry.npmjs.org/nan
55757npm http 304 http://registry.npmjs.org/nan
55758npm verb headers { date: 'Tue, 29 Dec 2015 19:34:06 GMT',
55759npm verb headers 'cache-control': 'max-age=60',
55760npm verb headers etag: '"7CEDVJA24M9BXRU7SU6WRSW4M"',
55761npm verb headers age: '45',
55762npm verb headers 'x-served-by': 'cache-fra1234-FRA',
55763npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55764npm verb headers 'x-cache-hits': '2',
55765npm verb headers 'x-timer': 'S1451417646.658225,VS0,VE0',
55766npm verb headers vary: 'Accept',
55767npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55768npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55769npm verb headers connection: 'keep-alive' }
55770npm verb etag http://registry.npmjs.org/nan from cache
55771npm verb get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
55772npm verb addNamed "1.0.0" is a plain semver version for nan
55773npm verb afterAdd /root/.npm/nan/1.0.0/package/package.json not in flight; writing
55774npm verb afterAdd /root/.npm/nan/1.0.0/package/package.json written
55775npm verb cache add spec lru-cache@2.2.x
55776npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for lru-cache
55777npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
55778npm verb request uri http://registry.npmjs.org/lru-cache
55779npm verb request no auth needed
55780npm info attempt registry request try #1 at 19:34:06
55781npm verb etag "F0MK8HIC1M0PVUN3L8D5VTEPD"
55782npm http request GET http://registry.npmjs.org/lru-cache
55783npm http 304 http://registry.npmjs.org/lru-cache
55784npm verb headers { date: 'Tue, 29 Dec 2015 19:31:34 GMT',
55785npm verb headers 'content-type': 'application/json',
55786npm verb headers age: '190',
55787npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
55788npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
55789npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
55790npm verb headers connection: 'keep-alive' }
55791npm verb etag http://registry.npmjs.org/lru-cache from cache
55792npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
55793npm verb addNamed "2.2.4" is a plain semver version for lru-cache
55794npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz not in flight; adding
55795npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz',
55796npm verb addRemoteTarball '6c658619becf14031d0d0b594b16042ce4dc063d' ]
55797npm info retry fetch attempt 1 at 19:34:06
55798npm info attempt registry request try #1 at 19:34:06
55799npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz
55800npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz
55801npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz not in flight; adding
55802npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@2.2.4
55803npm verb afterAdd /root/.npm/lru-cache/2.2.4/package/package.json not in flight; writing
55804npm verb afterAdd /root/.npm/lru-cache/2.2.4/package/package.json written
55805npm verb cache add spec coffee-script@~1.7
55806npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for coffee-script
55807npm verb addNameRange registry:http://registry.npmjs.org/coffee-script not in flight; fetching
55808npm verb request uri http://registry.npmjs.org/coffee-script
55809npm verb request no auth needed
55810npm info attempt registry request try #1 at 19:34:06
55811npm verb etag "5XY5DCP6V1X3WU0KKHOMXBOJ6"
55812npm http request GET http://registry.npmjs.org/coffee-script
55813npm http 304 http://registry.npmjs.org/coffee-script
55814npm verb headers { date: 'Tue, 29 Dec 2015 19:34:06 GMT',
55815npm verb headers 'cache-control': 'max-age=300',
55816npm verb headers etag: '"5XY5DCP6V1X3WU0KKHOMXBOJ6"',
55817npm verb headers age: '204',
55818npm verb headers 'x-served-by': 'cache-ams4146-AMS',
55819npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55820npm verb headers 'x-cache-hits': '3',
55821npm verb headers 'x-timer': 'S1451417646.923654,VS0,VE0',
55822npm verb headers vary: 'Accept',
55823npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55824npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55825npm verb headers connection: 'keep-alive' }
55826npm verb etag http://registry.npmjs.org/coffee-script from cache
55827npm verb get saving coffee-script to /root/.npm/registry.npmjs.org/coffee-script/.cache.json
55828npm verb addNamed "1.7.1" is a plain semver version for coffee-script
55829npm verb addRemoteTarball http://registry.npmjs.org/coffee-script/-/coffee-script-1.7.1.tgz not in flight; adding
55830npm verb addRemoteTarball [ 'http://registry.npmjs.org/coffee-script/-/coffee-script-1.7.1.tgz',
55831npm verb addRemoteTarball '62996a861780c75e6d5069d13822723b73404bfc' ]
55832npm info retry fetch attempt 1 at 19:34:06
55833npm info attempt registry request try #1 at 19:34:06
55834npm http fetch GET http://registry.npmjs.org/coffee-script/-/coffee-script-1.7.1.tgz
55835npm http fetch 200 http://registry.npmjs.org/coffee-script/-/coffee-script-1.7.1.tgz
55836npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/coffee-script/-/coffee-script-1.7.1.tgz not in flight; adding
55837npm verb addTmpTarball already have metadata; skipping unpack for coffee-script@1.7.1
55838npm verb afterAdd /root/.npm/coffee-script/1.7.1/package/package.json not in flight; writing
55839npm verb afterAdd /root/.npm/coffee-script/1.7.1/package/package.json written
55840npm verb cache add spec jade@0.33.0
55841npm verb addNamed "0.33.0" is a plain semver version for jade
55842npm verb addNameVersion registry:http://registry.npmjs.org/jade not in flight; fetching
55843npm verb request uri http://registry.npmjs.org/jade
55844npm verb request no auth needed
55845npm info attempt registry request try #1 at 19:34:07
55846npm verb etag "9TPVXZTUGV2VQHDWF18W6B7E9"
55847npm http request GET http://registry.npmjs.org/jade
55848npm http 304 http://registry.npmjs.org/jade
55849npm verb headers { date: 'Tue, 29 Dec 2015 19:34:07 GMT',
55850npm verb headers 'cache-control': 'max-age=300',
55851npm verb headers etag: '"9TPVXZTUGV2VQHDWF18W6B7E9"',
55852npm verb headers age: '84',
55853npm verb headers 'x-served-by': 'cache-fra1234-FRA',
55854npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55855npm verb headers 'x-cache-hits': '1',
55856npm verb headers 'x-timer': 'S1451417647.186460,VS0,VE0',
55857npm verb headers vary: 'Accept',
55858npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
55859npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55860npm verb headers connection: 'keep-alive' }
55861npm verb etag http://registry.npmjs.org/jade from cache
55862npm verb get saving jade to /root/.npm/registry.npmjs.org/jade/.cache.json
55863npm verb addRemoteTarball http://registry.npmjs.org/jade/-/jade-0.33.0.tgz not in flight; adding
55864npm verb addRemoteTarball [ 'http://registry.npmjs.org/jade/-/jade-0.33.0.tgz',
55865npm verb addRemoteTarball '1b0bb45f9dd4ce57723605177713d80bccd4e429' ]
55866npm info retry fetch attempt 1 at 19:34:07
55867npm info attempt registry request try #1 at 19:34:07
55868npm http fetch GET http://registry.npmjs.org/jade/-/jade-0.33.0.tgz
55869npm http fetch 200 http://registry.npmjs.org/jade/-/jade-0.33.0.tgz
55870npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jade/-/jade-0.33.0.tgz not in flight; adding
55871npm verb addTmpTarball already have metadata; skipping unpack for jade@0.33.0
55872npm verb afterAdd /root/.npm/jade/0.33.0/package/package.json not in flight; writing
55873npm verb afterAdd /root/.npm/jade/0.33.0/package/package.json written
55874npm verb cache add spec commander@1.2.0
55875npm verb cache add spec transformers@2.0.1
55876npm verb cache add spec character-parser@1.0.2
55877npm verb cache add spec monocle@0.1.48
55878npm verb cache add spec with@~1.1.0
55879npm verb cache add spec constantinople@~1.0.1
55880npm verb addNamed "1.2.0" is a plain semver version for commander
55881npm verb addNameVersion registry:http://registry.npmjs.org/commander not in flight; fetching
55882npm verb addNamed "2.0.1" is a plain semver version for transformers
55883npm verb addNameVersion registry:http://registry.npmjs.org/transformers not in flight; fetching
55884npm verb addNamed "1.0.2" is a plain semver version for character-parser
55885npm verb addNameVersion registry:http://registry.npmjs.org/character-parser not in flight; fetching
55886npm verb addNamed "0.1.48" is a plain semver version for monocle
55887npm verb addNameVersion registry:http://registry.npmjs.org/monocle not in flight; fetching
55888npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for with
55889npm verb addNameRange registry:http://registry.npmjs.org/with not in flight; fetching
55890npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for constantinople
55891npm verb addNameRange registry:http://registry.npmjs.org/constantinople not in flight; fetching
55892npm verb request uri http://registry.npmjs.org/commander
55893npm verb request no auth needed
55894npm info attempt registry request try #1 at 19:34:07
55895npm verb etag "DYW0JBRXQO3Y28VX1THARSCBL"
55896npm http request GET http://registry.npmjs.org/commander
55897npm verb request uri http://registry.npmjs.org/character-parser
55898npm verb request no auth needed
55899npm info attempt registry request try #1 at 19:34:07
55900npm verb etag "8XO8S7PSPSM07ANFYMWNF0ABD"
55901npm http request GET http://registry.npmjs.org/character-parser
55902npm verb request uri http://registry.npmjs.org/with
55903npm verb request no auth needed
55904npm info attempt registry request try #1 at 19:34:07
55905npm verb etag "5L9WSJ79ACG0SF4O37674CKQY"
55906npm http request GET http://registry.npmjs.org/with
55907npm verb request uri http://registry.npmjs.org/constantinople
55908npm verb request no auth needed
55909npm info attempt registry request try #1 at 19:34:07
55910npm verb etag "21Y8BKAH234NHCD0XV2CXDBPC"
55911npm http request GET http://registry.npmjs.org/constantinople
55912npm verb request uri http://registry.npmjs.org/monocle
55913npm verb request no auth needed
55914npm info attempt registry request try #1 at 19:34:07
55915npm verb etag "2J5AOQ0NEBJ0D0Z7RS9HU8GHI"
55916npm http request GET http://registry.npmjs.org/monocle
55917npm verb request uri http://registry.npmjs.org/transformers
55918npm verb request no auth needed
55919npm info attempt registry request try #1 at 19:34:07
55920npm verb etag "ENVH8MRV3T0HL8TZHL4Z51P8H"
55921npm http request GET http://registry.npmjs.org/transformers
55922npm http 304 http://registry.npmjs.org/commander
55923npm verb headers { date: 'Tue, 29 Dec 2015 19:31:20 GMT',
55924npm verb headers 'content-type': 'application/json',
55925npm verb headers age: '203',
55926npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
55927npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
55928npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
55929npm verb headers connection: 'keep-alive' }
55930npm verb etag http://registry.npmjs.org/commander from cache
55931npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
55932npm http 304 http://registry.npmjs.org/constantinople
55933npm verb headers { date: 'Tue, 29 Dec 2015 19:31:20 GMT',
55934npm verb headers 'content-type': 'application/json',
55935npm verb headers age: '283',
55936npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
55937npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
55938npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
55939npm verb headers connection: 'keep-alive' }
55940npm verb etag http://registry.npmjs.org/constantinople from cache
55941npm verb get saving constantinople to /root/.npm/registry.npmjs.org/constantinople/.cache.json
55942npm http 304 http://registry.npmjs.org/monocle
55943npm verb headers { date: 'Tue, 29 Dec 2015 19:31:20 GMT',
55944npm verb headers 'content-type': 'application/json',
55945npm verb headers age: '238',
55946npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
55947npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
55948npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
55949npm verb headers connection: 'keep-alive' }
55950npm verb etag http://registry.npmjs.org/monocle from cache
55951npm verb get saving monocle to /root/.npm/registry.npmjs.org/monocle/.cache.json
55952npm http 304 http://registry.npmjs.org/transformers
55953npm verb headers { date: 'Tue, 29 Dec 2015 19:31:20 GMT',
55954npm verb headers 'content-type': 'application/json',
55955npm verb headers age: '278',
55956npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
55957npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
55958npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
55959npm verb headers connection: 'keep-alive' }
55960npm verb etag http://registry.npmjs.org/transformers from cache
55961npm verb get saving transformers to /root/.npm/registry.npmjs.org/transformers/.cache.json
55962npm http 304 http://registry.npmjs.org/character-parser
55963npm verb headers { date: 'Tue, 29 Dec 2015 19:34:07 GMT',
55964npm verb headers 'cache-control': 'max-age=300',
55965npm verb headers etag: '"8XO8S7PSPSM07ANFYMWNF0ABD"',
55966npm verb headers age: '184',
55967npm verb headers 'x-served-by': 'cache-ams4146-AMS',
55968npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55969npm verb headers 'x-cache-hits': '1',
55970npm verb headers 'x-timer': 'S1451417647.491633,VS0,VE0',
55971npm verb headers vary: 'Accept',
55972npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55973npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55974npm verb headers connection: 'keep-alive' }
55975npm verb etag http://registry.npmjs.org/character-parser from cache
55976npm verb get saving character-parser to /root/.npm/registry.npmjs.org/character-parser/.cache.json
55977npm http 304 http://registry.npmjs.org/with
55978npm verb headers { date: 'Tue, 29 Dec 2015 19:34:07 GMT',
55979npm verb headers 'cache-control': 'max-age=300',
55980npm verb headers etag: '"5L9WSJ79ACG0SF4O37674CKQY"',
55981npm verb headers age: '137',
55982npm verb headers 'x-served-by': 'cache-ams4143-AMS',
55983npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
55984npm verb headers 'x-cache-hits': '1',
55985npm verb headers 'x-timer': 'S1451417647.491697,VS0,VE0',
55986npm verb headers vary: 'Accept',
55987npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
55988npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
55989npm verb headers connection: 'keep-alive' }
55990npm verb etag http://registry.npmjs.org/with from cache
55991npm verb get saving with to /root/.npm/registry.npmjs.org/with/.cache.json
55992npm verb addNamed "1.0.2" is a plain semver version for constantinople
55993npm verb addRemoteTarball http://registry.npmjs.org/constantinople/-/constantinople-1.0.2.tgz not in flight; adding
55994npm verb addRemoteTarball [ 'http://registry.npmjs.org/constantinople/-/constantinople-1.0.2.tgz',
55995npm verb addRemoteTarball '0e64747dc836644d3f659247efd95231b48c3e71' ]
55996npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-1.2.0.tgz not in flight; adding
55997npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-1.2.0.tgz',
55998npm verb addRemoteTarball 'fd5713bfa153c7d6cc599378a5ab4c45c535029e' ]
55999npm verb addRemoteTarball http://registry.npmjs.org/monocle/-/monocle-0.1.48.tgz not in flight; adding
56000npm verb addRemoteTarball [ 'http://registry.npmjs.org/monocle/-/monocle-0.1.48.tgz',
56001npm verb addRemoteTarball 'b96730f5ca900fa75a56041eb6db10aad980a383' ]
56002npm verb addNamed "1.1.1" is a plain semver version for with
56003npm verb addRemoteTarball http://registry.npmjs.org/character-parser/-/character-parser-1.0.2.tgz not in flight; adding
56004npm verb addRemoteTarball [ 'http://registry.npmjs.org/character-parser/-/character-parser-1.0.2.tgz',
56005npm verb addRemoteTarball '55384d6afcf8c6b9dd483e8347646a790e4545e7' ]
56006npm verb addRemoteTarball http://registry.npmjs.org/with/-/with-1.1.1.tgz not in flight; adding
56007npm verb addRemoteTarball [ 'http://registry.npmjs.org/with/-/with-1.1.1.tgz',
56008npm verb addRemoteTarball '66bd6664deb318b2482dd0424ccdebe822434ac0' ]
56009npm info retry fetch attempt 1 at 19:34:07
56010npm info attempt registry request try #1 at 19:34:07
56011npm http fetch GET http://registry.npmjs.org/constantinople/-/constantinople-1.0.2.tgz
56012npm verb addRemoteTarball http://registry.npmjs.org/transformers/-/transformers-2.0.1.tgz not in flight; adding
56013npm verb addRemoteTarball [ 'http://registry.npmjs.org/transformers/-/transformers-2.0.1.tgz',
56014npm verb addRemoteTarball '352131dfceb93a7532dc7535a4f142510435a394' ]
56015npm info retry fetch attempt 1 at 19:34:07
56016npm info attempt registry request try #1 at 19:34:07
56017npm http fetch GET http://registry.npmjs.org/commander/-/commander-1.2.0.tgz
56018npm info retry fetch attempt 1 at 19:34:07
56019npm info attempt registry request try #1 at 19:34:07
56020npm http fetch GET http://registry.npmjs.org/monocle/-/monocle-0.1.48.tgz
56021npm info retry fetch attempt 1 at 19:34:07
56022npm info attempt registry request try #1 at 19:34:07
56023npm http fetch GET http://registry.npmjs.org/character-parser/-/character-parser-1.0.2.tgz
56024npm info retry fetch attempt 1 at 19:34:07
56025npm info attempt registry request try #1 at 19:34:07
56026npm http fetch GET http://registry.npmjs.org/with/-/with-1.1.1.tgz
56027npm info retry fetch attempt 1 at 19:34:07
56028npm info attempt registry request try #1 at 19:34:07
56029npm http fetch GET http://registry.npmjs.org/transformers/-/transformers-2.0.1.tgz
56030npm http fetch 200 http://registry.npmjs.org/commander/-/commander-1.2.0.tgz
56031npm http fetch 200 http://registry.npmjs.org/constantinople/-/constantinople-1.0.2.tgz
56032npm http fetch 200 http://registry.npmjs.org/monocle/-/monocle-0.1.48.tgz
56033npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/commander/-/commander-1.2.0.tgz not in flight; adding
56034npm verb addTmpTarball already have metadata; skipping unpack for commander@1.2.0
56035npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/constantinople/-/constantinople-1.0.2.tgz not in flight; adding
56036npm verb addTmpTarball already have metadata; skipping unpack for constantinople@1.0.2
56037npm verb afterAdd /root/.npm/commander/1.2.0/package/package.json not in flight; writing
56038npm verb afterAdd /root/.npm/constantinople/1.0.2/package/package.json not in flight; writing
56039npm verb afterAdd /root/.npm/commander/1.2.0/package/package.json written
56040npm verb afterAdd /root/.npm/constantinople/1.0.2/package/package.json written
56041npm http fetch 200 http://registry.npmjs.org/with/-/with-1.1.1.tgz
56042npm http fetch 200 http://registry.npmjs.org/transformers/-/transformers-2.0.1.tgz
56043npm http fetch 200 http://registry.npmjs.org/character-parser/-/character-parser-1.0.2.tgz
56044npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/monocle/-/monocle-0.1.48.tgz not in flight; adding
56045npm verb addTmpTarball already have metadata; skipping unpack for monocle@0.1.48
56046npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/transformers/-/transformers-2.0.1.tgz not in flight; adding
56047npm verb addTmpTarball already have metadata; skipping unpack for transformers@2.0.1
56048npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/with/-/with-1.1.1.tgz not in flight; adding
56049npm verb addTmpTarball already have metadata; skipping unpack for with@1.1.1
56050npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/character-parser/-/character-parser-1.0.2.tgz not in flight; adding
56051npm verb addTmpTarball already have metadata; skipping unpack for character-parser@1.0.2
56052npm verb afterAdd /root/.npm/monocle/0.1.48/package/package.json not in flight; writing
56053npm verb afterAdd /root/.npm/transformers/2.0.1/package/package.json not in flight; writing
56054npm verb afterAdd /root/.npm/with/1.1.1/package/package.json not in flight; writing
56055npm verb afterAdd /root/.npm/monocle/0.1.48/package/package.json written
56056npm verb afterAdd /root/.npm/character-parser/1.0.2/package/package.json not in flight; writing
56057npm verb afterAdd /root/.npm/transformers/2.0.1/package/package.json written
56058npm verb afterAdd /root/.npm/with/1.1.1/package/package.json written
56059npm verb afterAdd /root/.npm/character-parser/1.0.2/package/package.json written
56060npm verb request uri http://registry.npmjs.org/keypress
56061npm verb request no auth needed
56062npm info attempt registry request try #1 at 19:34:07
56063npm http request GET http://registry.npmjs.org/keypress
56064npm http 200 http://registry.npmjs.org/keypress
56065npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
56066npm verb headers etag: '"XVAWGGF72RN5ZPSXAR4OQK4D"',
56067npm verb headers 'content-type': 'application/json',
56068npm verb headers 'cache-control': 'max-age=300',
56069npm verb headers 'content-length': '20578',
56070npm verb headers 'accept-ranges': 'bytes',
56071npm verb headers date: 'Tue, 29 Dec 2015 19:34:07 GMT',
56072npm verb headers age: '248',
56073npm verb headers 'x-served-by': 'cache-ams4143-AMS',
56074npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56075npm verb headers 'x-cache-hits': '1',
56076npm verb headers 'x-timer': 'S1451417647.793455,VS0,VE0',
56077npm verb headers vary: 'Accept',
56078npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56079npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56080npm verb headers connection: 'keep-alive' }
56081npm verb get saving keypress to /root/.npm/registry.npmjs.org/keypress/.cache.json
56082npm verb cache add spec keypress@0.1.x
56083npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for keypress
56084npm verb addNameRange registry:http://registry.npmjs.org/keypress not in flight; fetching
56085npm verb get http://registry.npmjs.org/keypress not expired, no request
56086npm verb addNamed "0.1.0" is a plain semver version for keypress
56087npm verb addRemoteTarball http://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz not in flight; adding
56088npm verb addRemoteTarball [ 'http://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz',
56089npm verb addRemoteTarball '4a3188d4291b66b4f65edb99f806aa9ae293592a' ]
56090npm info retry fetch attempt 1 at 19:34:07
56091npm info attempt registry request try #1 at 19:34:07
56092npm http fetch GET http://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz
56093npm http fetch 200 http://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz
56094npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/keypress/-/keypress-0.1.0.tgz not in flight; adding
56095npm verb addTmpTarball already have metadata; skipping unpack for keypress@0.1.0
56096npm verb afterAdd /root/.npm/keypress/0.1.0/package/package.json not in flight; writing
56097npm verb afterAdd /root/.npm/keypress/0.1.0/package/package.json written
56098npm verb cache add spec uglify-js@~2.2.5
56099npm verb addNamed ">=2.2.5 <2.3.0" is a valid semver range for uglify-js
56100npm verb addNameRange registry:http://registry.npmjs.org/uglify-js not in flight; fetching
56101npm verb get http://registry.npmjs.org/uglify-js not expired, no request
56102npm verb addNamed "2.2.5" is a plain semver version for uglify-js
56103npm verb afterAdd /root/.npm/uglify-js/2.2.5/package/package.json not in flight; writing
56104npm verb afterAdd /root/.npm/uglify-js/2.2.5/package/package.json written
56105npm verb cache add spec uglify-js@2.4.0
56106npm verb addNamed "2.4.0" is a plain semver version for uglify-js
56107npm verb addNameVersion registry:http://registry.npmjs.org/uglify-js not in flight; fetching
56108npm verb get http://registry.npmjs.org/uglify-js not expired, no request
56109npm verb afterAdd /root/.npm/uglify-js/2.4.0/package/package.json not in flight; writing
56110npm verb afterAdd /root/.npm/uglify-js/2.4.0/package/package.json written
56111npm verb cache add spec async@~0.2.6
56112npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for async
56113npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
56114npm verb get http://registry.npmjs.org/async not expired, no request
56115npm verb addNamed "0.2.10" is a plain semver version for async
56116npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
56117npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
56118npm verb cache add spec jade@~1.3.0
56119npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for jade
56120npm verb addNameRange registry:http://registry.npmjs.org/jade not in flight; fetching
56121npm verb get http://registry.npmjs.org/jade not expired, no request
56122npm verb addNamed "1.3.1" is a plain semver version for jade
56123npm verb addRemoteTarball http://registry.npmjs.org/jade/-/jade-1.3.1.tgz not in flight; adding
56124npm verb addRemoteTarball [ 'http://registry.npmjs.org/jade/-/jade-1.3.1.tgz',
56125npm verb addRemoteTarball '7483d848b8714dc50a40da98b0409790b374216b' ]
56126npm info retry fetch attempt 1 at 19:34:08
56127npm info attempt registry request try #1 at 19:34:08
56128npm http fetch GET http://registry.npmjs.org/jade/-/jade-1.3.1.tgz
56129npm http fetch 200 http://registry.npmjs.org/jade/-/jade-1.3.1.tgz
56130npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jade/-/jade-1.3.1.tgz not in flight; adding
56131npm verb addTmpTarball already have metadata; skipping unpack for jade@1.3.1
56132npm verb afterAdd /root/.npm/jade/1.3.1/package/package.json not in flight; writing
56133npm verb afterAdd /root/.npm/jade/1.3.1/package/package.json written
56134npm verb cache add spec with@~3.0.0
56135npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for with
56136npm verb addNameRange registry:http://registry.npmjs.org/with not in flight; fetching
56137npm verb get http://registry.npmjs.org/with not expired, no request
56138npm verb addNamed "3.0.1" is a plain semver version for with
56139npm verb addRemoteTarball http://registry.npmjs.org/with/-/with-3.0.1.tgz not in flight; adding
56140npm verb addRemoteTarball [ 'http://registry.npmjs.org/with/-/with-3.0.1.tgz',
56141npm verb addRemoteTarball '08354da410243cf6173fb142bb04e6c66f96f854' ]
56142npm info retry fetch attempt 1 at 19:34:08
56143npm info attempt registry request try #1 at 19:34:08
56144npm http fetch GET http://registry.npmjs.org/with/-/with-3.0.1.tgz
56145npm http fetch 200 http://registry.npmjs.org/with/-/with-3.0.1.tgz
56146npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/with/-/with-3.0.1.tgz not in flight; adding
56147npm verb addTmpTarball already have metadata; skipping unpack for with@3.0.1
56148npm verb afterAdd /root/.npm/with/3.0.1/package/package.json not in flight; writing
56149npm verb afterAdd /root/.npm/with/3.0.1/package/package.json written
56150npm verb request uri http://registry.npmjs.org/phantomjs
56151npm verb request no auth needed
56152npm info attempt registry request try #1 at 19:34:08
56153npm http request GET http://registry.npmjs.org/phantomjs
56154npm http 200 http://registry.npmjs.org/phantomjs
56155npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
56156npm verb headers etag: '"EX518HY6F1GZWKXV9H8HDGX4Q"',
56157npm verb headers 'content-type': 'application/json',
56158npm verb headers 'cache-control': 'max-age=300',
56159npm verb headers 'content-length': '102292',
56160npm verb headers 'accept-ranges': 'bytes',
56161npm verb headers date: 'Tue, 29 Dec 2015 19:30:09 GMT',
56162npm verb headers 'x-served-by': 'cache-fra1237-FRA',
56163npm verb headers 'x-cache': 'HIT, HIT from atomic02.kolabsys.com',
56164npm verb headers 'x-cache-hits': '1',
56165npm verb headers 'x-timer': 'S1451417408.849668,VS0,VE180',
56166npm verb headers vary: 'Accept',
56167npm verb headers age: '240',
56168npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
56169npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56170npm verb headers connection: 'keep-alive' }
56171npm verb get saving phantomjs to /root/.npm/registry.npmjs.org/phantomjs/.cache.json
56172npm verb cache add spec phantomjs@~1.9
56173npm verb addNamed ">=1.9.0 <1.10.0" is a valid semver range for phantomjs
56174npm verb addNameRange registry:http://registry.npmjs.org/phantomjs not in flight; fetching
56175npm verb get http://registry.npmjs.org/phantomjs not expired, no request
56176npm verb addNamed "1.9.19" is a plain semver version for phantomjs
56177npm verb addRemoteTarball http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz not in flight; adding
56178npm verb addRemoteTarball [ 'http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz',
56179npm verb addRemoteTarball 'a7f2cef5eba7343e1a729ce9922a95a6d0a11c07' ]
56180npm info retry fetch attempt 1 at 19:34:08
56181npm info attempt registry request try #1 at 19:34:08
56182npm http fetch GET http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz
56183npm http fetch 200 http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz
56184npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/phantomjs/-/phantomjs-1.9.19.tgz not in flight; adding
56185npm verb addTmpTarball already have metadata; skipping unpack for phantomjs@1.9.19
56186npm verb afterAdd /root/.npm/phantomjs/1.9.19/package/package.json not in flight; writing
56187npm verb afterAdd /root/.npm/phantomjs/1.9.19/package/package.json written
56188npm verb cache add spec adm-zip@0.4.4
56189npm verb cache add spec fs-extra@~0.23.1
56190npm verb cache add spec npmconf@2.1.1
56191npm verb cache add spec request@2.42.0
56192npm verb cache add spec request-progress@0.3.1
56193npm verb addNamed "0.4.4" is a plain semver version for adm-zip
56194npm verb addNameVersion registry:http://registry.npmjs.org/adm-zip not in flight; fetching
56195npm verb addNamed ">=0.23.1 <0.24.0" is a valid semver range for fs-extra
56196npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
56197npm verb addNamed "2.1.1" is a plain semver version for npmconf
56198npm verb addNameVersion registry:http://registry.npmjs.org/npmconf not in flight; fetching
56199npm verb addNamed "2.42.0" is a plain semver version for request
56200npm verb addNameVersion registry:http://registry.npmjs.org/request not in flight; fetching
56201npm verb addNamed "0.3.1" is a plain semver version for request-progress
56202npm verb addNameVersion registry:http://registry.npmjs.org/request-progress not in flight; fetching
56203npm verb request uri http://registry.npmjs.org/kew
56204npm verb request no auth needed
56205npm info attempt registry request try #1 at 19:34:08
56206npm http request GET http://registry.npmjs.org/kew
56207npm verb request uri http://registry.npmjs.org/md5
56208npm verb request no auth needed
56209npm info attempt registry request try #1 at 19:34:08
56210npm http request GET http://registry.npmjs.org/md5
56211npm verb request uri http://registry.npmjs.org/progress
56212npm verb request no auth needed
56213npm info attempt registry request try #1 at 19:34:08
56214npm http request GET http://registry.npmjs.org/progress
56215npm verb request uri http://registry.npmjs.org/adm-zip
56216npm verb request no auth needed
56217npm info attempt registry request try #1 at 19:34:08
56218npm verb etag "AAB8O4XDJLTFC1LEIVD3MQ62J"
56219npm http request GET http://registry.npmjs.org/adm-zip
56220npm verb request uri http://registry.npmjs.org/fs-extra
56221npm verb request no auth needed
56222npm info attempt registry request try #1 at 19:34:08
56223npm verb etag "29MGF514AYFY503MI1EY7HU5G"
56224npm http request GET http://registry.npmjs.org/fs-extra
56225npm verb request uri http://registry.npmjs.org/npmconf
56226npm verb request no auth needed
56227npm info attempt registry request try #1 at 19:34:08
56228npm verb etag "BCJGZTO6DWJS3OL63R8VZG32S"
56229npm http request GET http://registry.npmjs.org/npmconf
56230npm verb request uri http://registry.npmjs.org/request-progress
56231npm verb request no auth needed
56232npm info attempt registry request try #1 at 19:34:08
56233npm verb etag "6EOGJGB8CLEDDBKU4TTN42PMS"
56234npm http request GET http://registry.npmjs.org/request-progress
56235npm http 200 http://registry.npmjs.org/progress
56236npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
56237npm verb headers etag: '"1MWJSBT5S35PX2FU1QA9PPNU8"',
56238npm verb headers 'content-type': 'application/json',
56239npm verb headers 'cache-control': 'max-age=300',
56240npm verb headers 'content-length': '16495',
56241npm verb headers 'accept-ranges': 'bytes',
56242npm verb headers date: 'Tue, 29 Dec 2015 19:34:08 GMT',
56243npm verb headers age: '101',
56244npm verb headers 'x-served-by': 'cache-fra1225-FRA',
56245npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56246npm verb headers 'x-cache-hits': '1',
56247npm verb headers 'x-timer': 'S1451417648.919780,VS0,VE0',
56248npm verb headers vary: 'Accept',
56249npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
56250npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56251npm verb headers connection: 'keep-alive' }
56252npm verb get saving progress to /root/.npm/registry.npmjs.org/progress/.cache.json
56253npm http 200 http://registry.npmjs.org/kew
56254npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
56255npm verb headers etag: '"AW5RY0MTQ5G4Q0BRIPRCKNB5D"',
56256npm verb headers 'content-type': 'application/json',
56257npm verb headers 'cache-control': 'max-age=300',
56258npm verb headers 'content-length': '35451',
56259npm verb headers 'accept-ranges': 'bytes',
56260npm verb headers date: 'Tue, 29 Dec 2015 19:34:08 GMT',
56261npm verb headers age: '50',
56262npm verb headers 'x-served-by': 'cache-ams4143-AMS',
56263npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56264npm verb headers 'x-cache-hits': '1',
56265npm verb headers 'x-timer': 'S1451417648.922913,VS0,VE0',
56266npm verb headers vary: 'Accept',
56267npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56268npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56269npm verb headers connection: 'keep-alive' }
56270npm verb get saving kew to /root/.npm/registry.npmjs.org/kew/.cache.json
56271npm verb request uri http://registry.npmjs.org/request
56272npm verb request no auth needed
56273npm info attempt registry request try #1 at 19:34:09
56274npm verb etag "41O2YUQ0F957MF7HVJELBZYE5"
56275npm http request GET http://registry.npmjs.org/request
56276npm http 304 http://registry.npmjs.org/fs-extra
56277npm verb headers { date: 'Tue, 29 Dec 2015 19:34:08 GMT',
56278npm verb headers 'cache-control': 'max-age=300',
56279npm verb headers etag: '"29MGF514AYFY503MI1EY7HU5G"',
56280npm verb headers age: '266',
56281npm verb headers 'x-served-by': 'cache-ams4124-AMS',
56282npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56283npm verb headers 'x-cache-hits': '1382',
56284npm verb headers 'x-timer': 'S1451417648.952390,VS0,VE0',
56285npm verb headers vary: 'Accept',
56286npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56287npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56288npm verb headers connection: 'keep-alive' }
56289npm verb etag http://registry.npmjs.org/fs-extra from cache
56290npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
56291npm http 304 http://registry.npmjs.org/adm-zip
56292npm verb headers { date: 'Tue, 29 Dec 2015 19:34:08 GMT',
56293npm verb headers 'cache-control': 'max-age=300',
56294npm verb headers etag: '"AAB8O4XDJLTFC1LEIVD3MQ62J"',
56295npm verb headers age: '65',
56296npm verb headers 'x-served-by': 'cache-ams4146-AMS',
56297npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56298npm verb headers 'x-cache-hits': '1',
56299npm verb headers 'x-timer': 'S1451417648.952514,VS0,VE0',
56300npm verb headers vary: 'Accept',
56301npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56302npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56303npm verb headers connection: 'keep-alive' }
56304npm verb etag http://registry.npmjs.org/adm-zip from cache
56305npm verb get saving adm-zip to /root/.npm/registry.npmjs.org/adm-zip/.cache.json
56306npm http 304 http://registry.npmjs.org/request-progress
56307npm verb headers { date: 'Tue, 29 Dec 2015 19:34:09 GMT',
56308npm verb headers 'cache-control': 'max-age=60',
56309npm verb headers etag: '"6EOGJGB8CLEDDBKU4TTN42PMS"',
56310npm verb headers age: '5',
56311npm verb headers 'x-served-by': 'cache-fra1225-FRA',
56312npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56313npm verb headers 'x-cache-hits': '1',
56314npm verb headers 'x-timer': 'S1451417649.000022,VS0,VE0',
56315npm verb headers vary: 'Accept',
56316npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56317npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56318npm verb headers connection: 'keep-alive' }
56319npm verb etag http://registry.npmjs.org/request-progress from cache
56320npm verb get saving request-progress to /root/.npm/registry.npmjs.org/request-progress/.cache.json
56321npm http 304 http://registry.npmjs.org/npmconf
56322npm verb headers { date: 'Tue, 29 Dec 2015 19:34:09 GMT',
56323npm verb headers 'cache-control': 'max-age=300',
56324npm verb headers etag: '"BCJGZTO6DWJS3OL63R8VZG32S"',
56325npm verb headers age: '221',
56326npm verb headers 'x-served-by': 'cache-ams4146-AMS',
56327npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56328npm verb headers 'x-cache-hits': '2',
56329npm verb headers 'x-timer': 'S1451417649.003494,VS0,VE0',
56330npm verb headers vary: 'Accept',
56331npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56332npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56333npm verb headers connection: 'keep-alive' }
56334npm verb etag http://registry.npmjs.org/npmconf from cache
56335npm verb get saving npmconf to /root/.npm/registry.npmjs.org/npmconf/.cache.json
56336npm http 200 http://registry.npmjs.org/md5
56337npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
56338npm verb headers etag: '"1ULTZP1392ITZIQWGQDQ2UH90"',
56339npm verb headers 'content-type': 'application/json',
56340npm verb headers 'cache-control': 'max-age=300',
56341npm verb headers 'content-length': '7267',
56342npm verb headers 'accept-ranges': 'bytes',
56343npm verb headers date: 'Tue, 29 Dec 2015 19:34:08 GMT',
56344npm verb headers age: '216',
56345npm verb headers 'x-served-by': 'cache-ams4143-AMS',
56346npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56347npm verb headers 'x-cache-hits': '1',
56348npm verb headers 'x-timer': 'S1451417648.923526,VS0,VE0',
56349npm verb headers vary: 'Accept',
56350npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56351npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56352npm verb headers connection: 'keep-alive' }
56353npm verb get saving md5 to /root/.npm/registry.npmjs.org/md5/.cache.json
56354npm http 304 http://registry.npmjs.org/request
56355npm verb headers { date: 'Tue, 29 Dec 2015 19:34:09 GMT',
56356npm verb headers 'cache-control': 'max-age=300',
56357npm verb headers etag: '"41O2YUQ0F957MF7HVJELBZYE5"',
56358npm verb headers age: '297',
56359npm verb headers 'x-served-by': 'cache-ams4146-AMS',
56360npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56361npm verb headers 'x-cache-hits': '7',
56362npm verb headers 'x-timer': 'S1451417649.069817,VS0,VE0',
56363npm verb headers vary: 'Accept',
56364npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56365npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56366npm verb headers connection: 'keep-alive' }
56367npm verb etag http://registry.npmjs.org/request from cache
56368npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
56369npm verb addNamed "0.23.1" is a plain semver version for fs-extra
56370npm verb cache add spec progress@1.1.8
56371npm verb addNamed "1.1.8" is a plain semver version for progress
56372npm verb addNameVersion registry:http://registry.npmjs.org/progress not in flight; fetching
56373npm verb cache add spec kew@0.4.0
56374npm verb addNamed "0.4.0" is a plain semver version for kew
56375npm verb addNameVersion registry:http://registry.npmjs.org/kew not in flight; fetching
56376npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz not in flight; adding
56377npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz',
56378npm verb addRemoteTarball '6611dba6adf2ab8dc9c69fab37cddf8818157e3d' ]
56379npm verb addRemoteTarball http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz not in flight; adding
56380npm verb addRemoteTarball [ 'http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz',
56381npm verb addRemoteTarball '0721c105d8a96ac6b2ce8b2c89ae2d5ecfcf6b3a' ]
56382npm verb addRemoteTarball http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz not in flight; adding
56383npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz',
56384npm verb addRemoteTarball 'a266c7e5c56695eb7f55caf3a5a7328f24510dae' ]
56385npm info retry fetch attempt 1 at 19:34:09
56386npm info attempt registry request try #1 at 19:34:09
56387npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz
56388npm info retry fetch attempt 1 at 19:34:09
56389npm info attempt registry request try #1 at 19:34:09
56390npm http fetch GET http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz
56391npm verb cache add spec md5@~2.0.0
56392npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for md5
56393npm verb addNameRange registry:http://registry.npmjs.org/md5 not in flight; fetching
56394npm info retry fetch attempt 1 at 19:34:09
56395npm info attempt registry request try #1 at 19:34:09
56396npm http fetch GET http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz
56397npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz
56398npm verb get http://registry.npmjs.org/kew not expired, no request
56399npm verb get http://registry.npmjs.org/progress not expired, no request
56400npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json not in flight; writing
56401npm http fetch 200 http://registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz
56402npm verb addRemoteTarball http://registry.npmjs.org/kew/-/kew-0.4.0.tgz not in flight; adding
56403npm verb addRemoteTarball [ 'http://registry.npmjs.org/kew/-/kew-0.4.0.tgz',
56404npm verb addRemoteTarball 'da97484f1b06502146f3c60cec05ac6012cd993f' ]
56405npm verb addRemoteTarball http://registry.npmjs.org/progress/-/progress-1.1.8.tgz not in flight; adding
56406npm verb addRemoteTarball [ 'http://registry.npmjs.org/progress/-/progress-1.1.8.tgz',
56407npm verb addRemoteTarball 'e260c78f6161cdd9b0e56cc3e0a85de17c7a57be' ]
56408npm http fetch 200 http://registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz
56409npm verb get http://registry.npmjs.org/md5 not expired, no request
56410npm verb addNamed "2.0.0" is a plain semver version for md5
56411npm verb afterAdd /root/.npm/request/2.42.0/package/package.json not in flight; writing
56412npm info retry fetch attempt 1 at 19:34:09
56413npm info attempt registry request try #1 at 19:34:09
56414npm http fetch GET http://registry.npmjs.org/kew/-/kew-0.4.0.tgz
56415npm info retry fetch attempt 1 at 19:34:09
56416npm info attempt registry request try #1 at 19:34:09
56417npm http fetch GET http://registry.npmjs.org/progress/-/progress-1.1.8.tgz
56418npm verb addRemoteTarball http://registry.npmjs.org/md5/-/md5-2.0.0.tgz not in flight; adding
56419npm verb addRemoteTarball [ 'http://registry.npmjs.org/md5/-/md5-2.0.0.tgz',
56420npm verb addRemoteTarball '75e392e0ebd5a9b88dc7cb7a93875137b87c8a33' ]
56421npm verb afterAdd /root/.npm/adm-zip/0.4.4/package/package.json written
56422npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz not in flight; adding
56423npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.23.1
56424npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/request-progress/-/request-progress-0.3.1.tgz not in flight; adding
56425npm verb addTmpTarball already have metadata; skipping unpack for request-progress@0.3.1
56426npm http fetch 200 http://registry.npmjs.org/kew/-/kew-0.4.0.tgz
56427npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/npmconf/-/npmconf-2.1.1.tgz not in flight; adding
56428npm verb addTmpTarball already have metadata; skipping unpack for npmconf@2.1.1
56429npm info retry fetch attempt 1 at 19:34:09
56430npm info attempt registry request try #1 at 19:34:09
56431npm http fetch GET http://registry.npmjs.org/md5/-/md5-2.0.0.tgz
56432npm verb afterAdd /root/.npm/request/2.42.0/package/package.json written
56433npm http fetch 200 http://registry.npmjs.org/progress/-/progress-1.1.8.tgz
56434npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/kew/-/kew-0.4.0.tgz not in flight; adding
56435npm verb addTmpTarball already have metadata; skipping unpack for kew@0.4.0
56436npm verb afterAdd /root/.npm/fs-extra/0.23.1/package/package.json not in flight; writing
56437npm verb afterAdd /root/.npm/request-progress/0.3.1/package/package.json not in flight; writing
56438npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/progress/-/progress-1.1.8.tgz not in flight; adding
56439npm verb addTmpTarball already have metadata; skipping unpack for progress@1.1.8
56440npm verb afterAdd /root/.npm/npmconf/2.1.1/package/package.json not in flight; writing
56441npm http fetch 200 http://registry.npmjs.org/md5/-/md5-2.0.0.tgz
56442npm verb afterAdd /root/.npm/fs-extra/0.23.1/package/package.json written
56443npm verb afterAdd /root/.npm/request-progress/0.3.1/package/package.json written
56444npm verb afterAdd /root/.npm/npmconf/2.1.1/package/package.json written
56445npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/md5/-/md5-2.0.0.tgz not in flight; adding
56446npm verb addTmpTarball already have metadata; skipping unpack for md5@2.0.0
56447npm verb afterAdd /root/.npm/kew/0.4.0/package/package.json not in flight; writing
56448npm verb afterAdd /root/.npm/progress/1.1.8/package/package.json not in flight; writing
56449npm verb afterAdd /root/.npm/kew/0.4.0/package/package.json written
56450npm verb afterAdd /root/.npm/progress/1.1.8/package/package.json written
56451npm verb afterAdd /root/.npm/md5/2.0.0/package/package.json not in flight; writing
56452npm verb afterAdd /root/.npm/md5/2.0.0/package/package.json written
56453npm verb cache add spec graceful-fs@^4.1.2
56454npm verb cache add spec jsonfile@^2.1.0
56455npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
56456npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
56457npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for jsonfile
56458npm verb addNameRange registry:http://registry.npmjs.org/jsonfile not in flight; fetching
56459npm verb request uri http://registry.npmjs.org/graceful-fs
56460npm verb request no auth needed
56461npm info attempt registry request try #1 at 19:34:09
56462npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
56463npm http request GET http://registry.npmjs.org/graceful-fs
56464npm verb request uri http://registry.npmjs.org/jsonfile
56465npm verb request no auth needed
56466npm info attempt registry request try #1 at 19:34:09
56467npm verb etag "EDYTB6GREGXYI7F7RCPNW3UZI"
56468npm http request GET http://registry.npmjs.org/jsonfile
56469npm http 304 http://registry.npmjs.org/graceful-fs
56470npm verb headers { date: 'Tue, 29 Dec 2015 19:34:09 GMT',
56471npm verb headers 'cache-control': 'max-age=300',
56472npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
56473npm verb headers age: '12',
56474npm verb headers 'x-served-by': 'cache-ams4146-AMS',
56475npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56476npm verb headers 'x-cache-hits': '1',
56477npm verb headers 'x-timer': 'S1451417649.445901,VS0,VE0',
56478npm verb headers vary: 'Accept',
56479npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56480npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56481npm verb headers connection: 'keep-alive' }
56482npm verb etag http://registry.npmjs.org/graceful-fs from cache
56483npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
56484npm http 304 http://registry.npmjs.org/jsonfile
56485npm verb headers { date: 'Tue, 29 Dec 2015 19:34:09 GMT',
56486npm verb headers 'cache-control': 'max-age=300',
56487npm verb headers etag: '"EDYTB6GREGXYI7F7RCPNW3UZI"',
56488npm verb headers age: '252',
56489npm verb headers 'x-served-by': 'cache-ams4143-AMS',
56490npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56491npm verb headers 'x-cache-hits': '3',
56492npm verb headers 'x-timer': 'S1451417649.446102,VS0,VE0',
56493npm verb headers vary: 'Accept',
56494npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56495npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56496npm verb headers connection: 'keep-alive' }
56497npm verb etag http://registry.npmjs.org/jsonfile from cache
56498npm verb get saving jsonfile to /root/.npm/registry.npmjs.org/jsonfile/.cache.json
56499npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
56500npm verb addNamed "2.2.3" is a plain semver version for jsonfile
56501npm verb addRemoteTarball http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
56502npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz',
56503npm verb addRemoteTarball 'e252b99a6af901d3ec41f332589c90509a7bc605' ]
56504npm info retry fetch attempt 1 at 19:34:09
56505npm info attempt registry request try #1 at 19:34:09
56506npm http fetch GET http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
56507npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
56508npm http fetch 200 http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
56509npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
56510npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
56511npm verb addTmpTarball already have metadata; skipping unpack for jsonfile@2.2.3
56512npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json not in flight; writing
56513npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json written
56514npm verb cache add spec is-buffer@~ 1.0.2
56515npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for is-buffer
56516npm verb addNameRange registry:http://registry.npmjs.org/is-buffer not in flight; fetching
56517npm verb request uri http://registry.npmjs.org/charenc
56518npm verb request no auth needed
56519npm info attempt registry request try #1 at 19:34:09
56520npm http request GET http://registry.npmjs.org/charenc
56521npm verb request uri http://registry.npmjs.org/crypt
56522npm verb request no auth needed
56523npm info attempt registry request try #1 at 19:34:09
56524npm http request GET http://registry.npmjs.org/crypt
56525npm verb request uri http://registry.npmjs.org/is-buffer
56526npm verb request no auth needed
56527npm info attempt registry request try #1 at 19:34:09
56528npm verb etag "DIF9DJ8LI2336ISVZQ1LXHD4H"
56529npm http request GET http://registry.npmjs.org/is-buffer
56530npm http 200 http://registry.npmjs.org/crypt
56531npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
56532npm verb headers etag: '"645DM9B0EL8881WN2UNM01P0E"',
56533npm verb headers 'content-type': 'application/json',
56534npm verb headers 'cache-control': 'max-age=300',
56535npm verb headers 'content-length': '2200',
56536npm verb headers 'accept-ranges': 'bytes',
56537npm verb headers date: 'Tue, 29 Dec 2015 19:34:09 GMT',
56538npm verb headers age: '218',
56539npm verb headers 'x-served-by': 'cache-fra1225-FRA',
56540npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56541npm verb headers 'x-cache-hits': '2',
56542npm verb headers 'x-timer': 'S1451417649.601671,VS0,VE0',
56543npm verb headers vary: 'Accept',
56544npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56545npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56546npm verb headers connection: 'keep-alive' }
56547npm verb get saving crypt to /root/.npm/registry.npmjs.org/crypt/.cache.json
56548npm http 200 http://registry.npmjs.org/charenc
56549npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
56550npm verb headers etag: '"56QWGF6L07H5HVAFRB2ZA83YH"',
56551npm verb headers 'content-type': 'application/json',
56552npm verb headers 'cache-control': 'max-age=300',
56553npm verb headers 'content-length': '2266',
56554npm verb headers 'accept-ranges': 'bytes',
56555npm verb headers date: 'Tue, 29 Dec 2015 19:34:09 GMT',
56556npm verb headers age: '207',
56557npm verb headers 'x-served-by': 'cache-ams4143-AMS',
56558npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56559npm verb headers 'x-cache-hits': '2',
56560npm verb headers 'x-timer': 'S1451417649.604946,VS0,VE0',
56561npm verb headers vary: 'Accept',
56562npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56563npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56564npm verb headers connection: 'keep-alive' }
56565npm verb get saving charenc to /root/.npm/registry.npmjs.org/charenc/.cache.json
56566npm http 304 http://registry.npmjs.org/is-buffer
56567npm verb headers { date: 'Tue, 29 Dec 2015 19:34:09 GMT',
56568npm verb headers 'cache-control': 'max-age=60',
56569npm verb headers etag: '"DIF9DJ8LI2336ISVZQ1LXHD4H"',
56570npm verb headers age: '33',
56571npm verb headers 'x-served-by': 'cache-fra1234-FRA',
56572npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56573npm verb headers 'x-cache-hits': '1',
56574npm verb headers 'x-timer': 'S1451417649.616435,VS0,VE0',
56575npm verb headers vary: 'Accept',
56576npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56577npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56578npm verb headers connection: 'keep-alive' }
56579npm verb etag http://registry.npmjs.org/is-buffer from cache
56580npm verb get saving is-buffer to /root/.npm/registry.npmjs.org/is-buffer/.cache.json
56581npm verb cache add spec charenc@~ 0.0.1
56582npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for charenc
56583npm verb addNameRange registry:http://registry.npmjs.org/charenc not in flight; fetching
56584npm verb cache add spec crypt@~ 0.0.1
56585npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for crypt
56586npm verb addNameRange registry:http://registry.npmjs.org/crypt not in flight; fetching
56587npm verb addNamed "1.0.2" is a plain semver version for is-buffer
56588npm verb addRemoteTarball http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz not in flight; adding
56589npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz',
56590npm verb addRemoteTarball 'f5c6c051d73f86f11b4ee14267cc1029fce261d0' ]
56591npm info retry fetch attempt 1 at 19:34:09
56592npm info attempt registry request try #1 at 19:34:09
56593npm http fetch GET http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz
56594npm verb get http://registry.npmjs.org/crypt not expired, no request
56595npm verb addNamed "0.0.1" is a plain semver version for crypt
56596npm verb get http://registry.npmjs.org/charenc not expired, no request
56597npm verb addNamed "0.0.1" is a plain semver version for charenc
56598npm verb addRemoteTarball http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz not in flight; adding
56599npm verb addRemoteTarball [ 'http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz',
56600npm verb addRemoteTarball '5f11b21a6c05ef1b5e79708366da6374ece1e6a2' ]
56601npm verb addRemoteTarball http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz not in flight; adding
56602npm verb addRemoteTarball [ 'http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz',
56603npm verb addRemoteTarball '004cff9feaf102382ed12db58dd6f962796d6e88' ]
56604npm info retry fetch attempt 1 at 19:34:09
56605npm info attempt registry request try #1 at 19:34:09
56606npm http fetch GET http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz
56607npm info retry fetch attempt 1 at 19:34:09
56608npm info attempt registry request try #1 at 19:34:09
56609npm http fetch GET http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz
56610npm http fetch 200 http://registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz
56611npm http fetch 200 http://registry.npmjs.org/charenc/-/charenc-0.0.1.tgz
56612npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/is-buffer/-/is-buffer-1.0.2.tgz not in flight; adding
56613npm verb addTmpTarball already have metadata; skipping unpack for is-buffer@1.0.2
56614npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/charenc/-/charenc-0.0.1.tgz not in flight; adding
56615npm verb addTmpTarball already have metadata; skipping unpack for charenc@0.0.1
56616npm verb afterAdd /root/.npm/is-buffer/1.0.2/package/package.json not in flight; writing
56617npm verb afterAdd /root/.npm/charenc/0.0.1/package/package.json not in flight; writing
56618npm verb afterAdd /root/.npm/is-buffer/1.0.2/package/package.json written
56619npm http fetch 200 http://registry.npmjs.org/crypt/-/crypt-0.0.1.tgz
56620npm verb afterAdd /root/.npm/charenc/0.0.1/package/package.json written
56621npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/crypt/-/crypt-0.0.1.tgz not in flight; adding
56622npm verb addTmpTarball already have metadata; skipping unpack for crypt@0.0.1
56623npm verb afterAdd /root/.npm/crypt/0.0.1/package/package.json not in flight; writing
56624npm verb afterAdd /root/.npm/crypt/0.0.1/package/package.json written
56625npm verb cache add spec mkdirp@^0.5.0
56626npm verb cache add spec nopt@~3.0.1
56627npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
56628npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
56629npm verb addNamed ">=3.0.1 <3.1.0" is a valid semver range for nopt
56630npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
56631npm verb request uri http://registry.npmjs.org/mkdirp
56632npm verb request no auth needed
56633npm info attempt registry request try #1 at 19:34:09
56634npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
56635npm http request GET http://registry.npmjs.org/mkdirp
56636npm verb request uri http://registry.npmjs.org/nopt
56637npm verb request no auth needed
56638npm info attempt registry request try #1 at 19:34:09
56639npm verb etag "9DHRVEOSD6J2N1Y0QWU855CCH"
56640npm http request GET http://registry.npmjs.org/nopt
56641npm http 304 http://registry.npmjs.org/mkdirp
56642npm verb headers { date: 'Tue, 29 Dec 2015 19:34:09 GMT',
56643npm verb headers 'cache-control': 'max-age=300',
56644npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
56645npm verb headers age: '153',
56646npm verb headers 'x-served-by': 'cache-fra1234-FRA',
56647npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56648npm verb headers 'x-cache-hits': '9',
56649npm verb headers 'x-timer': 'S1451417649.875615,VS0,VE0',
56650npm verb headers vary: 'Accept',
56651npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
56652npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56653npm verb headers connection: 'keep-alive' }
56654npm verb etag http://registry.npmjs.org/mkdirp from cache
56655npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
56656npm verb addNamed "0.5.1" is a plain semver version for mkdirp
56657npm http 304 http://registry.npmjs.org/nopt
56658npm verb headers { date: 'Tue, 29 Dec 2015 19:34:09 GMT',
56659npm verb headers 'cache-control': 'max-age=300',
56660npm verb headers etag: '"9DHRVEOSD6J2N1Y0QWU855CCH"',
56661npm verb headers age: '24',
56662npm verb headers 'x-served-by': 'cache-ams4143-AMS',
56663npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56664npm verb headers 'x-cache-hits': '1',
56665npm verb headers 'x-timer': 'S1451417649.892599,VS0,VE0',
56666npm verb headers vary: 'Accept',
56667npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56668npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56669npm verb headers connection: 'keep-alive' }
56670npm verb etag http://registry.npmjs.org/nopt from cache
56671npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
56672npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
56673npm verb addNamed "3.0.6" is a plain semver version for nopt
56674npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
56675npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
56676npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
56677npm verb cache add spec minimist@0.0.8
56678npm verb addNamed "0.0.8" is a plain semver version for minimist
56679npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
56680npm verb get http://registry.npmjs.org/minimist not expired, no request
56681npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
56682npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
56683npm verb cache add spec bl@~0.9.0
56684npm verb cache add spec caseless@~0.6.0
56685npm verb cache add spec forever-agent@~0.5.0
56686npm verb cache add spec qs@~1.2.0
56687npm verb cache add spec node-uuid@~1.4.0
56688npm verb cache add spec form-data@~0.1.0
56689npm verb cache add spec http-signature@~0.10.0
56690npm verb cache add spec oauth-sign@~0.4.0
56691npm verb cache add spec hawk@1.1.1
56692npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
56693npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
56694npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for caseless
56695npm verb addNameRange registry:http://registry.npmjs.org/caseless not in flight; fetching
56696npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
56697npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
56698npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for qs
56699npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
56700npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
56701npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
56702npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for form-data
56703npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
56704npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
56705npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
56706npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for oauth-sign
56707npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
56708npm verb addNamed "1.1.1" is a plain semver version for hawk
56709npm verb addNameVersion registry:http://registry.npmjs.org/hawk not in flight; fetching
56710npm verb request uri http://registry.npmjs.org/caseless
56711npm verb request no auth needed
56712npm info attempt registry request try #1 at 19:34:10
56713npm verb etag "31X3RJHEJY3DII8ZZ4JC45YBC"
56714npm http request GET http://registry.npmjs.org/caseless
56715npm verb request uri http://registry.npmjs.org/bl
56716npm verb request no auth needed
56717npm info attempt registry request try #1 at 19:34:10
56718npm verb etag "1QW45QJTVFVWJ5YM6H0GGCASF"
56719npm http request GET http://registry.npmjs.org/bl
56720npm verb request uri http://registry.npmjs.org/forever-agent
56721npm verb request no auth needed
56722npm info attempt registry request try #1 at 19:34:10
56723npm verb etag "3Z9M332T1HPVIXR93E7J1RS1E"
56724npm http request GET http://registry.npmjs.org/forever-agent
56725npm verb request uri http://registry.npmjs.org/qs
56726npm verb request no auth needed
56727npm info attempt registry request try #1 at 19:34:10
56728npm verb etag "ABBTZ14CMW8TB0ZN25ZL5AVYM"
56729npm http request GET http://registry.npmjs.org/qs
56730npm verb request uri http://registry.npmjs.org/node-uuid
56731npm verb request no auth needed
56732npm info attempt registry request try #1 at 19:34:10
56733npm verb etag "7SC44848JT0T1XLJAD5CB3ZVF"
56734npm http request GET http://registry.npmjs.org/node-uuid
56735npm verb request uri http://registry.npmjs.org/form-data
56736npm verb request no auth needed
56737npm info attempt registry request try #1 at 19:34:10
56738npm verb etag "3168ZUC1M6PC20LWUFGLM15N0"
56739npm http request GET http://registry.npmjs.org/form-data
56740npm verb request uri http://registry.npmjs.org/http-signature
56741npm verb request no auth needed
56742npm info attempt registry request try #1 at 19:34:10
56743npm verb etag "AY89R528YS9SVNQROK52E9CF7"
56744npm http request GET http://registry.npmjs.org/http-signature
56745npm verb request uri http://registry.npmjs.org/oauth-sign
56746npm verb request no auth needed
56747npm info attempt registry request try #1 at 19:34:10
56748npm verb etag "EDJNZ0SD5DV6ZTLTXN76D4X7I"
56749npm http request GET http://registry.npmjs.org/oauth-sign
56750npm verb request uri http://registry.npmjs.org/hawk
56751npm verb request no auth needed
56752npm info attempt registry request try #1 at 19:34:10
56753npm verb etag "DL06CWBZE06RBOAKK3T35XMYW"
56754npm http request GET http://registry.npmjs.org/hawk
56755npm http 304 http://registry.npmjs.org/qs
56756npm verb headers { date: 'Tue, 29 Dec 2015 19:30:13 GMT',
56757npm verb headers 'content-type': 'application/json',
56758npm verb headers age: '285',
56759npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
56760npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
56761npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
56762npm verb headers connection: 'keep-alive' }
56763npm verb etag http://registry.npmjs.org/qs from cache
56764npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
56765npm http 304 http://registry.npmjs.org/node-uuid
56766npm verb headers { date: 'Tue, 29 Dec 2015 19:30:13 GMT',
56767npm verb headers 'content-type': 'application/json',
56768npm verb headers age: '269',
56769npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
56770npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
56771npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
56772npm verb headers connection: 'keep-alive' }
56773npm verb etag http://registry.npmjs.org/node-uuid from cache
56774npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
56775npm http 304 http://registry.npmjs.org/bl
56776npm verb headers { date: 'Tue, 29 Dec 2015 19:34:10 GMT',
56777npm verb headers 'cache-control': 'max-age=60',
56778npm verb headers etag: '"1QW45QJTVFVWJ5YM6H0GGCASF"',
56779npm verb headers age: '48',
56780npm verb headers 'x-served-by': 'cache-fra1234-FRA',
56781npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56782npm verb headers 'x-cache-hits': '1',
56783npm verb headers 'x-timer': 'S1451417650.283357,VS0,VE0',
56784npm verb headers vary: 'Accept',
56785npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56786npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56787npm verb headers connection: 'keep-alive' }
56788npm verb etag http://registry.npmjs.org/bl from cache
56789npm verb get saving bl to /root/.npm/registry.npmjs.org/bl/.cache.json
56790npm http 304 http://registry.npmjs.org/forever-agent
56791npm verb headers { date: 'Tue, 29 Dec 2015 19:34:10 GMT',
56792npm verb headers 'cache-control': 'max-age=300',
56793npm verb headers etag: '"3Z9M332T1HPVIXR93E7J1RS1E"',
56794npm verb headers age: '82',
56795npm verb headers 'x-served-by': 'cache-fra1225-FRA',
56796npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56797npm verb headers 'x-cache-hits': '2',
56798npm verb headers 'x-timer': 'S1451417650.285241,VS0,VE0',
56799npm verb headers vary: 'Accept',
56800npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
56801npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56802npm verb headers connection: 'keep-alive' }
56803npm verb etag http://registry.npmjs.org/forever-agent from cache
56804npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
56805npm http 304 http://registry.npmjs.org/caseless
56806npm verb headers { date: 'Tue, 29 Dec 2015 19:34:10 GMT',
56807npm verb headers 'cache-control': 'max-age=60',
56808npm verb headers etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
56809npm verb headers age: '31',
56810npm verb headers 'x-served-by': 'cache-ams4143-AMS',
56811npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56812npm verb headers 'x-cache-hits': '1',
56813npm verb headers 'x-timer': 'S1451417650.284835,VS0,VE0',
56814npm verb headers vary: 'Accept',
56815npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56816npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56817npm verb headers connection: 'keep-alive' }
56818npm verb etag http://registry.npmjs.org/caseless from cache
56819npm verb get saving caseless to /root/.npm/registry.npmjs.org/caseless/.cache.json
56820npm http 304 http://registry.npmjs.org/oauth-sign
56821npm verb headers { date: 'Tue, 29 Dec 2015 19:34:10 GMT',
56822npm verb headers 'cache-control': 'max-age=60',
56823npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
56824npm verb headers age: '24',
56825npm verb headers 'x-served-by': 'cache-fra1225-FRA',
56826npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56827npm verb headers 'x-cache-hits': '3',
56828npm verb headers 'x-timer': 'S1451417650.324712,VS0,VE0',
56829npm verb headers vary: 'Accept',
56830npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56831npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56832npm verb headers connection: 'keep-alive' }
56833npm verb etag http://registry.npmjs.org/oauth-sign from cache
56834npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
56835npm http 304 http://registry.npmjs.org/hawk
56836npm verb headers { date: 'Tue, 29 Dec 2015 19:34:10 GMT',
56837npm verb headers 'cache-control': 'max-age=60',
56838npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
56839npm verb headers age: '24',
56840npm verb headers 'x-served-by': 'cache-fra1234-FRA',
56841npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56842npm verb headers 'x-cache-hits': '2580',
56843npm verb headers 'x-timer': 'S1451417650.325144,VS0,VE0',
56844npm verb headers vary: 'Accept',
56845npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56846npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56847npm verb headers connection: 'keep-alive' }
56848npm verb etag http://registry.npmjs.org/hawk from cache
56849npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
56850npm http 304 http://registry.npmjs.org/form-data
56851npm verb headers { date: 'Tue, 29 Dec 2015 19:34:10 GMT',
56852npm verb headers 'cache-control': 'max-age=300',
56853npm verb headers etag: '"3168ZUC1M6PC20LWUFGLM15N0"',
56854npm verb headers age: '147',
56855npm verb headers 'x-served-by': 'cache-ams4143-AMS',
56856npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56857npm verb headers 'x-cache-hits': '3',
56858npm verb headers 'x-timer': 'S1451417650.328052,VS0,VE0',
56859npm verb headers vary: 'Accept',
56860npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56861npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56862npm verb headers connection: 'keep-alive' }
56863npm verb etag http://registry.npmjs.org/form-data from cache
56864npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
56865npm http 304 http://registry.npmjs.org/http-signature
56866npm verb headers { date: 'Tue, 29 Dec 2015 19:34:10 GMT',
56867npm verb headers 'cache-control': 'max-age=60',
56868npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
56869npm verb headers age: '30',
56870npm verb headers 'x-served-by': 'cache-ams4146-AMS',
56871npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56872npm verb headers 'x-cache-hits': '1',
56873npm verb headers 'x-timer': 'S1451417650.328192,VS0,VE0',
56874npm verb headers vary: 'Accept',
56875npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56876npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56877npm verb headers connection: 'keep-alive' }
56878npm verb etag http://registry.npmjs.org/http-signature from cache
56879npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
56880npm verb addNamed "1.4.7" is a plain semver version for node-uuid
56881npm verb addNamed "0.5.2" is a plain semver version for forever-agent
56882npm verb addNamed "1.2.2" is a plain semver version for qs
56883npm verb addNamed "0.6.0" is a plain semver version for caseless
56884npm verb addNamed "0.9.4" is a plain semver version for bl
56885npm verb addNamed "0.4.0" is a plain semver version for oauth-sign
56886npm verb addNamed "0.10.1" is a plain semver version for http-signature
56887npm verb addNamed "0.1.4" is a plain semver version for form-data
56888npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json not in flight; writing
56889npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json not in flight; writing
56890npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json not in flight; writing
56891npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
56892npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json not in flight; writing
56893npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json not in flight; writing
56894npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json not in flight; writing
56895npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json not in flight; writing
56896npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json not in flight; writing
56897npm verb afterAdd /root/.npm/caseless/0.6.0/package/package.json written
56898npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json written
56899npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
56900npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json written
56901npm verb afterAdd /root/.npm/oauth-sign/0.4.0/package/package.json written
56902npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json written
56903npm verb afterAdd /root/.npm/qs/1.2.2/package/package.json written
56904npm verb afterAdd /root/.npm/bl/0.9.4/package/package.json written
56905npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json written
56906npm verb cache add spec readable-stream@~1.0.26
56907npm verb addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
56908npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
56909npm verb get http://registry.npmjs.org/readable-stream not expired, no request
56910npm verb addNamed "1.0.33" is a plain semver version for readable-stream
56911npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json not in flight; writing
56912npm verb afterAdd /root/.npm/readable-stream/1.0.33/package/package.json written
56913npm verb cache add spec combined-stream@~0.0.4
56914npm verb cache add spec async@~0.9.0
56915npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for combined-stream
56916npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
56917npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
56918npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
56919npm verb request uri http://registry.npmjs.org/combined-stream
56920npm verb request no auth needed
56921npm info attempt registry request try #1 at 19:34:10
56922npm verb etag "B4WTGKY32M1VDZX0V45HEIVUL"
56923npm http request GET http://registry.npmjs.org/combined-stream
56924npm verb get http://registry.npmjs.org/async not expired, no request
56925npm verb addNamed "0.9.2" is a plain semver version for async
56926npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
56927npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
56928npm http 304 http://registry.npmjs.org/combined-stream
56929npm verb headers { date: 'Tue, 29 Dec 2015 19:34:10 GMT',
56930npm verb headers 'cache-control': 'max-age=60',
56931npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
56932npm verb headers age: '25',
56933npm verb headers 'x-served-by': 'cache-fra1234-FRA',
56934npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56935npm verb headers 'x-cache-hits': '2',
56936npm verb headers 'x-timer': 'S1451417650.740213,VS0,VE0',
56937npm verb headers vary: 'Accept',
56938npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56939npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56940npm verb headers connection: 'keep-alive' }
56941npm verb etag http://registry.npmjs.org/combined-stream from cache
56942npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
56943npm verb addNamed "0.0.7" is a plain semver version for combined-stream
56944npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
56945npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json written
56946npm verb cache add spec delayed-stream@0.0.5
56947npm verb addNamed "0.0.5" is a plain semver version for delayed-stream
56948npm verb addNameVersion registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
56949npm verb request uri http://registry.npmjs.org/delayed-stream
56950npm verb request no auth needed
56951npm info attempt registry request try #1 at 19:34:10
56952npm verb etag "3R3PDLMYOHW7LS95R001QU3HH"
56953npm http request GET http://registry.npmjs.org/delayed-stream
56954npm http 304 http://registry.npmjs.org/delayed-stream
56955npm verb headers { date: 'Tue, 29 Dec 2015 19:34:10 GMT',
56956npm verb headers 'cache-control': 'max-age=60',
56957npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
56958npm verb headers age: '17',
56959npm verb headers 'x-served-by': 'cache-fra1234-FRA',
56960npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
56961npm verb headers 'x-cache-hits': '2',
56962npm verb headers 'x-timer': 'S1451417650.827850,VS0,VE0',
56963npm verb headers vary: 'Accept',
56964npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
56965npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
56966npm verb headers connection: 'keep-alive' }
56967npm verb etag http://registry.npmjs.org/delayed-stream from cache
56968npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
56969npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
56970npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json written
56971npm verb cache add spec hoek@0.9.x
56972npm verb cache add spec boom@0.4.x
56973npm verb cache add spec cryptiles@0.2.x
56974npm verb cache add spec sntp@0.2.x
56975npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
56976npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
56977npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
56978npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
56979npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
56980npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
56981npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
56982npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
56983npm verb request uri http://registry.npmjs.org/hoek
56984npm verb request no auth needed
56985npm info attempt registry request try #1 at 19:34:11
56986npm verb etag "BK0EM5E3PB0W7BTA9A4XMYS4P"
56987npm http request GET http://registry.npmjs.org/hoek
56988npm verb request uri http://registry.npmjs.org/boom
56989npm verb request no auth needed
56990npm info attempt registry request try #1 at 19:34:11
56991npm verb etag "1F1PXIUEXIT4BCI84DVI6LC4C"
56992npm http request GET http://registry.npmjs.org/boom
56993npm verb request uri http://registry.npmjs.org/cryptiles
56994npm verb request no auth needed
56995npm info attempt registry request try #1 at 19:34:11
56996npm verb etag "99IFMGJJU8VHDG34AJNVUOITE"
56997npm http request GET http://registry.npmjs.org/cryptiles
56998npm verb request uri http://registry.npmjs.org/sntp
56999npm verb request no auth needed
57000npm info attempt registry request try #1 at 19:34:11
57001npm verb etag "26EOAOB5E6XN99QN0TPGQ2YJE"
57002npm http request GET http://registry.npmjs.org/sntp
57003npm http 304 http://registry.npmjs.org/boom
57004npm verb headers { date: 'Tue, 29 Dec 2015 19:31:42 GMT',
57005npm verb headers 'content-type': 'application/json',
57006npm verb headers age: '229',
57007npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
57008npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
57009npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
57010npm verb headers connection: 'keep-alive' }
57011npm verb etag http://registry.npmjs.org/boom from cache
57012npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
57013npm http 304 http://registry.npmjs.org/hoek
57014npm verb headers { date: 'Tue, 29 Dec 2015 19:34:11 GMT',
57015npm verb headers 'cache-control': 'max-age=60',
57016npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
57017npm verb headers age: '41',
57018npm verb headers 'x-served-by': 'cache-fra1234-FRA',
57019npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57020npm verb headers 'x-cache-hits': '1',
57021npm verb headers 'x-timer': 'S1451417651.062141,VS0,VE1',
57022npm verb headers vary: 'Accept',
57023npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57024npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57025npm verb headers connection: 'keep-alive' }
57026npm verb etag http://registry.npmjs.org/hoek from cache
57027npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
57028npm http 304 http://registry.npmjs.org/cryptiles
57029npm verb headers { date: 'Tue, 29 Dec 2015 19:30:15 GMT',
57030npm verb headers 'content-type': 'application/json',
57031npm verb headers age: '296',
57032npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
57033npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
57034npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
57035npm verb headers connection: 'keep-alive' }
57036npm verb etag http://registry.npmjs.org/cryptiles from cache
57037npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
57038npm http 304 http://registry.npmjs.org/sntp
57039npm verb headers { date: 'Tue, 29 Dec 2015 19:34:11 GMT',
57040npm verb headers 'cache-control': 'max-age=60',
57041npm verb headers etag: '"26EOAOB5E6XN99QN0TPGQ2YJE"',
57042npm verb headers age: '29',
57043npm verb headers 'x-served-by': 'cache-ams4146-AMS',
57044npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57045npm verb headers 'x-cache-hits': '4',
57046npm verb headers 'x-timer': 'S1451417651.092569,VS0,VE0',
57047npm verb headers vary: 'Accept',
57048npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57049npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57050npm verb headers connection: 'keep-alive' }
57051npm verb etag http://registry.npmjs.org/sntp from cache
57052npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
57053npm verb addNamed "0.4.2" is a plain semver version for boom
57054npm verb addNamed "0.2.2" is a plain semver version for cryptiles
57055npm verb addNamed "0.9.1" is a plain semver version for hoek
57056npm verb addNamed "0.2.4" is a plain semver version for sntp
57057npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json not in flight; writing
57058npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json not in flight; writing
57059npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json not in flight; writing
57060npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json not in flight; writing
57061npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json written
57062npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json written
57063npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json written
57064npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json written
57065npm verb cache add spec assert-plus@^0.1.5
57066npm verb cache add spec asn1@0.1.11
57067npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
57068npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
57069npm verb addNamed "0.1.11" is a plain semver version for asn1
57070npm verb addNameVersion registry:http://registry.npmjs.org/asn1 not in flight; fetching
57071npm verb request uri http://registry.npmjs.org/assert-plus
57072npm verb request no auth needed
57073npm info attempt registry request try #1 at 19:34:11
57074npm verb etag "EFRV6IG2UKHGF602VFINNFRWC"
57075npm http request GET http://registry.npmjs.org/assert-plus
57076npm verb request uri http://registry.npmjs.org/asn1
57077npm verb request no auth needed
57078npm info attempt registry request try #1 at 19:34:11
57079npm verb etag "8MZDEQY0TE5A5S43PFPN4Z679"
57080npm http request GET http://registry.npmjs.org/asn1
57081npm http 304 http://registry.npmjs.org/asn1
57082npm verb headers { date: 'Tue, 29 Dec 2015 19:34:11 GMT',
57083npm verb headers 'cache-control': 'max-age=60',
57084npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
57085npm verb headers age: '21',
57086npm verb headers 'x-served-by': 'cache-fra1234-FRA',
57087npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57088npm verb headers 'x-cache-hits': '1',
57089npm verb headers 'x-timer': 'S1451417651.287763,VS0,VE0',
57090npm verb headers vary: 'Accept',
57091npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57092npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57093npm verb headers connection: 'keep-alive' }
57094npm verb etag http://registry.npmjs.org/asn1 from cache
57095npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
57096npm http 304 http://registry.npmjs.org/assert-plus
57097npm verb headers { date: 'Tue, 29 Dec 2015 19:34:11 GMT',
57098npm verb headers 'cache-control': 'max-age=60',
57099npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
57100npm verb headers age: '39',
57101npm verb headers 'x-served-by': 'cache-ams4146-AMS',
57102npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57103npm verb headers 'x-cache-hits': '2',
57104npm verb headers 'x-timer': 'S1451417651.290821,VS0,VE0',
57105npm verb headers vary: 'Accept',
57106npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57107npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57108npm verb headers connection: 'keep-alive' }
57109npm verb etag http://registry.npmjs.org/assert-plus from cache
57110npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
57111npm verb addNamed "0.1.5" is a plain semver version for assert-plus
57112npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
57113npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
57114npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
57115npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
57116npm verb request uri http://registry.npmjs.org/superagent
57117npm verb request no auth needed
57118npm info attempt registry request try #1 at 19:34:11
57119npm http request GET http://registry.npmjs.org/superagent
57120npm http 200 http://registry.npmjs.org/superagent
57121npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
57122npm verb headers etag: '"3VZ5WEGS1MAUK8WWF7RTC7RJ"',
57123npm verb headers 'content-type': 'application/json',
57124npm verb headers 'cache-control': 'max-age=300',
57125npm verb headers 'content-length': '95687',
57126npm verb headers 'accept-ranges': 'bytes',
57127npm verb headers date: 'Tue, 29 Dec 2015 19:34:11 GMT',
57128npm verb headers age: '115',
57129npm verb headers 'x-served-by': 'cache-fra1234-FRA',
57130npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57131npm verb headers 'x-cache-hits': '45',
57132npm verb headers 'x-timer': 'S1451417651.424318,VS0,VE0',
57133npm verb headers vary: 'Accept',
57134npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57135npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57136npm verb headers connection: 'keep-alive' }
57137npm verb get saving superagent to /root/.npm/registry.npmjs.org/superagent/.cache.json
57138npm verb cache add spec superagent@0.17.0
57139npm verb addNamed "0.17.0" is a plain semver version for superagent
57140npm verb addNameVersion registry:http://registry.npmjs.org/superagent not in flight; fetching
57141npm verb get http://registry.npmjs.org/superagent not expired, no request
57142npm verb addRemoteTarball http://registry.npmjs.org/superagent/-/superagent-0.17.0.tgz not in flight; adding
57143npm verb addRemoteTarball [ 'http://registry.npmjs.org/superagent/-/superagent-0.17.0.tgz',
57144npm verb addRemoteTarball 'aadcd50fbe5a93e71991118d79bf0714d625bba8' ]
57145npm info retry fetch attempt 1 at 19:34:11
57146npm info attempt registry request try #1 at 19:34:11
57147npm http fetch GET http://registry.npmjs.org/superagent/-/superagent-0.17.0.tgz
57148npm http fetch 200 http://registry.npmjs.org/superagent/-/superagent-0.17.0.tgz
57149npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/superagent/-/superagent-0.17.0.tgz not in flight; adding
57150npm verb addTmpTarball already have metadata; skipping unpack for superagent@0.17.0
57151npm verb afterAdd /root/.npm/superagent/0.17.0/package/package.json not in flight; writing
57152npm verb afterAdd /root/.npm/superagent/0.17.0/package/package.json written
57153npm verb cache add spec qs@0.6.5
57154npm verb cache add spec mime@1.2.5
57155npm verb cache add spec methods@0.0.1
57156npm verb cache add spec debug@~0.7.2
57157npm verb cache add spec extend@~1.2.1
57158npm verb addNamed "0.6.5" is a plain semver version for qs
57159npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
57160npm verb addNamed "1.2.5" is a plain semver version for mime
57161npm verb addNameVersion registry:http://registry.npmjs.org/mime not in flight; fetching
57162npm verb addNamed "0.0.1" is a plain semver version for methods
57163npm verb addNameVersion registry:http://registry.npmjs.org/methods not in flight; fetching
57164npm verb addNamed ">=0.7.2 <0.8.0" is a valid semver range for debug
57165npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
57166npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for extend
57167npm verb addNameRange registry:http://registry.npmjs.org/extend not in flight; fetching
57168npm verb request uri http://registry.npmjs.org/formidable
57169npm verb request no auth needed
57170npm info attempt registry request try #1 at 19:34:11
57171npm http request GET http://registry.npmjs.org/formidable
57172npm verb request uri http://registry.npmjs.org/emitter-component
57173npm verb request no auth needed
57174npm info attempt registry request try #1 at 19:34:11
57175npm http request GET http://registry.npmjs.org/emitter-component
57176npm verb request uri http://registry.npmjs.org/cookiejar
57177npm verb request no auth needed
57178npm info attempt registry request try #1 at 19:34:11
57179npm http request GET http://registry.npmjs.org/cookiejar
57180npm verb request uri http://registry.npmjs.org/reduce-component
57181npm verb request no auth needed
57182npm info attempt registry request try #1 at 19:34:11
57183npm http request GET http://registry.npmjs.org/reduce-component
57184npm verb get http://registry.npmjs.org/mime not expired, no request
57185npm verb request uri http://registry.npmjs.org/methods
57186npm verb request no auth needed
57187npm info attempt registry request try #1 at 19:34:11
57188npm verb etag "DO0SV9ZWBGKHHT6F5AJRGFLTU"
57189npm http request GET http://registry.npmjs.org/methods
57190npm verb get http://registry.npmjs.org/qs not expired, no request
57191npm verb request uri http://registry.npmjs.org/debug
57192npm verb request no auth needed
57193npm info attempt registry request try #1 at 19:34:11
57194npm verb etag "BF3ETE3DKFYJRFGA05MXODRKS"
57195npm http request GET http://registry.npmjs.org/debug
57196npm verb request uri http://registry.npmjs.org/extend
57197npm verb request no auth needed
57198npm info attempt registry request try #1 at 19:34:11
57199npm verb etag "83TINKPLNC7R67Y2P0P27BFAA"
57200npm http request GET http://registry.npmjs.org/extend
57201npm verb addRemoteTarball http://registry.npmjs.org/mime/-/mime-1.2.5.tgz not in flight; adding
57202npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime/-/mime-1.2.5.tgz',
57203npm verb addRemoteTarball '9eed073022a8bf5e16c8566c6867b8832bfbfa13' ]
57204npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-0.6.5.tgz not in flight; adding
57205npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-0.6.5.tgz',
57206npm verb addRemoteTarball '294b268e4b0d4250f6dde19b3b8b34935dff14ef' ]
57207npm http 200 http://registry.npmjs.org/cookiejar
57208npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
57209npm verb headers etag: '"EK30E2QH346UYRODXMRLT4O72"',
57210npm verb headers 'content-type': 'application/json',
57211npm verb headers 'cache-control': 'max-age=300',
57212npm verb headers 'content-length': '14143',
57213npm verb headers 'accept-ranges': 'bytes',
57214npm verb headers date: 'Tue, 29 Dec 2015 19:34:11 GMT',
57215npm verb headers age: '88',
57216npm verb headers 'x-served-by': 'cache-ams4124-AMS',
57217npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57218npm verb headers 'x-cache-hits': '1',
57219npm verb headers 'x-timer': 'S1451417651.782711,VS0,VE0',
57220npm verb headers vary: 'Accept',
57221npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57222npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57223npm verb headers connection: 'keep-alive' }
57224npm verb get saving cookiejar to /root/.npm/registry.npmjs.org/cookiejar/.cache.json
57225npm http 200 http://registry.npmjs.org/emitter-component
57226npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
57227npm verb headers etag: '"8G2MW7M9HIQB4MWR3NKWCQFMQ"',
57228npm verb headers 'content-type': 'application/json',
57229npm verb headers 'cache-control': 'max-age=300',
57230npm verb headers 'content-length': '9094',
57231npm verb headers 'accept-ranges': 'bytes',
57232npm verb headers date: 'Tue, 29 Dec 2015 19:34:11 GMT',
57233npm verb headers age: '52',
57234npm verb headers 'x-served-by': 'cache-ams4143-AMS',
57235npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57236npm verb headers 'x-cache-hits': '1',
57237npm verb headers 'x-timer': 'S1451417651.783188,VS0,VE0',
57238npm verb headers vary: 'Accept',
57239npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57240npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57241npm verb headers connection: 'keep-alive' }
57242npm verb get saving emitter-component to /root/.npm/registry.npmjs.org/emitter-component/.cache.json
57243npm http 304 http://registry.npmjs.org/extend
57244npm verb headers { date: 'Tue, 29 Dec 2015 19:34:11 GMT',
57245npm verb headers 'cache-control': 'max-age=60',
57246npm verb headers etag: '"83TINKPLNC7R67Y2P0P27BFAA"',
57247npm verb headers age: '44',
57248npm verb headers 'x-served-by': 'cache-fra1234-FRA',
57249npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57250npm verb headers 'x-cache-hits': '1',
57251npm verb headers 'x-timer': 'S1451417651.827508,VS0,VE0',
57252npm verb headers vary: 'Accept',
57253npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57254npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57255npm verb headers connection: 'keep-alive' }
57256npm verb etag http://registry.npmjs.org/extend from cache
57257npm verb get saving extend to /root/.npm/registry.npmjs.org/extend/.cache.json
57258npm http 304 http://registry.npmjs.org/debug
57259npm verb headers { date: 'Tue, 29 Dec 2015 19:34:11 GMT',
57260npm verb headers 'cache-control': 'max-age=300',
57261npm verb headers etag: '"BF3ETE3DKFYJRFGA05MXODRKS"',
57262npm verb headers age: '192',
57263npm verb headers 'x-served-by': 'cache-ams4124-AMS',
57264npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57265npm verb headers 'x-cache-hits': '7',
57266npm verb headers 'x-timer': 'S1451417651.830632,VS0,VE0',
57267npm verb headers vary: 'Accept',
57268npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57269npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57270npm verb headers connection: 'keep-alive' }
57271npm verb etag http://registry.npmjs.org/debug from cache
57272npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
57273npm http 304 http://registry.npmjs.org/methods
57274npm verb headers { date: 'Tue, 29 Dec 2015 19:34:11 GMT',
57275npm verb headers 'cache-control': 'max-age=300',
57276npm verb headers etag: '"DO0SV9ZWBGKHHT6F5AJRGFLTU"',
57277npm verb headers age: '16',
57278npm verb headers 'x-served-by': 'cache-ams4143-AMS',
57279npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57280npm verb headers 'x-cache-hits': '1',
57281npm verb headers 'x-timer': 'S1451417651.830451,VS0,VE0',
57282npm verb headers vary: 'Accept',
57283npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57284npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57285npm verb headers connection: 'keep-alive' }
57286npm verb etag http://registry.npmjs.org/methods from cache
57287npm verb get saving methods to /root/.npm/registry.npmjs.org/methods/.cache.json
57288npm info retry fetch attempt 1 at 19:34:11
57289npm info attempt registry request try #1 at 19:34:11
57290npm http fetch GET http://registry.npmjs.org/mime/-/mime-1.2.5.tgz
57291npm info retry fetch attempt 1 at 19:34:11
57292npm info attempt registry request try #1 at 19:34:11
57293npm http fetch GET http://registry.npmjs.org/qs/-/qs-0.6.5.tgz
57294npm verb addNamed "1.2.1" is a plain semver version for extend
57295npm verb cache add spec cookiejar@1.3.0
57296npm verb addNamed "1.3.0" is a plain semver version for cookiejar
57297npm verb addNameVersion registry:http://registry.npmjs.org/cookiejar not in flight; fetching
57298npm verb cache add spec emitter-component@1.0.0
57299npm verb addNamed "1.0.0" is a plain semver version for emitter-component
57300npm verb addNameVersion registry:http://registry.npmjs.org/emitter-component not in flight; fetching
57301npm verb addRemoteTarball http://registry.npmjs.org/extend/-/extend-1.2.1.tgz not in flight; adding
57302npm verb addRemoteTarball [ 'http://registry.npmjs.org/extend/-/extend-1.2.1.tgz',
57303npm verb addRemoteTarball 'a0f5fd6cfc83a5fe49ef698d60ec8a624dd4576c' ]
57304npm verb addNamed "0.7.4" is a plain semver version for debug
57305npm http fetch 200 http://registry.npmjs.org/mime/-/mime-1.2.5.tgz
57306npm http fetch 200 http://registry.npmjs.org/qs/-/qs-0.6.5.tgz
57307npm verb addRemoteTarball http://registry.npmjs.org/methods/-/methods-0.0.1.tgz not in flight; adding
57308npm verb addRemoteTarball [ 'http://registry.npmjs.org/methods/-/methods-0.0.1.tgz',
57309npm verb addRemoteTarball '277c90f8bef39709645a8371c51c3b6c648e068c' ]
57310npm info retry fetch attempt 1 at 19:34:12
57311npm info attempt registry request try #1 at 19:34:12
57312npm http fetch GET http://registry.npmjs.org/extend/-/extend-1.2.1.tgz
57313npm info retry fetch attempt 1 at 19:34:12
57314npm info attempt registry request try #1 at 19:34:12
57315npm http fetch GET http://registry.npmjs.org/methods/-/methods-0.0.1.tgz
57316npm verb get http://registry.npmjs.org/cookiejar not expired, no request
57317npm verb get http://registry.npmjs.org/emitter-component not expired, no request
57318npm verb addRemoteTarball http://registry.npmjs.org/cookiejar/-/cookiejar-1.3.0.tgz not in flight; adding
57319npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookiejar/-/cookiejar-1.3.0.tgz',
57320npm verb addRemoteTarball 'dd00b35679021e99cbd4e855b9ad041913474765' ]
57321npm verb addRemoteTarball http://registry.npmjs.org/emitter-component/-/emitter-component-1.0.0.tgz not in flight; adding
57322npm verb addRemoteTarball [ 'http://registry.npmjs.org/emitter-component/-/emitter-component-1.0.0.tgz',
57323npm verb addRemoteTarball 'f04dd18fc3dc3e9a74cbc0f310b088666e4c016f' ]
57324npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
57325npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/mime/-/mime-1.2.5.tgz not in flight; adding
57326npm verb addTmpTarball already have metadata; skipping unpack for mime@1.2.5
57327npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/qs/-/qs-0.6.5.tgz not in flight; adding
57328npm verb addTmpTarball already have metadata; skipping unpack for qs@0.6.5
57329npm http fetch 200 http://registry.npmjs.org/extend/-/extend-1.2.1.tgz
57330npm http fetch 200 http://registry.npmjs.org/methods/-/methods-0.0.1.tgz
57331npm info retry fetch attempt 1 at 19:34:12
57332npm info attempt registry request try #1 at 19:34:12
57333npm http fetch GET http://registry.npmjs.org/cookiejar/-/cookiejar-1.3.0.tgz
57334npm info retry fetch attempt 1 at 19:34:12
57335npm info attempt registry request try #1 at 19:34:12
57336npm http fetch GET http://registry.npmjs.org/emitter-component/-/emitter-component-1.0.0.tgz
57337npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
57338npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/extend/-/extend-1.2.1.tgz not in flight; adding
57339npm verb addTmpTarball already have metadata; skipping unpack for extend@1.2.1
57340npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/methods/-/methods-0.0.1.tgz not in flight; adding
57341npm verb addTmpTarball already have metadata; skipping unpack for methods@0.0.1
57342npm http fetch 200 http://registry.npmjs.org/cookiejar/-/cookiejar-1.3.0.tgz
57343npm verb afterAdd /root/.npm/qs/0.6.5/package/package.json not in flight; writing
57344npm verb afterAdd /root/.npm/mime/1.2.5/package/package.json not in flight; writing
57345npm http fetch 200 http://registry.npmjs.org/emitter-component/-/emitter-component-1.0.0.tgz
57346npm verb afterAdd /root/.npm/qs/0.6.5/package/package.json written
57347npm verb afterAdd /root/.npm/mime/1.2.5/package/package.json written
57348npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/cookiejar/-/cookiejar-1.3.0.tgz not in flight; adding
57349npm verb addTmpTarball already have metadata; skipping unpack for cookiejar@1.3.0
57350npm verb afterAdd /root/.npm/extend/1.2.1/package/package.json not in flight; writing
57351npm verb afterAdd /root/.npm/methods/0.0.1/package/package.json not in flight; writing
57352npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/emitter-component/-/emitter-component-1.0.0.tgz not in flight; adding
57353npm verb addTmpTarball already have metadata; skipping unpack for emitter-component@1.0.0
57354npm verb afterAdd /root/.npm/extend/1.2.1/package/package.json written
57355npm verb afterAdd /root/.npm/methods/0.0.1/package/package.json written
57356npm verb afterAdd /root/.npm/cookiejar/1.3.0/package/package.json not in flight; writing
57357npm verb afterAdd /root/.npm/emitter-component/1.0.0/package/package.json not in flight; writing
57358npm verb afterAdd /root/.npm/cookiejar/1.3.0/package/package.json written
57359npm verb afterAdd /root/.npm/emitter-component/1.0.0/package/package.json written
57360npm http 200 http://registry.npmjs.org/formidable
57361npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
57362npm verb headers etag: '"6B7E7OWBBP8QCKXEV0Z1BOMU0"',
57363npm verb headers 'content-type': 'application/json',
57364npm verb headers 'cache-control': 'max-age=300',
57365npm verb headers 'content-length': '39455',
57366npm verb headers 'accept-ranges': 'bytes',
57367npm verb headers date: 'Tue, 29 Dec 2015 19:34:11 GMT',
57368npm verb headers age: '51',
57369npm verb headers 'x-served-by': 'cache-ams4146-AMS',
57370npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57371npm verb headers 'x-cache-hits': '1',
57372npm verb headers 'x-timer': 'S1451417651.782649,VS0,VE0',
57373npm verb headers vary: 'Accept',
57374npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57375npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57376npm verb headers connection: 'keep-alive' }
57377npm verb get saving formidable to /root/.npm/registry.npmjs.org/formidable/.cache.json
57378npm verb cache add spec formidable@1.0.14
57379npm verb addNamed "1.0.14" is a plain semver version for formidable
57380npm verb addNameVersion registry:http://registry.npmjs.org/formidable not in flight; fetching
57381npm verb get http://registry.npmjs.org/formidable not expired, no request
57382npm verb addRemoteTarball http://registry.npmjs.org/formidable/-/formidable-1.0.14.tgz not in flight; adding
57383npm verb addRemoteTarball [ 'http://registry.npmjs.org/formidable/-/formidable-1.0.14.tgz',
57384npm verb addRemoteTarball '2b3f4c411cbb5fdd695c44843e2a23514a43231a' ]
57385npm info retry fetch attempt 1 at 19:34:12
57386npm info attempt registry request try #1 at 19:34:12
57387npm http fetch GET http://registry.npmjs.org/formidable/-/formidable-1.0.14.tgz
57388npm http fetch 200 http://registry.npmjs.org/formidable/-/formidable-1.0.14.tgz
57389npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/formidable/-/formidable-1.0.14.tgz not in flight; adding
57390npm verb addTmpTarball already have metadata; skipping unpack for formidable@1.0.14
57391npm verb afterAdd /root/.npm/formidable/1.0.14/package/package.json not in flight; writing
57392npm verb afterAdd /root/.npm/formidable/1.0.14/package/package.json written
57393npm http 200 http://registry.npmjs.org/reduce-component
57394npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
57395npm verb headers etag: '"1DX05JMC12XR6BDW433IL3OC"',
57396npm verb headers 'content-type': 'application/json',
57397npm verb headers 'cache-control': 'max-age=300',
57398npm verb headers 'content-length': '4721',
57399npm verb headers 'accept-ranges': 'bytes',
57400npm verb headers date: 'Tue, 29 Dec 2015 19:34:12 GMT',
57401npm verb headers age: '0',
57402npm verb headers 'x-served-by': 'cache-ams4143-AMS',
57403npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57404npm verb headers 'x-cache-hits': '1',
57405npm verb headers 'x-timer': 'S1451417651.782979,VS0,VE797',
57406npm verb headers vary: 'Accept',
57407npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57408npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57409npm verb headers connection: 'keep-alive' }
57410npm verb get saving reduce-component to /root/.npm/registry.npmjs.org/reduce-component/.cache.json
57411npm verb cache add spec reduce-component@1.0.1
57412npm verb addNamed "1.0.1" is a plain semver version for reduce-component
57413npm verb addNameVersion registry:http://registry.npmjs.org/reduce-component not in flight; fetching
57414npm verb get http://registry.npmjs.org/reduce-component not expired, no request
57415npm verb addRemoteTarball http://registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz not in flight; adding
57416npm verb addRemoteTarball [ 'http://registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz',
57417npm verb addRemoteTarball 'e0c93542c574521bea13df0f9488ed82ab77c5da' ]
57418npm info retry fetch attempt 1 at 19:34:12
57419npm info attempt registry request try #1 at 19:34:12
57420npm http fetch GET http://registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz
57421npm http fetch 200 http://registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz
57422npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz not in flight; adding
57423npm verb addTmpTarball already have metadata; skipping unpack for reduce-component@1.0.1
57424npm verb afterAdd /root/.npm/reduce-component/1.0.1/package/package.json not in flight; writing
57425npm verb afterAdd /root/.npm/reduce-component/1.0.1/package/package.json written
57426npm verb cache add spec chalk@^0.4.0
57427npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
57428npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
57429npm verb request uri http://registry.npmjs.org/date-time
57430npm verb request no auth needed
57431npm info attempt registry request try #1 at 19:34:12
57432npm http request GET http://registry.npmjs.org/date-time
57433npm verb request uri http://registry.npmjs.org/pretty-ms
57434npm verb request no auth needed
57435npm info attempt registry request try #1 at 19:34:12
57436npm http request GET http://registry.npmjs.org/pretty-ms
57437npm verb request uri http://registry.npmjs.org/chalk
57438npm verb request no auth needed
57439npm info attempt registry request try #1 at 19:34:12
57440npm verb etag "5MXWQX9JC99PF4Q10DE8PA4EH"
57441npm http request GET http://registry.npmjs.org/chalk
57442npm http 200 http://registry.npmjs.org/date-time
57443npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
57444npm verb headers etag: '"DVE9BCBXQHFHPHZGO06R6RJ2I"',
57445npm verb headers 'content-type': 'application/json',
57446npm verb headers 'cache-control': 'max-age=300',
57447npm verb headers 'content-length': '4394',
57448npm verb headers 'accept-ranges': 'bytes',
57449npm verb headers date: 'Tue, 29 Dec 2015 19:34:12 GMT',
57450npm verb headers age: '214',
57451npm verb headers 'x-served-by': 'cache-ams4143-AMS',
57452npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57453npm verb headers 'x-cache-hits': '1',
57454npm verb headers 'x-timer': 'S1451417652.793315,VS0,VE0',
57455npm verb headers vary: 'Accept',
57456npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57457npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57458npm verb headers connection: 'keep-alive' }
57459npm verb get saving date-time to /root/.npm/registry.npmjs.org/date-time/.cache.json
57460npm http 304 http://registry.npmjs.org/chalk
57461npm verb headers { date: 'Tue, 29 Dec 2015 19:34:12 GMT',
57462npm verb headers 'cache-control': 'max-age=300',
57463npm verb headers etag: '"5MXWQX9JC99PF4Q10DE8PA4EH"',
57464npm verb headers age: '12',
57465npm verb headers 'x-served-by': 'cache-fra1234-FRA',
57466npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57467npm verb headers 'x-cache-hits': '1',
57468npm verb headers 'x-timer': 'S1451417652.804996,VS0,VE0',
57469npm verb headers vary: 'Accept',
57470npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
57471npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57472npm verb headers connection: 'keep-alive' }
57473npm verb etag http://registry.npmjs.org/chalk from cache
57474npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
57475npm http 200 http://registry.npmjs.org/pretty-ms
57476npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
57477npm verb headers etag: '"27IRYQZ4F9BMZF883EZ2ATQXX"',
57478npm verb headers 'content-type': 'application/json',
57479npm verb headers 'cache-control': 'max-age=300',
57480npm verb headers 'content-length': '18408',
57481npm verb headers 'accept-ranges': 'bytes',
57482npm verb headers date: 'Tue, 29 Dec 2015 19:34:12 GMT',
57483npm verb headers age: '215',
57484npm verb headers 'x-served-by': 'cache-ams4146-AMS',
57485npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57486npm verb headers 'x-cache-hits': '1',
57487npm verb headers 'x-timer': 'S1451417652.793454,VS0,VE0',
57488npm verb headers vary: 'Accept',
57489npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57490npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57491npm verb headers connection: 'keep-alive' }
57492npm verb get saving pretty-ms to /root/.npm/registry.npmjs.org/pretty-ms/.cache.json
57493npm verb addNamed "0.4.0" is a plain semver version for chalk
57494npm verb cache add spec date-time@^0.1.0
57495npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for date-time
57496npm verb addNameRange registry:http://registry.npmjs.org/date-time not in flight; fetching
57497npm verb cache add spec pretty-ms@^0.1.0
57498npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for pretty-ms
57499npm verb addNameRange registry:http://registry.npmjs.org/pretty-ms not in flight; fetching
57500npm verb get http://registry.npmjs.org/date-time not expired, no request
57501npm verb addNamed "0.1.1" is a plain semver version for date-time
57502npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
57503npm verb addRemoteTarball http://registry.npmjs.org/date-time/-/date-time-0.1.1.tgz not in flight; adding
57504npm verb addRemoteTarball [ 'http://registry.npmjs.org/date-time/-/date-time-0.1.1.tgz',
57505npm verb addRemoteTarball 'ed2f6d93d9790ce2fd66d5b5ff3edd5bbcbf3b07' ]
57506npm verb get http://registry.npmjs.org/pretty-ms not expired, no request
57507npm verb addNamed "0.1.0" is a plain semver version for pretty-ms
57508npm verb addRemoteTarball http://registry.npmjs.org/pretty-ms/-/pretty-ms-0.1.0.tgz not in flight; adding
57509npm verb addRemoteTarball [ 'http://registry.npmjs.org/pretty-ms/-/pretty-ms-0.1.0.tgz',
57510npm verb addRemoteTarball '7c69cc866ba6794e9eef0168feeeade0bafa7e22' ]
57511npm info retry fetch attempt 1 at 19:34:12
57512npm info attempt registry request try #1 at 19:34:12
57513npm http fetch GET http://registry.npmjs.org/date-time/-/date-time-0.1.1.tgz
57514npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
57515npm info retry fetch attempt 1 at 19:34:12
57516npm info attempt registry request try #1 at 19:34:12
57517npm http fetch GET http://registry.npmjs.org/pretty-ms/-/pretty-ms-0.1.0.tgz
57518npm http fetch 200 http://registry.npmjs.org/date-time/-/date-time-0.1.1.tgz
57519npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/date-time/-/date-time-0.1.1.tgz not in flight; adding
57520npm verb addTmpTarball already have metadata; skipping unpack for date-time@0.1.1
57521npm http fetch 200 http://registry.npmjs.org/pretty-ms/-/pretty-ms-0.1.0.tgz
57522npm verb addTmpTarball /tmp/npm-5-82f437ae/registry.npmjs.org/pretty-ms/-/pretty-ms-0.1.0.tgz not in flight; adding
57523npm verb addTmpTarball already have metadata; skipping unpack for pretty-ms@0.1.0
57524npm verb afterAdd /root/.npm/date-time/0.1.1/package/package.json not in flight; writing
57525npm verb afterAdd /root/.npm/date-time/0.1.1/package/package.json written
57526npm verb afterAdd /root/.npm/pretty-ms/0.1.0/package/package.json not in flight; writing
57527npm verb afterAdd /root/.npm/pretty-ms/0.1.0/package/package.json written
57528npm verb cache add spec ansi-styles@~1.0.0
57529npm verb cache add spec strip-ansi@~0.1.0
57530npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
57531npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
57532npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
57533npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
57534npm verb request uri http://registry.npmjs.org/ansi-styles
57535npm verb request no auth needed
57536npm info attempt registry request try #1 at 19:34:13
57537npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
57538npm http request GET http://registry.npmjs.org/ansi-styles
57539npm verb request uri http://registry.npmjs.org/strip-ansi
57540npm verb request no auth needed
57541npm info attempt registry request try #1 at 19:34:13
57542npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
57543npm http request GET http://registry.npmjs.org/strip-ansi
57544npm http 304 http://registry.npmjs.org/ansi-styles
57545npm verb headers { date: 'Tue, 29 Dec 2015 19:31:41 GMT',
57546npm verb headers 'content-type': 'application/json',
57547npm verb headers age: '168',
57548npm verb headers 'x-cache': 'HIT from atomic02.kolabsys.com',
57549npm verb headers 'x-cache-lookup': 'HIT from atomic02.kolabsys.com:3129',
57550npm verb headers via: '1.1 atomic02.kolabsys.com (squid/3.3.8)',
57551npm verb headers connection: 'keep-alive' }
57552npm verb etag http://registry.npmjs.org/ansi-styles from cache
57553npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
57554npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
57555npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
57556npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
57557npm http 304 http://registry.npmjs.org/strip-ansi
57558npm verb headers { date: 'Tue, 29 Dec 2015 19:34:13 GMT',
57559npm verb headers 'cache-control': 'max-age=60',
57560npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
57561npm verb headers age: '22',
57562npm verb headers 'x-served-by': 'cache-ams4146-AMS',
57563npm verb headers 'x-cache': 'HIT, MISS from atomic02.kolabsys.com',
57564npm verb headers 'x-cache-hits': '1',
57565npm verb headers 'x-timer': 'S1451417653.053426,VS0,VE0',
57566npm verb headers vary: 'Accept',
57567npm verb headers 'x-cache-lookup': 'MISS from atomic02.kolabsys.com:3129',
57568npm verb headers via: '1.1 varnish, 1.1 atomic02.kolabsys.com (squid/3.3.8)',
57569npm verb headers connection: 'keep-alive' }
57570npm verb etag http://registry.npmjs.org/strip-ansi from cache
57571npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
57572npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
57573npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
57574npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
57575npm verb makeDirectory /root/.npm/_locks creation not in flight; initializing
57576npm verb lock using /root/.npm/_locks/staging-49e37be2827399f3.lock for /var/www/manticore.git/node_modules/.staging
57577npm verb unbuild node_modules/.staging/abbrev-f12d5562
57578npm verb unbuild node_modules/.staging/CSSwhat-2da6d84c
57579npm verb unbuild node_modules/.staging/accessibility-developer-tools-e894e846
57580npm verb unbuild node_modules/.staging/adm-zip-e38eec03
57581npm verb unbuild node_modules/.staging/after-bc5589ff
57582npm verb unbuild node_modules/.staging/amdefine-267588de
57583npm verb unbuild node_modules/.staging/ansi-regex-a410f7e8
57584npm verb unbuild node_modules/.staging/ansi-styles-7e0db658
57585npm verb unbuild node_modules/.staging/ansi-wrap-4d1bfd9b
57586npm verb unbuild node_modules/.staging/ansi-green-4adeead4
57587npm verb unbuild node_modules/.staging/archy-43430d37
57588npm verb unbuild node_modules/.staging/underscore.string-269631c6
57589npm verb unbuild node_modules/.staging/arr-flatten-dfe1060e
57590npm verb unbuild node_modules/.staging/arr-diff-af4d64e0
57591npm verb unbuild node_modules/.staging/array-filter-3be2e4e8
57592npm verb unbuild node_modules/.staging/array-flatten-d50542c7
57593npm verb unbuild node_modules/.staging/array-map-0138963a
57594npm verb unbuild node_modules/.staging/array-reduce-8a12d111
57595npm verb unbuild node_modules/.staging/array-unique-9dc3d14a
57596npm verb unbuild node_modules/.staging/arraybuffer.slice-55481626
57597npm verb unbuild node_modules/.staging/arrify-9ac595d4
57598npm verb unbuild node_modules/.staging/asn1-c26ebd3e
57599npm verb unbuild node_modules/.staging/assert-plus-0edb3b45
57600npm verb unbuild node_modules/.staging/async-each-94d3cc63
57601npm verb unbuild node_modules/.staging/aws-sign2-f3e98050
57602npm verb unbuild node_modules/.staging/backo2-2f7d12d5
57603npm verb unbuild node_modules/.staging/balanced-match-2caf4fcd
57604npm verb unbuild node_modules/.staging/base64-arraybuffer-3b76cf1c
57605npm verb unbuild node_modules/.staging/base64-js-a0a08d73
57606npm verb unbuild node_modules/.staging/base64-url-e4512272
57607npm verb unbuild node_modules/.staging/base64id-4b9bccf8
57608npm verb unbuild node_modules/.staging/basic-auth-e488c2d2
57609npm verb unbuild node_modules/.staging/basic-auth-connect-475b37de
57610npm verb unbuild node_modules/.staging/batch-6bf69da7
57611npm verb unbuild node_modules/.staging/bcryptjs-c272d6c0
57612npm verb unbuild node_modules/.staging/benchmark-32a9040d
57613npm verb unbuild node_modules/.staging/big-integer-208106ea
57614npm verb unbuild node_modules/.staging/binary-extensions-e1ce8e39
57615npm verb unbuild node_modules/.staging/bindings-6e622d6c
57616npm verb unbuild node_modules/.staging/blob-f59f0b52
57617npm verb unbuild node_modules/.staging/bluebird-79df282b
57618npm verb unbuild node_modules/.staging/bn.js-efd25ecb
57619npm verb unbuild node_modules/.staging/boolbase-2e66aa3c
57620npm verb unbuild node_modules/.staging/graceful-fs-b693ab51
57621npm verb unbuild node_modules/.staging/minimist-a45a9b76
57622npm verb unbuild node_modules/.staging/osenv-c3a613b0
57623npm verb unbuild node_modules/.staging/bower-endpoint-parser-13df85c7
57624npm verb unbuild node_modules/.staging/graceful-fs-86ce23b1
57625npm verb unbuild node_modules/.staging/bower-logger-5f9207e6
57626npm verb unbuild node_modules/.staging/asn1-a938f671
57627npm verb unbuild node_modules/.staging/assert-plus-94acf699
57628npm verb unbuild node_modules/.staging/async-57057198
57629npm verb unbuild node_modules/.staging/caseless-b22fc638
57630npm verb unbuild node_modules/.staging/delayed-stream-7b8aa4d5
57631npm verb unbuild node_modules/.staging/combined-stream-0b50ba76
57632npm verb unbuild node_modules/.staging/forever-agent-c02d8406
57633npm verb unbuild node_modules/.staging/async-1d6fc621
57634npm verb unbuild node_modules/.staging/graceful-fs-c9e3bacf
57635npm verb unbuild node_modules/.staging/hoek-f426f1d6
57636npm verb unbuild node_modules/.staging/boom-9d029782
57637npm verb unbuild node_modules/.staging/cryptiles-460438ea
57638npm verb unbuild node_modules/.staging/lru-cache-70f325e9
57639npm verb unbuild node_modules/.staging/oauth-sign-723251dd
57640npm verb unbuild node_modules/.staging/qs-34f64c50
57641npm verb unbuild node_modules/.staging/sntp-803aae32
57642npm verb unbuild node_modules/.staging/hawk-8a9e5e9c
57643npm verb unbuild node_modules/.staging/bplist-parser-0d2357c5
57644npm verb unbuild node_modules/.staging/minimist-13a90d4f
57645npm verb unbuild node_modules/.staging/buffer-crc32-084e65d6
57646npm verb unbuild node_modules/.staging/buffer-equal-constant-time-d52decbf
57647npm verb unbuild node_modules/.staging/builtin-modules-7e9b589c
57648npm verb unbuild node_modules/.staging/buffers-65a03033
57649npm verb unbuild node_modules/.staging/bytes-ae8f5305
57650npm verb unbuild node_modules/.staging/callsite-705f0e02
57651npm verb unbuild node_modules/.staging/camelcase-c3ef2109
57652npm verb unbuild node_modules/.staging/better-assert-51398f8c
57653npm verb unbuild node_modules/.staging/caniuse-db-45c9a237
57654npm verb unbuild node_modules/.staging/caseless-9e009108
57655npm verb unbuild node_modules/.staging/traverse-abdc7249
57656npm verb unbuild node_modules/.staging/cdnjs-cdn-data-45f117b7
57657npm verb unbuild node_modules/.staging/chainsaw-f53aeada
57658npm verb unbuild node_modules/.staging/binary-b052a454
57659npm verb unbuild node_modules/.staging/charenc-cb0b4076
57660npm verb unbuild node_modules/.staging/character-parser-c8901318
57661npm verb unbuild node_modules/.staging/entities-cb41437e
57662npm verb unbuild node_modules/.staging/chmodr-033c3d0e
57663npm verb unbuild node_modules/.staging/underscore-317b67a8
57664npm verb unbuild node_modules/.staging/commander-5f65f366
57665npm verb unbuild node_modules/.staging/graceful-fs-9cc74e24
57666npm verb unbuild node_modules/.staging/co-093c432c
57667npm verb unbuild node_modules/.staging/colors-ce467609
57668npm verb unbuild node_modules/.staging/commander-aca17f96
57669npm verb unbuild node_modules/.staging/component-bind-658fb947
57670npm verb unbuild node_modules/.staging/component-emitter-bb43f31a
57671npm verb unbuild node_modules/.staging/component-inherit-ee08586f
57672npm verb unbuild node_modules/.staging/compressible-f0f61063
57673npm verb unbuild node_modules/.staging/concat-map-52656bb5
57674npm verb unbuild node_modules/.staging/brace-expansion-f9ce01c0
57675npm verb unbuild node_modules/.staging/minimatch-b5e16a67
57676npm verb unbuild node_modules/.staging/lodash-db68d9f0
57677npm verb unbuild node_modules/.staging/graceful-fs-78424534
57678npm verb unbuild node_modules/.staging/minimist-457e7491
57679npm verb unbuild node_modules/.staging/object-assign-b4b325ab
57680npm verb unbuild node_modules/.staging/uuid-8aeab4c3
57681npm verb unbuild node_modules/.staging/connect-livereload-4630fbb4
57682npm verb unbuild node_modules/.staging/ms-86981bf9
57683npm verb unbuild node_modules/.staging/debug-5c17a76a
57684npm verb unbuild node_modules/.staging/debug-7ee3fcfc
57685npm verb unbuild node_modules/.staging/debug-9e660925
57686npm verb unbuild node_modules/.staging/debug-ad6791c6
57687npm verb unbuild node_modules/.staging/debug-117cd50c
57688npm verb unbuild node_modules/.staging/debug-9eef6341
57689npm verb unbuild node_modules/.staging/debug-170cc9ea
57690npm verb unbuild node_modules/.staging/debug-19259e8f
57691npm verb unbuild node_modules/.staging/bytes-09f546b2
57692npm verb unbuild node_modules/.staging/cookie-66e016f2
57693npm verb unbuild node_modules/.staging/cookie-signature-01b17b6e
57694npm verb unbuild node_modules/.staging/cookie-parser-b4d5cbd8
57695npm verb unbuild node_modules/.staging/depd-ed9cda02
57696npm verb unbuild node_modules/.staging/escape-html-72112b5a
57697npm verb unbuild node_modules/.staging/fresh-21063a14
57698npm verb unbuild node_modules/.staging/fresh-3d7cb9b9
57699npm verb unbuild node_modules/.staging/iconv-lite-53088879
57700npm verb unbuild node_modules/.staging/media-typer-993e1dad
57701npm verb unbuild node_modules/.staging/methods-d9218e89
57702npm verb unbuild node_modules/.staging/methods-dac6bbb1
57703npm verb unbuild node_modules/.staging/mime-db-f1d9fb54
57704npm verb unbuild node_modules/.staging/mime-db-e1ce5019
57705npm verb unbuild node_modules/.staging/mime-db-a40190ff
57706npm verb unbuild node_modules/.staging/mime-db-12ee817c
57707npm verb unbuild node_modules/.staging/mime-db-fa1b165b
57708npm verb unbuild node_modules/.staging/compressible-22fceefe
57709npm verb unbuild node_modules/.staging/mime-types-1b214033
57710npm verb unbuild node_modules/.staging/mime-types-a001197a
57711npm verb unbuild node_modules/.staging/mime-types-08409469
57712npm verb unbuild node_modules/.staging/mime-types-25a9724e
57713npm verb unbuild node_modules/.staging/mime-types-979c8f02
57714npm verb unbuild node_modules/.staging/ms-63617519
57715npm verb unbuild node_modules/.staging/negotiator-52701839
57716npm verb unbuild node_modules/.staging/negotiator-9db3cd91
57717npm verb unbuild node_modules/.staging/negotiator-c4c50345
57718npm verb unbuild node_modules/.staging/accepts-91c366db
57719npm verb unbuild node_modules/.staging/accepts-3a2329ec
57720npm verb unbuild node_modules/.staging/accepts-79a6b672
57721npm verb unbuild node_modules/.staging/errorhandler-d9a6680e
57722npm verb unbuild node_modules/.staging/parseurl-ec1509f1
57723npm verb unbuild node_modules/.staging/parseurl-314ee529
57724npm verb unbuild node_modules/.staging/parseurl-dc95cc99
57725npm verb unbuild node_modules/.staging/pause-38959651
57726npm verb unbuild node_modules/.staging/qs-a6108b81
57727npm verb unbuild node_modules/.staging/range-parser-e39cfffc
57728npm verb unbuild node_modules/.staging/bytes-d580064f
57729npm verb unbuild node_modules/.staging/iconv-lite-f5af036a
57730npm verb unbuild node_modules/.staging/type-is-3c0261e6
57731npm verb unbuild node_modules/.staging/type-is-95d9a985
57732npm verb unbuild node_modules/.staging/content-disposition-541a3539
57733npm verb unbuild node_modules/.staging/content-type-cd4e3150
57734npm verb unbuild node_modules/.staging/convert-source-map-5a92e77b
57735npm verb unbuild node_modules/.staging/cookie-82e5ad57
57736npm verb unbuild node_modules/.staging/cookie-signature-c077e3d8
57737npm verb unbuild node_modules/.staging/cookiejar-9e87ed30
57738npm verb unbuild node_modules/.staging/core-util-is-83758450
57739npm verb unbuild node_modules/.staging/crc-9724b972
57740npm verb unbuild node_modules/.staging/crypt-5b57dcfe
57741npm verb unbuild node_modules/.staging/css-parse-0e9a5ce0
57742npm verb unbuild node_modules/.staging/css-stringify-1d1fd68b
57743npm verb unbuild node_modules/.staging/css-f33bf0d3
57744npm verb unbuild node_modules/.staging/cookie-8f557928
57745npm verb unbuild node_modules/.staging/cookie-signature-a92c6a00
57746npm verb unbuild node_modules/.staging/ctype-0b0363a9
57747npm verb unbuild node_modules/.staging/http-signature-a47c17cf
57748npm verb unbuild node_modules/.staging/assert-plus-712fd682
57749npm verb unbuild node_modules/.staging/dashdash-aa8fc4cd
57750npm verb unbuild node_modules/.staging/date-now-8e62954f
57751npm verb unbuild node_modules/.staging/console-browserify-ab5fb8de
57752npm verb unbuild node_modules/.staging/date-time-45fed545
57753npm verb unbuild node_modules/.staging/dateformat-cb799797
57754npm verb unbuild node_modules/.staging/graceful-fs-e3a5d03e
57755npm verb unbuild node_modules/.staging/q-53e6023e
57756npm verb unbuild node_modules/.staging/get-stdin-3734726d
57757npm verb unbuild node_modules/.staging/deep-equal-908cbfe4
57758npm verb unbuild node_modules/.staging/deep-extend-aa256b2c
57759npm verb unbuild node_modules/.staging/camelcase-dd90bf7f
57760npm verb unbuild node_modules/.staging/object-assign-416cd240
57761npm verb unbuild node_modules/.staging/defined-bedcb9ad
57762npm verb unbuild node_modules/.staging/delayed-stream-8aef7b90
57763npm verb unbuild node_modules/.staging/combined-stream-d110bfce
57764npm verb unbuild node_modules/.staging/depd-9106b5e3
57765npm verb unbuild node_modules/.staging/destroy-7f86428c
57766npm verb unbuild node_modules/.staging/di-7831dc48
57767npm verb unbuild node_modules/.staging/domelementtype-3084dd12
57768npm verb unbuild node_modules/.staging/entities-1a5656fc
57769npm verb unbuild node_modules/.staging/diff-af55dded
57770npm verb unbuild node_modules/.staging/dom-serializer-82be28d2
57771npm verb unbuild node_modules/.staging/domelementtype-e193f92e
57772npm verb unbuild node_modules/.staging/domutils-f940c9d5
57773npm verb unbuild node_modules/.staging/domhandler-fe17f15d
57774npm verb unbuild node_modules/.staging/domutils-7c595c15
57775npm verb unbuild node_modules/.staging/domhandler-7a9f691b
57776npm verb unbuild node_modules/.staging/domutils-dee94009
57777npm verb unbuild node_modules/.staging/get-stdin-2a9dfa34
57778npm verb unbuild node_modules/.staging/nan-c6e08435
57779npm verb unbuild node_modules/.staging/dtrace-provider-d732f0e4
57780npm verb unbuild node_modules/.staging/duplexer-f746760c
57781npm verb unbuild node_modules/.staging/each-async-333283e9
57782npm verb unbuild node_modules/.staging/emitter-component-d4b56992
57783npm verb unbuild node_modules/.staging/ee-first-77b0c532
57784npm verb unbuild node_modules/.staging/commander-115e11ed
57785npm verb unbuild node_modules/.staging/nan-fb4d3294
57786npm verb unbuild node_modules/.staging/xmlhttprequest-68ed6536
57787npm verb unbuild node_modules/.staging/parseuri-a912ab4c
57788npm verb unbuild node_modules/.staging/entities-ed7c4321
57789npm verb unbuild node_modules/.staging/es6-promise-4312d2a5
57790npm verb unbuild node_modules/.staging/es6-symbol-53a952e1
57791npm verb unbuild node_modules/.staging/es5-ext-0fc5fe2b
57792npm verb unbuild node_modules/.staging/es6-iterator-75c7e39a
57793npm verb unbuild node_modules/.staging/d-b7a230c8
57794npm verb unbuild node_modules/.staging/es6-symbol-6cf39264
57795npm verb unbuild node_modules/.staging/es6-iterator-297de113
57796npm verb unbuild node_modules/.staging/es6-weak-map-4358a268
57797npm verb unbuild node_modules/.staging/escape-html-866e0a58
57798npm verb unbuild node_modules/.staging/escape-string-regexp-8ac2d854
57799npm verb unbuild node_modules/.staging/decamelize-217afc4f
57800npm verb unbuild node_modules/.staging/etag-56c844ad
57801npm verb unbuild node_modules/.staging/serve-favicon-86d1178f
57802npm verb unbuild node_modules/.staging/event-emitter-00196a84
57803npm verb unbuild node_modules/.staging/eventemitter2-b3dc34dd
57804npm verb unbuild node_modules/.staging/bin-check-6973bf92
57805npm verb unbuild node_modules/.staging/exit-06b6844c
57806npm verb unbuild node_modules/.staging/expand-brackets-ce545d6e
57807npm verb unbuild node_modules/.staging/async-0756b4ec
57808npm verb unbuild node_modules/.staging/cookie-b70cc231
57809npm verb unbuild node_modules/.staging/debug-c77be11b
57810npm verb unbuild node_modules/.staging/express-unless-1a57169d
57811npm verb unbuild node_modules/.staging/debug-be5c11b0
57812npm verb unbuild node_modules/.staging/negotiator-4f236357
57813npm verb unbuild node_modules/.staging/underscore.string-e14d63fb
57814npm verb unbuild node_modules/.staging/extend-ebf3b6ae
57815npm verb unbuild node_modules/.staging/extsprintf-30e46e1d
57816npm verb unbuild node_modules/.staging/faye-websocket-3206d0e1
57817npm verb unbuild node_modules/.staging/figures-153983d6
57818npm verb unbuild node_modules/.staging/filename-regex-c50de49f
57819npm verb unbuild node_modules/.staging/escape-html-f0b62a52
57820npm verb unbuild node_modules/.staging/ms-0907f8c2
57821npm verb unbuild node_modules/.staging/find-file-2dbcdf75
57822npm verb unbuild node_modules/.staging/flushwritable-4e2dcd14
57823npm verb unbuild node_modules/.staging/for-in-86be0a66
57824npm verb unbuild node_modules/.staging/for-own-bd0f2164
57825npm verb unbuild node_modules/.staging/forever-agent-8233fd19
57826npm verb unbuild node_modules/.staging/async-5a4c1864
57827npm verb unbuild node_modules/.staging/form-data-8ce7846c
57828npm verb unbuild node_modules/.staging/formidable-265db474
57829npm verb unbuild node_modules/.staging/forwarded-69f9508b
57830npm verb unbuild node_modules/.staging/minimist-6619b182
57831npm verb unbuild node_modules/.staging/fresh-9b95df6b
57832npm verb unbuild node_modules/.staging/graceful-fs-7fe2b486
57833npm verb unbuild node_modules/.staging/minimist-31fa44cf
57834npm verb unbuild node_modules/.staging/graceful-fs-41742a2c
57835npm verb unbuild node_modules/.staging/minimist-78cf04d1
57836npm verb unbuild node_modules/.staging/generate-function-033982fc
57837npm verb unbuild node_modules/.staging/get-stdin-bc7293a6
57838npm verb unbuild node_modules/.staging/getobject-c62d4014
57839npm verb unbuild node_modules/.staging/global-374d4e73
57840npm verb unbuild node_modules/.staging/inherits-d217b067
57841npm verb unbuild node_modules/.staging/lodash-034d586f
57842npm verb unbuild node_modules/.staging/google-cdn-data-f2ebaccb
57843npm verb unbuild node_modules/.staging/ansi-regex-3d6bef75
57844npm verb unbuild node_modules/.staging/ansi-styles-922eff6f
57845npm verb unbuild node_modules/.staging/asn1-2bdb314a
57846npm verb unbuild node_modules/.staging/assert-plus-d60ec99f
57847npm verb unbuild node_modules/.staging/async-a284a379
57848npm verb unbuild node_modules/.staging/caseless-27913bb5
57849npm verb unbuild node_modules/.staging/delayed-stream-dd72af88
57850npm verb unbuild node_modules/.staging/combined-stream-699c6989
57851npm verb unbuild node_modules/.staging/forever-agent-a0d558d7
57852npm verb unbuild node_modules/.staging/graceful-fs-49361323
57853npm verb unbuild node_modules/.staging/graceful-fs-f02ed013
57854npm verb unbuild node_modules/.staging/hoek-8c4acd29
57855npm verb unbuild node_modules/.staging/boom-55a5085d
57856npm verb unbuild node_modules/.staging/http-signature-0251f18d
57857npm verb unbuild node_modules/.staging/minimist-018e78f9
57858npm verb unbuild node_modules/.staging/cryptiles-ec6e2171
57859npm verb unbuild node_modules/.staging/oauth-sign-4d8af44e
57860npm verb unbuild node_modules/.staging/q-d076dc6a
57861npm verb unbuild node_modules/.staging/qs-9a7cda18
57862npm verb unbuild node_modules/.staging/sntp-e7fd4729
57863npm verb unbuild node_modules/.staging/hawk-1bfafc08
57864npm verb unbuild node_modules/.staging/chalk-512e9a87
57865npm verb unbuild node_modules/.staging/object-assign-8f28fa39
57866npm verb unbuild node_modules/.staging/got-1d0008a5
57867npm verb unbuild node_modules/.staging/ext-list-8491c35b
57868npm verb unbuild node_modules/.staging/graceful-fs-f0a0db1f
57869npm verb unbuild node_modules/.staging/graceful-readlink-e0f03b21
57870npm verb unbuild node_modules/.staging/growl-bb8975c2
57871npm verb unbuild node_modules/.staging/ansi-styles-4ffd53aa
57872npm verb unbuild node_modules/.staging/async-0d838263
57873npm verb unbuild node_modules/.staging/grunt-contrib-clean-4c96b3d6
57874npm verb unbuild node_modules/.staging/ansi-styles-9b18b8c8
57875npm verb unbuild node_modules/.staging/grunt-contrib-copy-2f210885
57876npm verb unbuild node_modules/.staging/ansi-styles-1776d44b
57877npm verb unbuild node_modules/.staging/ansi-styles-ffb46cce
57878npm verb unbuild node_modules/.staging/html-minifier-6dad29d0
57879npm verb unbuild node_modules/.staging/ansi-styles-2a64b152
57880npm verb unbuild node_modules/.staging/async-b1e25be5
57881npm verb unbuild node_modules/.staging/ansi-styles-dd1ce037
57882npm verb unbuild node_modules/.staging/async-0ac204b8
57883npm verb unbuild node_modules/.staging/lodash-24676fe2
57884npm verb unbuild node_modules/.staging/ansi-styles-1f73653d
57885npm verb unbuild node_modules/.staging/grunt-express-server-b4ad670a
57886npm verb unbuild node_modules/.staging/ansi-regex-674887a5
57887npm verb unbuild node_modules/.staging/async-90adcfc1
57888npm verb unbuild node_modules/.staging/ansi-styles-61c365d5
57889npm verb unbuild node_modules/.staging/chalk-4cb47f90
57890npm verb unbuild node_modules/.staging/underscore.string-9944367a
57891npm verb unbuild node_modules/.staging/underscore.string-3ba91df1
57892npm verb unbuild node_modules/.staging/async-e8827d36
57893npm verb unbuild node_modules/.staging/lodash-10c72a91
57894npm verb unbuild node_modules/.staging/zlib-browserify-41a88d22
57895npm verb unbuild node_modules/.staging/grunt-lib-contrib-db194074
57896npm verb unbuild node_modules/.staging/async-68b903c0
57897npm verb unbuild node_modules/.staging/grunt-newer-2677c865
57898npm verb unbuild node_modules/.staging/xtend-8b588e81
57899npm verb unbuild node_modules/.staging/ansi-styles-338d4b44
57900npm verb unbuild node_modules/.staging/ansi-regex-e21c6c81
57901npm verb unbuild node_modules/.staging/ansi-styles-dded5bc1
57902npm verb unbuild node_modules/.staging/ms-79e825d8
57903npm verb unbuild node_modules/.staging/debug-0510da93
57904npm verb unbuild node_modules/.staging/chalk-5152f28e
57905npm verb unbuild node_modules/.staging/ansi-regex-6c53599c
57906npm verb unbuild node_modules/.staging/ansi-styles-8de6919d
57907npm verb unbuild node_modules/.staging/minimatch-16d52979
57908npm verb unbuild node_modules/.staging/chalk-3a09b4a4
57909npm verb unbuild node_modules/.staging/async-616565a1
57910npm verb unbuild node_modules/.staging/iconv-lite-2f62dea2
57911npm verb unbuild node_modules/.staging/inherits-d5fd9054
57912npm verb unbuild node_modules/.staging/lodash-56890ab9
57913npm verb unbuild node_modules/.staging/async-0beb7ad0
57914npm verb unbuild node_modules/.staging/bluebird-ecfc5c8a
57915npm verb unbuild node_modules/.staging/commander-18bfd846
57916npm verb unbuild node_modules/.staging/has-ansi-6932a104
57917npm verb unbuild node_modules/.staging/chalk-632bfc61
57918npm verb unbuild node_modules/.staging/chalk-104f742c
57919npm verb unbuild node_modules/.staging/chalk-28a516ff
57920npm verb unbuild node_modules/.staging/has-color-3fddf883
57921npm verb unbuild node_modules/.staging/chalk-f99a4c39
57922npm verb unbuild node_modules/.staging/chalk-36b35775
57923npm verb unbuild node_modules/.staging/chalk-4943addb
57924npm verb unbuild node_modules/.staging/chalk-f4cd5333
57925npm verb unbuild node_modules/.staging/grunt-contrib-concat-c2d2c62e
57926npm verb unbuild node_modules/.staging/chalk-0d1cc290
57927npm verb unbuild node_modules/.staging/has-cors-68bfe3fe
57928npm verb unbuild node_modules/.staging/headless-4e2cb3c4
57929npm verb unbuild node_modules/.staging/boom-222a0146
57930npm verb unbuild node_modules/.staging/hoek-d274c6c0
57931npm verb unbuild node_modules/.staging/cryptiles-8d3bd819
57932npm verb unbuild node_modules/.staging/hooker-48b06343
57933npm verb unbuild node_modules/.staging/hooks-fixed-10e43d50
57934npm verb unbuild node_modules/.staging/hosted-git-info-15498999
57935npm verb unbuild node_modules/.staging/html-entities-1122232e
57936npm verb unbuild node_modules/.staging/minimist-d2fe9457
57937npm verb unbuild node_modules/.staging/pkginfo-115403f8
57938npm verb unbuild node_modules/.staging/asn1-5326439c
57939npm verb unbuild node_modules/.staging/assert-plus-1051e617
57940npm verb unbuild node_modules/.staging/http-signature-ab59db17
57941npm verb unbuild node_modules/.staging/i-9fead3df
57942npm verb unbuild node_modules/.staging/iconv-lite-7d8a4ed8
57943npm verb unbuild node_modules/.staging/jsonfile-47f7f809
57944npm verb unbuild node_modules/.staging/minimist-07c8ae30
57945npm verb unbuild node_modules/.staging/indexof-074ed44c
57946npm verb unbuild node_modules/.staging/inherit-79467e44
57947npm verb unbuild node_modules/.staging/inherits-b8f89076
57948npm verb unbuild node_modules/.staging/fstream-fdf7cfdf
57949npm verb unbuild node_modules/.staging/block-stream-fd845bc3
57950npm verb unbuild node_modules/.staging/ini-1ccebc15
57951npm verb unbuild node_modules/.staging/ansi-regex-d93afa63
57952npm verb unbuild node_modules/.staging/ansi-styles-dd0a411c
57953npm verb unbuild node_modules/.staging/chalk-0b6984f9
57954npm verb unbuild node_modules/.staging/ansi-regex-a64d26c9
57955npm verb unbuild node_modules/.staging/ansi-styles-ab360580
57956npm verb unbuild node_modules/.staging/async-32ce7889
57957npm verb unbuild node_modules/.staging/chalk-cb204643
57958npm verb unbuild node_modules/.staging/intersect-68b63877
57959npm verb unbuild node_modules/.staging/bower-json-49715211
57960npm verb unbuild node_modules/.staging/ipaddr.js-8c95b273
57961npm verb unbuild node_modules/.staging/is-arrayish-af92cbf1
57962npm verb unbuild node_modules/.staging/error-ex-0b44cb8c
57963npm verb unbuild node_modules/.staging/is-binary-path-1047d7e8
57964npm verb unbuild node_modules/.staging/is-bmp-120ba3da
57965npm verb unbuild node_modules/.staging/is-buffer-dc9a1c36
57966npm verb unbuild node_modules/.staging/is-dotfile-dc6422c3
57967npm verb unbuild node_modules/.staging/is-builtin-module-31934d44
57968npm verb unbuild node_modules/.staging/is-extendable-4932e0fc
57969npm verb unbuild node_modules/.staging/is-extglob-7aea9d18
57970npm verb unbuild node_modules/.staging/is-gif-8a9aa0a2
57971npm verb unbuild node_modules/.staging/is-glob-2aa96e31
57972npm verb unbuild node_modules/.staging/glob-parent-a392aa50
57973npm verb unbuild node_modules/.staging/glob-base-f3161459
57974npm verb unbuild node_modules/.staging/is-jpg-0ce7e7c4
57975npm verb unbuild node_modules/.staging/is-jxr-4d164a75
57976npm verb unbuild node_modules/.staging/is-png-c7ac6d74
57977npm verb unbuild node_modules/.staging/is-primitive-eba92e42
57978npm verb unbuild node_modules/.staging/is-equal-shallow-132dca3a
57979npm verb unbuild node_modules/.staging/is-promise-561e20f7
57980npm verb unbuild node_modules/.staging/is-property-2c1157ec
57981npm verb unbuild node_modules/.staging/generate-object-property-b5db8d74
57982npm verb unbuild node_modules/.staging/is-psd-a92b7645
57983npm verb unbuild node_modules/.staging/is-root-868d55a7
57984npm verb unbuild node_modules/.staging/is-svg-bc94648d
57985npm verb unbuild node_modules/.staging/is-utf8-4c4a0a2f
57986npm verb unbuild node_modules/.staging/is-tif-f967e756
57987npm verb unbuild node_modules/.staging/is-webp-32ec5ea6
57988npm verb unbuild node_modules/.staging/isarray-1e4d8727
57989npm verb unbuild node_modules/.staging/has-binary-data-6792f4cc
57990npm verb unbuild node_modules/.staging/has-binary-eca38f64
57991npm verb unbuild node_modules/.staging/isobject-df492aff
57992npm verb unbuild node_modules/.staging/isstream-047905a8
57993npm verb unbuild node_modules/.staging/jasmine-core-d674a27b
57994npm verb unbuild node_modules/.staging/jasminewd-734f2f9b
57995npm verb unbuild node_modules/.staging/jasminewd2-f5690671
57996npm verb unbuild node_modules/.staging/jit-grunt-3a9b4ef0
57997npm verb unbuild node_modules/.staging/chalk-12f565db
57998npm verb unbuild node_modules/.staging/ansi-styles-d471d85c
57999npm verb unbuild node_modules/.staging/underscore-efb4381b
58000npm verb unbuild node_modules/.staging/json-schema-e46a2ed5
58001npm verb unbuild node_modules/.staging/json-stringify-safe-58057c07
58002npm verb unbuild node_modules/.staging/json3-4df96052
58003npm verb unbuild node_modules/.staging/jsonfile-83c9ee1c
58004npm verb unbuild node_modules/.staging/jsonify-ebc041bd
58005npm verb unbuild node_modules/.staging/jsonpointer-bd522e4c
58006npm verb unbuild node_modules/.staging/ms-748f30d0
58007npm verb unbuild node_modules/.staging/extsprintf-4b2d092e
58008npm verb unbuild node_modules/.staging/verror-5bead6d3
58009npm verb unbuild node_modules/.staging/jsprim-aa9d372e
58010npm verb unbuild node_modules/.staging/junk-06962323
58011npm verb unbuild node_modules/.staging/base64url-d5c4b9c7
58012npm verb unbuild node_modules/.staging/kareem-9e27a421
58013npm verb unbuild node_modules/.staging/karma-firefox-launcher-6a346cdc
58014npm verb unbuild node_modules/.staging/karma-html2js-preprocessor-f1deddf6
58015npm verb unbuild node_modules/.staging/async-728c7457
58016npm verb unbuild node_modules/.staging/character-parser-b83bdb75
58017npm verb unbuild node_modules/.staging/karma-jasmine-69d61963
58018npm verb unbuild node_modules/.staging/karma-ng-scenario-06095de4
58019npm verb unbuild node_modules/.staging/karma-requirejs-14c92a66
58020npm verb unbuild node_modules/.staging/karma-ng-html2js-preprocessor-f98cde83
58021npm verb unbuild node_modules/.staging/karma-script-launcher-2878f893
58022npm verb unbuild node_modules/.staging/colors-76cfa3b4
58023npm verb unbuild node_modules/.staging/graceful-fs-23879adc
58024npm verb unbuild node_modules/.staging/lodash-54634d17
58025npm verb unbuild node_modules/.staging/minimatch-50b915d4
58026npm verb unbuild node_modules/.staging/minimist-eaa66a38
58027npm verb unbuild node_modules/.staging/nan-57d1bc28
58028npm verb unbuild node_modules/.staging/q-2fb98445
58029npm verb unbuild node_modules/.staging/source-map-46bd4b3a
58030npm verb unbuild node_modules/.staging/xmlhttprequest-7b83e5ad
58031npm verb unbuild node_modules/.staging/kew-dfb8ec66
58032npm verb unbuild node_modules/.staging/keypress-fb981dbf
58033npm verb unbuild node_modules/.staging/commander-903a1cd4
58034npm verb unbuild node_modules/.staging/kind-of-f1416c17
58035npm verb unbuild node_modules/.staging/is-number-69ddc5da
58036npm verb unbuild node_modules/.staging/assert-plus-70cd7b7b
58037npm verb unbuild node_modules/.staging/ldap-filter-0b6112fd
58038npm verb unbuild node_modules/.staging/asn1-a65e1a7f
58039npm verb unbuild node_modules/.staging/assert-plus-92ba3afc
58040npm verb unbuild node_modules/.staging/dtrace-provider-60490139
58041npm verb unbuild node_modules/.staging/mv-7a34b4ea
58042npm verb unbuild node_modules/.staging/graceful-fs-688285ff
58043npm verb unbuild node_modules/.staging/lockfile-a921e7b0
58044npm verb unbuild node_modules/.staging/lodash-31d328ab
58045npm verb unbuild node_modules/.staging/grunt-usemin-36c7c6c4
58046npm verb unbuild node_modules/.staging/grunt-legacy-log-utils-efba2f5f
58047npm verb unbuild node_modules/.staging/grunt-legacy-log-d5e92ec3
58048npm verb unbuild node_modules/.staging/grunt-karma-dce72ed5
58049npm verb unbuild node_modules/.staging/grunt-env-82019ed2
58050npm verb unbuild node_modules/.staging/lodash._isnative-f5511a01
58051npm verb unbuild node_modules/.staging/lodash._objecttypes-58496b14
58052npm verb unbuild node_modules/.staging/lodash.isfunction-c9808c2d
58053npm verb unbuild node_modules/.staging/lodash.isobject-0932530c
58054npm verb unbuild node_modules/.staging/lodash.now-cb71eb22
58055npm verb unbuild node_modules/.staging/lodash.debounce-74f9a72f
58056npm verb unbuild node_modules/.staging/async-5e6a4a57
58057npm verb unbuild node_modules/.staging/underscore-d0f8e3bb
58058npm verb unbuild node_modules/.staging/lower-case-fd4895a3
58059npm verb unbuild node_modules/.staging/is-lower-case-ff1d0ffd
58060npm verb unbuild node_modules/.staging/lpad-90d9a2c6
58061npm verb unbuild node_modules/.staging/lru-cache-092f799e
58062npm verb unbuild node_modules/.staging/lru-queue-8ef13842
58063npm verb unbuild node_modules/.staging/map-obj-1634122e
58064npm verb unbuild node_modules/.staging/camelcase-keys-77f52758
58065npm verb unbuild node_modules/.staging/camelcase-keys-5f0d6fe6
58066npm verb unbuild node_modules/.staging/ansi-styles-f164a3b9
58067npm verb unbuild node_modules/.staging/chalk-59ab0432
58068npm verb unbuild node_modules/.staging/is-buffer-e5e9d8ad
58069npm verb unbuild node_modules/.staging/media-typer-fbaf77b3
58070npm verb unbuild node_modules/.staging/merge-descriptors-0bdd2d62
58071npm verb unbuild node_modules/.staging/methods-46c98474
58072npm verb unbuild node_modules/.staging/md5-7851bcdc
58073npm verb unbuild node_modules/.staging/methods-02ee7a95
58074npm verb unbuild node_modules/.staging/mime-ad3e0aa6
58075npm verb unbuild node_modules/.staging/form-data-df7d7c81
58076npm verb unbuild node_modules/.staging/accepts-c479d438
58077npm verb unbuild node_modules/.staging/type-is-40391d3d
58078npm verb unbuild node_modules/.staging/mime-db-9f9702df
58079npm verb unbuild node_modules/.staging/mime-types-8ec74725
58080npm verb unbuild node_modules/.staging/mime-types-318438fa
58081npm verb unbuild node_modules/.staging/form-data-f8fdda82
58082npm verb unbuild node_modules/.staging/mime-types-9b839995
58083npm verb unbuild node_modules/.staging/minimalistic-assert-59f40622
58084npm verb unbuild node_modules/.staging/asn1.js-27eaf3fb
58085npm verb unbuild node_modules/.staging/ecdsa-sig-formatter-3895e7ba
58086npm verb unbuild node_modules/.staging/jwa-d5039063
58087npm verb unbuild node_modules/.staging/minimatch-2cf6ff47
58088npm verb unbuild node_modules/.staging/minimist-a38b6639
58089npm verb unbuild node_modules/.staging/mkdirp-e24d52c7
58090npm verb unbuild node_modules/.staging/karma-coffee-preprocessor-ea8f8864
58091npm verb unbuild node_modules/.staging/fs-extra-df7c869c
58092npm verb unbuild node_modules/.staging/mkpath-27408025
58093npm verb unbuild node_modules/.staging/commander-e1a2188a
58094npm verb unbuild node_modules/.staging/diff-1d9ff102
58095npm verb unbuild node_modules/.staging/graceful-fs-539a0f7e
58096npm verb unbuild node_modules/.staging/commander-2ccea91c
58097npm verb unbuild node_modules/.staging/mkdirp-dd3c192e
58098npm verb unbuild node_modules/.staging/bson-e38a3b32
58099npm verb unbuild node_modules/.staging/bson-9e1f9538
58100npm verb unbuild node_modules/.staging/async-4f48efb7
58101npm verb unbuild node_modules/.staging/ms-cdbc2b09
58102npm verb unbuild node_modules/.staging/bytes-5874588c
58103npm verb unbuild node_modules/.staging/mout-468edfff
58104npm verb unbuild node_modules/.staging/mpath-cc7d5693
58105npm verb unbuild node_modules/.staging/mpromise-1d17ee22
58106npm verb unbuild node_modules/.staging/ms-4b7a1f2e
58107npm verb unbuild node_modules/.staging/ms-8f2c4758
58108npm verb unbuild node_modules/.staging/debug-5bd353aa
58109npm verb unbuild node_modules/.staging/debug-043850b0
58110npm verb unbuild node_modules/.staging/media-typer-8124e922
58111npm verb unbuild node_modules/.staging/qs-c7af878c
58112npm verb unbuild node_modules/.staging/type-is-e74537bc
58113npm verb unbuild node_modules/.staging/muri-6e0c3d58
58114npm verb unbuild node_modules/.staging/mute-stream-23c38b91
58115npm verb unbuild node_modules/.staging/minimist-d389daac
58116npm verb unbuild node_modules/.staging/nan-40b01213
58117npm verb unbuild node_modules/.staging/kerberos-f0bfc351
58118npm verb unbuild node_modules/.staging/mongodb-core-e309a222
58119npm verb unbuild node_modules/.staging/bson-ee41528f
58120npm verb unbuild node_modules/.staging/negotiator-c0976f8f
58121npm verb unbuild node_modules/.staging/accepts-ed386b1f
58122npm verb unbuild node_modules/.staging/next-tick-0f4109ca
58123npm verb unbuild node_modules/.staging/minimist-9863c00d
58124npm verb unbuild node_modules/.staging/source-map-18d1a9fb
58125npm verb unbuild node_modules/.staging/css-parse-af3882e9
58126npm verb unbuild node_modules/.staging/sax-13c23eb1
58127npm verb unbuild node_modules/.staging/async-55097439
58128npm verb unbuild node_modules/.staging/cookie-d846ec49
58129npm verb unbuild node_modules/.staging/cookie-signature-9d568919
58130npm verb unbuild node_modules/.staging/depd-979fa066
58131npm verb unbuild node_modules/.staging/escape-html-07af6c46
58132npm verb unbuild node_modules/.staging/media-typer-2429ff25
58133npm verb unbuild node_modules/.staging/merge-descriptors-ed1cce0b
58134npm verb unbuild node_modules/.staging/minimatch-3f109939
58135npm verb unbuild node_modules/.staging/ms-0cf5ae08
58136npm verb unbuild node_modules/.staging/nan-09c8412f
58137npm verb unbuild node_modules/.staging/path-to-regexp-e81f09f7
58138npm verb unbuild node_modules/.staging/qs-bfb357c6
58139npm verb unbuild node_modules/.staging/range-parser-3a458d12
58140npm verb unbuild node_modules/.staging/serve-favicon-fd008e65
58141npm verb unbuild node_modules/.staging/yargs-7473f2e9
58142npm verb unbuild node_modules/.staging/yargs-e629783d
58143npm verb unbuild node_modules/.staging/node-uuid-2a986007
58144npm verb unbuild node_modules/.staging/ansi-styles-66453857
58145npm verb unbuild node_modules/.staging/chalk-462acb16
58146npm verb unbuild node_modules/.staging/noptify-3e1a1720
58147npm verb unbuild node_modules/.staging/normalize-path-720e7d80
58148npm verb unbuild node_modules/.staging/minimist-5c89810d
58149npm verb unbuild node_modules/.staging/nth-check-6676480b
58150npm verb unbuild node_modules/.staging/CSSselect-0f50a687
58151npm verb unbuild node_modules/.staging/cheerio-select-994bcd5f
58152npm verb unbuild node_modules/.staging/number-is-nan-d892eca7
58153npm verb unbuild node_modules/.staging/is-finite-876d1b43
58154npm verb unbuild node_modules/.staging/oauth-sign-a5ba0156
58155npm verb unbuild node_modules/.staging/object-assign-4b753d84
58156npm verb unbuild node_modules/.staging/object-component-10e5bbbe
58157npm verb unbuild node_modules/.staging/object-keys-bf7ddf00
58158npm verb unbuild node_modules/.staging/object.omit-43b36489
58159npm verb unbuild node_modules/.staging/on-finished-e27b1d45
58160npm verb unbuild node_modules/.staging/on-headers-c173bbeb
58161npm verb unbuild node_modules/.staging/morgan-e1afc6a8
58162npm verb unbuild node_modules/.staging/open-399683eb
58163npm verb unbuild node_modules/.staging/options-d9b9f48a
58164npm verb unbuild node_modules/.staging/ordered-esprima-props-af59c7fe
58165npm verb unbuild node_modules/.staging/ordered-ast-traverse-24384e7e
58166npm verb unbuild node_modules/.staging/os-homedir-66542b79
58167npm verb unbuild node_modules/.staging/osenv-bccae03a
58168npm verb unbuild node_modules/.staging/object-assign-40d37fa1
58169npm verb unbuild node_modules/.staging/got-8e8c7d97
58170npm verb unbuild node_modules/.staging/pad-stdio-bd95afb4
58171npm verb unbuild node_modules/.staging/grunt-concurrent-8f98fdbe
58172npm verb unbuild node_modules/.staging/parse-glob-aaa7424e
58173npm verb unbuild node_modules/.staging/parse-json-48069718
58174npm verb unbuild node_modules/.staging/parsejson-34be595f
58175npm verb unbuild node_modules/.staging/parseqs-fe546b14
58176npm verb unbuild node_modules/.staging/parseuri-e2425ce9
58177npm verb unbuild node_modules/.staging/parseurl-53544bbd
58178npm verb unbuild node_modules/.staging/passport-strategy-ab83c876
58179npm verb unbuild node_modules/.staging/path-is-absolute-6585a622
58180npm verb unbuild node_modules/.staging/path-to-regexp-b251e6d1
58181npm verb unbuild node_modules/.staging/graceful-fs-970c5705
58182npm verb unbuild node_modules/.staging/pause-e8fad06c
58183npm verb unbuild node_modules/.staging/adm-zip-5ecc6794
58184npm verb unbuild node_modules/.staging/asn1-b1b23865
58185npm verb unbuild node_modules/.staging/assert-plus-a26145d5
58186npm verb unbuild node_modules/.staging/async-e42f9c02
58187npm verb unbuild node_modules/.staging/caseless-fcde11c6
58188npm verb unbuild node_modules/.staging/delayed-stream-95f13831
58189npm verb unbuild node_modules/.staging/combined-stream-5158cd6b
58190npm verb unbuild node_modules/.staging/forever-agent-3de5909f
58191npm verb unbuild node_modules/.staging/form-data-611017b2
58192npm verb unbuild node_modules/.staging/hoek-4dfc46f6
58193npm verb unbuild node_modules/.staging/graceful-fs-f65fbeb1
58194npm verb unbuild node_modules/.staging/boom-78f68fd4
58195npm verb unbuild node_modules/.staging/cryptiles-be78e942
58196npm verb unbuild node_modules/.staging/http-signature-9a3f59aa
58197npm verb unbuild node_modules/.staging/jsonfile-585b6775
58198npm verb unbuild node_modules/.staging/minimist-1363b98b
58199npm verb unbuild node_modules/.staging/oauth-sign-083f8360
58200npm verb unbuild node_modules/.staging/qs-1147f504
58201npm verb unbuild node_modules/.staging/sntp-33c3b41e
58202npm verb unbuild node_modules/.staging/hawk-0ce17659
58203npm verb unbuild node_modules/.staging/pify-8d39eb85
58204npm verb unbuild node_modules/.staging/pinkie-5b9c6504
58205npm verb unbuild node_modules/.staging/pinkie-promise-7a06a14e
58206npm verb unbuild node_modules/.staging/path-type-7606825e
58207npm verb unbuild node_modules/.staging/path-exists-d3fe1e39
58208npm verb unbuild node_modules/.staging/find-up-6092c98d
58209npm verb unbuild node_modules/.staging/pkginfo-d13cca63
58210npm verb unbuild node_modules/.staging/passport-9f7ca3f2
58211npm verb unbuild node_modules/.staging/policyfile-b12869c3
58212npm verb unbuild node_modules/.staging/assert-plus-c32f92ea
58213npm verb unbuild node_modules/.staging/dtrace-provider-f433733c
58214npm verb unbuild node_modules/.staging/extsprintf-52d209e7
58215npm verb unbuild node_modules/.staging/mv-54baccc5
58216npm verb unbuild node_modules/.staging/once-7c7b2e00
58217npm verb unbuild node_modules/.staging/verror-f84cf8b5
58218npm verb unbuild node_modules/.staging/vasync-aee44b68
58219npm verb unbuild node_modules/.staging/pooling-149e19c7
58220npm verb unbuild node_modules/.staging/ldapauth-fork-7e683701
58221npm verb unbuild node_modules/.staging/precond-d80e2e85
58222npm verb unbuild node_modules/.staging/backoff-deb45122
58223npm verb unbuild node_modules/.staging/preserve-46ce8621
58224npm verb unbuild node_modules/.staging/grunt-contrib-htmlmin-f4f0d9cb
58225npm verb unbuild node_modules/.staging/process-nextick-args-99c8ad65
58226npm verb unbuild node_modules/.staging/progress-1259fa44
58227npm verb unbuild node_modules/.staging/promise-4c2ae656
58228npm verb unbuild node_modules/.staging/propprop-132c8217
58229npm verb unbuild node_modules/.staging/proto-list-18f343b9
58230npm verb unbuild node_modules/.staging/config-chain-4f06bec8
58231npm verb unbuild node_modules/.staging/asn1-9449641b
58232npm verb unbuild node_modules/.staging/assert-plus-d27279c7
58233npm verb unbuild node_modules/.staging/adm-zip-2aa894c7
58234npm verb unbuild node_modules/.staging/async-2c92b908
58235npm verb unbuild node_modules/.staging/delayed-stream-0b444ccf
58236npm verb unbuild node_modules/.staging/forever-agent-8691cae5
58237npm verb unbuild node_modules/.staging/combined-stream-f0364594
58238npm verb unbuild node_modules/.staging/form-data-bdbb9c5e
58239npm verb unbuild node_modules/.staging/hoek-791442e1
58240npm verb unbuild node_modules/.staging/boom-6e180b53
58241npm verb unbuild node_modules/.staging/cryptiles-8fb1ece1
58242npm verb unbuild node_modules/.staging/http-signature-8289c392
58243npm verb unbuild node_modules/.staging/minimist-77af3c45
58244npm verb unbuild node_modules/.staging/oauth-sign-87c59726
58245npm verb unbuild node_modules/.staging/q-34bb422e
58246npm verb unbuild node_modules/.staging/sntp-d4135359
58247npm verb unbuild node_modules/.staging/hawk-aa3ff308
58248npm verb unbuild node_modules/.staging/proxy-addr-987eb57d
58249npm verb unbuild node_modules/.staging/once-c56380e0
58250npm verb unbuild node_modules/.staging/punycode-50f8bda6
58251npm verb unbuild node_modules/.staging/tough-cookie-6c004dea
58252npm verb unbuild node_modules/.staging/q-fe516c28
58253npm verb unbuild node_modules/.staging/p-throttler-5c8f4f09
58254npm verb unbuild node_modules/.staging/coa-ced7c54d
58255npm verb unbuild node_modules/.staging/qs-faf5570d
58256npm verb unbuild node_modules/.staging/randomatic-1ecea6a0
58257npm verb unbuild node_modules/.staging/range-parser-840ef8b4
58258npm verb unbuild node_modules/.staging/raw-body-473befd3
58259npm verb unbuild node_modules/.staging/minimist-bb9634cf
58260npm verb unbuild node_modules/.staging/read-1968274d
58261npm verb unbuild node_modules/.staging/promptly-33d94e46
58262npm verb unbuild node_modules/.staging/readdirp-3c4d5bdb
58263npm verb unbuild node_modules/.staging/read-chunk-bd1f45a0
58264npm verb unbuild node_modules/.staging/monocle-230f70e1
58265npm verb unbuild node_modules/.staging/monocle-85cc230c
58266npm verb unbuild node_modules/.staging/ansi-regex-f494fa3d
58267npm verb unbuild node_modules/.staging/readline2-add6b0ec
58268npm verb unbuild node_modules/.staging/repeating-769e1d6b
58269npm verb unbuild node_modules/.staging/indent-string-77372450
58270npm verb unbuild node_modules/.staging/redeyed-d0943e6b
58271npm verb unbuild node_modules/.staging/redis-94a6a32b
58272npm verb unbuild node_modules/.staging/reduce-component-6282699c
58273npm verb unbuild node_modules/.staging/regexp-clone-b61bd35f
58274npm verb unbuild node_modules/.staging/regex-cache-7b5aee7c
58275npm verb unbuild node_modules/.staging/regexp-quote-009eda73
58276npm verb unbuild node_modules/.staging/relateurl-c4d1280f
58277npm verb unbuild node_modules/.staging/repeat-element-e5a400db
58278npm verb unbuild node_modules/.staging/repeat-string-c980ddfa
58279npm verb unbuild node_modules/.staging/fill-range-5ef9f3e5
58280npm verb unbuild node_modules/.staging/expand-range-41d989d2
58281npm verb unbuild node_modules/.staging/braces-06252f0f
58282npm verb unbuild node_modules/.staging/meow-6ad74bf0
58283npm verb unbuild node_modules/.staging/qs-ceed58e2
58284npm verb unbuild node_modules/.staging/depd-a510ab12
58285npm verb unbuild node_modules/.staging/response-time-f0c163c7
58286npm verb unbuild node_modules/.staging/request-replay-2fdd3e9f
58287npm verb unbuild node_modules/.staging/rndm-f28cd980
58288npm verb unbuild node_modules/.staging/rx-657a6559
58289npm verb unbuild node_modules/.staging/safe-json-stringify-a0e7e90f
58290npm verb unbuild node_modules/.staging/retry-6ea0c0cc
58291npm verb unbuild node_modules/.staging/saucelabs-bc92f9a6
58292npm verb unbuild node_modules/.staging/sax-4ad47b16
58293npm verb unbuild node_modules/.staging/scmp-3c8978ab
58294npm verb unbuild node_modules/.staging/adm-zip-0074c9bd
58295npm verb unbuild node_modules/.staging/tmp-edb089e6
58296npm verb unbuild node_modules/.staging/semver-diff-b6403f72
58297npm verb unbuild node_modules/.staging/semver-utils-7c8dfe17
58298npm verb unbuild node_modules/.staging/send-55a215c7
58299npm verb unbuild node_modules/.staging/sentence-case-739aa6da
58300npm verb unbuild node_modules/.staging/path-case-81dc752a
58301npm verb unbuild node_modules/.staging/param-case-b72fe235
58302npm verb unbuild node_modules/.staging/dot-case-cb091322
58303npm verb unbuild node_modules/.staging/escape-html-428eb820
58304npm verb unbuild node_modules/.staging/ms-a8de92f0
58305npm verb unbuild node_modules/.staging/fresh-8b5b34cf
58306npm verb unbuild node_modules/.staging/range-parser-3baf7556
58307npm verb unbuild node_modules/.staging/send-2a098fc8
58308npm verb unbuild node_modules/.staging/serve-static-d1ace1eb
58309npm verb unbuild node_modules/.staging/shell-quote-9593bb24
58310npm verb unbuild node_modules/.staging/grunt-build-control-5e0e2282
58311npm verb unbuild node_modules/.staging/should-50c5a803
58312npm verb unbuild node_modules/.staging/sigmund-52913fe8
58313npm verb unbuild node_modules/.staging/minimatch-c4f3a2f3
58314npm verb unbuild node_modules/.staging/glob-6ab643c2
58315npm verb unbuild node_modules/.staging/minimatch-216143fb
58316npm verb unbuild node_modules/.staging/minimatch-c262507c
58317npm verb unbuild node_modules/.staging/glob-17a354ed
58318npm verb unbuild node_modules/.staging/minimatch-3b6ee7ec
58319npm verb unbuild node_modules/.staging/glob-ab8aeb43
58320npm verb unbuild node_modules/.staging/grunt-mocha-test-efc027cd
58321npm verb unbuild node_modules/.staging/minimatch-5c0351b4
58322npm verb unbuild node_modules/.staging/glob-67df9d86
58323npm verb unbuild node_modules/.staging/minimatch-f1c7d320
58324npm verb unbuild node_modules/.staging/glob-f44e949d
58325npm verb unbuild node_modules/.staging/minimatch-45dee521
58326npm verb unbuild node_modules/.staging/minimatch-46dd1ff7
58327npm verb unbuild node_modules/.staging/minimatch-2a2f5423
58328npm verb unbuild node_modules/.staging/glob-54e67aef
58329npm verb unbuild node_modules/.staging/globule-5915a629
58330npm verb unbuild node_modules/.staging/gaze-d35c1ef4
58331npm verb unbuild node_modules/.staging/minimatch-74c70a27
58332npm verb unbuild node_modules/.staging/glob-8c306e86
58333npm verb unbuild node_modules/.staging/findup-sync-8140f333
58334npm verb unbuild node_modules/.staging/minimatch-4b4f27d0
58335npm verb unbuild node_modules/.staging/glob-c045deee
58336npm verb unbuild node_modules/.staging/cli-f1b6d1a3
58337npm verb unbuild node_modules/.staging/signal-exit-8a41fdb4
58338npm verb unbuild node_modules/.staging/loud-rejection-7b22aaab
58339npm verb unbuild node_modules/.staging/simple-fmt-863b3f2d
58340npm verb unbuild node_modules/.staging/sliced-9abb5cab
58341npm verb unbuild node_modules/.staging/mquery-828ce23e
58342npm verb unbuild node_modules/.staging/snake-case-e946e9aa
58343npm verb unbuild node_modules/.staging/simple-is-d78478ba
58344npm verb unbuild node_modules/.staging/sntp-62cae532
58345npm verb unbuild node_modules/.staging/hawk-2b18a6ec
58346npm verb unbuild node_modules/.staging/debug-61a48168
58347npm verb unbuild node_modules/.staging/debug-f90753f4
58348npm verb unbuild node_modules/.staging/socket.io-parser-ed3c386f
58349npm verb unbuild node_modules/.staging/socket.io-adapter-a8f40cd8
58350npm verb unbuild node_modules/.staging/debug-8dd80a88
58351npm verb unbuild node_modules/.staging/has-binary-eb70372c
58352npm verb unbuild node_modules/.staging/debug-bde81572
58353npm verb unbuild node_modules/.staging/socket.io-parser-a1fc7703
58354npm verb unbuild node_modules/.staging/object-keys-d814db77
58355npm verb unbuild node_modules/.staging/debug-526a4055
58356npm verb unbuild node_modules/.staging/xtend-18238d0f
58357npm verb unbuild node_modules/.staging/sockjs-01cad350
58358npm verb unbuild node_modules/.staging/shoe-90c1a06f
58359npm verb unbuild node_modules/.staging/source-map-0e6c5e54
58360npm verb unbuild node_modules/.staging/postcss-8b324b03
58361npm verb unbuild node_modules/.staging/nib-e5b4c9ea
58362npm verb unbuild node_modules/.staging/source-map-4252b56e
58363npm verb unbuild node_modules/.staging/source-map-support-0224d270
58364npm verb unbuild node_modules/.staging/spdx-exceptions-3ce8ceb0
58365npm verb unbuild node_modules/.staging/spdx-license-ids-aacb7cca
58366npm verb unbuild node_modules/.staging/spdx-expression-parse-eb460c37
58367npm verb unbuild node_modules/.staging/spdx-correct-f024b17c
58368npm verb unbuild node_modules/.staging/sprintf-js-d0139c3e
58369npm verb unbuild node_modules/.staging/argparse-bc1dea50
58370npm verb unbuild node_modules/.staging/stable-caf6f1b0
58371npm verb unbuild node_modules/.staging/alter-df2707e3
58372npm verb unbuild node_modules/.staging/stat-mode-2e36ef36
58373npm verb unbuild node_modules/.staging/statuses-01f80765
58374npm verb unbuild node_modules/.staging/http-errors-bac919b5
58375npm verb unbuild node_modules/.staging/serve-index-01ff1267
58376npm verb unbuild node_modules/.staging/send-714f2a9f
58377npm verb unbuild node_modules/.staging/send-e2c90301
58378npm verb unbuild node_modules/.staging/serve-static-fb0bedc4
58379npm verb unbuild node_modules/.staging/connect-timeout-0d3d2d4c
58380npm verb unbuild node_modules/.staging/serve-static-44fd8ff0
58381npm verb unbuild node_modules/.staging/stream-combiner-e6543bbb
58382npm verb unbuild node_modules/.staging/streamsearch-aedb5713
58383npm verb unbuild node_modules/.staging/ansi-regex-235f4c96
58384npm verb unbuild node_modules/.staging/string-length-379dd77f
58385npm verb unbuild node_modules/.staging/string_decoder-b2974c2a
58386npm verb unbuild node_modules/.staging/readable-stream-6816b730
58387npm verb unbuild node_modules/.staging/stream-counter-a0488c1b
58388npm verb unbuild node_modules/.staging/readable-stream-ca16f4e5
58389npm verb unbuild node_modules/.staging/bl-358373bc
58390npm verb unbuild node_modules/.staging/readable-stream-e1366965
58391npm verb unbuild node_modules/.staging/multiparty-f19e8247
58392npm verb unbuild node_modules/.staging/readable-stream-16fc46e8
58393npm verb unbuild node_modules/.staging/mongodb-40e3e40e
58394npm verb unbuild node_modules/.staging/readable-stream-41fe2eef
58395npm verb unbuild node_modules/.staging/log4js-ec214fd9
58396npm verb unbuild node_modules/.staging/readable-stream-459b9cc3
58397npm verb unbuild node_modules/.staging/htmlparser2-a06ed28f
58398npm verb unbuild node_modules/.staging/readable-stream-ae46a979
58399npm verb unbuild node_modules/.staging/readable-stream-34bf1d13
58400npm verb unbuild node_modules/.staging/through2-19196ec0
58401npm verb unbuild node_modules/.staging/readable-stream-d5ef2302
58402npm verb unbuild node_modules/.staging/bl-9d6a9069
58403npm verb unbuild node_modules/.staging/readable-stream-035a645f
58404npm verb unbuild node_modules/.staging/dicer-6fddfd03
58405npm verb unbuild node_modules/.staging/readable-stream-c5a20cd2
58406npm verb unbuild node_modules/.staging/readable-stream-e44990de
58407npm verb unbuild node_modules/.staging/readable-stream-bbb517fe
58408npm verb unbuild node_modules/.staging/htmlparser2-0dc30d38
58409npm verb unbuild node_modules/.staging/cheerio-be2b1bbb
58410npm verb unbuild node_modules/.staging/grunt-dom-munger-8c845d5a
58411npm verb unbuild node_modules/.staging/readable-stream-b09f3ec0
58412npm verb unbuild node_modules/.staging/readable-stream-e35088e9
58413npm verb unbuild node_modules/.staging/bl-39ed679c
58414npm verb unbuild node_modules/.staging/busboy-4652db82
58415npm verb unbuild node_modules/.staging/stringify-object-2e0bb045
58416npm verb unbuild node_modules/.staging/stringmap-b5d4900f
58417npm verb unbuild node_modules/.staging/stringset-b25d8fb8
58418npm verb unbuild node_modules/.staging/stringstream-228812fc
58419npm verb unbuild node_modules/.staging/strip-ansi-cd4286ca
58420npm verb unbuild node_modules/.staging/strip-bom-44cc6049
58421npm verb unbuild node_modules/.staging/load-json-file-20e568bc
58422npm verb unbuild node_modules/.staging/redent-98cd0065
58423npm verb unbuild node_modules/.staging/grunt-contrib-jshint-621cce63
58424npm verb unbuild node_modules/.staging/css-parse-cb593ab2
58425npm verb unbuild node_modules/.staging/minimatch-b02415cd
58426npm verb unbuild node_modules/.staging/glob-08f18e33
58427npm verb unbuild node_modules/.staging/minimist-cc145a81
58428npm verb unbuild node_modules/.staging/sax-b4c0e941
58429npm verb unbuild node_modules/.staging/success-symbol-40eb6545
58430npm verb unbuild node_modules/.staging/extglob-7059e4ca
58431npm verb unbuild node_modules/.staging/micromatch-3e0dcf81
58432npm verb unbuild node_modules/.staging/anymatch-a54c36b2
58433npm verb unbuild node_modules/.staging/debug-1a9b1d07
58434npm verb unbuild node_modules/.staging/extend-35ae3f56
58435npm verb unbuild node_modules/.staging/methods-331e3165
58436npm verb unbuild node_modules/.staging/mime-79a3fb33
58437npm verb unbuild node_modules/.staging/qs-29f38b5d
58438npm verb unbuild node_modules/.staging/superagent-2956e0bc
58439npm verb unbuild node_modules/.staging/supertest-0a3c57ba
58440npm verb unbuild node_modules/.staging/supports-color-696b9649
58441npm verb unbuild node_modules/.staging/chalk-268f9043
58442npm verb unbuild node_modules/.staging/log-symbols-84b5e2c1
58443npm verb unbuild node_modules/.staging/grunt-filerev-84c7496d
58444npm verb unbuild node_modules/.staging/grunt-contrib-stylus-e34fd4cd
58445npm verb unbuild node_modules/.staging/tape-0ab0592b
58446npm verb unbuild node_modules/.staging/minimist-8fb94a0e
58447npm verb unbuild node_modules/.staging/readable-stream-2589f055
58448npm verb unbuild node_modules/.staging/bl-c455f913
58449npm verb unbuild node_modules/.staging/readable-stream-e4ddb62c
58450npm verb unbuild node_modules/.staging/text-table-c233e25f
58451npm verb unbuild node_modules/.staging/throttleit-d7594825
58452npm verb unbuild node_modules/.staging/request-progress-d4729090
58453npm verb unbuild node_modules/.staging/request-progress-572bf127
58454npm verb unbuild node_modules/.staging/through-544fbcc6
58455npm verb unbuild node_modules/.staging/split-b5770f82
58456npm verb unbuild node_modules/.staging/object-keys-7a48fb69
58457npm verb unbuild node_modules/.staging/jshint-stylish-cc192ea4
58458npm verb unbuild node_modules/.staging/readable-stream-a1873cf0
58459npm verb unbuild node_modules/.staging/xtend-21fdbb7f
58460npm verb unbuild node_modules/.staging/through2-537228c1
58461npm verb unbuild node_modules/.staging/ansi-styles-5bf760c0
58462npm verb unbuild node_modules/.staging/chalk-bd203d96
58463npm verb unbuild node_modules/.staging/time-grunt-2b0acfb3
58464npm verb unbuild node_modules/.staging/timers-ext-d594c66b
58465npm verb unbuild node_modules/.staging/memoizee-6fd8d2a7
58466npm verb unbuild node_modules/.staging/cli-color-9a9be295
58467npm verb unbuild node_modules/.staging/inquirer-f4df6b79
58468npm verb unbuild node_modules/.staging/inquirer-35d357df
58469npm verb unbuild node_modules/.staging/debug-51e7fba2
58470npm verb unbuild node_modules/.staging/grunt-contrib-watch-6102743e
58471npm verb unbuild node_modules/.staging/tinycolor-2ddcca86
58472npm verb unbuild node_modules/.staging/qs-2f14540d
58473npm verb unbuild node_modules/.staging/tmp-13c48941
58474npm verb unbuild node_modules/.staging/to-array-663f09fb
58475npm verb unbuild node_modules/.staging/touch-30f27044
58476npm verb unbuild node_modules/.staging/tough-cookie-f3376d70
58477npm verb unbuild node_modules/.staging/traverse-7768af0d
58478npm verb unbuild node_modules/.staging/dnode-protocol-0790c9a9
58479npm verb unbuild node_modules/.staging/trim-newlines-898766ba
58480npm verb unbuild node_modules/.staging/truncate-8813a448
58481npm verb unbuild node_modules/.staging/strong-data-uri-d2436f09
58482npm verb unbuild node_modules/.staging/tryor-0c4e5fea
58483npm verb unbuild node_modules/.staging/tunnel-agent-0e49203a
58484npm verb unbuild node_modules/.staging/request-89356bea
58485npm verb unbuild node_modules/.staging/request-900b77ff
58486npm verb unbuild node_modules/.staging/request-fcda05de
58487npm verb unbuild node_modules/.staging/request-b98b7f64
58488npm verb unbuild node_modules/.staging/type-is-0bdb32d2
58489npm verb unbuild node_modules/.staging/typedarray-6b4041bf
58490npm verb unbuild node_modules/.staging/concat-stream-b7b14a26
58491npm verb unbuild node_modules/.staging/jws-446bd63a
58492npm verb unbuild node_modules/.staging/jsonwebtoken-fe5a6b0d
58493npm verb unbuild node_modules/.staging/async-18099a4d
58494npm verb unbuild node_modules/.staging/uglify-to-browserify-56284d51
58495npm verb unbuild node_modules/.staging/uid-number-2b429131
58496npm verb unbuild node_modules/.staging/uid-safe-755953e1
58497npm verb unbuild node_modules/.staging/csrf-fda25d5e
58498npm verb unbuild node_modules/.staging/csurf-d91a5017
58499npm verb unbuild node_modules/.staging/uid2-5a2a3180
58500npm verb unbuild node_modules/.staging/ultron-09e755f4
58501npm verb unbuild node_modules/.staging/underscore-67cac5e4
58502npm verb unbuild node_modules/.staging/argparse-3498434f
58503npm verb unbuild node_modules/.staging/underscore.string-f4b69f3e
58504npm verb unbuild node_modules/.staging/finalhandler-4addba03
58505npm verb unbuild node_modules/.staging/unpipe-f9a98912
58506npm verb unbuild node_modules/.staging/raw-body-9b76cd05
58507npm verb unbuild node_modules/.staging/body-parser-e37fcee2
58508npm verb unbuild node_modules/.staging/untildify-f784e58d
58509npm verb unbuild node_modules/.staging/ansi-regex-36859cbd
58510npm verb unbuild node_modules/.staging/ansi-styles-232e0203
58511npm verb unbuild node_modules/.staging/chalk-7c45e760
58512npm verb unbuild node_modules/.staging/upper-case-d294da23
58513npm verb unbuild node_modules/.staging/title-case-d162dd56
58514npm verb unbuild node_modules/.staging/swap-case-b1c405ff
58515npm verb unbuild node_modules/.staging/is-upper-case-b561e98d
58516npm verb unbuild node_modules/.staging/constant-case-8c3edcf1
58517npm verb unbuild node_modules/.staging/camel-case-329fd2fb
58518npm verb unbuild node_modules/.staging/upper-case-first-85dd54a3
58519npm verb unbuild node_modules/.staging/pascal-case-76d097e9
58520npm verb unbuild node_modules/.staging/change-case-0f0bfe01
58521npm verb unbuild node_modules/.staging/lru-cache-cc0ec82a
58522npm verb unbuild node_modules/.staging/useragent-272d17b2
58523npm verb unbuild node_modules/.staging/utf8-2bc0a040
58524npm verb unbuild node_modules/.staging/engine.io-parser-71bb9c9f
58525npm verb unbuild node_modules/.staging/engine.io-client-ecc00725
58526npm verb unbuild node_modules/.staging/socket.io-client-7a57b1f4
58527npm verb unbuild node_modules/.staging/util-deprecate-2f69dbad
58528npm verb unbuild node_modules/.staging/readable-stream-8cf2a159
58529npm verb unbuild node_modules/.staging/readdirp-4175e4e7
58530npm verb unbuild node_modules/.staging/mongodb-6a7d3d3a
58531npm verb unbuild node_modules/.staging/chokidar-493c92ec
58532npm verb unbuild node_modules/.staging/bl-bfcd9d1a
58533npm verb unbuild node_modules/.staging/async-e125e7af
58534npm verb unbuild node_modules/.staging/utils-merge-f0b215eb
58535npm verb unbuild node_modules/.staging/express-session-1cb10dc3
58536npm verb unbuild node_modules/.staging/uuid-9e3c587d
58537npm verb unbuild node_modules/.staging/v8-debug-6d9c8e93
58538npm verb unbuild node_modules/.staging/nan-9ede3d0c
58539npm verb unbuild node_modules/.staging/tempfile-ac9f450b
58540npm verb unbuild node_modules/.staging/v8-profiler-0c2b89c5
58541npm verb unbuild node_modules/.staging/validate-npm-package-license-fa23fb48
58542npm verb unbuild node_modules/.staging/normalize-package-data-da8ffb1a
58543npm verb unbuild node_modules/.staging/read-pkg-6a7c7ec0
58544npm verb unbuild node_modules/.staging/read-pkg-up-badd8779
58545npm verb unbuild node_modules/.staging/meow-f993e98c
58546npm verb unbuild node_modules/.staging/vary-729c1b62
58547npm verb unbuild node_modules/.staging/express-4a4ce112
58548npm verb unbuild node_modules/.staging/method-override-2c766fa3
58549npm verb unbuild node_modules/.staging/compression-153abeb4
58550npm verb unbuild node_modules/.staging/verror-8200d8a0
58551npm verb unbuild node_modules/.staging/vasync-b0cc249e
58552npm verb unbuild node_modules/.staging/vhost-4d7f0061
58553npm verb unbuild node_modules/.staging/connect-2260fe81
58554npm verb unbuild node_modules/.staging/ware-7b95a9b0
58555npm verb unbuild node_modules/.staging/nan-df1d612d
58556npm verb unbuild node_modules/.staging/weak-a71be6ba
58557npm verb unbuild node_modules/.staging/dnode-9efa73d2
58558npm verb unbuild node_modules/.staging/whet.extend-f80e54f1
58559npm verb unbuild node_modules/.staging/imagemin-svgo-de4f6c2d
58560npm verb unbuild node_modules/.staging/grunt-svgmin-ae067f83
58561npm verb unbuild node_modules/.staging/karma-chrome-launcher-7883b95b
58562npm verb unbuild node_modules/.staging/grunt-legacy-util-12367406
58563npm verb unbuild node_modules/.staging/grunt-4e7ee468
58564npm verb unbuild node_modules/.staging/ms-06b72008
58565npm verb unbuild node_modules/.staging/win-release-ee22328b
58566npm verb unbuild node_modules/.staging/window-size-2b6bc0a7
58567npm verb unbuild node_modules/.staging/chalk-b085bb44
58568npm verb unbuild node_modules/.staging/ansi-styles-ef431766
58569npm verb unbuild node_modules/.staging/lodash-d9c268da
58570npm verb unbuild node_modules/.staging/wiredep-c5fa475a
58571npm verb unbuild node_modules/.staging/grunt-asset-injector-d2349add
58572npm verb unbuild node_modules/.staging/async-7740cd94
58573npm verb unbuild node_modules/.staging/wordwrap-ac831d60
58574npm verb unbuild node_modules/.staging/optimist-0cfebbd5
58575npm verb unbuild node_modules/.staging/optimist-90f3593e
58576npm verb unbuild node_modules/.staging/with-03a31bca
58577npm verb unbuild node_modules/.staging/transformers-64d3d283
58578npm verb unbuild node_modules/.staging/with-6a6b7888
58579npm verb unbuild node_modules/.staging/transformers-26ca904a
58580npm verb unbuild node_modules/.staging/optimist-264ee16b
58581npm verb unbuild node_modules/.staging/grunt-ng-annotate-f7ff75c2
58582npm verb unbuild node_modules/.staging/optimist-9467c81b
58583npm verb unbuild node_modules/.staging/optimist-e4661074
58584npm verb unbuild node_modules/.staging/optimist-ca79e24b
58585npm verb unbuild node_modules/.staging/event-stream-1157f43b
58586npm verb unbuild node_modules/.staging/ps-tree-8da0fe62
58587npm verb unbuild node_modules/.staging/optimist-a5f7e380
58588npm verb unbuild node_modules/.staging/bower-config-87f89cca
58589npm verb unbuild node_modules/.staging/bower-registry-client-4ffd3e16
58590npm verb unbuild node_modules/.staging/wrappy-b7a71258
58591npm verb unbuild node_modules/.staging/once-e45338e0
58592npm verb unbuild node_modules/.staging/npmconf-09e4e875
58593npm verb unbuild node_modules/.staging/npmconf-5027e1f8
58594npm verb unbuild node_modules/.staging/registry-url-2b6a5741
58595npm verb unbuild node_modules/.staging/package-json-8cc06c4f
58596npm verb unbuild node_modules/.staging/glob-b285a30b
58597npm verb unbuild node_modules/.staging/end-of-stream-790af1fd
58598npm verb unbuild node_modules/.staging/pump-4b6bc993
58599npm verb unbuild node_modules/.staging/inflight-f75d5068
58600npm verb unbuild node_modules/.staging/glob-dbb8b0e6
58601npm verb unbuild node_modules/.staging/glob-52638c4c
58602npm verb unbuild node_modules/.staging/glob-5bb0eadd
58603npm verb unbuild node_modules/.staging/glob-707c263d
58604npm verb unbuild node_modules/.staging/utile-cbdf8110
58605npm verb unbuild node_modules/.staging/fs-extra-a9bb583d
58606npm verb unbuild node_modules/.staging/karma-phantomjs-launcher-a204638c
58607npm verb unbuild node_modules/.staging/mv-fa5f7892
58608npm verb unbuild node_modules/.staging/fs-extra-8488df19
58609npm verb unbuild node_modules/.staging/fstream-a6d42726
58610npm verb unbuild node_modules/.staging/fstream-ignore-ac1e1595
58611npm verb unbuild node_modules/.staging/fstream-f275ccfd
58612npm verb unbuild node_modules/.staging/tar-d6877a8f
58613npm verb unbuild node_modules/.staging/fs-extra-ba753a49
58614npm verb unbuild node_modules/.staging/grunt-autoprefixer-a782ba0c
58615npm verb unbuild node_modules/.staging/exec-buffer-a8e2f870
58616npm verb unbuild node_modules/.staging/nan-de13f73e
58617npm verb unbuild node_modules/.staging/ws-91aaf05e
58618npm verb unbuild node_modules/.staging/engine.io-00b289fc
58619npm verb unbuild node_modules/.staging/xdg-basedir-6606347b
58620npm verb unbuild node_modules/.staging/configstore-275420f3
58621npm verb unbuild node_modules/.staging/update-notifier-f0b43ef4
58622npm verb unbuild node_modules/.staging/lodash-274863fe
58623npm verb unbuild node_modules/.staging/xmlbuilder-a2985beb
58624npm verb unbuild node_modules/.staging/xml2js-390cccc6
58625npm verb unbuild node_modules/.staging/selenium-webdriver-3cd43bc3
58626npm verb unbuild node_modules/.staging/grunt-protractor-runner-5125318c
58627npm verb unbuild node_modules/.staging/xmldom-c6234d03
58628npm verb unbuild node_modules/.staging/plist-a3b1290c
58629npm verb unbuild node_modules/.staging/xmlhttprequest-546ef2c3
58630npm verb unbuild node_modules/.staging/xtend-df7988d8
58631npm verb unbuild node_modules/.staging/browser-launcher2-644863c4
58632npm verb unbuild node_modules/.staging/grunt-node-inspector-2e498e55
58633npm verb unbuild node_modules/.staging/tar-stream-4fc8f8ec
58634npm verb unbuild node_modules/.staging/tar-fs-0d1dc96b
58635npm verb unbuild node_modules/.staging/is-my-json-valid-b35f6870
58636npm verb unbuild node_modules/.staging/request-22313f85
58637npm verb unbuild node_modules/.staging/update-notifier-df9491f2
58638npm verb unbuild node_modules/.staging/grunt-nodemon-a4c3385d
58639npm verb unbuild node_modules/.staging/insight-5d8273b2
58640npm verb unbuild node_modules/.staging/grunt-google-cdn-1a23fce9
58641npm verb unbuild node_modules/.staging/google-cdn-ef8342bc
58642npm verb unbuild node_modules/.staging/bin-wrapper-f7046aa1
58643npm verb unbuild node_modules/.staging/bin-build-90063e64
58644npm verb unbuild node_modules/.staging/imagemin-pngquant-79407d93
58645npm verb unbuild node_modules/.staging/imagemin-optipng-9f6f8efc
58646npm verb unbuild node_modules/.staging/imagemin-jpegtran-cb29c47b
58647npm verb unbuild node_modules/.staging/imagemin-gifsicle-fae76d08
58648npm verb unbuild node_modules/.staging/grunt-contrib-imagemin-5b53ba7f
58649npm verb unbuild node_modules/.staging/through2-8a0656ad
58650npm verb unbuild node_modules/.staging/grunt-wiredep-6503c43f
58651npm verb unbuild node_modules/.staging/yargs-6c36a15f
58652npm verb unbuild node_modules/.staging/with-bac83ff4
58653npm verb unbuild node_modules/.staging/constantinople-7db22797
58654npm verb unbuild node_modules/.staging/karma-jade-preprocessor-e15db50d
58655npm verb unbuild node_modules/.staging/grunt-angular-templates-d78279ef
58656npm verb unbuild node_modules/.staging/constantinople-bb823150
58657npm verb unbuild node_modules/.staging/karma-ng-jade2js-preprocessor-22ac4119
58658npm verb unbuild node_modules/.staging/grunt-contrib-jade-c8d1bcb3
58659npm verb unbuild node_modules/.staging/zeparser-85709c3e
58660npm verb unbuild node_modules/.staging/active-x-obfuscator-91d422b4
58661npm verb unbuild node_modules/.staging/socket.io-client-eae04f2a
58662npm verb unbuild node_modules/.staging/socket.io-0e1eba34
58663npm verb unbuild node_modules/.staging/zlib-browserify-c0d7d703
58664npm verb unbuild node_modules/.staging/maxmin-c0bbea6d
58665npm verb unbuild node_modules/.staging/grunt-contrib-uglify-2f79f41d
58666npm verb unbuild node_modules/.staging/grunt-contrib-cssmin-65ee732f
58667npm verb unbuild node_modules/.staging/async-da57517b
58668npm verb unbuild node_modules/.staging/body-parser-4fc895bc
58669npm verb unbuild node_modules/.staging/composable-middleware-3928dc46
58670npm verb unbuild node_modules/.staging/compression-461f6b9b
58671npm verb unbuild node_modules/.staging/connect-mongo-797d2f9e
58672npm verb unbuild node_modules/.staging/cookie-parser-b46cd774
58673npm verb unbuild node_modules/.staging/dav-7775bdde
58674npm verb unbuild node_modules/.staging/errorhandler-917523ec
58675npm verb unbuild node_modules/.staging/express-694a0c3e
58676npm verb unbuild node_modules/.staging/express-jwt-ee17fc3b
58677npm verb unbuild node_modules/.staging/express-session-59787311
58678npm verb unbuild node_modules/.staging/gridfs-stream-b8b091b6
58679npm verb unbuild node_modules/.staging/method-override-bced635c
58680npm verb unbuild node_modules/.staging/mongoose-9b2706cf
58681npm verb unbuild node_modules/.staging/morgan-56b458ea
58682npm verb unbuild node_modules/.staging/multer-6c95df91
58683npm verb unbuild node_modules/.staging/passport-af10d670
58684npm verb unbuild node_modules/.staging/passport-local-8c40a2e4
58685npm verb unbuild node_modules/.staging/passport-ldapauth-e85d7584
58686npm verb unbuild node_modules/.staging/phantom-eb32706d
58687npm verb unbuild node_modules/.staging/serve-favicon-4d9788f2
58688npm verb unbuild node_modules/.staging/socket.io-333a1b1a
58689npm verb unbuild node_modules/.staging/socketio-jwt-44749cdc
58690npm verb unbuild node_modules/.staging/node-uuid-4e29000b
58691npm verb unbuild node_modules/.staging/node-uuid-04ba7a3d
58692npm verb unbuild node_modules/.staging/node-uuid-45300770
58693npm verb unbuild node_modules/.staging/node-uuid-715159ea
58694npm verb unbuild node_modules/.staging/node-uuid-0102bf38
58695npm verb unbuild node_modules/.staging/rimraf-69c65d0e
58696npm verb unbuild node_modules/.staging/mkdirp-d006ba2b
58697npm verb unbuild node_modules/.staging/rimraf-b896a30b
58698npm verb unbuild node_modules/.staging/semver-f76c8b07
58699npm verb unbuild node_modules/.staging/clean-css-f0e6afe8
58700npm verb unbuild node_modules/.staging/coffee-script-2bb27cad
58701npm verb unbuild node_modules/.staging/esprima-aad70e2f
58702npm verb unbuild node_modules/.staging/mkdirp-79edf963
58703npm verb unbuild node_modules/.staging/mime-02e2e077
58704npm verb unbuild node_modules/.staging/mime-ec0b83bb
58705npm verb unbuild node_modules/.staging/mime-afc15c84
58706npm verb unbuild node_modules/.staging/nopt-a412eb00
58707npm verb unbuild node_modules/.staging/nopt-3b275b86
58708npm verb unbuild node_modules/.staging/nopt-832e6b6a
58709npm verb unbuild node_modules/.staging/esprima-153cd78f
58710npm verb unbuild node_modules/.staging/executable-7cd550d1
58711npm verb unbuild node_modules/.staging/mkdirp-3544151a
58712npm verb unbuild node_modules/.staging/ncp-13d0f153
58713npm verb unbuild node_modules/.staging/mkdirp-66ea1d24
58714npm verb unbuild node_modules/.staging/mkdirp-edd0ed42
58715npm verb unbuild node_modules/.staging/get-urls-4604d16b
58716npm verb unbuild node_modules/.staging/has-ansi-13383a7e
58717npm verb unbuild node_modules/.staging/mkdirp-f339c58e
58718npm verb unbuild node_modules/.staging/nopt-90b03f78
58719npm verb unbuild node_modules/.staging/rimraf-a948f1b7
58720npm verb unbuild node_modules/.staging/strip-ansi-15fe9cc5
58721npm verb unbuild node_modules/.staging/supports-color-80ba9194
58722npm verb unbuild node_modules/.staging/ext-name-c65d3b18
58723npm verb unbuild node_modules/.staging/strip-ansi-28be461a
58724npm verb unbuild node_modules/.staging/rimraf-684d948e
58725npm verb unbuild node_modules/.staging/strip-ansi-8c803402
58726npm verb unbuild node_modules/.staging/clean-css-c4dc8d52
58727npm verb unbuild node_modules/.staging/strip-ansi-dd06bf20
58728npm verb unbuild node_modules/.staging/strip-ansi-b441a0fb
58729npm verb unbuild node_modules/.staging/strip-ansi-56abba44
58730npm verb unbuild node_modules/.staging/strip-ansi-b39ec2cc
58731npm verb unbuild node_modules/.staging/strip-ansi-f44de076
58732npm verb unbuild node_modules/.staging/has-ansi-b49fbcd4
58733npm verb unbuild node_modules/.staging/strip-ansi-00413b21
58734npm verb unbuild node_modules/.staging/supports-color-c9b7a974
58735npm verb unbuild node_modules/.staging/ncp-70fd6582
58736npm verb unbuild node_modules/.staging/rimraf-d0786253
58737npm verb unbuild node_modules/.staging/rimraf-86730882
58738npm verb unbuild node_modules/.staging/strip-ansi-77a5e2fd
58739npm verb unbuild node_modules/.staging/has-ansi-1768aeee
58740npm verb unbuild node_modules/.staging/strip-ansi-fb95ce52
58741npm verb unbuild node_modules/.staging/supports-color-4a3509ee
58742npm verb unbuild node_modules/.staging/has-ansi-1236a122
58743npm verb unbuild node_modules/.staging/strip-ansi-ba500c51
58744npm verb unbuild node_modules/.staging/supports-color-f32d215a
58745npm verb unbuild node_modules/.staging/nopt-00daa945
58746npm verb unbuild node_modules/.staging/rimraf-ffa53e4d
58747npm verb unbuild node_modules/.staging/mkdirp-4875958c
58748npm verb unbuild node_modules/.staging/ncp-abf634e4
58749npm verb unbuild node_modules/.staging/nopt-ca326d1e
58750npm verb unbuild node_modules/.staging/has-ansi-b895f45b
58751npm verb unbuild node_modules/.staging/strip-ansi-417dddac
58752npm verb unbuild node_modules/.staging/supports-color-70dbc1c7
58753npm verb unbuild node_modules/.staging/has-ansi-3f8702d4
58754npm verb unbuild node_modules/.staging/strip-ansi-9b223044
58755npm verb unbuild node_modules/.staging/supports-color-4ca657d5
58756npm verb unbuild node_modules/.staging/strip-ansi-d899dda2
58757npm verb unbuild node_modules/.staging/shelljs-5c55b8c3
58758npm verb unbuild node_modules/.staging/uglify-js-0270c9a3
58759npm verb unbuild node_modules/.staging/bunyan-86dc7611
58760npm verb unbuild node_modules/.staging/semver-309ebae5
58761npm verb unbuild node_modules/.staging/strip-ansi-a850ad86
58762npm verb unbuild node_modules/.staging/minijasminenode-b612767a
58763npm verb unbuild node_modules/.staging/coffee-script-2701f444
58764npm verb unbuild node_modules/.staging/jade-102e9571
58765npm verb unbuild node_modules/.staging/mkdirp-71bc9341
58766npm verb unbuild node_modules/.staging/ncp-2ecbea4d
58767npm verb unbuild node_modules/.staging/esprima-d9ef0e8d
58768npm verb unbuild node_modules/.staging/semver-f780dc8d
58769npm verb unbuild node_modules/.staging/node-pre-gyp-05acdd9e
58770npm verb unbuild node_modules/.staging/strip-ansi-86f971bc
58771npm verb unbuild node_modules/.staging/nopt-1afce100
58772npm verb unbuild node_modules/.staging/nopt-f5a30ad3
58773npm verb unbuild node_modules/.staging/mkdirp-4c8f6145
58774npm verb unbuild node_modules/.staging/nopt-91bc12da
58775npm verb unbuild node_modules/.staging/grunt-open-3631f721
58776npm verb unbuild node_modules/.staging/opn-113c4005
58777npm verb unbuild node_modules/.staging/osx-release-b4669efd
58778npm verb unbuild node_modules/.staging/mkdirp-76ba8d6c
58779npm verb unbuild node_modules/.staging/nopt-bf834044
58780npm verb unbuild node_modules/.staging/bunyan-f0f7d798
58781npm verb unbuild node_modules/.staging/ldapjs-73185b4c
58782npm verb unbuild node_modules/.staging/pretty-bytes-5e4f8923
58783npm verb unbuild node_modules/.staging/pretty-ms-480798c4
58784npm verb unbuild node_modules/.staging/strip-json-comments-1b70dfdc
58785npm verb unbuild node_modules/.staging/rc-e79a7a27
58786npm verb unbuild node_modules/.staging/image-type-8c2f01f9
58787npm verb unbuild node_modules/.staging/strip-ansi-72556951
58788npm verb unbuild node_modules/.staging/cardinal-9363e355
58789npm verb unbuild node_modules/.staging/repeating-4b191c50
58790npm verb unbuild node_modules/.staging/indent-string-0782c713
58791npm verb unbuild node_modules/.staging/requirejs-c74e8837
58792npm verb unbuild node_modules/.staging/semver-02823aa2
58793npm verb unbuild node_modules/.staging/bower-33635b0a
58794npm verb unbuild node_modules/.staging/shelljs-e6558551
58795npm verb unbuild node_modules/.staging/mocha-b5d1e833
58796npm verb unbuild node_modules/.staging/jasmine-0c5f30a9
58797npm verb unbuild node_modules/.staging/stylus-0ec36e73
58798npm verb unbuild node_modules/.staging/js-yaml-bc773c76
58799npm verb unbuild node_modules/.staging/strip-ansi-a5bfab53
58800npm verb unbuild node_modules/.staging/strip-indent-fc2db20b
58801npm verb unbuild node_modules/.staging/strip-json-comments-ae1b3162
58802npm verb unbuild node_modules/.staging/jshint-e9400c6d
58803npm verb unbuild node_modules/.staging/mkdirp-c98f594f
58804npm verb unbuild node_modules/.staging/stylus-ecb3f94d
58805npm verb unbuild node_modules/.staging/mkdirp-24caeea9
58806npm verb unbuild node_modules/.staging/strip-ansi-5e05ae24
58807npm verb unbuild node_modules/.staging/tiny-lr-fork-b7a0ab13
58808npm verb unbuild node_modules/.staging/ws-621b9c64
58809npm verb unbuild node_modules/.staging/ws-e8e45e90
58810npm verb unbuild node_modules/.staging/ws-4a679c2f
58811npm verb unbuild node_modules/.staging/nopt-7a61e531
58812npm verb unbuild node_modules/.staging/decompress-zip-3e284911
58813npm verb unbuild node_modules/.staging/base64url-34833d2c
58814npm verb unbuild node_modules/.staging/uid-3e598702
58815npm verb unbuild node_modules/.staging/js-yaml-768dff6c
58816npm verb unbuild node_modules/.staging/js-yaml-5d254ab3
58817npm verb unbuild node_modules/.staging/has-ansi-e1c075ce
58818npm verb unbuild node_modules/.staging/strip-ansi-a66c33a9
58819npm verb unbuild node_modules/.staging/supports-color-c24b4571
58820npm verb unbuild node_modules/.staging/user-home-f50edef3
58821npm verb unbuild node_modules/.staging/ncp-6d0cb937
58822npm verb unbuild node_modules/.staging/default-browser-id-f2bcd197
58823npm verb unbuild node_modules/.staging/svgo-9d36ff9a
58824npm verb unbuild node_modules/.staging/which-45ba60a2
58825npm verb unbuild node_modules/.staging/semver-82d7cf47
58826npm verb unbuild node_modules/.staging/os-name-4a5d7f11
58827npm verb unbuild node_modules/.staging/win-spawn-f5bb794f
58828npm verb unbuild node_modules/.staging/uglify-js-88f1db30
58829npm verb unbuild node_modules/.staging/uglify-js-c6d17ed6
58830npm verb unbuild node_modules/.staging/uglify-js-5d0586f9
58831npm verb unbuild node_modules/.staging/uglify-js-e45649d5
58832npm verb unbuild node_modules/.staging/uglify-js-ea9b2b40
58833npm verb unbuild node_modules/.staging/handlebars-e2691921
58834npm verb unbuild node_modules/.staging/ng-annotate-14cad7f0
58835npm verb unbuild node_modules/.staging/latest-version-a0f831f6
58836npm verb unbuild node_modules/.staging/rimraf-39d15087
58837npm verb unbuild node_modules/.staging/http-proxy-d52594ba
58838npm verb unbuild node_modules/.staging/phantomjs-f567f085
58839npm verb unbuild node_modules/.staging/bunyan-f74bfc0e
58840npm verb unbuild node_modules/.staging/autoprefixer-3d5cdb16
58841npm verb unbuild node_modules/.staging/decompress-44a2067d
58842npm verb unbuild node_modules/.staging/x-default-browser-fb0246fc
58843npm verb unbuild node_modules/.staging/protractor-372f660e
58844npm verb unbuild node_modules/.staging/win-detect-browsers-f37e29e9
58845npm verb unbuild node_modules/.staging/biased-opener-c78b9fc8
58846npm verb unbuild node_modules/.staging/node-inspector-605cfb92
58847npm verb unbuild node_modules/.staging/har-validator-f549c573
58848npm verb unbuild node_modules/.staging/nodemon-3c9c81e9
58849npm verb unbuild node_modules/.staging/bower-1dbb3e2a
58850npm verb unbuild node_modules/.staging/download-ab469fed
58851npm verb unbuild node_modules/.staging/pngquant-bin-35f70fc7
58852npm verb unbuild node_modules/.staging/optipng-bin-aaed9deb
58853npm verb unbuild node_modules/.staging/jpegtran-bin-60666aeb
58854npm verb unbuild node_modules/.staging/gifsicle-64758ac9
58855npm verb unbuild node_modules/.staging/imagemin-e9184166
58856npm verb unbuild node_modules/.staging/wiredep-8b27dc54
58857npm verb unbuild node_modules/.staging/uglify-js-283257b9
58858npm verb unbuild node_modules/.staging/jade-262bc90d
58859npm verb unbuild node_modules/.staging/html-minifier-e0a5766e
58860npm verb unbuild node_modules/.staging/jade-806ca709
58861npm verb unbuild node_modules/.staging/jade-4ff2a1e0
58862npm verb unbuild node_modules/.staging/karma-c2c6ee2e
58863npm verb unbuild node_modules/.staging/gzip-size-b68e728c
58864npm verb unbuild node_modules/.staging/ldapjs-6c051d79
58865npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/abbrev-f12d5562
58866npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSwhat-2da6d84c
58867npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accessibility-developer-tools-e894e846
58868npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-e38eec03
58869npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/after-bc5589ff
58870npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/amdefine-267588de
58871npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a410f7e8
58872npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-7e0db658
58873npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-wrap-4d1bfd9b
58874npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-green-4adeead4
58875npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/archy-43430d37
58876npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-269631c6
58877npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-flatten-dfe1060e
58878npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-diff-af4d64e0
58879npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-filter-3be2e4e8
58880npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-flatten-d50542c7
58881npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-map-0138963a
58882npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-reduce-8a12d111
58883npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-unique-9dc3d14a
58884npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arraybuffer.slice-55481626
58885npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arrify-9ac595d4
58886npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-c26ebd3e
58887npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-0edb3b45
58888npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-each-94d3cc63
58889npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/aws-sign2-f3e98050
58890npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backo2-2f7d12d5
58891npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/balanced-match-2caf4fcd
58892npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-arraybuffer-3b76cf1c
58893npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-js-a0a08d73
58894npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-url-e4512272
58895npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64id-4b9bccf8
58896npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-e488c2d2
58897npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-connect-475b37de
58898npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/batch-6bf69da7
58899npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bcryptjs-c272d6c0
58900npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/benchmark-32a9040d
58901npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/big-integer-208106ea
58902npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-extensions-e1ce8e39
58903npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bindings-6e622d6c
58904npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/blob-f59f0b52
58905npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-79df282b
58906npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bn.js-efd25ecb
58907npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boolbase-2e66aa3c
58908npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-b693ab51
58909npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a45a9b76
58910npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-c3a613b0
58911npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-endpoint-parser-13df85c7
58912npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-86ce23b1
58913npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-logger-5f9207e6
58914npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a938f671
58915npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-94acf699
58916npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-57057198
58917npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-b22fc638
58918npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-7b8aa4d5
58919npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-0b50ba76
58920npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-c02d8406
58921npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-1d6fc621
58922npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-c9e3bacf
58923npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-f426f1d6
58924npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-9d029782
58925npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-460438ea
58926npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-70f325e9
58927npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-723251dd
58928npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-34f64c50
58929npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-803aae32
58930npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-8a9e5e9c
58931npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bplist-parser-0d2357c5
58932npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-13a90d4f
58933npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-crc32-084e65d6
58934npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-equal-constant-time-d52decbf
58935npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/builtin-modules-7e9b589c
58936npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffers-65a03033
58937npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-ae8f5305
58938npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/callsite-705f0e02
58939npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-c3ef2109
58940npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/better-assert-51398f8c
58941npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caniuse-db-45c9a237
58942npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-9e009108
58943npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-abdc7249
58944npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cdnjs-cdn-data-45f117b7
58945npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chainsaw-f53aeada
58946npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-b052a454
58947npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/charenc-cb0b4076
58948npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-c8901318
58949npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-cb41437e
58950npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chmodr-033c3d0e
58951npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-317b67a8
58952npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-5f65f366
58953npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-9cc74e24
58954npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/co-093c432c
58955npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-ce467609
58956npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-aca17f96
58957npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-bind-658fb947
58958npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-emitter-bb43f31a
58959npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-inherit-ee08586f
58960npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-f0f61063
58961npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-map-52656bb5
58962npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/brace-expansion-f9ce01c0
58963npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b5e16a67
58964npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-db68d9f0
58965npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-78424534
58966npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-457e7491
58967npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-b4b325ab
58968npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-8aeab4c3
58969npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-livereload-4630fbb4
58970npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-86981bf9
58971npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5c17a76a
58972npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-7ee3fcfc
58973npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9e660925
58974npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-ad6791c6
58975npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-117cd50c
58976npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9eef6341
58977npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-170cc9ea
58978npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-19259e8f
58979npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-09f546b2
58980npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-66e016f2
58981npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-01b17b6e
58982npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b4d5cbd8
58983npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-ed9cda02
58984npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-72112b5a
58985npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-21063a14
58986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-3d7cb9b9
58987npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-53088879
58988npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-993e1dad
58989npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-d9218e89
58990npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-dac6bbb1
58991npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-f1d9fb54
58992npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-e1ce5019
58993npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-a40190ff
58994npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-12ee817c
58995npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-fa1b165b
58996npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-22fceefe
58997npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-1b214033
58998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-a001197a
58999npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-08409469
59000npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-25a9724e
59001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-979c8f02
59002npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-63617519
59003npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-52701839
59004npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-9db3cd91
59005npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c4c50345
59006npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-91c366db
59007npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-3a2329ec
59008npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-79a6b672
59009npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-d9a6680e
59010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-ec1509f1
59011npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-314ee529
59012npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-dc95cc99
59013npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-38959651
59014npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-a6108b81
59015npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-e39cfffc
59016npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-d580064f
59017npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-f5af036a
59018npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-3c0261e6
59019npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-95d9a985
59020npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-disposition-541a3539
59021npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-type-cd4e3150
59022npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/convert-source-map-5a92e77b
59023npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-82e5ad57
59024npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-c077e3d8
59025npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookiejar-9e87ed30
59026npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/core-util-is-83758450
59027npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crc-9724b972
59028npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crypt-5b57dcfe
59029npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-0e9a5ce0
59030npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-stringify-1d1fd68b
59031npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-f33bf0d3
59032npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-8f557928
59033npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-a92c6a00
59034npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ctype-0b0363a9
59035npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-a47c17cf
59036npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-712fd682
59037npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dashdash-aa8fc4cd
59038npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-now-8e62954f
59039npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/console-browserify-ab5fb8de
59040npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-time-45fed545
59041npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dateformat-cb799797
59042npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-e3a5d03e
59043npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-53e6023e
59044npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-3734726d
59045npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-equal-908cbfe4
59046npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-extend-aa256b2c
59047npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-dd90bf7f
59048npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-416cd240
59049npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/defined-bedcb9ad
59050npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-8aef7b90
59051npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-d110bfce
59052npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-9106b5e3
59053npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/destroy-7f86428c
59054npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/di-7831dc48
59055npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-3084dd12
59056npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-1a5656fc
59057npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-af55dded
59058npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dom-serializer-82be28d2
59059npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-e193f92e
59060npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-f940c9d5
59061npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-fe17f15d
59062npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-7c595c15
59063npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-7a9f691b
59064npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-dee94009
59065npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-2a9dfa34
59066npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-c6e08435
59067npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-d732f0e4
59068npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/duplexer-f746760c
59069npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/each-async-333283e9
59070npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/emitter-component-d4b56992
59071npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ee-first-77b0c532
59072npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-115e11ed
59073npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-fb4d3294
59074npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-68ed6536
59075npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-a912ab4c
59076npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-ed7c4321
59077npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-promise-4312d2a5
59078npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-53a952e1
59079npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es5-ext-0fc5fe2b
59080npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-75c7e39a
59081npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/d-b7a230c8
59082npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-6cf39264
59083npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-297de113
59084npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-weak-map-4358a268
59085npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-866e0a58
59086npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-string-regexp-8ac2d854
59087npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decamelize-217afc4f
59088npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/etag-56c844ad
59089npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-86d1178f
59090npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-emitter-00196a84
59091npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/eventemitter2-b3dc34dd
59092npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-check-6973bf92
59093npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exit-06b6844c
59094npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-brackets-ce545d6e
59095npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0756b4ec
59096npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-b70cc231
59097npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-c77be11b
59098npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-unless-1a57169d
59099npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-be5c11b0
59100npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-4f236357
59101npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-e14d63fb
59102npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-ebf3b6ae
59103npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-30e46e1d
59104npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/faye-websocket-3206d0e1
59105npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/figures-153983d6
59106npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/filename-regex-c50de49f
59107npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-f0b62a52
59108npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0907f8c2
59109npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-file-2dbcdf75
59110npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/flushwritable-4e2dcd14
59111npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-in-86be0a66
59112npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-own-bd0f2164
59113npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8233fd19
59114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5a4c1864
59115npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-8ce7846c
59116npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/formidable-265db474
59117npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forwarded-69f9508b
59118npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-6619b182
59119npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-9b95df6b
59120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-7fe2b486
59121npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-31fa44cf
59122npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-41742a2c
59123npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-78cf04d1
59124npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-function-033982fc
59125npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-bc7293a6
59126npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/getobject-c62d4014
59127npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/global-374d4e73
59128npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d217b067
59129npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-034d586f
59130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-data-f2ebaccb
59131npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-3d6bef75
59132npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-922eff6f
59133npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-2bdb314a
59134npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d60ec99f
59135npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-a284a379
59136npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-27913bb5
59137npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-dd72af88
59138npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-699c6989
59139npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-a0d558d7
59140npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-49361323
59141npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f02ed013
59142npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-8c4acd29
59143npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-55a5085d
59144npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-0251f18d
59145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-018e78f9
59146npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-ec6e2171
59147npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-4d8af44e
59148npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-d076dc6a
59149npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-9a7cda18
59150npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-e7fd4729
59151npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-1bfafc08
59152npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-512e9a87
59153npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-8f28fa39
59154npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-1d0008a5
59155npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-list-8491c35b
59156npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f0a0db1f
59157npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-readlink-e0f03b21
59158npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/growl-bb8975c2
59159npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-4ffd53aa
59160npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0d838263
59161npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-clean-4c96b3d6
59162npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-9b18b8c8
59163npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-copy-2f210885
59164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1776d44b
59165npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ffb46cce
59166npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-6dad29d0
59167npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-2a64b152
59168npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-b1e25be5
59169npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd1ce037
59170npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0ac204b8
59171npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-24676fe2
59172npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1f73653d
59173npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-express-server-b4ad670a
59174npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-674887a5
59175npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-90adcfc1
59176npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-61c365d5
59177npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4cb47f90
59178npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-9944367a
59179npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-3ba91df1
59180npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e8827d36
59181npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-10c72a91
59182npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-41a88d22
59183npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-lib-contrib-db194074
59184npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-68b903c0
59185npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-newer-2677c865
59186npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-8b588e81
59187npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-338d4b44
59188npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-e21c6c81
59189npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dded5bc1
59190npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-79e825d8
59191npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-0510da93
59192npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-5152f28e
59193npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-6c53599c
59194npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-8de6919d
59195npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-16d52979
59196npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-3a09b4a4
59197npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-616565a1
59198npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-2f62dea2
59199npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d5fd9054
59200npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-56890ab9
59201npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0beb7ad0
59202npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-ecfc5c8a
59203npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-18bfd846
59204npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-6932a104
59205npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-632bfc61
59206npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-104f742c
59207npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-28a516ff
59208npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-color-3fddf883
59209npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f99a4c39
59210npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-36b35775
59211npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4943addb
59212npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f4cd5333
59213npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-concat-c2d2c62e
59214npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0d1cc290
59215npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-cors-68bfe3fe
59216npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/headless-4e2cb3c4
59217npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-222a0146
59218npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-d274c6c0
59219npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8d3bd819
59220npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooker-48b06343
59221npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooks-fixed-10e43d50
59222npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hosted-git-info-15498999
59223npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-entities-1122232e
59224npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d2fe9457
59225npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-115403f8
59226npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-5326439c
59227npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-1051e617
59228npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-ab59db17
59229npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/i-9fead3df
59230npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-7d8a4ed8
59231npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-47f7f809
59232npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-07c8ae30
59233npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indexof-074ed44c
59234npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherit-79467e44
59235npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-b8f89076
59236npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-fdf7cfdf
59237npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/block-stream-fd845bc3
59238npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ini-1ccebc15
59239npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-d93afa63
59240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd0a411c
59241npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0b6984f9
59242npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a64d26c9
59243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ab360580
59244npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-32ce7889
59245npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-cb204643
59246npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/intersect-68b63877
59247npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-json-49715211
59248npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ipaddr.js-8c95b273
59249npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-arrayish-af92cbf1
59250npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/error-ex-0b44cb8c
59251npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-binary-path-1047d7e8
59252npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-bmp-120ba3da
59253npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-dc9a1c36
59254npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-dotfile-dc6422c3
59255npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-builtin-module-31934d44
59256npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extendable-4932e0fc
59257npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extglob-7aea9d18
59258npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-gif-8a9aa0a2
59259npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-glob-2aa96e31
59260npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-parent-a392aa50
59261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-base-f3161459
59262npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jpg-0ce7e7c4
59263npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jxr-4d164a75
59264npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-png-c7ac6d74
59265npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-primitive-eba92e42
59266npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-equal-shallow-132dca3a
59267npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-promise-561e20f7
59268npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-property-2c1157ec
59269npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-object-property-b5db8d74
59270npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-psd-a92b7645
59271npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-root-868d55a7
59272npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-svg-bc94648d
59273npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-utf8-4c4a0a2f
59274npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-tif-f967e756
59275npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-webp-32ec5ea6
59276npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isarray-1e4d8727
59277npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-data-6792f4cc
59278npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eca38f64
59279npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isobject-df492aff
59280npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isstream-047905a8
59281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-core-d674a27b
59282npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd-734f2f9b
59283npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd2-f5690671
59284npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jit-grunt-3a9b4ef0
59285npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-12f565db
59286npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-d471d85c
59287npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-efb4381b
59288npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-schema-e46a2ed5
59289npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-stringify-safe-58057c07
59290npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json3-4df96052
59291npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-83c9ee1c
59292npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonify-ebc041bd
59293npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonpointer-bd522e4c
59294npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-748f30d0
59295npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-4b2d092e
59296npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-5bead6d3
59297npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsprim-aa9d372e
59298npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/junk-06962323
59299npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-d5c4b9c7
59300npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kareem-9e27a421
59301npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-firefox-launcher-6a346cdc
59302npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-html2js-preprocessor-f1deddf6
59303npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-728c7457
59304npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-b83bdb75
59305npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jasmine-69d61963
59306npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-scenario-06095de4
59307npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-requirejs-14c92a66
59308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-html2js-preprocessor-f98cde83
59309npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-script-launcher-2878f893
59310npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-76cfa3b4
59311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-23879adc
59312npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-54634d17
59313npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-50b915d4
59314npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-eaa66a38
59315npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-57d1bc28
59316npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-2fb98445
59317npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-46bd4b3a
59318npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-7b83e5ad
59319npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kew-dfb8ec66
59320npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/keypress-fb981dbf
59321npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-903a1cd4
59322npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kind-of-f1416c17
59323npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-number-69ddc5da
59324npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-70cd7b7b
59325npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldap-filter-0b6112fd
59326npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a65e1a7f
59327npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-92ba3afc
59328npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-60490139
59329npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-7a34b4ea
59330npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-688285ff
59331npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lockfile-a921e7b0
59332npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-31d328ab
59333npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-usemin-36c7c6c4
59334npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-utils-efba2f5f
59335npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-d5e92ec3
59336npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-karma-dce72ed5
59337npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-env-82019ed2
59338npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._isnative-f5511a01
59339npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._objecttypes-58496b14
59340npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isfunction-c9808c2d
59341npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isobject-0932530c
59342npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.now-cb71eb22
59343npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.debounce-74f9a72f
59344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5e6a4a57
59345npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-d0f8e3bb
59346npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lower-case-fd4895a3
59347npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-lower-case-ff1d0ffd
59348npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lpad-90d9a2c6
59349npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-092f799e
59350npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-queue-8ef13842
59351npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/map-obj-1634122e
59352npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-77f52758
59353npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-5f0d6fe6
59354npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-f164a3b9
59355npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-59ab0432
59356npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-e5e9d8ad
59357npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-fbaf77b3
59358npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-0bdd2d62
59359npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-46c98474
59360npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/md5-7851bcdc
59361npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-02ee7a95
59362npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ad3e0aa6
59363npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-df7d7c81
59364npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-c479d438
59365npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-40391d3d
59366npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-9f9702df
59367npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-8ec74725
59368npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-318438fa
59369npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-f8fdda82
59370npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-9b839995
59371npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimalistic-assert-59f40622
59372npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1.js-27eaf3fb
59373npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ecdsa-sig-formatter-3895e7ba
59374npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jwa-d5039063
59375npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2cf6ff47
59376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a38b6639
59377npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-e24d52c7
59378npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-coffee-preprocessor-ea8f8864
59379npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-df7c869c
59380npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkpath-27408025
59381npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-e1a2188a
59382npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-1d9ff102
59383npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-539a0f7e
59384npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-2ccea91c
59385npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-dd3c192e
59386npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-e38a3b32
59387npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-9e1f9538
59388npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-4f48efb7
59389npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-cdbc2b09
59390npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-5874588c
59391npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mout-468edfff
59392npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpath-cc7d5693
59393npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpromise-1d17ee22
59394npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-4b7a1f2e
59395npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-8f2c4758
59396npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5bd353aa
59397npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-043850b0
59398npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-8124e922
59399npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-c7af878c
59400npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-e74537bc
59401npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/muri-6e0c3d58
59402npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mute-stream-23c38b91
59403npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d389daac
59404npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-40b01213
59405npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kerberos-f0bfc351
59406npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-core-e309a222
59407npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-ee41528f
59408npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c0976f8f
59409npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-ed386b1f
59410npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/next-tick-0f4109ca
59411npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-9863c00d
59412npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-18d1a9fb
59413npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-af3882e9
59414npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-13c23eb1
59415npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-55097439
59416npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-d846ec49
59417npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-9d568919
59418npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-979fa066
59419npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-07af6c46
59420npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-2429ff25
59421npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-ed1cce0b
59422npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3f109939
59423npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0cf5ae08
59424npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-09c8412f
59425npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-e81f09f7
59426npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-bfb357c6
59427npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3a458d12
59428npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-fd008e65
59429npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-7473f2e9
59430npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-e629783d
59431npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-2a986007
59432npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-66453857
59433npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-462acb16
59434npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/noptify-3e1a1720
59435npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-path-720e7d80
59436npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-5c89810d
59437npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nth-check-6676480b
59438npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSselect-0f50a687
59439npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-select-994bcd5f
59440npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/number-is-nan-d892eca7
59441npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-finite-876d1b43
59442npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-a5ba0156
59443npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-4b753d84
59444npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-component-10e5bbbe
59445npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-bf7ddf00
59446npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object.omit-43b36489
59447npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-finished-e27b1d45
59448npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-headers-c173bbeb
59449npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-e1afc6a8
59450npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/open-399683eb
59451npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/options-d9b9f48a
59452npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-esprima-props-af59c7fe
59453npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-ast-traverse-24384e7e
59454npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-homedir-66542b79
59455npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-bccae03a
59456npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-40d37fa1
59457npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-8e8c7d97
59458npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pad-stdio-bd95afb4
59459npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-concurrent-8f98fdbe
59460npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-glob-aaa7424e
59461npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-json-48069718
59462npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parsejson-34be595f
59463npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseqs-fe546b14
59464npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-e2425ce9
59465npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-53544bbd
59466npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-strategy-ab83c876
59467npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-is-absolute-6585a622
59468npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-b251e6d1
59469npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-970c5705
59470npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-e8fad06c
59471npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-5ecc6794
59472npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-b1b23865
59473npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-a26145d5
59474npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e42f9c02
59475npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-fcde11c6
59476npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-95f13831
59477npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-5158cd6b
59478npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-3de5909f
59479npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-611017b2
59480npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-4dfc46f6
59481npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f65fbeb1
59482npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-78f68fd4
59483npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-be78e942
59484npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-9a3f59aa
59485npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-585b6775
59486npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-1363b98b
59487npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-083f8360
59488npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-1147f504
59489npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-33c3b41e
59490npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-0ce17659
59491npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pify-8d39eb85
59492npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-5b9c6504
59493npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-promise-7a06a14e
59494npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-type-7606825e
59495npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-exists-d3fe1e39
59496npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-up-6092c98d
59497npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-d13cca63
59498npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-9f7ca3f2
59499npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/policyfile-b12869c3
59500npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-c32f92ea
59501npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-f433733c
59502npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-52d209e7
59503npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-54baccc5
59504npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-7c7b2e00
59505npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-f84cf8b5
59506npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-aee44b68
59507npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pooling-149e19c7
59508npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapauth-fork-7e683701
59509npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/precond-d80e2e85
59510npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backoff-deb45122
59511npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/preserve-46ce8621
59512npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-htmlmin-f4f0d9cb
59513npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/process-nextick-args-99c8ad65
59514npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/progress-1259fa44
59515npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promise-4c2ae656
59516npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/propprop-132c8217
59517npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proto-list-18f343b9
59518npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/config-chain-4f06bec8
59519npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-9449641b
59520npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d27279c7
59521npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-2aa894c7
59522npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-2c92b908
59523npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-0b444ccf
59524npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8691cae5
59525npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-f0364594
59526npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-bdbb9c5e
59527npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-791442e1
59528npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-6e180b53
59529npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8fb1ece1
59530npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-8289c392
59531npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-77af3c45
59532npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-87c59726
59533npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-34bb422e
59534npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-d4135359
59535npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-aa3ff308
59536npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proxy-addr-987eb57d
59537npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-c56380e0
59538npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/punycode-50f8bda6
59539npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-6c004dea
59540npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-fe516c28
59541npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/p-throttler-5c8f4f09
59542npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coa-ced7c54d
59543npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-faf5570d
59544npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/randomatic-1ecea6a0
59545npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-840ef8b4
59546npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-473befd3
59547npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-bb9634cf
59548npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-1968274d
59549npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promptly-33d94e46
59550npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-3c4d5bdb
59551npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-chunk-bd1f45a0
59552npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-230f70e1
59553npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-85cc230c
59554npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-f494fa3d
59555npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readline2-add6b0ec
59556npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-769e1d6b
59557npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-77372450
59558npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redeyed-d0943e6b
59559npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redis-94a6a32b
59560npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/reduce-component-6282699c
59561npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-clone-b61bd35f
59562npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regex-cache-7b5aee7c
59563npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-quote-009eda73
59564npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/relateurl-c4d1280f
59565npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-element-e5a400db
59566npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-string-c980ddfa
59567npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fill-range-5ef9f3e5
59568npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-range-41d989d2
59569npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/braces-06252f0f
59570npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/meow-6ad74bf0
59571npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-ceed58e2
59572npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-a510ab12
59573npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/response-time-f0c163c7
59574npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-replay-2fdd3e9f
59575npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rndm-f28cd980
59576npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rx-657a6559
59577npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/safe-json-stringify-a0e7e90f
59578npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/retry-6ea0c0cc
59579npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/saucelabs-bc92f9a6
59580npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-4ad47b16
59581npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/scmp-3c8978ab
59582npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-0074c9bd
59583npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-edb089e6
59584npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-diff-b6403f72
59585npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-utils-7c8dfe17
59586npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-55a215c7
59587npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sentence-case-739aa6da
59588npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-case-81dc752a
59589npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/param-case-b72fe235
59590npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dot-case-cb091322
59591npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-428eb820
59592npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-a8de92f0
59593npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-8b5b34cf
59594npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3baf7556
59595npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-2a098fc8
59596npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-d1ace1eb
59597npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shell-quote-9593bb24
59598npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-build-control-5e0e2282
59599npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/should-50c5a803
59600npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sigmund-52913fe8
59601npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c4f3a2f3
59602npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-6ab643c2
59603npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-216143fb
59604npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c262507c
59605npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-17a354ed
59606npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3b6ee7ec
59607npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-ab8aeb43
59608npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-mocha-test-efc027cd
59609npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-5c0351b4
59610npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-67df9d86
59611npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-f1c7d320
59612npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-f44e949d
59613npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-45dee521
59614npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-46dd1ff7
59615npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2a2f5423
59616npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-54e67aef
59617npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/globule-5915a629
59618npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gaze-d35c1ef4
59619npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-74c70a27
59620npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-8c306e86
59621npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/findup-sync-8140f333
59622npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-4b4f27d0
59623npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-c045deee
59624npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-f1b6d1a3
59625npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/signal-exit-8a41fdb4
59626npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/loud-rejection-7b22aaab
59627npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-fmt-863b3f2d
59628npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sliced-9abb5cab
59629npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mquery-828ce23e
59630npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/snake-case-e946e9aa
59631npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-is-d78478ba
59632npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-62cae532
59633npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-2b18a6ec
59634npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-61a48168
59635npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-f90753f4
59636npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-ed3c386f
59637npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-adapter-a8f40cd8
59638npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-8dd80a88
59639npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eb70372c
59640npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-bde81572
59641npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-a1fc7703
59642npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-d814db77
59643npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-526a4055
59644npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-18238d0f
59645npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sockjs-01cad350
59646npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shoe-90c1a06f
59647npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-0e6c5e54
59648npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/postcss-8b324b03
59649npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nib-e5b4c9ea
59650npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-4252b56e
59651npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-support-0224d270
59652npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-exceptions-3ce8ceb0
59653npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-license-ids-aacb7cca
59654npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-expression-parse-eb460c37
59655npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-correct-f024b17c
59656npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sprintf-js-d0139c3e
59657npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-bc1dea50
59658npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stable-caf6f1b0
59659npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/alter-df2707e3
59660npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stat-mode-2e36ef36
59661npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/statuses-01f80765
59662npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-errors-bac919b5
59663npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-index-01ff1267
59664npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-714f2a9f
59665npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-e2c90301
59666npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-fb0bedc4
59667npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-timeout-0d3d2d4c
59668npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-44fd8ff0
59669npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-combiner-e6543bbb
59670npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/streamsearch-aedb5713
59671npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-235f4c96
59672npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string-length-379dd77f
59673npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string_decoder-b2974c2a
59674npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-6816b730
59675npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-counter-a0488c1b
59676npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ca16f4e5
59677npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-358373bc
59678npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e1366965
59679npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multiparty-f19e8247
59680npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-16fc46e8
59681npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-40e3e40e
59682npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-41fe2eef
59683npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log4js-ec214fd9
59684npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-459b9cc3
59685npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-a06ed28f
59686npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ae46a979
59687npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-34bf1d13
59688npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-19196ec0
59689npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-d5ef2302
59690npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-9d6a9069
59691npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-035a645f
59692npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dicer-6fddfd03
59693npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-c5a20cd2
59694npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e44990de
59695npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-bbb517fe
59696npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-0dc30d38
59697npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-be2b1bbb
59698npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-dom-munger-8c845d5a
59699npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-b09f3ec0
59700npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e35088e9
59701npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-39ed679c
59702npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/busboy-4652db82
59703npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringify-object-2e0bb045
59704npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringmap-b5d4900f
59705npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringset-b25d8fb8
59706npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringstream-228812fc
59707npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-cd4286ca
59708npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-bom-44cc6049
59709npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/load-json-file-20e568bc
59710npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redent-98cd0065
59711npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jshint-621cce63
59712npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-cb593ab2
59713npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b02415cd
59714npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-08f18e33
59715npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-cc145a81
59716npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-b4c0e941
59717npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/success-symbol-40eb6545
59718npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extglob-7059e4ca
59719npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/micromatch-3e0dcf81
59720npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/anymatch-a54c36b2
59721npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-1a9b1d07
59722npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-35ae3f56
59723npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-331e3165
59724npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-79a3fb33
59725npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-29f38b5d
59726npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/superagent-2956e0bc
59727npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supertest-0a3c57ba
59728npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-696b9649
59729npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-268f9043
59730npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log-symbols-84b5e2c1
59731npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-filerev-84c7496d
59732npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-stylus-e34fd4cd
59733npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tape-0ab0592b
59734npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-8fb94a0e
59735npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-2589f055
59736npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-c455f913
59737npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e4ddb62c
59738npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/text-table-c233e25f
59739npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/throttleit-d7594825
59740npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-d4729090
59741npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-572bf127
59742npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through-544fbcc6
59743npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/split-b5770f82
59744npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-7a48fb69
59745npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-stylish-cc192ea4
59746npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-a1873cf0
59747npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-21fdbb7f
59748npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-537228c1
59749npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-5bf760c0
59750npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-bd203d96
59751npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/time-grunt-2b0acfb3
59752npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/timers-ext-d594c66b
59753npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/memoizee-6fd8d2a7
59754npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-color-9a9be295
59755npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-f4df6b79
59756npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-35d357df
59757npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-51e7fba2
59758npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-watch-6102743e
59759npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tinycolor-2ddcca86
59760npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-2f14540d
59761npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-13c48941
59762npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/to-array-663f09fb
59763npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/touch-30f27044
59764npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-f3376d70
59765npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-7768af0d
59766npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-protocol-0790c9a9
59767npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/trim-newlines-898766ba
59768npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/truncate-8813a448
59769npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strong-data-uri-d2436f09
59770npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tryor-0c4e5fea
59771npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tunnel-agent-0e49203a
59772npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-89356bea
59773npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-900b77ff
59774npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-fcda05de
59775npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-b98b7f64
59776npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-0bdb32d2
59777npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/typedarray-6b4041bf
59778npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-stream-b7b14a26
59779npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jws-446bd63a
59780npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonwebtoken-fe5a6b0d
59781npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-18099a4d
59782npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-to-browserify-56284d51
59783npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-number-2b429131
59784npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-safe-755953e1
59785npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csrf-fda25d5e
59786npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csurf-d91a5017
59787npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid2-5a2a3180
59788npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ultron-09e755f4
59789npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-67cac5e4
59790npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-3498434f
59791npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-f4b69f3e
59792npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/finalhandler-4addba03
59793npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/unpipe-f9a98912
59794npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-9b76cd05
59795npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-e37fcee2
59796npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/untildify-f784e58d
59797npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-36859cbd
59798npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-232e0203
59799npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-7c45e760
59800npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-d294da23
59801npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/title-case-d162dd56
59802npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/swap-case-b1c405ff
59803npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-upper-case-b561e98d
59804npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constant-case-8c3edcf1
59805npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camel-case-329fd2fb
59806npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-first-85dd54a3
59807npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pascal-case-76d097e9
59808npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/change-case-0f0bfe01
59809npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-cc0ec82a
59810npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/useragent-272d17b2
59811npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utf8-2bc0a040
59812npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-parser-71bb9c9f
59813npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-client-ecc00725
59814npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-7a57b1f4
59815npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/util-deprecate-2f69dbad
59816npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-8cf2a159
59817npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-4175e4e7
59818npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-6a7d3d3a
59819npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chokidar-493c92ec
59820npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-bfcd9d1a
59821npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e125e7af
59822npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utils-merge-f0b215eb
59823npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-1cb10dc3
59824npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-9e3c587d
59825npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-debug-6d9c8e93
59826npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-9ede3d0c
59827npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tempfile-ac9f450b
59828npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-profiler-0c2b89c5
59829npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/validate-npm-package-license-fa23fb48
59830npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-package-data-da8ffb1a
59831npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-6a7c7ec0
59832npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-up-badd8779
59833npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/meow-f993e98c
59834npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vary-729c1b62
59835npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-4a4ce112
59836npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-2c766fa3
59837npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-153abeb4
59838npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-8200d8a0
59839npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-b0cc249e
59840npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vhost-4d7f0061
59841npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-2260fe81
59842npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ware-7b95a9b0
59843npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-df1d612d
59844npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/weak-a71be6ba
59845npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-9efa73d2
59846npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/whet.extend-f80e54f1
59847npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-svgo-de4f6c2d
59848npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-svgmin-ae067f83
59849npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-chrome-launcher-7883b95b
59850npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-util-12367406
59851npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-4e7ee468
59852npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-06b72008
59853npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-release-ee22328b
59854npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/window-size-2b6bc0a7
59855npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-b085bb44
59856npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ef431766
59857npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-d9c268da
59858npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-c5fa475a
59859npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-asset-injector-d2349add
59860npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-7740cd94
59861npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wordwrap-ac831d60
59862npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-0cfebbd5
59863npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-90f3593e
59864npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-03a31bca
59865npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-64d3d283
59866npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-6a6b7888
59867npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-26ca904a
59868npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-264ee16b
59869npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-ng-annotate-f7ff75c2
59870npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-9467c81b
59871npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-e4661074
59872npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-ca79e24b
59873npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-stream-1157f43b
59874npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ps-tree-8da0fe62
59875npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-a5f7e380
59876npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-config-87f89cca
59877npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-registry-client-4ffd3e16
59878npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wrappy-b7a71258
59879npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-e45338e0
59880npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-09e4e875
59881npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-5027e1f8
59882npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/registry-url-2b6a5741
59883npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/package-json-8cc06c4f
59884npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-b285a30b
59885npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/end-of-stream-790af1fd
59886npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pump-4b6bc993
59887npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inflight-f75d5068
59888npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-dbb8b0e6
59889npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-52638c4c
59890npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-5bb0eadd
59891npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-707c263d
59892npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utile-cbdf8110
59893npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-a9bb583d
59894npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-phantomjs-launcher-a204638c
59895npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-fa5f7892
59896npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-8488df19
59897npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-a6d42726
59898npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-ignore-ac1e1595
59899npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-f275ccfd
59900npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-d6877a8f
59901npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-ba753a49
59902npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-autoprefixer-a782ba0c
59903npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exec-buffer-a8e2f870
59904npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-de13f73e
59905npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-91aaf05e
59906npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-00b289fc
59907npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xdg-basedir-6606347b
59908npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/configstore-275420f3
59909npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-f0b43ef4
59910npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-274863fe
59911npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlbuilder-a2985beb
59912npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xml2js-390cccc6
59913npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/selenium-webdriver-3cd43bc3
59914npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-protractor-runner-5125318c
59915npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmldom-c6234d03
59916npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/plist-a3b1290c
59917npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-546ef2c3
59918npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-df7988d8
59919npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/browser-launcher2-644863c4
59920npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-node-inspector-2e498e55
59921npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-stream-4fc8f8ec
59922npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-fs-0d1dc96b
59923npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-my-json-valid-b35f6870
59924npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-22313f85
59925npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-df9491f2
59926npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-nodemon-a4c3385d
59927npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/insight-5d8273b2
59928npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-google-cdn-1a23fce9
59929npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-ef8342bc
59930npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-wrapper-f7046aa1
59931npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-build-90063e64
59932npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-pngquant-79407d93
59933npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-optipng-9f6f8efc
59934npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-jpegtran-cb29c47b
59935npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-gifsicle-fae76d08
59936npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-imagemin-5b53ba7f
59937npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-8a0656ad
59938npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-wiredep-6503c43f
59939npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-6c36a15f
59940npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-bac83ff4
59941npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-7db22797
59942npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jade-preprocessor-e15db50d
59943npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-angular-templates-d78279ef
59944npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-bb823150
59945npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-jade2js-preprocessor-22ac4119
59946npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jade-c8d1bcb3
59947npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zeparser-85709c3e
59948npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/active-x-obfuscator-91d422b4
59949npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-eae04f2a
59950npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-0e1eba34
59951npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-c0d7d703
59952npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/maxmin-c0bbea6d
59953npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-uglify-2f79f41d
59954npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-cssmin-65ee732f
59955npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-da57517b
59956npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-4fc895bc
59957npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/composable-middleware-3928dc46
59958npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-461f6b9b
59959npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-mongo-797d2f9e
59960npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b46cd774
59961npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dav-7775bdde
59962npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-917523ec
59963npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-694a0c3e
59964npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-jwt-ee17fc3b
59965npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-59787311
59966npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gridfs-stream-b8b091b6
59967npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-bced635c
59968npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongoose-9b2706cf
59969npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-56b458ea
59970npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multer-6c95df91
59971npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-af10d670
59972npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-local-8c40a2e4
59973npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-ldapauth-e85d7584
59974npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantom-eb32706d
59975npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-4d9788f2
59976npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-333a1b1a
59977npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socketio-jwt-44749cdc
59978npm verb tar unpack /root/.npm/abbrev/1.0.7/package.tgz
59979npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/abbrev-f12d5562
59980npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/abbrev-f12d5562
59981npm verb tar unpack /root/.npm/CSSwhat/0.4.7/package.tgz
59982npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/CSSwhat-2da6d84c
59983npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSwhat-2da6d84c
59984npm verb tar unpack /root/.npm/accessibility-developer-tools/2.6.0/package.tgz
59985npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accessibility-developer-tools-e894e846
59986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accessibility-developer-tools-e894e846
59987npm verb tar unpack /root/.npm/adm-zip/0.4.7/package.tgz
59988npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/adm-zip-e38eec03
59989npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-e38eec03
59990npm verb tar unpack /root/.npm/after/0.8.1/package.tgz
59991npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/after-bc5589ff
59992npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/after-bc5589ff
59993npm verb tar unpack /root/.npm/amdefine/1.0.0/package.tgz
59994npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/amdefine-267588de
59995npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/amdefine-267588de
59996npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
59997npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-a410f7e8
59998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a410f7e8
59999npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
60000npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-7e0db658
60001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-7e0db658
60002npm verb tar unpack /root/.npm/ansi-wrap/0.1.0/package.tgz
60003npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-wrap-4d1bfd9b
60004npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-wrap-4d1bfd9b
60005npm verb tar unpack /root/.npm/ansi-green/0.1.1/package.tgz
60006npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-green-4adeead4
60007npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-green-4adeead4
60008npm verb tar unpack /root/.npm/archy/0.0.2/package.tgz
60009npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/archy-43430d37
60010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/archy-43430d37
60011npm verb tar unpack /root/.npm/underscore.string/2.4.0/package.tgz
60012npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore.string-269631c6
60013npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-269631c6
60014npm verb tar unpack /root/.npm/arr-flatten/1.0.1/package.tgz
60015npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/arr-flatten-dfe1060e
60016npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-flatten-dfe1060e
60017npm verb tar unpack /root/.npm/arr-diff/2.0.0/package.tgz
60018npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/arr-diff-af4d64e0
60019npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-diff-af4d64e0
60020npm verb tar unpack /root/.npm/array-filter/0.0.1/package.tgz
60021npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/array-filter-3be2e4e8
60022npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-filter-3be2e4e8
60023npm verb tar unpack /root/.npm/array-flatten/1.1.1/package.tgz
60024npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/array-flatten-d50542c7
60025npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-flatten-d50542c7
60026npm verb tar unpack /root/.npm/array-map/0.0.0/package.tgz
60027npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/array-map-0138963a
60028npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-map-0138963a
60029npm verb tar unpack /root/.npm/array-reduce/0.0.0/package.tgz
60030npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/array-reduce-8a12d111
60031npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-reduce-8a12d111
60032npm verb tar unpack /root/.npm/array-unique/0.2.1/package.tgz
60033npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/array-unique-9dc3d14a
60034npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-unique-9dc3d14a
60035npm verb tar unpack /root/.npm/arraybuffer.slice/0.0.6/package.tgz
60036npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/arraybuffer.slice-55481626
60037npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arraybuffer.slice-55481626
60038npm verb tar unpack /root/.npm/arrify/1.0.1/package.tgz
60039npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/arrify-9ac595d4
60040npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arrify-9ac595d4
60041npm verb tar unpack /root/.npm/asn1/0.2.3/package.tgz
60042npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-c26ebd3e
60043npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-c26ebd3e
60044npm verb tar unpack /root/.npm/assert-plus/0.2.0/package.tgz
60045npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-0edb3b45
60046npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-0edb3b45
60047npm verb tar unpack /root/.npm/async-each/0.1.6/package.tgz
60048npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-each-94d3cc63
60049npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-each-94d3cc63
60050npm verb tar unpack /root/.npm/aws-sign2/0.5.0/package.tgz
60051npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/aws-sign2-f3e98050
60052npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/aws-sign2-f3e98050
60053npm verb tar unpack /root/.npm/backo2/1.0.2/package.tgz
60054npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/backo2-2f7d12d5
60055npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backo2-2f7d12d5
60056npm verb tar unpack /root/.npm/balanced-match/0.3.0/package.tgz
60057npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/balanced-match-2caf4fcd
60058npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/balanced-match-2caf4fcd
60059npm verb tar unpack /root/.npm/base64-arraybuffer/0.1.2/package.tgz
60060npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64-arraybuffer-3b76cf1c
60061npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-arraybuffer-3b76cf1c
60062npm verb tar unpack /root/.npm/base64-js/0.0.8/package.tgz
60063npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64-js-a0a08d73
60064npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-js-a0a08d73
60065npm verb tar unpack /root/.npm/base64-url/1.2.1/package.tgz
60066npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64-url-e4512272
60067npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-url-e4512272
60068npm verb tar unpack /root/.npm/base64id/0.1.0/package.tgz
60069npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64id-4b9bccf8
60070npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64id-4b9bccf8
60071npm verb tar unpack /root/.npm/basic-auth/1.0.3/package.tgz
60072npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/basic-auth-e488c2d2
60073npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-e488c2d2
60074npm verb tar unpack /root/.npm/basic-auth-connect/1.0.0/package.tgz
60075npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/basic-auth-connect-475b37de
60076npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-connect-475b37de
60077npm verb tar unpack /root/.npm/batch/0.5.2/package.tgz
60078npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/batch-6bf69da7
60079npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/batch-6bf69da7
60080npm verb tar unpack /root/.npm/bcryptjs/2.1.0/package.tgz
60081npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bcryptjs-c272d6c0
60082npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bcryptjs-c272d6c0
60083npm verb tar unpack /root/.npm/benchmark/1.0.0/package.tgz
60084npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/benchmark-32a9040d
60085npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/benchmark-32a9040d
60086npm verb tar unpack /root/.npm/big-integer/1.6.9/package.tgz
60087npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/big-integer-208106ea
60088npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/big-integer-208106ea
60089npm verb tar unpack /root/.npm/binary-extensions/1.4.0/package.tgz
60090npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/binary-extensions-e1ce8e39
60091npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-extensions-e1ce8e39
60092npm verb tar unpack /root/.npm/bindings/1.2.1/package.tgz
60093npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bindings-6e622d6c
60094npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bindings-6e622d6c
60095npm verb tar unpack /root/.npm/blob/0.0.2/package.tgz
60096npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/blob-f59f0b52
60097npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/blob-f59f0b52
60098npm verb tar unpack /root/.npm/bluebird/2.9.26/package.tgz
60099npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bluebird-79df282b
60100npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-79df282b
60101npm verb tar unpack /root/.npm/bn.js/2.2.0/package.tgz
60102npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bn.js-efd25ecb
60103npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bn.js-efd25ecb
60104npm verb tar unpack /root/.npm/boolbase/1.0.0/package.tgz
60105npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boolbase-2e66aa3c
60106npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boolbase-2e66aa3c
60107npm verb tar unpack /root/.npm/graceful-fs/2.0.3/package.tgz
60108npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-b693ab51
60109npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-b693ab51
60110npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
60111npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-a45a9b76
60112npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a45a9b76
60113npm verb tar unpack /root/.npm/osenv/0.0.3/package.tgz
60114npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/osenv-c3a613b0
60115npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-c3a613b0
60116npm verb tar unpack /root/.npm/bower-endpoint-parser/0.2.2/package.tgz
60117npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-endpoint-parser-13df85c7
60118npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-endpoint-parser-13df85c7
60119npm verb tar unpack /root/.npm/graceful-fs/2.0.3/package.tgz
60120npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-86ce23b1
60121npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-86ce23b1
60122npm verb tar unpack /root/.npm/bower-logger/0.2.2/package.tgz
60123npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-logger-5f9207e6
60124npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-logger-5f9207e6
60125npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
60126npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-a938f671
60127npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a938f671
60128npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
60129npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-94acf699
60130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-94acf699
60131npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
60132npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-57057198
60133npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-57057198
60134npm verb tar unpack /root/.npm/caseless/0.8.0/package.tgz
60135npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/caseless-b22fc638
60136npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-b22fc638
60137npm verb tar unpack /root/.npm/delayed-stream/0.0.5/package.tgz
60138npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/delayed-stream-7b8aa4d5
60139npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-7b8aa4d5
60140npm verb tar unpack /root/.npm/combined-stream/0.0.7/package.tgz
60141npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/combined-stream-0b50ba76
60142npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-0b50ba76
60143npm verb tar unpack /root/.npm/forever-agent/0.5.2/package.tgz
60144npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forever-agent-c02d8406
60145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-c02d8406
60146npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
60147npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-1d6fc621
60148npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-1d6fc621
60149npm verb tar unpack /root/.npm/graceful-fs/2.0.3/package.tgz
60150npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-c9e3bacf
60151npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-c9e3bacf
60152npm verb tar unpack /root/.npm/hoek/0.9.1/package.tgz
60153npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hoek-f426f1d6
60154npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-f426f1d6
60155npm verb tar unpack /root/.npm/boom/0.4.2/package.tgz
60156npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boom-9d029782
60157npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-9d029782
60158npm verb tar unpack /root/.npm/cryptiles/0.2.2/package.tgz
60159npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cryptiles-460438ea
60160npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-460438ea
60161npm verb tar unpack /root/.npm/lru-cache/2.3.1/package.tgz
60162npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lru-cache-70f325e9
60163npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-70f325e9
60164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-4e29000b
60165npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-04ba7a3d
60166npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-45300770
60167npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-715159ea
60168npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-0102bf38
60169npm verb tar unpack /root/.npm/oauth-sign/0.5.0/package.tgz
60170npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/oauth-sign-723251dd
60171npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-723251dd
60172npm verb tar unpack /root/.npm/qs/2.3.3/package.tgz
60173npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-34f64c50
60174npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-34f64c50
60175npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-69c65d0e
60176npm verb tar unpack /root/.npm/sntp/0.2.4/package.tgz
60177npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sntp-803aae32
60178npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-803aae32
60179npm verb tar unpack /root/.npm/hawk/1.1.1/package.tgz
60180npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hawk-8a9e5e9c
60181npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-8a9e5e9c
60182npm verb tar unpack /root/.npm/bplist-parser/0.1.1/package.tgz
60183npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bplist-parser-0d2357c5
60184npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bplist-parser-0d2357c5
60185npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
60186npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-13a90d4f
60187npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-13a90d4f
60188npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-d006ba2b
60189npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-b896a30b
60190npm verb tar unpack /root/.npm/buffer-crc32/0.2.1/package.tgz
60191npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/buffer-crc32-084e65d6
60192npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-crc32-084e65d6
60193npm verb tar unpack /root/.npm/buffer-equal-constant-time/1.0.1/package.tgz
60194npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/buffer-equal-constant-time-d52decbf
60195npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-equal-constant-time-d52decbf
60196npm verb tar unpack /root/.npm/builtin-modules/1.1.0/package.tgz
60197npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/builtin-modules-7e9b589c
60198npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/builtin-modules-7e9b589c
60199npm verb tar unpack /root/.npm/buffers/0.1.1/package.tgz
60200npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/buffers-65a03033
60201npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffers-65a03033
60202npm verb tar unpack /root/.npm/bytes/1.0.0/package.tgz
60203npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bytes-ae8f5305
60204npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-ae8f5305
60205npm verb tar unpack /root/.npm/callsite/1.0.0/package.tgz
60206npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/callsite-705f0e02
60207npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/callsite-705f0e02
60208npm verb tar unpack /root/.npm/camelcase/1.2.1/package.tgz
60209npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/camelcase-c3ef2109
60210npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-c3ef2109
60211npm verb tar unpack /root/.npm/better-assert/1.0.2/package.tgz
60212npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/better-assert-51398f8c
60213npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/better-assert-51398f8c
60214npm verb tar unpack /root/.npm/caniuse-db/1.0.30000382/package.tgz
60215npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/caniuse-db-45c9a237
60216npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caniuse-db-45c9a237
60217npm verb tar unpack /root/.npm/caseless/0.11.0/package.tgz
60218npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/caseless-9e009108
60219npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-9e009108
60220npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f76c8b07
60221npm verb tar unpack /root/.npm/traverse/0.3.9/package.tgz
60222npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/traverse-abdc7249
60223npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-abdc7249
60224npm verb tar unpack /root/.npm/cdnjs-cdn-data/0.1.2/package.tgz
60225npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cdnjs-cdn-data-45f117b7
60226npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cdnjs-cdn-data-45f117b7
60227npm verb tar unpack /root/.npm/chainsaw/0.1.0/package.tgz
60228npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chainsaw-f53aeada
60229npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chainsaw-f53aeada
60230npm verb tar unpack /root/.npm/binary/0.3.0/package.tgz
60231npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/binary-b052a454
60232npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-b052a454
60233npm verb tar unpack /root/.npm/charenc/0.0.1/package.tgz
60234npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/charenc-cb0b4076
60235npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/charenc-cb0b4076
60236npm verb tar unpack /root/.npm/character-parser/1.2.0/package.tgz
60237npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/character-parser-c8901318
60238npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-c8901318
60239npm verb tar unpack /root/.npm/entities/0.5.0/package.tgz
60240npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/entities-cb41437e
60241npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-cb41437e
60242npm verb tar unpack /root/.npm/chmodr/0.1.0/package.tgz
60243npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chmodr-033c3d0e
60244npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chmodr-033c3d0e
60245npm verb tar unpack /root/.npm/underscore/1.4.4/package.tgz
60246npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore-317b67a8
60247npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-317b67a8
60248npm verb tar unpack /root/.npm/commander/2.2.0/package.tgz
60249npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-5f65f366
60250npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-5f65f366
60251npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
60252npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-9cc74e24
60253npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-9cc74e24
60254npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-f0e6afe8
60255npm verb tar unpack /root/.npm/co/4.6.0/package.tgz
60256npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/co-093c432c
60257npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/co-093c432c
60258npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2bb27cad
60259npm verb tar unpack /root/.npm/colors/0.6.2/package.tgz
60260npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/colors-ce467609
60261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-ce467609
60262npm verb tar unpack /root/.npm/commander/2.1.0/package.tgz
60263npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-aca17f96
60264npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-aca17f96
60265npm verb tar unpack /root/.npm/component-bind/1.0.0/package.tgz
60266npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/component-bind-658fb947
60267npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-bind-658fb947
60268npm verb tar unpack /root/.npm/component-emitter/1.1.2/package.tgz
60269npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/component-emitter-bb43f31a
60270npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-emitter-bb43f31a
60271npm verb tar unpack /root/.npm/component-inherit/0.0.3/package.tgz
60272npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/component-inherit-ee08586f
60273npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-inherit-ee08586f
60274npm verb tar unpack /root/.npm/compressible/1.1.1/package.tgz
60275npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/compressible-f0f61063
60276npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-f0f61063
60277npm verb tar unpack /root/.npm/concat-map/0.0.1/package.tgz
60278npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/concat-map-52656bb5
60279npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-map-52656bb5
60280npm verb tar unpack /root/.npm/brace-expansion/1.1.2/package.tgz
60281npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/brace-expansion-f9ce01c0
60282npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/brace-expansion-f9ce01c0
60283npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
60284npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-b5e16a67
60285npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b5e16a67
60286npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-aad70e2f
60287npm verb tar unpack /root/.npm/lodash/3.10.1/package.tgz
60288npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-db68d9f0
60289npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-db68d9f0
60290npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
60291npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-78424534
60292npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-78424534
60293npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
60294npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-457e7491
60295npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-457e7491
60296npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-79edf963
60297npm verb tar unpack /root/.npm/object-assign/2.1.1/package.tgz
60298npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-assign-b4b325ab
60299npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-b4b325ab
60300npm verb tar unpack /root/.npm/uuid/2.0.1/package.tgz
60301npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uuid-8aeab4c3
60302npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-8aeab4c3
60303npm verb tar unpack /root/.npm/connect-livereload/0.4.1/package.tgz
60304npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/connect-livereload-4630fbb4
60305npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-livereload-4630fbb4
60306npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
60307npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-86981bf9
60308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-86981bf9
60309npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
60310npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-5c17a76a
60311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5c17a76a
60312npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
60313npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-7ee3fcfc
60314npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-7ee3fcfc
60315npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
60316npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-9e660925
60317npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9e660925
60318npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
60319npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-ad6791c6
60320npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-ad6791c6
60321npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
60322npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-117cd50c
60323npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-117cd50c
60324npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
60325npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-9eef6341
60326npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9eef6341
60327npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
60328npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-170cc9ea
60329npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-170cc9ea
60330npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
60331npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-19259e8f
60332npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-19259e8f
60333npm verb tar unpack /root/.npm/bytes/2.1.0/package.tgz
60334npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bytes-09f546b2
60335npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-09f546b2
60336npm verb tar unpack /root/.npm/cookie/0.1.3/package.tgz
60337npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-66e016f2
60338npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-66e016f2
60339npm verb tar unpack /root/.npm/cookie-signature/1.0.6/package.tgz
60340npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-signature-01b17b6e
60341npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-01b17b6e
60342npm verb tar unpack /root/.npm/cookie-parser/1.3.5/package.tgz
60343npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-parser-b4d5cbd8
60344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b4d5cbd8
60345npm verb tar unpack /root/.npm/depd/1.0.1/package.tgz
60346npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/depd-ed9cda02
60347npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-ed9cda02
60348npm verb tar unpack /root/.npm/escape-html/1.0.2/package.tgz
60349npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-html-72112b5a
60350npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-72112b5a
60351npm verb tar unpack /root/.npm/fresh/0.3.0/package.tgz
60352npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fresh-21063a14
60353npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-21063a14
60354npm verb tar unpack /root/.npm/fresh/0.3.0/package.tgz
60355npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fresh-3d7cb9b9
60356npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-3d7cb9b9
60357npm verb tar unpack /root/.npm/iconv-lite/0.4.11/package.tgz
60358npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/iconv-lite-53088879
60359npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-53088879
60360npm verb tar unpack /root/.npm/media-typer/0.3.0/package.tgz
60361npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/media-typer-993e1dad
60362npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-993e1dad
60363npm verb tar unpack /root/.npm/methods/1.1.1/package.tgz
60364npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/methods-d9218e89
60365npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-d9218e89
60366npm verb tar unpack /root/.npm/methods/1.1.1/package.tgz
60367npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/methods-dac6bbb1
60368npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-dac6bbb1
60369npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-02e2e077
60370npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ec0b83bb
60371npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-afc15c84
60372npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
60373npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-f1d9fb54
60374npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-f1d9fb54
60375npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
60376npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-e1ce5019
60377npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-e1ce5019
60378npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
60379npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-a40190ff
60380npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-a40190ff
60381npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
60382npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-12ee817c
60383npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-12ee817c
60384npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
60385npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-fa1b165b
60386npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-fa1b165b
60387npm verb tar unpack /root/.npm/compressible/2.0.6/package.tgz
60388npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/compressible-22fceefe
60389npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-22fceefe
60390npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
60391npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-1b214033
60392npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-1b214033
60393npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
60394npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-a001197a
60395npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-a001197a
60396npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
60397npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-08409469
60398npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-08409469
60399npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
60400npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-25a9724e
60401npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-25a9724e
60402npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
60403npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-979c8f02
60404npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-979c8f02
60405npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
60406npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-63617519
60407npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-63617519
60408npm verb tar unpack /root/.npm/negotiator/0.5.3/package.tgz
60409npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/negotiator-52701839
60410npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-52701839
60411npm verb tar unpack /root/.npm/negotiator/0.5.3/package.tgz
60412npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/negotiator-9db3cd91
60413npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-9db3cd91
60414npm verb tar unpack /root/.npm/negotiator/0.5.3/package.tgz
60415npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/negotiator-c4c50345
60416npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c4c50345
60417npm verb tar unpack /root/.npm/accepts/1.2.13/package.tgz
60418npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accepts-91c366db
60419npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-91c366db
60420npm verb tar unpack /root/.npm/accepts/1.2.13/package.tgz
60421npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accepts-3a2329ec
60422npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-3a2329ec
60423npm verb tar unpack /root/.npm/accepts/1.2.13/package.tgz
60424npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accepts-79a6b672
60425npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-79a6b672
60426npm verb tar unpack /root/.npm/errorhandler/1.4.2/package.tgz
60427npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/errorhandler-d9a6680e
60428npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-d9a6680e
60429npm verb tar unpack /root/.npm/parseurl/1.3.0/package.tgz
60430npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseurl-ec1509f1
60431npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-ec1509f1
60432npm verb tar unpack /root/.npm/parseurl/1.3.0/package.tgz
60433npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseurl-314ee529
60434npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-314ee529
60435npm verb tar unpack /root/.npm/parseurl/1.3.0/package.tgz
60436npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseurl-dc95cc99
60437npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-dc95cc99
60438npm verb tar unpack /root/.npm/pause/0.1.0/package.tgz
60439npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pause-38959651
60440npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-38959651
60441npm verb tar unpack /root/.npm/qs/4.0.0/package.tgz
60442npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-a6108b81
60443npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-a6108b81
60444npm verb tar unpack /root/.npm/range-parser/1.0.3/package.tgz
60445npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/range-parser-e39cfffc
60446npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-e39cfffc
60447npm verb tar unpack /root/.npm/bytes/2.2.0/package.tgz
60448npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bytes-d580064f
60449npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-d580064f
60450npm verb tar unpack /root/.npm/iconv-lite/0.4.13/package.tgz
60451npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/iconv-lite-f5af036a
60452npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-f5af036a
60453npm verb tar unpack /root/.npm/type-is/1.6.10/package.tgz
60454npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/type-is-3c0261e6
60455npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-3c0261e6
60456npm verb tar unpack /root/.npm/type-is/1.6.10/package.tgz
60457npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/type-is-95d9a985
60458npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-95d9a985
60459npm verb tar unpack /root/.npm/content-disposition/0.5.0/package.tgz
60460npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/content-disposition-541a3539
60461npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-disposition-541a3539
60462npm verb tar unpack /root/.npm/content-type/1.0.1/package.tgz
60463npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/content-type-cd4e3150
60464npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-type-cd4e3150
60465npm verb tar unpack /root/.npm/convert-source-map/0.4.1/package.tgz
60466npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/convert-source-map-5a92e77b
60467npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/convert-source-map-5a92e77b
60468npm verb tar unpack /root/.npm/cookie/0.1.0/package.tgz
60469npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-82e5ad57
60470npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-82e5ad57
60471npm verb tar unpack /root/.npm/cookie-signature/1.0.3/package.tgz
60472npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-signature-c077e3d8
60473npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-c077e3d8
60474npm verb tar unpack /root/.npm/cookiejar/1.3.0/package.tgz
60475npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookiejar-9e87ed30
60476npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookiejar-9e87ed30
60477npm verb tar unpack /root/.npm/core-util-is/1.0.2/package.tgz
60478npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/core-util-is-83758450
60479npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/core-util-is-83758450
60480npm verb tar unpack /root/.npm/crc/3.3.0/package.tgz
60481npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/crc-9724b972
60482npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crc-9724b972
60483npm verb tar unpack /root/.npm/crypt/0.0.1/package.tgz
60484npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/crypt-5b57dcfe
60485npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crypt-5b57dcfe
60486npm verb tar unpack /root/.npm/css-parse/1.0.4/package.tgz
60487npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/css-parse-0e9a5ce0
60488npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-0e9a5ce0
60489npm verb tar unpack /root/.npm/css-stringify/1.0.5/package.tgz
60490npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/css-stringify-1d1fd68b
60491npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-stringify-1d1fd68b
60492npm verb tar unpack /root/.npm/css/1.0.8/package.tgz
60493npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/css-f33bf0d3
60494npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-f33bf0d3
60495npm verb tar unpack /root/.npm/cookie/0.1.3/package.tgz
60496npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-8f557928
60497npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-8f557928
60498npm verb tar unpack /root/.npm/cookie-signature/1.0.6/package.tgz
60499npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-signature-a92c6a00
60500npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-a92c6a00
60501npm verb tar unpack /root/.npm/ctype/0.5.3/package.tgz
60502npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ctype-0b0363a9
60503npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ctype-0b0363a9
60504npm verb tar unpack /root/.npm/http-signature/0.10.1/package.tgz
60505npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-signature-a47c17cf
60506npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-a47c17cf
60507npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
60508npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-712fd682
60509npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-712fd682
60510npm verb tar unpack /root/.npm/dashdash/1.10.1/package.tgz
60511npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dashdash-aa8fc4cd
60512npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dashdash-aa8fc4cd
60513npm verb tar unpack /root/.npm/date-now/0.1.4/package.tgz
60514npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/date-now-8e62954f
60515npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-now-8e62954f
60516npm verb tar unpack /root/.npm/console-browserify/1.1.0/package.tgz
60517npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/console-browserify-ab5fb8de
60518npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/console-browserify-ab5fb8de
60519npm verb tar unpack /root/.npm/date-time/0.1.1/package.tgz
60520npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/date-time-45fed545
60521npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-time-45fed545
60522npm verb tar unpack /root/.npm/dateformat/1.0.2-1.2.3/package.tgz
60523npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dateformat-cb799797
60524npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dateformat-cb799797
60525npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
60526npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-e3a5d03e
60527npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-e3a5d03e
60528npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-a412eb00
60529npm verb tar unpack /root/.npm/q/1.0.1/package.tgz
60530npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/q-53e6023e
60531npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-53e6023e
60532npm verb tar unpack /root/.npm/get-stdin/0.1.0/package.tgz
60533npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/get-stdin-3734726d
60534npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-3734726d
60535npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-3b275b86
60536npm verb tar unpack /root/.npm/deep-equal/0.0.0/package.tgz
60537npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/deep-equal-908cbfe4
60538npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-equal-908cbfe4
60539npm verb tar unpack /root/.npm/deep-extend/0.2.11/package.tgz
60540npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/deep-extend-aa256b2c
60541npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-extend-aa256b2c
60542npm verb tar unpack /root/.npm/camelcase/2.0.1/package.tgz
60543npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/camelcase-dd90bf7f
60544npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-dd90bf7f
60545npm verb tar unpack /root/.npm/object-assign/4.0.1/package.tgz
60546npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-assign-416cd240
60547npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-416cd240
60548npm verb tar unpack /root/.npm/defined/0.0.0/package.tgz
60549npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/defined-bedcb9ad
60550npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/defined-bedcb9ad
60551npm verb tar unpack /root/.npm/delayed-stream/1.0.0/package.tgz
60552npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/delayed-stream-8aef7b90
60553npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-8aef7b90
60554npm verb tar unpack /root/.npm/combined-stream/1.0.5/package.tgz
60555npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/combined-stream-d110bfce
60556npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-d110bfce
60557npm verb tar unpack /root/.npm/depd/0.4.4/package.tgz
60558npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/depd-9106b5e3
60559npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-9106b5e3
60560npm verb tar unpack /root/.npm/destroy/1.0.3/package.tgz
60561npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/destroy-7f86428c
60562npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/destroy-7f86428c
60563npm verb tar unpack /root/.npm/di/0.0.1/package.tgz
60564npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/di-7831dc48
60565npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/di-7831dc48
60566npm verb tar unpack /root/.npm/domelementtype/1.1.3/package.tgz
60567npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domelementtype-3084dd12
60568npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-3084dd12
60569npm verb tar unpack /root/.npm/entities/1.1.1/package.tgz
60570npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/entities-1a5656fc
60571npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-1a5656fc
60572npm verb tar unpack /root/.npm/diff/1.0.8/package.tgz
60573npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/diff-af55dded
60574npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-af55dded
60575npm verb tar unpack /root/.npm/dom-serializer/0.1.0/package.tgz
60576npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dom-serializer-82be28d2
60577npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dom-serializer-82be28d2
60578npm verb tar unpack /root/.npm/domelementtype/1.3.0/package.tgz
60579npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domelementtype-e193f92e
60580npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-e193f92e
60581npm verb tar unpack /root/.npm/domutils/1.1.6/package.tgz
60582npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domutils-f940c9d5
60583npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-f940c9d5
60584npm verb tar unpack /root/.npm/domhandler/2.0.3/package.tgz
60585npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domhandler-fe17f15d
60586npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-fe17f15d
60587npm verb tar unpack /root/.npm/domutils/1.4.3/package.tgz
60588npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domutils-7c595c15
60589npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-7c595c15
60590npm verb tar unpack /root/.npm/domhandler/2.3.0/package.tgz
60591npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domhandler-7a9f691b
60592npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-7a9f691b
60593npm verb tar unpack /root/.npm/domutils/1.5.1/package.tgz
60594npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/domutils-dee94009
60595npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-dee94009
60596npm verb tar unpack /root/.npm/get-stdin/0.1.0/package.tgz
60597npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/get-stdin-2a9dfa34
60598npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-2a9dfa34
60599npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-832e6b6a
60600npm verb tar unpack /root/.npm/nan/2.1.0/package.tgz
60601npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-c6e08435
60602npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-c6e08435
60603npm verb tar unpack /root/.npm/dtrace-provider/0.6.0/package.tgz
60604npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dtrace-provider-d732f0e4
60605npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-d732f0e4
60606npm verb tar unpack /root/.npm/duplexer/0.1.1/package.tgz
60607npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/duplexer-f746760c
60608npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/duplexer-f746760c
60609npm verb tar unpack /root/.npm/each-async/0.1.3/package.tgz
60610npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/each-async-333283e9
60611npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/each-async-333283e9
60612npm verb tar unpack /root/.npm/emitter-component/1.0.0/package.tgz
60613npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/emitter-component-d4b56992
60614npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/emitter-component-d4b56992
60615npm verb tar unpack /root/.npm/ee-first/1.1.1/package.tgz
60616npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ee-first-77b0c532
60617npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ee-first-77b0c532
60618npm verb tar unpack /root/.npm/commander/0.6.1/package.tgz
60619npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-115e11ed
60620npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-115e11ed
60621npm verb tar unpack /root/.npm/nan/0.3.2/package.tgz
60622npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-fb4d3294
60623npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-fb4d3294
60624npm verb tar unpack /root/.npm/xmlhttprequest/1.5.0/package.tgz
60625npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xmlhttprequest-68ed6536
60626npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-68ed6536
60627npm verb tar unpack /root/.npm/parseuri/0.0.4/package.tgz
60628npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseuri-a912ab4c
60629npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-a912ab4c
60630npm verb tar unpack /root/.npm/entities/1.0.0/package.tgz
60631npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/entities-ed7c4321
60632npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-ed7c4321
60633npm verb tar unpack /root/.npm/es6-promise/2.1.1/package.tgz
60634npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-promise-4312d2a5
60635npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-promise-4312d2a5
60636npm verb tar unpack /root/.npm/es6-symbol/3.0.2/package.tgz
60637npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-symbol-53a952e1
60638npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-53a952e1
60639npm verb tar unpack /root/.npm/es5-ext/0.10.11/package.tgz
60640npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es5-ext-0fc5fe2b
60641npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es5-ext-0fc5fe2b
60642npm verb tar unpack /root/.npm/es6-iterator/2.0.0/package.tgz
60643npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-iterator-75c7e39a
60644npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-75c7e39a
60645npm verb tar unpack /root/.npm/d/0.1.1/package.tgz
60646npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/d-b7a230c8
60647npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/d-b7a230c8
60648npm verb tar unpack /root/.npm/es6-symbol/2.0.1/package.tgz
60649npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-symbol-6cf39264
60650npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-6cf39264
60651npm verb tar unpack /root/.npm/es6-iterator/0.1.3/package.tgz
60652npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-iterator-297de113
60653npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-297de113
60654npm verb tar unpack /root/.npm/es6-weak-map/0.1.4/package.tgz
60655npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/es6-weak-map-4358a268
60656npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-weak-map-4358a268
60657npm verb tar unpack /root/.npm/escape-html/1.0.1/package.tgz
60658npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-html-866e0a58
60659npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-866e0a58
60660npm verb tar unpack /root/.npm/escape-string-regexp/1.0.4/package.tgz
60661npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-string-regexp-8ac2d854
60662npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-string-regexp-8ac2d854
60663npm verb tar unpack /root/.npm/decamelize/1.1.2/package.tgz
60664npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/decamelize-217afc4f
60665npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decamelize-217afc4f
60666npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-153cd78f
60667npm verb tar unpack /root/.npm/etag/1.7.0/package.tgz
60668npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/etag-56c844ad
60669npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/etag-56c844ad
60670npm verb tar unpack /root/.npm/serve-favicon/2.3.0/package.tgz
60671npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-favicon-86d1178f
60672npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-86d1178f
60673npm verb tar unpack /root/.npm/event-emitter/0.3.4/package.tgz
60674npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/event-emitter-00196a84
60675npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-emitter-00196a84
60676npm verb tar unpack /root/.npm/eventemitter2/0.4.14/package.tgz
60677npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/eventemitter2-b3dc34dd
60678npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/eventemitter2-b3dc34dd
60679npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/executable-7cd550d1
60680npm verb tar unpack /root/.npm/bin-check/0.1.5/package.tgz
60681npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bin-check-6973bf92
60682npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-check-6973bf92
60683npm verb tar unpack /root/.npm/exit/0.1.2/package.tgz
60684npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/exit-06b6844c
60685npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exit-06b6844c
60686npm verb tar unpack /root/.npm/expand-brackets/0.1.4/package.tgz
60687npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/expand-brackets-ce545d6e
60688npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-brackets-ce545d6e
60689npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
60690npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-0756b4ec
60691npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0756b4ec
60692npm verb tar unpack /root/.npm/cookie/0.1.2/package.tgz
60693npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-b70cc231
60694npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-b70cc231
60695npm verb tar unpack /root/.npm/debug/0.8.1/package.tgz
60696npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-c77be11b
60697npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-c77be11b
60698npm verb tar unpack /root/.npm/express-unless/0.3.0/package.tgz
60699npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-unless-1a57169d
60700npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-unless-1a57169d
60701npm verb tar unpack /root/.npm/debug/0.8.1/package.tgz
60702npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-be5c11b0
60703npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-be5c11b0
60704npm verb tar unpack /root/.npm/negotiator/0.3.0/package.tgz
60705npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/negotiator-4f236357
60706npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-4f236357
60707npm verb tar unpack /root/.npm/underscore.string/2.3.3/package.tgz
60708npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore.string-e14d63fb
60709npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-e14d63fb
60710npm verb tar unpack /root/.npm/extend/3.0.0/package.tgz
60711npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extend-ebf3b6ae
60712npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-ebf3b6ae
60713npm verb tar unpack /root/.npm/extsprintf/1.2.0/package.tgz
60714npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extsprintf-30e46e1d
60715npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-30e46e1d
60716npm verb tar unpack /root/.npm/faye-websocket/0.4.4/package.tgz
60717npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/faye-websocket-3206d0e1
60718npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/faye-websocket-3206d0e1
60719npm verb tar unpack /root/.npm/figures/1.4.0/package.tgz
60720npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/figures-153983d6
60721npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/figures-153983d6
60722npm verb tar unpack /root/.npm/filename-regex/2.0.0/package.tgz
60723npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/filename-regex-c50de49f
60724npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/filename-regex-c50de49f
60725npm verb tar unpack /root/.npm/escape-html/1.0.2/package.tgz
60726npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-html-f0b62a52
60727npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-f0b62a52
60728npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
60729npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-0907f8c2
60730npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0907f8c2
60731npm verb tar unpack /root/.npm/find-file/0.1.4/package.tgz
60732npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/find-file-2dbcdf75
60733npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-file-2dbcdf75
60734npm verb tar unpack /root/.npm/flushwritable/1.0.0/package.tgz
60735npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/flushwritable-4e2dcd14
60736npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/flushwritable-4e2dcd14
60737npm verb tar unpack /root/.npm/for-in/0.1.4/package.tgz
60738npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/for-in-86be0a66
60739npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-in-86be0a66
60740npm verb tar unpack /root/.npm/for-own/0.1.3/package.tgz
60741npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/for-own-bd0f2164
60742npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-own-bd0f2164
60743npm verb tar unpack /root/.npm/forever-agent/0.6.1/package.tgz
60744npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forever-agent-8233fd19
60745npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8233fd19
60746npm verb tar unpack /root/.npm/async/1.5.0/package.tgz
60747npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-5a4c1864
60748npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5a4c1864
60749npm verb tar unpack /root/.npm/form-data/1.0.0-rc3/package.tgz
60750npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/form-data-8ce7846c
60751npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-8ce7846c
60752npm verb tar unpack /root/.npm/formidable/1.0.14/package.tgz
60753npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/formidable-265db474
60754npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/formidable-265db474
60755npm verb tar unpack /root/.npm/forwarded/0.1.0/package.tgz
60756npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forwarded-69f9508b
60757npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forwarded-69f9508b
60758npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
60759npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-6619b182
60760npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-6619b182
60761npm verb tar unpack /root/.npm/fresh/0.2.2/package.tgz
60762npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fresh-9b95df6b
60763npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-9b95df6b
60764npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-3544151a
60765npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-13d0f153
60766npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
60767npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-7fe2b486
60768npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-7fe2b486
60769npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
60770npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-31fa44cf
60771npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-31fa44cf
60772npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-66ea1d24
60773npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
60774npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-41742a2c
60775npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-41742a2c
60776npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
60777npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-78cf04d1
60778npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-78cf04d1
60779npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-edd0ed42
60780npm verb tar unpack /root/.npm/generate-function/2.0.0/package.tgz
60781npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/generate-function-033982fc
60782npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-function-033982fc
60783npm verb tar unpack /root/.npm/get-stdin/4.0.1/package.tgz
60784npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/get-stdin-bc7293a6
60785npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-bc7293a6
60786npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-urls-4604d16b
60787npm verb tar unpack /root/.npm/getobject/0.1.0/package.tgz
60788npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/getobject-c62d4014
60789npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/getobject-c62d4014
60790npm verb tar unpack /root/.npm/global/2.0.1/package.tgz
60791npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/global-374d4e73
60792npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/global-374d4e73
60793npm verb tar unpack /root/.npm/inherits/1.0.2/package.tgz
60794npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inherits-d217b067
60795npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d217b067
60796npm verb tar unpack /root/.npm/lodash/1.0.2/package.tgz
60797npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-034d586f
60798npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-034d586f
60799npm verb tar unpack /root/.npm/google-cdn-data/0.1.23/package.tgz
60800npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/google-cdn-data-f2ebaccb
60801npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-data-f2ebaccb
60802npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
60803npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-3d6bef75
60804npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-3d6bef75
60805npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
60806npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-922eff6f
60807npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-922eff6f
60808npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
60809npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-2bdb314a
60810npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-2bdb314a
60811npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
60812npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-d60ec99f
60813npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d60ec99f
60814npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
60815npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-a284a379
60816npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-a284a379
60817npm verb tar unpack /root/.npm/caseless/0.6.0/package.tgz
60818npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/caseless-27913bb5
60819npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-27913bb5
60820npm verb tar unpack /root/.npm/delayed-stream/0.0.5/package.tgz
60821npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/delayed-stream-dd72af88
60822npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-dd72af88
60823npm verb tar unpack /root/.npm/combined-stream/0.0.7/package.tgz
60824npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/combined-stream-699c6989
60825npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-699c6989
60826npm verb tar unpack /root/.npm/forever-agent/0.5.2/package.tgz
60827npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forever-agent-a0d558d7
60828npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-a0d558d7
60829npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
60830npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-49361323
60831npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-49361323
60832npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
60833npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-f02ed013
60834npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f02ed013
60835npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-13383a7e
60836npm verb tar unpack /root/.npm/hoek/0.9.1/package.tgz
60837npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hoek-8c4acd29
60838npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-8c4acd29
60839npm verb tar unpack /root/.npm/boom/0.4.2/package.tgz
60840npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boom-55a5085d
60841npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-55a5085d
60842npm verb tar unpack /root/.npm/http-signature/0.10.1/package.tgz
60843npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-signature-0251f18d
60844npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-0251f18d
60845npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
60846npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-018e78f9
60847npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-018e78f9
60848npm verb tar unpack /root/.npm/cryptiles/0.2.2/package.tgz
60849npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cryptiles-ec6e2171
60850npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-ec6e2171
60851npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-f339c58e
60852npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-90b03f78
60853npm verb tar unpack /root/.npm/oauth-sign/0.4.0/package.tgz
60854npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/oauth-sign-4d8af44e
60855npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-4d8af44e
60856npm verb tar unpack /root/.npm/q/1.0.1/package.tgz
60857npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/q-d076dc6a
60858npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-d076dc6a
60859npm verb tar unpack /root/.npm/qs/1.2.2/package.tgz
60860npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-9a7cda18
60861npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-9a7cda18
60862npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-a948f1b7
60863npm verb tar unpack /root/.npm/sntp/0.2.4/package.tgz
60864npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sntp-e7fd4729
60865npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-e7fd4729
60866npm verb tar unpack /root/.npm/hawk/1.1.1/package.tgz
60867npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hawk-1bfafc08
60868npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-1bfafc08
60869npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-15fe9cc5
60870npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-80ba9194
60871npm verb tar unpack /root/.npm/chalk/0.5.0/package.tgz
60872npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-512e9a87
60873npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-512e9a87
60874npm verb tar unpack /root/.npm/object-assign/0.3.1/package.tgz
60875npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-assign-8f28fa39
60876npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-8f28fa39
60877npm verb tar unpack /root/.npm/got/0.2.0/package.tgz
60878npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/got-1d0008a5
60879npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-1d0008a5
60880npm verb tar unpack /root/.npm/ext-list/0.2.0/package.tgz
60881npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ext-list-8491c35b
60882npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-list-8491c35b
60883npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-name-c65d3b18
60884npm verb tar unpack /root/.npm/graceful-fs/1.2.3/package.tgz
60885npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-f0a0db1f
60886npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f0a0db1f
60887npm verb tar unpack /root/.npm/graceful-readlink/1.0.1/package.tgz
60888npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-readlink-e0f03b21
60889npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-readlink-e0f03b21
60890npm verb tar unpack /root/.npm/growl/1.7.0/package.tgz
60891npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/growl-bb8975c2
60892npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/growl-bb8975c2
60893npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
60894npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-4ffd53aa
60895npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-4ffd53aa
60896npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-28be461a
60897npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
60898npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-0d838263
60899npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0d838263
60900npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-684d948e
60901npm verb tar unpack /root/.npm/grunt-contrib-clean/0.5.0/package.tgz
60902npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-clean-4c96b3d6
60903npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-clean-4c96b3d6
60904npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
60905npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-9b18b8c8
60906npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-9b18b8c8
60907npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-8c803402
60908npm verb tar unpack /root/.npm/grunt-contrib-copy/0.5.0/package.tgz
60909npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-copy-2f210885
60910npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-copy-2f210885
60911npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
60912npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-1776d44b
60913npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1776d44b
60914npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-c4dc8d52
60915npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-dd06bf20
60916npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
60917npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-ffb46cce
60918npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ffb46cce
60919npm verb tar unpack /root/.npm/html-minifier/0.5.6/package.tgz
60920npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/html-minifier-6dad29d0
60921npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-6dad29d0
60922npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b441a0fb
60923npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
60924npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-2a64b152
60925npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-2a64b152
60926npm verb tar unpack /root/.npm/async/0.7.0/package.tgz
60927npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-b1e25be5
60928npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-b1e25be5
60929npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-56abba44
60930npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
60931npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-dd1ce037
60932npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd1ce037
60933npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b39ec2cc
60934npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
60935npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-0ac204b8
60936npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0ac204b8
60937npm verb tar unpack /root/.npm/lodash/3.10.1/package.tgz
60938npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-24676fe2
60939npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-24676fe2
60940npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
60941npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-1f73653d
60942npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1f73653d
60943npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-f44de076
60944npm verb tar unpack /root/.npm/grunt-express-server/0.4.19/package.tgz
60945npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-express-server-b4ad670a
60946npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-express-server-b4ad670a
60947npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
60948npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-674887a5
60949npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-674887a5
60950npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
60951npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-90adcfc1
60952npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-90adcfc1
60953npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
60954npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-61c365d5
60955npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-61c365d5
60956npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b49fbcd4
60957npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-00413b21
60958npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c9b7a974
60959npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
60960npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-4cb47f90
60961npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4cb47f90
60962npm verb tar unpack /root/.npm/underscore.string/2.3.3/package.tgz
60963npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore.string-9944367a
60964npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-9944367a
60965npm verb tar unpack /root/.npm/underscore.string/2.3.3/package.tgz
60966npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore.string-3ba91df1
60967npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-3ba91df1
60968npm verb tar unpack /root/.npm/async/0.1.22/package.tgz
60969npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-e8827d36
60970npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e8827d36
60971npm verb tar unpack /root/.npm/lodash/0.9.2/package.tgz
60972npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-10c72a91
60973npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-10c72a91
60974npm verb tar unpack /root/.npm/zlib-browserify/0.0.1/package.tgz
60975npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/zlib-browserify-41a88d22
60976npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-41a88d22
60977npm verb tar unpack /root/.npm/grunt-lib-contrib/0.6.1/package.tgz
60978npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-lib-contrib-db194074
60979npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-lib-contrib-db194074
60980npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-70fd6582
60981npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-d0786253
60982npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
60983npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-68b903c0
60984npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-68b903c0
60985npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-86730882
60986npm verb tar unpack /root/.npm/grunt-newer/0.7.0/package.tgz
60987npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-newer-2677c865
60988npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-newer-2677c865
60989npm verb tar unpack /root/.npm/xtend/3.0.0/package.tgz
60990npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xtend-8b588e81
60991npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-8b588e81
60992npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
60993npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-338d4b44
60994npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-338d4b44
60995npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-77a5e2fd
60996npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
60997npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-e21c6c81
60998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-e21c6c81
60999npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
61000npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-dded5bc1
61001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dded5bc1
61002npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1768aeee
61003npm verb tar unpack /root/.npm/ms/0.7.0/package.tgz
61004npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-79e825d8
61005npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-79e825d8
61006npm verb tar unpack /root/.npm/debug/2.1.3/package.tgz
61007npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-0510da93
61008npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-0510da93
61009npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-fb95ce52
61010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4a3509ee
61011npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
61012npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-5152f28e
61013npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-5152f28e
61014npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
61015npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-6c53599c
61016npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-6c53599c
61017npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
61018npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-8de6919d
61019npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-8de6919d
61020npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1236a122
61021npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
61022npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-16d52979
61023npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-16d52979
61024npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-ba500c51
61025npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-f32d215a
61026npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
61027npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-3a09b4a4
61028npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-3a09b4a4
61029npm verb tar unpack /root/.npm/async/0.1.22/package.tgz
61030npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-616565a1
61031npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-616565a1
61032npm verb tar unpack /root/.npm/iconv-lite/0.2.11/package.tgz
61033npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/iconv-lite-2f62dea2
61034npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-2f62dea2
61035npm verb tar unpack /root/.npm/inherits/1.0.2/package.tgz
61036npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inherits-d5fd9054
61037npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d5fd9054
61038npm verb tar unpack /root/.npm/lodash/0.9.2/package.tgz
61039npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-56890ab9
61040npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-56890ab9
61041npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-00daa945
61042npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-ffa53e4d
61043npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
61044npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-0beb7ad0
61045npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0beb7ad0
61046npm verb tar unpack /root/.npm/bluebird/2.10.2/package.tgz
61047npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bluebird-ecfc5c8a
61048npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-ecfc5c8a
61049npm verb tar unpack /root/.npm/commander/2.9.0/package.tgz
61050npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-18bfd846
61051npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-18bfd846
61052npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
61053npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-6932a104
61054npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-6932a104
61055npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
61056npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-632bfc61
61057npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-632bfc61
61058npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
61059npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-104f742c
61060npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-104f742c
61061npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
61062npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-28a516ff
61063npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-28a516ff
61064npm verb tar unpack /root/.npm/has-color/0.1.7/package.tgz
61065npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-color-3fddf883
61066npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-color-3fddf883
61067npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
61068npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-f99a4c39
61069npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f99a4c39
61070npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
61071npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-36b35775
61072npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-36b35775
61073npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
61074npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-4943addb
61075npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4943addb
61076npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
61077npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-f4cd5333
61078npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f4cd5333
61079npm verb tar unpack /root/.npm/grunt-contrib-concat/0.4.0/package.tgz
61080npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-concat-c2d2c62e
61081npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-concat-c2d2c62e
61082npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
61083npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-0d1cc290
61084npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0d1cc290
61085npm verb tar unpack /root/.npm/has-cors/1.0.3/package.tgz
61086npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-cors-68bfe3fe
61087npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-cors-68bfe3fe
61088npm verb tar unpack /root/.npm/headless/0.1.7/package.tgz
61089npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/headless-4e2cb3c4
61090npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/headless-4e2cb3c4
61091npm verb tar unpack /root/.npm/boom/2.10.1/package.tgz
61092npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boom-222a0146
61093npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-222a0146
61094npm verb tar unpack /root/.npm/hoek/2.16.3/package.tgz
61095npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hoek-d274c6c0
61096npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-d274c6c0
61097npm verb tar unpack /root/.npm/cryptiles/2.0.5/package.tgz
61098npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cryptiles-8d3bd819
61099npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8d3bd819
61100npm verb tar unpack /root/.npm/hooker/0.2.3/package.tgz
61101npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hooker-48b06343
61102npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooker-48b06343
61103npm verb tar unpack /root/.npm/hooks-fixed/1.1.0/package.tgz
61104npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hooks-fixed-10e43d50
61105npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooks-fixed-10e43d50
61106npm verb tar unpack /root/.npm/hosted-git-info/2.1.4/package.tgz
61107npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hosted-git-info-15498999
61108npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hosted-git-info-15498999
61109npm verb tar unpack /root/.npm/html-entities/1.1.3/package.tgz
61110npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/html-entities-1122232e
61111npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-entities-1122232e
61112npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
61113npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-d2fe9457
61114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d2fe9457
61115npm verb tar unpack /root/.npm/pkginfo/0.3.1/package.tgz
61116npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pkginfo-115403f8
61117npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-115403f8
61118npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
61119npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-5326439c
61120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-5326439c
61121npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
61122npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-1051e617
61123npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-1051e617
61124npm verb tar unpack /root/.npm/http-signature/0.11.0/package.tgz
61125npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-signature-ab59db17
61126npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-ab59db17
61127npm verb tar unpack /root/.npm/i/0.3.3/package.tgz
61128npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/i-9fead3df
61129npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/i-9fead3df
61130npm verb tar unpack /root/.npm/iconv-lite/0.4.4/package.tgz
61131npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/iconv-lite-7d8a4ed8
61132npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-7d8a4ed8
61133npm verb tar unpack /root/.npm/jsonfile/1.2.0/package.tgz
61134npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonfile-47f7f809
61135npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-47f7f809
61136npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
61137npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-07c8ae30
61138npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-07c8ae30
61139npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4875958c
61140npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-abf634e4
61141npm verb tar unpack /root/.npm/indexof/0.0.1/package.tgz
61142npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/indexof-074ed44c
61143npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indexof-074ed44c
61144npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-ca326d1e
61145npm verb tar unpack /root/.npm/inherit/2.2.2/package.tgz
61146npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inherit-79467e44
61147npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherit-79467e44
61148npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
61149npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inherits-b8f89076
61150npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-b8f89076
61151npm verb tar unpack /root/.npm/fstream/1.0.8/package.tgz
61152npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fstream-fdf7cfdf
61153npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-fdf7cfdf
61154npm verb tar unpack /root/.npm/block-stream/0.0.8/package.tgz
61155npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/block-stream-fd845bc3
61156npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/block-stream-fd845bc3
61157npm verb tar unpack /root/.npm/ini/1.3.4/package.tgz
61158npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ini-1ccebc15
61159npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ini-1ccebc15
61160npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
61161npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-d93afa63
61162npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-d93afa63
61163npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
61164npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-dd0a411c
61165npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd0a411c
61166npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b895f45b
61167npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-417dddac
61168npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-70dbc1c7
61169npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
61170npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-0b6984f9
61171npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0b6984f9
61172npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
61173npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-a64d26c9
61174npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a64d26c9
61175npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
61176npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-ab360580
61177npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ab360580
61178npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
61179npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-32ce7889
61180npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-32ce7889
61181npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-3f8702d4
61182npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-9b223044
61183npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4ca657d5
61184npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
61185npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-cb204643
61186npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-cb204643
61187npm verb tar unpack /root/.npm/intersect/0.0.3/package.tgz
61188npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/intersect-68b63877
61189npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/intersect-68b63877
61190npm verb tar unpack /root/.npm/bower-json/0.4.0/package.tgz
61191npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-json-49715211
61192npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-json-49715211
61193npm verb tar unpack /root/.npm/ipaddr.js/1.0.5/package.tgz
61194npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ipaddr.js-8c95b273
61195npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ipaddr.js-8c95b273
61196npm verb tar unpack /root/.npm/is-arrayish/0.2.1/package.tgz
61197npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-arrayish-af92cbf1
61198npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-arrayish-af92cbf1
61199npm verb tar unpack /root/.npm/error-ex/1.3.0/package.tgz
61200npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/error-ex-0b44cb8c
61201npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/error-ex-0b44cb8c
61202npm verb tar unpack /root/.npm/is-binary-path/1.0.1/package.tgz
61203npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-binary-path-1047d7e8
61204npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-binary-path-1047d7e8
61205npm verb tar unpack /root/.npm/is-bmp/0.1.1/package.tgz
61206npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-bmp-120ba3da
61207npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-bmp-120ba3da
61208npm verb tar unpack /root/.npm/is-buffer/1.1.0/package.tgz
61209npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-buffer-dc9a1c36
61210npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-dc9a1c36
61211npm verb tar unpack /root/.npm/is-dotfile/1.0.2/package.tgz
61212npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-dotfile-dc6422c3
61213npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-dotfile-dc6422c3
61214npm verb tar unpack /root/.npm/is-builtin-module/1.0.0/package.tgz
61215npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-builtin-module-31934d44
61216npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-builtin-module-31934d44
61217npm verb tar unpack /root/.npm/is-extendable/0.1.1/package.tgz
61218npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-extendable-4932e0fc
61219npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extendable-4932e0fc
61220npm verb tar unpack /root/.npm/is-extglob/1.0.0/package.tgz
61221npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-extglob-7aea9d18
61222npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extglob-7aea9d18
61223npm verb tar unpack /root/.npm/is-gif/0.1.1/package.tgz
61224npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-gif-8a9aa0a2
61225npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-gif-8a9aa0a2
61226npm verb tar unpack /root/.npm/is-glob/2.0.1/package.tgz
61227npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-glob-2aa96e31
61228npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-glob-2aa96e31
61229npm verb tar unpack /root/.npm/glob-parent/2.0.0/package.tgz
61230npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-parent-a392aa50
61231npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-parent-a392aa50
61232npm verb tar unpack /root/.npm/glob-base/0.3.0/package.tgz
61233npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-base-f3161459
61234npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-base-f3161459
61235npm verb tar unpack /root/.npm/is-jpg/0.1.2/package.tgz
61236npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-jpg-0ce7e7c4
61237npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jpg-0ce7e7c4
61238npm verb tar unpack /root/.npm/is-jxr/0.1.1/package.tgz
61239npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-jxr-4d164a75
61240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jxr-4d164a75
61241npm verb tar unpack /root/.npm/is-png/0.1.1/package.tgz
61242npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-png-c7ac6d74
61243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-png-c7ac6d74
61244npm verb tar unpack /root/.npm/is-primitive/2.0.0/package.tgz
61245npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-primitive-eba92e42
61246npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-primitive-eba92e42
61247npm verb tar unpack /root/.npm/is-equal-shallow/0.1.3/package.tgz
61248npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-equal-shallow-132dca3a
61249npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-equal-shallow-132dca3a
61250npm verb tar unpack /root/.npm/is-promise/1.0.1/package.tgz
61251npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-promise-561e20f7
61252npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-promise-561e20f7
61253npm verb tar unpack /root/.npm/is-property/1.0.2/package.tgz
61254npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-property-2c1157ec
61255npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-property-2c1157ec
61256npm verb tar unpack /root/.npm/generate-object-property/1.2.0/package.tgz
61257npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/generate-object-property-b5db8d74
61258npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-object-property-b5db8d74
61259npm verb tar unpack /root/.npm/is-psd/0.1.1/package.tgz
61260npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-psd-a92b7645
61261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-psd-a92b7645
61262npm verb tar unpack /root/.npm/is-root/1.0.0/package.tgz
61263npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-root-868d55a7
61264npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-root-868d55a7
61265npm verb tar unpack /root/.npm/is-svg/0.1.2/package.tgz
61266npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-svg-bc94648d
61267npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-svg-bc94648d
61268npm verb tar unpack /root/.npm/is-utf8/0.2.1/package.tgz
61269npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-utf8-4c4a0a2f
61270npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-utf8-4c4a0a2f
61271npm verb tar unpack /root/.npm/is-tif/0.1.1/package.tgz
61272npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-tif-f967e756
61273npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-tif-f967e756
61274npm verb tar unpack /root/.npm/is-webp/0.1.1/package.tgz
61275npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-webp-32ec5ea6
61276npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-webp-32ec5ea6
61277npm verb tar unpack /root/.npm/isarray/0.0.1/package.tgz
61278npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/isarray-1e4d8727
61279npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isarray-1e4d8727
61280npm verb tar unpack /root/.npm/has-binary-data/0.1.3/package.tgz
61281npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-binary-data-6792f4cc
61282npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-data-6792f4cc
61283npm verb tar unpack /root/.npm/has-binary/0.1.5/package.tgz
61284npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-binary-eca38f64
61285npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eca38f64
61286npm verb tar unpack /root/.npm/isobject/2.0.0/package.tgz
61287npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/isobject-df492aff
61288npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isobject-df492aff
61289npm verb tar unpack /root/.npm/isstream/0.1.2/package.tgz
61290npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/isstream-047905a8
61291npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isstream-047905a8
61292npm verb tar unpack /root/.npm/jasmine-core/2.1.3/package.tgz
61293npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jasmine-core-d674a27b
61294npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-core-d674a27b
61295npm verb tar unpack /root/.npm/jasminewd/1.1.0/package.tgz
61296npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jasminewd-734f2f9b
61297npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd-734f2f9b
61298npm verb tar unpack /root/.npm/jasminewd2/0.0.2/package.tgz
61299npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jasminewd2-f5690671
61300npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd2-f5690671
61301npm verb tar unpack /root/.npm/jit-grunt/0.5.0/package.tgz
61302npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jit-grunt-3a9b4ef0
61303npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jit-grunt-3a9b4ef0
61304npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
61305npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-12f565db
61306npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-12f565db
61307npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
61308npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-d471d85c
61309npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-d471d85c
61310npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-d899dda2
61311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-5c55b8c3
61312npm verb tar unpack /root/.npm/underscore/1.6.0/package.tgz
61313npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore-efb4381b
61314npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-efb4381b
61315npm verb tar unpack /root/.npm/json-schema/0.2.2/package.tgz
61316npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/json-schema-e46a2ed5
61317npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-schema-e46a2ed5
61318npm verb tar unpack /root/.npm/json-stringify-safe/5.0.1/package.tgz
61319npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/json-stringify-safe-58057c07
61320npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-stringify-safe-58057c07
61321npm verb tar unpack /root/.npm/json3/3.2.6/package.tgz
61322npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/json3-4df96052
61323npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json3-4df96052
61324npm verb tar unpack /root/.npm/jsonfile/1.1.1/package.tgz
61325npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonfile-83c9ee1c
61326npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-83c9ee1c
61327npm verb tar unpack /root/.npm/jsonify/0.0.0/package.tgz
61328npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonify-ebc041bd
61329npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonify-ebc041bd
61330npm verb tar unpack /root/.npm/jsonpointer/2.0.0/package.tgz
61331npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonpointer-bd522e4c
61332npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonpointer-bd522e4c
61333npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
61334npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-748f30d0
61335npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-748f30d0
61336npm verb tar unpack /root/.npm/extsprintf/1.0.0/package.tgz
61337npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extsprintf-4b2d092e
61338npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-4b2d092e
61339npm verb tar unpack /root/.npm/verror/1.3.3/package.tgz
61340npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/verror-5bead6d3
61341npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-5bead6d3
61342npm verb tar unpack /root/.npm/jsprim/0.3.0/package.tgz
61343npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsprim-aa9d372e
61344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsprim-aa9d372e
61345npm verb tar unpack /root/.npm/junk/1.0.2/package.tgz
61346npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/junk-06962323
61347npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/junk-06962323
61348npm verb tar unpack /root/.npm/base64url/0.0.6/package.tgz
61349npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64url-d5c4b9c7
61350npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-d5c4b9c7
61351npm verb tar unpack /root/.npm/kareem/1.0.1/package.tgz
61352npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/kareem-9e27a421
61353npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kareem-9e27a421
61354npm verb tar unpack /root/.npm/karma-firefox-launcher/0.1.7/package.tgz
61355npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-firefox-launcher-6a346cdc
61356npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-firefox-launcher-6a346cdc
61357npm verb tar unpack /root/.npm/karma-html2js-preprocessor/0.1.0/package.tgz
61358npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-html2js-preprocessor-f1deddf6
61359npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-html2js-preprocessor-f1deddf6
61360npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
61361npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-728c7457
61362npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-728c7457
61363npm verb tar unpack /root/.npm/character-parser/1.0.2/package.tgz
61364npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/character-parser-b83bdb75
61365npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-b83bdb75
61366npm verb tar unpack /root/.npm/karma-jasmine/0.1.6/package.tgz
61367npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-jasmine-69d61963
61368npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jasmine-69d61963
61369npm verb tar unpack /root/.npm/karma-ng-scenario/0.1.0/package.tgz
61370npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-ng-scenario-06095de4
61371npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-scenario-06095de4
61372npm verb tar unpack /root/.npm/karma-requirejs/0.2.2/package.tgz
61373npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-requirejs-14c92a66
61374npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-requirejs-14c92a66
61375npm verb tar unpack /root/.npm/karma-ng-html2js-preprocessor/0.1.2/package.tgz
61376npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-ng-html2js-preprocessor-f98cde83
61377npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-html2js-preprocessor-f98cde83
61378npm verb tar unpack /root/.npm/karma-script-launcher/0.1.0/package.tgz
61379npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-script-launcher-2878f893
61380npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-script-launcher-2878f893
61381npm verb tar unpack /root/.npm/colors/1.1.2/package.tgz
61382npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/colors-76cfa3b4
61383npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-76cfa3b4
61384npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
61385npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-23879adc
61386npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-23879adc
61387npm verb tar unpack /root/.npm/lodash/3.10.1/package.tgz
61388npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-54634d17
61389npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-54634d17
61390npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
61391npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-50b915d4
61392npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-50b915d4
61393npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
61394npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-eaa66a38
61395npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-eaa66a38
61396npm verb tar unpack /root/.npm/nan/1.0.0/package.tgz
61397npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-57d1bc28
61398npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-57d1bc28
61399npm verb tar unpack /root/.npm/q/1.4.1/package.tgz
61400npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/q-2fb98445
61401npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-2fb98445
61402npm verb tar unpack /root/.npm/source-map/0.4.4/package.tgz
61403npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/source-map-46bd4b3a
61404npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-46bd4b3a
61405npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-0270c9a3
61406npm verb tar unpack /root/.npm/xmlhttprequest/1.4.2/package.tgz
61407npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xmlhttprequest-7b83e5ad
61408npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-7b83e5ad
61409npm verb tar unpack /root/.npm/kew/0.4.0/package.tgz
61410npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/kew-dfb8ec66
61411npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kew-dfb8ec66
61412npm verb tar unpack /root/.npm/keypress/0.1.0/package.tgz
61413npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/keypress-fb981dbf
61414npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/keypress-fb981dbf
61415npm verb tar unpack /root/.npm/commander/1.2.0/package.tgz
61416npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-903a1cd4
61417npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-903a1cd4
61418npm verb tar unpack /root/.npm/kind-of/3.0.2/package.tgz
61419npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/kind-of-f1416c17
61420npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kind-of-f1416c17
61421npm verb tar unpack /root/.npm/is-number/2.1.0/package.tgz
61422npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-number-69ddc5da
61423npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-number-69ddc5da
61424npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
61425npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-70cd7b7b
61426npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-70cd7b7b
61427npm verb tar unpack /root/.npm/ldap-filter/0.2.2/package.tgz
61428npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ldap-filter-0b6112fd
61429npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldap-filter-0b6112fd
61430npm verb tar unpack /root/.npm/asn1/0.2.1/package.tgz
61431npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-a65e1a7f
61432npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a65e1a7f
61433npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
61434npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-92ba3afc
61435npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-92ba3afc
61436npm verb tar unpack /root/.npm/dtrace-provider/0.2.8/package.tgz
61437npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dtrace-provider-60490139
61438npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-60490139
61439npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-86dc7611
61440npm verb tar unpack /root/.npm/mv/0.0.5/package.tgz
61441npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mv-7a34b4ea
61442npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-7a34b4ea
61443npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
61444npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-688285ff
61445npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-688285ff
61446npm verb tar unpack /root/.npm/lockfile/1.0.1/package.tgz
61447npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lockfile-a921e7b0
61448npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lockfile-a921e7b0
61449npm verb tar unpack /root/.npm/lodash/2.4.2/package.tgz
61450npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-31d328ab
61451npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-31d328ab
61452npm verb tar unpack /root/.npm/grunt-usemin/3.0.0/package.tgz
61453npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-usemin-36c7c6c4
61454npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-usemin-36c7c6c4
61455npm verb tar unpack /root/.npm/grunt-legacy-log-utils/0.1.1/package.tgz
61456npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-utils-efba2f5f
61457npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-utils-efba2f5f
61458npm verb tar unpack /root/.npm/grunt-legacy-log/0.1.3/package.tgz
61459npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-d5e92ec3
61460npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-d5e92ec3
61461npm verb tar unpack /root/.npm/grunt-karma/0.8.3/package.tgz
61462npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-karma-dce72ed5
61463npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-karma-dce72ed5
61464npm verb tar unpack /root/.npm/grunt-env/0.4.4/package.tgz
61465npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-env-82019ed2
61466npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-env-82019ed2
61467npm verb tar unpack /root/.npm/lodash._isnative/2.4.1/package.tgz
61468npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash._isnative-f5511a01
61469npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._isnative-f5511a01
61470npm verb tar unpack /root/.npm/lodash._objecttypes/2.4.1/package.tgz
61471npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash._objecttypes-58496b14
61472npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._objecttypes-58496b14
61473npm verb tar unpack /root/.npm/lodash.isfunction/2.4.1/package.tgz
61474npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash.isfunction-c9808c2d
61475npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isfunction-c9808c2d
61476npm verb tar unpack /root/.npm/lodash.isobject/2.4.1/package.tgz
61477npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash.isobject-0932530c
61478npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isobject-0932530c
61479npm verb tar unpack /root/.npm/lodash.now/2.4.1/package.tgz
61480npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash.now-cb71eb22
61481npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.now-cb71eb22
61482npm verb tar unpack /root/.npm/lodash.debounce/2.4.1/package.tgz
61483npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash.debounce-74f9a72f
61484npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.debounce-74f9a72f
61485npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
61486npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-5e6a4a57
61487npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5e6a4a57
61488npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-309ebae5
61489npm verb tar unpack /root/.npm/underscore/1.8.2/package.tgz
61490npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore-d0f8e3bb
61491npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-d0f8e3bb
61492npm verb tar unpack /root/.npm/lower-case/1.1.3/package.tgz
61493npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lower-case-fd4895a3
61494npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lower-case-fd4895a3
61495npm verb tar unpack /root/.npm/is-lower-case/1.1.3/package.tgz
61496npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-lower-case-ff1d0ffd
61497npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-lower-case-ff1d0ffd
61498npm verb tar unpack /root/.npm/lpad/0.2.1/package.tgz
61499npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lpad-90d9a2c6
61500npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lpad-90d9a2c6
61501npm verb tar unpack /root/.npm/lru-cache/2.5.0/package.tgz
61502npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lru-cache-092f799e
61503npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-092f799e
61504npm verb tar unpack /root/.npm/lru-queue/0.1.0/package.tgz
61505npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lru-queue-8ef13842
61506npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-queue-8ef13842
61507npm verb tar unpack /root/.npm/map-obj/1.0.1/package.tgz
61508npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/map-obj-1634122e
61509npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/map-obj-1634122e
61510npm verb tar unpack /root/.npm/camelcase-keys/2.0.0/package.tgz
61511npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/camelcase-keys-77f52758
61512npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-77f52758
61513npm verb tar unpack /root/.npm/camelcase-keys/1.0.0/package.tgz
61514npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/camelcase-keys-5f0d6fe6
61515npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-5f0d6fe6
61516npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
61517npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-f164a3b9
61518npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-f164a3b9
61519npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a850ad86
61520npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
61521npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-59ab0432
61522npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-59ab0432
61523npm verb tar unpack /root/.npm/is-buffer/1.0.2/package.tgz
61524npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-buffer-e5e9d8ad
61525npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-e5e9d8ad
61526npm verb tar unpack /root/.npm/media-typer/0.2.0/package.tgz
61527npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/media-typer-fbaf77b3
61528npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-fbaf77b3
61529npm verb tar unpack /root/.npm/merge-descriptors/0.0.2/package.tgz
61530npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/merge-descriptors-0bdd2d62
61531npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-0bdd2d62
61532npm verb tar unpack /root/.npm/methods/1.0.0/package.tgz
61533npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/methods-46c98474
61534npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-46c98474
61535npm verb tar unpack /root/.npm/md5/2.0.0/package.tgz
61536npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/md5-7851bcdc
61537npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/md5-7851bcdc
61538npm verb tar unpack /root/.npm/methods/0.1.0/package.tgz
61539npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/methods-02ee7a95
61540npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-02ee7a95
61541npm verb tar unpack /root/.npm/mime/1.2.11/package.tgz
61542npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-ad3e0aa6
61543npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ad3e0aa6
61544npm verb tar unpack /root/.npm/form-data/0.1.4/package.tgz
61545npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/form-data-df7d7c81
61546npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-df7d7c81
61547npm verb tar unpack /root/.npm/accepts/1.0.0/package.tgz
61548npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accepts-c479d438
61549npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-c479d438
61550npm verb tar unpack /root/.npm/type-is/1.0.0/package.tgz
61551npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/type-is-40391d3d
61552npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-40391d3d
61553npm verb tar unpack /root/.npm/mime-db/1.12.0/package.tgz
61554npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-db-9f9702df
61555npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-9f9702df
61556npm verb tar unpack /root/.npm/mime-types/2.0.14/package.tgz
61557npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-8ec74725
61558npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-8ec74725
61559npm verb tar unpack /root/.npm/mime-types/2.0.14/package.tgz
61560npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-318438fa
61561npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-318438fa
61562npm verb tar unpack /root/.npm/form-data/0.2.0/package.tgz
61563npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/form-data-f8fdda82
61564npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-f8fdda82
61565npm verb tar unpack /root/.npm/mime-types/1.0.2/package.tgz
61566npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-types-9b839995
61567npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-9b839995
61568npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minijasminenode-b612767a
61569npm verb tar unpack /root/.npm/minimalistic-assert/1.0.0/package.tgz
61570npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimalistic-assert-59f40622
61571npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimalistic-assert-59f40622
61572npm verb tar unpack /root/.npm/asn1.js/2.2.1/package.tgz
61573npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1.js-27eaf3fb
61574npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1.js-27eaf3fb
61575npm verb tar unpack /root/.npm/ecdsa-sig-formatter/1.0.2/package.tgz
61576npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ecdsa-sig-formatter-3895e7ba
61577npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ecdsa-sig-formatter-3895e7ba
61578npm verb tar unpack /root/.npm/jwa/1.1.1/package.tgz
61579npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jwa-d5039063
61580npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jwa-d5039063
61581npm verb tar unpack /root/.npm/minimatch/3.0.0/package.tgz
61582npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-2cf6ff47
61583npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2cf6ff47
61584npm verb tar unpack /root/.npm/minimist/1.2.0/package.tgz
61585npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-a38b6639
61586npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a38b6639
61587npm verb tar unpack /root/.npm/mkdirp/0.3.5/package.tgz
61588npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-e24d52c7
61589npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-e24d52c7
61590npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2701f444
61591npm verb tar unpack /root/.npm/karma-coffee-preprocessor/0.2.1/package.tgz
61592npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-coffee-preprocessor-ea8f8864
61593npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-coffee-preprocessor-ea8f8864
61594npm verb tar unpack /root/.npm/fs-extra/0.8.1/package.tgz
61595npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fs-extra-df7c869c
61596npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-df7c869c
61597npm verb tar unpack /root/.npm/mkpath/0.1.0/package.tgz
61598npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkpath-27408025
61599npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkpath-27408025
61600npm verb tar unpack /root/.npm/commander/2.0.0/package.tgz
61601npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-e1a2188a
61602npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-e1a2188a
61603npm verb tar unpack /root/.npm/diff/1.0.7/package.tgz
61604npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/diff-1d9ff102
61605npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-1d9ff102
61606npm verb tar unpack /root/.npm/graceful-fs/2.0.3/package.tgz
61607npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-539a0f7e
61608npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-539a0f7e
61609npm verb tar unpack /root/.npm/commander/0.6.1/package.tgz
61610npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/commander-2ccea91c
61611npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-2ccea91c
61612npm verb tar unpack /root/.npm/mkdirp/0.3.0/package.tgz
61613npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-dd3c192e
61614npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-dd3c192e
61615npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-102e9571
61616npm verb tar unpack /root/.npm/bson/0.4.20/package.tgz
61617npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bson-e38a3b32
61618npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-e38a3b32
61619npm verb tar unpack /root/.npm/bson/0.4.20/package.tgz
61620npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bson-9e1f9538
61621npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-9e1f9538
61622npm verb tar unpack /root/.npm/async/0.9.0/package.tgz
61623npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-4f48efb7
61624npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-4f48efb7
61625npm verb tar unpack /root/.npm/ms/0.1.0/package.tgz
61626npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-cdbc2b09
61627npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-cdbc2b09
61628npm verb tar unpack /root/.npm/bytes/0.3.0/package.tgz
61629npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bytes-5874588c
61630npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-5874588c
61631npm verb tar unpack /root/.npm/mout/0.9.1/package.tgz
61632npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mout-468edfff
61633npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mout-468edfff
61634npm verb tar unpack /root/.npm/mpath/0.1.1/package.tgz
61635npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mpath-cc7d5693
61636npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpath-cc7d5693
61637npm verb tar unpack /root/.npm/mpromise/0.5.4/package.tgz
61638npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mpromise-1d17ee22
61639npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpromise-1d17ee22
61640npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
61641npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-4b7a1f2e
61642npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-4b7a1f2e
61643npm verb tar unpack /root/.npm/ms/0.6.2/package.tgz
61644npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-8f2c4758
61645npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-8f2c4758
61646npm verb tar unpack /root/.npm/debug/1.0.3/package.tgz
61647npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-5bd353aa
61648npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5bd353aa
61649npm verb tar unpack /root/.npm/debug/1.0.4/package.tgz
61650npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-043850b0
61651npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-043850b0
61652npm verb tar unpack /root/.npm/media-typer/0.3.0/package.tgz
61653npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/media-typer-8124e922
61654npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-8124e922
61655npm verb tar unpack /root/.npm/qs/1.2.2/package.tgz
61656npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-c7af878c
61657npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-c7af878c
61658npm verb tar unpack /root/.npm/type-is/1.5.7/package.tgz
61659npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/type-is-e74537bc
61660npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-e74537bc
61661npm verb tar unpack /root/.npm/muri/1.0.0/package.tgz
61662npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/muri-6e0c3d58
61663npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/muri-6e0c3d58
61664npm verb tar unpack /root/.npm/mute-stream/0.0.4/package.tgz
61665npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mute-stream-23c38b91
61666npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mute-stream-23c38b91
61667npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
61668npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-d389daac
61669npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d389daac
61670npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-71bc9341
61671npm verb tar unpack /root/.npm/nan/1.8.4/package.tgz
61672npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-40b01213
61673npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-40b01213
61674npm verb tar unpack /root/.npm/kerberos/0.0.11/package.tgz
61675npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/kerberos-f0bfc351
61676npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kerberos-f0bfc351
61677npm verb tar unpack /root/.npm/mongodb-core/1.2.19/package.tgz
61678npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mongodb-core-e309a222
61679npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-core-e309a222
61680npm verb tar unpack /root/.npm/bson/0.2.22/package.tgz
61681npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bson-ee41528f
61682npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-ee41528f
61683npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-2ecbea4d
61684npm verb tar unpack /root/.npm/negotiator/0.4.7/package.tgz
61685npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/negotiator-c0976f8f
61686npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c0976f8f
61687npm verb tar unpack /root/.npm/accepts/1.0.7/package.tgz
61688npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/accepts-ed386b1f
61689npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-ed386b1f
61690npm verb tar unpack /root/.npm/next-tick/0.2.2/package.tgz
61691npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/next-tick-0f4109ca
61692npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/next-tick-0f4109ca
61693npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-d9ef0e8d
61694npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
61695npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-9863c00d
61696npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-9863c00d
61697npm verb tar unpack /root/.npm/source-map/0.1.43/package.tgz
61698npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/source-map-18d1a9fb
61699npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-18d1a9fb
61700npm verb tar unpack /root/.npm/css-parse/1.7.0/package.tgz
61701npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/css-parse-af3882e9
61702npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-af3882e9
61703npm verb tar unpack /root/.npm/sax/0.5.8/package.tgz
61704npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sax-13c23eb1
61705npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-13c23eb1
61706npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
61707npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-55097439
61708npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-55097439
61709npm verb tar unpack /root/.npm/cookie/0.1.3/package.tgz
61710npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-d846ec49
61711npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-d846ec49
61712npm verb tar unpack /root/.npm/cookie-signature/1.0.6/package.tgz
61713npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-signature-9d568919
61714npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-9d568919
61715npm verb tar unpack /root/.npm/depd/1.0.1/package.tgz
61716npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/depd-979fa066
61717npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-979fa066
61718npm verb tar unpack /root/.npm/escape-html/1.0.2/package.tgz
61719npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-html-07af6c46
61720npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-07af6c46
61721npm verb tar unpack /root/.npm/media-typer/0.3.0/package.tgz
61722npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/media-typer-2429ff25
61723npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-2429ff25
61724npm verb tar unpack /root/.npm/merge-descriptors/1.0.0/package.tgz
61725npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/merge-descriptors-ed1cce0b
61726npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-ed1cce0b
61727npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
61728npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-3f109939
61729npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3f109939
61730npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
61731npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-0cf5ae08
61732npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0cf5ae08
61733npm verb tar unpack /root/.npm/nan/1.0.0/package.tgz
61734npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-09c8412f
61735npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-09c8412f
61736npm verb tar unpack /root/.npm/path-to-regexp/0.1.7/package.tgz
61737npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-to-regexp-e81f09f7
61738npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-e81f09f7
61739npm verb tar unpack /root/.npm/qs/4.0.0/package.tgz
61740npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-bfb357c6
61741npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-bfb357c6
61742npm verb tar unpack /root/.npm/range-parser/1.0.3/package.tgz
61743npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/range-parser-3a458d12
61744npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3a458d12
61745npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f780dc8d
61746npm verb tar unpack /root/.npm/serve-favicon/2.3.0/package.tgz
61747npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-favicon-fd008e65
61748npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-fd008e65
61749npm verb tar unpack /root/.npm/yargs/1.3.3/package.tgz
61750npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/yargs-7473f2e9
61751npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-7473f2e9
61752npm verb tar unpack /root/.npm/yargs/1.3.3/package.tgz
61753npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/yargs-e629783d
61754npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-e629783d
61755npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-pre-gyp-05acdd9e
61756npm verb tar unpack /root/.npm/node-uuid/1.3.3/package.tgz
61757npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-2a986007
61758npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-2a986007
61759npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
61760npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-66453857
61761npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-66453857
61762npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-86f971bc
61763npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
61764npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-462acb16
61765npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-462acb16
61766npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-1afce100
61767npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-f5a30ad3
61768npm verb tar unpack /root/.npm/noptify/0.0.3/package.tgz
61769npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/noptify-3e1a1720
61770npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/noptify-3e1a1720
61771npm verb tar unpack /root/.npm/normalize-path/2.0.1/package.tgz
61772npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/normalize-path-720e7d80
61773npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-path-720e7d80
61774npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
61775npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-5c89810d
61776npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-5c89810d
61777npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4c8f6145
61778npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-91bc12da
61779npm verb tar unpack /root/.npm/nth-check/1.0.1/package.tgz
61780npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nth-check-6676480b
61781npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nth-check-6676480b
61782npm verb tar unpack /root/.npm/CSSselect/0.7.0/package.tgz
61783npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/CSSselect-0f50a687
61784npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSselect-0f50a687
61785npm verb tar unpack /root/.npm/cheerio-select/0.0.3/package.tgz
61786npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cheerio-select-994bcd5f
61787npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-select-994bcd5f
61788npm verb tar unpack /root/.npm/number-is-nan/1.0.0/package.tgz
61789npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/number-is-nan-d892eca7
61790npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/number-is-nan-d892eca7
61791npm verb tar unpack /root/.npm/is-finite/1.0.1/package.tgz
61792npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-finite-876d1b43
61793npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-finite-876d1b43
61794npm verb tar unpack /root/.npm/oauth-sign/0.8.0/package.tgz
61795npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/oauth-sign-a5ba0156
61796npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-a5ba0156
61797npm verb tar unpack /root/.npm/object-assign/1.0.0/package.tgz
61798npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-assign-4b753d84
61799npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-4b753d84
61800npm verb tar unpack /root/.npm/object-component/0.0.3/package.tgz
61801npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-component-10e5bbbe
61802npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-component-10e5bbbe
61803npm verb tar unpack /root/.npm/object-keys/1.0.1/package.tgz
61804npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-keys-bf7ddf00
61805npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-bf7ddf00
61806npm verb tar unpack /root/.npm/object.omit/2.0.0/package.tgz
61807npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object.omit-43b36489
61808npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object.omit-43b36489
61809npm verb tar unpack /root/.npm/on-finished/2.3.0/package.tgz
61810npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/on-finished-e27b1d45
61811npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-finished-e27b1d45
61812npm verb tar unpack /root/.npm/on-headers/1.0.1/package.tgz
61813npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/on-headers-c173bbeb
61814npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-headers-c173bbeb
61815npm verb tar unpack /root/.npm/morgan/1.6.1/package.tgz
61816npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/morgan-e1afc6a8
61817npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-e1afc6a8
61818npm verb tar unpack /root/.npm/open/0.0.5/package.tgz
61819npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/open-399683eb
61820npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/open-399683eb
61821npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-open-3631f721
61822npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/opn-113c4005
61823npm verb tar unpack /root/.npm/options/0.0.6/package.tgz
61824npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/options-d9b9f48a
61825npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/options-d9b9f48a
61826npm verb tar unpack /root/.npm/ordered-esprima-props/1.0.0/package.tgz
61827npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ordered-esprima-props-af59c7fe
61828npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-esprima-props-af59c7fe
61829npm verb tar unpack /root/.npm/ordered-ast-traverse/0.1.1/package.tgz
61830npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ordered-ast-traverse-24384e7e
61831npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-ast-traverse-24384e7e
61832npm verb tar unpack /root/.npm/os-homedir/1.0.1/package.tgz
61833npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/os-homedir-66542b79
61834npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-homedir-66542b79
61835npm verb tar unpack /root/.npm/osenv/0.1.0/package.tgz
61836npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/osenv-bccae03a
61837npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-bccae03a
61838npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osx-release-b4669efd
61839npm verb tar unpack /root/.npm/object-assign/0.3.1/package.tgz
61840npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-assign-40d37fa1
61841npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-40d37fa1
61842npm verb tar unpack /root/.npm/got/0.3.0/package.tgz
61843npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/got-8e8c7d97
61844npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-8e8c7d97
61845npm verb tar unpack /root/.npm/pad-stdio/0.1.1/package.tgz
61846npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pad-stdio-bd95afb4
61847npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pad-stdio-bd95afb4
61848npm verb tar unpack /root/.npm/grunt-concurrent/0.5.0/package.tgz
61849npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-concurrent-8f98fdbe
61850npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-concurrent-8f98fdbe
61851npm verb tar unpack /root/.npm/parse-glob/3.0.4/package.tgz
61852npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parse-glob-aaa7424e
61853npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-glob-aaa7424e
61854npm verb tar unpack /root/.npm/parse-json/2.2.0/package.tgz
61855npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parse-json-48069718
61856npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-json-48069718
61857npm verb tar unpack /root/.npm/parsejson/0.0.1/package.tgz
61858npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parsejson-34be595f
61859npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parsejson-34be595f
61860npm verb tar unpack /root/.npm/parseqs/0.0.2/package.tgz
61861npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseqs-fe546b14
61862npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseqs-fe546b14
61863npm verb tar unpack /root/.npm/parseuri/0.0.2/package.tgz
61864npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseuri-e2425ce9
61865npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-e2425ce9
61866npm verb tar unpack /root/.npm/parseurl/1.0.1/package.tgz
61867npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/parseurl-53544bbd
61868npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-53544bbd
61869npm verb tar unpack /root/.npm/passport-strategy/1.0.0/package.tgz
61870npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/passport-strategy-ab83c876
61871npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-strategy-ab83c876
61872npm verb tar unpack /root/.npm/path-is-absolute/1.0.0/package.tgz
61873npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-is-absolute-6585a622
61874npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-is-absolute-6585a622
61875npm verb tar unpack /root/.npm/path-to-regexp/0.1.2/package.tgz
61876npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-to-regexp-b251e6d1
61877npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-b251e6d1
61878npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
61879npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-970c5705
61880npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-970c5705
61881npm verb tar unpack /root/.npm/pause/0.0.1/package.tgz
61882npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pause-e8fad06c
61883npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-e8fad06c
61884npm verb tar unpack /root/.npm/adm-zip/0.4.4/package.tgz
61885npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/adm-zip-5ecc6794
61886npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-5ecc6794
61887npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
61888npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-b1b23865
61889npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-b1b23865
61890npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
61891npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-a26145d5
61892npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-a26145d5
61893npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
61894npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-e42f9c02
61895npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e42f9c02
61896npm verb tar unpack /root/.npm/caseless/0.6.0/package.tgz
61897npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/caseless-fcde11c6
61898npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-fcde11c6
61899npm verb tar unpack /root/.npm/delayed-stream/0.0.5/package.tgz
61900npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/delayed-stream-95f13831
61901npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-95f13831
61902npm verb tar unpack /root/.npm/combined-stream/0.0.7/package.tgz
61903npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/combined-stream-5158cd6b
61904npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-5158cd6b
61905npm verb tar unpack /root/.npm/forever-agent/0.5.2/package.tgz
61906npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forever-agent-3de5909f
61907npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-3de5909f
61908npm verb tar unpack /root/.npm/form-data/0.1.4/package.tgz
61909npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/form-data-611017b2
61910npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-611017b2
61911npm verb tar unpack /root/.npm/hoek/0.9.1/package.tgz
61912npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hoek-4dfc46f6
61913npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-4dfc46f6
61914npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
61915npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/graceful-fs-f65fbeb1
61916npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f65fbeb1
61917npm verb tar unpack /root/.npm/boom/0.4.2/package.tgz
61918npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boom-78f68fd4
61919npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-78f68fd4
61920npm verb tar unpack /root/.npm/cryptiles/0.2.2/package.tgz
61921npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cryptiles-be78e942
61922npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-be78e942
61923npm verb tar unpack /root/.npm/http-signature/0.10.1/package.tgz
61924npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-signature-9a3f59aa
61925npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-9a3f59aa
61926npm verb tar unpack /root/.npm/jsonfile/2.2.3/package.tgz
61927npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonfile-585b6775
61928npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-585b6775
61929npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
61930npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-1363b98b
61931npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-1363b98b
61932npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-76ba8d6c
61933npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-bf834044
61934npm verb tar unpack /root/.npm/oauth-sign/0.4.0/package.tgz
61935npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/oauth-sign-083f8360
61936npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-083f8360
61937npm verb tar unpack /root/.npm/qs/1.2.2/package.tgz
61938npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-1147f504
61939npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-1147f504
61940npm verb tar unpack /root/.npm/sntp/0.2.4/package.tgz
61941npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sntp-33c3b41e
61942npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-33c3b41e
61943npm verb tar unpack /root/.npm/hawk/1.1.1/package.tgz
61944npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hawk-0ce17659
61945npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-0ce17659
61946npm verb tar unpack /root/.npm/pify/2.3.0/package.tgz
61947npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pify-8d39eb85
61948npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pify-8d39eb85
61949npm verb tar unpack /root/.npm/pinkie/2.0.1/package.tgz
61950npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pinkie-5b9c6504
61951npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-5b9c6504
61952npm verb tar unpack /root/.npm/pinkie-promise/2.0.0/package.tgz
61953npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pinkie-promise-7a06a14e
61954npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-promise-7a06a14e
61955npm verb tar unpack /root/.npm/path-type/1.1.0/package.tgz
61956npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-type-7606825e
61957npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-type-7606825e
61958npm verb tar unpack /root/.npm/path-exists/2.1.0/package.tgz
61959npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-exists-d3fe1e39
61960npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-exists-d3fe1e39
61961npm verb tar unpack /root/.npm/find-up/1.1.0/package.tgz
61962npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/find-up-6092c98d
61963npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-up-6092c98d
61964npm verb tar unpack /root/.npm/pkginfo/0.2.3/package.tgz
61965npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pkginfo-d13cca63
61966npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-d13cca63
61967npm verb tar unpack /root/.npm/passport/0.1.18/package.tgz
61968npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/passport-9f7ca3f2
61969npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-9f7ca3f2
61970npm verb tar unpack /root/.npm/policyfile/0.0.4/package.tgz
61971npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/policyfile-b12869c3
61972npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/policyfile-b12869c3
61973npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
61974npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-c32f92ea
61975npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-c32f92ea
61976npm verb tar unpack /root/.npm/dtrace-provider/0.2.8/package.tgz
61977npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dtrace-provider-f433733c
61978npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-f433733c
61979npm verb tar unpack /root/.npm/extsprintf/1.0.0/package.tgz
61980npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extsprintf-52d209e7
61981npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-52d209e7
61982npm verb tar unpack /root/.npm/mv/0.0.5/package.tgz
61983npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mv-54baccc5
61984npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-54baccc5
61985npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f0f7d798
61986npm verb tar unpack /root/.npm/once/1.3.0/package.tgz
61987npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/once-7c7b2e00
61988npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-7c7b2e00
61989npm verb tar unpack /root/.npm/verror/1.1.0/package.tgz
61990npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/verror-f84cf8b5
61991npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-f84cf8b5
61992npm verb tar unpack /root/.npm/vasync/1.4.0/package.tgz
61993npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/vasync-aee44b68
61994npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-aee44b68
61995npm verb tar unpack /root/.npm/pooling/0.4.6/package.tgz
61996npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pooling-149e19c7
61997npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pooling-149e19c7
61998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-73185b4c
61999npm verb tar unpack /root/.npm/ldapauth-fork/2.3.3/package.tgz
62000npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ldapauth-fork-7e683701
62001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapauth-fork-7e683701
62002npm verb tar unpack /root/.npm/precond/0.2.3/package.tgz
62003npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/precond-d80e2e85
62004npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/precond-d80e2e85
62005npm verb tar unpack /root/.npm/backoff/2.4.1/package.tgz
62006npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/backoff-deb45122
62007npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backoff-deb45122
62008npm verb tar unpack /root/.npm/preserve/0.2.0/package.tgz
62009npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/preserve-46ce8621
62010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/preserve-46ce8621
62011npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-bytes-5e4f8923
62012npm verb tar unpack /root/.npm/grunt-contrib-htmlmin/0.2.0/package.tgz
62013npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-htmlmin-f4f0d9cb
62014npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-htmlmin-f4f0d9cb
62015npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-ms-480798c4
62016npm verb tar unpack /root/.npm/process-nextick-args/1.0.6/package.tgz
62017npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/process-nextick-args-99c8ad65
62018npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/process-nextick-args-99c8ad65
62019npm verb tar unpack /root/.npm/progress/1.1.8/package.tgz
62020npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/progress-1259fa44
62021npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/progress-1259fa44
62022npm verb tar unpack /root/.npm/promise/2.0.0/package.tgz
62023npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/promise-4c2ae656
62024npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promise-4c2ae656
62025npm verb tar unpack /root/.npm/propprop/0.3.0/package.tgz
62026npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/propprop-132c8217
62027npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/propprop-132c8217
62028npm verb tar unpack /root/.npm/proto-list/1.2.4/package.tgz
62029npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/proto-list-18f343b9
62030npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proto-list-18f343b9
62031npm verb tar unpack /root/.npm/config-chain/1.1.9/package.tgz
62032npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/config-chain-4f06bec8
62033npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/config-chain-4f06bec8
62034npm verb tar unpack /root/.npm/asn1/0.1.11/package.tgz
62035npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/asn1-9449641b
62036npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-9449641b
62037npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
62038npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/assert-plus-d27279c7
62039npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d27279c7
62040npm verb tar unpack /root/.npm/adm-zip/0.4.4/package.tgz
62041npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/adm-zip-2aa894c7
62042npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-2aa894c7
62043npm verb tar unpack /root/.npm/async/0.9.2/package.tgz
62044npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-2c92b908
62045npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-2c92b908
62046npm verb tar unpack /root/.npm/delayed-stream/0.0.5/package.tgz
62047npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/delayed-stream-0b444ccf
62048npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-0b444ccf
62049npm verb tar unpack /root/.npm/forever-agent/0.5.2/package.tgz
62050npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/forever-agent-8691cae5
62051npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8691cae5
62052npm verb tar unpack /root/.npm/combined-stream/0.0.7/package.tgz
62053npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/combined-stream-f0364594
62054npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-f0364594
62055npm verb tar unpack /root/.npm/form-data/0.1.4/package.tgz
62056npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/form-data-bdbb9c5e
62057npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-bdbb9c5e
62058npm verb tar unpack /root/.npm/hoek/0.9.1/package.tgz
62059npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hoek-791442e1
62060npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-791442e1
62061npm verb tar unpack /root/.npm/boom/0.4.2/package.tgz
62062npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/boom-6e180b53
62063npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-6e180b53
62064npm verb tar unpack /root/.npm/cryptiles/0.2.2/package.tgz
62065npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cryptiles-8fb1ece1
62066npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8fb1ece1
62067npm verb tar unpack /root/.npm/http-signature/0.10.1/package.tgz
62068npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-signature-8289c392
62069npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-8289c392
62070npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
62071npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-77af3c45
62072npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-77af3c45
62073npm verb tar unpack /root/.npm/oauth-sign/0.3.0/package.tgz
62074npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/oauth-sign-87c59726
62075npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-87c59726
62076npm verb tar unpack /root/.npm/q/1.0.0/package.tgz
62077npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/q-34bb422e
62078npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-34bb422e
62079npm verb tar unpack /root/.npm/sntp/0.2.4/package.tgz
62080npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sntp-d4135359
62081npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-d4135359
62082npm verb tar unpack /root/.npm/hawk/1.0.0/package.tgz
62083npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hawk-aa3ff308
62084npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-aa3ff308
62085npm verb tar unpack /root/.npm/proxy-addr/1.0.10/package.tgz
62086npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/proxy-addr-987eb57d
62087npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proxy-addr-987eb57d
62088npm verb tar unpack /root/.npm/once/1.2.0/package.tgz
62089npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/once-c56380e0
62090npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-c56380e0
62091npm verb tar unpack /root/.npm/punycode/1.4.0/package.tgz
62092npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/punycode-50f8bda6
62093npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/punycode-50f8bda6
62094npm verb tar unpack /root/.npm/tough-cookie/0.12.1/package.tgz
62095npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tough-cookie-6c004dea
62096npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-6c004dea
62097npm verb tar unpack /root/.npm/q/0.9.7/package.tgz
62098npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/q-fe516c28
62099npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-fe516c28
62100npm verb tar unpack /root/.npm/p-throttler/0.1.0/package.tgz
62101npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/p-throttler-5c8f4f09
62102npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/p-throttler-5c8f4f09
62103npm verb tar unpack /root/.npm/coa/0.4.1/package.tgz
62104npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/coa-ced7c54d
62105npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coa-ced7c54d
62106npm verb tar unpack /root/.npm/qs/0.6.6/package.tgz
62107npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-faf5570d
62108npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-faf5570d
62109npm verb tar unpack /root/.npm/randomatic/1.1.5/package.tgz
62110npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/randomatic-1ecea6a0
62111npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/randomatic-1ecea6a0
62112npm verb tar unpack /root/.npm/range-parser/1.0.0/package.tgz
62113npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/range-parser-840ef8b4
62114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-840ef8b4
62115npm verb tar unpack /root/.npm/raw-body/1.3.0/package.tgz
62116npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/raw-body-473befd3
62117npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-473befd3
62118npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
62119npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-bb9634cf
62120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-bb9634cf
62121npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-1b70dfdc
62122npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rc-e79a7a27
62123npm verb tar unpack /root/.npm/read/1.0.7/package.tgz
62124npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/read-1968274d
62125npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-1968274d
62126npm verb tar unpack /root/.npm/promptly/0.2.0/package.tgz
62127npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/promptly-33d94e46
62128npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promptly-33d94e46
62129npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/image-type-8c2f01f9
62130npm verb tar unpack /root/.npm/readdirp/0.2.5/package.tgz
62131npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readdirp-3c4d5bdb
62132npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-3c4d5bdb
62133npm verb tar unpack /root/.npm/read-chunk/0.1.0/package.tgz
62134npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/read-chunk-bd1f45a0
62135npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-chunk-bd1f45a0
62136npm verb tar unpack /root/.npm/monocle/1.1.51/package.tgz
62137npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/monocle-230f70e1
62138npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-230f70e1
62139npm verb tar unpack /root/.npm/monocle/0.1.48/package.tgz
62140npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/monocle-85cc230c
62141npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-85cc230c
62142npm verb tar unpack /root/.npm/ansi-regex/1.1.1/package.tgz
62143npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-f494fa3d
62144npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-f494fa3d
62145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-72556951
62146npm verb tar unpack /root/.npm/readline2/0.1.1/package.tgz
62147npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readline2-add6b0ec
62148npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readline2-add6b0ec
62149npm verb tar unpack /root/.npm/repeating/2.0.0/package.tgz
62150npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/repeating-769e1d6b
62151npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-769e1d6b
62152npm verb tar unpack /root/.npm/indent-string/2.1.0/package.tgz
62153npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/indent-string-77372450
62154npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-77372450
62155npm verb tar unpack /root/.npm/redeyed/0.4.4/package.tgz
62156npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/redeyed-d0943e6b
62157npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redeyed-d0943e6b
62158npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cardinal-9363e355
62159npm verb tar unpack /root/.npm/redis/0.7.3/package.tgz
62160npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/redis-94a6a32b
62161npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redis-94a6a32b
62162npm verb tar unpack /root/.npm/reduce-component/1.0.1/package.tgz
62163npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/reduce-component-6282699c
62164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/reduce-component-6282699c
62165npm verb tar unpack /root/.npm/regexp-clone/0.0.1/package.tgz
62166npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/regexp-clone-b61bd35f
62167npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-clone-b61bd35f
62168npm verb tar unpack /root/.npm/regex-cache/0.4.2/package.tgz
62169npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/regex-cache-7b5aee7c
62170npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regex-cache-7b5aee7c
62171npm verb tar unpack /root/.npm/regexp-quote/0.0.0/package.tgz
62172npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/regexp-quote-009eda73
62173npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-quote-009eda73
62174npm verb tar unpack /root/.npm/relateurl/0.2.6/package.tgz
62175npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/relateurl-c4d1280f
62176npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/relateurl-c4d1280f
62177npm verb tar unpack /root/.npm/repeat-element/1.1.2/package.tgz
62178npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/repeat-element-e5a400db
62179npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-element-e5a400db
62180npm verb tar unpack /root/.npm/repeat-string/1.5.2/package.tgz
62181npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/repeat-string-c980ddfa
62182npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-string-c980ddfa
62183npm verb tar unpack /root/.npm/fill-range/2.2.3/package.tgz
62184npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fill-range-5ef9f3e5
62185npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fill-range-5ef9f3e5
62186npm verb tar unpack /root/.npm/expand-range/1.8.1/package.tgz
62187npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/expand-range-41d989d2
62188npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-range-41d989d2
62189npm verb tar unpack /root/.npm/braces/1.8.3/package.tgz
62190npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/braces-06252f0f
62191npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/braces-06252f0f
62192npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-4b191c50
62193npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-0782c713
62194npm verb tar unpack /root/.npm/meow/2.0.0/package.tgz
62195npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/meow-6ad74bf0
62196npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/meow-6ad74bf0
62197npm verb tar unpack /root/.npm/qs/4.0.0/package.tgz
62198npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-ceed58e2
62199npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-ceed58e2
62200npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/requirejs-c74e8837
62201npm verb tar unpack /root/.npm/depd/1.0.1/package.tgz
62202npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/depd-a510ab12
62203npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-a510ab12
62204npm verb tar unpack /root/.npm/response-time/2.3.1/package.tgz
62205npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/response-time-f0c163c7
62206npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/response-time-f0c163c7
62207npm verb tar unpack /root/.npm/request-replay/0.2.0/package.tgz
62208npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-replay-2fdd3e9f
62209npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-replay-2fdd3e9f
62210npm verb tar unpack /root/.npm/rndm/1.1.1/package.tgz
62211npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rndm-f28cd980
62212npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rndm-f28cd980
62213npm verb tar unpack /root/.npm/rx/2.5.3/package.tgz
62214npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rx-657a6559
62215npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rx-657a6559
62216npm verb tar unpack /root/.npm/safe-json-stringify/1.0.3/package.tgz
62217npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/safe-json-stringify-a0e7e90f
62218npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/safe-json-stringify-a0e7e90f
62219npm verb tar unpack /root/.npm/retry/0.6.0/package.tgz
62220npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/retry-6ea0c0cc
62221npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/retry-6ea0c0cc
62222npm verb tar unpack /root/.npm/saucelabs/0.1.1/package.tgz
62223npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/saucelabs-bc92f9a6
62224npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/saucelabs-bc92f9a6
62225npm verb tar unpack /root/.npm/sax/0.6.1/package.tgz
62226npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sax-4ad47b16
62227npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-4ad47b16
62228npm verb tar unpack /root/.npm/scmp/1.0.0/package.tgz
62229npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/scmp-3c8978ab
62230npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/scmp-3c8978ab
62231npm verb tar unpack /root/.npm/adm-zip/0.4.4/package.tgz
62232npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/adm-zip-0074c9bd
62233npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-0074c9bd
62234npm verb tar unpack /root/.npm/tmp/0.0.24/package.tgz
62235npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tmp-edb089e6
62236npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-edb089e6
62237npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-02823aa2
62238npm verb tar unpack /root/.npm/semver-diff/0.1.0/package.tgz
62239npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-diff-b6403f72
62240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-diff-b6403f72
62241npm verb tar unpack /root/.npm/semver-utils/1.1.1/package.tgz
62242npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-utils-7c8dfe17
62243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-utils-7c8dfe17
62244npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-33635b0a
62245npm verb tar unpack /root/.npm/send/0.2.0/package.tgz
62246npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/send-55a215c7
62247npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-55a215c7
62248npm verb tar unpack /root/.npm/sentence-case/1.1.3/package.tgz
62249npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sentence-case-739aa6da
62250npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sentence-case-739aa6da
62251npm verb tar unpack /root/.npm/path-case/1.1.2/package.tgz
62252npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/path-case-81dc752a
62253npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-case-81dc752a
62254npm verb tar unpack /root/.npm/param-case/1.1.2/package.tgz
62255npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/param-case-b72fe235
62256npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/param-case-b72fe235
62257npm verb tar unpack /root/.npm/dot-case/1.1.2/package.tgz
62258npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dot-case-cb091322
62259npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dot-case-cb091322
62260npm verb tar unpack /root/.npm/escape-html/1.0.2/package.tgz
62261npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/escape-html-428eb820
62262npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-428eb820
62263npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
62264npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-a8de92f0
62265npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-a8de92f0
62266npm verb tar unpack /root/.npm/fresh/0.2.0/package.tgz
62267npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fresh-8b5b34cf
62268npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-8b5b34cf
62269npm verb tar unpack /root/.npm/range-parser/0.0.4/package.tgz
62270npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/range-parser-3baf7556
62271npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3baf7556
62272npm verb tar unpack /root/.npm/send/0.1.4/package.tgz
62273npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/send-2a098fc8
62274npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-2a098fc8
62275npm verb tar unpack /root/.npm/serve-static/1.0.1/package.tgz
62276npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-static-d1ace1eb
62277npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-d1ace1eb
62278npm verb tar unpack /root/.npm/shell-quote/1.4.3/package.tgz
62279npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/shell-quote-9593bb24
62280npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shell-quote-9593bb24
62281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-e6558551
62282npm verb tar unpack /root/.npm/grunt-build-control/0.1.3/package.tgz
62283npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-build-control-5e0e2282
62284npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-build-control-5e0e2282
62285npm verb tar unpack /root/.npm/should/3.3.2/package.tgz
62286npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/should-50c5a803
62287npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/should-50c5a803
62288npm verb tar unpack /root/.npm/sigmund/1.0.1/package.tgz
62289npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sigmund-52913fe8
62290npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sigmund-52913fe8
62291npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
62292npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-c4f3a2f3
62293npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c4f3a2f3
62294npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
62295npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-6ab643c2
62296npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-6ab643c2
62297npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
62298npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-216143fb
62299npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-216143fb
62300npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
62301npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-c262507c
62302npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c262507c
62303npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
62304npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-17a354ed
62305npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-17a354ed
62306npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
62307npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-3b6ee7ec
62308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3b6ee7ec
62309npm verb tar unpack /root/.npm/glob/3.2.3/package.tgz
62310npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-ab8aeb43
62311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-ab8aeb43
62312npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mocha-b5d1e833
62313npm verb tar unpack /root/.npm/grunt-mocha-test/0.10.2/package.tgz
62314npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-mocha-test-efc027cd
62315npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-mocha-test-efc027cd
62316npm verb tar unpack /root/.npm/minimatch/1.0.0/package.tgz
62317npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-5c0351b4
62318npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-5c0351b4
62319npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
62320npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-67df9d86
62321npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-67df9d86
62322npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
62323npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-f1c7d320
62324npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-f1c7d320
62325npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-0c5f30a9
62326npm verb tar unpack /root/.npm/glob/3.1.21/package.tgz
62327npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-f44e949d
62328npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-f44e949d
62329npm verb tar unpack /root/.npm/minimatch/1.0.0/package.tgz
62330npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-45dee521
62331npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-45dee521
62332npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
62333npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-46dd1ff7
62334npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-46dd1ff7
62335npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
62336npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-2a2f5423
62337npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2a2f5423
62338npm verb tar unpack /root/.npm/glob/3.1.21/package.tgz
62339npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-54e67aef
62340npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-54e67aef
62341npm verb tar unpack /root/.npm/globule/0.1.0/package.tgz
62342npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/globule-5915a629
62343npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/globule-5915a629
62344npm verb tar unpack /root/.npm/gaze/0.5.2/package.tgz
62345npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/gaze-d35c1ef4
62346npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gaze-d35c1ef4
62347npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
62348npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-74c70a27
62349npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-74c70a27
62350npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
62351npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-8c306e86
62352npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-8c306e86
62353npm verb tar unpack /root/.npm/findup-sync/0.1.3/package.tgz
62354npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/findup-sync-8140f333
62355npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/findup-sync-8140f333
62356npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
62357npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-4b4f27d0
62358npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-4b4f27d0
62359npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
62360npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-c045deee
62361npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-c045deee
62362npm verb tar unpack /root/.npm/cli/0.6.6/package.tgz
62363npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cli-f1b6d1a3
62364npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-f1b6d1a3
62365npm verb tar unpack /root/.npm/signal-exit/2.1.2/package.tgz
62366npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/signal-exit-8a41fdb4
62367npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/signal-exit-8a41fdb4
62368npm verb tar unpack /root/.npm/loud-rejection/1.2.0/package.tgz
62369npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/loud-rejection-7b22aaab
62370npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/loud-rejection-7b22aaab
62371npm verb tar unpack /root/.npm/simple-fmt/0.1.0/package.tgz
62372npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/simple-fmt-863b3f2d
62373npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-fmt-863b3f2d
62374npm verb tar unpack /root/.npm/sliced/0.0.5/package.tgz
62375npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sliced-9abb5cab
62376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sliced-9abb5cab
62377npm verb tar unpack /root/.npm/mquery/1.6.3/package.tgz
62378npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mquery-828ce23e
62379npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mquery-828ce23e
62380npm verb tar unpack /root/.npm/snake-case/1.1.2/package.tgz
62381npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/snake-case-e946e9aa
62382npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/snake-case-e946e9aa
62383npm verb tar unpack /root/.npm/simple-is/0.2.0/package.tgz
62384npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/simple-is-d78478ba
62385npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-is-d78478ba
62386npm verb tar unpack /root/.npm/sntp/1.0.9/package.tgz
62387npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sntp-62cae532
62388npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-62cae532
62389npm verb tar unpack /root/.npm/hawk/3.1.2/package.tgz
62390npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/hawk-2b18a6ec
62391npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-2b18a6ec
62392npm verb tar unpack /root/.npm/debug/1.0.2/package.tgz
62393npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-61a48168
62394npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-61a48168
62395npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
62396npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-f90753f4
62397npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-f90753f4
62398npm verb tar unpack /root/.npm/socket.io-parser/2.2.2/package.tgz
62399npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-parser-ed3c386f
62400npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-ed3c386f
62401npm verb tar unpack /root/.npm/socket.io-adapter/0.3.1/package.tgz
62402npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-adapter-a8f40cd8
62403npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-adapter-a8f40cd8
62404npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
62405npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-8dd80a88
62406npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-8dd80a88
62407npm verb tar unpack /root/.npm/has-binary/0.1.6/package.tgz
62408npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-binary-eb70372c
62409npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eb70372c
62410npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
62411npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-bde81572
62412npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-bde81572
62413npm verb tar unpack /root/.npm/socket.io-parser/2.2.4/package.tgz
62414npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-parser-a1fc7703
62415npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-a1fc7703
62416npm verb tar unpack /root/.npm/object-keys/0.4.0/package.tgz
62417npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-keys-d814db77
62418npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-d814db77
62419npm verb tar unpack /root/.npm/debug/2.1.0/package.tgz
62420npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-526a4055
62421npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-526a4055
62422npm verb tar unpack /root/.npm/xtend/2.1.2/package.tgz
62423npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xtend-18238d0f
62424npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-18238d0f
62425npm verb tar unpack /root/.npm/sockjs/0.3.7/package.tgz
62426npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sockjs-01cad350
62427npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sockjs-01cad350
62428npm verb tar unpack /root/.npm/shoe/0.0.15/package.tgz
62429npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/shoe-90c1a06f
62430npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shoe-90c1a06f
62431npm verb tar unpack /root/.npm/source-map/0.1.34/package.tgz
62432npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/source-map-0e6c5e54
62433npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-0e6c5e54
62434npm verb tar unpack /root/.npm/postcss/0.3.5/package.tgz
62435npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/postcss-8b324b03
62436npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/postcss-8b324b03
62437npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-0ec36e73
62438npm verb tar unpack /root/.npm/nib/1.1.0/package.tgz
62439npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nib-e5b4c9ea
62440npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nib-e5b4c9ea
62441npm verb tar unpack /root/.npm/source-map/0.1.32/package.tgz
62442npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/source-map-4252b56e
62443npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-4252b56e
62444npm verb tar unpack /root/.npm/source-map-support/0.2.10/package.tgz
62445npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/source-map-support-0224d270
62446npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-support-0224d270
62447npm verb tar unpack /root/.npm/spdx-exceptions/1.0.4/package.tgz
62448npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/spdx-exceptions-3ce8ceb0
62449npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-exceptions-3ce8ceb0
62450npm verb tar unpack /root/.npm/spdx-license-ids/1.1.0/package.tgz
62451npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/spdx-license-ids-aacb7cca
62452npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-license-ids-aacb7cca
62453npm verb tar unpack /root/.npm/spdx-expression-parse/1.0.2/package.tgz
62454npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/spdx-expression-parse-eb460c37
62455npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-expression-parse-eb460c37
62456npm verb tar unpack /root/.npm/spdx-correct/1.0.2/package.tgz
62457npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/spdx-correct-f024b17c
62458npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-correct-f024b17c
62459npm verb tar unpack /root/.npm/sprintf-js/1.0.3/package.tgz
62460npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sprintf-js-d0139c3e
62461npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sprintf-js-d0139c3e
62462npm verb tar unpack /root/.npm/argparse/1.0.3/package.tgz
62463npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/argparse-bc1dea50
62464npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-bc1dea50
62465npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-bc773c76
62466npm verb tar unpack /root/.npm/stable/0.1.5/package.tgz
62467npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stable-caf6f1b0
62468npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stable-caf6f1b0
62469npm verb tar unpack /root/.npm/alter/0.2.0/package.tgz
62470npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/alter-df2707e3
62471npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/alter-df2707e3
62472npm verb tar unpack /root/.npm/stat-mode/0.2.1/package.tgz
62473npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stat-mode-2e36ef36
62474npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stat-mode-2e36ef36
62475npm verb tar unpack /root/.npm/statuses/1.2.1/package.tgz
62476npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/statuses-01f80765
62477npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/statuses-01f80765
62478npm verb tar unpack /root/.npm/http-errors/1.3.1/package.tgz
62479npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-errors-bac919b5
62480npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-errors-bac919b5
62481npm verb tar unpack /root/.npm/serve-index/1.7.2/package.tgz
62482npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-index-01ff1267
62483npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-index-01ff1267
62484npm verb tar unpack /root/.npm/send/0.13.0/package.tgz
62485npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/send-714f2a9f
62486npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-714f2a9f
62487npm verb tar unpack /root/.npm/send/0.13.0/package.tgz
62488npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/send-e2c90301
62489npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-e2c90301
62490npm verb tar unpack /root/.npm/serve-static/1.10.0/package.tgz
62491npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-static-fb0bedc4
62492npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-fb0bedc4
62493npm verb tar unpack /root/.npm/connect-timeout/1.6.2/package.tgz
62494npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/connect-timeout-0d3d2d4c
62495npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-timeout-0d3d2d4c
62496npm verb tar unpack /root/.npm/serve-static/1.10.0/package.tgz
62497npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-static-44fd8ff0
62498npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-44fd8ff0
62499npm verb tar unpack /root/.npm/stream-combiner/0.0.4/package.tgz
62500npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stream-combiner-e6543bbb
62501npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-combiner-e6543bbb
62502npm verb tar unpack /root/.npm/streamsearch/0.1.2/package.tgz
62503npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/streamsearch-aedb5713
62504npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/streamsearch-aedb5713
62505npm verb tar unpack /root/.npm/ansi-regex/0.1.0/package.tgz
62506npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-235f4c96
62507npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-235f4c96
62508npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a5bfab53
62509npm verb tar unpack /root/.npm/string-length/0.1.2/package.tgz
62510npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/string-length-379dd77f
62511npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string-length-379dd77f
62512npm verb tar unpack /root/.npm/string_decoder/0.10.31/package.tgz
62513npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/string_decoder-b2974c2a
62514npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string_decoder-b2974c2a
62515npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
62516npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-6816b730
62517npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-6816b730
62518npm verb tar unpack /root/.npm/stream-counter/0.2.0/package.tgz
62519npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stream-counter-a0488c1b
62520npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-counter-a0488c1b
62521npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
62522npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-ca16f4e5
62523npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ca16f4e5
62524npm verb tar unpack /root/.npm/bl/0.9.4/package.tgz
62525npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bl-358373bc
62526npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-358373bc
62527npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
62528npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-e1366965
62529npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e1366965
62530npm verb tar unpack /root/.npm/multiparty/3.3.2/package.tgz
62531npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/multiparty-f19e8247
62532npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multiparty-f19e8247
62533npm verb tar unpack /root/.npm/readable-stream/1.0.31/package.tgz
62534npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-16fc46e8
62535npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-16fc46e8
62536npm verb tar unpack /root/.npm/mongodb/2.0.46/package.tgz
62537npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mongodb-40e3e40e
62538npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-40e3e40e
62539npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
62540npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-41fe2eef
62541npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-41fe2eef
62542npm verb tar unpack /root/.npm/log4js/0.6.29/package.tgz
62543npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/log4js-ec214fd9
62544npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log4js-ec214fd9
62545npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
62546npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-459b9cc3
62547npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-459b9cc3
62548npm verb tar unpack /root/.npm/htmlparser2/3.8.3/package.tgz
62549npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/htmlparser2-a06ed28f
62550npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-a06ed28f
62551npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
62552npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-ae46a979
62553npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ae46a979
62554npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
62555npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-34bf1d13
62556npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-34bf1d13
62557npm verb tar unpack /root/.npm/through2/0.5.1/package.tgz
62558npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/through2-19196ec0
62559npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-19196ec0
62560npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
62561npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-d5ef2302
62562npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-d5ef2302
62563npm verb tar unpack /root/.npm/bl/0.9.4/package.tgz
62564npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bl-9d6a9069
62565npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-9d6a9069
62566npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
62567npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-035a645f
62568npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-035a645f
62569npm verb tar unpack /root/.npm/dicer/0.2.5/package.tgz
62570npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dicer-6fddfd03
62571npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dicer-6fddfd03
62572npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
62573npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-c5a20cd2
62574npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-c5a20cd2
62575npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
62576npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-e44990de
62577npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e44990de
62578npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
62579npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-bbb517fe
62580npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-bbb517fe
62581npm verb tar unpack /root/.npm/htmlparser2/3.1.4/package.tgz
62582npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/htmlparser2-0dc30d38
62583npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-0dc30d38
62584npm verb tar unpack /root/.npm/cheerio/0.12.4/package.tgz
62585npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cheerio-be2b1bbb
62586npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-be2b1bbb
62587npm verb tar unpack /root/.npm/grunt-dom-munger/3.4.0/package.tgz
62588npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-dom-munger-8c845d5a
62589npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-dom-munger-8c845d5a
62590npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
62591npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-b09f3ec0
62592npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-b09f3ec0
62593npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
62594npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-e35088e9
62595npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e35088e9
62596npm verb tar unpack /root/.npm/bl/0.9.4/package.tgz
62597npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bl-39ed679c
62598npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-39ed679c
62599npm verb tar unpack /root/.npm/busboy/0.2.12/package.tgz
62600npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/busboy-4652db82
62601npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/busboy-4652db82
62602npm verb tar unpack /root/.npm/stringify-object/1.0.1/package.tgz
62603npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stringify-object-2e0bb045
62604npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringify-object-2e0bb045
62605npm verb tar unpack /root/.npm/stringmap/0.2.2/package.tgz
62606npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stringmap-b5d4900f
62607npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringmap-b5d4900f
62608npm verb tar unpack /root/.npm/stringset/0.2.1/package.tgz
62609npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stringset-b25d8fb8
62610npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringset-b25d8fb8
62611npm verb tar unpack /root/.npm/stringstream/0.0.5/package.tgz
62612npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stringstream-228812fc
62613npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringstream-228812fc
62614npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
62615npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-cd4286ca
62616npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-cd4286ca
62617npm verb tar unpack /root/.npm/strip-bom/2.0.0/package.tgz
62618npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-bom-44cc6049
62619npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-bom-44cc6049
62620npm verb tar unpack /root/.npm/load-json-file/1.1.0/package.tgz
62621npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/load-json-file-20e568bc
62622npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/load-json-file-20e568bc
62623npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-indent-fc2db20b
62624npm verb tar unpack /root/.npm/redent/1.0.0/package.tgz
62625npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/redent-98cd0065
62626npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redent-98cd0065
62627npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-ae1b3162
62628npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-e9400c6d
62629npm verb tar unpack /root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
62630npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-jshint-621cce63
62631npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jshint-621cce63
62632npm verb tar unpack /root/.npm/css-parse/1.7.0/package.tgz
62633npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/css-parse-cb593ab2
62634npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-cb593ab2
62635npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
62636npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimatch-b02415cd
62637npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b02415cd
62638npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
62639npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-08f18e33
62640npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-08f18e33
62641npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
62642npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-cc145a81
62643npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-cc145a81
62644npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-c98f594f
62645npm verb tar unpack /root/.npm/sax/0.5.8/package.tgz
62646npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/sax-b4c0e941
62647npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-b4c0e941
62648npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-ecb3f94d
62649npm verb tar unpack /root/.npm/success-symbol/0.1.0/package.tgz
62650npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/success-symbol-40eb6545
62651npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/success-symbol-40eb6545
62652npm verb tar unpack /root/.npm/extglob/0.3.1/package.tgz
62653npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extglob-7059e4ca
62654npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extglob-7059e4ca
62655npm verb tar unpack /root/.npm/micromatch/2.3.7/package.tgz
62656npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/micromatch-3e0dcf81
62657npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/micromatch-3e0dcf81
62658npm verb tar unpack /root/.npm/anymatch/1.3.0/package.tgz
62659npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/anymatch-a54c36b2
62660npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/anymatch-a54c36b2
62661npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
62662npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-1a9b1d07
62663npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-1a9b1d07
62664npm verb tar unpack /root/.npm/extend/1.2.1/package.tgz
62665npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/extend-35ae3f56
62666npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-35ae3f56
62667npm verb tar unpack /root/.npm/methods/0.0.1/package.tgz
62668npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/methods-331e3165
62669npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-331e3165
62670npm verb tar unpack /root/.npm/mime/1.2.5/package.tgz
62671npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-79a3fb33
62672npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-79a3fb33
62673npm verb tar unpack /root/.npm/qs/0.6.5/package.tgz
62674npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-29f38b5d
62675npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-29f38b5d
62676npm verb tar unpack /root/.npm/superagent/0.17.0/package.tgz
62677npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/superagent-2956e0bc
62678npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/superagent-2956e0bc
62679npm verb tar unpack /root/.npm/supertest/0.11.0/package.tgz
62680npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supertest-0a3c57ba
62681npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supertest-0a3c57ba
62682npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
62683npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-696b9649
62684npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-696b9649
62685npm verb tar unpack /root/.npm/chalk/1.1.1/package.tgz
62686npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-268f9043
62687npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-268f9043
62688npm verb tar unpack /root/.npm/log-symbols/1.0.2/package.tgz
62689npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/log-symbols-84b5e2c1
62690npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log-symbols-84b5e2c1
62691npm verb tar unpack /root/.npm/grunt-filerev/2.2.0/package.tgz
62692npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-filerev-84c7496d
62693npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-filerev-84c7496d
62694npm verb tar unpack /root/.npm/grunt-contrib-stylus/0.22.0/package.tgz
62695npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-stylus-e34fd4cd
62696npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-stylus-e34fd4cd
62697npm verb tar unpack /root/.npm/tape/0.2.2/package.tgz
62698npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tape-0ab0592b
62699npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tape-0ab0592b
62700npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
62701npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minimist-8fb94a0e
62702npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-8fb94a0e
62703npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-24caeea9
62704npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
62705npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-2589f055
62706npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-2589f055
62707npm verb tar unpack /root/.npm/bl/0.9.4/package.tgz
62708npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bl-c455f913
62709npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-c455f913
62710npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
62711npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-e4ddb62c
62712npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e4ddb62c
62713npm verb tar unpack /root/.npm/text-table/0.2.0/package.tgz
62714npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/text-table-c233e25f
62715npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/text-table-c233e25f
62716npm verb tar unpack /root/.npm/throttleit/0.0.2/package.tgz
62717npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/throttleit-d7594825
62718npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/throttleit-d7594825
62719npm verb tar unpack /root/.npm/request-progress/0.3.0/package.tgz
62720npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-progress-d4729090
62721npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-d4729090
62722npm verb tar unpack /root/.npm/request-progress/0.3.1/package.tgz
62723npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-progress-572bf127
62724npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-572bf127
62725npm verb tar unpack /root/.npm/through/2.3.8/package.tgz
62726npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/through-544fbcc6
62727npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through-544fbcc6
62728npm verb tar unpack /root/.npm/split/0.3.3/package.tgz
62729npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/split-b5770f82
62730npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/split-b5770f82
62731npm verb tar unpack /root/.npm/object-keys/0.4.0/package.tgz
62732npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/object-keys-7a48fb69
62733npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-7a48fb69
62734npm verb tar unpack /root/.npm/jshint-stylish/0.1.5/package.tgz
62735npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jshint-stylish-cc192ea4
62736npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-stylish-cc192ea4
62737npm verb tar unpack /root/.npm/readable-stream/1.0.33/package.tgz
62738npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-a1873cf0
62739npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-a1873cf0
62740npm verb tar unpack /root/.npm/xtend/2.1.2/package.tgz
62741npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xtend-21fdbb7f
62742npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-21fdbb7f
62743npm verb tar unpack /root/.npm/through2/0.4.2/package.tgz
62744npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/through2-537228c1
62745npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-537228c1
62746npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
62747npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-5bf760c0
62748npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-5bf760c0
62749npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
62750npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-bd203d96
62751npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-bd203d96
62752npm verb tar unpack /root/.npm/time-grunt/0.3.2/package.tgz
62753npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/time-grunt-2b0acfb3
62754npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/time-grunt-2b0acfb3
62755npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-5e05ae24
62756npm verb tar unpack /root/.npm/timers-ext/0.1.0/package.tgz
62757npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/timers-ext-d594c66b
62758npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/timers-ext-d594c66b
62759npm verb tar unpack /root/.npm/memoizee/0.3.9/package.tgz
62760npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/memoizee-6fd8d2a7
62761npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/memoizee-6fd8d2a7
62762npm verb tar unpack /root/.npm/cli-color/0.3.3/package.tgz
62763npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cli-color-9a9be295
62764npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-color-9a9be295
62765npm verb tar unpack /root/.npm/inquirer/0.6.0/package.tgz
62766npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inquirer-f4df6b79
62767npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-f4df6b79
62768npm verb tar unpack /root/.npm/inquirer/0.7.1/package.tgz
62769npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inquirer-35d357df
62770npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-35d357df
62771npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
62772npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/debug-51e7fba2
62773npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-51e7fba2
62774npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tiny-lr-fork-b7a0ab13
62775npm verb tar unpack /root/.npm/grunt-contrib-watch/0.6.1/package.tgz
62776npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-watch-6102743e
62777npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-watch-6102743e
62778npm verb tar unpack /root/.npm/tinycolor/0.0.1/package.tgz
62779npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tinycolor-2ddcca86
62780npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tinycolor-2ddcca86
62781npm verb tar unpack /root/.npm/qs/0.5.6/package.tgz
62782npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/qs-2f14540d
62783npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-2f14540d
62784npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-621b9c64
62785npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-e8e45e90
62786npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-4a679c2f
62787npm verb tar unpack /root/.npm/tmp/0.0.23/package.tgz
62788npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tmp-13c48941
62789npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-13c48941
62790npm verb tar unpack /root/.npm/to-array/0.1.3/package.tgz
62791npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/to-array-663f09fb
62792npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/to-array-663f09fb
62793npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-7a61e531
62794npm verb tar unpack /root/.npm/touch/0.0.2/package.tgz
62795npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/touch-30f27044
62796npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/touch-30f27044
62797npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-zip-3e284911
62798npm verb tar unpack /root/.npm/tough-cookie/2.2.1/package.tgz
62799npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tough-cookie-f3376d70
62800npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-f3376d70
62801npm verb tar unpack /root/.npm/traverse/0.6.6/package.tgz
62802npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/traverse-7768af0d
62803npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-7768af0d
62804npm verb tar unpack /root/.npm/dnode-protocol/0.2.2/package.tgz
62805npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dnode-protocol-0790c9a9
62806npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-protocol-0790c9a9
62807npm verb tar unpack /root/.npm/trim-newlines/1.0.0/package.tgz
62808npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/trim-newlines-898766ba
62809npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/trim-newlines-898766ba
62810npm verb tar unpack /root/.npm/truncate/1.0.5/package.tgz
62811npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/truncate-8813a448
62812npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/truncate-8813a448
62813npm verb tar unpack /root/.npm/strong-data-uri/0.1.1/package.tgz
62814npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strong-data-uri-d2436f09
62815npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strong-data-uri-d2436f09
62816npm verb tar unpack /root/.npm/tryor/0.1.2/package.tgz
62817npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tryor-0c4e5fea
62818npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tryor-0c4e5fea
62819npm verb tar unpack /root/.npm/tunnel-agent/0.4.2/package.tgz
62820npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tunnel-agent-0e49203a
62821npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tunnel-agent-0e49203a
62822npm verb tar unpack /root/.npm/request/2.36.0/package.tgz
62823npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-89356bea
62824npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-89356bea
62825npm verb tar unpack /root/.npm/request/2.42.0/package.tgz
62826npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-900b77ff
62827npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-900b77ff
62828npm verb tar unpack /root/.npm/request/2.42.0/package.tgz
62829npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-fcda05de
62830npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-fcda05de
62831npm verb tar unpack /root/.npm/request/2.51.0/package.tgz
62832npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-b98b7f64
62833npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-b98b7f64
62834npm verb tar unpack /root/.npm/type-is/1.3.2/package.tgz
62835npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/type-is-0bdb32d2
62836npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-0bdb32d2
62837npm verb tar unpack /root/.npm/typedarray/0.0.6/package.tgz
62838npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/typedarray-6b4041bf
62839npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/typedarray-6b4041bf
62840npm verb tar unpack /root/.npm/concat-stream/1.4.10/package.tgz
62841npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/concat-stream-b7b14a26
62842npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-stream-b7b14a26
62843npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-34833d2c
62844npm verb tar unpack /root/.npm/jws/3.1.0/package.tgz
62845npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jws-446bd63a
62846npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jws-446bd63a
62847npm verb tar unpack /root/.npm/jsonwebtoken/5.4.1/package.tgz
62848npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jsonwebtoken-fe5a6b0d
62849npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonwebtoken-fe5a6b0d
62850npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
62851npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-18099a4d
62852npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-18099a4d
62853npm verb tar unpack /root/.npm/uglify-to-browserify/1.0.2/package.tgz
62854npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-to-browserify-56284d51
62855npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-to-browserify-56284d51
62856npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-3e598702
62857npm verb tar unpack /root/.npm/uid-number/0.0.5/package.tgz
62858npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uid-number-2b429131
62859npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-number-2b429131
62860npm verb tar unpack /root/.npm/uid-safe/2.0.0/package.tgz
62861npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uid-safe-755953e1
62862npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-safe-755953e1
62863npm verb tar unpack /root/.npm/csrf/3.0.0/package.tgz
62864npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/csrf-fda25d5e
62865npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csrf-fda25d5e
62866npm verb tar unpack /root/.npm/csurf/1.8.3/package.tgz
62867npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/csurf-d91a5017
62868npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csurf-d91a5017
62869npm verb tar unpack /root/.npm/uid2/0.0.3/package.tgz
62870npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uid2-5a2a3180
62871npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid2-5a2a3180
62872npm verb tar unpack /root/.npm/ultron/1.0.2/package.tgz
62873npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ultron-09e755f4
62874npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ultron-09e755f4
62875npm verb tar unpack /root/.npm/underscore/1.7.0/package.tgz
62876npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore-67cac5e4
62877npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-67cac5e4
62878npm verb tar unpack /root/.npm/argparse/0.1.16/package.tgz
62879npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/argparse-3498434f
62880npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-3498434f
62881npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-768dff6c
62882npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-5d254ab3
62883npm verb tar unpack /root/.npm/underscore.string/2.2.1/package.tgz
62884npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/underscore.string-f4b69f3e
62885npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-f4b69f3e
62886npm verb tar unpack /root/.npm/finalhandler/0.4.0/package.tgz
62887npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/finalhandler-4addba03
62888npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/finalhandler-4addba03
62889npm verb tar unpack /root/.npm/unpipe/1.0.0/package.tgz
62890npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/unpipe-f9a98912
62891npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/unpipe-f9a98912
62892npm verb tar unpack /root/.npm/raw-body/2.1.5/package.tgz
62893npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/raw-body-9b76cd05
62894npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-9b76cd05
62895npm verb tar unpack /root/.npm/body-parser/1.13.3/package.tgz
62896npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/body-parser-e37fcee2
62897npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-e37fcee2
62898npm verb tar unpack /root/.npm/untildify/2.1.0/package.tgz
62899npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/untildify-f784e58d
62900npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/untildify-f784e58d
62901npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
62902npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-regex-36859cbd
62903npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-36859cbd
62904npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
62905npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-232e0203
62906npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-232e0203
62907npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-e1c075ce
62908npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a66c33a9
62909npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c24b4571
62910npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
62911npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-7c45e760
62912npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-7c45e760
62913npm verb tar unpack /root/.npm/upper-case/1.1.3/package.tgz
62914npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/upper-case-d294da23
62915npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-d294da23
62916npm verb tar unpack /root/.npm/title-case/1.1.2/package.tgz
62917npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/title-case-d162dd56
62918npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/title-case-d162dd56
62919npm verb tar unpack /root/.npm/swap-case/1.1.2/package.tgz
62920npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/swap-case-b1c405ff
62921npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/swap-case-b1c405ff
62922npm verb tar unpack /root/.npm/is-upper-case/1.1.2/package.tgz
62923npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-upper-case-b561e98d
62924npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-upper-case-b561e98d
62925npm verb tar unpack /root/.npm/constant-case/1.1.2/package.tgz
62926npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/constant-case-8c3edcf1
62927npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constant-case-8c3edcf1
62928npm verb tar unpack /root/.npm/camel-case/1.2.2/package.tgz
62929npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/camel-case-329fd2fb
62930npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camel-case-329fd2fb
62931npm verb tar unpack /root/.npm/upper-case-first/1.1.2/package.tgz
62932npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/upper-case-first-85dd54a3
62933npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-first-85dd54a3
62934npm verb tar unpack /root/.npm/pascal-case/1.1.2/package.tgz
62935npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pascal-case-76d097e9
62936npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pascal-case-76d097e9
62937npm verb tar unpack /root/.npm/change-case/2.1.6/package.tgz
62938npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/change-case-0f0bfe01
62939npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/change-case-0f0bfe01
62940npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/user-home-f50edef3
62941npm verb tar unpack /root/.npm/lru-cache/2.2.4/package.tgz
62942npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lru-cache-cc0ec82a
62943npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-cc0ec82a
62944npm verb tar unpack /root/.npm/useragent/2.1.8/package.tgz
62945npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/useragent-272d17b2
62946npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/useragent-272d17b2
62947npm verb tar unpack /root/.npm/utf8/2.0.0/package.tgz
62948npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/utf8-2bc0a040
62949npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utf8-2bc0a040
62950npm verb tar unpack /root/.npm/engine.io-parser/1.2.1/package.tgz
62951npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/engine.io-parser-71bb9c9f
62952npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-parser-71bb9c9f
62953npm verb tar unpack /root/.npm/engine.io-client/1.5.1/package.tgz
62954npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/engine.io-client-ecc00725
62955npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-client-ecc00725
62956npm verb tar unpack /root/.npm/socket.io-client/1.3.5/package.tgz
62957npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-client-7a57b1f4
62958npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-7a57b1f4
62959npm verb tar unpack /root/.npm/util-deprecate/1.0.2/package.tgz
62960npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/util-deprecate-2f69dbad
62961npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/util-deprecate-2f69dbad
62962npm verb tar unpack /root/.npm/readable-stream/2.0.5/package.tgz
62963npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readable-stream-8cf2a159
62964npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-8cf2a159
62965npm verb tar unpack /root/.npm/readdirp/2.0.0/package.tgz
62966npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/readdirp-4175e4e7
62967npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-4175e4e7
62968npm verb tar unpack /root/.npm/mongodb/1.4.39/package.tgz
62969npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mongodb-6a7d3d3a
62970npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-6a7d3d3a
62971npm verb tar unpack /root/.npm/chokidar/1.4.1/package.tgz
62972npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chokidar-493c92ec
62973npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chokidar-493c92ec
62974npm verb tar unpack /root/.npm/bl/1.0.0/package.tgz
62975npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bl-bfcd9d1a
62976npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-bfcd9d1a
62977npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
62978npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-e125e7af
62979npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e125e7af
62980npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-6d0cb937
62981npm verb tar unpack /root/.npm/utils-merge/1.0.0/package.tgz
62982npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/utils-merge-f0b215eb
62983npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utils-merge-f0b215eb
62984npm verb tar unpack /root/.npm/express-session/1.11.3/package.tgz
62985npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-session-1cb10dc3
62986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-1cb10dc3
62987npm verb tar unpack /root/.npm/uuid/1.4.2/package.tgz
62988npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uuid-9e3c587d
62989npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-9e3c587d
62990npm verb tar unpack /root/.npm/v8-debug/0.4.6/package.tgz
62991npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/v8-debug-6d9c8e93
62992npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-debug-6d9c8e93
62993npm verb tar unpack /root/.npm/nan/2.0.9/package.tgz
62994npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-9ede3d0c
62995npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-9ede3d0c
62996npm verb tar unpack /root/.npm/tempfile/0.1.3/package.tgz
62997npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tempfile-ac9f450b
62998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tempfile-ac9f450b
62999npm verb tar unpack /root/.npm/v8-profiler/5.2.12/package.tgz
63000npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/v8-profiler-0c2b89c5
63001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-profiler-0c2b89c5
63002npm verb tar unpack /root/.npm/validate-npm-package-license/3.0.1/package.tgz
63003npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/validate-npm-package-license-fa23fb48
63004npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/validate-npm-package-license-fa23fb48
63005npm verb tar unpack /root/.npm/normalize-package-data/2.3.5/package.tgz
63006npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/normalize-package-data-da8ffb1a
63007npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-package-data-da8ffb1a
63008npm verb tar unpack /root/.npm/read-pkg/1.1.0/package.tgz
63009npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/read-pkg-6a7c7ec0
63010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-6a7c7ec0
63011npm verb tar unpack /root/.npm/read-pkg-up/1.0.1/package.tgz
63012npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/read-pkg-up-badd8779
63013npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-up-badd8779
63014npm verb tar unpack /root/.npm/meow/3.6.0/package.tgz
63015npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/meow-f993e98c
63016npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/meow-f993e98c
63017npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/default-browser-id-f2bcd197
63018npm verb tar unpack /root/.npm/vary/1.0.1/package.tgz
63019npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/vary-729c1b62
63020npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vary-729c1b62
63021npm verb tar unpack /root/.npm/express/4.13.3/package.tgz
63022npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-4a4ce112
63023npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-4a4ce112
63024npm verb tar unpack /root/.npm/method-override/2.3.5/package.tgz
63025npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/method-override-2c766fa3
63026npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-2c766fa3
63027npm verb tar unpack /root/.npm/compression/1.5.2/package.tgz
63028npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/compression-153abeb4
63029npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-153abeb4
63030npm verb tar unpack /root/.npm/verror/1.6.0/package.tgz
63031npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/verror-8200d8a0
63032npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-8200d8a0
63033npm verb tar unpack /root/.npm/vasync/1.6.3/package.tgz
63034npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/vasync-b0cc249e
63035npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-b0cc249e
63036npm verb tar unpack /root/.npm/vhost/3.0.2/package.tgz
63037npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/vhost-4d7f0061
63038npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vhost-4d7f0061
63039npm verb tar unpack /root/.npm/connect/2.30.2/package.tgz
63040npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/connect-2260fe81
63041npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-2260fe81
63042npm verb tar unpack /root/.npm/ware/0.3.0/package.tgz
63043npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ware-7b95a9b0
63044npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ware-7b95a9b0
63045npm verb tar unpack /root/.npm/nan/2.1.0/package.tgz
63046npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-df1d612d
63047npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-df1d612d
63048npm verb tar unpack /root/.npm/weak/1.0.0/package.tgz
63049npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/weak-a71be6ba
63050npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/weak-a71be6ba
63051npm verb tar unpack /root/.npm/dnode/1.2.2/package.tgz
63052npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dnode-9efa73d2
63053npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-9efa73d2
63054npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/svgo-9d36ff9a
63055npm verb tar unpack /root/.npm/whet.extend/0.9.9/package.tgz
63056npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/whet.extend-f80e54f1
63057npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/whet.extend-f80e54f1
63058npm verb tar unpack /root/.npm/imagemin-svgo/0.1.1/package.tgz
63059npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-svgo-de4f6c2d
63060npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-svgo-de4f6c2d
63061npm verb tar unpack /root/.npm/grunt-svgmin/0.4.0/package.tgz
63062npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-svgmin-ae067f83
63063npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-svgmin-ae067f83
63064npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/which-45ba60a2
63065npm verb tar unpack /root/.npm/karma-chrome-launcher/0.1.12/package.tgz
63066npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-chrome-launcher-7883b95b
63067npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-chrome-launcher-7883b95b
63068npm verb tar unpack /root/.npm/grunt-legacy-util/0.2.0/package.tgz
63069npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-legacy-util-12367406
63070npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-util-12367406
63071npm verb tar unpack /root/.npm/grunt/0.4.5/package.tgz
63072npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-4e7ee468
63073npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-4e7ee468
63074npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
63075npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ms-06b72008
63076npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-06b72008
63077npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-82d7cf47
63078npm verb tar unpack /root/.npm/win-release/1.1.1/package.tgz
63079npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/win-release-ee22328b
63080npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-release-ee22328b
63081npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-name-4a5d7f11
63082npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-spawn-f5bb794f
63083npm verb tar unpack /root/.npm/window-size/0.1.0/package.tgz
63084npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/window-size-2b6bc0a7
63085npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/window-size-2b6bc0a7
63086npm verb tar unpack /root/.npm/chalk/0.1.1/package.tgz
63087npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/chalk-b085bb44
63088npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-b085bb44
63089npm verb tar unpack /root/.npm/ansi-styles/0.1.2/package.tgz
63090npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ansi-styles-ef431766
63091npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ef431766
63092npm verb tar unpack /root/.npm/lodash/1.3.1/package.tgz
63093npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-d9c268da
63094npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-d9c268da
63095npm verb tar unpack /root/.npm/wiredep/0.4.2/package.tgz
63096npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/wiredep-c5fa475a
63097npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-c5fa475a
63098npm verb tar unpack /root/.npm/grunt-asset-injector/0.1.0/package.tgz
63099npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-asset-injector-d2349add
63100npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-asset-injector-d2349add
63101npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
63102npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-7740cd94
63103npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-7740cd94
63104npm verb tar unpack /root/.npm/wordwrap/0.0.2/package.tgz
63105npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/wordwrap-ac831d60
63106npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wordwrap-ac831d60
63107npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
63108npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-0cfebbd5
63109npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-0cfebbd5
63110npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-88f1db30
63111npm verb tar unpack /root/.npm/optimist/0.3.7/package.tgz
63112npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-90f3593e
63113npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-90f3593e
63114npm verb tar unpack /root/.npm/with/2.0.0/package.tgz
63115npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/with-03a31bca
63116npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-03a31bca
63117npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-c6d17ed6
63118npm verb tar unpack /root/.npm/transformers/2.1.0/package.tgz
63119npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/transformers-64d3d283
63120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-64d3d283
63121npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-5d0586f9
63122npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-e45649d5
63123npm verb tar unpack /root/.npm/with/1.1.1/package.tgz
63124npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/with-6a6b7888
63125npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-6a6b7888
63126npm verb tar unpack /root/.npm/transformers/2.0.1/package.tgz
63127npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/transformers-26ca904a
63128npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-26ca904a
63129npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-ea9b2b40
63130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/handlebars-e2691921
63131npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
63132npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-264ee16b
63133npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-264ee16b
63134npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ng-annotate-14cad7f0
63135npm verb tar unpack /root/.npm/grunt-ng-annotate/0.2.3/package.tgz
63136npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-ng-annotate-f7ff75c2
63137npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-ng-annotate-f7ff75c2
63138npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
63139npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-9467c81b
63140npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-9467c81b
63141npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
63142npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-e4661074
63143npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-e4661074
63144npm verb tar unpack /root/.npm/optimist/0.2.8/package.tgz
63145npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-ca79e24b
63146npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-ca79e24b
63147npm verb tar unpack /root/.npm/event-stream/0.5.3/package.tgz
63148npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/event-stream-1157f43b
63149npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-stream-1157f43b
63150npm verb tar unpack /root/.npm/ps-tree/0.0.3/package.tgz
63151npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ps-tree-8da0fe62
63152npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ps-tree-8da0fe62
63153npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
63154npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optimist-a5f7e380
63155npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-a5f7e380
63156npm verb tar unpack /root/.npm/bower-config/0.5.2/package.tgz
63157npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-config-87f89cca
63158npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-config-87f89cca
63159npm verb tar unpack /root/.npm/bower-registry-client/0.2.4/package.tgz
63160npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-registry-client-4ffd3e16
63161npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-registry-client-4ffd3e16
63162npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
63163npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/wrappy-b7a71258
63164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wrappy-b7a71258
63165npm verb tar unpack /root/.npm/once/1.3.2/package.tgz
63166npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/once-e45338e0
63167npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-e45338e0
63168npm verb tar unpack /root/.npm/npmconf/2.1.1/package.tgz
63169npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/npmconf-09e4e875
63170npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-09e4e875
63171npm verb tar unpack /root/.npm/npmconf/2.1.2/package.tgz
63172npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/npmconf-5027e1f8
63173npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-5027e1f8
63174npm verb tar unpack /root/.npm/registry-url/0.1.1/package.tgz
63175npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/registry-url-2b6a5741
63176npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/registry-url-2b6a5741
63177npm verb tar unpack /root/.npm/package-json/0.2.0/package.tgz
63178npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/package-json-8cc06c4f
63179npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/package-json-8cc06c4f
63180npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/latest-version-a0f831f6
63181npm verb tar unpack /root/.npm/glob/4.0.6/package.tgz
63182npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-b285a30b
63183npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-b285a30b
63184npm verb tar unpack /root/.npm/end-of-stream/1.0.0/package.tgz
63185npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/end-of-stream-790af1fd
63186npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/end-of-stream-790af1fd
63187npm verb tar unpack /root/.npm/pump/0.3.5/package.tgz
63188npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pump-4b6bc993
63189npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pump-4b6bc993
63190npm verb tar unpack /root/.npm/inflight/1.0.4/package.tgz
63191npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/inflight-f75d5068
63192npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inflight-f75d5068
63193npm verb tar unpack /root/.npm/glob/4.5.3/package.tgz
63194npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-dbb8b0e6
63195npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-dbb8b0e6
63196npm verb tar unpack /root/.npm/glob/4.5.3/package.tgz
63197npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-52638c4c
63198npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-52638c4c
63199npm verb tar unpack /root/.npm/glob/5.0.15/package.tgz
63200npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-5bb0eadd
63201npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-5bb0eadd
63202npm verb tar unpack /root/.npm/glob/6.0.3/package.tgz
63203npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/glob-707c263d
63204npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-707c263d
63205npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-39d15087
63206npm verb tar unpack /root/.npm/utile/0.2.1/package.tgz
63207npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/utile-cbdf8110
63208npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utile-cbdf8110
63209npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-proxy-d52594ba
63210npm verb tar unpack /root/.npm/fs-extra/0.23.1/package.tgz
63211npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fs-extra-a9bb583d
63212npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-a9bb583d
63213npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantomjs-f567f085
63214npm verb tar unpack /root/.npm/karma-phantomjs-launcher/0.1.4/package.tgz
63215npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-phantomjs-launcher-a204638c
63216npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-phantomjs-launcher-a204638c
63217npm verb tar unpack /root/.npm/mv/2.1.1/package.tgz
63218npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mv-fa5f7892
63219npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-fa5f7892
63220npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f74bfc0e
63221npm verb tar unpack /root/.npm/fs-extra/0.10.0/package.tgz
63222npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fs-extra-8488df19
63223npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-8488df19
63224npm verb tar unpack /root/.npm/fstream/1.0.8/package.tgz
63225npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fstream-a6d42726
63226npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-a6d42726
63227npm verb tar unpack /root/.npm/fstream-ignore/1.0.3/package.tgz
63228npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fstream-ignore-ac1e1595
63229npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-ignore-ac1e1595
63230npm verb tar unpack /root/.npm/fstream/0.1.31/package.tgz
63231npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fstream-f275ccfd
63232npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-f275ccfd
63233npm verb tar unpack /root/.npm/tar/0.1.20/package.tgz
63234npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tar-d6877a8f
63235npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-d6877a8f
63236npm verb tar unpack /root/.npm/fs-extra/0.9.1/package.tgz
63237npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/fs-extra-ba753a49
63238npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-ba753a49
63239npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/autoprefixer-3d5cdb16
63240npm verb tar unpack /root/.npm/grunt-autoprefixer/0.7.6/package.tgz
63241npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-autoprefixer-a782ba0c
63242npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-autoprefixer-a782ba0c
63243npm verb tar unpack /root/.npm/exec-buffer/0.1.1/package.tgz
63244npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/exec-buffer-a8e2f870
63245npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exec-buffer-a8e2f870
63246npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-44a2067d
63247npm verb tar unpack /root/.npm/nan/1.4.3/package.tgz
63248npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nan-de13f73e
63249npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-de13f73e
63250npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/x-default-browser-fb0246fc
63251npm verb tar unpack /root/.npm/ws/0.5.0/package.tgz
63252npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ws-91aaf05e
63253npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-91aaf05e
63254npm verb tar unpack /root/.npm/engine.io/1.5.1/package.tgz
63255npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/engine.io-00b289fc
63256npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-00b289fc
63257npm verb tar unpack /root/.npm/xdg-basedir/1.0.1/package.tgz
63258npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xdg-basedir-6606347b
63259npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xdg-basedir-6606347b
63260npm verb tar unpack /root/.npm/configstore/0.3.2/package.tgz
63261npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/configstore-275420f3
63262npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/configstore-275420f3
63263npm verb tar unpack /root/.npm/update-notifier/0.2.0/package.tgz
63264npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/update-notifier-f0b43ef4
63265npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-f0b43ef4
63266npm verb tar unpack /root/.npm/lodash/3.10.1/package.tgz
63267npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/lodash-274863fe
63268npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-274863fe
63269npm verb tar unpack /root/.npm/xmlbuilder/4.0.0/package.tgz
63270npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xmlbuilder-a2985beb
63271npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlbuilder-a2985beb
63272npm verb tar unpack /root/.npm/xml2js/0.4.4/package.tgz
63273npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xml2js-390cccc6
63274npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xml2js-390cccc6
63275npm verb tar unpack /root/.npm/selenium-webdriver/2.44.0/package.tgz
63276npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/selenium-webdriver-3cd43bc3
63277npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/selenium-webdriver-3cd43bc3
63278npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/protractor-372f660e
63279npm verb tar unpack /root/.npm/grunt-protractor-runner/1.2.1/package.tgz
63280npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-protractor-runner-5125318c
63281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-protractor-runner-5125318c
63282npm verb tar unpack /root/.npm/xmldom/0.1.19/package.tgz
63283npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xmldom-c6234d03
63284npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmldom-c6234d03
63285npm verb tar unpack /root/.npm/plist/1.2.0/package.tgz
63286npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/plist-a3b1290c
63287npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/plist-a3b1290c
63288npm verb tar unpack /root/.npm/xmlhttprequest/1.8.0/package.tgz
63289npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xmlhttprequest-546ef2c3
63290npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-546ef2c3
63291npm verb tar unpack /root/.npm/xtend/4.0.1/package.tgz
63292npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/xtend-df7988d8
63293npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-df7988d8
63294npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-detect-browsers-f37e29e9
63295npm verb tar unpack /root/.npm/browser-launcher2/0.4.6/package.tgz
63296npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/browser-launcher2-644863c4
63297npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/browser-launcher2-644863c4
63298npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/biased-opener-c78b9fc8
63299npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-inspector-605cfb92
63300npm verb tar unpack /root/.npm/grunt-node-inspector/0.1.6/package.tgz
63301npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-node-inspector-2e498e55
63302npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-node-inspector-2e498e55
63303npm verb tar unpack /root/.npm/tar-stream/0.4.7/package.tgz
63304npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tar-stream-4fc8f8ec
63305npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-stream-4fc8f8ec
63306npm verb tar unpack /root/.npm/tar-fs/0.5.2/package.tgz
63307npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tar-fs-0d1dc96b
63308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-fs-0d1dc96b
63309npm verb tar unpack /root/.npm/is-my-json-valid/2.12.3/package.tgz
63310npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/is-my-json-valid-b35f6870
63311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-my-json-valid-b35f6870
63312npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/har-validator-f549c573
63313npm verb tar unpack /root/.npm/request/2.60.0/package.tgz
63314npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/request-22313f85
63315npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-22313f85
63316npm verb tar unpack /root/.npm/update-notifier/0.1.10/package.tgz
63317npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/update-notifier-df9491f2
63318npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-df9491f2
63319npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nodemon-3c9c81e9
63320npm verb tar unpack /root/.npm/grunt-nodemon/0.2.1/package.tgz
63321npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-nodemon-a4c3385d
63322npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-nodemon-a4c3385d
63323npm verb tar unpack /root/.npm/insight/0.4.3/package.tgz
63324npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/insight-5d8273b2
63325npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/insight-5d8273b2
63326npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-1dbb3e2a
63327npm verb tar unpack /root/.npm/grunt-google-cdn/0.4.3/package.tgz
63328npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-google-cdn-1a23fce9
63329npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-google-cdn-1a23fce9
63330npm verb tar unpack /root/.npm/google-cdn/0.7.0/package.tgz
63331npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/google-cdn-ef8342bc
63332npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-ef8342bc
63333npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/download-ab469fed
63334npm verb tar unpack /root/.npm/bin-wrapper/0.3.4/package.tgz
63335npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bin-wrapper-f7046aa1
63336npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-wrapper-f7046aa1
63337npm verb tar unpack /root/.npm/bin-build/0.1.1/package.tgz
63338npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bin-build-90063e64
63339npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-build-90063e64
63340npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pngquant-bin-35f70fc7
63341npm verb tar unpack /root/.npm/imagemin-pngquant/0.1.3/package.tgz
63342npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-pngquant-79407d93
63343npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-pngquant-79407d93
63344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optipng-bin-aaed9deb
63345npm verb tar unpack /root/.npm/imagemin-optipng/0.1.0/package.tgz
63346npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-optipng-9f6f8efc
63347npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-optipng-9f6f8efc
63348npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jpegtran-bin-60666aeb
63349npm verb tar unpack /root/.npm/imagemin-jpegtran/0.1.0/package.tgz
63350npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-jpegtran-cb29c47b
63351npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-jpegtran-cb29c47b
63352npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gifsicle-64758ac9
63353npm verb tar unpack /root/.npm/imagemin-gifsicle/0.1.1/package.tgz
63354npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-gifsicle-fae76d08
63355npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-gifsicle-fae76d08
63356npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-e9184166
63357npm verb tar unpack /root/.npm/grunt-contrib-imagemin/0.7.2/package.tgz
63358npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-imagemin-5b53ba7f
63359npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-imagemin-5b53ba7f
63360npm verb tar unpack /root/.npm/through2/0.6.5/package.tgz
63361npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/through2-8a0656ad
63362npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-8a0656ad
63363npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-8b27dc54
63364npm verb tar unpack /root/.npm/grunt-wiredep/1.8.0/package.tgz
63365npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-wiredep-6503c43f
63366npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-wiredep-6503c43f
63367npm verb tar unpack /root/.npm/yargs/3.5.4/package.tgz
63368npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/yargs-6c36a15f
63369npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-6c36a15f
63370npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-283257b9
63371npm verb tar unpack /root/.npm/with/3.0.1/package.tgz
63372npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/with-bac83ff4
63373npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-bac83ff4
63374npm verb tar unpack /root/.npm/constantinople/1.0.2/package.tgz
63375npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/constantinople-7db22797
63376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-7db22797
63377npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-262bc90d
63378npm verb tar unpack /root/.npm/karma-jade-preprocessor/0.0.11/package.tgz
63379npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-jade-preprocessor-e15db50d
63380npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jade-preprocessor-e15db50d
63381npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-e0a5766e
63382npm verb tar unpack /root/.npm/grunt-angular-templates/0.5.9/package.tgz
63383npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-angular-templates-d78279ef
63384npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-angular-templates-d78279ef
63385npm verb tar unpack /root/.npm/constantinople/2.0.1/package.tgz
63386npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/constantinople-bb823150
63387npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-bb823150
63388npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-806ca709
63389npm verb tar unpack /root/.npm/karma-ng-jade2js-preprocessor/0.1.5/package.tgz
63390npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-ng-jade2js-preprocessor-22ac4119
63391npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-jade2js-preprocessor-22ac4119
63392npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-4ff2a1e0
63393npm verb tar unpack /root/.npm/grunt-contrib-jade/0.11.0/package.tgz
63394npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-jade-c8d1bcb3
63395npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jade-c8d1bcb3
63396npm verb tar unpack /root/.npm/zeparser/0.0.5/package.tgz
63397npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/zeparser-85709c3e
63398npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zeparser-85709c3e
63399npm verb tar unpack /root/.npm/active-x-obfuscator/0.0.1/package.tgz
63400npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/active-x-obfuscator-91d422b4
63401npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/active-x-obfuscator-91d422b4
63402npm verb tar unpack /root/.npm/socket.io-client/0.9.16/package.tgz
63403npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-client-eae04f2a
63404npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-eae04f2a
63405npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-c2c6ee2e
63406npm verb tar unpack /root/.npm/socket.io/0.9.16/package.tgz
63407npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-0e1eba34
63408npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-0e1eba34
63409npm verb tar unpack /root/.npm/zlib-browserify/0.0.3/package.tgz
63410npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/zlib-browserify-c0d7d703
63411npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-c0d7d703
63412npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gzip-size-b68e728c
63413npm verb tar unpack /root/.npm/maxmin/0.1.0/package.tgz
63414npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/maxmin-c0bbea6d
63415npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/maxmin-c0bbea6d
63416npm verb tar unpack /root/.npm/grunt-contrib-uglify/0.4.1/package.tgz
63417npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-uglify-2f79f41d
63418npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-uglify-2f79f41d
63419npm verb tar unpack /root/.npm/grunt-contrib-cssmin/0.9.0/package.tgz
63420npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-contrib-cssmin-65ee732f
63421npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-cssmin-65ee732f
63422npm verb tar unpack /root/.npm/async/1.3.0/package.tgz
63423npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/async-da57517b
63424npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-da57517b
63425npm verb tar unpack /root/.npm/body-parser/1.5.2/package.tgz
63426npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/body-parser-4fc895bc
63427npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-4fc895bc
63428npm verb tar unpack /root/.npm/composable-middleware/0.3.0/package.tgz
63429npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/composable-middleware-3928dc46
63430npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/composable-middleware-3928dc46
63431npm verb tar unpack /root/.npm/compression/1.0.11/package.tgz
63432npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/compression-461f6b9b
63433npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-461f6b9b
63434npm verb tar unpack /root/.npm/connect-mongo/0.4.2/package.tgz
63435npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/connect-mongo-797d2f9e
63436npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-mongo-797d2f9e
63437npm verb tar unpack /root/.npm/cookie-parser/1.0.1/package.tgz
63438npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cookie-parser-b46cd774
63439npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b46cd774
63440npm verb tar unpack /root/.npm/dav/1.7.8/package.tgz
63441npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/dav-7775bdde
63442npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dav-7775bdde
63443npm verb tar unpack /root/.npm/errorhandler/1.0.2/package.tgz
63444npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/errorhandler-917523ec
63445npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-917523ec
63446npm verb tar unpack /root/.npm/express/4.0.0/package.tgz
63447npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-694a0c3e
63448npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-694a0c3e
63449npm verb tar unpack /root/.npm/express-jwt/3.1.0/package.tgz
63450npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-jwt-ee17fc3b
63451npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-jwt-ee17fc3b
63452npm verb tar unpack /root/.npm/express-session/1.0.4/package.tgz
63453npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/express-session-59787311
63454npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-59787311
63455npm verb tar unpack /root/.npm/gridfs-stream/1.1.1/package.tgz
63456npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/gridfs-stream-b8b091b6
63457npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gridfs-stream-b8b091b6
63458npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-6c051d79
63459npm verb tar unpack /root/.npm/method-override/1.0.2/package.tgz
63460npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/method-override-bced635c
63461npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-bced635c
63462npm verb tar unpack /root/.npm/mongoose/4.1.12/package.tgz
63463npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mongoose-9b2706cf
63464npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongoose-9b2706cf
63465npm verb tar unpack /root/.npm/morgan/1.0.1/package.tgz
63466npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/morgan-56b458ea
63467npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-56b458ea
63468npm verb tar unpack /root/.npm/multer/0.1.8/package.tgz
63469npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/multer-6c95df91
63470npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multer-6c95df91
63471npm verb tar unpack /root/.npm/passport/0.2.2/package.tgz
63472npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/passport-af10d670
63473npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-af10d670
63474npm verb tar unpack /root/.npm/passport-local/0.1.6/package.tgz
63475npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/passport-local-8c40a2e4
63476npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-local-8c40a2e4
63477npm verb tar unpack /root/.npm/passport-ldapauth/0.3.0/package.tgz
63478npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/passport-ldapauth-e85d7584
63479npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-ldapauth-e85d7584
63480npm verb tar unpack /root/.npm/phantom/0.7.2/package.tgz
63481npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/phantom-eb32706d
63482npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantom-eb32706d
63483npm verb tar unpack /root/.npm/serve-favicon/2.0.1/package.tgz
63484npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/serve-favicon-4d9788f2
63485npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-4d9788f2
63486npm verb tar unpack /root/.npm/socket.io/1.3.5/package.tgz
63487npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socket.io-333a1b1a
63488npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-333a1b1a
63489npm verb tar unpack /root/.npm/socketio-jwt/4.3.3/package.tgz
63490npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/socketio-jwt-44749cdc
63491npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socketio-jwt-44749cdc
63492npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
63493npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-4e29000b
63494npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-4e29000b
63495npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
63496npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-04ba7a3d
63497npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-04ba7a3d
63498npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
63499npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-45300770
63500npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-45300770
63501npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
63502npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-715159ea
63503npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-715159ea
63504npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
63505npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-uuid-0102bf38
63506npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-0102bf38
63507npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
63508npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-69c65d0e
63509npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-69c65d0e
63510npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
63511npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-d006ba2b
63512npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-d006ba2b
63513npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
63514npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-b896a30b
63515npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-b896a30b
63516npm verb tar unpack /root/.npm/semver/5.0.3/package.tgz
63517npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-f76c8b07
63518npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f76c8b07
63519npm verb tar unpack /root/.npm/clean-css/2.2.23/package.tgz
63520npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/clean-css-f0e6afe8
63521npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-f0e6afe8
63522npm verb tar unpack /root/.npm/coffee-script/1.3.3/package.tgz
63523npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/coffee-script-2bb27cad
63524npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2bb27cad
63525npm verb tar unpack /root/.npm/esprima/2.7.1/package.tgz
63526npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/esprima-aad70e2f
63527npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-aad70e2f
63528npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
63529npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-79edf963
63530npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-79edf963
63531npm verb tar unpack /root/.npm/mime/1.3.4/package.tgz
63532npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-02e2e077
63533npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-02e2e077
63534npm verb tar unpack /root/.npm/mime/1.3.4/package.tgz
63535npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-ec0b83bb
63536npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ec0b83bb
63537npm verb tar unpack /root/.npm/mime/1.3.4/package.tgz
63538npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mime-afc15c84
63539npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-afc15c84
63540npm verb tar unpack /root/.npm/nopt/2.2.1/package.tgz
63541npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-a412eb00
63542npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-a412eb00
63543npm verb tar unpack /root/.npm/nopt/2.2.1/package.tgz
63544npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-3b275b86
63545npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-3b275b86
63546npm verb tar unpack /root/.npm/nopt/2.2.1/package.tgz
63547npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-832e6b6a
63548npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-832e6b6a
63549npm verb tar unpack /root/.npm/esprima/1.0.4/package.tgz
63550npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/esprima-153cd78f
63551npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-153cd78f
63552npm verb tar unpack /root/.npm/executable/0.1.3/package.tgz
63553npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/executable-7cd550d1
63554npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/executable-7cd550d1
63555npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
63556npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-3544151a
63557npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-3544151a
63558npm verb tar unpack /root/.npm/ncp/0.5.1/package.tgz
63559npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ncp-13d0f153
63560npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-13d0f153
63561npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
63562npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-66ea1d24
63563npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-66ea1d24
63564npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
63565npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-edd0ed42
63566npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-edd0ed42
63567npm verb tar unpack /root/.npm/get-urls/0.1.2/package.tgz
63568npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/get-urls-4604d16b
63569npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-urls-4604d16b
63570npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
63571npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-13383a7e
63572npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-13383a7e
63573npm verb tar unpack /root/.npm/mkdirp/0.5.0/package.tgz
63574npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-f339c58e
63575npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-f339c58e
63576npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
63577npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-90b03f78
63578npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-90b03f78
63579npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
63580npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-a948f1b7
63581npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-a948f1b7
63582npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
63583npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-15fe9cc5
63584npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-15fe9cc5
63585npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
63586npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-80ba9194
63587npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-80ba9194
63588npm verb tar unpack /root/.npm/ext-name/1.0.1/package.tgz
63589npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ext-name-c65d3b18
63590npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-name-c65d3b18
63591npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63592npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-28be461a
63593npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-28be461a
63594npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
63595npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-684d948e
63596npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-684d948e
63597npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63598npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-8c803402
63599npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-8c803402
63600npm verb tar unpack /root/.npm/clean-css/2.1.8/package.tgz
63601npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/clean-css-c4dc8d52
63602npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-c4dc8d52
63603npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63604npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-dd06bf20
63605npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-dd06bf20
63606npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63607npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-b441a0fb
63608npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b441a0fb
63609npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63610npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-56abba44
63611npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-56abba44
63612npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63613npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-b39ec2cc
63614npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b39ec2cc
63615npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63616npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-f44de076
63617npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-f44de076
63618npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
63619npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-b49fbcd4
63620npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b49fbcd4
63621npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
63622npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-00413b21
63623npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-00413b21
63624npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
63625npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-c9b7a974
63626npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c9b7a974
63627npm verb tar unpack /root/.npm/ncp/0.4.2/package.tgz
63628npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ncp-70fd6582
63629npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-70fd6582
63630npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
63631npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-d0786253
63632npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-d0786253
63633npm verb tar unpack /root/.npm/rimraf/2.2.6/package.tgz
63634npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-86730882
63635npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-86730882
63636npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63637npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-77a5e2fd
63638npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-77a5e2fd
63639npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
63640npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-1768aeee
63641npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1768aeee
63642npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
63643npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-fb95ce52
63644npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-fb95ce52
63645npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
63646npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-4a3509ee
63647npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4a3509ee
63648npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
63649npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-1236a122
63650npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1236a122
63651npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
63652npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-ba500c51
63653npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-ba500c51
63654npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
63655npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-f32d215a
63656npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-f32d215a
63657npm verb tar unpack /root/.npm/nopt/1.0.10/package.tgz
63658npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-00daa945
63659npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-00daa945
63660npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
63661npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-ffa53e4d
63662npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-ffa53e4d
63663npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
63664npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-4875958c
63665npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4875958c
63666npm verb tar unpack /root/.npm/ncp/0.5.1/package.tgz
63667npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ncp-abf634e4
63668npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-abf634e4
63669npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
63670npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-ca326d1e
63671npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-ca326d1e
63672npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
63673npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-b895f45b
63674npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b895f45b
63675npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
63676npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-417dddac
63677npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-417dddac
63678npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
63679npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-70dbc1c7
63680npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-70dbc1c7
63681npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
63682npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-3f8702d4
63683npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-3f8702d4
63684npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
63685npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-9b223044
63686npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-9b223044
63687npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
63688npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-4ca657d5
63689npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4ca657d5
63690npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63691npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-d899dda2
63692npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-d899dda2
63693npm verb tar unpack /root/.npm/shelljs/0.3.0/package.tgz
63694npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/shelljs-5c55b8c3
63695npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-5c55b8c3
63696npm verb tar unpack /root/.npm/uglify-js/1.2.5/package.tgz
63697npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-0270c9a3
63698npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-0270c9a3
63699npm verb tar unpack /root/.npm/bunyan/0.22.1/package.tgz
63700npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bunyan-86dc7611
63701npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-86dc7611
63702npm verb tar unpack /root/.npm/semver/4.3.6/package.tgz
63703npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-309ebae5
63704npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-309ebae5
63705npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63706npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-a850ad86
63707npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a850ad86
63708npm verb tar unpack /root/.npm/minijasminenode/1.1.1/package.tgz
63709npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/minijasminenode-b612767a
63710npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minijasminenode-b612767a
63711npm verb tar unpack /root/.npm/coffee-script/1.7.1/package.tgz
63712npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/coffee-script-2701f444
63713npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2701f444
63714npm verb tar unpack /root/.npm/jade/0.26.3/package.tgz
63715npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jade-102e9571
63716npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-102e9571
63717npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
63718npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-71bc9341
63719npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-71bc9341
63720npm verb tar unpack /root/.npm/ncp/2.0.0/package.tgz
63721npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ncp-2ecbea4d
63722npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-2ecbea4d
63723npm verb tar unpack /root/.npm/esprima/1.2.5/package.tgz
63724npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/esprima-d9ef0e8d
63725npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-d9ef0e8d
63726npm verb tar unpack /root/.npm/semver/3.0.1/package.tgz
63727npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-f780dc8d
63728npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f780dc8d
63729npm verb tar unpack /root/.npm/node-pre-gyp/0.6.18/package.tgz
63730npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-pre-gyp-05acdd9e
63731npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-pre-gyp-05acdd9e
63732npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63733npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-86f971bc
63734npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-86f971bc
63735npm verb tar unpack /root/.npm/nopt/2.1.1/package.tgz
63736npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-1afce100
63737npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-1afce100
63738npm verb tar unpack /root/.npm/nopt/2.0.0/package.tgz
63739npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-f5a30ad3
63740npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-f5a30ad3
63741npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
63742npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-4c8f6145
63743npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4c8f6145
63744npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
63745npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-91bc12da
63746npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-91bc12da
63747npm verb tar unpack /root/.npm/grunt-open/0.2.3/package.tgz
63748npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/grunt-open-3631f721
63749npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-open-3631f721
63750npm verb tar unpack /root/.npm/opn/1.0.2/package.tgz
63751npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/opn-113c4005
63752npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/opn-113c4005
63753npm verb tar unpack /root/.npm/osx-release/1.1.0/package.tgz
63754npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/osx-release-b4669efd
63755npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osx-release-b4669efd
63756npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
63757npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-76ba8d6c
63758npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-76ba8d6c
63759npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
63760npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-bf834044
63761npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-bf834044
63762npm verb tar unpack /root/.npm/bunyan/0.22.1/package.tgz
63763npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bunyan-f0f7d798
63764npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f0f7d798
63765npm verb tar unpack /root/.npm/ldapjs/0.7.1/package.tgz
63766npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ldapjs-73185b4c
63767npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-73185b4c
63768npm verb tar unpack /root/.npm/pretty-bytes/0.1.2/package.tgz
63769npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pretty-bytes-5e4f8923
63770npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-bytes-5e4f8923
63771npm verb tar unpack /root/.npm/pretty-ms/0.1.0/package.tgz
63772npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pretty-ms-480798c4
63773npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-ms-480798c4
63774npm verb tar unpack /root/.npm/strip-json-comments/0.1.3/package.tgz
63775npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-json-comments-1b70dfdc
63776npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-1b70dfdc
63777npm verb tar unpack /root/.npm/rc/0.5.5/package.tgz
63778npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rc-e79a7a27
63779npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rc-e79a7a27
63780npm verb tar unpack /root/.npm/image-type/0.1.4/package.tgz
63781npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/image-type-8c2f01f9
63782npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/image-type-8c2f01f9
63783npm verb tar unpack /root/.npm/strip-ansi/2.0.1/package.tgz
63784npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-72556951
63785npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-72556951
63786npm verb tar unpack /root/.npm/cardinal/0.4.0/package.tgz
63787npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/cardinal-9363e355
63788npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cardinal-9363e355
63789npm verb tar unpack /root/.npm/repeating/1.1.3/package.tgz
63790npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/repeating-4b191c50
63791npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-4b191c50
63792npm verb tar unpack /root/.npm/indent-string/1.2.2/package.tgz
63793npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/indent-string-0782c713
63794npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-0782c713
63795npm verb tar unpack /root/.npm/requirejs/2.1.22/package.tgz
63796npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/requirejs-c74e8837
63797npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/requirejs-c74e8837
63798npm verb tar unpack /root/.npm/semver/2.3.2/package.tgz
63799npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-02823aa2
63800npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-02823aa2
63801npm verb tar unpack /root/.npm/bower/1.7.1/package.tgz
63802npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-33635b0a
63803npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-33635b0a
63804npm verb tar unpack /root/.npm/shelljs/0.2.6/package.tgz
63805npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/shelljs-e6558551
63806npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-e6558551
63807npm verb tar unpack /root/.npm/mocha/1.18.2/package.tgz
63808npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mocha-b5d1e833
63809npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mocha-b5d1e833
63810npm verb tar unpack /root/.npm/jasmine/2.1.1/package.tgz
63811npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jasmine-0c5f30a9
63812npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-0c5f30a9
63813npm verb tar unpack /root/.npm/stylus/0.49.3/package.tgz
63814npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stylus-0ec36e73
63815npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-0ec36e73
63816npm verb tar unpack /root/.npm/js-yaml/3.4.6/package.tgz
63817npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/js-yaml-bc773c76
63818npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-bc773c76
63819npm verb tar unpack /root/.npm/strip-ansi/0.2.2/package.tgz
63820npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-a5bfab53
63821npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a5bfab53
63822npm verb tar unpack /root/.npm/strip-indent/1.0.1/package.tgz
63823npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-indent-fc2db20b
63824npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-indent-fc2db20b
63825npm verb tar unpack /root/.npm/strip-json-comments/1.0.4/package.tgz
63826npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-json-comments-ae1b3162
63827npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-ae1b3162
63828npm verb tar unpack /root/.npm/jshint/2.5.11/package.tgz
63829npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jshint-e9400c6d
63830npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-e9400c6d
63831npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
63832npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-c98f594f
63833npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-c98f594f
63834npm verb tar unpack /root/.npm/stylus/0.52.4/package.tgz
63835npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/stylus-ecb3f94d
63836npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-ecb3f94d
63837npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
63838npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/mkdirp-24caeea9
63839npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-24caeea9
63840npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
63841npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-5e05ae24
63842npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-5e05ae24
63843npm verb tar unpack /root/.npm/tiny-lr-fork/0.0.5/package.tgz
63844npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/tiny-lr-fork-b7a0ab13
63845npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tiny-lr-fork-b7a0ab13
63846npm verb tar unpack /root/.npm/ws/0.4.32/package.tgz
63847npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ws-621b9c64
63848npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-621b9c64
63849npm verb tar unpack /root/.npm/ws/0.4.32/package.tgz
63850npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ws-e8e45e90
63851npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-e8e45e90
63852npm verb tar unpack /root/.npm/ws/0.4.31/package.tgz
63853npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ws-4a679c2f
63854npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-4a679c2f
63855npm verb tar unpack /root/.npm/nopt/1.0.10/package.tgz
63856npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nopt-7a61e531
63857npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-7a61e531
63858npm verb tar unpack /root/.npm/decompress-zip/0.0.8/package.tgz
63859npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/decompress-zip-3e284911
63860npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-zip-3e284911
63861npm verb tar unpack /root/.npm/base64url/1.0.5/package.tgz
63862npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/base64url-34833d2c
63863npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-34833d2c
63864npm verb tar unpack /root/.npm/uid/0.0.2/package.tgz
63865npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uid-3e598702
63866npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-3e598702
63867npm verb tar unpack /root/.npm/js-yaml/2.1.3/package.tgz
63868npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/js-yaml-768dff6c
63869npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-768dff6c
63870npm verb tar unpack /root/.npm/js-yaml/2.0.5/package.tgz
63871npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/js-yaml-5d254ab3
63872npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-5d254ab3
63873npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
63874npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/has-ansi-e1c075ce
63875npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-e1c075ce
63876npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
63877npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/strip-ansi-a66c33a9
63878npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a66c33a9
63879npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
63880npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/supports-color-c24b4571
63881npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c24b4571
63882npm verb tar unpack /root/.npm/user-home/1.1.1/package.tgz
63883npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/user-home-f50edef3
63884npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/user-home-f50edef3
63885npm verb tar unpack /root/.npm/ncp/0.4.2/package.tgz
63886npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ncp-6d0cb937
63887npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-6d0cb937
63888npm verb tar unpack /root/.npm/default-browser-id/1.0.4/package.tgz
63889npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/default-browser-id-f2bcd197
63890npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/default-browser-id-f2bcd197
63891npm verb tar unpack /root/.npm/svgo/0.4.5/package.tgz
63892npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/svgo-9d36ff9a
63893npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/svgo-9d36ff9a
63894npm verb tar unpack /root/.npm/which/1.0.9/package.tgz
63895npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/which-45ba60a2
63896npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/which-45ba60a2
63897npm verb tar unpack /root/.npm/semver/5.1.0/package.tgz
63898npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/semver-82d7cf47
63899npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-82d7cf47
63900npm verb tar unpack /root/.npm/os-name/1.0.3/package.tgz
63901npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/os-name-4a5d7f11
63902npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-name-4a5d7f11
63903npm verb tar unpack /root/.npm/win-spawn/2.0.0/package.tgz
63904npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/win-spawn-f5bb794f
63905npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-spawn-f5bb794f
63906npm verb tar unpack /root/.npm/uglify-js/2.4.0/package.tgz
63907npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-88f1db30
63908npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-88f1db30
63909npm verb tar unpack /root/.npm/uglify-js/2.2.5/package.tgz
63910npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-c6d17ed6
63911npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-c6d17ed6
63912npm verb tar unpack /root/.npm/uglify-js/2.4.0/package.tgz
63913npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-5d0586f9
63914npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-5d0586f9
63915npm verb tar unpack /root/.npm/uglify-js/2.2.5/package.tgz
63916npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-e45649d5
63917npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-e45649d5
63918npm verb tar unpack /root/.npm/uglify-js/2.3.6/package.tgz
63919npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-ea9b2b40
63920npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-ea9b2b40
63921npm verb tar unpack /root/.npm/handlebars/2.0.0/package.tgz
63922npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/handlebars-e2691921
63923npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/handlebars-e2691921
63924npm verb tar unpack /root/.npm/ng-annotate/0.9.11/package.tgz
63925npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ng-annotate-14cad7f0
63926npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ng-annotate-14cad7f0
63927npm verb tar unpack /root/.npm/latest-version/0.2.0/package.tgz
63928npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/latest-version-a0f831f6
63929npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/latest-version-a0f831f6
63930npm verb tar unpack /root/.npm/rimraf/2.4.5/package.tgz
63931npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/rimraf-39d15087
63932npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-39d15087
63933npm verb tar unpack /root/.npm/http-proxy/0.10.4/package.tgz
63934npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/http-proxy-d52594ba
63935npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-proxy-d52594ba
63936npm verb tar unpack /root/.npm/phantomjs/1.9.19/package.tgz
63937npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/phantomjs-f567f085
63938npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantomjs-f567f085
63939npm verb tar unpack /root/.npm/bunyan/1.5.1/package.tgz
63940npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bunyan-f74bfc0e
63941npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f74bfc0e
63942npm verb tar unpack /root/.npm/autoprefixer/1.3.1/package.tgz
63943npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/autoprefixer-3d5cdb16
63944npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/autoprefixer-3d5cdb16
63945npm verb tar unpack /root/.npm/decompress/0.2.5/package.tgz
63946npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/decompress-44a2067d
63947npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-44a2067d
63948npm verb tar unpack /root/.npm/x-default-browser/0.3.1/package.tgz
63949npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/x-default-browser-fb0246fc
63950npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/x-default-browser-fb0246fc
63951npm verb tar unpack /root/.npm/protractor/1.8.0/package.tgz
63952npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/protractor-372f660e
63953npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/protractor-372f660e
63954npm verb tar unpack /root/.npm/win-detect-browsers/1.0.2/package.tgz
63955npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/win-detect-browsers-f37e29e9
63956npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-detect-browsers-f37e29e9
63957npm verb tar unpack /root/.npm/biased-opener/0.2.7/package.tgz
63958npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/biased-opener-c78b9fc8
63959npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/biased-opener-c78b9fc8
63960npm verb tar unpack /root/.npm/node-inspector/0.9.2/package.tgz
63961npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/node-inspector-605cfb92
63962npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-inspector-605cfb92
63963npm verb tar unpack /root/.npm/har-validator/1.8.0/package.tgz
63964npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/har-validator-f549c573
63965npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/har-validator-f549c573
63966npm verb tar unpack /root/.npm/nodemon/1.0.20/package.tgz
63967npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/nodemon-3c9c81e9
63968npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nodemon-3c9c81e9
63969npm verb tar unpack /root/.npm/bower/1.3.12/package.tgz
63970npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/bower-1dbb3e2a
63971npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-1dbb3e2a
63972npm verb tar unpack /root/.npm/download/0.1.19/package.tgz
63973npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/download-ab469fed
63974npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/download-ab469fed
63975npm verb tar unpack /root/.npm/pngquant-bin/0.3.5/package.tgz
63976npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/pngquant-bin-35f70fc7
63977npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pngquant-bin-35f70fc7
63978npm verb tar unpack /root/.npm/optipng-bin/0.3.11/package.tgz
63979npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/optipng-bin-aaed9deb
63980npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optipng-bin-aaed9deb
63981npm verb tar unpack /root/.npm/jpegtran-bin/0.2.8/package.tgz
63982npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jpegtran-bin-60666aeb
63983npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jpegtran-bin-60666aeb
63984npm verb tar unpack /root/.npm/gifsicle/0.1.7/package.tgz
63985npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/gifsicle-64758ac9
63986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gifsicle-64758ac9
63987npm verb tar unpack /root/.npm/imagemin/0.4.9/package.tgz
63988npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/imagemin-e9184166
63989npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-e9184166
63990npm verb tar unpack /root/.npm/wiredep/1.8.6/package.tgz
63991npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/wiredep-8b27dc54
63992npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-8b27dc54
63993npm verb tar unpack /root/.npm/uglify-js/2.4.24/package.tgz
63994npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/uglify-js-283257b9
63995npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-283257b9
63996npm verb tar unpack /root/.npm/jade/0.33.0/package.tgz
63997npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jade-262bc90d
63998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-262bc90d
63999npm verb tar unpack /root/.npm/html-minifier/0.6.9/package.tgz
64000npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/html-minifier-e0a5766e
64001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-e0a5766e
64002npm verb tar unpack /root/.npm/jade/1.3.1/package.tgz
64003npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jade-806ca709
64004npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-806ca709
64005npm verb tar unpack /root/.npm/jade/1.2.0/package.tgz
64006npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/jade-4ff2a1e0
64007npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-4ff2a1e0
64008npm verb tar unpack /root/.npm/karma/0.12.37/package.tgz
64009npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/karma-c2c6ee2e
64010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-c2c6ee2e
64011npm verb tar unpack /root/.npm/gzip-size/0.1.1/package.tgz
64012npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/gzip-size-b68e728c
64013npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gzip-size-b68e728c
64014npm verb tar unpack /root/.npm/ldapjs/1.0.0/package.tgz
64015npm verb tar unpacking to /var/www/manticore.git/node_modules/.staging/ldapjs-6c051d79
64016npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-6c051d79
64017npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-331e3165/node_modules
64018npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid2-5a2a3180/node_modules
64019npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimalistic-assert-59f40622/node_modules
64020npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-3734726d/node_modules
64021npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-2a9dfa34/node_modules
64022npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-root-868d55a7/node_modules
64023npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-exceptions-3ce8ceb0/node_modules
64024npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-235f4c96/node_modules
64025npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boolbase-2e66aa3c/node_modules
64026npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-time-45fed545/node_modules
64027npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-3d6bef75/node_modules
64028npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-674887a5/node_modules
64029npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-e21c6c81/node_modules
64030npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-6c53599c/node_modules
64031npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-d93afa63/node_modules
64032npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a64d26c9/node_modules
64033npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jpg-0ce7e7c4/node_modules
64034npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-svg-bc94648d/node_modules
64035npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lpad-90d9a2c6/node_modules
64036npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-5f0d6fe6/node_modules
64037npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pad-stdio-bd95afb4/node_modules
64038npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-diff-b6403f72/node_modules
64039npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-36859cbd/node_modules
64040npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tempfile-ac9f450b/node_modules
64041npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/registry-url-2b6a5741/node_modules
64042npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/filename-regex-c50de49f/node_modules
64043npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-stdin-bc7293a6/node_modules
64044npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-list-8491c35b/node_modules
64045npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-color-3fddf883/node_modules
64046npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-bmp-120ba3da/node_modules
64047npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-gif-8a9aa0a2/node_modules
64048npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-png-c7ac6d74/node_modules
64049npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-jxr-4d164a75/node_modules
64050npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-psd-a92b7645/node_modules
64051npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-webp-32ec5ea6/node_modules
64052npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-tif-f967e756/node_modules
64053npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-coffee-preprocessor-ea8f8864/node_modules
64054npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/propprop-132c8217/node_modules
64055npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-chunk-bd1f45a0/node_modules
64056npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string-length-379dd77f/node_modules
64057npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-svgo-de4f6c2d/node_modules
64058npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-phantomjs-launcher-a204638c/node_modules
64059npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-gifsicle-fae76d08/node_modules
64060npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-check-6973bf92/node_modules
64061npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-922eff6f/node_modules
64062npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-8f28fa39/node_modules
64063npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-4ffd53aa/node_modules
64064npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-9b18b8c8/node_modules
64065npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1776d44b/node_modules
64066npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ffb46cce/node_modules
64067npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-2a64b152/node_modules
64068npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd1ce037/node_modules
64069npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-1f73653d/node_modules
64070npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-61c365d5/node_modules
64071npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dded5bc1/node_modules
64072npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-338d4b44/node_modules
64073npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-8de6919d/node_modules
64074npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-dd0a411c/node_modules
64075npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ab360580/node_modules
64076npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-d471d85c/node_modules
64077npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-f164a3b9/node_modules
64078npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-66453857/node_modules
64079npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-4b753d84/node_modules
64080npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-40d37fa1/node_modules
64081npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-8e8c7d97/node_modules
64082npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-5bf760c0/node_modules
64083npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-232e0203/node_modules
64084npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-ef431766/node_modules
64085npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/package-json-8cc06c4f/node_modules
64086npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/maxmin-c0bbea6d/node_modules
64087npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/destroy-7f86428c/node_modules
64088npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dom-serializer-82be28d2/node_modules
64089npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-file-2dbcdf75/node_modules
64090npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/got-1d0008a5/node_modules
64091npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parsejson-34be595f/node_modules
64092npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseqs-fe546b14/node_modules
64093npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/meow-6ad74bf0/node_modules
64094npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-pngquant-79407d93/node_modules
64095npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-build-90063e64/node_modules
64096npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-optipng-9f6f8efc/node_modules
64097npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-jpegtran-cb29c47b/node_modules
64098npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/each-async-333283e9/node_modules
64099npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-b085bb44/node_modules
64100npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exec-buffer-a8e2f870/node_modules
64101npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-02ee7a95/node_modules
64102npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-quote-009eda73/node_modules
64103npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-632bfc61/node_modules
64104npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-104f742c/node_modules
64105npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f99a4c39/node_modules
64106npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-28a516ff/node_modules
64107npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4943addb/node_modules
64108npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-f4cd5333/node_modules
64109npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-36b35775/node_modules
64110npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0d1cc290/node_modules
64111npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-12f565db/node_modules
64112npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-59ab0432/node_modules
64113npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-462acb16/node_modules
64114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-bd203d96/node_modules
64115npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/configstore-275420f3/node_modules
64116npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-72112b5a/node_modules
64117npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-3084dd12/node_modules
64118npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domelementtype-e193f92e/node_modules
64119npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-f0b62a52/node_modules
64120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-07af6c46/node_modules
64121npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-428eb820/node_modules
64122npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/time-grunt-2b0acfb3/node_modules
64123npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bin-wrapper-f7046aa1/node_modules
64124npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tryor-0c4e5fea/node_modules
64125npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-svgmin-ae067f83/node_modules
64126npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-google-cdn-1a23fce9/node_modules
64127npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arrify-9ac595d4/node_modules
64128npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/charenc-cb0b4076/node_modules
64129npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-string-regexp-8ac2d854/node_modules
64130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decamelize-217afc4f/node_modules
64131npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d217b067/node_modules
64132npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-d5fd9054/node_modules
64133npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-6932a104/node_modules
64134npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-binary-path-1047d7e8/node_modules
64135npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-builtin-module-31934d44/node_modules
64136npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-script-launcher-2878f893/node_modules
64137npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/map-obj-1634122e/node_modules
64138npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-keys-77f52758/node_modules
64139npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-8f2c4758/node_modules
64140npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/number-is-nan-d892eca7/node_modules
64141npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-finite-876d1b43/node_modules
64142npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-53544bbd/node_modules
64143npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-promise-7a06a14e/node_modules
64144npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-77372450/node_modules
64145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-cd4286ca/node_modules
64146npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-bom-44cc6049/node_modules
64147npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log-symbols-84b5e2c1/node_modules
64148npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/trim-newlines-898766ba/node_modules
64149npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/untildify-f784e58d/node_modules
64150npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-a410f7e8/node_modules
64151npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64id-4b9bccf8/node_modules
64152npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-c3ef2109/node_modules
64153npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-b4b325ab/node_modules
64154npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-13383a7e/node_modules
64155npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-80ba9194/node_modules
64156npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-512e9a87/node_modules
64157npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-15fe9cc5/node_modules
64158npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-28be461a/node_modules
64159npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-8c803402/node_modules
64160npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b441a0fb/node_modules
64161npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-dd06bf20/node_modules
64162npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-b39ec2cc/node_modules
64163npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-56abba44/node_modules
64164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-f44de076/node_modules
64165npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b49fbcd4/node_modules
64166npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-00413b21/node_modules
64167npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c9b7a974/node_modules
64168npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-77a5e2fd/node_modules
64169npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4a3509ee/node_modules
64170npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1768aeee/node_modules
64171npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-fb95ce52/node_modules
64172npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-1236a122/node_modules
64173npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-f32d215a/node_modules
64174npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-ba500c51/node_modules
64175npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-70dbc1c7/node_modules
64176npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-417dddac/node_modules
64177npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-3f8702d4/node_modules
64178npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-4ca657d5/node_modules
64179npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-9b223044/node_modules
64180npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-b895f45b/node_modules
64181npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-primitive-eba92e42/node_modules
64182npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-d899dda2/node_modules
64183npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a850ad86/node_modules
64184npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-ed1cce0b/node_modules
64185npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-86f971bc/node_modules
64186npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-homedir-66542b79/node_modules
64187npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-is-absolute-6585a622/node_modules
64188npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-exists-d3fe1e39/node_modules
64189npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-regex-f494fa3d/node_modules
64190npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-72556951/node_modules
64191npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-769e1d6b/node_modules
64192npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readline2-add6b0ec/node_modules
64193npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-element-e5a400db/node_modules
64194npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rndm-f28cd980/node_modules
64195npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a5bfab53/node_modules
64196npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redent-98cd0065/node_modules
64197npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/success-symbol-40eb6545/node_modules
64198npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-696b9649/node_modules
64199npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-filerev-84c7496d/node_modules
64200npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-5e05ae24/node_modules
64201npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-ansi-a66c33a9/node_modules
64202npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-ansi-e1c075ce/node_modules
64203npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supports-color-c24b4571/node_modules
64204npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/window-size-2b6bc0a7/node_modules
64205npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ps-tree-8da0fe62/node_modules
64206npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/latest-version-a0f831f6/node_modules
64207npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-unique-9dc3d14a/node_modules
64208npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-url-e4512272/node_modules
64209npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-extensions-e1ce8e39/node_modules
64210npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-assign-416cd240/node_modules
64211npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camelcase-dd90bf7f/node_modules
64212npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-own-bd0f2164/node_modules
64213npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/for-in-86be0a66/node_modules
64214npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/get-urls-4604d16b/node_modules
64215npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-4cb47f90/node_modules
64216npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-5152f28e/node_modules
64217npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-3a09b4a4/node_modules
64218npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-0b6984f9/node_modules
64219npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-cb204643/node_modules
64220npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extglob-7aea9d18/node_modules
64221npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-utf8-4c4a0a2f/node_modules
64222npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/junk-06962323/node_modules
64223npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.now-cb71eb22/node_modules
64224npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._objecttypes-58496b14/node_modules
64225npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isfunction-c9808c2d/node_modules
64226npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-ast-traverse-24384e7e/node_modules
64227npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/find-up-6092c98d/node_modules
64228npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-type-7606825e/node_modules
64229npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-bytes-5e4f8923/node_modules
64230npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/load-json-file-20e568bc/node_modules
64231npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-stylish-cc192ea4/node_modules
64232npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-7c45e760/node_modules
64233npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-up-badd8779/node_modules
64234npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/os-name-4a5d7f11/node_modules
64235npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gzip-size-b68e728c/node_modules
64236npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-green-4adeead4/node_modules
64237npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-styles-7e0db658/node_modules
64238npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-flatten-dfe1060e/node_modules
64239npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-flatten-d50542c7/node_modules
64240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-b22fc638/node_modules
64241npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/executable-7cd550d1/node_modules
64242npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/figures-153983d6/node_modules
64243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-27913bb5/node_modules
64244npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ext-name-c65d3b18/node_modules
64245npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-dotfile-dc6422c3/node_modules
64246npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isobject-df492aff/node_modules
64247npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash._isnative-f5511a01/node_modules
64248npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.isobject-0932530c/node_modules
64249npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-e2425ce9/node_modules
64250npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-fcde11c6/node_modules
64251npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-pkg-6a7c7ec0/node_modules
64252npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-release-ee22328b/node_modules
64253npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xdg-basedir-6606347b/node_modules
64254npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pngquant-bin-35f70fc7/node_modules
64255npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ansi-wrap-4d1bfd9b/node_modules
64256npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bindings-6e622d6c/node_modules
64257npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crypt-5b57dcfe/node_modules
64258npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-extendable-4932e0fc/node_modules
64259npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pretty-ms-480798c4/node_modules
64260npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringify-object-2e0bb045/node_modules
64261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arr-diff-af4d64e0/node_modules
64262npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseuri-a912ab4c/node_modules
64263npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ordered-esprima-props-af59c7fe/node_modules
64264npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-1b70dfdc/node_modules
64265npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-range-41d989d2/node_modules
64266npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/image-type-8c2f01f9/node_modules
64267npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optipng-bin-aaed9deb/node_modules
64268npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gifsicle-64758ac9/node_modules
64269npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-66e016f2/node_modules
64270npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-8f557928/node_modules
64271npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-equal-shallow-132dca3a/node_modules
64272npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-glob-2aa96e31/node_modules
64273npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-number-69ddc5da/node_modules
64274npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-d846ec49/node_modules
64275npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-path-720e7d80/node_modules
64276npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object.omit-43b36489/node_modules
64277npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pify-8d39eb85/node_modules
64278npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/read-1968274d/node_modules
64279npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeat-string-c980ddfa/node_modules
64280npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tinycolor-2ddcca86/node_modules
64281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-94acf699/node_modules
64282npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-09f546b2/node_modules
64283npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-712fd682/node_modules
64284npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ee-first-77b0c532/node_modules
64285npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d60ec99f/node_modules
64286npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-1051e617/node_modules
64287npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-92ba3afc/node_modules
64288npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-70cd7b7b/node_modules
64289npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-a26145d5/node_modules
64290npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-c32f92ea/node_modules
64291npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-d27279c7/node_modules
64292npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/safe-json-stringify-a0e7e90f/node_modules
64293npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/to-array-663f09fb/node_modules
64294npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-ng-annotate-f7ff75c2/node_modules
64295npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/merge-descriptors-0bdd2d62/node_modules
64296npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-concurrent-8f98fdbe/node_modules
64297npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/anymatch-a54c36b2/node_modules
64298npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utils-merge-f0b215eb/node_modules
64299npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-e45338e0/node_modules
64300npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-01b17b6e/node_modules
64301npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-a92c6a00/node_modules
64302npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-9d568919/node_modules
64303npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-7c7b2e00/node_modules
64304npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/once-c56380e0/node_modules
64305npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-number-2b429131/node_modules
64306npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/meow-f993e98c/node_modules
64307npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-dac6bbb1/node_modules
64308npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-d9218e89/node_modules
64309npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/expand-brackets-ce545d6e/node_modules
64310npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forwarded-69f9508b/node_modules
64311npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash.debounce-74f9a72f/node_modules
64312npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-lower-case-ff1d0ffd/node_modules
64313npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-af3882e9/node_modules
64314npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-case-81dc752a/node_modules
64315npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/param-case-b72fe235/node_modules
64316npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dot-case-cb091322/node_modules
64317npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/snake-case-e946e9aa/node_modules
64318npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-cb593ab2/node_modules
64319npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/title-case-d162dd56/node_modules
64320npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-upper-case-b561e98d/node_modules
64321npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-first-85dd54a3/node_modules
64322npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pascal-case-76d097e9/node_modules
64323npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constant-case-8c3edcf1/node_modules
64324npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-22fceefe/node_modules
64325npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-38959651/node_modules
64326npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-b70cc231/node_modules
64327npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-79e825d8/node_modules
64328npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ini-1ccebc15/node_modules
64329npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/error-ex-0b44cb8c/node_modules
64330npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-base-f3161459/node_modules
64331npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-requirejs-14c92a66/node_modules
64332npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promise-4c2ae656/node_modules
64333npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-htmlmin-f4f0d9cb/node_modules
64334npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regex-cache-7b5aee7c/node_modules
64335npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-license-ids-aacb7cca/node_modules
64336npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-indent-fc2db20b/node_modules
64337npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/unpipe-f9a98912/node_modules
64338npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/swap-case-b1c405ff/node_modules
64339npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/upper-case-d294da23/node_modules
64340npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/user-home-f50edef3/node_modules
64341npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-6a6b7888/node_modules
64342npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wrappy-b7a71258/node_modules
64343npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-21063a14/node_modules
64344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-3d7cb9b9/node_modules
64345npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/escape-html-866e0a58/node_modules
64346npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indexof-074ed44c/node_modules
64347npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jit-grunt-3a9b4ef0/node_modules
64348npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-html2js-preprocessor-f1deddf6/node_modules
64349npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lower-case-fd4895a3/node_modules
64350npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proto-list-18f343b9/node_modules
64351npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/repeating-4b191c50/node_modules
64352npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/indent-string-0782c713/node_modules
64353npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-adapter-a8f40cd8/node_modules
64354npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-stream-b7b14a26/node_modules
64355npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/camel-case-329fd2fb/node_modules
64356npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/default-browser-id-f2bcd197/node_modules
64357npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-spawn-f5bb794f/node_modules
64358npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/end-of-stream-790af1fd/node_modules
64359npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/callsite-705f0e02/node_modules
64360npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-e39cfffc/node_modules
64361npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookiejar-9e87ed30/node_modules
64362npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-equal-908cbfe4/node_modules
64363npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3a458d12/node_modules
64364npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/options-d9b9f48a/node_modules
64365npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osx-release-b4669efd/node_modules
64366npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/randomatic-1ecea6a0/node_modules
64367npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-fmt-863b3f2d/node_modules
64368npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/alter-df2707e3/node_modules
64369npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extglob-7059e4ca/node_modules
64370npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-35ae3f56/node_modules
64371npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-44a2067d/node_modules
64372npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-ef8342bc/node_modules
64373npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-cssmin-65ee732f/node_modules
64374npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonpointer-bd522e4c/node_modules
64375npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-firefox-launcher-6a346cdc/node_modules
64376npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-headers-c173bbeb/node_modules
64377npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-glob-aaa7424e/node_modules
64378npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/which-45ba60a2/node_modules
64379npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-f0b43ef4/node_modules
64380npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/download-ab469fed/node_modules
64381npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-bced635c/node_modules
64382npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-e488c2d2/node_modules
64383npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-c77be11b/node_modules
64384npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-be5c11b0/node_modules
64385npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-readlink-e0f03b21/node_modules
64386npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-promise-561e20f7/node_modules
64387npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pause-e8fad06c/node_modules
64388npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pinkie-5b9c6504/node_modules
64389npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-3baf7556/node_modules
64390npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/simple-is-d78478ba/node_modules
64391npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/streamsearch-aedb5713/node_modules
64392npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-counter-a0488c1b/node_modules
64393npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vary-729c1b62/node_modules
64394npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-0b50ba76/node_modules
64395npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/builtin-modules-7e9b589c/node_modules
64396npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-signature-c077e3d8/node_modules
64397npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-d110bfce/node_modules
64398npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-699c6989/node_modules
64399npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/intersect-68b63877/node_modules
64400npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isarray-1e4d8727/node_modules
64401npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-html2js-preprocessor-f98cde83/node_modules
64402npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kind-of-f1416c17/node_modules
64403npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-e81f09f7/node_modules
64404npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-5158cd6b/node_modules
64405npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/process-nextick-args-99c8ad65/node_modules
64406npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/combined-stream-f0364594/node_modules
64407npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strip-json-comments-ae1b3162/node_modules
64408npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/imagemin-e9184166/node_modules
64409npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-jade2js-preprocessor-22ac4119/node_modules
64410npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-copy-2f210885/node_modules
64411npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherits-b8f89076/node_modules
64412npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-8b5b34cf/node_modules
64413npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-errors-bac919b5/node_modules
64414npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chalk-268f9043/node_modules
64415npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-safe-755953e1/node_modules
64416npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-imagemin-5b53ba7f/node_modules
64417npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-d580064f/node_modules
64418npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fresh-9b95df6b/node_modules
64419npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-8ec74725/node_modules
64420npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-318438fa/node_modules
64421npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/range-parser-840ef8b4/node_modules
64422npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/statuses-01f80765/node_modules
64423npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-1d9ff102/node_modules
64424npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-ed386b1f/node_modules
64425npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/response-time-f0c163c7/node_modules
64426npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inflight-f75d5068/node_modules
64427npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pump-4b6bc993/node_modules
64428npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/aws-sign2-f3e98050/node_modules
64429npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-c02d8406/node_modules
64430npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/brace-expansion-f9ce01c0/node_modules
64431npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-a0d558d7/node_modules
64432npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-3de5909f/node_modules
64433npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8691cae5/node_modules
64434npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/loud-rejection-7b22aaab/node_modules
64435npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringset-b25d8fb8/node_modules
64436npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chmodr-033c3d0e/node_modules
64437npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-bind-658fb947/node_modules
64438npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-86981bf9/node_modules
64439npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-63617519/node_modules
64440npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-type-cd4e3150/node_modules
64441npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dateformat-cb799797/node_modules
64442npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/etag-56c844ad/node_modules
64443npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0907f8c2/node_modules
64444npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-cors-68bfe3fe/node_modules
64445npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/headless-4e2cb3c4/node_modules
64446npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-83c9ee1c/node_modules
64447npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-748f30d0/node_modules
64448npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/keypress-fb981dbf/node_modules
64449npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-40391d3d/node_modules
64450npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-4b7a1f2e/node_modules
64451npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-0cf5ae08/node_modules
64452npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-faf5570d/node_modules
64453npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-a8de92f0/node_modules
64454npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-timeout-0d3d2d4c/node_modules
64455npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-19196ec0/node_modules
64456npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csrf-fda25d5e/node_modules
64457npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/util-deprecate-2f69dbad/node_modules
64458npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vhost-4d7f0061/node_modules
64459npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-06b72008/node_modules
64460npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/basic-auth-connect-475b37de/node_modules
64461npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/diff-af55dded/node_modules
64462npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/forever-agent-8233fd19/node_modules
64463npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-fbaf77b3/node_modules
64464npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-230f70e1/node_modules
64465npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-8dd80a88/node_modules
64466npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-bde81572/node_modules
64467npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-f90753f4/node_modules
64468npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/string_decoder-b2974c2a/node_modules
64469npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-1a9b1d07/node_modules
64470npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-29f38b5d/node_modules
64471npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-537228c1/node_modules
64472npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-51e7fba2/node_modules
64473npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-0bdb32d2/node_modules
64474npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/finalhandler-4addba03/node_modules
64475npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-chrome-launcher-7883b95b/node_modules
64476npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through2-8a0656ad/node_modules
64477npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-wiredep-6503c43f/node_modules
64478npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-461f6b9b/node_modules
64479npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b46cd774/node_modules
64480npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-ae8f5305/node_modules
64481npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-993e1dad/node_modules
64482npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-47f7f809/node_modules
64483npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-object-property-b5db8d74/node_modules
64484npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bytes-5874588c/node_modules
64485npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-8124e922/node_modules
64486npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/media-typer-2429ff25/node_modules
64487npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/precond-d80e2e85/node_modules
64488npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-d1ace1eb/node_modules
64489npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/validate-npm-package-license-fa23fb48/node_modules
64490npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-nodemon-a4c3385d/node_modules
64491npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-node-inspector-2e498e55/node_modules
64492npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-56b458ea/node_modules
64493npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-4d9788f2/node_modules
64494npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/assert-plus-0edb3b45/node_modules
64495npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/blob-f59f0b52/node_modules
64496npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-86d1178f/node_modules
64497npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/growl-bb8975c2/node_modules
64498npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/methods-46c98474/node_modules
64499npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mute-stream-23c38b91/node_modules
64500npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-favicon-fd008e65/node_modules
64501npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-473befd3/node_modules
64502npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jade-c8d1bcb3/node_modules
64503npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-filter-3be2e4e8/node_modules
64504npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-25a9724e/node_modules
64505npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-a001197a/node_modules
64506npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-08409469/node_modules
64507npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-979c8f02/node_modules
64508npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-1b214033/node_modules
64509npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-ec1509f1/node_modules
64510npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-dc95cc99/node_modules
64511npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parseurl-314ee529/node_modules
64512npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-unless-1a57169d/node_modules
64513npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-parent-a392aa50/node_modules
64514npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/braces-06252f0f/node_modules
64515npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-correct-f024b17c/node_modules
64516npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringmap-b5d4900f/node_modules
64517npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/update-notifier-df9491f2/node_modules
64518npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/insight-5d8273b2/node_modules
64519npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/better-assert-51398f8c/node_modules
64520npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-e74537bc/node_modules
64521npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/on-finished-e27b1d45/node_modules
64522npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-87c59726/node_modules
64523npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-equal-constant-time-d52decbf/node_modules
64524npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffer-crc32-084e65d6/node_modules
64525npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-parser-b4d5cbd8/node_modules
64526npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-8aef7b90/node_modules
64527npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/defined-bedcb9ad/node_modules
64528npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-df7d7c81/node_modules
64529npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-611017b2/node_modules
64530npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-bdbb9c5e/node_modules
64531npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-39d15087/node_modules
64532npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-each-94d3cc63/node_modules
64533npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/arraybuffer.slice-55481626/node_modules
64534npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caseless-9e009108/node_modules
64535npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compressible-f0f61063/node_modules
64536npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-stringify-1d1fd68b/node_modules
64537npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/generate-function-033982fc/node_modules
64538npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-dc9a1c36/node_modules
64539npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-f8fdda82/node_modules
64540npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonfile-585b6775/node_modules
64541npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/proxy-addr-987eb57d/node_modules
64542npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stream-combiner-e6543bbb/node_modules
64543npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-stylus-e34fd4cd/node_modules
64544npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/touch-30f27044/node_modules
64545npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-to-browserify-56284d51/node_modules
64546npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/method-override-2c766fa3/node_modules
64547npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-map-0138963a/node_modules
64548npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/array-reduce-8a12d111/node_modules
64549npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-inherit-ee08586f/node_modules
64550npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/concat-map-52656bb5/node_modules
64551npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/duplexer-f746760c/node_modules
64552npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-4d8af44e/node_modules
64553npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-property-2c1157ec/node_modules
64554npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-buffer-e5e9d8ad/node_modules
64555npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-strategy-ab83c876/node_modules
64556npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-083f8360/node_modules
64557npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fill-range-5ef9f3e5/node_modules
64558npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/throttleit-d7594825/node_modules
64559npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/batch-6bf69da7/node_modules
64560npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-c8901318/node_modules
64561npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-91c366db/node_modules
64562npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-79a6b672/node_modules
64563npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-3a2329ec/node_modules
64564npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-3c0261e6/node_modules
64565npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/type-is-95d9a985/node_modules
64566npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd-734f2f9b/node_modules
64567npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nth-check-6676480b/node_modules
64568npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stringstream-228812fc/node_modules
64569npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backo2-2f7d12d5/node_modules
64570npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-c3a613b0/node_modules
64571npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-723251dd/node_modules
64572npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-livereload-4630fbb4/node_modules
64573npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-parse-0e9a5ce0/node_modules
64574npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-917523ec/node_modules
64575npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/after-bc5589ff/node_modules
64576npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-local-8c40a2e4/node_modules
64577npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/deep-extend-aa256b2c/node_modules
64578npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/di-7831dc48/node_modules
64579npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/co-093c432c/node_modules
64580npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8d3bd819/node_modules
64581npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-arrayish-af92cbf1/node_modules
64582npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-select-994bcd5f/node_modules
64583npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-component-10e5bbbe/node_modules
64584npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/truncate-8813a448/node_modules
64585npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-autoprefixer-a782ba0c/node_modules
64586npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/abbrev-f12d5562/node_modules
64587npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/oauth-sign-a5ba0156/node_modules
64588npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-utils-7c8dfe17/node_modules
64589npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sigmund-52913fe8/node_modules
64590npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tunnel-agent-0e49203a/node_modules
64591npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-mongo-797d2f9e/node_modules
64592npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-aca17f96/node_modules
64593npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-5f65f366/node_modules
64594npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-concat-c2d2c62e/node_modules
64595npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stable-caf6f1b0/node_modules
64596npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multer-6c95df91/node_modules
64597npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/scmp-3c8978ab/node_modules
64598npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/raw-body-9b76cd05/node_modules
64599npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/content-disposition-541a3539/node_modules
64600npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/osenv-bccae03a/node_modules
64601npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/csurf-d91a5017/node_modules
64602npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-7db22797/node_modules
64603npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasminewd2-f5690671/node_modules
64604npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/character-parser-b83bdb75/node_modules
64605npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-fb0bedc4/node_modules
64606npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-static-44fd8ff0/node_modules
64607npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/compression-153abeb4/node_modules
64608npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/form-data-8ce7846c/node_modules
64609npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/punycode-50f8bda6/node_modules
64610npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uid-3e598702/node_modules
64611npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/css-f33bf0d3/node_modules
64612npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/constantinople-bb823150/node_modules
64613npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/amdefine-267588de/node_modules
64614npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-jshint-621cce63/node_modules
64615npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jpegtran-bin-60666aeb/node_modules
64616npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/flushwritable-4e2dcd14/node_modules
64617npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/md5-7851bcdc/node_modules
64618npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/regexp-clone-b61bd35f/node_modules
64619npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-18238d0f/node_modules
64620npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-21fdbb7f/node_modules
64621npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-c5fa475a/node_modules
64622npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-js-a0a08d73/node_modules
64623npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/buffers-65a03033/node_modules
64624npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/component-emitter-bb43f31a/node_modules
64625npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/emitter-component-d4b56992/node_modules
64626npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-8b588e81/node_modules
64627npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-mocha-test-efc027cd/node_modules
64628npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/change-case-0f0bfe01/node_modules
64629npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/errorhandler-d9a6680e/node_modules
64630npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/eventemitter2-b3dc34dd/node_modules
64631npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-queue-8ef13842/node_modules
64632npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/next-tick-0f4109ca/node_modules
64633npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xtend-df7988d8/node_modules
64634npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/archy-43430d37/node_modules
64635npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inherit-79467e44/node_modules
64636npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonify-ebc041bd/node_modules
64637npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-7a34b4ea/node_modules
64638npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ecdsa-sig-formatter-3895e7ba/node_modules
64639npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/morgan-e1afc6a8/node_modules
64640npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-54baccc5/node_modules
64641npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-460438ea/node_modules
64642npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-ec6e2171/node_modules
64643npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-be78e942/node_modules
64644npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/progress-1259fa44/node_modules
64645npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cryptiles-8fb1ece1/node_modules
64646npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-d4729090/node_modules
64647npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-progress-572bf127/node_modules
64648npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/balanced-match-2caf4fcd/node_modules
64649npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cookie-82e5ad57/node_modules
64650npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gaze-d35c1ef4/node_modules
64651npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/getobject-c62d4014/node_modules
64652npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-e1a2188a/node_modules
64653npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/path-to-regexp-b251e6d1/node_modules
64654npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-b693ab51/node_modules
64655npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-86ce23b1/node_modules
64656npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-c9e3bacf/node_modules
64657npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/isstream-047905a8/node_modules
64658npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-539a0f7e/node_modules
64659npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/date-now-8e62954f/node_modules
64660npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stat-mode-2e36ef36/node_modules
64661npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ware-7b95a9b0/node_modules
64662npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ultron-09e755f4/node_modules
64663npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-replay-2fdd3e9f/node_modules
64664npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-03a31bca/node_modules
64665npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-546ef2c3/node_modules
64666npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-9cc74e24/node_modules
64667npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-7fe2b486/node_modules
64668npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/google-cdn-data-f2ebaccb/node_modules
64669npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-49361323/node_modules
64670npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-688285ff/node_modules
64671npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-utils-efba2f5f/node_modules
64672npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-970c5705/node_modules
64673npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f65fbeb1/node_modules
64674npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/core-util-is-83758450/node_modules
64675npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-9106b5e3/node_modules
64676npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f0a0db1f/node_modules
64677npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-uglify-2f79f41d/node_modules
64678npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-stringify-safe-58057c07/node_modules
64679npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2cf6ff47/node_modules
64680npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-bf7ddf00/node_modules
64681npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-2a098fc8/node_modules
64682npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-55a215c7/node_modules
64683npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/with-bac83ff4/node_modules
64684npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/console-browserify-ab5fb8de/node_modules
64685npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/preserve-46ce8621/node_modules
64686npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64-arraybuffer-3b76cf1c/node_modules
64687npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chainsaw-f53aeada/node_modules
64688npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-86730882/node_modules
64689npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pooling-149e19c7/node_modules
64690npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/opn-113c4005/node_modules
64691npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/spdx-expression-parse-eb460c37/node_modules
64692npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/biased-opener-c78b9fc8/node_modules
64693npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-b896a30b/node_modules
64694npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-69c65d0e/node_modules
64695npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-a948f1b7/node_modules
64696npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-684d948e/node_modules
64697npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-d0786253/node_modules
64698npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rimraf-ffa53e4d/node_modules
64699npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-903a1cd4/node_modules
64700npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c0976f8f/node_modules
64701npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-e2c90301/node_modules
64702npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mv-fa5f7892/node_modules
64703npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/composable-middleware-3928dc46/node_modules
64704npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-41a88d22/node_modules
64705npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sentence-case-739aa6da/node_modules
64706npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/send-714f2a9f/node_modules
64707npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/reduce-component-6282699c/node_modules
64708npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/promptly-33d94e46/node_modules
64709npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dashdash-aa8fc4cd/node_modules
64710npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jwa-d5039063/node_modules
64711npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/split-b5770f82/node_modules
64712npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-ce467609/node_modules
64713npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-00daa945/node_modules
64714npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-env-82019ed2/node_modules
64715npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-7a61e531/node_modules
64716npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-f940c9d5/node_modules
64717npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accepts-c479d438/node_modules
64718npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-f5a30ad3/node_modules
64719npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/open-399683eb/node_modules
64720npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/through-544fbcc6/node_modules
64721npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extend-ebf3b6ae/node_modules
64722npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-karma-dce72ed5/node_modules
64723npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-c4c50345/node_modules
64724npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-9db3cd91/node_modules
64725npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-52701839/node_modules
64726npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/parse-json-48069718/node_modules
64727npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-logger-5f9207e6/node_modules
64728npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-092f799e/node_modules
64729npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-59787311/node_modules
64730npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-endpoint-parser-13df85c7/node_modules
64731npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5bd353aa/node_modules
64732npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-1afce100/node_modules
64733npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-61a48168/node_modules
64734npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-78424534/node_modules
64735npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-e3a5d03e/node_modules
64736npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-41742a2c/node_modules
64737npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-f02ed013/node_modules
64738npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/graceful-fs-23879adc/node_modules
64739npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/typedarray-6b4041bf/node_modules
64740npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-cc0ec82a/node_modules
64741npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-64d3d283/node_modules
64742npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lru-cache-70f325e9/node_modules
64743npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-043850b0/node_modules
64744npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sliced-9abb5cab/node_modules
64745npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lockfile-a921e7b0/node_modules
64746npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/p-throttler-5c8f4f09/node_modules
64747npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-fs-0d1dc96b/node_modules
64748npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-d814db77/node_modules
64749npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/object-keys-7a48fb69/node_modules
64750npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-ed9cda02/node_modules
64751npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-979fa066/node_modules
64752npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/depd-a510ab12/node_modules
64753npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zlib-browserify-c0d7d703/node_modules
64754npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-18bfd846/node_modules
64755npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/findup-sync-8140f333/node_modules
64756npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-4fc895bc/node_modules
64757npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rc-e79a7a27/node_modules
64758npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-526a4055/node_modules
64759npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-30e46e1d/node_modules
64760npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/muri-6e0c3d58/node_modules
64761npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-3b275b86/node_modules
64762npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-a412eb00/node_modules
64763npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-832e6b6a/node_modules
64764npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-lib-contrib-db194074/node_modules
64765npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-config-87f89cca/node_modules
64766npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-115e11ed/node_modules
64767npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/commander-2ccea91c/node_modules
64768npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-ed3c386f/node_modules
64769npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/timers-ext-d594c66b/node_modules
64770npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wiredep-8b27dc54/node_modules
64771npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-19259e8f/node_modules
64772npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9eef6341/node_modules
64773npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-5c17a76a/node_modules
64774npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-ad6791c6/node_modules
64775npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-7ee3fcfc/node_modules
64776npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-117cd50c/node_modules
64777npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-170cc9ea/node_modules
64778npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-9e660925/node_modules
64779npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/debug-0510da93/node_modules
64780npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-4b2d092e/node_modules
64781npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-df7c869c/node_modules
64782npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/extsprintf-52d209e7/node_modules
64783npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-90b03f78/node_modules
64784npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-ca326d1e/node_modules
64785npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-91bc12da/node_modules
64786npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nopt-bf834044/node_modules
64787npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/win-detect-browsers-f37e29e9/node_modules
64788npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-803aae32/node_modules
64789npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-e7fd4729/node_modules
64790npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-33c3b41e/node_modules
64791npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-d4135359/node_modules
64792npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-jwt-ee17fc3b/node_modules
64793npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/d-b7a230c8/node_modules
64794npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-log-d5e92ec3/node_modules
64795npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-7c595c15/node_modules
64796npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/wordwrap-ac831d60/node_modules
64797npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-build-control-5e0e2282/node_modules
64798npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-358373bc/node_modules
64799npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-9d6a9069/node_modules
64800npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-39ed679c/node_modules
64801npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-bfcd9d1a/node_modules
64802npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-6dad29d0/node_modules
64803npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-7b83e5ad/node_modules
64804npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkpath-27408025/node_modules
64805npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bl-c455f913/node_modules
64806npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooks-fixed-10e43d50/node_modules
64807npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-data-6792f4cc/node_modules
64808npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eca38f64/node_modules
64809npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/noptify-3e1a1720/node_modules
64810npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sntp-62cae532/node_modules
64811npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/has-binary-eb70372c/node_modules
64812npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/text-table-c233e25f/node_modules
64813npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/multiparty-f19e8247/node_modules
64814npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-watch-6102743e/node_modules
64815npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpromise-1d17ee22/node_modules
64816npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/retry-6ea0c0cc/node_modules
64817npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-ldapauth-e85d7584/node_modules
64818npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/whet.extend-f80e54f1/node_modules
64819npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-707c263d/node_modules
64820npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-afc15c84/node_modules
64821npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-02e2e077/node_modules
64822npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ec0b83bb/node_modules
64823npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-f84cf8b5/node_modules
64824npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-52638c4c/node_modules
64825npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-dbb8b0e6/node_modules
64826npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-13a90d4f/node_modules
64827npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-457e7491/node_modules
64828npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-31fa44cf/node_modules
64829npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-78cf04d1/node_modules
64830npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-6619b182/node_modules
64831npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-018e78f9/node_modules
64832npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-07c8ae30/node_modules
64833npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d389daac/node_modules
64834npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-5c89810d/node_modules
64835npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-1363b98b/node_modules
64836npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-cc145a81/node_modules
64837npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-8fb94a0e/node_modules
64838npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/config-chain-4f06bec8/node_modules
64839npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-5bb0eadd/node_modules
64840npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-7b8aa4d5/node_modules
64841npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-dd72af88/node_modules
64842npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-95f13831/node_modules
64843npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/delayed-stream-0b444ccf/node_modules
64844npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shell-quote-9593bb24/node_modules
64845npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-fb4d3294/node_modules
64846npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/micromatch-3e0dcf81/node_modules
64847npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-70fd6582/node_modules
64848npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-6d0cb937/node_modules
64849npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-13d0f153/node_modules
64850npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-abf634e4/node_modules
64851npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-8488df19/node_modules
64852npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-a47c17cf/node_modules
64853npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/convert-source-map-5a92e77b/node_modules
64854npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-0251f18d/node_modules
64855npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-9a3f59aa/node_modules
64856npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-8289c392/node_modules
64857npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-ignore-ac1e1595/node_modules
64858npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-session-1cb10dc3/node_modules
64859npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-ba753a49/node_modules
64860npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-269631c6/node_modules
64861npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-signature-ab59db17/node_modules
64862npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-efb4381b/node_modules
64863npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b5e16a67/node_modules
64864npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domutils-dee94009/node_modules
64865npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-16d52979/node_modules
64866npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-50b915d4/node_modules
64867npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3f109939/node_modules
64868npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-9d029782/node_modules
64869npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-55a5085d/node_modules
64870npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-78f68fd4/node_modules
64871npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-6e180b53/node_modules
64872npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/x-default-browser-fb0246fc/node_modules
64873npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a45a9b76/node_modules
64874npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-d2fe9457/node_modules
64875npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-eaa66a38/node_modules
64876npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-9863c00d/node_modules
64877npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-bb9634cf/node_modules
64878npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-77af3c45/node_modules
64879npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/weak-a71be6ba/node_modules
64880npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-d13cca63/node_modules
64881npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/body-parser-e37fcee2/node_modules
64882npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-protractor-runner-5125318c/node_modules
64883npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/block-stream-fd845bc3/node_modules
64884npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-2a986007/node_modules
64885npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/saucelabs-bc92f9a6/node_modules
64886npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jws-446bd63a/node_modules
64887npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-67cac5e4/node_modules
64888npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-open-3631f721/node_modules
64889npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-parser-71bb9c9f/node_modules
64890npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-c26ebd3e/node_modules
64891npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a65e1a7f/node_modules
64892npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-79a3fb33/node_modules
64893npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-contrib-clean-4c96b3d6/node_modules
64894npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hosted-git-info-15498999/node_modules
64895npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-616565a1/node_modules
64896npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e8827d36/node_modules
64897npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-af10d670/node_modules
64898npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-entities-1122232e/node_modules
64899npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-a938f671/node_modules
64900npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-2bdb314a/node_modules
64901npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-5326439c/node_modules
64902npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsprim-aa9d372e/node_modules
64903npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-b1b23865/node_modules
64904npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1-9449641b/node_modules
64905npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/negotiator-4f236357/node_modules
64906npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldap-filter-0b6112fd/node_modules
64907npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/supertest-0a3c57ba/node_modules
64908npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-9a7cda18/node_modules
64909npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-c7af878c/node_modules
64910npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-1147f504/node_modules
64911npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/passport-9f7ca3f2/node_modules
64912npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-ad3e0aa6/node_modules
64913npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-dd3c192e/node_modules
64914npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-stream-1157f43b/node_modules
64915npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-weak-map-4358a268/node_modules
64916npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-57057198/node_modules
64917npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0d838263/node_modules
64918npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0beb7ad0/node_modules
64919npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-68b903c0/node_modules
64920npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-90adcfc1/node_modules
64921npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hooker-48b06343/node_modules
64922npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-728c7457/node_modules
64923npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5e6a4a57/node_modules
64924npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-18099a4d/node_modules
64925npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e125e7af/node_modules
64926npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-7740cd94/node_modules
64927npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-legacy-util-12367406/node_modules
64928npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-cb41437e/node_modules
64929npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/crc-9724b972/node_modules
64930npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-6cf39264/node_modules
64931npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-e24d52c7/node_modules
64932npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jade-preprocessor-e15db50d/node_modules
64933npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-json-49715211/node_modules
64934npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-13c48941/node_modules
64935npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantomjs-f567f085/node_modules
64936npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-protocol-0790c9a9/node_modules
64937npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sprintf-js-d0139c3e/node_modules
64938npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/chokidar-493c92ec/node_modules
64939npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-symbol-53a952e1/node_modules
64940npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kareem-9e27a421/node_modules
64941npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tmp-edb089e6/node_modules
64942npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socketio-jwt-44749cdc/node_modules
64943npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/big-integer-208106ea/node_modules
64944npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/colors-76cfa3b4/node_modules
64945npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ipaddr.js-8c95b273/node_modules
64946npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/monocle-85cc230c/node_modules
64947npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/decompress-zip-3e284911/node_modules
64948npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/policyfile-b12869c3/node_modules
64949npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/pkginfo-115403f8/node_modules
64950npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-216143fb/node_modules
64951npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-2a2f5423/node_modules
64952npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-3b6ee7ec/node_modules
64953npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-46dd1ff7/node_modules
64954npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bplist-parser-0d2357c5/node_modules
64955npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c262507c/node_modules
64956npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-c4f3a2f3/node_modules
64957npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-74c70a27/node_modules
64958npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-4b4f27d0/node_modules
64959npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-f1c7d320/node_modules
64960npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-b02415cd/node_modules
64961npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-04ba7a3d/node_modules
64962npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-4e29000b/node_modules
64963npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-715159ea/node_modules
64964npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-45300770/node_modules
64965npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-uuid-0102bf38/node_modules
64966npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-jasmine-69d61963/node_modules
64967npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmldom-c6234d03/node_modules
64968npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-333a1b1a/node_modules
64969npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-8aeab4c3/node_modules
64970npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-6c36a15f/node_modules
64971npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/globule-5915a629/node_modules
64972npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/backoff-deb45122/node_modules
64973npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-34f64c50/node_modules
64974npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-5bead6d3/node_modules
64975npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-45dee521/node_modules
64976npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimatch-5c0351b4/node_modules
64977npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-usemin-36c7c6c4/node_modules
64978npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minimist-a38b6639/node_modules
64979npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlhttprequest-68ed6536/node_modules
64980npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mpath-cc7d5693/node_modules
64981npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ca16f4e5/node_modules
64982npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-16fc46e8/node_modules
64983npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-41fe2eef/node_modules
64984npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-34bf1d13/node_modules
64985npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-d5ef2302/node_modules
64986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e35088e9/node_modules
64987npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e44990de/node_modules
64988npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-ae46a979/node_modules
64989npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-2589f055/node_modules
64990npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-a1873cf0/node_modules
64991npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ncp-2ecbea4d/node_modules
64992npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/strong-data-uri-d2436f09/node_modules
64993npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/har-validator-f549c573/node_modules
64994npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-b1e25be5/node_modules
64995npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/boom-222a0146/node_modules
64996npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-d006ba2b/node_modules
64997npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-79edf963/node_modules
64998npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-ed7c4321/node_modules
64999npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-edd0ed42/node_modules
65000npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-66ea1d24/node_modules
65001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-3544151a/node_modules
65002npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4875958c/node_modules
65003npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-71bc9341/node_modules
65004npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-4c8f6145/node_modules
65005npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-76ba8d6c/node_modules
65006npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-c98f594f/node_modules
65007npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-24caeea9/node_modules
65008npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/entities-1a5656fc/node_modules
65009npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/event-emitter-00196a84/node_modules
65010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-4f48efb7/node_modules
65011npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-f1b6d1a3/node_modules
65012npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uuid-9e3c587d/node_modules
65013npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kew-dfb8ec66/node_modules
65014npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/relateurl-c4d1280f/node_modules
65015npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-dom-munger-8c845d5a/node_modules
65016npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mkdirp-f339c58e/node_modules
65017npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-297de113/node_modules
65018npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-a6108b81/node_modules
65019npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-iterator-75c7e39a/node_modules
65020npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-bfb357c6/node_modules
65021npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-ceed58e2/node_modules
65022npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/i-9fead3df/node_modules
65023npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-aee44b68/node_modules
65024npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utile-cbdf8110/node_modules
65025npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-53e6023e/node_modules
65026npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-d076dc6a/node_modules
65027npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/html-minifier-e0a5766e/node_modules
65028npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-fe516c28/node_modules
65029npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-34bb422e/node_modules
65030npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-1d6fc621/node_modules
65031npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0756b4ec/node_modules
65032npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-a284a379/node_modules
65033npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-0ac204b8/node_modules
65034npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-32ce7889/node_modules
65035npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-d0f8e3bb/node_modules
65036npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-55097439/node_modules
65037npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-e42f9c02/node_modules
65038npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-2c92b908/node_modules
65039npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-express-server-b4ad670a/node_modules
65040npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-abdc7249/node_modules
65041npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-fe17f15d/node_modules
65042npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapauth-fork-7e683701/node_modules
65043npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-types-9b839995/node_modules
65044npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-d5c4b9c7/node_modules
65045npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-00b289fc/node_modules
65046npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/verror-8200d8a0/node_modules
65047npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cli-color-9a9be295/node_modules
65048npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-57d1bc28/node_modules
65049npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-09c8412f/node_modules
65050npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-da57517b/node_modules
65051npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tiny-lr-fork-b7a0ab13/node_modules
65052npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xmlbuilder-a2985beb/node_modules
65053npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/base64url-34833d2c/node_modules
65054npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f76c8b07/node_modules
65055npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-4175e4e7/node_modules
65056npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-profiler-0c2b89c5/node_modules
65057npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/exit-06b6844c/node_modules
65058npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-0c5f30a9/node_modules
65059npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-82d7cf47/node_modules
65060npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-b09f3ec0/node_modules
65061npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-bbb517fe/node_modules
65062npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-459b9cc3/node_modules
65063npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e1366965/node_modules
65064npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-6816b730/node_modules
65065npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-e4ddb62c/node_modules
65066npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-c5a20cd2/node_modules
65067npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-035a645f/node_modules
65068npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-ca79e24b/node_modules
65069npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/q-2fb98445/node_modules
65070npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-89356bea/node_modules
65071npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-f44e949d/node_modules
65072npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-54e67aef/node_modules
65073npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/global-374d4e73/node_modules
65074npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-90f3593e/node_modules
65075npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/domhandler-7a9f691b/node_modules
65076npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-f4df6b79/node_modules
65077npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-4e7ee468/node_modules
65078npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/postcss-8b324b03/node_modules
65079npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/signal-exit-8a41fdb4/node_modules
65080npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/inquirer-35d357df/node_modules
65081npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-a6d42726/node_modules
65082npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-fdf7cfdf/node_modules
65083npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-ab8aeb43/node_modules
65084npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fstream-f275ccfd/node_modules
65085npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-de13f73e/node_modules
65086npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-a5f7e380/node_modules
65087npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-9467c81b/node_modules
65088npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-e4661074/node_modules
65089npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-264ee16b/node_modules
65090npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/optimist-0cfebbd5/node_modules
65091npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-f426f1d6/node_modules
65092npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-8c4acd29/node_modules
65093npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-4dfc46f6/node_modules
65094npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-791442e1/node_modules
65095npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-09e4e875/node_modules
65096npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/npmconf-5027e1f8/node_modules
65097npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redeyed-d0943e6b/node_modules
65098npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/xml2js-390cccc6/node_modules
65099npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/vasync-b0cc249e/node_modules
65100npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bn.js-efd25ecb/node_modules
65101npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-67df9d86/node_modules
65102npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-6ab643c2/node_modules
65103npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-8c306e86/node_modules
65104npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-c045deee/node_modules
65105npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-17a354ed/node_modules
65106npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-08f18e33/node_modules
65107npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/traverse-7768af0d/node_modules
65108npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-9f9702df/node_modules
65109npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/browser-launcher2-644863c4/node_modules
65110npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jsonwebtoken-fe5a6b0d/node_modules
65111npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-fa1b165b/node_modules
65112npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-12ee817c/node_modules
65113npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-f1d9fb54/node_modules
65114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-a40190ff/node_modules
65115npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mime-db-e1ce5019/node_modules
65116npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ctype-0b0363a9/node_modules
65117npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/faye-websocket-3206d0e1/node_modules
65118npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/v8-debug-6d9c8e93/node_modules
65119npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/async-5a4c1864/node_modules
65120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readable-stream-8cf2a159/node_modules
65121npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-asset-injector-d2349add/node_modules
65122npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tape-0ab0592b/node_modules
65123npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/utf8-2bc0a040/node_modules
65124npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-02823aa2/node_modules
65125npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-f780dc8d/node_modules
65126npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore-317b67a8/node_modules
65127npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-c4dc8d52/node_modules
65128npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/fs-extra-a9bb583d/node_modules
65129npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/binary-b052a454/node_modules
65130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coa-ced7c54d/node_modules
65131npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-694a0c3e/node_modules
65132npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/asn1.js-27eaf3fb/node_modules
65133npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-621b9c64/node_modules
65134npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-e8e45e90/node_modules
65135npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/normalize-package-data-da8ffb1a/node_modules
65136npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-registry-client-4ffd3e16/node_modules
65137npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-46bd4b3a/node_modules
65138npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/minijasminenode-b612767a/node_modules
65139npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-b98b7f64/node_modules
65140npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cardinal-9363e355/node_modules
65141npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/gridfs-stream-b8b091b6/node_modules
65142npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-e38eec03/node_modules
65143npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hoek-d274c6c0/node_modules
65144npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/superagent-2956e0bc/node_modules
65145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-40b01213/node_modules
65146npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-91aaf05e/node_modules
65147npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-stream-4fc8f8ec/node_modules
65148npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dnode-9efa73d2/node_modules
65149npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-e6558551/node_modules
65150npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shelljs-5c55b8c3/node_modules
65151npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/semver-309ebae5/node_modules
65152npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/engine.io-client-ecc00725/node_modules
65153npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-support-0224d270/node_modules
65154npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-newer-2677c865/node_modules
65155npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-aad70e2f/node_modules
65156npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/grunt-angular-templates-d78279ef/node_modules
65157npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tar-d6877a8f/node_modules
65158npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/express-4a4ce112/node_modules
65159npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-7a57b1f4/node_modules
65160npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bcryptjs-c272d6c0/node_modules
65161npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/connect-2260fe81/node_modules
65162npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-f3376d70/node_modules
65163npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-5d254ab3/node_modules
65164npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-900b77ff/node_modules
65165npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-fcda05de/node_modules
65166npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-bc1dea50/node_modules
65167npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/argparse-3498434f/node_modules
65168npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json-schema-e46a2ed5/node_modules
65169npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/request-22313f85/node_modules
65170npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/is-my-json-valid-b35f6870/node_modules
65171npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/benchmark-32a9040d/node_modules
65172npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cheerio-be2b1bbb/node_modules
65173npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-7473f2e9/node_modules
65174npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/yargs-e629783d/node_modules
65175npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sockjs-01cad350/node_modules
65176npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-768dff6c/node_modules
65177npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ms-cdbc2b09/node_modules
65178npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/useragent-272d17b2/node_modules
65179npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mquery-828ce23e/node_modules
65180npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-0e1eba34/node_modules
65181npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-4252b56e/node_modules
65182npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSwhat-2da6d84c/node_modules
65183npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nodemon-3c9c81e9/node_modules
65184npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-0dc30d38/node_modules
65185npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/formidable-265db474/node_modules
65186npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/clean-css-f0e6afe8/node_modules
65187npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-56890ab9/node_modules
65188npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-10c72a91/node_modules
65189npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-2aa894c7/node_modules
65190npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-5ecc6794/node_modules
65191npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/adm-zip-0074c9bd/node_modules
65192npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-0e6c5e54/node_modules
65193npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/autoprefixer-3d5cdb16/node_modules
65194npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/tough-cookie-6c004dea/node_modules
65195npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dicer-6fddfd03/node_modules
65196npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/kerberos-f0bfc351/node_modules
65197npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/active-x-obfuscator-91d422b4/node_modules
65198npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/phantom-eb32706d/node_modules
65199npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/source-map-18d1a9fb/node_modules
65200npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-60490139/node_modules
65201npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-f433733c/node_modules
65202npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dtrace-provider-d732f0e4/node_modules
65203npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/memoizee-6fd8d2a7/node_modules
65204npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-102e9571/node_modules
65205npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-aa3ff308/node_modules
65206npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/redis-94a6a32b/node_modules
65207npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-8a9e5e9c/node_modules
65208npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-1bfafc08/node_modules
65209npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-0ce17659/node_modules
65210npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/htmlparser2-a06ed28f/node_modules
65211npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nib-e5b4c9ea/node_modules
65212npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/CSSselect-0f50a687/node_modules
65213npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2bb27cad/node_modules
65214npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/shoe-90c1a06f/node_modules
65215npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/js-yaml-bc773c76/node_modules
65216npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-7d8a4ed8/node_modules
65217npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-f4b69f3e/node_modules
65218npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-53088879/node_modules
65219npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-f5af036a/node_modules
65220npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/should-50c5a803/node_modules
65221npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/json3-4df96052/node_modules
65222npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-e45649d5/node_modules
65223npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-c6d17ed6/node_modules
65224npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/qs-2f14540d/node_modules
65225npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/hawk-2b18a6ec/node_modules
65226npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/coffee-script-2701f444/node_modules
65227npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f74bfc0e/node_modules
65228npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/serve-index-01ff1267/node_modules
65229npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-ea9b2b40/node_modules
65230npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-c2c6ee2e/node_modules
65231npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-5d0586f9/node_modules
65232npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-88f1db30/node_modules
65233npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mocha-b5d1e833/node_modules
65234npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-262bc90d/node_modules
65235npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-73185b4c/node_modules
65236npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-9ede3d0c/node_modules
65237npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ws-4a679c2f/node_modules
65238npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-c6e08435/node_modules
65239npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/nan-df1d612d/node_modules
65240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ldapjs-6c051d79/node_modules
65241npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-e38a3b32/node_modules
65242npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-9e1f9538/node_modules
65243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/ng-annotate-14cad7f0/node_modules
65244npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-86dc7611/node_modules
65245npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bunyan-f0f7d798/node_modules
65246npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/plist-a3b1290c/node_modules
65247npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-034d586f/node_modules
65248npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/http-proxy-d52594ba/node_modules
65249npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-core-e309a222/node_modules
65250npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-283257b9/node_modules
65251npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/svgo-9d36ff9a/node_modules
65252npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-ecfc5c8a/node_modules
65253npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/log4js-ec214fd9/node_modules
65254npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bluebird-79df282b/node_modules
65255npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-0ec36e73/node_modules
65256npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/transformers-26ca904a/node_modules
65257npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/stylus-ecb3f94d/node_modules
65258npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-9944367a/node_modules
65259npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-3ba91df1/node_modules
65260npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/underscore.string-e14d63fb/node_modules
65261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/accessibility-developer-tools-e894e846/node_modules
65262npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/glob-b285a30b/node_modules
65263npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-13c23eb1/node_modules
65264npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-b4c0e941/node_modules
65265npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/sax-4ad47b16/node_modules
65266npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/iconv-lite-2f62dea2/node_modules
65267npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/busboy-4652db82/node_modules
65268npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es6-promise-4312d2a5/node_modules
65269npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-806ca709/node_modules
65270npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/readdirp-3c4d5bdb/node_modules
65271npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-153cd78f/node_modules
65272npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/dav-7775bdde/node_modules
65273npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/karma-ng-scenario-06095de4/node_modules
65274npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-31d328ab/node_modules
65275npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-6a7d3d3a/node_modules
65276npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jade-4ff2a1e0/node_modules
65277npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongodb-40e3e40e/node_modules
65278npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/esprima-d9ef0e8d/node_modules
65279npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mongoose-9b2706cf/node_modules
65280npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-1dbb3e2a/node_modules
65281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/requirejs-c74e8837/node_modules
65282npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-d9c268da/node_modules
65283npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-parser-a1fc7703/node_modules
65284npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bson-ee41528f/node_modules
65285npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/uglify-js-0270c9a3/node_modules
65286npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jshint-e9400c6d/node_modules
65287npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/protractor-372f660e/node_modules
65288npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/mout-468edfff/node_modules
65289npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-24676fe2/node_modules
65290npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-db68d9f0/node_modules
65291npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-54634d17/node_modules
65292npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/lodash-274863fe/node_modules
65293npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/socket.io-client-eae04f2a/node_modules
65294npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/handlebars-e2691921/node_modules
65295npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/jasmine-core-d674a27b/node_modules
65296npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/es5-ext-0fc5fe2b/node_modules
65297npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/rx-657a6559/node_modules
65298npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/caniuse-db-45c9a237/node_modules
65299npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-inspector-605cfb92/node_modules
65300npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/zeparser-85709c3e/node_modules
65301npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/node-pre-gyp-05acdd9e/node_modules
65302npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/selenium-webdriver-3cd43bc3/node_modules
65303npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/bower-33635b0a/node_modules
65304npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.staging/cdnjs-cdn-data-45f117b7/node_modules
65305npm info lifecycle CSSwhat@0.4.7~preinstall: CSSwhat@0.4.7
65306npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
65307npm info lifecycle accessibility-developer-tools@2.6.0~preinstall: accessibility-developer-tools@2.6.0
65308npm info lifecycle adm-zip@0.4.7~preinstall: adm-zip@0.4.7
65309npm info lifecycle after@0.8.1~preinstall: after@0.8.1
65310npm info lifecycle amdefine@1.0.0~preinstall: amdefine@1.0.0
65311npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
65312npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
65313npm info lifecycle ansi-wrap@0.1.0~preinstall: ansi-wrap@0.1.0
65314npm info lifecycle ansi-green@0.1.1~preinstall: ansi-green@0.1.1
65315npm info lifecycle archy@0.0.2~preinstall: archy@0.0.2
65316npm info lifecycle underscore.string@2.4.0~preinstall: underscore.string@2.4.0
65317npm info lifecycle arr-flatten@1.0.1~preinstall: arr-flatten@1.0.1
65318npm info lifecycle arr-diff@2.0.0~preinstall: arr-diff@2.0.0
65319npm info lifecycle array-filter@0.0.1~preinstall: array-filter@0.0.1
65320npm info lifecycle array-flatten@1.1.1~preinstall: array-flatten@1.1.1
65321npm info lifecycle array-map@0.0.0~preinstall: array-map@0.0.0
65322npm info lifecycle array-reduce@0.0.0~preinstall: array-reduce@0.0.0
65323npm info lifecycle array-unique@0.2.1~preinstall: array-unique@0.2.1
65324npm info lifecycle arraybuffer.slice@0.0.6~preinstall: arraybuffer.slice@0.0.6
65325npm info lifecycle arrify@1.0.1~preinstall: arrify@1.0.1
65326npm info lifecycle asn1@0.2.3~preinstall: asn1@0.2.3
65327npm info lifecycle assert-plus@0.2.0~preinstall: assert-plus@0.2.0
65328npm info lifecycle async-each@0.1.6~preinstall: async-each@0.1.6
65329npm info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
65330npm info lifecycle backo2@1.0.2~preinstall: backo2@1.0.2
65331npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
65332npm info lifecycle base64-arraybuffer@0.1.2~preinstall: base64-arraybuffer@0.1.2
65333npm info lifecycle base64-js@0.0.8~preinstall: base64-js@0.0.8
65334npm info lifecycle base64-url@1.2.1~preinstall: base64-url@1.2.1
65335npm info lifecycle base64id@0.1.0~preinstall: base64id@0.1.0
65336npm info lifecycle basic-auth@1.0.3~preinstall: basic-auth@1.0.3
65337npm info lifecycle basic-auth-connect@1.0.0~preinstall: basic-auth-connect@1.0.0
65338npm info lifecycle batch@0.5.2~preinstall: batch@0.5.2
65339npm info lifecycle bcryptjs@2.1.0~preinstall: bcryptjs@2.1.0
65340npm info lifecycle benchmark@1.0.0~preinstall: benchmark@1.0.0
65341npm info lifecycle big-integer@1.6.9~preinstall: big-integer@1.6.9
65342npm info lifecycle binary-extensions@1.4.0~preinstall: binary-extensions@1.4.0
65343npm info lifecycle bindings@1.2.1~preinstall: bindings@1.2.1
65344npm info lifecycle blob@0.0.2~preinstall: blob@0.0.2
65345npm info lifecycle bluebird@2.9.26~preinstall: bluebird@2.9.26
65346npm info lifecycle bn.js@2.2.0~preinstall: bn.js@2.2.0
65347npm info lifecycle boolbase@1.0.0~preinstall: boolbase@1.0.0
65348npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
65349npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
65350npm info lifecycle osenv@0.0.3~preinstall: osenv@0.0.3
65351npm info lifecycle bower-endpoint-parser@0.2.2~preinstall: bower-endpoint-parser@0.2.2
65352npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
65353npm info lifecycle bower-logger@0.2.2~preinstall: bower-logger@0.2.2
65354npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
65355npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
65356npm info lifecycle async@0.2.10~preinstall: async@0.2.10
65357npm info lifecycle caseless@0.8.0~preinstall: caseless@0.8.0
65358npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
65359npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
65360npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
65361npm info lifecycle async@0.9.2~preinstall: async@0.9.2
65362npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
65363npm info lifecycle hoek@0.9.1~preinstall: hoek@0.9.1
65364npm info lifecycle boom@0.4.2~preinstall: boom@0.4.2
65365npm info lifecycle cryptiles@0.2.2~preinstall: cryptiles@0.2.2
65366npm info lifecycle lru-cache@2.3.1~preinstall: lru-cache@2.3.1
65367npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
65368npm info lifecycle oauth-sign@0.5.0~preinstall: oauth-sign@0.5.0
65369npm info lifecycle qs@2.3.3~preinstall: qs@2.3.3
65370npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
65371npm info lifecycle sntp@0.2.4~preinstall: sntp@0.2.4
65372npm info lifecycle hawk@1.1.1~preinstall: hawk@1.1.1
65373npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
65374npm info lifecycle archy@1.0.0~preinstall: archy@1.0.0
65375npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
65376npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
65377npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
65378npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
65379npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
65380npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
65381npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
65382npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
65383npm info lifecycle untildify@2.1.0~preinstall: untildify@2.1.0
65384npm info lifecycle bower-endpoint-parser@0.2.2~preinstall: bower-endpoint-parser@0.2.2
65385npm info lifecycle deep-extend@0.2.11~preinstall: deep-extend@0.2.11
65386npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
65387npm info lifecycle intersect@0.0.3~preinstall: intersect@0.0.3
65388npm info lifecycle bower-json@0.4.0~preinstall: bower-json@0.4.0
65389npm info lifecycle bower-logger@0.2.2~preinstall: bower-logger@0.2.2
65390npm info lifecycle async@0.2.10~preinstall: async@0.2.10
65391npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
65392npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
65393npm info lifecycle ansicolors@0.2.1~preinstall: ansicolors@0.2.1
65394npm info lifecycle esprima@1.0.4~preinstall: esprima@1.0.4
65395npm info lifecycle redeyed@0.4.4~preinstall: redeyed@0.4.4
65396npm info lifecycle cardinal@0.4.4~preinstall: cardinal@0.4.4
65397npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
65398npm info lifecycle escape-string-regexp@1.0.3~preinstall: escape-string-regexp@1.0.3
65399npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
65400npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
65401npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
65402npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
65403npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
65404npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
65405npm info lifecycle chmodr@1.0.2~preinstall: chmodr@1.0.2
65406npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
65407npm info lifecycle sprintf-js@1.0.3~preinstall: sprintf-js@1.0.3
65408npm info lifecycle argparse@1.0.3~preinstall: argparse@1.0.3
65409npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
65410npm info lifecycle inherit@2.2.2~preinstall: inherit@2.2.2
65411npm info lifecycle js-yaml@3.4.6~preinstall: js-yaml@3.4.6
65412npm info lifecycle object-assign@2.1.1~preinstall: object-assign@2.1.1
65413npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
65414npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
65415npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
65416npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
65417npm info lifecycle buffers@0.1.1~preinstall: buffers@0.1.1
65418npm info lifecycle traverse@0.3.9~preinstall: traverse@0.3.9
65419npm info lifecycle chainsaw@0.1.0~preinstall: chainsaw@0.1.0
65420npm info lifecycle binary@0.3.0~preinstall: binary@0.3.0
65421npm info lifecycle mkpath@0.1.0~preinstall: mkpath@0.1.0
65422npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
65423npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
65424npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
65425npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
65426npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
65427npm info lifecycle nopt@1.0.10~preinstall: nopt@1.0.10
65428npm info lifecycle touch@0.0.3~preinstall: touch@0.0.3
65429npm info lifecycle destroy@1.0.3~preinstall: destroy@1.0.3
65430npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
65431npm info lifecycle iferr@0.1.5~preinstall: iferr@0.1.5
65432npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
65433npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
65434npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
65435npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
65436npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
65437npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
65438npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
65439npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
65440npm info lifecycle fs-write-stream-atomic@1.0.7~preinstall: fs-write-stream-atomic@1.0.7
65441npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
65442npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
65443npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
65444npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
65445npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
65446npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
65447npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
65448npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
65449npm info lifecycle github@0.2.4~preinstall: github@0.2.4
65450npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
65451npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
65452npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
65453npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
65454npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
65455npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
65456npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
65457npm info lifecycle once@1.3.3~preinstall: once@1.3.3
65458npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
65459npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
65460npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
65461npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
65462npm info lifecycle optimist@0.3.7~preinstall: optimist@0.3.7
65463npm info lifecycle async@0.2.10~preinstall: async@0.2.10
65464npm info lifecycle amdefine@1.0.0~preinstall: amdefine@1.0.0
65465npm info lifecycle source-map@0.1.43~preinstall: source-map@0.1.43
65466npm info lifecycle uglify-js@2.3.6~preinstall: uglify-js@2.3.6
65467npm info lifecycle handlebars@2.0.0~preinstall: handlebars@2.0.0
65468npm info lifecycle ansi-escapes@1.1.0~preinstall: ansi-escapes@1.1.0
65469npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
65470npm info lifecycle exit-hook@1.1.1~preinstall: exit-hook@1.1.1
65471npm info lifecycle onetime@1.0.0~preinstall: onetime@1.0.0
65472npm info lifecycle restore-cursor@1.0.1~preinstall: restore-cursor@1.0.1
65473npm info lifecycle cli-cursor@1.0.2~preinstall: cli-cursor@1.0.2
65474npm info lifecycle cli-width@1.1.0~preinstall: cli-width@1.1.0
65475npm info lifecycle figures@1.4.0~preinstall: figures@1.4.0
65476npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
65477npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
65478npm info lifecycle code-point-at@1.0.0~preinstall: code-point-at@1.0.0
65479npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
65480npm info lifecycle is-fullwidth-code-point@1.0.0~preinstall: is-fullwidth-code-point@1.0.0
65481npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
65482npm info lifecycle readline2@1.0.1~preinstall: readline2@1.0.1
65483npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
65484npm info lifecycle once@1.3.3~preinstall: once@1.3.3
65485npm info lifecycle run-async@0.1.0~preinstall: run-async@0.1.0
65486npm info lifecycle rx-lite@3.1.2~preinstall: rx-lite@3.1.2
65487npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
65488npm info lifecycle through@2.3.8~preinstall: through@2.3.8
65489npm info lifecycle inquirer@0.10.0~preinstall: inquirer@0.10.0
65490npm info lifecycle async@1.5.0~preinstall: async@1.5.0
65491npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
65492npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
65493npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
65494npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
65495npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
65496npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
65497npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
65498npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
65499npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
65500npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
65501npm info lifecycle lodash._getnative@3.9.1~preinstall: lodash._getnative@3.9.1
65502npm info lifecycle lodash.debounce@3.1.1~preinstall: lodash.debounce@3.1.1
65503npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
65504npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
65505npm info lifecycle osx-release@1.1.0~preinstall: osx-release@1.1.0
65506npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
65507npm info lifecycle win-release@1.1.1~preinstall: win-release@1.1.1
65508npm info lifecycle os-name@1.0.3~preinstall: os-name@1.0.3
65509npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
65510npm info lifecycle is-root@1.0.0~preinstall: is-root@1.0.0
65511npm info lifecycle junk@1.0.2~preinstall: junk@1.0.2
65512npm info lifecycle lockfile@1.0.1~preinstall: lockfile@1.0.1
65513npm info lifecycle lru-cache@2.7.3~preinstall: lru-cache@2.7.3
65514npm info lifecycle md5-o-matic@0.1.1~preinstall: md5-o-matic@0.1.1
65515npm info lifecycle md5-hex@1.1.0~preinstall: md5-hex@1.1.0
65516npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
65517npm info lifecycle mkdirp@0.5.0~preinstall: mkdirp@0.5.0
65518npm info lifecycle configstore@1.4.0~preinstall: configstore@1.4.0
65519npm info lifecycle mout@0.11.1~preinstall: mout@0.11.1
65520npm info lifecycle bower-config@1.3.0~preinstall: bower-config@1.3.0
65521npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
65522npm info lifecycle opn@1.0.2~preinstall: opn@1.0.2
65523npm info lifecycle q@0.9.7~preinstall: q@0.9.7
65524npm info lifecycle p-throttler@0.1.1~preinstall: p-throttler@0.1.1
65525npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
65526npm info lifecycle read@1.0.7~preinstall: read@1.0.7
65527npm info lifecycle promptly@0.2.0~preinstall: promptly@0.2.0
65528npm info lifecycle q@1.4.1~preinstall: q@1.4.1
65529npm info lifecycle decompress-zip@0.1.0~preinstall: decompress-zip@0.1.0
65530npm info lifecycle throttleit@0.0.2~preinstall: throttleit@0.0.2
65531npm info lifecycle request-progress@0.3.1~preinstall: request-progress@0.3.1
65532npm info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
65533npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
65534npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
65535npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
65536npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
65537npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
65538npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
65539npm info lifecycle caseless@0.9.0~preinstall: caseless@0.9.0
65540npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
65541npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
65542npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
65543npm info lifecycle async@0.9.2~preinstall: async@0.9.2
65544npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
65545npm info lifecycle boom@2.10.1~preinstall: boom@2.10.1
65546npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
65547npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
65548npm info lifecycle hawk@2.3.1~preinstall: hawk@2.3.1
65549npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
65550npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
65551npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
65552npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
65553npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
65554npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
65555npm info lifecycle mime-db@1.12.0~preinstall: mime-db@1.12.0
65556npm info lifecycle mime-types@2.0.14~preinstall: mime-types@2.0.14
65557npm info lifecycle form-data@0.2.0~preinstall: form-data@0.2.0
65558npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
65559npm info lifecycle oauth-sign@0.6.0~preinstall: oauth-sign@0.6.0
65560npm info lifecycle qs@2.3.3~preinstall: qs@2.3.3
65561npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
65562npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
65563npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
65564npm info lifecycle request@2.53.0~preinstall: request@2.53.0
65565npm info lifecycle insight@0.7.0~preinstall: insight@0.7.0
65566npm info lifecycle retry@0.6.1~preinstall: retry@0.6.1
65567npm info lifecycle request-replay@0.2.0~preinstall: request-replay@0.2.0
65568npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
65569npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
65570npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
65571npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
65572npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
65573npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
65574npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
65575npm info lifecycle once@1.3.3~preinstall: once@1.3.3
65576npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
65577npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
65578npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
65579npm info lifecycle rimraf@2.4.4~preinstall: rimraf@2.4.4
65580npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
65581npm info lifecycle fstream-ignore@1.0.3~preinstall: fstream-ignore@1.0.3
65582npm info lifecycle bower-registry-client@1.0.0~preinstall: bower-registry-client@1.0.0
65583npm info lifecycle semver@2.3.2~preinstall: semver@2.3.2
65584npm info lifecycle array-filter@0.0.1~preinstall: array-filter@0.0.1
65585npm info lifecycle array-map@0.0.0~preinstall: array-map@0.0.0
65586npm info lifecycle array-reduce@0.0.0~preinstall: array-reduce@0.0.0
65587npm info lifecycle jsonify@0.0.0~preinstall: jsonify@0.0.0
65588npm info lifecycle shell-quote@1.4.3~preinstall: shell-quote@1.4.3
65589npm info lifecycle stringify-object@1.0.1~preinstall: stringify-object@1.0.1
65590npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
65591npm info lifecycle once@1.3.3~preinstall: once@1.3.3
65592npm info lifecycle end-of-stream@1.1.0~preinstall: end-of-stream@1.1.0
65593npm info lifecycle pump@1.0.1~preinstall: pump@1.0.1
65594npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
65595npm info lifecycle once@1.3.3~preinstall: once@1.3.3
65596npm info lifecycle end-of-stream@1.1.0~preinstall: end-of-stream@1.1.0
65597npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
65598npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
65599npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
65600npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
65601npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
65602npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
65603npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
65604npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
65605npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
65606npm info lifecycle tar-stream@1.3.1~preinstall: tar-stream@1.3.1
65607npm info lifecycle tar-fs@1.8.1~preinstall: tar-fs@1.8.1
65608npm info lifecycle tmp@0.0.24~preinstall: tmp@0.0.24
65609npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
65610npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
65611npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
65612npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
65613npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
65614npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
65615npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
65616npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
65617npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
65618npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
65619npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
65620npm info lifecycle configstore@1.4.0~preinstall: configstore@1.4.0
65621npm info lifecycle is-npm@1.0.0~preinstall: is-npm@1.0.0
65622npm info lifecycle capture-stack-trace@1.0.0~preinstall: capture-stack-trace@1.0.0
65623npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
65624npm info lifecycle create-error-class@2.0.1~preinstall: create-error-class@2.0.1
65625npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
65626npm info lifecycle once@1.3.3~preinstall: once@1.3.3
65627npm info lifecycle end-of-stream@1.0.0~preinstall: end-of-stream@1.0.0
65628npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
65629npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
65630npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
65631npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
65632npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
65633npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
65634npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
65635npm info lifecycle duplexify@3.4.2~preinstall: duplexify@3.4.2
65636npm info lifecycle is-plain-obj@1.1.0~preinstall: is-plain-obj@1.1.0
65637npm info lifecycle is-redirect@1.0.0~preinstall: is-redirect@1.0.0
65638npm info lifecycle is-stream@1.0.1~preinstall: is-stream@1.0.1
65639npm info lifecycle lowercase-keys@1.0.0~preinstall: lowercase-keys@1.0.0
65640npm info lifecycle node-status-codes@1.0.0~preinstall: node-status-codes@1.0.0
65641npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
65642npm info lifecycle is-arrayish@0.2.1~preinstall: is-arrayish@0.2.1
65643npm info lifecycle error-ex@1.3.0~preinstall: error-ex@1.3.0
65644npm info lifecycle parse-json@2.2.0~preinstall: parse-json@2.2.0
65645npm info lifecycle pinkie@2.0.1~preinstall: pinkie@2.0.1
65646npm info lifecycle pinkie-promise@2.0.0~preinstall: pinkie-promise@2.0.0
65647npm info lifecycle pinkie@1.0.0~preinstall: pinkie@1.0.0
65648npm info lifecycle pinkie-promise@1.0.0~preinstall: pinkie-promise@1.0.0
65649npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
65650npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
65651npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
65652npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
65653npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
65654npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
65655npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
65656npm info lifecycle read-all-stream@3.0.1~preinstall: read-all-stream@3.0.1
65657npm info lifecycle timed-out@2.0.0~preinstall: timed-out@2.0.0
65658npm info lifecycle unzip-response@1.0.0~preinstall: unzip-response@1.0.0
65659npm info lifecycle prepend-http@1.0.3~preinstall: prepend-http@1.0.3
65660npm info lifecycle url-parse-lax@1.0.0~preinstall: url-parse-lax@1.0.0
65661npm info lifecycle got@5.2.0~preinstall: got@5.2.0
65662npm info lifecycle deep-extend@0.4.0~preinstall: deep-extend@0.4.0
65663npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
65664npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
65665npm info lifecycle strip-json-comments@1.0.4~preinstall: strip-json-comments@1.0.4
65666npm info lifecycle rc@1.1.5~preinstall: rc@1.1.5
65667npm info lifecycle registry-url@3.0.3~preinstall: registry-url@3.0.3
65668npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
65669npm info lifecycle package-json@2.3.0~preinstall: package-json@2.3.0
65670npm info lifecycle latest-version@2.0.0~preinstall: latest-version@2.0.0
65671npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
65672npm info lifecycle is-finite@1.0.1~preinstall: is-finite@1.0.1
65673npm info lifecycle repeating@2.0.0~preinstall: repeating@2.0.0
65674npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
65675npm info lifecycle semver-diff@2.1.0~preinstall: semver-diff@2.1.0
65676npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
65677npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
65678npm info lifecycle string-length@1.0.1~preinstall: string-length@1.0.1
65679npm info lifecycle update-notifier@0.6.0~preinstall: update-notifier@0.6.0
65680npm info lifecycle user-home@1.1.1~preinstall: user-home@1.1.1
65681npm info lifecycle xdg-basedir@1.0.1~preinstall: xdg-basedir@1.0.1
65682npm info lifecycle configstore@0.3.2~preinstall: configstore@0.3.2
65683npm info lifecycle is-relative@0.1.3~preinstall: is-relative@0.1.3
65684npm info lifecycle is-absolute@0.1.7~preinstall: is-absolute@0.1.7
65685npm info lifecycle which@1.2.0~preinstall: which@1.2.0
65686npm info lifecycle bplist-parser@0.1.1~preinstall: bplist-parser@0.1.1
65687npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
65688npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
65689npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
65690npm info lifecycle buffer-crc32@0.2.1~preinstall: buffer-crc32@0.2.1
65691npm info lifecycle buffer-equal-constant-time@1.0.1~preinstall: buffer-equal-constant-time@1.0.1
65692npm info lifecycle buffers@0.1.1~preinstall: buffers@0.1.1
65693npm info lifecycle builtin-modules@1.1.0~preinstall: builtin-modules@1.1.0
65694npm info lifecycle bytes@1.0.0~preinstall: bytes@1.0.0
65695npm info lifecycle callsite@1.0.0~preinstall: callsite@1.0.0
65696npm info lifecycle better-assert@1.0.2~preinstall: better-assert@1.0.2
65697npm info lifecycle camelcase@1.2.1~preinstall: camelcase@1.2.1
65698npm info lifecycle caniuse-db@1.0.30000382~preinstall: caniuse-db@1.0.30000382
65699npm info lifecycle caseless@0.11.0~preinstall: caseless@0.11.0
65700npm info lifecycle semver@5.0.3~preinstall: semver@5.0.3
65701npm info lifecycle cdnjs-cdn-data@0.1.2~preinstall: cdnjs-cdn-data@0.1.2
65702npm info lifecycle traverse@0.3.9~preinstall: traverse@0.3.9
65703npm info lifecycle chainsaw@0.1.0~preinstall: chainsaw@0.1.0
65704npm info lifecycle binary@0.3.0~preinstall: binary@0.3.0
65705npm info lifecycle character-parser@1.2.0~preinstall: character-parser@1.2.0
65706npm info lifecycle charenc@0.0.1~preinstall: charenc@0.0.1
65707npm info lifecycle entities@0.5.0~preinstall: entities@0.5.0
65708npm info lifecycle underscore@1.4.4~preinstall: underscore@1.4.4
65709npm info lifecycle chmodr@0.1.0~preinstall: chmodr@0.1.0
65710npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
65711npm info lifecycle commander@2.2.0~preinstall: commander@2.2.0
65712npm info lifecycle clean-css@2.2.23~preinstall: clean-css@2.2.23
65713npm info lifecycle co@4.6.0~preinstall: co@4.6.0
65714npm info lifecycle coffee-script@1.3.3~preinstall: coffee-script@1.3.3
65715npm info lifecycle colors@0.6.2~preinstall: colors@0.6.2
65716npm info lifecycle commander@2.1.0~preinstall: commander@2.1.0
65717npm info lifecycle component-bind@1.0.0~preinstall: component-bind@1.0.0
65718npm info lifecycle component-emitter@1.1.2~preinstall: component-emitter@1.1.2
65719npm info lifecycle component-inherit@0.0.3~preinstall: component-inherit@0.0.3
65720npm info lifecycle compressible@1.1.1~preinstall: compressible@1.1.1
65721npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
65722npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
65723npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
65724npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
65725npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
65726npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
65727npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
65728npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
65729npm info lifecycle object-assign@2.1.1~preinstall: object-assign@2.1.1
65730npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
65731npm info lifecycle connect-livereload@0.4.1~preinstall: connect-livereload@0.4.1
65732npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
65733npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
65734npm info lifecycle bytes@2.1.0~preinstall: bytes@2.1.0
65735npm info lifecycle cookie@0.1.3~preinstall: cookie@0.1.3
65736npm info lifecycle cookie-signature@1.0.6~preinstall: cookie-signature@1.0.6
65737npm info lifecycle cookie-parser@1.3.5~preinstall: cookie-parser@1.3.5
65738npm info lifecycle depd@1.0.1~preinstall: depd@1.0.1
65739npm info lifecycle escape-html@1.0.2~preinstall: escape-html@1.0.2
65740npm info lifecycle fresh@0.3.0~preinstall: fresh@0.3.0
65741npm info lifecycle iconv-lite@0.4.11~preinstall: iconv-lite@0.4.11
65742npm info lifecycle media-typer@0.3.0~preinstall: media-typer@0.3.0
65743npm info lifecycle methods@1.1.1~preinstall: methods@1.1.1
65744npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
65745npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
65746npm info lifecycle compressible@2.0.6~preinstall: compressible@2.0.6
65747npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
65748npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
65749npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
65750npm info lifecycle negotiator@0.5.3~preinstall: negotiator@0.5.3
65751npm info lifecycle accepts@1.2.13~preinstall: accepts@1.2.13
65752npm info lifecycle errorhandler@1.4.2~preinstall: errorhandler@1.4.2
65753npm info lifecycle parseurl@1.3.0~preinstall: parseurl@1.3.0
65754npm info lifecycle pause@0.1.0~preinstall: pause@0.1.0
65755npm info lifecycle qs@4.0.0~preinstall: qs@4.0.0
65756npm info lifecycle range-parser@1.0.3~preinstall: range-parser@1.0.3
65757npm info lifecycle bytes@2.2.0~preinstall: bytes@2.2.0
65758npm info lifecycle iconv-lite@0.4.13~preinstall: iconv-lite@0.4.13
65759npm info lifecycle type-is@1.6.10~preinstall: type-is@1.6.10
65760npm info lifecycle content-disposition@0.5.0~preinstall: content-disposition@0.5.0
65761npm info lifecycle content-type@1.0.1~preinstall: content-type@1.0.1
65762npm info lifecycle convert-source-map@0.4.1~preinstall: convert-source-map@0.4.1
65763npm info lifecycle cookie@0.1.0~preinstall: cookie@0.1.0
65764npm info lifecycle cookie-signature@1.0.3~preinstall: cookie-signature@1.0.3
65765npm info lifecycle cookiejar@1.3.0~preinstall: cookiejar@1.3.0
65766npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
65767npm info lifecycle crc@3.3.0~preinstall: crc@3.3.0
65768npm info lifecycle crypt@0.0.1~preinstall: crypt@0.0.1
65769npm info lifecycle css-parse@1.0.4~preinstall: css-parse@1.0.4
65770npm info lifecycle css-stringify@1.0.5~preinstall: css-stringify@1.0.5
65771npm info lifecycle css@1.0.8~preinstall: css@1.0.8
65772npm info lifecycle cookie@0.1.3~preinstall: cookie@0.1.3
65773npm info lifecycle cookie-signature@1.0.6~preinstall: cookie-signature@1.0.6
65774npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
65775npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
65776npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
65777npm info lifecycle dashdash@1.10.1~preinstall: dashdash@1.10.1
65778npm info lifecycle date-now@0.1.4~preinstall: date-now@0.1.4
65779npm info lifecycle console-browserify@1.1.0~preinstall: console-browserify@1.1.0
65780npm info lifecycle date-time@0.1.1~preinstall: date-time@0.1.1
65781npm info lifecycle dateformat@1.0.2-1.2.3~preinstall: dateformat@1.0.2-1.2.3
65782npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
65783npm info lifecycle nopt@2.2.1~preinstall: nopt@2.2.1
65784npm info lifecycle q@1.0.1~preinstall: q@1.0.1
65785npm info lifecycle get-stdin@0.1.0~preinstall: get-stdin@0.1.0
65786npm info lifecycle nopt@2.2.1~preinstall: nopt@2.2.1
65787npm info lifecycle deep-equal@0.0.0~preinstall: deep-equal@0.0.0
65788npm info lifecycle deep-extend@0.2.11~preinstall: deep-extend@0.2.11
65789npm info lifecycle camelcase@2.0.1~preinstall: camelcase@2.0.1
65790npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
65791npm info lifecycle defined@0.0.0~preinstall: defined@0.0.0
65792npm info lifecycle delayed-stream@1.0.0~preinstall: delayed-stream@1.0.0
65793npm info lifecycle combined-stream@1.0.5~preinstall: combined-stream@1.0.5
65794npm info lifecycle depd@0.4.4~preinstall: depd@0.4.4
65795npm info lifecycle destroy@1.0.3~preinstall: destroy@1.0.3
65796npm info lifecycle di@0.0.1~preinstall: di@0.0.1
65797npm info lifecycle diff@1.0.8~preinstall: diff@1.0.8
65798npm info lifecycle domelementtype@1.1.3~preinstall: domelementtype@1.1.3
65799npm info lifecycle entities@1.1.1~preinstall: entities@1.1.1
65800npm info lifecycle dom-serializer@0.1.0~preinstall: dom-serializer@0.1.0
65801npm info lifecycle domelementtype@1.3.0~preinstall: domelementtype@1.3.0
65802npm info lifecycle domutils@1.1.6~preinstall: domutils@1.1.6
65803npm info lifecycle domhandler@2.0.3~preinstall: domhandler@2.0.3
65804npm info lifecycle domutils@1.4.3~preinstall: domutils@1.4.3
65805npm info lifecycle domhandler@2.3.0~preinstall: domhandler@2.3.0
65806npm info lifecycle domutils@1.5.1~preinstall: domutils@1.5.1
65807npm info lifecycle get-stdin@0.1.0~preinstall: get-stdin@0.1.0
65808npm info lifecycle nopt@2.2.1~preinstall: nopt@2.2.1
65809npm info lifecycle nan@2.1.0~preinstall: nan@2.1.0
65810npm info lifecycle dtrace-provider@0.6.0~preinstall: dtrace-provider@0.6.0
65811npm info lifecycle duplexer@0.1.1~preinstall: duplexer@0.1.1
65812npm info lifecycle each-async@0.1.3~preinstall: each-async@0.1.3
65813npm info lifecycle ee-first@1.1.1~preinstall: ee-first@1.1.1
65814npm info lifecycle emitter-component@1.0.0~preinstall: emitter-component@1.0.0
65815npm info lifecycle commander@0.6.1~preinstall: commander@0.6.1
65816npm info lifecycle nan@0.3.2~preinstall: nan@0.3.2
65817npm info lifecycle parseuri@0.0.4~preinstall: parseuri@0.0.4
65818npm info lifecycle xmlhttprequest@1.5.0~preinstall: xmlhttprequest@1.5.0
65819npm info lifecycle entities@1.0.0~preinstall: entities@1.0.0
65820npm info lifecycle es6-promise@2.1.1~preinstall: es6-promise@2.1.1
65821npm info lifecycle es6-symbol@3.0.2~preinstall: es6-symbol@3.0.2
65822npm info lifecycle es5-ext@0.10.11~preinstall: es5-ext@0.10.11
65823npm info lifecycle d@0.1.1~preinstall: d@0.1.1
65824npm info lifecycle es6-iterator@2.0.0~preinstall: es6-iterator@2.0.0
65825npm info lifecycle es6-symbol@2.0.1~preinstall: es6-symbol@2.0.1
65826npm info lifecycle es6-iterator@0.1.3~preinstall: es6-iterator@0.1.3
65827npm info lifecycle es6-weak-map@0.1.4~preinstall: es6-weak-map@0.1.4
65828npm info lifecycle escape-html@1.0.1~preinstall: escape-html@1.0.1
65829npm info lifecycle escape-string-regexp@1.0.4~preinstall: escape-string-regexp@1.0.4
65830npm info lifecycle decamelize@1.1.2~preinstall: decamelize@1.1.2
65831npm info lifecycle esprima@1.0.4~preinstall: esprima@1.0.4
65832npm info lifecycle etag@1.7.0~preinstall: etag@1.7.0
65833npm info lifecycle serve-favicon@2.3.0~preinstall: serve-favicon@2.3.0
65834npm info lifecycle event-emitter@0.3.4~preinstall: event-emitter@0.3.4
65835npm info lifecycle eventemitter2@0.4.14~preinstall: eventemitter2@0.4.14
65836npm info lifecycle executable@0.1.3~preinstall: executable@0.1.3
65837npm info lifecycle bin-check@0.1.5~preinstall: bin-check@0.1.5
65838npm info lifecycle exit@0.1.2~preinstall: exit@0.1.2
65839npm info lifecycle expand-brackets@0.1.4~preinstall: expand-brackets@0.1.4
65840npm info lifecycle async@0.9.2~preinstall: async@0.9.2
65841npm info lifecycle cookie@0.1.2~preinstall: cookie@0.1.2
65842npm info lifecycle debug@0.8.1~preinstall: debug@0.8.1
65843npm info lifecycle express-unless@0.3.0~preinstall: express-unless@0.3.0
65844npm info lifecycle debug@0.8.1~preinstall: debug@0.8.1
65845npm info lifecycle negotiator@0.3.0~preinstall: negotiator@0.3.0
65846npm info lifecycle underscore.string@2.3.3~preinstall: underscore.string@2.3.3
65847npm info lifecycle extend@3.0.0~preinstall: extend@3.0.0
65848npm info lifecycle extsprintf@1.2.0~preinstall: extsprintf@1.2.0
65849npm info lifecycle faye-websocket@0.4.4~preinstall: faye-websocket@0.4.4
65850npm info lifecycle figures@1.4.0~preinstall: figures@1.4.0
65851npm info lifecycle filename-regex@2.0.0~preinstall: filename-regex@2.0.0
65852npm info lifecycle escape-html@1.0.2~preinstall: escape-html@1.0.2
65853npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
65854npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
65855npm info lifecycle find-file@0.1.4~preinstall: find-file@0.1.4
65856npm info lifecycle flushwritable@1.0.0~preinstall: flushwritable@1.0.0
65857npm info lifecycle for-in@0.1.4~preinstall: for-in@0.1.4
65858npm info lifecycle for-own@0.1.3~preinstall: for-own@0.1.3
65859npm info lifecycle forever-agent@0.6.1~preinstall: forever-agent@0.6.1
65860npm info lifecycle async@1.5.0~preinstall: async@1.5.0
65861npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
65862npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
65863npm info lifecycle form-data@1.0.0-rc3~preinstall: form-data@1.0.0-rc3
65864npm info lifecycle formidable@1.0.14~preinstall: formidable@1.0.14
65865npm info lifecycle forwarded@0.1.0~preinstall: forwarded@0.1.0
65866npm info lifecycle fresh@0.2.2~preinstall: fresh@0.2.2
65867npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
65868npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
65869npm info lifecycle ncp@0.5.1~preinstall: ncp@0.5.1
65870npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
65871npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
65872npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
65873npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
65874npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
65875npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
65876npm info lifecycle generate-function@2.0.0~preinstall: generate-function@2.0.0
65877npm info lifecycle get-stdin@4.0.1~preinstall: get-stdin@4.0.1
65878npm info lifecycle get-urls@0.1.2~preinstall: get-urls@0.1.2
65879npm info lifecycle getobject@0.1.0~preinstall: getobject@0.1.0
65880npm info lifecycle global@2.0.1~preinstall: global@2.0.1
65881npm info lifecycle inherits@1.0.2~preinstall: inherits@1.0.2
65882npm info lifecycle lodash@1.0.2~preinstall: lodash@1.0.2
65883npm info lifecycle google-cdn-data@0.1.23~preinstall: google-cdn-data@0.1.23
65884npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
65885npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
65886npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
65887npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
65888npm info lifecycle async@0.9.2~preinstall: async@0.9.2
65889npm info lifecycle caseless@0.6.0~preinstall: caseless@0.6.0
65890npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
65891npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
65892npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
65893npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
65894npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
65895npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
65896npm info lifecycle hoek@0.9.1~preinstall: hoek@0.9.1
65897npm info lifecycle boom@0.4.2~preinstall: boom@0.4.2
65898npm info lifecycle cryptiles@0.2.2~preinstall: cryptiles@0.2.2
65899npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
65900npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
65901npm info lifecycle mkdirp@0.5.0~preinstall: mkdirp@0.5.0
65902npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
65903npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
65904npm info lifecycle oauth-sign@0.4.0~preinstall: oauth-sign@0.4.0
65905npm info lifecycle q@1.0.1~preinstall: q@1.0.1
65906npm info lifecycle qs@1.2.2~preinstall: qs@1.2.2
65907npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
65908npm info lifecycle sntp@0.2.4~preinstall: sntp@0.2.4
65909npm info lifecycle hawk@1.1.1~preinstall: hawk@1.1.1
65910npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
65911npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
65912npm info lifecycle chalk@0.5.0~preinstall: chalk@0.5.0
65913npm info lifecycle object-assign@0.3.1~preinstall: object-assign@0.3.1
65914npm info lifecycle got@0.2.0~preinstall: got@0.2.0
65915npm info lifecycle ext-list@0.2.0~preinstall: ext-list@0.2.0
65916npm info lifecycle ext-name@1.0.1~preinstall: ext-name@1.0.1
65917npm info lifecycle graceful-fs@1.2.3~preinstall: graceful-fs@1.2.3
65918npm info lifecycle graceful-readlink@1.0.1~preinstall: graceful-readlink@1.0.1
65919npm info lifecycle growl@1.7.0~preinstall: growl@1.7.0
65920npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
65921npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
65922npm info lifecycle async@0.2.10~preinstall: async@0.2.10
65923npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
65924npm info lifecycle grunt-contrib-clean@0.5.0~preinstall: grunt-contrib-clean@0.5.0
65925npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
65926npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
65927npm info lifecycle grunt-contrib-copy@0.5.0~preinstall: grunt-contrib-copy@0.5.0
65928npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
65929npm info lifecycle clean-css@2.1.8~preinstall: clean-css@2.1.8
65930npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
65931npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
65932npm info lifecycle html-minifier@0.5.6~preinstall: html-minifier@0.5.6
65933npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
65934npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
65935npm info lifecycle async@0.7.0~preinstall: async@0.7.0
65936npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
65937npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
65938npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
65939npm info lifecycle async@0.9.2~preinstall: async@0.9.2
65940npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
65941npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
65942npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
65943npm info lifecycle async@0.2.10~preinstall: async@0.2.10
65944npm info lifecycle grunt-express-server@0.4.19~preinstall: grunt-express-server@0.4.19
65945npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
65946npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
65947npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
65948npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
65949npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
65950npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
65951npm info lifecycle underscore.string@2.3.3~preinstall: underscore.string@2.3.3
65952npm info lifecycle underscore.string@2.3.3~preinstall: underscore.string@2.3.3
65953npm info lifecycle async@0.1.22~preinstall: async@0.1.22
65954npm info lifecycle lodash@0.9.2~preinstall: lodash@0.9.2
65955npm info lifecycle zlib-browserify@0.0.1~preinstall: zlib-browserify@0.0.1
65956npm info lifecycle grunt-lib-contrib@0.6.1~preinstall: grunt-lib-contrib@0.6.1
65957npm info lifecycle ncp@0.4.2~preinstall: ncp@0.4.2
65958npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
65959npm info lifecycle async@0.2.10~preinstall: async@0.2.10
65960npm info lifecycle rimraf@2.2.6~preinstall: rimraf@2.2.6
65961npm info lifecycle grunt-newer@0.7.0~preinstall: grunt-newer@0.7.0
65962npm info lifecycle xtend@3.0.0~preinstall: xtend@3.0.0
65963npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
65964npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
65965npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
65966npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
65967npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
65968npm info lifecycle ms@0.7.0~preinstall: ms@0.7.0
65969npm info lifecycle debug@2.1.3~preinstall: debug@2.1.3
65970npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
65971npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
65972npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
65973npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
65974npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
65975npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
65976npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
65977npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
65978npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
65979npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
65980npm info lifecycle async@0.1.22~preinstall: async@0.1.22
65981npm info lifecycle iconv-lite@0.2.11~preinstall: iconv-lite@0.2.11
65982npm info lifecycle inherits@1.0.2~preinstall: inherits@1.0.2
65983npm info lifecycle lodash@0.9.2~preinstall: lodash@0.9.2
65984npm info lifecycle nopt@1.0.10~preinstall: nopt@1.0.10
65985npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
65986npm info lifecycle async@0.2.10~preinstall: async@0.2.10
65987npm info lifecycle bluebird@2.10.2~preinstall: bluebird@2.10.2
65988npm info lifecycle commander@2.9.0~preinstall: commander@2.9.0
65989npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
65990npm info lifecycle has-color@0.1.7~preinstall: has-color@0.1.7
65991npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
65992npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
65993npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
65994npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
65995npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
65996npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
65997npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
65998npm info lifecycle grunt-contrib-concat@0.4.0~preinstall: grunt-contrib-concat@0.4.0
65999npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
66000npm info lifecycle has-cors@1.0.3~preinstall: has-cors@1.0.3
66001npm info lifecycle headless@0.1.7~preinstall: headless@0.1.7
66002npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
66003npm info lifecycle boom@2.10.1~preinstall: boom@2.10.1
66004npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
66005npm info lifecycle hooker@0.2.3~preinstall: hooker@0.2.3
66006npm info lifecycle hooks-fixed@1.1.0~preinstall: hooks-fixed@1.1.0
66007npm info lifecycle hosted-git-info@2.1.4~preinstall: hosted-git-info@2.1.4
66008npm info lifecycle html-entities@1.1.3~preinstall: html-entities@1.1.3
66009npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
66010npm info lifecycle pkginfo@0.3.1~preinstall: pkginfo@0.3.1
66011npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
66012npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
66013npm info lifecycle http-signature@0.11.0~preinstall: http-signature@0.11.0
66014npm info lifecycle i@0.3.3~preinstall: i@0.3.3
66015npm info lifecycle iconv-lite@0.4.4~preinstall: iconv-lite@0.4.4
66016npm info lifecycle jsonfile@1.2.0~preinstall: jsonfile@1.2.0
66017npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
66018npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
66019npm info lifecycle ncp@0.5.1~preinstall: ncp@0.5.1
66020npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
66021npm info lifecycle indexof@0.0.1~preinstall: indexof@0.0.1
66022npm info lifecycle inherit@2.2.2~preinstall: inherit@2.2.2
66023npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
66024npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
66025npm info lifecycle block-stream@0.0.8~preinstall: block-stream@0.0.8
66026npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
66027npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
66028npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
66029npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
66030npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
66031npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
66032npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
66033npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
66034npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
66035npm info lifecycle async@0.9.2~preinstall: async@0.9.2
66036npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
66037npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
66038npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
66039npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
66040npm info lifecycle intersect@0.0.3~preinstall: intersect@0.0.3
66041npm info lifecycle bower-json@0.4.0~preinstall: bower-json@0.4.0
66042npm info lifecycle ipaddr.js@1.0.5~preinstall: ipaddr.js@1.0.5
66043npm info lifecycle is-arrayish@0.2.1~preinstall: is-arrayish@0.2.1
66044npm info lifecycle error-ex@1.3.0~preinstall: error-ex@1.3.0
66045npm info lifecycle is-binary-path@1.0.1~preinstall: is-binary-path@1.0.1
66046npm info lifecycle is-bmp@0.1.1~preinstall: is-bmp@0.1.1
66047npm info lifecycle is-buffer@1.1.0~preinstall: is-buffer@1.1.0
66048npm info lifecycle is-builtin-module@1.0.0~preinstall: is-builtin-module@1.0.0
66049npm info lifecycle is-dotfile@1.0.2~preinstall: is-dotfile@1.0.2
66050npm info lifecycle is-extendable@0.1.1~preinstall: is-extendable@0.1.1
66051npm info lifecycle is-extglob@1.0.0~preinstall: is-extglob@1.0.0
66052npm info lifecycle is-gif@0.1.1~preinstall: is-gif@0.1.1
66053npm info lifecycle is-glob@2.0.1~preinstall: is-glob@2.0.1
66054npm info lifecycle glob-parent@2.0.0~preinstall: glob-parent@2.0.0
66055npm info lifecycle glob-base@0.3.0~preinstall: glob-base@0.3.0
66056npm info lifecycle is-jpg@0.1.2~preinstall: is-jpg@0.1.2
66057npm info lifecycle is-jxr@0.1.1~preinstall: is-jxr@0.1.1
66058npm info lifecycle is-png@0.1.1~preinstall: is-png@0.1.1
66059npm info lifecycle is-primitive@2.0.0~preinstall: is-primitive@2.0.0
66060npm info lifecycle is-equal-shallow@0.1.3~preinstall: is-equal-shallow@0.1.3
66061npm info lifecycle is-promise@1.0.1~preinstall: is-promise@1.0.1
66062npm info lifecycle is-property@1.0.2~preinstall: is-property@1.0.2
66063npm info lifecycle generate-object-property@1.2.0~preinstall: generate-object-property@1.2.0
66064npm info lifecycle is-psd@0.1.1~preinstall: is-psd@0.1.1
66065npm info lifecycle is-root@1.0.0~preinstall: is-root@1.0.0
66066npm info lifecycle is-svg@0.1.2~preinstall: is-svg@0.1.2
66067npm info lifecycle is-tif@0.1.1~preinstall: is-tif@0.1.1
66068npm info lifecycle is-utf8@0.2.1~preinstall: is-utf8@0.2.1
66069npm info lifecycle is-webp@0.1.1~preinstall: is-webp@0.1.1
66070npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
66071npm info lifecycle has-binary-data@0.1.3~preinstall: has-binary-data@0.1.3
66072npm info lifecycle has-binary@0.1.5~preinstall: has-binary@0.1.5
66073npm info lifecycle isobject@2.0.0~preinstall: isobject@2.0.0
66074npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
66075npm info lifecycle jasmine-core@2.1.3~preinstall: jasmine-core@2.1.3
66076npm info lifecycle jasminewd@1.1.0~preinstall: jasminewd@1.1.0
66077npm info lifecycle jasminewd2@0.0.2~preinstall: jasminewd2@0.0.2
66078npm info lifecycle jit-grunt@0.5.0~preinstall: jit-grunt@0.5.0
66079npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
66080npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
66081npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
66082npm info lifecycle shelljs@0.3.0~preinstall: shelljs@0.3.0
66083npm info lifecycle underscore@1.6.0~preinstall: underscore@1.6.0
66084npm info lifecycle json-schema@0.2.2~preinstall: json-schema@0.2.2
66085npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
66086npm info lifecycle json3@3.2.6~preinstall: json3@3.2.6
66087npm info lifecycle jsonfile@1.1.1~preinstall: jsonfile@1.1.1
66088npm info lifecycle jsonify@0.0.0~preinstall: jsonify@0.0.0
66089npm info lifecycle jsonpointer@2.0.0~preinstall: jsonpointer@2.0.0
66090npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
66091npm info lifecycle extsprintf@1.0.0~preinstall: extsprintf@1.0.0
66092npm info lifecycle verror@1.3.3~preinstall: verror@1.3.3
66093npm info lifecycle jsprim@0.3.0~preinstall: jsprim@0.3.0
66094npm info lifecycle junk@1.0.2~preinstall: junk@1.0.2
66095npm info lifecycle base64url@0.0.6~preinstall: base64url@0.0.6
66096npm info lifecycle kareem@1.0.1~preinstall: kareem@1.0.1
66097npm info lifecycle karma-firefox-launcher@0.1.7~preinstall: karma-firefox-launcher@0.1.7
66098npm info lifecycle karma-html2js-preprocessor@0.1.0~preinstall: karma-html2js-preprocessor@0.1.0
66099npm info lifecycle async@0.2.10~preinstall: async@0.2.10
66100npm info lifecycle character-parser@1.0.2~preinstall: character-parser@1.0.2
66101npm info lifecycle karma-jasmine@0.1.6~preinstall: karma-jasmine@0.1.6
66102npm info lifecycle karma-ng-html2js-preprocessor@0.1.2~preinstall: karma-ng-html2js-preprocessor@0.1.2
66103npm info lifecycle karma-ng-scenario@0.1.0~preinstall: karma-ng-scenario@0.1.0
66104npm info lifecycle karma-requirejs@0.2.2~preinstall: karma-requirejs@0.2.2
66105npm info lifecycle karma-script-launcher@0.1.0~preinstall: karma-script-launcher@0.1.0
66106npm info lifecycle colors@1.1.2~preinstall: colors@1.1.2
66107npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
66108npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
66109npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
66110npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
66111npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
66112npm info lifecycle nan@1.0.0~preinstall: nan@1.0.0
66113npm info lifecycle q@1.4.1~preinstall: q@1.4.1
66114npm info lifecycle source-map@0.4.4~preinstall: source-map@0.4.4
66115npm info lifecycle uglify-js@1.2.5~preinstall: uglify-js@1.2.5
66116npm info lifecycle xmlhttprequest@1.4.2~preinstall: xmlhttprequest@1.4.2
66117npm info lifecycle kew@0.4.0~preinstall: kew@0.4.0
66118npm info lifecycle keypress@0.1.0~preinstall: keypress@0.1.0
66119npm info lifecycle commander@1.2.0~preinstall: commander@1.2.0
66120npm info lifecycle kind-of@3.0.2~preinstall: kind-of@3.0.2
66121npm info lifecycle is-number@2.1.0~preinstall: is-number@2.1.0
66122npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
66123npm info lifecycle ldap-filter@0.2.2~preinstall: ldap-filter@0.2.2
66124npm info lifecycle asn1@0.2.1~preinstall: asn1@0.2.1
66125npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
66126npm info lifecycle dtrace-provider@0.2.8~preinstall: dtrace-provider@0.2.8
66127npm info lifecycle mv@0.0.5~preinstall: mv@0.0.5
66128npm info lifecycle bunyan@0.22.1~preinstall: bunyan@0.22.1
66129npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
66130npm info lifecycle lockfile@1.0.1~preinstall: lockfile@1.0.1
66131npm info lifecycle lodash@2.4.2~preinstall: lodash@2.4.2
66132npm info lifecycle grunt-usemin@3.0.0~preinstall: grunt-usemin@3.0.0
66133npm info lifecycle grunt-legacy-log-utils@0.1.1~preinstall: grunt-legacy-log-utils@0.1.1
66134npm info lifecycle grunt-legacy-log@0.1.3~preinstall: grunt-legacy-log@0.1.3
66135npm info lifecycle grunt-karma@0.8.3~preinstall: grunt-karma@0.8.3
66136npm info lifecycle grunt-env@0.4.4~preinstall: grunt-env@0.4.4
66137npm info lifecycle lodash._isnative@2.4.1~preinstall: lodash._isnative@2.4.1
66138npm info lifecycle lodash._objecttypes@2.4.1~preinstall: lodash._objecttypes@2.4.1
66139npm info lifecycle lodash.isfunction@2.4.1~preinstall: lodash.isfunction@2.4.1
66140npm info lifecycle lodash.isobject@2.4.1~preinstall: lodash.isobject@2.4.1
66141npm info lifecycle lodash.now@2.4.1~preinstall: lodash.now@2.4.1
66142npm info lifecycle lodash.debounce@2.4.1~preinstall: lodash.debounce@2.4.1
66143npm info lifecycle async@0.2.10~preinstall: async@0.2.10
66144npm info lifecycle semver@4.3.6~preinstall: semver@4.3.6
66145npm info lifecycle underscore@1.8.2~preinstall: underscore@1.8.2
66146npm info lifecycle lower-case@1.1.3~preinstall: lower-case@1.1.3
66147npm info lifecycle is-lower-case@1.1.3~preinstall: is-lower-case@1.1.3
66148npm info lifecycle lpad@0.2.1~preinstall: lpad@0.2.1
66149npm info lifecycle lru-cache@2.5.0~preinstall: lru-cache@2.5.0
66150npm info lifecycle lru-queue@0.1.0~preinstall: lru-queue@0.1.0
66151npm info lifecycle map-obj@1.0.1~preinstall: map-obj@1.0.1
66152npm info lifecycle camelcase-keys@2.0.0~preinstall: camelcase-keys@2.0.0
66153npm info lifecycle camelcase-keys@1.0.0~preinstall: camelcase-keys@1.0.0
66154npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
66155npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
66156npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
66157npm info lifecycle is-buffer@1.0.2~preinstall: is-buffer@1.0.2
66158npm info lifecycle md5@2.0.0~preinstall: md5@2.0.0
66159npm info lifecycle media-typer@0.2.0~preinstall: media-typer@0.2.0
66160npm info lifecycle merge-descriptors@0.0.2~preinstall: merge-descriptors@0.0.2
66161npm info lifecycle methods@1.0.0~preinstall: methods@1.0.0
66162npm info lifecycle methods@0.1.0~preinstall: methods@0.1.0
66163npm info lifecycle mime@1.2.11~preinstall: mime@1.2.11
66164npm info lifecycle form-data@0.1.4~preinstall: form-data@0.1.4
66165npm info lifecycle type-is@1.0.0~preinstall: type-is@1.0.0
66166npm info lifecycle accepts@1.0.0~preinstall: accepts@1.0.0
66167npm info lifecycle mime-db@1.12.0~preinstall: mime-db@1.12.0
66168npm info lifecycle mime-types@2.0.14~preinstall: mime-types@2.0.14
66169npm info lifecycle form-data@0.2.0~preinstall: form-data@0.2.0
66170npm info lifecycle mime-types@1.0.2~preinstall: mime-types@1.0.2
66171npm info lifecycle minijasminenode@1.1.1~preinstall: minijasminenode@1.1.1
66172npm info lifecycle minimalistic-assert@1.0.0~preinstall: minimalistic-assert@1.0.0
66173npm info lifecycle asn1.js@2.2.1~preinstall: asn1.js@2.2.1
66174npm info lifecycle ecdsa-sig-formatter@1.0.2~preinstall: ecdsa-sig-formatter@1.0.2
66175npm info lifecycle jwa@1.1.1~preinstall: jwa@1.1.1
66176npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
66177npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
66178npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
66179npm info lifecycle coffee-script@1.7.1~preinstall: coffee-script@1.7.1
66180npm info lifecycle karma-coffee-preprocessor@0.2.1~preinstall: karma-coffee-preprocessor@0.2.1
66181npm info lifecycle fs-extra@0.8.1~preinstall: fs-extra@0.8.1
66182npm info lifecycle mkpath@0.1.0~preinstall: mkpath@0.1.0
66183npm info lifecycle commander@2.0.0~preinstall: commander@2.0.0
66184npm info lifecycle diff@1.0.7~preinstall: diff@1.0.7
66185npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
66186npm info lifecycle commander@0.6.1~preinstall: commander@0.6.1
66187npm info lifecycle mkdirp@0.3.0~preinstall: mkdirp@0.3.0
66188npm info lifecycle jade@0.26.3~preinstall: jade@0.26.3
66189npm info lifecycle bson@0.4.20~preinstall: bson@0.4.20
66190npm info lifecycle async@0.9.0~preinstall: async@0.9.0
66191npm info lifecycle bson@0.4.20~preinstall: bson@0.4.20
66192npm info lifecycle ms@0.1.0~preinstall: ms@0.1.0
66193npm info lifecycle bytes@0.3.0~preinstall: bytes@0.3.0
66194npm info lifecycle mout@0.9.1~preinstall: mout@0.9.1
66195npm info lifecycle mpath@0.1.1~preinstall: mpath@0.1.1
66196npm info lifecycle mpromise@0.5.4~preinstall: mpromise@0.5.4
66197npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
66198npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
66199npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
66200npm info lifecycle debug@1.0.3~preinstall: debug@1.0.3
66201npm info lifecycle debug@1.0.4~preinstall: debug@1.0.4
66202npm info lifecycle media-typer@0.3.0~preinstall: media-typer@0.3.0
66203npm info lifecycle mime-types@2.0.14~preinstall: mime-types@2.0.14
66204npm info lifecycle qs@1.2.2~preinstall: qs@1.2.2
66205npm info lifecycle type-is@1.5.7~preinstall: type-is@1.5.7
66206npm info lifecycle muri@1.0.0~preinstall: muri@1.0.0
66207npm info lifecycle mute-stream@0.0.4~preinstall: mute-stream@0.0.4
66208npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
66209npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
66210npm info lifecycle nan@1.8.4~preinstall: nan@1.8.4
66211npm info lifecycle kerberos@0.0.11~preinstall: kerberos@0.0.11
66212npm info lifecycle mongodb-core@1.2.19~preinstall: mongodb-core@1.2.19
66213npm info lifecycle bson@0.2.22~preinstall: bson@0.2.22
66214npm info lifecycle ncp@2.0.0~preinstall: ncp@2.0.0
66215npm info lifecycle negotiator@0.4.7~preinstall: negotiator@0.4.7
66216npm info lifecycle accepts@1.0.7~preinstall: accepts@1.0.7
66217npm info lifecycle next-tick@0.2.2~preinstall: next-tick@0.2.2
66218npm info lifecycle esprima@1.2.5~preinstall: esprima@1.2.5
66219npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
66220npm info lifecycle source-map@0.1.43~preinstall: source-map@0.1.43
66221npm info lifecycle css-parse@1.7.0~preinstall: css-parse@1.7.0
66222npm info lifecycle sax@0.5.8~preinstall: sax@0.5.8
66223npm info lifecycle async@0.9.2~preinstall: async@0.9.2
66224npm info lifecycle cookie@0.1.3~preinstall: cookie@0.1.3
66225npm info lifecycle cookie-signature@1.0.6~preinstall: cookie-signature@1.0.6
66226npm info lifecycle depd@1.0.1~preinstall: depd@1.0.1
66227npm info lifecycle escape-html@1.0.2~preinstall: escape-html@1.0.2
66228npm info lifecycle fresh@0.3.0~preinstall: fresh@0.3.0
66229npm info lifecycle media-typer@0.3.0~preinstall: media-typer@0.3.0
66230npm info lifecycle merge-descriptors@1.0.0~preinstall: merge-descriptors@1.0.0
66231npm info lifecycle methods@1.1.1~preinstall: methods@1.1.1
66232npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
66233npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
66234npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
66235npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
66236npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
66237npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
66238npm info lifecycle nan@1.0.0~preinstall: nan@1.0.0
66239npm info lifecycle negotiator@0.5.3~preinstall: negotiator@0.5.3
66240npm info lifecycle accepts@1.2.13~preinstall: accepts@1.2.13
66241npm info lifecycle parseurl@1.3.0~preinstall: parseurl@1.3.0
66242npm info lifecycle path-to-regexp@0.1.7~preinstall: path-to-regexp@0.1.7
66243npm info lifecycle qs@4.0.0~preinstall: qs@4.0.0
66244npm info lifecycle range-parser@1.0.3~preinstall: range-parser@1.0.3
66245npm info lifecycle semver@3.0.1~preinstall: semver@3.0.1
66246npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
66247npm info lifecycle serve-favicon@2.3.0~preinstall: serve-favicon@2.3.0
66248npm info lifecycle type-is@1.6.10~preinstall: type-is@1.6.10
66249npm info lifecycle yargs@1.3.3~preinstall: yargs@1.3.3
66250npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
66251npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
66252npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
66253npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
66254npm info lifecycle ansi@0.3.0~preinstall: ansi@0.3.0
66255npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
66256npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
66257npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
66258npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
66259npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
66260npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
66261npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
66262npm info lifecycle readable-stream@2.0.5~preinstall: readable-stream@2.0.5
66263npm info lifecycle are-we-there-yet@1.0.5~preinstall: are-we-there-yet@1.0.5
66264npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
66265npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
66266npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
66267npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
66268npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
66269npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
66270npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
66271npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
66272npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
66273npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
66274npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
66275npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
66276npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
66277npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
66278npm info lifecycle npmlog@2.0.0~preinstall: npmlog@2.0.0
66279npm info lifecycle deep-extend@0.4.0~preinstall: deep-extend@0.4.0
66280npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
66281npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
66282npm info lifecycle strip-json-comments@1.0.4~preinstall: strip-json-comments@1.0.4
66283npm info lifecycle rc@1.1.5~preinstall: rc@1.1.5
66284npm info lifecycle aws-sign2@0.6.0~preinstall: aws-sign2@0.6.0
66285npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
66286npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
66287npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
66288npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
66289npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
66290npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
66291npm info lifecycle readable-stream@2.0.5~preinstall: readable-stream@2.0.5
66292npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
66293npm info lifecycle caseless@0.11.0~preinstall: caseless@0.11.0
66294npm info lifecycle delayed-stream@1.0.0~preinstall: delayed-stream@1.0.0
66295npm info lifecycle combined-stream@1.0.5~preinstall: combined-stream@1.0.5
66296npm info lifecycle extend@3.0.0~preinstall: extend@3.0.0
66297npm info lifecycle forever-agent@0.6.1~preinstall: forever-agent@0.6.1
66298npm info lifecycle async@1.5.0~preinstall: async@1.5.0
66299npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
66300npm info lifecycle escape-string-regexp@1.0.3~preinstall: escape-string-regexp@1.0.3
66301npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
66302npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
66303npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
66304npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
66305npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
66306npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
66307npm info lifecycle graceful-readlink@1.0.1~preinstall: graceful-readlink@1.0.1
66308npm info lifecycle commander@2.9.0~preinstall: commander@2.9.0
66309npm info lifecycle generate-function@2.0.0~preinstall: generate-function@2.0.0
66310npm info lifecycle is-property@1.0.2~preinstall: is-property@1.0.2
66311npm info lifecycle generate-object-property@1.2.0~preinstall: generate-object-property@1.2.0
66312npm info lifecycle jsonpointer@2.0.0~preinstall: jsonpointer@2.0.0
66313npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
66314npm info lifecycle is-my-json-valid@2.12.3~preinstall: is-my-json-valid@2.12.3
66315npm info lifecycle pinkie@2.0.1~preinstall: pinkie@2.0.1
66316npm info lifecycle pinkie-promise@2.0.0~preinstall: pinkie-promise@2.0.0
66317npm info lifecycle har-validator@2.0.3~preinstall: har-validator@2.0.3
66318npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
66319npm info lifecycle boom@2.10.1~preinstall: boom@2.10.1
66320npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
66321npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
66322npm info lifecycle hawk@3.1.2~preinstall: hawk@3.1.2
66323npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
66324npm info lifecycle extsprintf@1.0.2~preinstall: extsprintf@1.0.2
66325npm info lifecycle json-schema@0.2.2~preinstall: json-schema@0.2.2
66326npm info lifecycle verror@1.3.6~preinstall: verror@1.3.6
66327npm info lifecycle jsprim@1.2.2~preinstall: jsprim@1.2.2
66328npm info lifecycle asn1@0.2.3~preinstall: asn1@0.2.3
66329npm info lifecycle assert-plus@0.2.0~preinstall: assert-plus@0.2.0
66330npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
66331npm info lifecycle dashdash@1.10.1~preinstall: dashdash@1.10.1
66332npm info lifecycle jsbn@0.1.0~preinstall: jsbn@0.1.0
66333npm info lifecycle jodid25519@1.0.2~preinstall: jodid25519@1.0.2
66334npm info lifecycle ecc-jsbn@0.1.1~preinstall: ecc-jsbn@0.1.1
66335npm info lifecycle tweetnacl@0.13.2~preinstall: tweetnacl@0.13.2
66336npm info lifecycle sshpk@1.7.1~preinstall: sshpk@1.7.1
66337npm info lifecycle http-signature@1.1.0~preinstall: http-signature@1.1.0
66338npm info lifecycle is-typedarray@1.0.0~preinstall: is-typedarray@1.0.0
66339npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
66340npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
66341npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
66342npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
66343npm info lifecycle form-data@1.0.0-rc3~preinstall: form-data@1.0.0-rc3
66344npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
66345npm info lifecycle oauth-sign@0.8.0~preinstall: oauth-sign@0.8.0
66346npm info lifecycle qs@5.2.0~preinstall: qs@5.2.0
66347npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
66348npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
66349npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
66350npm info lifecycle request@2.67.0~preinstall: request@2.67.0
66351npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
66352npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
66353npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
66354npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
66355npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
66356npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
66357npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
66358npm info lifecycle once@1.3.3~preinstall: once@1.3.3
66359npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
66360npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
66361npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
66362npm info lifecycle rimraf@2.4.4~preinstall: rimraf@2.4.4
66363npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
66364npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
66365npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
66366npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
66367npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
66368npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
66369npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
66370npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
66371npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
66372npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
66373npm info lifecycle fstream-ignore@1.0.3~preinstall: fstream-ignore@1.0.3
66374npm info lifecycle once@1.1.1~preinstall: once@1.1.1
66375npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
66376npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
66377npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
66378npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
66379npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
66380npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
66381npm info lifecycle readable-stream@2.0.5~preinstall: readable-stream@2.0.5
66382npm info lifecycle uid-number@0.0.3~preinstall: uid-number@0.0.3
66383npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
66384npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
66385npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
66386npm info lifecycle block-stream@0.0.8~preinstall: block-stream@0.0.8
66387npm info lifecycle tar@2.2.1~preinstall: tar@2.2.1
66388npm info lifecycle tar-pack@3.1.2~preinstall: tar-pack@3.1.2
66389npm info lifecycle node-pre-gyp@0.6.18~preinstall: node-pre-gyp@0.6.18
66390npm info lifecycle node-uuid@1.3.3~preinstall: node-uuid@1.3.3
66391npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
66392npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
66393npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
66394npm info lifecycle nopt@2.1.1~preinstall: nopt@2.1.1
66395npm info lifecycle nopt@2.0.0~preinstall: nopt@2.0.0
66396npm info lifecycle noptify@0.0.3~preinstall: noptify@0.0.3
66397npm info lifecycle normalize-path@2.0.1~preinstall: normalize-path@2.0.1
66398npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
66399npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
66400npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
66401npm info lifecycle nth-check@1.0.1~preinstall: nth-check@1.0.1
66402npm info lifecycle CSSselect@0.7.0~preinstall: CSSselect@0.7.0
66403npm info lifecycle cheerio-select@0.0.3~preinstall: cheerio-select@0.0.3
66404npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
66405npm info lifecycle is-finite@1.0.1~preinstall: is-finite@1.0.1
66406npm info lifecycle oauth-sign@0.8.0~preinstall: oauth-sign@0.8.0
66407npm info lifecycle object-assign@1.0.0~preinstall: object-assign@1.0.0
66408npm info lifecycle object-component@0.0.3~preinstall: object-component@0.0.3
66409npm info lifecycle object-keys@1.0.1~preinstall: object-keys@1.0.1
66410npm info lifecycle object.omit@2.0.0~preinstall: object.omit@2.0.0
66411npm info lifecycle on-finished@2.3.0~preinstall: on-finished@2.3.0
66412npm info lifecycle on-headers@1.0.1~preinstall: on-headers@1.0.1
66413npm info lifecycle morgan@1.6.1~preinstall: morgan@1.6.1
66414npm info lifecycle open@0.0.5~preinstall: open@0.0.5
66415npm info lifecycle grunt-open@0.2.3~preinstall: grunt-open@0.2.3
66416npm info lifecycle opn@1.0.2~preinstall: opn@1.0.2
66417npm info lifecycle options@0.0.6~preinstall: options@0.0.6
66418npm info lifecycle ordered-esprima-props@1.0.0~preinstall: ordered-esprima-props@1.0.0
66419npm info lifecycle ordered-ast-traverse@0.1.1~preinstall: ordered-ast-traverse@0.1.1
66420npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
66421npm info lifecycle osenv@0.1.0~preinstall: osenv@0.1.0
66422npm info lifecycle osx-release@1.1.0~preinstall: osx-release@1.1.0
66423npm info lifecycle object-assign@0.3.1~preinstall: object-assign@0.3.1
66424npm info lifecycle got@0.3.0~preinstall: got@0.3.0
66425npm info lifecycle pad-stdio@0.1.1~preinstall: pad-stdio@0.1.1
66426npm info lifecycle grunt-concurrent@0.5.0~preinstall: grunt-concurrent@0.5.0
66427npm info lifecycle parse-glob@3.0.4~preinstall: parse-glob@3.0.4
66428npm info lifecycle parse-json@2.2.0~preinstall: parse-json@2.2.0
66429npm info lifecycle parsejson@0.0.1~preinstall: parsejson@0.0.1
66430npm info lifecycle parseqs@0.0.2~preinstall: parseqs@0.0.2
66431npm info lifecycle parseuri@0.0.2~preinstall: parseuri@0.0.2
66432npm info lifecycle parseurl@1.0.1~preinstall: parseurl@1.0.1
66433npm info lifecycle passport-strategy@1.0.0~preinstall: passport-strategy@1.0.0
66434npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
66435npm info lifecycle path-to-regexp@0.1.2~preinstall: path-to-regexp@0.1.2
66436npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
66437npm info lifecycle pause@0.0.1~preinstall: pause@0.0.1
66438npm info lifecycle adm-zip@0.4.4~preinstall: adm-zip@0.4.4
66439npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
66440npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
66441npm info lifecycle async@0.9.2~preinstall: async@0.9.2
66442npm info lifecycle caseless@0.6.0~preinstall: caseless@0.6.0
66443npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
66444npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
66445npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
66446npm info lifecycle form-data@0.1.4~preinstall: form-data@0.1.4
66447npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
66448npm info lifecycle hoek@0.9.1~preinstall: hoek@0.9.1
66449npm info lifecycle boom@0.4.2~preinstall: boom@0.4.2
66450npm info lifecycle cryptiles@0.2.2~preinstall: cryptiles@0.2.2
66451npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
66452npm info lifecycle jsonfile@2.2.3~preinstall: jsonfile@2.2.3
66453npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
66454npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
66455npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
66456npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
66457npm info lifecycle oauth-sign@0.4.0~preinstall: oauth-sign@0.4.0
66458npm info lifecycle qs@1.2.2~preinstall: qs@1.2.2
66459npm info lifecycle sntp@0.2.4~preinstall: sntp@0.2.4
66460npm info lifecycle hawk@1.1.1~preinstall: hawk@1.1.1
66461npm info lifecycle pify@2.3.0~preinstall: pify@2.3.0
66462npm info lifecycle pinkie@2.0.1~preinstall: pinkie@2.0.1
66463npm info lifecycle pinkie-promise@2.0.0~preinstall: pinkie-promise@2.0.0
66464npm info lifecycle path-type@1.1.0~preinstall: path-type@1.1.0
66465npm info lifecycle path-exists@2.1.0~preinstall: path-exists@2.1.0
66466npm info lifecycle find-up@1.1.0~preinstall: find-up@1.1.0
66467npm info lifecycle pkginfo@0.2.3~preinstall: pkginfo@0.2.3
66468npm info lifecycle passport@0.1.18~preinstall: passport@0.1.18
66469npm info lifecycle policyfile@0.0.4~preinstall: policyfile@0.0.4
66470npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
66471npm info lifecycle dtrace-provider@0.2.8~preinstall: dtrace-provider@0.2.8
66472npm info lifecycle extsprintf@1.0.0~preinstall: extsprintf@1.0.0
66473npm info lifecycle mv@0.0.5~preinstall: mv@0.0.5
66474npm info lifecycle bunyan@0.22.1~preinstall: bunyan@0.22.1
66475npm info lifecycle once@1.3.0~preinstall: once@1.3.0
66476npm info lifecycle verror@1.1.0~preinstall: verror@1.1.0
66477npm info lifecycle vasync@1.4.0~preinstall: vasync@1.4.0
66478npm info lifecycle pooling@0.4.6~preinstall: pooling@0.4.6
66479npm info lifecycle ldapjs@0.7.1~preinstall: ldapjs@0.7.1
66480npm info lifecycle ldapauth-fork@2.3.3~preinstall: ldapauth-fork@2.3.3
66481npm info lifecycle precond@0.2.3~preinstall: precond@0.2.3
66482npm info lifecycle backoff@2.4.1~preinstall: backoff@2.4.1
66483npm info lifecycle preserve@0.2.0~preinstall: preserve@0.2.0
66484npm info lifecycle pretty-bytes@0.1.2~preinstall: pretty-bytes@0.1.2
66485npm info lifecycle grunt-contrib-htmlmin@0.2.0~preinstall: grunt-contrib-htmlmin@0.2.0
66486npm info lifecycle pretty-ms@0.1.0~preinstall: pretty-ms@0.1.0
66487npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
66488npm info lifecycle progress@1.1.8~preinstall: progress@1.1.8
66489npm info lifecycle promise@2.0.0~preinstall: promise@2.0.0
66490npm info lifecycle propprop@0.3.0~preinstall: propprop@0.3.0
66491npm info lifecycle proto-list@1.2.4~preinstall: proto-list@1.2.4
66492npm info lifecycle config-chain@1.1.9~preinstall: config-chain@1.1.9
66493npm info lifecycle adm-zip@0.4.4~preinstall: adm-zip@0.4.4
66494npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
66495npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
66496npm info lifecycle async@0.9.2~preinstall: async@0.9.2
66497npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
66498npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
66499npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
66500npm info lifecycle form-data@0.1.4~preinstall: form-data@0.1.4
66501npm info lifecycle hoek@0.9.1~preinstall: hoek@0.9.1
66502npm info lifecycle boom@0.4.2~preinstall: boom@0.4.2
66503npm info lifecycle cryptiles@0.2.2~preinstall: cryptiles@0.2.2
66504npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
66505npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
66506npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
66507npm info lifecycle oauth-sign@0.3.0~preinstall: oauth-sign@0.3.0
66508npm info lifecycle q@1.0.0~preinstall: q@1.0.0
66509npm info lifecycle sntp@0.2.4~preinstall: sntp@0.2.4
66510npm info lifecycle hawk@1.0.0~preinstall: hawk@1.0.0
66511npm info lifecycle proxy-addr@1.0.10~preinstall: proxy-addr@1.0.10
66512npm info lifecycle once@1.2.0~preinstall: once@1.2.0
66513npm info lifecycle punycode@1.4.0~preinstall: punycode@1.4.0
66514npm info lifecycle tough-cookie@0.12.1~preinstall: tough-cookie@0.12.1
66515npm info lifecycle q@0.9.7~preinstall: q@0.9.7
66516npm info lifecycle p-throttler@0.1.0~preinstall: p-throttler@0.1.0
66517npm info lifecycle coa@0.4.1~preinstall: coa@0.4.1
66518npm info lifecycle qs@0.6.6~preinstall: qs@0.6.6
66519npm info lifecycle randomatic@1.1.5~preinstall: randomatic@1.1.5
66520npm info lifecycle range-parser@1.0.0~preinstall: range-parser@1.0.0
66521npm info lifecycle raw-body@1.3.0~preinstall: raw-body@1.3.0
66522npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
66523npm info lifecycle strip-json-comments@0.1.3~preinstall: strip-json-comments@0.1.3
66524npm info lifecycle rc@0.5.5~preinstall: rc@0.5.5
66525npm info lifecycle read@1.0.7~preinstall: read@1.0.7
66526npm info lifecycle promptly@0.2.0~preinstall: promptly@0.2.0
66527npm info lifecycle read-chunk@0.1.0~preinstall: read-chunk@0.1.0
66528npm info lifecycle image-type@0.1.4~preinstall: image-type@0.1.4
66529npm info lifecycle readdirp@0.2.5~preinstall: readdirp@0.2.5
66530npm info lifecycle monocle@1.1.51~preinstall: monocle@1.1.51
66531npm info lifecycle monocle@0.1.48~preinstall: monocle@0.1.48
66532npm info lifecycle ansi-regex@1.1.1~preinstall: ansi-regex@1.1.1
66533npm info lifecycle strip-ansi@2.0.1~preinstall: strip-ansi@2.0.1
66534npm info lifecycle readline2@0.1.1~preinstall: readline2@0.1.1
66535npm info lifecycle repeating@2.0.0~preinstall: repeating@2.0.0
66536npm info lifecycle indent-string@2.1.0~preinstall: indent-string@2.1.0
66537npm info lifecycle redeyed@0.4.4~preinstall: redeyed@0.4.4
66538npm info lifecycle cardinal@0.4.0~preinstall: cardinal@0.4.0
66539npm info lifecycle redis@0.7.3~preinstall: redis@0.7.3
66540npm info lifecycle reduce-component@1.0.1~preinstall: reduce-component@1.0.1
66541npm info lifecycle regex-cache@0.4.2~preinstall: regex-cache@0.4.2
66542npm info lifecycle regexp-clone@0.0.1~preinstall: regexp-clone@0.0.1
66543npm info lifecycle regexp-quote@0.0.0~preinstall: regexp-quote@0.0.0
66544npm info lifecycle relateurl@0.2.6~preinstall: relateurl@0.2.6
66545npm info lifecycle repeat-element@1.1.2~preinstall: repeat-element@1.1.2
66546npm info lifecycle repeat-string@1.5.2~preinstall: repeat-string@1.5.2
66547npm info lifecycle fill-range@2.2.3~preinstall: fill-range@2.2.3
66548npm info lifecycle expand-range@1.8.1~preinstall: expand-range@1.8.1
66549npm info lifecycle braces@1.8.3~preinstall: braces@1.8.3
66550npm info lifecycle repeating@1.1.3~preinstall: repeating@1.1.3
66551npm info lifecycle indent-string@1.2.2~preinstall: indent-string@1.2.2
66552npm info lifecycle meow@2.0.0~preinstall: meow@2.0.0
66553npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
66554npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
66555npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
66556npm info lifecycle qs@4.0.0~preinstall: qs@4.0.0
66557npm info lifecycle requirejs@2.1.22~preinstall: requirejs@2.1.22
66558npm info lifecycle depd@1.0.1~preinstall: depd@1.0.1
66559npm info lifecycle response-time@2.3.1~preinstall: response-time@2.3.1
66560npm info lifecycle retry@0.6.0~preinstall: retry@0.6.0
66561npm info lifecycle request-replay@0.2.0~preinstall: request-replay@0.2.0
66562npm info lifecycle rndm@1.1.1~preinstall: rndm@1.1.1
66563npm info lifecycle rx@2.5.3~preinstall: rx@2.5.3
66564npm info lifecycle safe-json-stringify@1.0.3~preinstall: safe-json-stringify@1.0.3
66565npm info lifecycle saucelabs@0.1.1~preinstall: saucelabs@0.1.1
66566npm info lifecycle sax@0.6.1~preinstall: sax@0.6.1
66567npm info lifecycle scmp@1.0.0~preinstall: scmp@1.0.0
66568npm info lifecycle adm-zip@0.4.4~preinstall: adm-zip@0.4.4
66569npm info lifecycle tmp@0.0.24~preinstall: tmp@0.0.24
66570npm info lifecycle semver@2.3.2~preinstall: semver@2.3.2
66571npm info lifecycle semver-diff@0.1.0~preinstall: semver-diff@0.1.0
66572npm info lifecycle semver-utils@1.1.1~preinstall: semver-utils@1.1.1
66573npm info lifecycle bower@1.7.1~preinstall: bower@1.7.1
66574npm info lifecycle send@0.2.0~preinstall: send@0.2.0
66575npm info lifecycle sentence-case@1.1.3~preinstall: sentence-case@1.1.3
66576npm info lifecycle path-case@1.1.2~preinstall: path-case@1.1.2
66577npm info lifecycle param-case@1.1.2~preinstall: param-case@1.1.2
66578npm info lifecycle dot-case@1.1.2~preinstall: dot-case@1.1.2
66579npm info lifecycle escape-html@1.0.2~preinstall: escape-html@1.0.2
66580npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
66581npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
66582npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
66583npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
66584npm info lifecycle negotiator@0.5.3~preinstall: negotiator@0.5.3
66585npm info lifecycle accepts@1.2.13~preinstall: accepts@1.2.13
66586npm info lifecycle parseurl@1.3.0~preinstall: parseurl@1.3.0
66587npm info lifecycle fresh@0.2.0~preinstall: fresh@0.2.0
66588npm info lifecycle range-parser@0.0.4~preinstall: range-parser@0.0.4
66589npm info lifecycle send@0.1.4~preinstall: send@0.1.4
66590npm info lifecycle serve-static@1.0.1~preinstall: serve-static@1.0.1
66591npm info lifecycle shell-quote@1.4.3~preinstall: shell-quote@1.4.3
66592npm info lifecycle shelljs@0.2.6~preinstall: shelljs@0.2.6
66593npm info lifecycle grunt-build-control@0.1.3~preinstall: grunt-build-control@0.1.3
66594npm info lifecycle sockjs-client@0.0.0-unreleasable~preinstall: sockjs-client@0.0.0-unreleasable
66595npm info lifecycle should@3.3.2~preinstall: should@3.3.2
66596npm info lifecycle sigmund@1.0.1~preinstall: sigmund@1.0.1
66597npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
66598npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
66599npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
66600npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
66601npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
66602npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
66603npm info lifecycle glob@3.2.3~preinstall: glob@3.2.3
66604npm info lifecycle mocha@1.18.2~preinstall: mocha@1.18.2
66605npm info lifecycle grunt-mocha-test@0.10.2~preinstall: grunt-mocha-test@0.10.2
66606npm info lifecycle minimatch@1.0.0~preinstall: minimatch@1.0.0
66607npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
66608npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
66609npm info lifecycle jasmine@2.1.1~preinstall: jasmine@2.1.1
66610npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
66611npm info lifecycle glob@3.1.21~preinstall: glob@3.1.21
66612npm info lifecycle minimatch@1.0.0~preinstall: minimatch@1.0.0
66613npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
66614npm info lifecycle glob@3.1.21~preinstall: glob@3.1.21
66615npm info lifecycle globule@0.1.0~preinstall: globule@0.1.0
66616npm info lifecycle gaze@0.5.2~preinstall: gaze@0.5.2
66617npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
66618npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
66619npm info lifecycle findup-sync@0.1.3~preinstall: findup-sync@0.1.3
66620npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
66621npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
66622npm info lifecycle cli@0.6.6~preinstall: cli@0.6.6
66623npm info lifecycle signal-exit@2.1.2~preinstall: signal-exit@2.1.2
66624npm info lifecycle loud-rejection@1.2.0~preinstall: loud-rejection@1.2.0
66625npm info lifecycle simple-fmt@0.1.0~preinstall: simple-fmt@0.1.0
66626npm info lifecycle simple-is@0.2.0~preinstall: simple-is@0.2.0
66627npm info lifecycle sliced@0.0.5~preinstall: sliced@0.0.5
66628npm info lifecycle mquery@1.6.3~preinstall: mquery@1.6.3
66629npm info lifecycle snake-case@1.1.2~preinstall: snake-case@1.1.2
66630npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
66631npm info lifecycle hawk@3.1.2~preinstall: hawk@3.1.2
66632npm info lifecycle debug@1.0.2~preinstall: debug@1.0.2
66633npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
66634npm info lifecycle socket.io-parser@2.2.2~preinstall: socket.io-parser@2.2.2
66635npm info lifecycle socket.io-adapter@0.3.1~preinstall: socket.io-adapter@0.3.1
66636npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
66637npm info lifecycle has-binary@0.1.6~preinstall: has-binary@0.1.6
66638npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
66639npm info lifecycle socket.io-parser@2.2.4~preinstall: socket.io-parser@2.2.4
66640npm info lifecycle debug@2.1.0~preinstall: debug@2.1.0
66641npm info lifecycle object-keys@0.4.0~preinstall: object-keys@0.4.0
66642npm info lifecycle xtend@2.1.2~preinstall: xtend@2.1.2
66643npm info lifecycle sockjs@0.3.7~preinstall: sockjs@0.3.7
66644npm info lifecycle shoe@0.0.15~preinstall: shoe@0.0.15
66645npm info lifecycle source-map@0.1.34~preinstall: source-map@0.1.34
66646npm info lifecycle postcss@0.3.5~preinstall: postcss@0.3.5
66647npm info lifecycle stylus@0.49.3~preinstall: stylus@0.49.3
66648npm info lifecycle nib@1.1.0~preinstall: nib@1.1.0
66649npm info lifecycle source-map@0.1.32~preinstall: source-map@0.1.32
66650npm info lifecycle source-map-support@0.2.10~preinstall: source-map-support@0.2.10
66651npm info lifecycle spdx-exceptions@1.0.4~preinstall: spdx-exceptions@1.0.4
66652npm info lifecycle spdx-license-ids@1.1.0~preinstall: spdx-license-ids@1.1.0
66653npm info lifecycle spdx-expression-parse@1.0.2~preinstall: spdx-expression-parse@1.0.2
66654npm info lifecycle spdx-correct@1.0.2~preinstall: spdx-correct@1.0.2
66655npm info lifecycle sprintf-js@1.0.3~preinstall: sprintf-js@1.0.3
66656npm info lifecycle argparse@1.0.3~preinstall: argparse@1.0.3
66657npm info lifecycle js-yaml@3.4.6~preinstall: js-yaml@3.4.6
66658npm info lifecycle stable@0.1.5~preinstall: stable@0.1.5
66659npm info lifecycle alter@0.2.0~preinstall: alter@0.2.0
66660npm info lifecycle stat-mode@0.2.1~preinstall: stat-mode@0.2.1
66661npm info lifecycle statuses@1.2.1~preinstall: statuses@1.2.1
66662npm info lifecycle http-errors@1.3.1~preinstall: http-errors@1.3.1
66663npm info lifecycle serve-index@1.7.2~preinstall: serve-index@1.7.2
66664npm info lifecycle send@0.13.0~preinstall: send@0.13.0
66665npm info lifecycle serve-static@1.10.0~preinstall: serve-static@1.10.0
66666npm info lifecycle connect-timeout@1.6.2~preinstall: connect-timeout@1.6.2
66667npm info lifecycle send@0.13.0~preinstall: send@0.13.0
66668npm info lifecycle serve-static@1.10.0~preinstall: serve-static@1.10.0
66669npm info lifecycle stream-combiner@0.0.4~preinstall: stream-combiner@0.0.4
66670npm info lifecycle streamsearch@0.1.2~preinstall: streamsearch@0.1.2
66671npm info lifecycle ansi-regex@0.1.0~preinstall: ansi-regex@0.1.0
66672npm info lifecycle strip-ansi@0.2.2~preinstall: strip-ansi@0.2.2
66673npm info lifecycle string-length@0.1.2~preinstall: string-length@0.1.2
66674npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
66675npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
66676npm info lifecycle stream-counter@0.2.0~preinstall: stream-counter@0.2.0
66677npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
66678npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
66679npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
66680npm info lifecycle multiparty@3.3.2~preinstall: multiparty@3.3.2
66681npm info lifecycle readable-stream@1.0.31~preinstall: readable-stream@1.0.31
66682npm info lifecycle mongodb@2.0.46~preinstall: mongodb@2.0.46
66683npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
66684npm info lifecycle log4js@0.6.29~preinstall: log4js@0.6.29
66685npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
66686npm info lifecycle htmlparser2@3.8.3~preinstall: htmlparser2@3.8.3
66687npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
66688npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
66689npm info lifecycle through2@0.5.1~preinstall: through2@0.5.1
66690npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
66691npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
66692npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
66693npm info lifecycle dicer@0.2.5~preinstall: dicer@0.2.5
66694npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
66695npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
66696npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
66697npm info lifecycle htmlparser2@3.1.4~preinstall: htmlparser2@3.1.4
66698npm info lifecycle cheerio@0.12.4~preinstall: cheerio@0.12.4
66699npm info lifecycle grunt-dom-munger@3.4.0~preinstall: grunt-dom-munger@3.4.0
66700npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
66701npm info lifecycle busboy@0.2.12~preinstall: busboy@0.2.12
66702npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
66703npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
66704npm info lifecycle stringify-object@1.0.1~preinstall: stringify-object@1.0.1
66705npm info lifecycle stringmap@0.2.2~preinstall: stringmap@0.2.2
66706npm info lifecycle stringset@0.2.1~preinstall: stringset@0.2.1
66707npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
66708npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
66709npm info lifecycle strip-bom@2.0.0~preinstall: strip-bom@2.0.0
66710npm info lifecycle load-json-file@1.1.0~preinstall: load-json-file@1.1.0
66711npm info lifecycle strip-indent@1.0.1~preinstall: strip-indent@1.0.1
66712npm info lifecycle redent@1.0.0~preinstall: redent@1.0.0
66713npm info lifecycle strip-json-comments@1.0.4~preinstall: strip-json-comments@1.0.4
66714npm info lifecycle jshint@2.5.11~preinstall: jshint@2.5.11
66715npm info lifecycle grunt-contrib-jshint@0.10.0~preinstall: grunt-contrib-jshint@0.10.0
66716npm info lifecycle css-parse@1.7.0~preinstall: css-parse@1.7.0
66717npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
66718npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
66719npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
66720npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
66721npm info lifecycle sax@0.5.8~preinstall: sax@0.5.8
66722npm info lifecycle stylus@0.52.4~preinstall: stylus@0.52.4
66723npm info lifecycle success-symbol@0.1.0~preinstall: success-symbol@0.1.0
66724npm info lifecycle extglob@0.3.1~preinstall: extglob@0.3.1
66725npm info lifecycle micromatch@2.3.7~preinstall: micromatch@2.3.7
66726npm info lifecycle anymatch@1.3.0~preinstall: anymatch@1.3.0
66727npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
66728npm info lifecycle extend@1.2.1~preinstall: extend@1.2.1
66729npm info lifecycle methods@0.0.1~preinstall: methods@0.0.1
66730npm info lifecycle mime@1.2.5~preinstall: mime@1.2.5
66731npm info lifecycle qs@0.6.5~preinstall: qs@0.6.5
66732npm info lifecycle superagent@0.17.0~preinstall: superagent@0.17.0
66733npm info lifecycle supertest@0.11.0~preinstall: supertest@0.11.0
66734npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
66735npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
66736npm info lifecycle log-symbols@1.0.2~preinstall: log-symbols@1.0.2
66737npm info lifecycle grunt-filerev@2.2.0~preinstall: grunt-filerev@2.2.0
66738npm info lifecycle grunt-contrib-stylus@0.22.0~preinstall: grunt-contrib-stylus@0.22.0
66739npm info lifecycle tape@0.2.2~preinstall: tape@0.2.2
66740npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
66741npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
66742npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
66743npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
66744npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
66745npm info lifecycle text-table@0.2.0~preinstall: text-table@0.2.0
66746npm info lifecycle jshint-stylish@0.1.5~preinstall: jshint-stylish@0.1.5
66747npm info lifecycle throttleit@0.0.2~preinstall: throttleit@0.0.2
66748npm info lifecycle request-progress@0.3.0~preinstall: request-progress@0.3.0
66749npm info lifecycle request-progress@0.3.1~preinstall: request-progress@0.3.1
66750npm info lifecycle through@2.3.8~preinstall: through@2.3.8
66751npm info lifecycle split@0.3.3~preinstall: split@0.3.3
66752npm info lifecycle object-keys@0.4.0~preinstall: object-keys@0.4.0
66753npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
66754npm info lifecycle xtend@2.1.2~preinstall: xtend@2.1.2
66755npm info lifecycle through2@0.4.2~preinstall: through2@0.4.2
66756npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
66757npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
66758npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
66759npm info lifecycle time-grunt@0.3.2~preinstall: time-grunt@0.3.2
66760npm info lifecycle timers-ext@0.1.0~preinstall: timers-ext@0.1.0
66761npm info lifecycle memoizee@0.3.9~preinstall: memoizee@0.3.9
66762npm info lifecycle cli-color@0.3.3~preinstall: cli-color@0.3.3
66763npm info lifecycle inquirer@0.6.0~preinstall: inquirer@0.6.0
66764npm info lifecycle inquirer@0.7.1~preinstall: inquirer@0.7.1
66765npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
66766npm info lifecycle qs@0.5.6~preinstall: qs@0.5.6
66767npm info lifecycle tiny-lr-fork@0.0.5~preinstall: tiny-lr-fork@0.0.5
66768npm info lifecycle grunt-contrib-watch@0.6.1~preinstall: grunt-contrib-watch@0.6.1
66769npm info lifecycle tinycolor@0.0.1~preinstall: tinycolor@0.0.1
66770npm info lifecycle ws@0.4.32~preinstall: ws@0.4.32
66771npm info lifecycle ws@0.4.32~preinstall: ws@0.4.32
66772npm info lifecycle ws@0.4.31~preinstall: ws@0.4.31
66773npm info lifecycle tmp@0.0.23~preinstall: tmp@0.0.23
66774npm info lifecycle to-array@0.1.3~preinstall: to-array@0.1.3
66775npm info lifecycle nopt@1.0.10~preinstall: nopt@1.0.10
66776npm info lifecycle touch@0.0.2~preinstall: touch@0.0.2
66777npm info lifecycle decompress-zip@0.0.8~preinstall: decompress-zip@0.0.8
66778npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
66779npm info lifecycle traverse@0.6.6~preinstall: traverse@0.6.6
66780npm info lifecycle dnode-protocol@0.2.2~preinstall: dnode-protocol@0.2.2
66781npm info lifecycle trim-newlines@1.0.0~preinstall: trim-newlines@1.0.0
66782npm info lifecycle truncate@1.0.5~preinstall: truncate@1.0.5
66783npm info lifecycle strong-data-uri@0.1.1~preinstall: strong-data-uri@0.1.1
66784npm info lifecycle tryor@0.1.2~preinstall: tryor@0.1.2
66785npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
66786npm info lifecycle request@2.36.0~preinstall: request@2.36.0
66787npm info lifecycle request@2.42.0~preinstall: request@2.42.0
66788npm info lifecycle request@2.42.0~preinstall: request@2.42.0
66789npm info lifecycle request@2.51.0~preinstall: request@2.51.0
66790npm info lifecycle type-is@1.3.2~preinstall: type-is@1.3.2
66791npm info lifecycle typedarray@0.0.6~preinstall: typedarray@0.0.6
66792npm info lifecycle concat-stream@1.4.10~preinstall: concat-stream@1.4.10
66793npm info lifecycle base64url@1.0.5~preinstall: base64url@1.0.5
66794npm info lifecycle jws@3.1.0~preinstall: jws@3.1.0
66795npm info lifecycle jsonwebtoken@5.4.1~preinstall: jsonwebtoken@5.4.1
66796npm info lifecycle async@0.2.10~preinstall: async@0.2.10
66797npm info lifecycle uglify-to-browserify@1.0.2~preinstall: uglify-to-browserify@1.0.2
66798npm info lifecycle uid@0.0.2~preinstall: uid@0.0.2
66799npm info lifecycle uid-number@0.0.5~preinstall: uid-number@0.0.5
66800npm info lifecycle uid-safe@2.0.0~preinstall: uid-safe@2.0.0
66801npm info lifecycle csrf@3.0.0~preinstall: csrf@3.0.0
66802npm info lifecycle csurf@1.8.3~preinstall: csurf@1.8.3
66803npm info lifecycle uid2@0.0.3~preinstall: uid2@0.0.3
66804npm info lifecycle ultron@1.0.2~preinstall: ultron@1.0.2
66805npm info lifecycle underscore@1.7.0~preinstall: underscore@1.7.0
66806npm info lifecycle argparse@0.1.16~preinstall: argparse@0.1.16
66807npm info lifecycle js-yaml@2.1.3~preinstall: js-yaml@2.1.3
66808npm info lifecycle js-yaml@2.0.5~preinstall: js-yaml@2.0.5
66809npm info lifecycle underscore.string@2.2.1~preinstall: underscore.string@2.2.1
66810npm info lifecycle unpipe@1.0.0~preinstall: unpipe@1.0.0
66811npm info lifecycle finalhandler@0.4.0~preinstall: finalhandler@0.4.0
66812npm info lifecycle raw-body@2.1.5~preinstall: raw-body@2.1.5
66813npm info lifecycle body-parser@1.13.3~preinstall: body-parser@1.13.3
66814npm info lifecycle untildify@2.1.0~preinstall: untildify@2.1.0
66815npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
66816npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
66817npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
66818npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
66819npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
66820npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
66821npm info lifecycle upper-case@1.1.3~preinstall: upper-case@1.1.3
66822npm info lifecycle title-case@1.1.2~preinstall: title-case@1.1.2
66823npm info lifecycle swap-case@1.1.2~preinstall: swap-case@1.1.2
66824npm info lifecycle is-upper-case@1.1.2~preinstall: is-upper-case@1.1.2
66825npm info lifecycle constant-case@1.1.2~preinstall: constant-case@1.1.2
66826npm info lifecycle camel-case@1.2.2~preinstall: camel-case@1.2.2
66827npm info lifecycle upper-case-first@1.1.2~preinstall: upper-case-first@1.1.2
66828npm info lifecycle pascal-case@1.1.2~preinstall: pascal-case@1.1.2
66829npm info lifecycle change-case@2.1.6~preinstall: change-case@2.1.6
66830npm info lifecycle user-home@1.1.1~preinstall: user-home@1.1.1
66831npm info lifecycle lru-cache@2.2.4~preinstall: lru-cache@2.2.4
66832npm info lifecycle useragent@2.1.8~preinstall: useragent@2.1.8
66833npm info lifecycle utf8@2.0.0~preinstall: utf8@2.0.0
66834npm info lifecycle engine.io-parser@1.2.1~preinstall: engine.io-parser@1.2.1
66835npm info lifecycle engine.io-client@1.5.1~preinstall: engine.io-client@1.5.1
66836npm info lifecycle socket.io-client@1.3.5~preinstall: socket.io-client@1.3.5
66837npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
66838npm info lifecycle readable-stream@2.0.5~preinstall: readable-stream@2.0.5
66839npm info lifecycle mongodb@1.4.39~preinstall: mongodb@1.4.39
66840npm info lifecycle readdirp@2.0.0~preinstall: readdirp@2.0.0
66841npm info lifecycle chokidar@1.4.1~preinstall: chokidar@1.4.1
66842npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
66843npm info lifecycle async@0.2.10~preinstall: async@0.2.10
66844npm info lifecycle ncp@0.4.2~preinstall: ncp@0.4.2
66845npm info lifecycle utils-merge@1.0.0~preinstall: utils-merge@1.0.0
66846npm info lifecycle express-session@1.11.3~preinstall: express-session@1.11.3
66847npm info lifecycle uuid@1.4.2~preinstall: uuid@1.4.2
66848npm info lifecycle tempfile@0.1.3~preinstall: tempfile@0.1.3
66849npm info lifecycle v8-debug@0.4.6~preinstall: v8-debug@0.4.6
66850npm info lifecycle nan@2.0.9~preinstall: nan@2.0.9
66851npm info lifecycle v8-profiler@5.2.12~preinstall: v8-profiler@5.2.12
66852npm info lifecycle validate-npm-package-license@3.0.1~preinstall: validate-npm-package-license@3.0.1
66853npm info lifecycle normalize-package-data@2.3.5~preinstall: normalize-package-data@2.3.5
66854npm info lifecycle read-pkg@1.1.0~preinstall: read-pkg@1.1.0
66855npm info lifecycle read-pkg-up@1.0.1~preinstall: read-pkg-up@1.0.1
66856npm info lifecycle meow@3.6.0~preinstall: meow@3.6.0
66857npm info lifecycle default-browser-id@1.0.4~preinstall: default-browser-id@1.0.4
66858npm info lifecycle vary@1.0.1~preinstall: vary@1.0.1
66859npm info lifecycle express@4.13.3~preinstall: express@4.13.3
66860npm info lifecycle method-override@2.3.5~preinstall: method-override@2.3.5
66861npm info lifecycle compression@1.5.2~preinstall: compression@1.5.2
66862npm info lifecycle verror@1.6.0~preinstall: verror@1.6.0
66863npm info lifecycle vasync@1.6.3~preinstall: vasync@1.6.3
66864npm info lifecycle vhost@3.0.2~preinstall: vhost@3.0.2
66865npm info lifecycle connect@2.30.2~preinstall: connect@2.30.2
66866npm info lifecycle ware@0.3.0~preinstall: ware@0.3.0
66867npm info lifecycle nan@2.1.0~preinstall: nan@2.1.0
66868npm info lifecycle weak@1.0.0~preinstall: weak@1.0.0
66869npm info lifecycle dnode@1.2.2~preinstall: dnode@1.2.2
66870npm info lifecycle whet.extend@0.9.9~preinstall: whet.extend@0.9.9
66871npm info lifecycle svgo@0.4.5~preinstall: svgo@0.4.5
66872npm info lifecycle imagemin-svgo@0.1.1~preinstall: imagemin-svgo@0.1.1
66873npm info lifecycle grunt-svgmin@0.4.0~preinstall: grunt-svgmin@0.4.0
66874npm info lifecycle which@1.0.9~preinstall: which@1.0.9
66875npm info lifecycle karma-chrome-launcher@0.1.12~preinstall: karma-chrome-launcher@0.1.12
66876npm info lifecycle grunt-legacy-util@0.2.0~preinstall: grunt-legacy-util@0.2.0
66877npm info lifecycle grunt@0.4.5~preinstall: grunt@0.4.5
66878npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
66879npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
66880npm info lifecycle yargs@1.3.3~preinstall: yargs@1.3.3
66881npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
66882npm info lifecycle win-release@1.1.1~preinstall: win-release@1.1.1
66883npm info lifecycle os-name@1.0.3~preinstall: os-name@1.0.3
66884npm info lifecycle win-spawn@2.0.0~preinstall: win-spawn@2.0.0
66885npm info lifecycle window-size@0.1.0~preinstall: window-size@0.1.0
66886npm info lifecycle ansi-styles@0.1.2~preinstall: ansi-styles@0.1.2
66887npm info lifecycle chalk@0.1.1~preinstall: chalk@0.1.1
66888npm info lifecycle lodash@1.3.1~preinstall: lodash@1.3.1
66889npm info lifecycle wiredep@0.4.2~preinstall: wiredep@0.4.2
66890npm info lifecycle grunt-asset-injector@0.1.0~preinstall: grunt-asset-injector@0.1.0
66891npm info lifecycle async@0.2.10~preinstall: async@0.2.10
66892npm info lifecycle wordwrap@0.0.2~preinstall: wordwrap@0.0.2
66893npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
66894npm info lifecycle optimist@0.3.7~preinstall: optimist@0.3.7
66895npm info lifecycle uglify-js@2.4.0~preinstall: uglify-js@2.4.0
66896npm info lifecycle with@2.0.0~preinstall: with@2.0.0
66897npm info lifecycle uglify-js@2.2.5~preinstall: uglify-js@2.2.5
66898npm info lifecycle transformers@2.1.0~preinstall: transformers@2.1.0
66899npm info lifecycle uglify-js@2.4.0~preinstall: uglify-js@2.4.0
66900npm info lifecycle with@1.1.1~preinstall: with@1.1.1
66901npm info lifecycle uglify-js@2.2.5~preinstall: uglify-js@2.2.5
66902npm info lifecycle transformers@2.0.1~preinstall: transformers@2.0.1
66903npm info lifecycle uglify-js@2.3.6~preinstall: uglify-js@2.3.6
66904npm info lifecycle handlebars@2.0.0~preinstall: handlebars@2.0.0
66905npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
66906npm info lifecycle ng-annotate@0.9.11~preinstall: ng-annotate@0.9.11
66907npm info lifecycle grunt-ng-annotate@0.2.3~preinstall: grunt-ng-annotate@0.2.3
66908npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
66909npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
66910npm info lifecycle optimist@0.2.8~preinstall: optimist@0.2.8
66911npm info lifecycle event-stream@0.5.3~preinstall: event-stream@0.5.3
66912npm info lifecycle ps-tree@0.0.3~preinstall: ps-tree@0.0.3
66913npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
66914npm info lifecycle bower-config@0.5.2~preinstall: bower-config@0.5.2
66915npm info lifecycle bower-registry-client@0.2.4~preinstall: bower-registry-client@0.2.4
66916npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
66917npm info lifecycle once@1.3.2~preinstall: once@1.3.2
66918npm info lifecycle npmconf@2.1.1~preinstall: npmconf@2.1.1
66919npm info lifecycle npmconf@2.1.2~preinstall: npmconf@2.1.2
66920npm info lifecycle registry-url@0.1.1~preinstall: registry-url@0.1.1
66921npm info lifecycle package-json@0.2.0~preinstall: package-json@0.2.0
66922npm info lifecycle latest-version@0.2.0~preinstall: latest-version@0.2.0
66923npm info lifecycle glob@4.0.6~preinstall: glob@4.0.6
66924npm info lifecycle end-of-stream@1.0.0~preinstall: end-of-stream@1.0.0
66925npm info lifecycle pump@0.3.5~preinstall: pump@0.3.5
66926npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
66927npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
66928npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
66929npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
66930npm info lifecycle glob@6.0.3~preinstall: glob@6.0.3
66931npm info lifecycle rimraf@2.4.5~preinstall: rimraf@2.4.5
66932npm info lifecycle utile@0.2.1~preinstall: utile@0.2.1
66933npm info lifecycle http-proxy@0.10.4~preinstall: http-proxy@0.10.4
66934npm info lifecycle fs-extra@0.23.1~preinstall: fs-extra@0.23.1
66935npm info lifecycle phantomjs@1.9.19~preinstall: phantomjs@1.9.19
66936npm info lifecycle karma-phantomjs-launcher@0.1.4~preinstall: karma-phantomjs-launcher@0.1.4
66937npm info lifecycle mv@2.1.1~preinstall: mv@2.1.1
66938npm info lifecycle bunyan@1.5.1~preinstall: bunyan@1.5.1
66939npm info lifecycle fs-extra@0.10.0~preinstall: fs-extra@0.10.0
66940npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
66941npm info lifecycle fstream-ignore@1.0.3~preinstall: fstream-ignore@1.0.3
66942npm info lifecycle fstream@0.1.31~preinstall: fstream@0.1.31
66943npm info lifecycle tar@0.1.20~preinstall: tar@0.1.20
66944npm info lifecycle fs-extra@0.9.1~preinstall: fs-extra@0.9.1
66945npm info lifecycle autoprefixer@1.3.1~preinstall: autoprefixer@1.3.1
66946npm info lifecycle grunt-autoprefixer@0.7.6~preinstall: grunt-autoprefixer@0.7.6
66947npm info lifecycle exec-buffer@0.1.1~preinstall: exec-buffer@0.1.1
66948npm info lifecycle decompress@0.2.5~preinstall: decompress@0.2.5
66949npm info lifecycle nan@1.4.3~preinstall: nan@1.4.3
66950npm info lifecycle ws@0.5.0~preinstall: ws@0.5.0
66951npm info lifecycle engine.io@1.5.1~preinstall: engine.io@1.5.1
66952npm info lifecycle x-default-browser@0.3.1~preinstall: x-default-browser@0.3.1
66953npm info lifecycle xdg-basedir@1.0.1~preinstall: xdg-basedir@1.0.1
66954npm info lifecycle configstore@0.3.2~preinstall: configstore@0.3.2
66955npm info lifecycle update-notifier@0.2.0~preinstall: update-notifier@0.2.0
66956npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
66957npm info lifecycle xmlbuilder@4.0.0~preinstall: xmlbuilder@4.0.0
66958npm info lifecycle xml2js@0.4.4~preinstall: xml2js@0.4.4
66959npm info lifecycle selenium-webdriver@2.44.0~preinstall: selenium-webdriver@2.44.0
66960npm info lifecycle protractor@1.8.0~preinstall: protractor@1.8.0
66961npm info lifecycle grunt-protractor-runner@1.2.1~preinstall: grunt-protractor-runner@1.2.1
66962npm info lifecycle xmldom@0.1.19~preinstall: xmldom@0.1.19
66963npm info lifecycle plist@1.2.0~preinstall: plist@1.2.0
66964npm info lifecycle xmlhttprequest@1.8.0~preinstall: xmlhttprequest@1.8.0
66965npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
66966npm info lifecycle win-detect-browsers@1.0.2~preinstall: win-detect-browsers@1.0.2
66967npm info lifecycle browser-launcher2@0.4.6~preinstall: browser-launcher2@0.4.6
66968npm info lifecycle biased-opener@0.2.7~preinstall: biased-opener@0.2.7
66969npm info lifecycle node-inspector@0.9.2~preinstall: node-inspector@0.9.2
66970npm info lifecycle grunt-node-inspector@0.1.6~preinstall: grunt-node-inspector@0.1.6
66971npm info lifecycle tar-stream@0.4.7~preinstall: tar-stream@0.4.7
66972npm info lifecycle tar-fs@0.5.2~preinstall: tar-fs@0.5.2
66973npm info lifecycle is-my-json-valid@2.12.3~preinstall: is-my-json-valid@2.12.3
66974npm info lifecycle har-validator@1.8.0~preinstall: har-validator@1.8.0
66975npm info lifecycle request@2.60.0~preinstall: request@2.60.0
66976npm info lifecycle update-notifier@0.1.10~preinstall: update-notifier@0.1.10
66977npm info lifecycle nodemon@1.0.20~preinstall: nodemon@1.0.20
66978npm info lifecycle grunt-nodemon@0.2.1~preinstall: grunt-nodemon@0.2.1
66979npm info lifecycle insight@0.4.3~preinstall: insight@0.4.3
66980npm info lifecycle bower@1.3.12~preinstall: bower@1.3.12
66981npm info lifecycle google-cdn@0.7.0~preinstall: google-cdn@0.7.0
66982npm info lifecycle grunt-google-cdn@0.4.3~preinstall: grunt-google-cdn@0.4.3
66983npm info lifecycle download@0.1.19~preinstall: download@0.1.19
66984npm info lifecycle bin-wrapper@0.3.4~preinstall: bin-wrapper@0.3.4
66985npm info lifecycle bin-build@0.1.1~preinstall: bin-build@0.1.1
66986npm info lifecycle pngquant-bin@0.3.5~preinstall: pngquant-bin@0.3.5
66987npm info lifecycle imagemin-pngquant@0.1.3~preinstall: imagemin-pngquant@0.1.3
66988npm info lifecycle optipng-bin@0.3.11~preinstall: optipng-bin@0.3.11
66989npm info lifecycle imagemin-optipng@0.1.0~preinstall: imagemin-optipng@0.1.0
66990npm info lifecycle jpegtran-bin@0.2.8~preinstall: jpegtran-bin@0.2.8
66991npm info lifecycle imagemin-jpegtran@0.1.0~preinstall: imagemin-jpegtran@0.1.0
66992npm info lifecycle gifsicle@0.1.7~preinstall: gifsicle@0.1.7
66993npm info lifecycle imagemin-gifsicle@0.1.1~preinstall: imagemin-gifsicle@0.1.1
66994npm info lifecycle imagemin@0.4.9~preinstall: imagemin@0.4.9
66995npm info lifecycle grunt-contrib-imagemin@0.7.2~preinstall: grunt-contrib-imagemin@0.7.2
66996npm info lifecycle through2@0.6.5~preinstall: through2@0.6.5
66997npm info lifecycle wiredep@1.8.6~preinstall: wiredep@1.8.6
66998npm info lifecycle grunt-wiredep@1.8.0~preinstall: grunt-wiredep@1.8.0
66999npm info lifecycle yargs@3.5.4~preinstall: yargs@3.5.4
67000npm info lifecycle uglify-js@2.4.24~preinstall: uglify-js@2.4.24
67001npm info lifecycle with@3.0.1~preinstall: with@3.0.1
67002npm info lifecycle constantinople@1.0.2~preinstall: constantinople@1.0.2
67003npm info lifecycle jade@0.33.0~preinstall: jade@0.33.0
67004npm info lifecycle karma-jade-preprocessor@0.0.11~preinstall: karma-jade-preprocessor@0.0.11
67005npm info lifecycle html-minifier@0.6.9~preinstall: html-minifier@0.6.9
67006npm info lifecycle grunt-angular-templates@0.5.9~preinstall: grunt-angular-templates@0.5.9
67007npm info lifecycle constantinople@2.0.1~preinstall: constantinople@2.0.1
67008npm info lifecycle jade@1.3.1~preinstall: jade@1.3.1
67009npm info lifecycle karma-ng-jade2js-preprocessor@0.1.5~preinstall: karma-ng-jade2js-preprocessor@0.1.5
67010npm info lifecycle jade@1.2.0~preinstall: jade@1.2.0
67011npm info lifecycle grunt-contrib-jade@0.11.0~preinstall: grunt-contrib-jade@0.11.0
67012npm info lifecycle zeparser@0.0.5~preinstall: zeparser@0.0.5
67013npm info lifecycle active-x-obfuscator@0.0.1~preinstall: active-x-obfuscator@0.0.1
67014npm info lifecycle socket.io-client@0.9.16~preinstall: socket.io-client@0.9.16
67015npm info lifecycle socket.io@0.9.16~preinstall: socket.io@0.9.16
67016npm info lifecycle karma@0.12.37~preinstall: karma@0.12.37
67017npm info lifecycle zlib-browserify@0.0.3~preinstall: zlib-browserify@0.0.3
67018npm info lifecycle gzip-size@0.1.1~preinstall: gzip-size@0.1.1
67019npm info lifecycle maxmin@0.1.0~preinstall: maxmin@0.1.0
67020npm info lifecycle grunt-contrib-uglify@0.4.1~preinstall: grunt-contrib-uglify@0.4.1
67021npm info lifecycle grunt-contrib-cssmin@0.9.0~preinstall: grunt-contrib-cssmin@0.9.0
67022npm info lifecycle async@1.3.0~preinstall: async@1.3.0
67023npm info lifecycle body-parser@1.5.2~preinstall: body-parser@1.5.2
67024npm info lifecycle composable-middleware@0.3.0~preinstall: composable-middleware@0.3.0
67025npm info lifecycle compression@1.0.11~preinstall: compression@1.0.11
67026npm info lifecycle connect-mongo@0.4.2~preinstall: connect-mongo@0.4.2
67027npm info lifecycle cookie-parser@1.0.1~preinstall: cookie-parser@1.0.1
67028npm info lifecycle dav@1.7.8~preinstall: dav@1.7.8
67029npm info lifecycle errorhandler@1.0.2~preinstall: errorhandler@1.0.2
67030npm info lifecycle express@4.0.0~preinstall: express@4.0.0
67031npm info lifecycle express-jwt@3.1.0~preinstall: express-jwt@3.1.0
67032npm info lifecycle express-session@1.0.4~preinstall: express-session@1.0.4
67033npm info lifecycle gridfs-stream@1.1.1~preinstall: gridfs-stream@1.1.1
67034npm info lifecycle ldapjs@1.0.0~preinstall: ldapjs@1.0.0
67035npm info lifecycle method-override@1.0.2~preinstall: method-override@1.0.2
67036npm info lifecycle mongoose@4.1.12~preinstall: mongoose@4.1.12
67037npm info lifecycle morgan@1.0.1~preinstall: morgan@1.0.1
67038npm info lifecycle multer@0.1.8~preinstall: multer@0.1.8
67039npm info lifecycle passport@0.2.2~preinstall: passport@0.2.2
67040npm info lifecycle passport-ldapauth@0.3.0~preinstall: passport-ldapauth@0.3.0
67041npm info lifecycle passport-local@0.1.6~preinstall: passport-local@0.1.6
67042npm info lifecycle phantom@0.7.2~preinstall: phantom@0.7.2
67043npm info lifecycle serve-favicon@2.0.1~preinstall: serve-favicon@2.0.1
67044npm info lifecycle socket.io@1.3.5~preinstall: socket.io@1.3.5
67045npm info lifecycle socketio-jwt@4.3.3~preinstall: socketio-jwt@4.3.3
67046npm WARN lifecycle v8-debug@0.4.6~preinstall: cannot run in wd %s %s (wd=%s) v8-debug@0.4.6 /var/www/manticore.git/node_modules/.staging/v8-debug-6d9c8e93
67047npm WARN lifecycle v8-profiler@5.2.12~preinstall: cannot run in wd %s %s (wd=%s) v8-profiler@5.2.12 /var/www/manticore.git/node_modules/.staging/v8-profiler-0c2b89c5
67048npm info linkStuff CSSwhat@0.4.7
67049npm verb linkBins CSSwhat@0.4.7
67050npm verb linkMans CSSwhat@0.4.7
67051npm info linkStuff abbrev@1.0.7
67052npm verb linkBins abbrev@1.0.7
67053npm verb linkMans abbrev@1.0.7
67054npm info linkStuff accessibility-developer-tools@2.6.0
67055npm verb linkBins accessibility-developer-tools@2.6.0
67056npm verb linkMans accessibility-developer-tools@2.6.0
67057npm info linkStuff adm-zip@0.4.7
67058npm verb linkBins adm-zip@0.4.7
67059npm verb linkMans adm-zip@0.4.7
67060npm info linkStuff after@0.8.1
67061npm verb linkBins after@0.8.1
67062npm verb linkMans after@0.8.1
67063npm info linkStuff amdefine@1.0.0
67064npm verb linkBins amdefine@1.0.0
67065npm verb linkMans amdefine@1.0.0
67066npm info linkStuff ansi-regex@2.0.0
67067npm verb linkBins ansi-regex@2.0.0
67068npm verb linkMans ansi-regex@2.0.0
67069npm info linkStuff ansi-styles@2.1.0
67070npm verb linkBins ansi-styles@2.1.0
67071npm verb linkMans ansi-styles@2.1.0
67072npm info linkStuff ansi-wrap@0.1.0
67073npm verb linkBins ansi-wrap@0.1.0
67074npm verb linkMans ansi-wrap@0.1.0
67075npm info linkStuff ansi-green@0.1.1
67076npm verb linkBins ansi-green@0.1.1
67077npm verb linkMans ansi-green@0.1.1
67078npm info linkStuff archy@0.0.2
67079npm verb linkBins archy@0.0.2
67080npm verb linkMans archy@0.0.2
67081npm info linkStuff underscore.string@2.4.0
67082npm verb linkBins underscore.string@2.4.0
67083npm verb linkMans underscore.string@2.4.0
67084npm info linkStuff arr-flatten@1.0.1
67085npm verb linkBins arr-flatten@1.0.1
67086npm verb linkMans arr-flatten@1.0.1
67087npm info linkStuff arr-diff@2.0.0
67088npm verb linkBins arr-diff@2.0.0
67089npm verb linkMans arr-diff@2.0.0
67090npm info linkStuff array-filter@0.0.1
67091npm verb linkBins array-filter@0.0.1
67092npm verb linkMans array-filter@0.0.1
67093npm info linkStuff array-flatten@1.1.1
67094npm verb linkBins array-flatten@1.1.1
67095npm verb linkMans array-flatten@1.1.1
67096npm info linkStuff array-map@0.0.0
67097npm verb linkBins array-map@0.0.0
67098npm verb linkMans array-map@0.0.0
67099npm info linkStuff array-reduce@0.0.0
67100npm verb linkBins array-reduce@0.0.0
67101npm verb linkMans array-reduce@0.0.0
67102npm info linkStuff array-unique@0.2.1
67103npm verb linkBins array-unique@0.2.1
67104npm verb linkMans array-unique@0.2.1
67105npm info linkStuff arraybuffer.slice@0.0.6
67106npm verb linkBins arraybuffer.slice@0.0.6
67107npm verb linkMans arraybuffer.slice@0.0.6
67108npm info linkStuff arrify@1.0.1
67109npm verb linkBins arrify@1.0.1
67110npm verb linkMans arrify@1.0.1
67111npm info linkStuff asn1@0.2.3
67112npm verb linkBins asn1@0.2.3
67113npm verb linkMans asn1@0.2.3
67114npm info linkStuff assert-plus@0.2.0
67115npm verb linkBins assert-plus@0.2.0
67116npm verb linkMans assert-plus@0.2.0
67117npm info linkStuff async-each@0.1.6
67118npm verb linkBins async-each@0.1.6
67119npm verb linkMans async-each@0.1.6
67120npm info linkStuff aws-sign2@0.5.0
67121npm verb linkBins aws-sign2@0.5.0
67122npm verb linkMans aws-sign2@0.5.0
67123npm info linkStuff backo2@1.0.2
67124npm verb linkBins backo2@1.0.2
67125npm verb linkMans backo2@1.0.2
67126npm info linkStuff balanced-match@0.3.0
67127npm verb linkBins balanced-match@0.3.0
67128npm verb linkMans balanced-match@0.3.0
67129npm info linkStuff base64-arraybuffer@0.1.2
67130npm verb linkBins base64-arraybuffer@0.1.2
67131npm verb linkMans base64-arraybuffer@0.1.2
67132npm info linkStuff base64-js@0.0.8
67133npm verb linkBins base64-js@0.0.8
67134npm verb linkMans base64-js@0.0.8
67135npm info linkStuff base64-url@1.2.1
67136npm verb linkBins base64-url@1.2.1
67137npm verb linkMans base64-url@1.2.1
67138npm info linkStuff base64id@0.1.0
67139npm verb linkBins base64id@0.1.0
67140npm verb linkMans base64id@0.1.0
67141npm info linkStuff basic-auth@1.0.3
67142npm verb linkBins basic-auth@1.0.3
67143npm verb linkMans basic-auth@1.0.3
67144npm info linkStuff basic-auth-connect@1.0.0
67145npm verb linkBins basic-auth-connect@1.0.0
67146npm verb linkMans basic-auth-connect@1.0.0
67147npm info linkStuff batch@0.5.2
67148npm verb linkBins batch@0.5.2
67149npm verb linkMans batch@0.5.2
67150npm info linkStuff bcryptjs@2.1.0
67151npm verb linkBins bcryptjs@2.1.0
67152npm verb linkMans bcryptjs@2.1.0
67153npm info linkStuff benchmark@1.0.0
67154npm verb linkBins benchmark@1.0.0
67155npm verb linkMans benchmark@1.0.0
67156npm info linkStuff big-integer@1.6.9
67157npm verb linkBins big-integer@1.6.9
67158npm verb link bins [ {}, '/var/www/manticore.git/node_modules/.bin', false ]
67159npm verb linkMans big-integer@1.6.9
67160npm info linkStuff binary-extensions@1.4.0
67161npm verb linkBins binary-extensions@1.4.0
67162npm verb linkMans binary-extensions@1.4.0
67163npm info linkStuff bindings@1.2.1
67164npm verb linkBins bindings@1.2.1
67165npm verb linkMans bindings@1.2.1
67166npm info linkStuff blob@0.0.2
67167npm verb linkBins blob@0.0.2
67168npm verb linkMans blob@0.0.2
67169npm info linkStuff bluebird@2.9.26
67170npm verb linkBins bluebird@2.9.26
67171npm verb linkMans bluebird@2.9.26
67172npm info linkStuff bn.js@2.2.0
67173npm verb linkBins bn.js@2.2.0
67174npm verb linkMans bn.js@2.2.0
67175npm info linkStuff boolbase@1.0.0
67176npm verb linkBins boolbase@1.0.0
67177npm verb linkMans boolbase@1.0.0
67178npm info linkStuff graceful-fs@2.0.3
67179npm verb linkBins graceful-fs@2.0.3
67180npm verb linkMans graceful-fs@2.0.3
67181npm info linkStuff minimist@0.0.10
67182npm verb linkBins minimist@0.0.10
67183npm verb linkMans minimist@0.0.10
67184npm info linkStuff osenv@0.0.3
67185npm verb linkBins osenv@0.0.3
67186npm verb linkMans osenv@0.0.3
67187npm info linkStuff bower-endpoint-parser@0.2.2
67188npm verb linkBins bower-endpoint-parser@0.2.2
67189npm verb linkMans bower-endpoint-parser@0.2.2
67190npm info linkStuff graceful-fs@2.0.3
67191npm verb linkBins graceful-fs@2.0.3
67192npm verb linkMans graceful-fs@2.0.3
67193npm info linkStuff bower-logger@0.2.2
67194npm verb linkBins bower-logger@0.2.2
67195npm verb linkMans bower-logger@0.2.2
67196npm info linkStuff asn1@0.1.11
67197npm verb linkBins asn1@0.1.11
67198npm verb linkMans asn1@0.1.11
67199npm info linkStuff assert-plus@0.1.5
67200npm verb linkBins assert-plus@0.1.5
67201npm verb linkMans assert-plus@0.1.5
67202npm info linkStuff async@0.2.10
67203npm verb linkBins async@0.2.10
67204npm verb linkMans async@0.2.10
67205npm info linkStuff caseless@0.8.0
67206npm verb linkBins caseless@0.8.0
67207npm verb linkMans caseless@0.8.0
67208npm info linkStuff delayed-stream@0.0.5
67209npm verb linkBins delayed-stream@0.0.5
67210npm verb linkMans delayed-stream@0.0.5
67211npm info linkStuff combined-stream@0.0.7
67212npm verb linkBins combined-stream@0.0.7
67213npm verb linkMans combined-stream@0.0.7
67214npm info linkStuff forever-agent@0.5.2
67215npm verb linkBins forever-agent@0.5.2
67216npm verb linkMans forever-agent@0.5.2
67217npm info linkStuff async@0.9.2
67218npm verb linkBins async@0.9.2
67219npm verb linkMans async@0.9.2
67220npm info linkStuff graceful-fs@2.0.3
67221npm verb linkBins graceful-fs@2.0.3
67222npm verb linkMans graceful-fs@2.0.3
67223npm info linkStuff hoek@0.9.1
67224npm verb linkBins hoek@0.9.1
67225npm verb linkMans hoek@0.9.1
67226npm info linkStuff boom@0.4.2
67227npm verb linkBins boom@0.4.2
67228npm verb linkMans boom@0.4.2
67229npm info linkStuff cryptiles@0.2.2
67230npm verb linkBins cryptiles@0.2.2
67231npm verb linkMans cryptiles@0.2.2
67232npm info linkStuff lru-cache@2.3.1
67233npm verb linkBins lru-cache@2.3.1
67234npm verb linkMans lru-cache@2.3.1
67235npm info linkStuff node-uuid@1.4.7
67236npm verb linkBins node-uuid@1.4.7
67237npm verb link bins [ { uuid: './bin/uuid' },
67238npm verb link bins '/var/www/manticore.git/node_modules/bower-registry-client/node_modules/.bin',
67239npm verb link bins false ]
67240npm verb linkMans node-uuid@1.4.7
67241npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower-registry-client/node_modules/.bin/uuid
67242npm info linkStuff oauth-sign@0.5.0
67243npm verb linkBins oauth-sign@0.5.0
67244npm verb linkMans oauth-sign@0.5.0
67245npm info linkStuff qs@2.3.3
67246npm verb linkBins qs@2.3.3
67247npm verb linkMans qs@2.3.3
67248npm info linkStuff rimraf@2.2.8
67249npm verb linkBins rimraf@2.2.8
67250npm verb link bins [ { rimraf: './bin.js' },
67251npm verb link bins '/var/www/manticore.git/node_modules/bower-registry-client/node_modules/.bin',
67252npm verb link bins false ]
67253npm verb linkMans rimraf@2.2.8
67254npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower-registry-client/node_modules/.bin/rimraf
67255npm info linkStuff sntp@0.2.4
67256npm verb linkBins sntp@0.2.4
67257npm verb linkMans sntp@0.2.4
67258npm info linkStuff hawk@1.1.1
67259npm verb linkBins hawk@1.1.1
67260npm verb linkMans hawk@1.1.1
67261npm info linkStuff abbrev@1.0.7
67262npm verb linkBins abbrev@1.0.7
67263npm verb linkMans abbrev@1.0.7
67264npm info linkStuff archy@1.0.0
67265npm verb linkBins archy@1.0.0
67266npm verb linkMans archy@1.0.0
67267npm info linkStuff graceful-fs@4.1.2
67268npm verb linkBins graceful-fs@4.1.2
67269npm verb linkMans graceful-fs@4.1.2
67270npm info linkStuff minimist@0.0.10
67271npm verb linkBins minimist@0.0.10
67272npm verb linkMans minimist@0.0.10
67273npm info linkStuff wordwrap@0.0.3
67274npm verb linkBins wordwrap@0.0.3
67275npm verb linkMans wordwrap@0.0.3
67276npm info linkStuff optimist@0.6.1
67277npm verb linkBins optimist@0.6.1
67278npm verb linkMans optimist@0.6.1
67279npm info linkStuff os-homedir@1.0.1
67280npm verb linkBins os-homedir@1.0.1
67281npm verb linkMans os-homedir@1.0.1
67282npm info linkStuff os-tmpdir@1.0.1
67283npm verb linkBins os-tmpdir@1.0.1
67284npm verb linkMans os-tmpdir@1.0.1
67285npm info linkStuff osenv@0.1.3
67286npm verb linkBins osenv@0.1.3
67287npm verb linkMans osenv@0.1.3
67288npm info linkStuff os-homedir@1.0.1
67289npm verb linkBins os-homedir@1.0.1
67290npm verb linkMans os-homedir@1.0.1
67291npm info linkStuff untildify@2.1.0
67292npm verb linkBins untildify@2.1.0
67293npm verb linkMans untildify@2.1.0
67294npm info linkStuff bower-endpoint-parser@0.2.2
67295npm verb linkBins bower-endpoint-parser@0.2.2
67296npm verb linkMans bower-endpoint-parser@0.2.2
67297npm info linkStuff deep-extend@0.2.11
67298npm verb linkBins deep-extend@0.2.11
67299npm verb linkMans deep-extend@0.2.11
67300npm info linkStuff graceful-fs@2.0.3
67301npm verb linkBins graceful-fs@2.0.3
67302npm verb linkMans graceful-fs@2.0.3
67303npm info linkStuff intersect@0.0.3
67304npm verb linkBins intersect@0.0.3
67305npm verb linkMans intersect@0.0.3
67306npm info linkStuff bower-json@0.4.0
67307npm verb linkBins bower-json@0.4.0
67308npm verb linkMans bower-json@0.4.0
67309npm info linkStuff bower-logger@0.2.2
67310npm verb linkBins bower-logger@0.2.2
67311npm verb linkMans bower-logger@0.2.2
67312npm info linkStuff async@0.2.10
67313npm verb linkBins async@0.2.10
67314npm verb linkMans async@0.2.10
67315npm info linkStuff graceful-fs@4.1.2
67316npm verb linkBins graceful-fs@4.1.2
67317npm verb linkMans graceful-fs@4.1.2
67318npm info linkStuff mkdirp@0.3.5
67319npm verb linkBins mkdirp@0.3.5
67320npm verb linkMans mkdirp@0.3.5
67321npm info linkStuff ansicolors@0.2.1
67322npm verb linkBins ansicolors@0.2.1
67323npm verb linkMans ansicolors@0.2.1
67324npm info linkStuff esprima@1.0.4
67325npm verb linkBins esprima@1.0.4
67326npm verb link bins [ { esparse: './bin/esparse.js',
67327npm verb link bins esvalidate: './bin/esvalidate.js' },
67328npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin',
67329npm verb link bins false ]
67330npm verb linkMans esprima@1.0.4
67331npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin/esparse
67332npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin/esvalidate
67333npm info linkStuff redeyed@0.4.4
67334npm verb linkBins redeyed@0.4.4
67335npm verb linkMans redeyed@0.4.4
67336npm info linkStuff cardinal@0.4.4
67337npm verb linkBins cardinal@0.4.4
67338npm verb link bins [ { cdl: './bin/cdl.js' },
67339npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
67340npm verb link bins false ]
67341npm verb linkMans cardinal@0.4.4
67342npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/cdl
67343npm info linkStuff ansi-styles@2.1.0
67344npm verb linkBins ansi-styles@2.1.0
67345npm verb linkMans ansi-styles@2.1.0
67346npm info linkStuff escape-string-regexp@1.0.3
67347npm verb linkBins escape-string-regexp@1.0.3
67348npm verb linkMans escape-string-regexp@1.0.3
67349npm info linkStuff ansi-regex@2.0.0
67350npm verb linkBins ansi-regex@2.0.0
67351npm verb linkMans ansi-regex@2.0.0
67352npm info linkStuff has-ansi@2.0.0
67353npm verb linkBins has-ansi@2.0.0
67354npm verb linkMans has-ansi@2.0.0
67355npm info linkStuff ansi-regex@2.0.0
67356npm verb linkBins ansi-regex@2.0.0
67357npm verb linkMans ansi-regex@2.0.0
67358npm info linkStuff strip-ansi@3.0.0
67359npm verb linkBins strip-ansi@3.0.0
67360npm verb linkMans strip-ansi@3.0.0
67361npm info linkStuff supports-color@2.0.0
67362npm verb linkBins supports-color@2.0.0
67363npm verb linkMans supports-color@2.0.0
67364npm info linkStuff chalk@1.1.1
67365npm verb linkBins chalk@1.1.1
67366npm verb linkMans chalk@1.1.1
67367npm info linkStuff chmodr@1.0.2
67368npm verb linkBins chmodr@1.0.2
67369npm verb linkMans chmodr@1.0.2
67370npm info linkStuff lodash@3.10.1
67371npm verb linkBins lodash@3.10.1
67372npm verb linkMans lodash@3.10.1
67373npm info linkStuff sprintf-js@1.0.3
67374npm verb linkBins sprintf-js@1.0.3
67375npm verb linkMans sprintf-js@1.0.3
67376npm info linkStuff argparse@1.0.3
67377npm verb linkBins argparse@1.0.3
67378npm verb linkMans argparse@1.0.3
67379npm info linkStuff esprima@2.7.1
67380npm verb linkBins esprima@2.7.1
67381npm verb link bins [ { esparse: './bin/esparse.js',
67382npm verb link bins esvalidate: './bin/esvalidate.js' },
67383npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin',
67384npm verb link bins false ]
67385npm verb linkMans esprima@2.7.1
67386npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin/esparse
67387npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin/esvalidate
67388npm info linkStuff inherit@2.2.2
67389npm verb linkBins inherit@2.2.2
67390npm verb linkMans inherit@2.2.2
67391npm info linkStuff js-yaml@3.4.6
67392npm verb linkBins js-yaml@3.4.6
67393npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
67394npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/.bin',
67395npm verb link bins false ]
67396npm verb linkMans js-yaml@3.4.6
67397npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/.bin/js-yaml
67398npm info linkStuff object-assign@2.1.1
67399npm verb linkBins object-assign@2.1.1
67400npm verb linkMans object-assign@2.1.1
67401npm info linkStuff os-homedir@1.0.1
67402npm verb linkBins os-homedir@1.0.1
67403npm verb linkMans os-homedir@1.0.1
67404npm info linkStuff os-tmpdir@1.0.1
67405npm verb linkBins os-tmpdir@1.0.1
67406npm verb linkMans os-tmpdir@1.0.1
67407npm info linkStuff osenv@0.1.3
67408npm verb linkBins osenv@0.1.3
67409npm verb linkMans osenv@0.1.3
67410npm info linkStuff uuid@2.0.1
67411npm verb linkBins uuid@2.0.1
67412npm verb linkMans uuid@2.0.1
67413npm info linkStuff buffers@0.1.1
67414npm verb linkBins buffers@0.1.1
67415npm verb linkMans buffers@0.1.1
67416npm info linkStuff traverse@0.3.9
67417npm verb linkBins traverse@0.3.9
67418npm verb linkMans traverse@0.3.9
67419npm info linkStuff chainsaw@0.1.0
67420npm verb linkBins chainsaw@0.1.0
67421npm verb linkMans chainsaw@0.1.0
67422npm info linkStuff binary@0.3.0
67423npm verb linkBins binary@0.3.0
67424npm verb linkMans binary@0.3.0
67425npm info linkStuff mkpath@0.1.0
67426npm verb linkBins mkpath@0.1.0
67427npm verb linkMans mkpath@0.1.0
67428npm info linkStuff core-util-is@1.0.2
67429npm verb linkBins core-util-is@1.0.2
67430npm verb linkMans core-util-is@1.0.2
67431npm info linkStuff inherits@2.0.1
67432npm verb linkBins inherits@2.0.1
67433npm verb linkMans inherits@2.0.1
67434npm info linkStuff isarray@0.0.1
67435npm verb linkBins isarray@0.0.1
67436npm verb linkMans isarray@0.0.1
67437npm info linkStuff string_decoder@0.10.31
67438npm verb linkBins string_decoder@0.10.31
67439npm verb linkMans string_decoder@0.10.31
67440npm info linkStuff readable-stream@1.1.13
67441npm verb linkBins readable-stream@1.1.13
67442npm verb linkMans readable-stream@1.1.13
67443npm info linkStuff nopt@1.0.10
67444npm verb linkBins nopt@1.0.10
67445npm verb link bins [ { nopt: './bin/nopt.js' },
67446npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/decompress-zip/node_modules/touch/node_modules/.bin',
67447npm verb link bins false ]
67448npm verb linkMans nopt@1.0.10
67449npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/decompress-zip/node_modules/touch/node_modules/.bin/nopt
67450npm info linkStuff touch@0.0.3
67451npm verb linkBins touch@0.0.3
67452npm verb linkMans touch@0.0.3
67453npm info linkStuff destroy@1.0.3
67454npm verb linkBins destroy@1.0.3
67455npm verb linkMans destroy@1.0.3
67456npm info linkStuff graceful-fs@4.1.2
67457npm verb linkBins graceful-fs@4.1.2
67458npm verb linkMans graceful-fs@4.1.2
67459npm info linkStuff iferr@0.1.5
67460npm verb linkBins iferr@0.1.5
67461npm verb linkMans iferr@0.1.5
67462npm info linkStuff imurmurhash@0.1.4
67463npm verb linkBins imurmurhash@0.1.4
67464npm verb linkMans imurmurhash@0.1.4
67465npm info linkStuff core-util-is@1.0.2
67466npm verb linkBins core-util-is@1.0.2
67467npm verb linkMans core-util-is@1.0.2
67468npm info linkStuff inherits@2.0.1
67469npm verb linkBins inherits@2.0.1
67470npm verb linkMans inherits@2.0.1
67471npm info linkStuff isarray@0.0.1
67472npm verb linkBins isarray@0.0.1
67473npm verb linkMans isarray@0.0.1
67474npm info linkStuff process-nextick-args@1.0.6
67475npm verb linkBins process-nextick-args@1.0.6
67476npm verb linkMans process-nextick-args@1.0.6
67477npm info linkStuff string_decoder@0.10.31
67478npm verb linkBins string_decoder@0.10.31
67479npm verb linkMans string_decoder@0.10.31
67480npm info linkStuff util-deprecate@1.0.2
67481npm verb linkBins util-deprecate@1.0.2
67482npm verb linkMans util-deprecate@1.0.2
67483npm info linkStuff readable-stream@2.0.4
67484npm verb linkBins readable-stream@2.0.4
67485npm verb linkMans readable-stream@2.0.4
67486npm info linkStuff fs-write-stream-atomic@1.0.7
67487npm verb linkBins fs-write-stream-atomic@1.0.7
67488npm verb linkMans fs-write-stream-atomic@1.0.7
67489npm info linkStuff inherits@2.0.1
67490npm verb linkBins inherits@2.0.1
67491npm verb linkMans inherits@2.0.1
67492npm info linkStuff balanced-match@0.3.0
67493npm verb linkBins balanced-match@0.3.0
67494npm verb linkMans balanced-match@0.3.0
67495npm info linkStuff concat-map@0.0.1
67496npm verb linkBins concat-map@0.0.1
67497npm verb linkMans concat-map@0.0.1
67498npm info linkStuff brace-expansion@1.1.2
67499npm verb linkBins brace-expansion@1.1.2
67500npm verb linkMans brace-expansion@1.1.2
67501npm info linkStuff minimatch@3.0.0
67502npm verb linkBins minimatch@3.0.0
67503npm verb linkMans minimatch@3.0.0
67504npm info linkStuff graceful-fs@4.1.2
67505npm verb linkBins graceful-fs@4.1.2
67506npm verb linkMans graceful-fs@4.1.2
67507npm info linkStuff inherits@2.0.1
67508npm verb linkBins inherits@2.0.1
67509npm verb linkMans inherits@2.0.1
67510npm info linkStuff mime@1.3.4
67511npm verb linkBins mime@1.3.4
67512npm verb link bins [ { mime: 'cli.js' },
67513npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/github/node_modules/.bin',
67514npm verb link bins false ]
67515npm verb linkMans mime@1.3.4
67516npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/github/node_modules/.bin/mime
67517npm info linkStuff github@0.2.4
67518npm verb linkBins github@0.2.4
67519npm verb linkMans github@0.2.4
67520npm info linkStuff wrappy@1.0.1
67521npm verb linkBins wrappy@1.0.1
67522npm verb linkMans wrappy@1.0.1
67523npm info linkStuff inherits@2.0.1
67524npm verb linkBins inherits@2.0.1
67525npm verb linkMans inherits@2.0.1
67526npm info linkStuff balanced-match@0.3.0
67527npm verb linkBins balanced-match@0.3.0
67528npm verb linkMans balanced-match@0.3.0
67529npm info linkStuff concat-map@0.0.1
67530npm verb linkBins concat-map@0.0.1
67531npm verb linkMans concat-map@0.0.1
67532npm info linkStuff brace-expansion@1.1.2
67533npm verb linkBins brace-expansion@1.1.2
67534npm verb linkMans brace-expansion@1.1.2
67535npm info linkStuff minimatch@2.0.10
67536npm verb linkBins minimatch@2.0.10
67537npm verb linkMans minimatch@2.0.10
67538npm info linkStuff wrappy@1.0.1
67539npm verb linkBins wrappy@1.0.1
67540npm verb linkMans wrappy@1.0.1
67541npm info linkStuff once@1.3.3
67542npm verb linkBins once@1.3.3
67543npm verb linkMans once@1.3.3
67544npm info linkStuff inflight@1.0.4
67545npm verb linkBins inflight@1.0.4
67546npm verb linkMans inflight@1.0.4
67547npm info linkStuff glob@4.5.3
67548npm verb linkBins glob@4.5.3
67549npm verb linkMans glob@4.5.3
67550npm info linkStuff graceful-fs@3.0.8
67551npm verb linkBins graceful-fs@3.0.8
67552npm verb linkMans graceful-fs@3.0.8
67553npm info linkStuff wordwrap@0.0.3
67554npm verb linkBins wordwrap@0.0.3
67555npm verb linkMans wordwrap@0.0.3
67556npm info linkStuff optimist@0.3.7
67557npm verb linkBins optimist@0.3.7
67558npm verb linkMans optimist@0.3.7
67559npm info linkStuff async@0.2.10
67560npm verb linkBins async@0.2.10
67561npm verb linkMans async@0.2.10
67562npm info linkStuff amdefine@1.0.0
67563npm verb linkBins amdefine@1.0.0
67564npm verb linkMans amdefine@1.0.0
67565npm info linkStuff source-map@0.1.43
67566npm verb linkBins source-map@0.1.43
67567npm verb linkMans source-map@0.1.43
67568npm info linkStuff uglify-js@2.3.6
67569npm verb linkBins uglify-js@2.3.6
67570npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
67571npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/.bin',
67572npm verb link bins false ]
67573npm verb linkMans uglify-js@2.3.6
67574npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/.bin/uglifyjs
67575npm info linkStuff handlebars@2.0.0
67576npm verb linkBins handlebars@2.0.0
67577npm verb link bins [ { handlebars: 'bin/handlebars' },
67578npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
67579npm verb link bins false ]
67580npm verb linkMans handlebars@2.0.0
67581npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/handlebars
67582npm info linkStuff ansi-escapes@1.1.0
67583npm verb linkBins ansi-escapes@1.1.0
67584npm verb linkMans ansi-escapes@1.1.0
67585npm info linkStuff ansi-regex@2.0.0
67586npm verb linkBins ansi-regex@2.0.0
67587npm verb linkMans ansi-regex@2.0.0
67588npm info linkStuff exit-hook@1.1.1
67589npm verb linkBins exit-hook@1.1.1
67590npm verb linkMans exit-hook@1.1.1
67591npm info linkStuff onetime@1.0.0
67592npm verb linkBins onetime@1.0.0
67593npm verb linkMans onetime@1.0.0
67594npm info linkStuff restore-cursor@1.0.1
67595npm verb linkBins restore-cursor@1.0.1
67596npm verb linkMans restore-cursor@1.0.1
67597npm info linkStuff cli-cursor@1.0.2
67598npm verb linkBins cli-cursor@1.0.2
67599npm verb linkMans cli-cursor@1.0.2
67600npm info linkStuff cli-width@1.1.0
67601npm verb linkBins cli-width@1.1.0
67602npm verb linkMans cli-width@1.1.0
67603npm info linkStuff figures@1.4.0
67604npm verb linkBins figures@1.4.0
67605npm verb linkMans figures@1.4.0
67606npm info linkStuff lodash@3.10.1
67607npm verb linkBins lodash@3.10.1
67608npm verb linkMans lodash@3.10.1
67609npm info linkStuff number-is-nan@1.0.0
67610npm verb linkBins number-is-nan@1.0.0
67611npm verb linkMans number-is-nan@1.0.0
67612npm info linkStuff code-point-at@1.0.0
67613npm verb linkBins code-point-at@1.0.0
67614npm verb linkMans code-point-at@1.0.0
67615npm info linkStuff number-is-nan@1.0.0
67616npm verb linkBins number-is-nan@1.0.0
67617npm verb linkMans number-is-nan@1.0.0
67618npm info linkStuff is-fullwidth-code-point@1.0.0
67619npm verb linkBins is-fullwidth-code-point@1.0.0
67620npm verb linkMans is-fullwidth-code-point@1.0.0
67621npm info linkStuff mute-stream@0.0.5
67622npm verb linkBins mute-stream@0.0.5
67623npm verb linkMans mute-stream@0.0.5
67624npm info linkStuff readline2@1.0.1
67625npm verb linkBins readline2@1.0.1
67626npm verb linkMans readline2@1.0.1
67627npm info linkStuff wrappy@1.0.1
67628npm verb linkBins wrappy@1.0.1
67629npm verb linkMans wrappy@1.0.1
67630npm info linkStuff once@1.3.3
67631npm verb linkBins once@1.3.3
67632npm verb linkMans once@1.3.3
67633npm info linkStuff run-async@0.1.0
67634npm verb linkBins run-async@0.1.0
67635npm verb linkMans run-async@0.1.0
67636npm info linkStuff rx-lite@3.1.2
67637npm verb linkBins rx-lite@3.1.2
67638npm verb linkMans rx-lite@3.1.2
67639npm info linkStuff strip-ansi@3.0.0
67640npm verb linkBins strip-ansi@3.0.0
67641npm verb linkMans strip-ansi@3.0.0
67642npm info linkStuff through@2.3.8
67643npm verb linkBins through@2.3.8
67644npm verb linkMans through@2.3.8
67645npm info linkStuff inquirer@0.10.0
67646npm verb linkBins inquirer@0.10.0
67647npm verb linkMans inquirer@0.10.0
67648npm info linkStuff async@1.5.0
67649npm verb linkBins async@1.5.0
67650npm verb linkMans async@1.5.0
67651npm info linkStuff graceful-fs@4.1.2
67652npm verb linkBins graceful-fs@4.1.2
67653npm verb linkMans graceful-fs@4.1.2
67654npm info linkStuff os-tmpdir@1.0.1
67655npm verb linkBins os-tmpdir@1.0.1
67656npm verb linkMans os-tmpdir@1.0.1
67657npm info linkStuff os-homedir@1.0.1
67658npm verb linkBins os-homedir@1.0.1
67659npm verb linkMans os-homedir@1.0.1
67660npm info linkStuff osenv@0.1.3
67661npm verb linkBins osenv@0.1.3
67662npm verb linkMans osenv@0.1.3
67663npm info linkStuff uuid@2.0.1
67664npm verb linkBins uuid@2.0.1
67665npm verb linkMans uuid@2.0.1
67666npm info linkStuff imurmurhash@0.1.4
67667npm verb linkBins imurmurhash@0.1.4
67668npm verb linkMans imurmurhash@0.1.4
67669npm info linkStuff slide@1.1.6
67670npm verb linkBins slide@1.1.6
67671npm verb linkMans slide@1.1.6
67672npm info linkStuff write-file-atomic@1.1.4
67673npm verb linkBins write-file-atomic@1.1.4
67674npm verb linkMans write-file-atomic@1.1.4
67675npm info linkStuff os-homedir@1.0.1
67676npm verb linkBins os-homedir@1.0.1
67677npm verb linkMans os-homedir@1.0.1
67678npm info linkStuff xdg-basedir@2.0.0
67679npm verb linkBins xdg-basedir@2.0.0
67680npm verb linkMans xdg-basedir@2.0.0
67681npm info linkStuff lodash._getnative@3.9.1
67682npm verb linkBins lodash._getnative@3.9.1
67683npm verb linkMans lodash._getnative@3.9.1
67684npm info linkStuff lodash.debounce@3.1.1
67685npm verb linkBins lodash.debounce@3.1.1
67686npm verb linkMans lodash.debounce@3.1.1
67687npm info linkStuff object-assign@4.0.1
67688npm verb linkBins object-assign@4.0.1
67689npm verb linkMans object-assign@4.0.1
67690npm info linkStuff minimist@1.2.0
67691npm verb linkBins minimist@1.2.0
67692npm verb linkMans minimist@1.2.0
67693npm info linkStuff osx-release@1.1.0
67694npm verb linkBins osx-release@1.1.0
67695npm verb link bins [ { 'osx-release': 'cli.js' },
67696npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/.bin',
67697npm verb link bins false ]
67698npm verb linkMans osx-release@1.1.0
67699npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/.bin/osx-release
67700npm info linkStuff semver@5.1.0
67701npm verb linkBins semver@5.1.0
67702npm verb link bins [ { semver: './bin/semver' },
67703npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/win-release/node_modules/.bin',
67704npm verb link bins false ]
67705npm verb linkMans semver@5.1.0
67706npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/win-release/node_modules/.bin/semver
67707npm info linkStuff win-release@1.1.1
67708npm verb linkBins win-release@1.1.1
67709npm verb linkMans win-release@1.1.1
67710npm info linkStuff os-name@1.0.3
67711npm verb linkBins os-name@1.0.3
67712npm verb link bins [ { 'os-name': 'cli.js' },
67713npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/insight/node_modules/.bin',
67714npm verb link bins false ]
67715npm verb linkMans os-name@1.0.3
67716npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/insight/node_modules/.bin/os-name
67717npm info linkStuff tough-cookie@2.2.1
67718npm verb linkBins tough-cookie@2.2.1
67719npm verb linkMans tough-cookie@2.2.1
67720npm info linkStuff is-root@1.0.0
67721npm verb linkBins is-root@1.0.0
67722npm verb linkMans is-root@1.0.0
67723npm info linkStuff junk@1.0.2
67724npm verb linkBins junk@1.0.2
67725npm verb linkMans junk@1.0.2
67726npm info linkStuff lockfile@1.0.1
67727npm verb linkBins lockfile@1.0.1
67728npm verb linkMans lockfile@1.0.1
67729npm info linkStuff lru-cache@2.7.3
67730npm verb linkBins lru-cache@2.7.3
67731npm verb linkMans lru-cache@2.7.3
67732npm info linkStuff md5-o-matic@0.1.1
67733npm verb linkBins md5-o-matic@0.1.1
67734npm verb linkMans md5-o-matic@0.1.1
67735npm info linkStuff md5-hex@1.1.0
67736npm verb linkBins md5-hex@1.1.0
67737npm verb linkMans md5-hex@1.1.0
67738npm info linkStuff minimist@0.0.8
67739npm verb linkBins minimist@0.0.8
67740npm verb linkMans minimist@0.0.8
67741npm info linkStuff mkdirp@0.5.0
67742npm verb linkBins mkdirp@0.5.0
67743npm verb link bins [ { mkdirp: 'bin/cmd.js' },
67744npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
67745npm verb link bins false ]
67746npm verb linkMans mkdirp@0.5.0
67747npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/mkdirp
67748npm info linkStuff configstore@1.4.0
67749npm verb linkBins configstore@1.4.0
67750npm verb linkMans configstore@1.4.0
67751npm info linkStuff mout@0.11.1
67752npm verb linkBins mout@0.11.1
67753npm verb linkMans mout@0.11.1
67754npm info linkStuff bower-config@1.3.0
67755npm verb linkBins bower-config@1.3.0
67756npm verb linkMans bower-config@1.3.0
67757npm info linkStuff nopt@3.0.6
67758npm verb linkBins nopt@3.0.6
67759npm verb link bins [ { nopt: './bin/nopt.js' },
67760npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
67761npm verb link bins false ]
67762npm verb linkMans nopt@3.0.6
67763npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/nopt
67764npm info linkStuff opn@1.0.2
67765npm verb linkBins opn@1.0.2
67766npm verb link bins [ { opn: 'cli.js' },
67767npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
67768npm verb link bins false ]
67769npm verb linkMans opn@1.0.2
67770npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/opn
67771npm info linkStuff q@0.9.7
67772npm verb linkBins q@0.9.7
67773npm verb linkMans q@0.9.7
67774npm info linkStuff p-throttler@0.1.1
67775npm verb linkBins p-throttler@0.1.1
67776npm verb linkMans p-throttler@0.1.1
67777npm info linkStuff mute-stream@0.0.5
67778npm verb linkBins mute-stream@0.0.5
67779npm verb linkMans mute-stream@0.0.5
67780npm info linkStuff read@1.0.7
67781npm verb linkBins read@1.0.7
67782npm verb linkMans read@1.0.7
67783npm info linkStuff promptly@0.2.0
67784npm verb linkBins promptly@0.2.0
67785npm verb linkMans promptly@0.2.0
67786npm info linkStuff q@1.4.1
67787npm verb linkBins q@1.4.1
67788npm verb linkMans q@1.4.1
67789npm info linkStuff decompress-zip@0.1.0
67790npm verb linkBins decompress-zip@0.1.0
67791npm verb link bins [ { 'decompress-zip': 'bin/decompress-zip' },
67792npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
67793npm verb link bins false ]
67794npm verb linkMans decompress-zip@0.1.0
67795npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/decompress-zip
67796npm info linkStuff throttleit@0.0.2
67797npm verb linkBins throttleit@0.0.2
67798npm verb linkMans throttleit@0.0.2
67799npm info linkStuff request-progress@0.3.1
67800npm verb linkBins request-progress@0.3.1
67801npm verb linkMans request-progress@0.3.1
67802npm info linkStuff aws-sign2@0.5.0
67803npm verb linkBins aws-sign2@0.5.0
67804npm verb linkMans aws-sign2@0.5.0
67805npm info linkStuff core-util-is@1.0.2
67806npm verb linkBins core-util-is@1.0.2
67807npm verb linkMans core-util-is@1.0.2
67808npm info linkStuff inherits@2.0.1
67809npm verb linkBins inherits@2.0.1
67810npm verb linkMans inherits@2.0.1
67811npm info linkStuff isarray@0.0.1
67812npm verb linkBins isarray@0.0.1
67813npm verb linkMans isarray@0.0.1
67814npm info linkStuff string_decoder@0.10.31
67815npm verb linkBins string_decoder@0.10.31
67816npm verb linkMans string_decoder@0.10.31
67817npm info linkStuff readable-stream@1.0.33
67818npm verb linkBins readable-stream@1.0.33
67819npm verb linkMans readable-stream@1.0.33
67820npm info linkStuff bl@0.9.4
67821npm verb linkBins bl@0.9.4
67822npm verb linkMans bl@0.9.4
67823npm info linkStuff caseless@0.9.0
67824npm verb linkBins caseless@0.9.0
67825npm verb linkMans caseless@0.9.0
67826npm info linkStuff delayed-stream@0.0.5
67827npm verb linkBins delayed-stream@0.0.5
67828npm verb linkMans delayed-stream@0.0.5
67829npm info linkStuff combined-stream@0.0.7
67830npm verb linkBins combined-stream@0.0.7
67831npm verb linkMans combined-stream@0.0.7
67832npm info linkStuff forever-agent@0.5.2
67833npm verb linkBins forever-agent@0.5.2
67834npm verb linkMans forever-agent@0.5.2
67835npm info linkStuff async@0.9.2
67836npm verb linkBins async@0.9.2
67837npm verb linkMans async@0.9.2
67838npm info linkStuff hoek@2.16.3
67839npm verb linkBins hoek@2.16.3
67840npm verb linkMans hoek@2.16.3
67841npm info linkStuff boom@2.10.1
67842npm verb linkBins boom@2.10.1
67843npm verb linkMans boom@2.10.1
67844npm info linkStuff cryptiles@2.0.5
67845npm verb linkBins cryptiles@2.0.5
67846npm verb linkMans cryptiles@2.0.5
67847npm info linkStuff sntp@1.0.9
67848npm verb linkBins sntp@1.0.9
67849npm verb linkMans sntp@1.0.9
67850npm info linkStuff hawk@2.3.1
67851npm verb linkBins hawk@2.3.1
67852npm verb linkMans hawk@2.3.1
67853npm info linkStuff asn1@0.1.11
67854npm verb linkBins asn1@0.1.11
67855npm verb linkMans asn1@0.1.11
67856npm info linkStuff assert-plus@0.1.5
67857npm verb linkBins assert-plus@0.1.5
67858npm verb linkMans assert-plus@0.1.5
67859npm info linkStuff ctype@0.5.3
67860npm verb linkBins ctype@0.5.3
67861npm verb linkMans ctype@0.5.3
67862npm info linkStuff http-signature@0.10.1
67863npm verb linkBins http-signature@0.10.1
67864npm verb linkMans http-signature@0.10.1
67865npm info linkStuff isstream@0.1.2
67866npm verb linkBins isstream@0.1.2
67867npm verb linkMans isstream@0.1.2
67868npm info linkStuff json-stringify-safe@5.0.1
67869npm verb linkBins json-stringify-safe@5.0.1
67870npm verb linkMans json-stringify-safe@5.0.1
67871npm info linkStuff mime-db@1.12.0
67872npm verb linkBins mime-db@1.12.0
67873npm verb linkMans mime-db@1.12.0
67874npm info linkStuff mime-types@2.0.14
67875npm verb linkBins mime-types@2.0.14
67876npm verb linkMans mime-types@2.0.14
67877npm info linkStuff form-data@0.2.0
67878npm verb linkBins form-data@0.2.0
67879npm verb linkMans form-data@0.2.0
67880npm info linkStuff node-uuid@1.4.7
67881npm verb linkBins node-uuid@1.4.7
67882npm verb link bins [ { uuid: './bin/uuid' },
67883npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/request/node_modules/.bin',
67884npm verb link bins false ]
67885npm verb linkMans node-uuid@1.4.7
67886npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/request/node_modules/.bin/uuid
67887npm info linkStuff oauth-sign@0.6.0
67888npm verb linkBins oauth-sign@0.6.0
67889npm verb linkMans oauth-sign@0.6.0
67890npm info linkStuff qs@2.3.3
67891npm verb linkBins qs@2.3.3
67892npm verb linkMans qs@2.3.3
67893npm info linkStuff stringstream@0.0.5
67894npm verb linkBins stringstream@0.0.5
67895npm verb linkMans stringstream@0.0.5
67896npm info linkStuff tough-cookie@2.2.1
67897npm verb linkBins tough-cookie@2.2.1
67898npm verb linkMans tough-cookie@2.2.1
67899npm info linkStuff tunnel-agent@0.4.2
67900npm verb linkBins tunnel-agent@0.4.2
67901npm verb linkMans tunnel-agent@0.4.2
67902npm info linkStuff request@2.53.0
67903npm verb linkBins request@2.53.0
67904npm verb linkMans request@2.53.0
67905npm info linkStuff insight@0.7.0
67906npm verb linkBins insight@0.7.0
67907npm verb linkMans insight@0.7.0
67908npm info linkStuff retry@0.6.1
67909npm verb linkBins retry@0.6.1
67910npm verb linkMans retry@0.6.1
67911npm info linkStuff request-replay@0.2.0
67912npm verb linkBins request-replay@0.2.0
67913npm verb linkMans request-replay@0.2.0
67914npm info linkStuff wrappy@1.0.1
67915npm verb linkBins wrappy@1.0.1
67916npm verb linkMans wrappy@1.0.1
67917npm info linkStuff inherits@2.0.1
67918npm verb linkBins inherits@2.0.1
67919npm verb linkMans inherits@2.0.1
67920npm info linkStuff balanced-match@0.3.0
67921npm verb linkBins balanced-match@0.3.0
67922npm verb linkMans balanced-match@0.3.0
67923npm info linkStuff concat-map@0.0.1
67924npm verb linkBins concat-map@0.0.1
67925npm verb linkMans concat-map@0.0.1
67926npm info linkStuff brace-expansion@1.1.2
67927npm verb linkBins brace-expansion@1.1.2
67928npm verb linkMans brace-expansion@1.1.2
67929npm info linkStuff minimatch@3.0.0
67930npm verb linkBins minimatch@3.0.0
67931npm verb linkMans minimatch@3.0.0
67932npm info linkStuff wrappy@1.0.1
67933npm verb linkBins wrappy@1.0.1
67934npm verb linkMans wrappy@1.0.1
67935npm info linkStuff once@1.3.3
67936npm verb linkBins once@1.3.3
67937npm verb linkMans once@1.3.3
67938npm info linkStuff inflight@1.0.4
67939npm verb linkBins inflight@1.0.4
67940npm verb linkMans inflight@1.0.4
67941npm info linkStuff path-is-absolute@1.0.0
67942npm verb linkBins path-is-absolute@1.0.0
67943npm verb linkMans path-is-absolute@1.0.0
67944npm info linkStuff glob@5.0.15
67945npm verb linkBins glob@5.0.15
67946npm verb linkMans glob@5.0.15
67947npm info linkStuff rimraf@2.4.4
67948npm verb linkBins rimraf@2.4.4
67949npm verb link bins [ { rimraf: './bin.js' },
67950npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
67951npm verb link bins false ]
67952npm verb linkMans rimraf@2.4.4
67953npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/rimraf
67954npm info linkStuff fstream@1.0.8
67955npm verb linkBins fstream@1.0.8
67956npm verb linkMans fstream@1.0.8
67957npm info linkStuff fstream-ignore@1.0.3
67958npm verb linkBins fstream-ignore@1.0.3
67959npm verb linkMans fstream-ignore@1.0.3
67960npm info linkStuff bower-registry-client@1.0.0
67961npm verb linkBins bower-registry-client@1.0.0
67962npm verb linkMans bower-registry-client@1.0.0
67963npm info linkStuff semver@2.3.2
67964npm verb linkBins semver@2.3.2
67965npm verb link bins [ { semver: './bin/semver' },
67966npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
67967npm verb link bins false ]
67968npm verb linkMans semver@2.3.2
67969npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/semver
67970npm info linkStuff array-filter@0.0.1
67971npm verb linkBins array-filter@0.0.1
67972npm verb linkMans array-filter@0.0.1
67973npm info linkStuff array-map@0.0.0
67974npm verb linkBins array-map@0.0.0
67975npm verb linkMans array-map@0.0.0
67976npm info linkStuff array-reduce@0.0.0
67977npm verb linkBins array-reduce@0.0.0
67978npm verb linkMans array-reduce@0.0.0
67979npm info linkStuff jsonify@0.0.0
67980npm verb linkBins jsonify@0.0.0
67981npm verb linkMans jsonify@0.0.0
67982npm info linkStuff shell-quote@1.4.3
67983npm verb linkBins shell-quote@1.4.3
67984npm verb linkMans shell-quote@1.4.3
67985npm info linkStuff stringify-object@1.0.1
67986npm verb linkBins stringify-object@1.0.1
67987npm verb linkMans stringify-object@1.0.1
67988npm info linkStuff wrappy@1.0.1
67989npm verb linkBins wrappy@1.0.1
67990npm verb linkMans wrappy@1.0.1
67991npm info linkStuff once@1.3.3
67992npm verb linkBins once@1.3.3
67993npm verb linkMans once@1.3.3
67994npm info linkStuff end-of-stream@1.1.0
67995npm verb linkBins end-of-stream@1.1.0
67996npm verb linkMans end-of-stream@1.1.0
67997npm info linkStuff pump@1.0.1
67998npm verb linkBins pump@1.0.1
67999npm verb linkMans pump@1.0.1
68000npm info linkStuff wrappy@1.0.1
68001npm verb linkBins wrappy@1.0.1
68002npm verb linkMans wrappy@1.0.1
68003npm info linkStuff once@1.3.3
68004npm verb linkBins once@1.3.3
68005npm verb linkMans once@1.3.3
68006npm info linkStuff end-of-stream@1.1.0
68007npm verb linkBins end-of-stream@1.1.0
68008npm verb linkMans end-of-stream@1.1.0
68009npm info linkStuff core-util-is@1.0.2
68010npm verb linkBins core-util-is@1.0.2
68011npm verb linkMans core-util-is@1.0.2
68012npm info linkStuff inherits@2.0.1
68013npm verb linkBins inherits@2.0.1
68014npm verb linkMans inherits@2.0.1
68015npm info linkStuff isarray@0.0.1
68016npm verb linkBins isarray@0.0.1
68017npm verb linkMans isarray@0.0.1
68018npm info linkStuff process-nextick-args@1.0.6
68019npm verb linkBins process-nextick-args@1.0.6
68020npm verb linkMans process-nextick-args@1.0.6
68021npm info linkStuff string_decoder@0.10.31
68022npm verb linkBins string_decoder@0.10.31
68023npm verb linkMans string_decoder@0.10.31
68024npm info linkStuff util-deprecate@1.0.2
68025npm verb linkBins util-deprecate@1.0.2
68026npm verb linkMans util-deprecate@1.0.2
68027npm info linkStuff readable-stream@2.0.4
68028npm verb linkBins readable-stream@2.0.4
68029npm verb linkMans readable-stream@2.0.4
68030npm info linkStuff bl@1.0.0
68031npm verb linkBins bl@1.0.0
68032npm verb linkMans bl@1.0.0
68033npm info linkStuff xtend@4.0.1
68034npm verb linkBins xtend@4.0.1
68035npm verb linkMans xtend@4.0.1
68036npm info linkStuff tar-stream@1.3.1
68037npm verb linkBins tar-stream@1.3.1
68038npm verb linkMans tar-stream@1.3.1
68039npm info linkStuff tar-fs@1.8.1
68040npm verb linkBins tar-fs@1.8.1
68041npm verb linkMans tar-fs@1.8.1
68042npm info linkStuff tmp@0.0.24
68043npm verb linkBins tmp@0.0.24
68044npm verb linkMans tmp@0.0.24
68045npm info linkStuff graceful-fs@4.1.2
68046npm verb linkBins graceful-fs@4.1.2
68047npm verb linkMans graceful-fs@4.1.2
68048npm info linkStuff object-assign@4.0.1
68049npm verb linkBins object-assign@4.0.1
68050npm verb linkMans object-assign@4.0.1
68051npm info linkStuff os-tmpdir@1.0.1
68052npm verb linkBins os-tmpdir@1.0.1
68053npm verb linkMans os-tmpdir@1.0.1
68054npm info linkStuff os-homedir@1.0.1
68055npm verb linkBins os-homedir@1.0.1
68056npm verb linkMans os-homedir@1.0.1
68057npm info linkStuff osenv@0.1.3
68058npm verb linkBins osenv@0.1.3
68059npm verb linkMans osenv@0.1.3
68060npm info linkStuff uuid@2.0.1
68061npm verb linkBins uuid@2.0.1
68062npm verb linkMans uuid@2.0.1
68063npm info linkStuff imurmurhash@0.1.4
68064npm verb linkBins imurmurhash@0.1.4
68065npm verb linkMans imurmurhash@0.1.4
68066npm info linkStuff slide@1.1.6
68067npm verb linkBins slide@1.1.6
68068npm verb linkMans slide@1.1.6
68069npm info linkStuff write-file-atomic@1.1.4
68070npm verb linkBins write-file-atomic@1.1.4
68071npm verb linkMans write-file-atomic@1.1.4
68072npm info linkStuff os-homedir@1.0.1
68073npm verb linkBins os-homedir@1.0.1
68074npm verb linkMans os-homedir@1.0.1
68075npm info linkStuff xdg-basedir@2.0.0
68076npm verb linkBins xdg-basedir@2.0.0
68077npm verb linkMans xdg-basedir@2.0.0
68078npm info linkStuff configstore@1.4.0
68079npm verb linkBins configstore@1.4.0
68080npm verb linkMans configstore@1.4.0
68081npm info linkStuff is-npm@1.0.0
68082npm verb linkBins is-npm@1.0.0
68083npm verb linkMans is-npm@1.0.0
68084npm info linkStuff capture-stack-trace@1.0.0
68085npm verb linkBins capture-stack-trace@1.0.0
68086npm verb linkMans capture-stack-trace@1.0.0
68087npm info linkStuff inherits@2.0.1
68088npm verb linkBins inherits@2.0.1
68089npm verb linkMans inherits@2.0.1
68090npm info linkStuff create-error-class@2.0.1
68091npm verb linkBins create-error-class@2.0.1
68092npm verb linkMans create-error-class@2.0.1
68093npm info linkStuff wrappy@1.0.1
68094npm verb linkBins wrappy@1.0.1
68095npm verb linkMans wrappy@1.0.1
68096npm info linkStuff once@1.3.3
68097npm verb linkBins once@1.3.3
68098npm verb linkMans once@1.3.3
68099npm info linkStuff end-of-stream@1.0.0
68100npm verb linkBins end-of-stream@1.0.0
68101npm verb linkMans end-of-stream@1.0.0
68102npm info linkStuff core-util-is@1.0.2
68103npm verb linkBins core-util-is@1.0.2
68104npm verb linkMans core-util-is@1.0.2
68105npm info linkStuff inherits@2.0.1
68106npm verb linkBins inherits@2.0.1
68107npm verb linkMans inherits@2.0.1
68108npm info linkStuff isarray@0.0.1
68109npm verb linkBins isarray@0.0.1
68110npm verb linkMans isarray@0.0.1
68111npm info linkStuff process-nextick-args@1.0.6
68112npm verb linkBins process-nextick-args@1.0.6
68113npm verb linkMans process-nextick-args@1.0.6
68114npm info linkStuff string_decoder@0.10.31
68115npm verb linkBins string_decoder@0.10.31
68116npm verb linkMans string_decoder@0.10.31
68117npm info linkStuff util-deprecate@1.0.2
68118npm verb linkBins util-deprecate@1.0.2
68119npm verb linkMans util-deprecate@1.0.2
68120npm info linkStuff readable-stream@2.0.4
68121npm verb linkBins readable-stream@2.0.4
68122npm verb linkMans readable-stream@2.0.4
68123npm info linkStuff duplexify@3.4.2
68124npm verb linkBins duplexify@3.4.2
68125npm verb linkMans duplexify@3.4.2
68126npm info linkStuff is-plain-obj@1.1.0
68127npm verb linkBins is-plain-obj@1.1.0
68128npm verb linkMans is-plain-obj@1.1.0
68129npm info linkStuff is-redirect@1.0.0
68130npm verb linkBins is-redirect@1.0.0
68131npm verb linkMans is-redirect@1.0.0
68132npm info linkStuff is-stream@1.0.1
68133npm verb linkBins is-stream@1.0.1
68134npm verb linkMans is-stream@1.0.1
68135npm info linkStuff lowercase-keys@1.0.0
68136npm verb linkBins lowercase-keys@1.0.0
68137npm verb linkMans lowercase-keys@1.0.0
68138npm info linkStuff node-status-codes@1.0.0
68139npm verb linkBins node-status-codes@1.0.0
68140npm verb linkMans node-status-codes@1.0.0
68141npm info linkStuff object-assign@4.0.1
68142npm verb linkBins object-assign@4.0.1
68143npm verb linkMans object-assign@4.0.1
68144npm info linkStuff is-arrayish@0.2.1
68145npm verb linkBins is-arrayish@0.2.1
68146npm verb linkMans is-arrayish@0.2.1
68147npm info linkStuff error-ex@1.3.0
68148npm verb linkBins error-ex@1.3.0
68149npm verb linkMans error-ex@1.3.0
68150npm info linkStuff parse-json@2.2.0
68151npm verb linkBins parse-json@2.2.0
68152npm verb linkMans parse-json@2.2.0
68153npm info linkStuff pinkie@2.0.1
68154npm verb linkBins pinkie@2.0.1
68155npm verb linkMans pinkie@2.0.1
68156npm info linkStuff pinkie-promise@2.0.0
68157npm verb linkBins pinkie-promise@2.0.0
68158npm verb linkMans pinkie-promise@2.0.0
68159npm info linkStuff pinkie@1.0.0
68160npm verb linkBins pinkie@1.0.0
68161npm verb linkMans pinkie@1.0.0
68162npm info linkStuff pinkie-promise@1.0.0
68163npm verb linkBins pinkie-promise@1.0.0
68164npm verb linkMans pinkie-promise@1.0.0
68165npm info linkStuff core-util-is@1.0.2
68166npm verb linkBins core-util-is@1.0.2
68167npm verb linkMans core-util-is@1.0.2
68168npm info linkStuff inherits@2.0.1
68169npm verb linkBins inherits@2.0.1
68170npm verb linkMans inherits@2.0.1
68171npm info linkStuff isarray@0.0.1
68172npm verb linkBins isarray@0.0.1
68173npm verb linkMans isarray@0.0.1
68174npm info linkStuff process-nextick-args@1.0.6
68175npm verb linkBins process-nextick-args@1.0.6
68176npm verb linkMans process-nextick-args@1.0.6
68177npm info linkStuff string_decoder@0.10.31
68178npm verb linkBins string_decoder@0.10.31
68179npm verb linkMans string_decoder@0.10.31
68180npm info linkStuff util-deprecate@1.0.2
68181npm verb linkBins util-deprecate@1.0.2
68182npm verb linkMans util-deprecate@1.0.2
68183npm info linkStuff readable-stream@2.0.4
68184npm verb linkBins readable-stream@2.0.4
68185npm verb linkMans readable-stream@2.0.4
68186npm info linkStuff read-all-stream@3.0.1
68187npm verb linkBins read-all-stream@3.0.1
68188npm verb linkMans read-all-stream@3.0.1
68189npm info linkStuff timed-out@2.0.0
68190npm verb linkBins timed-out@2.0.0
68191npm verb linkMans timed-out@2.0.0
68192npm info linkStuff unzip-response@1.0.0
68193npm verb linkBins unzip-response@1.0.0
68194npm verb linkMans unzip-response@1.0.0
68195npm info linkStuff prepend-http@1.0.3
68196npm verb linkBins prepend-http@1.0.3
68197npm verb linkMans prepend-http@1.0.3
68198npm info linkStuff url-parse-lax@1.0.0
68199npm verb linkBins url-parse-lax@1.0.0
68200npm verb linkMans url-parse-lax@1.0.0
68201npm info linkStuff got@5.2.0
68202npm verb linkBins got@5.2.0
68203npm verb linkMans got@5.2.0
68204npm info linkStuff deep-extend@0.4.0
68205npm verb linkBins deep-extend@0.4.0
68206npm verb linkMans deep-extend@0.4.0
68207npm info linkStuff ini@1.3.4
68208npm verb linkBins ini@1.3.4
68209npm verb linkMans ini@1.3.4
68210npm info linkStuff minimist@1.2.0
68211npm verb linkBins minimist@1.2.0
68212npm verb linkMans minimist@1.2.0
68213npm info linkStuff strip-json-comments@1.0.4
68214npm verb linkBins strip-json-comments@1.0.4
68215npm verb link bins [ { 'strip-json-comments': 'cli.js' },
68216npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/rc/node_modules/.bin',
68217npm verb link bins false ]
68218npm verb linkMans strip-json-comments@1.0.4
68219npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/rc/node_modules/.bin/strip-json-comments
68220npm info linkStuff rc@1.1.5
68221npm verb linkBins rc@1.1.5
68222npm verb link bins [ { rc: './index.js' },
68223npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin',
68224npm verb link bins false ]
68225npm verb linkMans rc@1.1.5
68226npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin/rc
68227npm info linkStuff registry-url@3.0.3
68228npm verb linkBins registry-url@3.0.3
68229npm verb linkMans registry-url@3.0.3
68230npm info linkStuff semver@5.1.0
68231npm verb linkBins semver@5.1.0
68232npm verb link bins [ { semver: './bin/semver' },
68233npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin',
68234npm verb link bins false ]
68235npm verb linkMans semver@5.1.0
68236npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin/semver
68237npm info linkStuff package-json@2.3.0
68238npm verb linkBins package-json@2.3.0
68239npm verb linkMans package-json@2.3.0
68240npm info linkStuff latest-version@2.0.0
68241npm verb linkBins latest-version@2.0.0
68242npm verb linkMans latest-version@2.0.0
68243npm info linkStuff number-is-nan@1.0.0
68244npm verb linkBins number-is-nan@1.0.0
68245npm verb linkMans number-is-nan@1.0.0
68246npm info linkStuff is-finite@1.0.1
68247npm verb linkBins is-finite@1.0.1
68248npm verb linkMans is-finite@1.0.1
68249npm info linkStuff repeating@2.0.0
68250npm verb linkBins repeating@2.0.0
68251npm verb linkMans repeating@2.0.0
68252npm info linkStuff semver@5.1.0
68253npm verb linkBins semver@5.1.0
68254npm verb link bins [ { semver: './bin/semver' },
68255npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/update-notifier/node_modules/semver-diff/node_modules/.bin',
68256npm verb link bins false ]
68257npm verb linkMans semver@5.1.0
68258npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/update-notifier/node_modules/semver-diff/node_modules/.bin/semver
68259npm info linkStuff semver-diff@2.1.0
68260npm verb linkBins semver-diff@2.1.0
68261npm verb linkMans semver-diff@2.1.0
68262npm info linkStuff ansi-regex@2.0.0
68263npm verb linkBins ansi-regex@2.0.0
68264npm verb linkMans ansi-regex@2.0.0
68265npm info linkStuff strip-ansi@3.0.0
68266npm verb linkBins strip-ansi@3.0.0
68267npm verb linkMans strip-ansi@3.0.0
68268npm info linkStuff string-length@1.0.1
68269npm verb linkBins string-length@1.0.1
68270npm verb linkMans string-length@1.0.1
68271npm info linkStuff update-notifier@0.6.0
68272npm verb linkBins update-notifier@0.6.0
68273npm verb linkMans update-notifier@0.6.0
68274npm info linkStuff user-home@1.1.1
68275npm verb linkBins user-home@1.1.1
68276npm verb link bins [ { 'user-home': 'cli.js' },
68277npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
68278npm verb link bins false ]
68279npm verb linkMans user-home@1.1.1
68280npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/user-home
68281npm info linkStuff xdg-basedir@1.0.1
68282npm verb linkBins xdg-basedir@1.0.1
68283npm verb linkMans xdg-basedir@1.0.1
68284npm info linkStuff configstore@0.3.2
68285npm verb linkBins configstore@0.3.2
68286npm verb linkMans configstore@0.3.2
68287npm info linkStuff is-relative@0.1.3
68288npm verb linkBins is-relative@0.1.3
68289npm verb linkMans is-relative@0.1.3
68290npm info linkStuff is-absolute@0.1.7
68291npm verb linkBins is-absolute@0.1.7
68292npm verb linkMans is-absolute@0.1.7
68293npm info linkStuff which@1.2.0
68294npm verb linkBins which@1.2.0
68295npm verb link bins [ { which: './bin/which' },
68296npm verb link bins '/var/www/manticore.git/node_modules/bower/node_modules/.bin',
68297npm verb link bins false ]
68298npm verb linkMans which@1.2.0
68299npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/.bin/which
68300npm info linkStuff bplist-parser@0.1.1
68301npm verb linkBins bplist-parser@0.1.1
68302npm verb linkMans bplist-parser@0.1.1
68303npm info linkStuff minimist@0.0.8
68304npm verb linkBins minimist@0.0.8
68305npm verb linkMans minimist@0.0.8
68306npm info linkStuff mkdirp@0.5.1
68307npm verb linkBins mkdirp@0.5.1
68308npm verb link bins [ { mkdirp: 'bin/cmd.js' },
68309npm verb link bins '/var/www/manticore.git/node_modules/browser-launcher2/node_modules/.bin',
68310npm verb link bins false ]
68311npm verb linkMans mkdirp@0.5.1
68312npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/browser-launcher2/node_modules/.bin/mkdirp
68313npm info linkStuff rimraf@2.2.8
68314npm verb linkBins rimraf@2.2.8
68315npm verb link bins [ { rimraf: './bin.js' },
68316npm verb link bins '/var/www/manticore.git/node_modules/browser-launcher2/node_modules/.bin',
68317npm verb link bins false ]
68318npm verb linkMans rimraf@2.2.8
68319npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/browser-launcher2/node_modules/.bin/rimraf
68320npm info linkStuff buffer-crc32@0.2.1
68321npm verb linkBins buffer-crc32@0.2.1
68322npm verb linkMans buffer-crc32@0.2.1
68323npm info linkStuff buffer-equal-constant-time@1.0.1
68324npm verb linkBins buffer-equal-constant-time@1.0.1
68325npm verb linkMans buffer-equal-constant-time@1.0.1
68326npm info linkStuff buffers@0.1.1
68327npm verb linkBins buffers@0.1.1
68328npm verb linkMans buffers@0.1.1
68329npm info linkStuff builtin-modules@1.1.0
68330npm verb linkBins builtin-modules@1.1.0
68331npm verb linkMans builtin-modules@1.1.0
68332npm info linkStuff bytes@1.0.0
68333npm verb linkBins bytes@1.0.0
68334npm verb linkMans bytes@1.0.0
68335npm info linkStuff callsite@1.0.0
68336npm verb linkBins callsite@1.0.0
68337npm verb linkMans callsite@1.0.0
68338npm info linkStuff better-assert@1.0.2
68339npm verb linkBins better-assert@1.0.2
68340npm verb linkMans better-assert@1.0.2
68341npm info linkStuff camelcase@1.2.1
68342npm verb linkBins camelcase@1.2.1
68343npm verb linkMans camelcase@1.2.1
68344npm info linkStuff caniuse-db@1.0.30000382
68345npm verb linkBins caniuse-db@1.0.30000382
68346npm verb linkMans caniuse-db@1.0.30000382
68347npm info linkStuff caseless@0.11.0
68348npm verb linkBins caseless@0.11.0
68349npm verb linkMans caseless@0.11.0
68350npm info linkStuff semver@5.0.3
68351npm verb linkBins semver@5.0.3
68352npm verb link bins [ { semver: './bin/semver' },
68353npm verb link bins '/var/www/manticore.git/node_modules/cdnjs-cdn-data/node_modules/.bin',
68354npm verb link bins false ]
68355npm verb linkMans semver@5.0.3
68356npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/cdnjs-cdn-data/node_modules/.bin/semver
68357npm info linkStuff cdnjs-cdn-data@0.1.2
68358npm verb linkBins cdnjs-cdn-data@0.1.2
68359npm verb linkMans cdnjs-cdn-data@0.1.2
68360npm info linkStuff traverse@0.3.9
68361npm verb linkBins traverse@0.3.9
68362npm verb linkMans traverse@0.3.9
68363npm info linkStuff chainsaw@0.1.0
68364npm verb linkBins chainsaw@0.1.0
68365npm verb linkMans chainsaw@0.1.0
68366npm info linkStuff binary@0.3.0
68367npm verb linkBins binary@0.3.0
68368npm verb linkMans binary@0.3.0
68369npm info linkStuff character-parser@1.2.0
68370npm verb linkBins character-parser@1.2.0
68371npm verb linkMans character-parser@1.2.0
68372npm info linkStuff charenc@0.0.1
68373npm verb linkBins charenc@0.0.1
68374npm verb linkMans charenc@0.0.1
68375npm info linkStuff entities@0.5.0
68376npm verb linkBins entities@0.5.0
68377npm verb linkMans entities@0.5.0
68378npm info linkStuff underscore@1.4.4
68379npm verb linkBins underscore@1.4.4
68380npm verb linkMans underscore@1.4.4
68381npm info linkStuff chmodr@0.1.0
68382npm verb linkBins chmodr@0.1.0
68383npm verb linkMans chmodr@0.1.0
68384npm info linkStuff graceful-fs@4.1.2
68385npm verb linkBins graceful-fs@4.1.2
68386npm verb linkMans graceful-fs@4.1.2
68387npm info linkStuff commander@2.2.0
68388npm verb linkBins commander@2.2.0
68389npm verb linkMans commander@2.2.0
68390npm info linkStuff clean-css@2.2.23
68391npm verb linkBins clean-css@2.2.23
68392npm verb link bins [ { cleancss: './bin/cleancss' },
68393npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68394npm verb link bins false ]
68395npm verb linkMans clean-css@2.2.23
68396npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/cleancss
68397npm info linkStuff co@4.6.0
68398npm verb linkBins co@4.6.0
68399npm verb linkMans co@4.6.0
68400npm info linkStuff coffee-script@1.3.3
68401npm verb linkBins coffee-script@1.3.3
68402npm verb link bins [ { coffee: './bin/coffee', cake: './bin/cake' },
68403npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68404npm verb link bins false ]
68405npm verb linkMans coffee-script@1.3.3
68406npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/coffee
68407npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/cake
68408npm info linkStuff colors@0.6.2
68409npm verb linkBins colors@0.6.2
68410npm verb linkMans colors@0.6.2
68411npm info linkStuff commander@2.1.0
68412npm verb linkBins commander@2.1.0
68413npm verb linkMans commander@2.1.0
68414npm info linkStuff component-bind@1.0.0
68415npm verb linkBins component-bind@1.0.0
68416npm verb linkMans component-bind@1.0.0
68417npm info linkStuff component-emitter@1.1.2
68418npm verb linkBins component-emitter@1.1.2
68419npm verb linkMans component-emitter@1.1.2
68420npm info linkStuff component-inherit@0.0.3
68421npm verb linkBins component-inherit@0.0.3
68422npm verb linkMans component-inherit@0.0.3
68423npm info linkStuff compressible@1.1.1
68424npm verb linkBins compressible@1.1.1
68425npm verb linkMans compressible@1.1.1
68426npm info linkStuff concat-map@0.0.1
68427npm verb linkBins concat-map@0.0.1
68428npm verb linkMans concat-map@0.0.1
68429npm info linkStuff brace-expansion@1.1.2
68430npm verb linkBins brace-expansion@1.1.2
68431npm verb linkMans brace-expansion@1.1.2
68432npm info linkStuff minimatch@2.0.10
68433npm verb linkBins minimatch@2.0.10
68434npm verb linkMans minimatch@2.0.10
68435npm info linkStuff esprima@2.7.1
68436npm verb linkBins esprima@2.7.1
68437npm verb link bins [ { esparse: './bin/esparse.js',
68438npm verb link bins esvalidate: './bin/esvalidate.js' },
68439npm verb link bins '/var/www/manticore.git/node_modules/configstore/node_modules/.bin',
68440npm verb link bins false ]
68441npm verb linkMans esprima@2.7.1
68442npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/configstore/node_modules/.bin/esparse
68443npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/configstore/node_modules/.bin/esvalidate
68444npm info linkStuff graceful-fs@3.0.8
68445npm verb linkBins graceful-fs@3.0.8
68446npm verb linkMans graceful-fs@3.0.8
68447npm info linkStuff lodash@3.10.1
68448npm verb linkBins lodash@3.10.1
68449npm verb linkMans lodash@3.10.1
68450npm info linkStuff minimist@0.0.8
68451npm verb linkBins minimist@0.0.8
68452npm verb linkMans minimist@0.0.8
68453npm info linkStuff mkdirp@0.5.1
68454npm verb linkBins mkdirp@0.5.1
68455npm verb link bins [ { mkdirp: 'bin/cmd.js' },
68456npm verb link bins '/var/www/manticore.git/node_modules/configstore/node_modules/.bin',
68457npm verb link bins false ]
68458npm verb linkMans mkdirp@0.5.1
68459npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/configstore/node_modules/.bin/mkdirp
68460npm info linkStuff object-assign@2.1.1
68461npm verb linkBins object-assign@2.1.1
68462npm verb linkMans object-assign@2.1.1
68463npm info linkStuff uuid@2.0.1
68464npm verb linkBins uuid@2.0.1
68465npm verb linkMans uuid@2.0.1
68466npm info linkStuff connect-livereload@0.4.1
68467npm verb linkBins connect-livereload@0.4.1
68468npm verb linkMans connect-livereload@0.4.1
68469npm info linkStuff ms@0.7.1
68470npm verb linkBins ms@0.7.1
68471npm verb linkMans ms@0.7.1
68472npm info linkStuff debug@2.2.0
68473npm verb linkBins debug@2.2.0
68474npm verb linkMans debug@2.2.0
68475npm info linkStuff bytes@2.1.0
68476npm verb linkBins bytes@2.1.0
68477npm verb linkMans bytes@2.1.0
68478npm info linkStuff cookie@0.1.3
68479npm verb linkBins cookie@0.1.3
68480npm verb linkMans cookie@0.1.3
68481npm info linkStuff cookie-signature@1.0.6
68482npm verb linkBins cookie-signature@1.0.6
68483npm verb linkMans cookie-signature@1.0.6
68484npm info linkStuff cookie-parser@1.3.5
68485npm verb linkBins cookie-parser@1.3.5
68486npm verb linkMans cookie-parser@1.3.5
68487npm info linkStuff depd@1.0.1
68488npm verb linkBins depd@1.0.1
68489npm verb linkMans depd@1.0.1
68490npm info linkStuff escape-html@1.0.2
68491npm verb linkBins escape-html@1.0.2
68492npm verb linkMans escape-html@1.0.2
68493npm info linkStuff fresh@0.3.0
68494npm verb linkBins fresh@0.3.0
68495npm verb linkMans fresh@0.3.0
68496npm info linkStuff iconv-lite@0.4.11
68497npm verb linkBins iconv-lite@0.4.11
68498npm verb linkMans iconv-lite@0.4.11
68499npm info linkStuff media-typer@0.3.0
68500npm verb linkBins media-typer@0.3.0
68501npm verb linkMans media-typer@0.3.0
68502npm info linkStuff methods@1.1.1
68503npm verb linkBins methods@1.1.1
68504npm verb linkMans methods@1.1.1
68505npm info linkStuff mime@1.3.4
68506npm verb linkBins mime@1.3.4
68507npm verb link bins [ { mime: 'cli.js' },
68508npm verb link bins '/var/www/manticore.git/node_modules/connect/node_modules/.bin',
68509npm verb link bins false ]
68510npm verb linkMans mime@1.3.4
68511npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/connect/node_modules/.bin/mime
68512npm info linkStuff mime-db@1.20.0
68513npm verb linkBins mime-db@1.20.0
68514npm verb linkMans mime-db@1.20.0
68515npm info linkStuff compressible@2.0.6
68516npm verb linkBins compressible@2.0.6
68517npm verb linkMans compressible@2.0.6
68518npm info linkStuff mime-types@2.1.8
68519npm verb linkBins mime-types@2.1.8
68520npm verb linkMans mime-types@2.1.8
68521npm info linkStuff ms@0.7.1
68522npm verb linkBins ms@0.7.1
68523npm verb linkMans ms@0.7.1
68524npm info linkStuff debug@2.2.0
68525npm verb linkBins debug@2.2.0
68526npm verb linkMans debug@2.2.0
68527npm info linkStuff negotiator@0.5.3
68528npm verb linkBins negotiator@0.5.3
68529npm verb linkMans negotiator@0.5.3
68530npm info linkStuff accepts@1.2.13
68531npm verb linkBins accepts@1.2.13
68532npm verb linkMans accepts@1.2.13
68533npm info linkStuff errorhandler@1.4.2
68534npm verb linkBins errorhandler@1.4.2
68535npm verb linkMans errorhandler@1.4.2
68536npm info linkStuff parseurl@1.3.0
68537npm verb linkBins parseurl@1.3.0
68538npm verb linkMans parseurl@1.3.0
68539npm info linkStuff pause@0.1.0
68540npm verb linkBins pause@0.1.0
68541npm verb linkMans pause@0.1.0
68542npm info linkStuff qs@4.0.0
68543npm verb linkBins qs@4.0.0
68544npm verb linkMans qs@4.0.0
68545npm info linkStuff range-parser@1.0.3
68546npm verb linkBins range-parser@1.0.3
68547npm verb linkMans range-parser@1.0.3
68548npm info linkStuff bytes@2.2.0
68549npm verb linkBins bytes@2.2.0
68550npm verb linkMans bytes@2.2.0
68551npm info linkStuff iconv-lite@0.4.13
68552npm verb linkBins iconv-lite@0.4.13
68553npm verb linkMans iconv-lite@0.4.13
68554npm info linkStuff type-is@1.6.10
68555npm verb linkBins type-is@1.6.10
68556npm verb linkMans type-is@1.6.10
68557npm info linkStuff content-disposition@0.5.0
68558npm verb linkBins content-disposition@0.5.0
68559npm verb linkMans content-disposition@0.5.0
68560npm info linkStuff content-type@1.0.1
68561npm verb linkBins content-type@1.0.1
68562npm verb linkMans content-type@1.0.1
68563npm info linkStuff convert-source-map@0.4.1
68564npm verb linkBins convert-source-map@0.4.1
68565npm verb linkMans convert-source-map@0.4.1
68566npm info linkStuff cookie@0.1.0
68567npm verb linkBins cookie@0.1.0
68568npm verb linkMans cookie@0.1.0
68569npm info linkStuff cookie-signature@1.0.3
68570npm verb linkBins cookie-signature@1.0.3
68571npm verb linkMans cookie-signature@1.0.3
68572npm info linkStuff cookiejar@1.3.0
68573npm verb linkBins cookiejar@1.3.0
68574npm verb linkMans cookiejar@1.3.0
68575npm info linkStuff core-util-is@1.0.2
68576npm verb linkBins core-util-is@1.0.2
68577npm verb linkMans core-util-is@1.0.2
68578npm info linkStuff crc@3.3.0
68579npm verb linkBins crc@3.3.0
68580npm verb linkMans crc@3.3.0
68581npm info linkStuff crypt@0.0.1
68582npm verb linkBins crypt@0.0.1
68583npm verb linkMans crypt@0.0.1
68584npm info linkStuff css-parse@1.0.4
68585npm verb linkBins css-parse@1.0.4
68586npm verb linkMans css-parse@1.0.4
68587npm info linkStuff css-stringify@1.0.5
68588npm verb linkBins css-stringify@1.0.5
68589npm verb linkMans css-stringify@1.0.5
68590npm info linkStuff css@1.0.8
68591npm verb linkBins css@1.0.8
68592npm verb linkMans css@1.0.8
68593npm info linkStuff cookie@0.1.3
68594npm verb linkBins cookie@0.1.3
68595npm verb linkMans cookie@0.1.3
68596npm info linkStuff cookie-signature@1.0.6
68597npm verb linkBins cookie-signature@1.0.6
68598npm verb linkMans cookie-signature@1.0.6
68599npm info linkStuff ctype@0.5.3
68600npm verb linkBins ctype@0.5.3
68601npm verb linkMans ctype@0.5.3
68602npm info linkStuff http-signature@0.10.1
68603npm verb linkBins http-signature@0.10.1
68604npm verb linkMans http-signature@0.10.1
68605npm info linkStuff assert-plus@0.1.5
68606npm verb linkBins assert-plus@0.1.5
68607npm verb linkMans assert-plus@0.1.5
68608npm info linkStuff dashdash@1.10.1
68609npm verb linkBins dashdash@1.10.1
68610npm verb linkMans dashdash@1.10.1
68611npm info linkStuff date-now@0.1.4
68612npm verb linkBins date-now@0.1.4
68613npm verb linkMans date-now@0.1.4
68614npm info linkStuff console-browserify@1.1.0
68615npm verb linkBins console-browserify@1.1.0
68616npm verb linkMans console-browserify@1.1.0
68617npm info linkStuff date-time@0.1.1
68618npm verb linkBins date-time@0.1.1
68619npm verb linkMans date-time@0.1.1
68620npm info linkStuff dateformat@1.0.2-1.2.3
68621npm verb linkBins dateformat@1.0.2-1.2.3
68622npm verb linkMans dateformat@1.0.2-1.2.3
68623npm info linkStuff graceful-fs@3.0.8
68624npm verb linkBins graceful-fs@3.0.8
68625npm verb linkMans graceful-fs@3.0.8
68626npm info linkStuff nopt@2.2.1
68627npm verb linkBins nopt@2.2.1
68628npm verb link bins [ { nopt: './bin/nopt.js' },
68629npm verb link bins '/var/www/manticore.git/node_modules/decompress-zip/node_modules/.bin',
68630npm verb link bins false ]
68631npm verb linkMans nopt@2.2.1
68632npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/decompress-zip/node_modules/.bin/nopt
68633npm info linkStuff q@1.0.1
68634npm verb linkBins q@1.0.1
68635npm verb linkMans q@1.0.1
68636npm info linkStuff get-stdin@0.1.0
68637npm verb linkBins get-stdin@0.1.0
68638npm verb linkMans get-stdin@0.1.0
68639npm info linkStuff nopt@2.2.1
68640npm verb linkBins nopt@2.2.1
68641npm verb link bins [ { nopt: './bin/nopt.js' },
68642npm verb link bins '/var/www/manticore.git/node_modules/decompress/node_modules/.bin',
68643npm verb link bins false ]
68644npm verb linkMans nopt@2.2.1
68645npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/decompress/node_modules/.bin/nopt
68646npm info linkStuff deep-equal@0.0.0
68647npm verb linkBins deep-equal@0.0.0
68648npm verb linkMans deep-equal@0.0.0
68649npm info linkStuff deep-extend@0.2.11
68650npm verb linkBins deep-extend@0.2.11
68651npm verb linkMans deep-extend@0.2.11
68652npm info linkStuff camelcase@2.0.1
68653npm verb linkBins camelcase@2.0.1
68654npm verb linkMans camelcase@2.0.1
68655npm info linkStuff object-assign@4.0.1
68656npm verb linkBins object-assign@4.0.1
68657npm verb linkMans object-assign@4.0.1
68658npm info linkStuff defined@0.0.0
68659npm verb linkBins defined@0.0.0
68660npm verb linkMans defined@0.0.0
68661npm info linkStuff delayed-stream@1.0.0
68662npm verb linkBins delayed-stream@1.0.0
68663npm verb linkMans delayed-stream@1.0.0
68664npm info linkStuff combined-stream@1.0.5
68665npm verb linkBins combined-stream@1.0.5
68666npm verb linkMans combined-stream@1.0.5
68667npm info linkStuff depd@0.4.4
68668npm verb linkBins depd@0.4.4
68669npm verb linkMans depd@0.4.4
68670npm info linkStuff destroy@1.0.3
68671npm verb linkBins destroy@1.0.3
68672npm verb linkMans destroy@1.0.3
68673npm info linkStuff di@0.0.1
68674npm verb linkBins di@0.0.1
68675npm verb linkMans di@0.0.1
68676npm info linkStuff diff@1.0.8
68677npm verb linkBins diff@1.0.8
68678npm verb linkMans diff@1.0.8
68679npm info linkStuff domelementtype@1.1.3
68680npm verb linkBins domelementtype@1.1.3
68681npm verb linkMans domelementtype@1.1.3
68682npm info linkStuff entities@1.1.1
68683npm verb linkBins entities@1.1.1
68684npm verb linkMans entities@1.1.1
68685npm info linkStuff dom-serializer@0.1.0
68686npm verb linkBins dom-serializer@0.1.0
68687npm verb linkMans dom-serializer@0.1.0
68688npm info linkStuff domelementtype@1.3.0
68689npm verb linkBins domelementtype@1.3.0
68690npm verb linkMans domelementtype@1.3.0
68691npm info linkStuff domutils@1.1.6
68692npm verb linkBins domutils@1.1.6
68693npm verb linkMans domutils@1.1.6
68694npm info linkStuff domhandler@2.0.3
68695npm verb linkBins domhandler@2.0.3
68696npm verb linkMans domhandler@2.0.3
68697npm info linkStuff domutils@1.4.3
68698npm verb linkBins domutils@1.4.3
68699npm verb linkMans domutils@1.4.3
68700npm info linkStuff domhandler@2.3.0
68701npm verb linkBins domhandler@2.3.0
68702npm verb linkMans domhandler@2.3.0
68703npm info linkStuff domutils@1.5.1
68704npm verb linkBins domutils@1.5.1
68705npm verb linkMans domutils@1.5.1
68706npm info linkStuff get-stdin@0.1.0
68707npm verb linkBins get-stdin@0.1.0
68708npm verb linkMans get-stdin@0.1.0
68709npm info linkStuff nopt@2.2.1
68710npm verb linkBins nopt@2.2.1
68711npm verb link bins [ { nopt: './bin/nopt.js' },
68712npm verb link bins '/var/www/manticore.git/node_modules/download/node_modules/.bin',
68713npm verb link bins false ]
68714npm verb linkMans nopt@2.2.1
68715npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/download/node_modules/.bin/nopt
68716npm info linkStuff nan@2.1.0
68717npm verb linkBins nan@2.1.0
68718npm verb linkMans nan@2.1.0
68719npm info linkStuff dtrace-provider@0.6.0
68720npm verb linkBins dtrace-provider@0.6.0
68721npm verb linkMans dtrace-provider@0.6.0
68722npm info linkStuff duplexer@0.1.1
68723npm verb linkBins duplexer@0.1.1
68724npm verb linkMans duplexer@0.1.1
68725npm info linkStuff each-async@0.1.3
68726npm verb linkBins each-async@0.1.3
68727npm verb linkMans each-async@0.1.3
68728npm info linkStuff ee-first@1.1.1
68729npm verb linkBins ee-first@1.1.1
68730npm verb linkMans ee-first@1.1.1
68731npm info linkStuff emitter-component@1.0.0
68732npm verb linkBins emitter-component@1.0.0
68733npm verb linkMans emitter-component@1.0.0
68734npm info linkStuff commander@0.6.1
68735npm verb linkBins commander@0.6.1
68736npm verb linkMans commander@0.6.1
68737npm info linkStuff nan@0.3.2
68738npm verb linkBins nan@0.3.2
68739npm verb linkMans nan@0.3.2
68740npm info linkStuff parseuri@0.0.4
68741npm verb linkBins parseuri@0.0.4
68742npm verb linkMans parseuri@0.0.4
68743npm info linkStuff xmlhttprequest@1.5.0
68744npm verb linkBins xmlhttprequest@1.5.0
68745npm verb linkMans xmlhttprequest@1.5.0
68746npm info linkStuff entities@1.0.0
68747npm verb linkBins entities@1.0.0
68748npm verb linkMans entities@1.0.0
68749npm info linkStuff es6-promise@2.1.1
68750npm verb linkBins es6-promise@2.1.1
68751npm verb linkMans es6-promise@2.1.1
68752npm info linkStuff es6-symbol@3.0.2
68753npm verb linkBins es6-symbol@3.0.2
68754npm verb linkMans es6-symbol@3.0.2
68755npm info linkStuff es5-ext@0.10.11
68756npm verb linkBins es5-ext@0.10.11
68757npm verb linkMans es5-ext@0.10.11
68758npm info linkStuff d@0.1.1
68759npm verb linkBins d@0.1.1
68760npm verb linkMans d@0.1.1
68761npm info linkStuff es6-iterator@2.0.0
68762npm verb linkBins es6-iterator@2.0.0
68763npm verb linkMans es6-iterator@2.0.0
68764npm info linkStuff es6-symbol@2.0.1
68765npm verb linkBins es6-symbol@2.0.1
68766npm verb linkMans es6-symbol@2.0.1
68767npm info linkStuff es6-iterator@0.1.3
68768npm verb linkBins es6-iterator@0.1.3
68769npm verb linkMans es6-iterator@0.1.3
68770npm info linkStuff es6-weak-map@0.1.4
68771npm verb linkBins es6-weak-map@0.1.4
68772npm verb linkMans es6-weak-map@0.1.4
68773npm info linkStuff escape-html@1.0.1
68774npm verb linkBins escape-html@1.0.1
68775npm verb linkMans escape-html@1.0.1
68776npm info linkStuff escape-string-regexp@1.0.4
68777npm verb linkBins escape-string-regexp@1.0.4
68778npm verb linkMans escape-string-regexp@1.0.4
68779npm info linkStuff decamelize@1.1.2
68780npm verb linkBins decamelize@1.1.2
68781npm verb linkMans decamelize@1.1.2
68782npm info linkStuff esprima@1.0.4
68783npm verb linkBins esprima@1.0.4
68784npm verb link bins [ { esparse: './bin/esparse.js',
68785npm verb link bins esvalidate: './bin/esvalidate.js' },
68786npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68787npm verb link bins false ]
68788npm verb linkMans esprima@1.0.4
68789npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/esparse
68790npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/esvalidate
68791npm info linkStuff etag@1.7.0
68792npm verb linkBins etag@1.7.0
68793npm verb linkMans etag@1.7.0
68794npm info linkStuff serve-favicon@2.3.0
68795npm verb linkBins serve-favicon@2.3.0
68796npm verb linkMans serve-favicon@2.3.0
68797npm info linkStuff event-emitter@0.3.4
68798npm verb linkBins event-emitter@0.3.4
68799npm verb linkMans event-emitter@0.3.4
68800npm info linkStuff eventemitter2@0.4.14
68801npm verb linkBins eventemitter2@0.4.14
68802npm verb linkMans eventemitter2@0.4.14
68803npm info linkStuff executable@0.1.3
68804npm verb linkBins executable@0.1.3
68805npm verb link bins [ { executable: 'cli.js' },
68806npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68807npm verb link bins false ]
68808npm verb linkMans executable@0.1.3
68809npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/executable
68810npm info linkStuff bin-check@0.1.5
68811npm verb linkBins bin-check@0.1.5
68812npm verb linkMans bin-check@0.1.5
68813npm info linkStuff exit@0.1.2
68814npm verb linkBins exit@0.1.2
68815npm verb linkMans exit@0.1.2
68816npm info linkStuff expand-brackets@0.1.4
68817npm verb linkBins expand-brackets@0.1.4
68818npm verb linkMans expand-brackets@0.1.4
68819npm info linkStuff async@0.9.2
68820npm verb linkBins async@0.9.2
68821npm verb linkMans async@0.9.2
68822npm info linkStuff cookie@0.1.2
68823npm verb linkBins cookie@0.1.2
68824npm verb linkMans cookie@0.1.2
68825npm info linkStuff debug@0.8.1
68826npm verb linkBins debug@0.8.1
68827npm verb linkMans debug@0.8.1
68828npm info linkStuff express-unless@0.3.0
68829npm verb linkBins express-unless@0.3.0
68830npm verb linkMans express-unless@0.3.0
68831npm info linkStuff debug@0.8.1
68832npm verb linkBins debug@0.8.1
68833npm verb linkMans debug@0.8.1
68834npm info linkStuff negotiator@0.3.0
68835npm verb linkBins negotiator@0.3.0
68836npm verb linkMans negotiator@0.3.0
68837npm info linkStuff underscore.string@2.3.3
68838npm verb linkBins underscore.string@2.3.3
68839npm verb linkMans underscore.string@2.3.3
68840npm info linkStuff extend@3.0.0
68841npm verb linkBins extend@3.0.0
68842npm verb linkMans extend@3.0.0
68843npm info linkStuff extsprintf@1.2.0
68844npm verb linkBins extsprintf@1.2.0
68845npm verb linkMans extsprintf@1.2.0
68846npm info linkStuff faye-websocket@0.4.4
68847npm verb linkBins faye-websocket@0.4.4
68848npm verb linkMans faye-websocket@0.4.4
68849npm info linkStuff figures@1.4.0
68850npm verb linkBins figures@1.4.0
68851npm verb linkMans figures@1.4.0
68852npm info linkStuff filename-regex@2.0.0
68853npm verb linkBins filename-regex@2.0.0
68854npm verb linkMans filename-regex@2.0.0
68855npm info linkStuff escape-html@1.0.2
68856npm verb linkBins escape-html@1.0.2
68857npm verb linkMans escape-html@1.0.2
68858npm info linkStuff ms@0.7.1
68859npm verb linkBins ms@0.7.1
68860npm verb linkMans ms@0.7.1
68861npm info linkStuff debug@2.2.0
68862npm verb linkBins debug@2.2.0
68863npm verb linkMans debug@2.2.0
68864npm info linkStuff find-file@0.1.4
68865npm verb linkBins find-file@0.1.4
68866npm verb linkMans find-file@0.1.4
68867npm info linkStuff flushwritable@1.0.0
68868npm verb linkBins flushwritable@1.0.0
68869npm verb linkMans flushwritable@1.0.0
68870npm info linkStuff for-in@0.1.4
68871npm verb linkBins for-in@0.1.4
68872npm verb linkMans for-in@0.1.4
68873npm info linkStuff for-own@0.1.3
68874npm verb linkBins for-own@0.1.3
68875npm verb linkMans for-own@0.1.3
68876npm info linkStuff forever-agent@0.6.1
68877npm verb linkBins forever-agent@0.6.1
68878npm verb linkMans forever-agent@0.6.1
68879npm info linkStuff async@1.5.0
68880npm verb linkBins async@1.5.0
68881npm verb linkMans async@1.5.0
68882npm info linkStuff mime-db@1.20.0
68883npm verb linkBins mime-db@1.20.0
68884npm verb linkMans mime-db@1.20.0
68885npm info linkStuff mime-types@2.1.8
68886npm verb linkBins mime-types@2.1.8
68887npm verb linkMans mime-types@2.1.8
68888npm info linkStuff form-data@1.0.0-rc3
68889npm verb linkBins form-data@1.0.0-rc3
68890npm verb linkMans form-data@1.0.0-rc3
68891npm info linkStuff formidable@1.0.14
68892npm verb linkBins formidable@1.0.14
68893npm verb linkMans formidable@1.0.14
68894npm info linkStuff forwarded@0.1.0
68895npm verb linkBins forwarded@0.1.0
68896npm verb linkMans forwarded@0.1.0
68897npm info linkStuff fresh@0.2.2
68898npm verb linkBins fresh@0.2.2
68899npm verb linkMans fresh@0.2.2
68900npm info linkStuff minimist@0.0.8
68901npm verb linkBins minimist@0.0.8
68902npm verb linkMans minimist@0.0.8
68903npm info linkStuff mkdirp@0.5.1
68904npm verb linkBins mkdirp@0.5.1
68905npm verb link bins [ { mkdirp: 'bin/cmd.js' },
68906npm verb link bins '/var/www/manticore.git/node_modules/fs-extra/node_modules/.bin',
68907npm verb link bins false ]
68908npm verb linkMans mkdirp@0.5.1
68909npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/fs-extra/node_modules/.bin/mkdirp
68910npm info linkStuff ncp@0.5.1
68911npm verb linkBins ncp@0.5.1
68912npm verb link bins [ { ncp: './bin/ncp' },
68913npm verb link bins '/var/www/manticore.git/node_modules/fs-extra/node_modules/.bin',
68914npm verb link bins false ]
68915npm verb linkMans ncp@0.5.1
68916npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/fs-extra/node_modules/.bin/ncp
68917npm info linkStuff graceful-fs@4.1.2
68918npm verb linkBins graceful-fs@4.1.2
68919npm verb linkMans graceful-fs@4.1.2
68920npm info linkStuff minimist@0.0.8
68921npm verb linkBins minimist@0.0.8
68922npm verb linkMans minimist@0.0.8
68923npm info linkStuff mkdirp@0.5.1
68924npm verb linkBins mkdirp@0.5.1
68925npm verb link bins [ { mkdirp: 'bin/cmd.js' },
68926npm verb link bins '/var/www/manticore.git/node_modules/fstream-ignore/node_modules/.bin',
68927npm verb link bins false ]
68928npm verb linkMans mkdirp@0.5.1
68929npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/fstream-ignore/node_modules/.bin/mkdirp
68930npm info linkStuff graceful-fs@3.0.8
68931npm verb linkBins graceful-fs@3.0.8
68932npm verb linkMans graceful-fs@3.0.8
68933npm info linkStuff minimist@0.0.8
68934npm verb linkBins minimist@0.0.8
68935npm verb linkMans minimist@0.0.8
68936npm info linkStuff mkdirp@0.5.1
68937npm verb linkBins mkdirp@0.5.1
68938npm verb link bins [ { mkdirp: 'bin/cmd.js' },
68939npm verb link bins '/var/www/manticore.git/node_modules/fstream/node_modules/.bin',
68940npm verb link bins false ]
68941npm verb linkMans mkdirp@0.5.1
68942npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/fstream/node_modules/.bin/mkdirp
68943npm info linkStuff generate-function@2.0.0
68944npm verb linkBins generate-function@2.0.0
68945npm verb linkMans generate-function@2.0.0
68946npm info linkStuff get-stdin@4.0.1
68947npm verb linkBins get-stdin@4.0.1
68948npm verb linkMans get-stdin@4.0.1
68949npm info linkStuff get-urls@0.1.2
68950npm verb linkBins get-urls@0.1.2
68951npm verb link bins [ { 'get-urls': 'cli.js' },
68952npm verb link bins '/var/www/manticore.git/node_modules/.bin',
68953npm verb link bins false ]
68954npm verb linkMans get-urls@0.1.2
68955npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/get-urls
68956npm info linkStuff getobject@0.1.0
68957npm verb linkBins getobject@0.1.0
68958npm verb linkMans getobject@0.1.0
68959npm info linkStuff global@2.0.1
68960npm verb linkBins global@2.0.1
68961npm verb linkMans global@2.0.1
68962npm info linkStuff inherits@1.0.2
68963npm verb linkBins inherits@1.0.2
68964npm verb linkMans inherits@1.0.2
68965npm info linkStuff lodash@1.0.2
68966npm verb linkBins lodash@1.0.2
68967npm verb linkMans lodash@1.0.2
68968npm info linkStuff google-cdn-data@0.1.23
68969npm verb linkBins google-cdn-data@0.1.23
68970npm verb linkMans google-cdn-data@0.1.23
68971npm info linkStuff ansi-regex@0.2.1
68972npm verb linkBins ansi-regex@0.2.1
68973npm verb linkMans ansi-regex@0.2.1
68974npm info linkStuff ansi-styles@1.1.0
68975npm verb linkBins ansi-styles@1.1.0
68976npm verb linkMans ansi-styles@1.1.0
68977npm info linkStuff asn1@0.1.11
68978npm verb linkBins asn1@0.1.11
68979npm verb linkMans asn1@0.1.11
68980npm info linkStuff assert-plus@0.1.5
68981npm verb linkBins assert-plus@0.1.5
68982npm verb linkMans assert-plus@0.1.5
68983npm info linkStuff async@0.9.2
68984npm verb linkBins async@0.9.2
68985npm verb linkMans async@0.9.2
68986npm info linkStuff caseless@0.6.0
68987npm verb linkBins caseless@0.6.0
68988npm verb linkMans caseless@0.6.0
68989npm info linkStuff delayed-stream@0.0.5
68990npm verb linkBins delayed-stream@0.0.5
68991npm verb linkMans delayed-stream@0.0.5
68992npm info linkStuff combined-stream@0.0.7
68993npm verb linkBins combined-stream@0.0.7
68994npm verb linkMans combined-stream@0.0.7
68995npm info linkStuff forever-agent@0.5.2
68996npm verb linkBins forever-agent@0.5.2
68997npm verb linkMans forever-agent@0.5.2
68998npm info linkStuff graceful-fs@4.1.2
68999npm verb linkBins graceful-fs@4.1.2
69000npm verb linkMans graceful-fs@4.1.2
69001npm info linkStuff graceful-fs@3.0.8
69002npm verb linkBins graceful-fs@3.0.8
69003npm verb linkMans graceful-fs@3.0.8
69004npm info linkStuff has-ansi@0.1.0
69005npm verb linkBins has-ansi@0.1.0
69006npm verb link bins [ { 'has-ansi': 'cli.js' },
69007npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
69008npm verb link bins false ]
69009npm verb linkMans has-ansi@0.1.0
69010npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/has-ansi
69011npm info linkStuff hoek@0.9.1
69012npm verb linkBins hoek@0.9.1
69013npm verb linkMans hoek@0.9.1
69014npm info linkStuff boom@0.4.2
69015npm verb linkBins boom@0.4.2
69016npm verb linkMans boom@0.4.2
69017npm info linkStuff cryptiles@0.2.2
69018npm verb linkBins cryptiles@0.2.2
69019npm verb linkMans cryptiles@0.2.2
69020npm info linkStuff http-signature@0.10.1
69021npm verb linkBins http-signature@0.10.1
69022npm verb linkMans http-signature@0.10.1
69023npm info linkStuff minimist@0.0.8
69024npm verb linkBins minimist@0.0.8
69025npm verb linkMans minimist@0.0.8
69026npm info linkStuff mkdirp@0.5.0
69027npm verb linkBins mkdirp@0.5.0
69028npm verb link bins [ { mkdirp: 'bin/cmd.js' },
69029npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
69030npm verb link bins false ]
69031npm verb linkMans mkdirp@0.5.0
69032npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/mkdirp
69033npm info linkStuff node-uuid@1.4.7
69034npm verb linkBins node-uuid@1.4.7
69035npm verb link bins [ { uuid: './bin/uuid' },
69036npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
69037npm verb link bins false ]
69038npm verb linkMans node-uuid@1.4.7
69039npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/uuid
69040npm info linkStuff nopt@3.0.6
69041npm verb linkBins nopt@3.0.6
69042npm verb link bins [ { nopt: './bin/nopt.js' },
69043npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
69044npm verb link bins false ]
69045npm verb linkMans nopt@3.0.6
69046npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/nopt
69047npm info linkStuff oauth-sign@0.4.0
69048npm verb linkBins oauth-sign@0.4.0
69049npm verb linkMans oauth-sign@0.4.0
69050npm info linkStuff q@1.0.1
69051npm verb linkBins q@1.0.1
69052npm verb linkMans q@1.0.1
69053npm info linkStuff qs@1.2.2
69054npm verb linkBins qs@1.2.2
69055npm verb linkMans qs@1.2.2
69056npm info linkStuff rimraf@2.2.8
69057npm verb linkBins rimraf@2.2.8
69058npm verb link bins [ { rimraf: './bin.js' },
69059npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
69060npm verb link bins false ]
69061npm verb linkMans rimraf@2.2.8
69062npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/rimraf
69063npm info linkStuff sntp@0.2.4
69064npm verb linkBins sntp@0.2.4
69065npm verb linkMans sntp@0.2.4
69066npm info linkStuff hawk@1.1.1
69067npm verb linkBins hawk@1.1.1
69068npm verb linkMans hawk@1.1.1
69069npm info linkStuff strip-ansi@0.3.0
69070npm verb linkBins strip-ansi@0.3.0
69071npm verb link bins [ { 'strip-ansi': 'cli.js' },
69072npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
69073npm verb link bins false ]
69074npm verb linkMans strip-ansi@0.3.0
69075npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/strip-ansi
69076npm info linkStuff supports-color@0.2.0
69077npm verb linkBins supports-color@0.2.0
69078npm verb link bins [ { 'supports-color': 'cli.js' },
69079npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
69080npm verb link bins false ]
69081npm verb linkMans supports-color@0.2.0
69082npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/supports-color
69083npm info linkStuff chalk@0.5.0
69084npm verb linkBins chalk@0.5.0
69085npm verb linkMans chalk@0.5.0
69086npm info linkStuff object-assign@0.3.1
69087npm verb linkBins object-assign@0.3.1
69088npm verb linkMans object-assign@0.3.1
69089npm info linkStuff got@0.2.0
69090npm verb linkBins got@0.2.0
69091npm verb linkMans got@0.2.0
69092npm info linkStuff ext-list@0.2.0
69093npm verb linkBins ext-list@0.2.0
69094npm verb linkMans ext-list@0.2.0
69095npm info linkStuff ext-name@1.0.1
69096npm verb linkBins ext-name@1.0.1
69097npm verb link bins [ { extname: 'cli.js' },
69098npm verb link bins '/var/www/manticore.git/node_modules/.bin',
69099npm verb link bins false ]
69100npm verb linkMans ext-name@1.0.1
69101npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/extname
69102npm info linkStuff graceful-fs@1.2.3
69103npm verb linkBins graceful-fs@1.2.3
69104npm verb linkMans graceful-fs@1.2.3
69105npm info linkStuff graceful-readlink@1.0.1
69106npm verb linkBins graceful-readlink@1.0.1
69107npm verb linkMans graceful-readlink@1.0.1
69108npm info linkStuff growl@1.7.0
69109npm verb linkBins growl@1.7.0
69110npm verb linkMans growl@1.7.0
69111npm info linkStuff ansi-styles@1.0.0
69112npm verb linkBins ansi-styles@1.0.0
69113npm verb linkMans ansi-styles@1.0.0
69114npm info linkStuff strip-ansi@0.1.1
69115npm verb linkBins strip-ansi@0.1.1
69116npm verb link bins [ { 'strip-ansi': 'cli.js' },
69117npm verb link bins '/var/www/manticore.git/node_modules/grunt-autoprefixer/node_modules/.bin',
69118npm verb link bins false ]
69119npm verb linkMans strip-ansi@0.1.1
69120npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-autoprefixer/node_modules/.bin/strip-ansi
69121npm info linkStuff async@0.2.10
69122npm verb linkBins async@0.2.10
69123npm verb linkMans async@0.2.10
69124npm info linkStuff rimraf@2.2.8
69125npm verb linkBins rimraf@2.2.8
69126npm verb link bins [ { rimraf: './bin.js' },
69127npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-clean/node_modules/.bin',
69128npm verb link bins false ]
69129npm verb linkMans rimraf@2.2.8
69130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-clean/node_modules/.bin/rimraf
69131npm info linkStuff grunt-contrib-clean@0.5.0
69132npm verb linkBins grunt-contrib-clean@0.5.0
69133npm verb linkMans grunt-contrib-clean@0.5.0
69134npm info linkStuff ansi-styles@1.0.0
69135npm verb linkBins ansi-styles@1.0.0
69136npm verb linkMans ansi-styles@1.0.0
69137npm info linkStuff strip-ansi@0.1.1
69138npm verb linkBins strip-ansi@0.1.1
69139npm verb link bins [ { 'strip-ansi': 'cli.js' },
69140npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-concat/node_modules/.bin',
69141npm verb link bins false ]
69142npm verb linkMans strip-ansi@0.1.1
69143npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-concat/node_modules/.bin/strip-ansi
69144npm info linkStuff grunt-contrib-copy@0.5.0
69145npm verb linkBins grunt-contrib-copy@0.5.0
69146npm verb linkMans grunt-contrib-copy@0.5.0
69147npm info linkStuff ansi-styles@1.0.0
69148npm verb linkBins ansi-styles@1.0.0
69149npm verb linkMans ansi-styles@1.0.0
69150npm info linkStuff clean-css@2.1.8
69151npm verb linkBins clean-css@2.1.8
69152npm verb link bins [ { cleancss: './bin/cleancss' },
69153npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-cssmin/node_modules/.bin',
69154npm verb link bins false ]
69155npm verb linkMans clean-css@2.1.8
69156npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-cssmin/node_modules/.bin/cleancss
69157npm info linkStuff strip-ansi@0.1.1
69158npm verb linkBins strip-ansi@0.1.1
69159npm verb link bins [ { 'strip-ansi': 'cli.js' },
69160npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-cssmin/node_modules/.bin',
69161npm verb link bins false ]
69162npm verb linkMans strip-ansi@0.1.1
69163npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-cssmin/node_modules/.bin/strip-ansi
69164npm info linkStuff ansi-styles@1.0.0
69165npm verb linkBins ansi-styles@1.0.0
69166npm verb linkMans ansi-styles@1.0.0
69167npm info linkStuff html-minifier@0.5.6
69168npm verb linkBins html-minifier@0.5.6
69169npm verb linkMans html-minifier@0.5.6
69170npm info linkStuff strip-ansi@0.1.1
69171npm verb linkBins strip-ansi@0.1.1
69172npm verb link bins [ { 'strip-ansi': 'cli.js' },
69173npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-htmlmin/node_modules/.bin',
69174npm verb link bins false ]
69175npm verb linkMans strip-ansi@0.1.1
69176npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-htmlmin/node_modules/.bin/strip-ansi
69177npm info linkStuff ansi-styles@1.0.0
69178npm verb linkBins ansi-styles@1.0.0
69179npm verb linkMans ansi-styles@1.0.0
69180npm info linkStuff async@0.7.0
69181npm verb linkBins async@0.7.0
69182npm verb linkMans async@0.7.0
69183npm info linkStuff strip-ansi@0.1.1
69184npm verb linkBins strip-ansi@0.1.1
69185npm verb link bins [ { 'strip-ansi': 'cli.js' },
69186npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-imagemin/node_modules/.bin',
69187npm verb link bins false ]
69188npm verb linkMans strip-ansi@0.1.1
69189npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-imagemin/node_modules/.bin/strip-ansi
69190npm info linkStuff ansi-styles@1.0.0
69191npm verb linkBins ansi-styles@1.0.0
69192npm verb linkMans ansi-styles@1.0.0
69193npm info linkStuff strip-ansi@0.1.1
69194npm verb linkBins strip-ansi@0.1.1
69195npm verb link bins [ { 'strip-ansi': 'cli.js' },
69196npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-jade/node_modules/.bin',
69197npm verb link bins false ]
69198npm verb linkMans strip-ansi@0.1.1
69199npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-jade/node_modules/.bin/strip-ansi
69200npm info linkStuff async@0.9.2
69201npm verb linkBins async@0.9.2
69202npm verb linkMans async@0.9.2
69203npm info linkStuff lodash@3.10.1
69204npm verb linkBins lodash@3.10.1
69205npm verb linkMans lodash@3.10.1
69206npm info linkStuff ansi-styles@1.0.0
69207npm verb linkBins ansi-styles@1.0.0
69208npm verb linkMans ansi-styles@1.0.0
69209npm info linkStuff strip-ansi@0.1.1
69210npm verb linkBins strip-ansi@0.1.1
69211npm verb link bins [ { 'strip-ansi': 'cli.js' },
69212npm verb link bins '/var/www/manticore.git/node_modules/grunt-contrib-uglify/node_modules/.bin',
69213npm verb link bins false ]
69214npm verb linkMans strip-ansi@0.1.1
69215npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-contrib-uglify/node_modules/.bin/strip-ansi
69216npm info linkStuff async@0.2.10
69217npm verb linkBins async@0.2.10
69218npm verb linkMans async@0.2.10
69219npm info linkStuff grunt-express-server@0.4.19
69220npm verb linkBins grunt-express-server@0.4.19
69221npm verb linkMans grunt-express-server@0.4.19
69222npm info linkStuff ansi-regex@0.2.1
69223npm verb linkBins ansi-regex@0.2.1
69224npm verb linkMans ansi-regex@0.2.1
69225npm info linkStuff ansi-styles@1.1.0
69226npm verb linkBins ansi-styles@1.1.0
69227npm verb linkMans ansi-styles@1.1.0
69228npm info linkStuff has-ansi@0.1.0
69229npm verb linkBins has-ansi@0.1.0
69230npm verb link bins [ { 'has-ansi': 'cli.js' },
69231npm verb link bins '/var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin',
69232npm verb link bins false ]
69233npm verb linkMans has-ansi@0.1.0
69234npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin/has-ansi
69235npm info linkStuff strip-ansi@0.3.0
69236npm verb linkBins strip-ansi@0.3.0
69237npm verb link bins [ { 'strip-ansi': 'cli.js' },
69238npm verb link bins '/var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin',
69239npm verb link bins false ]
69240npm verb linkMans strip-ansi@0.3.0
69241npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin/strip-ansi
69242npm info linkStuff supports-color@0.2.0
69243npm verb linkBins supports-color@0.2.0
69244npm verb link bins [ { 'supports-color': 'cli.js' },
69245npm verb link bins '/var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin',
69246npm verb link bins false ]
69247npm verb linkMans supports-color@0.2.0
69248npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-google-cdn/node_modules/.bin/supports-color
69249npm info linkStuff chalk@0.5.1
69250npm verb linkBins chalk@0.5.1
69251npm verb linkMans chalk@0.5.1
69252npm info linkStuff underscore.string@2.3.3
69253npm verb linkBins underscore.string@2.3.3
69254npm verb linkMans underscore.string@2.3.3
69255npm info linkStuff underscore.string@2.3.3
69256npm verb linkBins underscore.string@2.3.3
69257npm verb linkMans underscore.string@2.3.3
69258npm info linkStuff async@0.1.22
69259npm verb linkBins async@0.1.22
69260npm verb linkMans async@0.1.22
69261npm info linkStuff lodash@0.9.2
69262npm verb linkBins lodash@0.9.2
69263npm verb linkMans lodash@0.9.2
69264npm info linkStuff zlib-browserify@0.0.1
69265npm verb linkBins zlib-browserify@0.0.1
69266npm verb linkMans zlib-browserify@0.0.1
69267npm info linkStuff grunt-lib-contrib@0.6.1
69268npm verb linkBins grunt-lib-contrib@0.6.1
69269npm verb linkMans grunt-lib-contrib@0.6.1
69270npm info linkStuff ncp@0.4.2
69271npm verb linkBins ncp@0.4.2
69272npm verb link bins [ { ncp: './bin/ncp' },
69273npm verb link bins '/var/www/manticore.git/node_modules/grunt-mocha-test/node_modules/.bin',
69274npm verb link bins false ]
69275npm verb linkMans ncp@0.4.2
69276npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-mocha-test/node_modules/.bin/ncp
69277npm info linkStuff rimraf@2.2.8
69278npm verb linkBins rimraf@2.2.8
69279npm verb link bins [ { rimraf: './bin.js' },
69280npm verb link bins '/var/www/manticore.git/node_modules/grunt-mocha-test/node_modules/.bin',
69281npm verb link bins false ]
69282npm verb linkMans rimraf@2.2.8
69283npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-mocha-test/node_modules/.bin/rimraf
69284npm info linkStuff async@0.2.10
69285npm verb linkBins async@0.2.10
69286npm verb linkMans async@0.2.10
69287npm info linkStuff rimraf@2.2.6
69288npm verb linkBins rimraf@2.2.6
69289npm verb link bins [ { rimraf: './bin.js' },
69290npm verb link bins '/var/www/manticore.git/node_modules/grunt-newer/node_modules/.bin',
69291npm verb link bins false ]
69292npm verb linkMans rimraf@2.2.6
69293npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-newer/node_modules/.bin/rimraf
69294npm info linkStuff grunt-newer@0.7.0
69295npm verb linkBins grunt-newer@0.7.0
69296npm verb linkMans grunt-newer@0.7.0
69297npm info linkStuff xtend@3.0.0
69298npm verb linkBins xtend@3.0.0
69299npm verb linkMans xtend@3.0.0
69300npm info linkStuff ansi-styles@1.0.0
69301npm verb linkBins ansi-styles@1.0.0
69302npm verb linkMans ansi-styles@1.0.0
69303npm info linkStuff strip-ansi@0.1.1
69304npm verb linkBins strip-ansi@0.1.1
69305npm verb link bins [ { 'strip-ansi': 'cli.js' },
69306npm verb link bins '/var/www/manticore.git/node_modules/grunt-svgmin/node_modules/.bin',
69307npm verb link bins false ]
69308npm verb linkMans strip-ansi@0.1.1
69309npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-svgmin/node_modules/.bin/strip-ansi
69310npm info linkStuff ansi-regex@0.2.1
69311npm verb linkBins ansi-regex@0.2.1
69312npm verb linkMans ansi-regex@0.2.1
69313npm info linkStuff ansi-styles@1.1.0
69314npm verb linkBins ansi-styles@1.1.0
69315npm verb linkMans ansi-styles@1.1.0
69316npm info linkStuff has-ansi@0.1.0
69317npm verb linkBins has-ansi@0.1.0
69318npm verb link bins [ { 'has-ansi': 'cli.js' },
69319npm verb link bins '/var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin',
69320npm verb link bins false ]
69321npm verb linkMans has-ansi@0.1.0
69322npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin/has-ansi
69323npm info linkStuff ms@0.7.0
69324npm verb linkBins ms@0.7.0
69325npm verb linkMans ms@0.7.0
69326npm info linkStuff debug@2.1.3
69327npm verb linkBins debug@2.1.3
69328npm verb linkMans debug@2.1.3
69329npm info linkStuff strip-ansi@0.3.0
69330npm verb linkBins strip-ansi@0.3.0
69331npm verb link bins [ { 'strip-ansi': 'cli.js' },
69332npm verb link bins '/var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin',
69333npm verb link bins false ]
69334npm verb linkMans strip-ansi@0.3.0
69335npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin/strip-ansi
69336npm info linkStuff supports-color@0.2.0
69337npm verb linkBins supports-color@0.2.0
69338npm verb link bins [ { 'supports-color': 'cli.js' },
69339npm verb link bins '/var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin',
69340npm verb link bins false ]
69341npm verb linkMans supports-color@0.2.0
69342npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-usemin/node_modules/.bin/supports-color
69343npm info linkStuff chalk@0.5.1
69344npm verb linkBins chalk@0.5.1
69345npm verb linkMans chalk@0.5.1
69346npm info linkStuff ansi-regex@0.2.1
69347npm verb linkBins ansi-regex@0.2.1
69348npm verb linkMans ansi-regex@0.2.1
69349npm info linkStuff ansi-styles@1.1.0
69350npm verb linkBins ansi-styles@1.1.0
69351npm verb linkMans ansi-styles@1.1.0
69352npm info linkStuff has-ansi@0.1.0
69353npm verb linkBins has-ansi@0.1.0
69354npm verb link bins [ { 'has-ansi': 'cli.js' },
69355npm verb link bins '/var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin',
69356npm verb link bins false ]
69357npm verb linkMans has-ansi@0.1.0
69358npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin/has-ansi
69359npm info linkStuff minimatch@2.0.10
69360npm verb linkBins minimatch@2.0.10
69361npm verb linkMans minimatch@2.0.10
69362npm info linkStuff strip-ansi@0.3.0
69363npm verb linkBins strip-ansi@0.3.0
69364npm verb link bins [ { 'strip-ansi': 'cli.js' },
69365npm verb link bins '/var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin',
69366npm verb link bins false ]
69367npm verb linkMans strip-ansi@0.3.0
69368npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin/strip-ansi
69369npm info linkStuff supports-color@0.2.0
69370npm verb linkBins supports-color@0.2.0
69371npm verb link bins [ { 'supports-color': 'cli.js' },
69372npm verb link bins '/var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin',
69373npm verb link bins false ]
69374npm verb linkMans supports-color@0.2.0
69375npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin/supports-color
69376npm info linkStuff chalk@0.5.1
69377npm verb linkBins chalk@0.5.1
69378npm verb linkMans chalk@0.5.1
69379npm info linkStuff async@0.1.22
69380npm verb linkBins async@0.1.22
69381npm verb linkMans async@0.1.22
69382npm info linkStuff iconv-lite@0.2.11
69383npm verb linkBins iconv-lite@0.2.11
69384npm verb linkMans iconv-lite@0.2.11
69385npm info linkStuff inherits@1.0.2
69386npm verb linkBins inherits@1.0.2
69387npm verb linkMans inherits@1.0.2
69388npm info linkStuff lodash@0.9.2
69389npm verb linkBins lodash@0.9.2
69390npm verb linkMans lodash@0.9.2
69391npm info linkStuff nopt@1.0.10
69392npm verb linkBins nopt@1.0.10
69393npm verb link bins [ { nopt: './bin/nopt.js' },
69394npm verb link bins '/var/www/manticore.git/node_modules/grunt/node_modules/.bin',
69395npm verb link bins false ]
69396npm verb linkMans nopt@1.0.10
69397npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt/node_modules/.bin/nopt
69398npm info linkStuff rimraf@2.2.8
69399npm verb linkBins rimraf@2.2.8
69400npm verb link bins [ { rimraf: './bin.js' },
69401npm verb link bins '/var/www/manticore.git/node_modules/grunt/node_modules/.bin',
69402npm verb link bins false ]
69403npm verb linkMans rimraf@2.2.8
69404npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt/node_modules/.bin/rimraf
69405npm info linkStuff async@0.2.10
69406npm verb linkBins async@0.2.10
69407npm verb linkMans async@0.2.10
69408npm info linkStuff bluebird@2.10.2
69409npm verb linkBins bluebird@2.10.2
69410npm verb linkMans bluebird@2.10.2
69411npm info linkStuff commander@2.9.0
69412npm verb linkBins commander@2.9.0
69413npm verb linkMans commander@2.9.0
69414npm info linkStuff has-ansi@2.0.0
69415npm verb linkBins has-ansi@2.0.0
69416npm verb linkMans has-ansi@2.0.0
69417npm info linkStuff has-color@0.1.7
69418npm verb linkBins has-color@0.1.7
69419npm verb linkMans has-color@0.1.7
69420npm info linkStuff chalk@0.4.0
69421npm verb linkBins chalk@0.4.0
69422npm verb linkMans chalk@0.4.0
69423npm info linkStuff chalk@0.4.0
69424npm verb linkBins chalk@0.4.0
69425npm verb linkMans chalk@0.4.0
69426npm info linkStuff chalk@0.4.0
69427npm verb linkBins chalk@0.4.0
69428npm verb linkMans chalk@0.4.0
69429npm info linkStuff chalk@0.4.0
69430npm verb linkBins chalk@0.4.0
69431npm verb linkMans chalk@0.4.0
69432npm info linkStuff chalk@0.4.0
69433npm verb linkBins chalk@0.4.0
69434npm verb linkMans chalk@0.4.0
69435npm info linkStuff chalk@0.4.0
69436npm verb linkBins chalk@0.4.0
69437npm verb linkMans chalk@0.4.0
69438npm info linkStuff chalk@0.4.0
69439npm verb linkBins chalk@0.4.0
69440npm verb linkMans chalk@0.4.0
69441npm info linkStuff grunt-contrib-concat@0.4.0
69442npm verb linkBins grunt-contrib-concat@0.4.0
69443npm verb linkMans grunt-contrib-concat@0.4.0
69444npm info linkStuff chalk@0.4.0
69445npm verb linkBins chalk@0.4.0
69446npm verb linkMans chalk@0.4.0
69447npm info linkStuff has-cors@1.0.3
69448npm verb linkBins has-cors@1.0.3
69449npm verb linkMans has-cors@1.0.3
69450npm info linkStuff headless@0.1.7
69451npm verb linkBins headless@0.1.7
69452npm verb linkMans headless@0.1.7
69453npm info linkStuff hoek@2.16.3
69454npm verb linkBins hoek@2.16.3
69455npm verb linkMans hoek@2.16.3
69456npm info linkStuff boom@2.10.1
69457npm verb linkBins boom@2.10.1
69458npm verb linkMans boom@2.10.1
69459npm info linkStuff cryptiles@2.0.5
69460npm verb linkBins cryptiles@2.0.5
69461npm verb linkMans cryptiles@2.0.5
69462npm info linkStuff hooker@0.2.3
69463npm verb linkBins hooker@0.2.3
69464npm verb linkMans hooker@0.2.3
69465npm info linkStuff hooks-fixed@1.1.0
69466npm verb linkBins hooks-fixed@1.1.0
69467npm verb linkMans hooks-fixed@1.1.0
69468npm info linkStuff hosted-git-info@2.1.4
69469npm verb linkBins hosted-git-info@2.1.4
69470npm verb linkMans hosted-git-info@2.1.4
69471npm info linkStuff html-entities@1.1.3
69472npm verb linkBins html-entities@1.1.3
69473npm verb linkMans html-entities@1.1.3
69474npm info linkStuff minimist@0.0.10
69475npm verb linkBins minimist@0.0.10
69476npm verb linkMans minimist@0.0.10
69477npm info linkStuff pkginfo@0.3.1
69478npm verb linkBins pkginfo@0.3.1
69479npm verb linkMans pkginfo@0.3.1
69480npm info linkStuff asn1@0.1.11
69481npm verb linkBins asn1@0.1.11
69482npm verb linkMans asn1@0.1.11
69483npm info linkStuff assert-plus@0.1.5
69484npm verb linkBins assert-plus@0.1.5
69485npm verb linkMans assert-plus@0.1.5
69486npm info linkStuff http-signature@0.11.0
69487npm verb linkBins http-signature@0.11.0
69488npm verb linkMans http-signature@0.11.0
69489npm info linkStuff i@0.3.3
69490npm verb linkBins i@0.3.3
69491npm verb linkMans i@0.3.3
69492npm info linkStuff iconv-lite@0.4.4
69493npm verb linkBins iconv-lite@0.4.4
69494npm verb linkMans iconv-lite@0.4.4
69495npm info linkStuff jsonfile@1.2.0
69496npm verb linkBins jsonfile@1.2.0
69497npm verb linkMans jsonfile@1.2.0
69498npm info linkStuff minimist@0.0.8
69499npm verb linkBins minimist@0.0.8
69500npm verb linkMans minimist@0.0.8
69501npm info linkStuff mkdirp@0.5.1
69502npm verb linkBins mkdirp@0.5.1
69503npm verb link bins [ { mkdirp: 'bin/cmd.js' },
69504npm verb link bins '/var/www/manticore.git/node_modules/imagemin/node_modules/.bin',
69505npm verb link bins false ]
69506npm verb linkMans mkdirp@0.5.1
69507npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/imagemin/node_modules/.bin/mkdirp
69508npm info linkStuff ncp@0.5.1
69509npm verb linkBins ncp@0.5.1
69510npm verb link bins [ { ncp: './bin/ncp' },
69511npm verb link bins '/var/www/manticore.git/node_modules/imagemin/node_modules/.bin',
69512npm verb link bins false ]
69513npm verb linkMans ncp@0.5.1
69514npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/imagemin/node_modules/.bin/ncp
69515npm info linkStuff nopt@3.0.6
69516npm verb linkBins nopt@3.0.6
69517npm verb link bins [ { nopt: './bin/nopt.js' },
69518npm verb link bins '/var/www/manticore.git/node_modules/imagemin/node_modules/.bin',
69519npm verb link bins false ]
69520npm verb linkMans nopt@3.0.6
69521npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/imagemin/node_modules/.bin/nopt
69522npm info linkStuff indexof@0.0.1
69523npm verb linkBins indexof@0.0.1
69524npm verb linkMans indexof@0.0.1
69525npm info linkStuff inherit@2.2.2
69526npm verb linkBins inherit@2.2.2
69527npm verb linkMans inherit@2.2.2
69528npm info linkStuff inherits@2.0.1
69529npm verb linkBins inherits@2.0.1
69530npm verb linkMans inherits@2.0.1
69531npm info linkStuff fstream@1.0.8
69532npm verb linkBins fstream@1.0.8
69533npm verb linkMans fstream@1.0.8
69534npm info linkStuff block-stream@0.0.8
69535npm verb linkBins block-stream@0.0.8
69536npm verb linkMans block-stream@0.0.8
69537npm info linkStuff ini@1.3.4
69538npm verb linkBins ini@1.3.4
69539npm verb linkMans ini@1.3.4
69540npm info linkStuff ansi-regex@0.2.1
69541npm verb linkBins ansi-regex@0.2.1
69542npm verb linkMans ansi-regex@0.2.1
69543npm info linkStuff ansi-styles@1.1.0
69544npm verb linkBins ansi-styles@1.1.0
69545npm verb linkMans ansi-styles@1.1.0
69546npm info linkStuff has-ansi@0.1.0
69547npm verb linkBins has-ansi@0.1.0
69548npm verb link bins [ { 'has-ansi': 'cli.js' },
69549npm verb link bins '/var/www/manticore.git/node_modules/inquirer/node_modules/.bin',
69550npm verb link bins false ]
69551npm verb linkMans has-ansi@0.1.0
69552npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/inquirer/node_modules/.bin/has-ansi
69553npm info linkStuff strip-ansi@0.3.0
69554npm verb linkBins strip-ansi@0.3.0
69555npm verb link bins [ { 'strip-ansi': 'cli.js' },
69556npm verb link bins '/var/www/manticore.git/node_modules/inquirer/node_modules/.bin',
69557npm verb link bins false ]
69558npm verb linkMans strip-ansi@0.3.0
69559npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/inquirer/node_modules/.bin/strip-ansi
69560npm info linkStuff supports-color@0.2.0
69561npm verb linkBins supports-color@0.2.0
69562npm verb link bins [ { 'supports-color': 'cli.js' },
69563npm verb link bins '/var/www/manticore.git/node_modules/inquirer/node_modules/.bin',
69564npm verb link bins false ]
69565npm verb linkMans supports-color@0.2.0
69566npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/inquirer/node_modules/.bin/supports-color
69567npm info linkStuff chalk@0.5.1
69568npm verb linkBins chalk@0.5.1
69569npm verb linkMans chalk@0.5.1
69570npm info linkStuff ansi-regex@0.2.1
69571npm verb linkBins ansi-regex@0.2.1
69572npm verb linkMans ansi-regex@0.2.1
69573npm info linkStuff ansi-styles@1.1.0
69574npm verb linkBins ansi-styles@1.1.0
69575npm verb linkMans ansi-styles@1.1.0
69576npm info linkStuff async@0.9.2
69577npm verb linkBins async@0.9.2
69578npm verb linkMans async@0.9.2
69579npm info linkStuff has-ansi@0.1.0
69580npm verb linkBins has-ansi@0.1.0
69581npm verb link bins [ { 'has-ansi': 'cli.js' },
69582npm verb link bins '/var/www/manticore.git/node_modules/insight/node_modules/.bin',
69583npm verb link bins false ]
69584npm verb linkMans has-ansi@0.1.0
69585npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/insight/node_modules/.bin/has-ansi
69586npm info linkStuff strip-ansi@0.3.0
69587npm verb linkBins strip-ansi@0.3.0
69588npm verb link bins [ { 'strip-ansi': 'cli.js' },
69589npm verb link bins '/var/www/manticore.git/node_modules/insight/node_modules/.bin',
69590npm verb link bins false ]
69591npm verb linkMans strip-ansi@0.3.0
69592npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/insight/node_modules/.bin/strip-ansi
69593npm info linkStuff supports-color@0.2.0
69594npm verb linkBins supports-color@0.2.0
69595npm verb link bins [ { 'supports-color': 'cli.js' },
69596npm verb link bins '/var/www/manticore.git/node_modules/insight/node_modules/.bin',
69597npm verb link bins false ]
69598npm verb linkMans supports-color@0.2.0
69599npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/insight/node_modules/.bin/supports-color
69600npm info linkStuff chalk@0.5.1
69601npm verb linkBins chalk@0.5.1
69602npm verb linkMans chalk@0.5.1
69603npm info linkStuff intersect@0.0.3
69604npm verb linkBins intersect@0.0.3
69605npm verb linkMans intersect@0.0.3
69606npm info linkStuff bower-json@0.4.0
69607npm verb linkBins bower-json@0.4.0
69608npm verb linkMans bower-json@0.4.0
69609npm info linkStuff ipaddr.js@1.0.5
69610npm verb linkBins ipaddr.js@1.0.5
69611npm verb linkMans ipaddr.js@1.0.5
69612npm info linkStuff is-arrayish@0.2.1
69613npm verb linkBins is-arrayish@0.2.1
69614npm verb linkMans is-arrayish@0.2.1
69615npm info linkStuff error-ex@1.3.0
69616npm verb linkBins error-ex@1.3.0
69617npm verb linkMans error-ex@1.3.0
69618npm info linkStuff is-binary-path@1.0.1
69619npm verb linkBins is-binary-path@1.0.1
69620npm verb linkMans is-binary-path@1.0.1
69621npm info linkStuff is-bmp@0.1.1
69622npm verb linkBins is-bmp@0.1.1
69623npm verb linkMans is-bmp@0.1.1
69624npm info linkStuff is-buffer@1.1.0
69625npm verb linkBins is-buffer@1.1.0
69626npm verb linkMans is-buffer@1.1.0
69627npm info linkStuff is-builtin-module@1.0.0
69628npm verb linkBins is-builtin-module@1.0.0
69629npm verb linkMans is-builtin-module@1.0.0
69630npm info linkStuff is-dotfile@1.0.2
69631npm verb linkBins is-dotfile@1.0.2
69632npm verb linkMans is-dotfile@1.0.2
69633npm info linkStuff is-extendable@0.1.1
69634npm verb linkBins is-extendable@0.1.1
69635npm verb linkMans is-extendable@0.1.1
69636npm info linkStuff is-extglob@1.0.0
69637npm verb linkBins is-extglob@1.0.0
69638npm verb linkMans is-extglob@1.0.0
69639npm info linkStuff is-gif@0.1.1
69640npm verb linkBins is-gif@0.1.1
69641npm verb linkMans is-gif@0.1.1
69642npm info linkStuff is-glob@2.0.1
69643npm verb linkBins is-glob@2.0.1
69644npm verb linkMans is-glob@2.0.1
69645npm info linkStuff glob-parent@2.0.0
69646npm verb linkBins glob-parent@2.0.0
69647npm verb linkMans glob-parent@2.0.0
69648npm info linkStuff glob-base@0.3.0
69649npm verb linkBins glob-base@0.3.0
69650npm verb linkMans glob-base@0.3.0
69651npm info linkStuff is-jpg@0.1.2
69652npm verb linkBins is-jpg@0.1.2
69653npm verb linkMans is-jpg@0.1.2
69654npm info linkStuff is-jxr@0.1.1
69655npm verb linkBins is-jxr@0.1.1
69656npm verb linkMans is-jxr@0.1.1
69657npm info linkStuff is-png@0.1.1
69658npm verb linkBins is-png@0.1.1
69659npm verb linkMans is-png@0.1.1
69660npm info linkStuff is-primitive@2.0.0
69661npm verb linkBins is-primitive@2.0.0
69662npm verb linkMans is-primitive@2.0.0
69663npm info linkStuff is-equal-shallow@0.1.3
69664npm verb linkBins is-equal-shallow@0.1.3
69665npm verb linkMans is-equal-shallow@0.1.3
69666npm info linkStuff is-promise@1.0.1
69667npm verb linkBins is-promise@1.0.1
69668npm verb linkMans is-promise@1.0.1
69669npm info linkStuff is-property@1.0.2
69670npm verb linkBins is-property@1.0.2
69671npm verb linkMans is-property@1.0.2
69672npm info linkStuff generate-object-property@1.2.0
69673npm verb linkBins generate-object-property@1.2.0
69674npm verb linkMans generate-object-property@1.2.0
69675npm info linkStuff is-psd@0.1.1
69676npm verb linkBins is-psd@0.1.1
69677npm verb linkMans is-psd@0.1.1
69678npm info linkStuff is-root@1.0.0
69679npm verb linkBins is-root@1.0.0
69680npm verb linkMans is-root@1.0.0
69681npm info linkStuff is-svg@0.1.2
69682npm verb linkBins is-svg@0.1.2
69683npm verb linkMans is-svg@0.1.2
69684npm info linkStuff is-tif@0.1.1
69685npm verb linkBins is-tif@0.1.1
69686npm verb linkMans is-tif@0.1.1
69687npm info linkStuff is-utf8@0.2.1
69688npm verb linkBins is-utf8@0.2.1
69689npm verb linkMans is-utf8@0.2.1
69690npm info linkStuff is-webp@0.1.1
69691npm verb linkBins is-webp@0.1.1
69692npm verb linkMans is-webp@0.1.1
69693npm info linkStuff isarray@0.0.1
69694npm verb linkBins isarray@0.0.1
69695npm verb linkMans isarray@0.0.1
69696npm info linkStuff has-binary-data@0.1.3
69697npm verb linkBins has-binary-data@0.1.3
69698npm verb linkMans has-binary-data@0.1.3
69699npm info linkStuff has-binary@0.1.5
69700npm verb linkBins has-binary@0.1.5
69701npm verb linkMans has-binary@0.1.5
69702npm info linkStuff isobject@2.0.0
69703npm verb linkBins isobject@2.0.0
69704npm verb linkMans isobject@2.0.0
69705npm info linkStuff isstream@0.1.2
69706npm verb linkBins isstream@0.1.2
69707npm verb linkMans isstream@0.1.2
69708npm info linkStuff jasmine-core@2.1.3
69709npm verb linkBins jasmine-core@2.1.3
69710npm verb linkMans jasmine-core@2.1.3
69711npm info linkStuff jasminewd@1.1.0
69712npm verb linkBins jasminewd@1.1.0
69713npm verb linkMans jasminewd@1.1.0
69714npm info linkStuff jasminewd2@0.0.2
69715npm verb linkBins jasminewd2@0.0.2
69716npm verb linkMans jasminewd2@0.0.2
69717npm info linkStuff jit-grunt@0.5.0
69718npm verb linkBins jit-grunt@0.5.0
69719npm verb linkMans jit-grunt@0.5.0
69720npm info linkStuff ansi-styles@1.0.0
69721npm verb linkBins ansi-styles@1.0.0
69722npm verb linkMans ansi-styles@1.0.0
69723npm info linkStuff strip-ansi@0.1.1
69724npm verb linkBins strip-ansi@0.1.1
69725npm verb link bins [ { 'strip-ansi': 'cli.js' },
69726npm verb link bins '/var/www/manticore.git/node_modules/jshint-stylish/node_modules/.bin',
69727npm verb link bins false ]
69728npm verb linkMans strip-ansi@0.1.1
69729npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/jshint-stylish/node_modules/.bin/strip-ansi
69730npm info linkStuff chalk@0.4.0
69731npm verb linkBins chalk@0.4.0
69732npm verb linkMans chalk@0.4.0
69733npm info linkStuff shelljs@0.3.0
69734npm verb linkBins shelljs@0.3.0
69735npm verb link bins [ { shjs: './bin/shjs' },
69736npm verb link bins '/var/www/manticore.git/node_modules/jshint/node_modules/.bin',
69737npm verb link bins false ]
69738npm verb linkMans shelljs@0.3.0
69739npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/jshint/node_modules/.bin/shjs
69740npm info linkStuff underscore@1.6.0
69741npm verb linkBins underscore@1.6.0
69742npm verb linkMans underscore@1.6.0
69743npm info linkStuff json-schema@0.2.2
69744npm verb linkBins json-schema@0.2.2
69745npm verb linkMans json-schema@0.2.2
69746npm info linkStuff json-stringify-safe@5.0.1
69747npm verb linkBins json-stringify-safe@5.0.1
69748npm verb linkMans json-stringify-safe@5.0.1
69749npm info linkStuff json3@3.2.6
69750npm verb linkBins json3@3.2.6
69751npm verb linkMans json3@3.2.6
69752npm info linkStuff jsonfile@1.1.1
69753npm verb linkBins jsonfile@1.1.1
69754npm verb linkMans jsonfile@1.1.1
69755npm info linkStuff jsonify@0.0.0
69756npm verb linkBins jsonify@0.0.0
69757npm verb linkMans jsonify@0.0.0
69758npm info linkStuff jsonpointer@2.0.0
69759npm verb linkBins jsonpointer@2.0.0
69760npm verb linkMans jsonpointer@2.0.0
69761npm info linkStuff ms@0.7.1
69762npm verb linkBins ms@0.7.1
69763npm verb linkMans ms@0.7.1
69764npm info linkStuff extsprintf@1.0.0
69765npm verb linkBins extsprintf@1.0.0
69766npm verb linkMans extsprintf@1.0.0
69767npm info linkStuff verror@1.3.3
69768npm verb linkBins verror@1.3.3
69769npm verb linkMans verror@1.3.3
69770npm info linkStuff jsprim@0.3.0
69771npm verb linkBins jsprim@0.3.0
69772npm verb linkMans jsprim@0.3.0
69773npm info linkStuff junk@1.0.2
69774npm verb linkBins junk@1.0.2
69775npm verb linkMans junk@1.0.2
69776npm info linkStuff base64url@0.0.6
69777npm verb linkBins base64url@0.0.6
69778npm verb linkMans base64url@0.0.6
69779npm info linkStuff kareem@1.0.1
69780npm verb linkBins kareem@1.0.1
69781npm verb linkMans kareem@1.0.1
69782npm info linkStuff karma-firefox-launcher@0.1.7
69783npm verb linkBins karma-firefox-launcher@0.1.7
69784npm verb linkMans karma-firefox-launcher@0.1.7
69785npm info linkStuff karma-html2js-preprocessor@0.1.0
69786npm verb linkBins karma-html2js-preprocessor@0.1.0
69787npm verb linkMans karma-html2js-preprocessor@0.1.0
69788npm info linkStuff async@0.2.10
69789npm verb linkBins async@0.2.10
69790npm verb linkMans async@0.2.10
69791npm info linkStuff character-parser@1.0.2
69792npm verb linkBins character-parser@1.0.2
69793npm verb linkMans character-parser@1.0.2
69794npm info linkStuff karma-jasmine@0.1.6
69795npm verb linkBins karma-jasmine@0.1.6
69796npm verb linkMans karma-jasmine@0.1.6
69797npm info linkStuff karma-ng-html2js-preprocessor@0.1.2
69798npm verb linkBins karma-ng-html2js-preprocessor@0.1.2
69799npm verb linkMans karma-ng-html2js-preprocessor@0.1.2
69800npm info linkStuff karma-ng-scenario@0.1.0
69801npm verb linkBins karma-ng-scenario@0.1.0
69802npm verb linkMans karma-ng-scenario@0.1.0
69803npm info linkStuff karma-requirejs@0.2.2
69804npm verb linkBins karma-requirejs@0.2.2
69805npm verb linkMans karma-requirejs@0.2.2
69806npm info linkStuff karma-script-launcher@0.1.0
69807npm verb linkBins karma-script-launcher@0.1.0
69808npm verb linkMans karma-script-launcher@0.1.0
69809npm info linkStuff colors@1.1.2
69810npm verb linkBins colors@1.1.2
69811npm verb linkMans colors@1.1.2
69812npm info linkStuff graceful-fs@3.0.8
69813npm verb linkBins graceful-fs@3.0.8
69814npm verb linkMans graceful-fs@3.0.8
69815npm info linkStuff lodash@3.10.1
69816npm verb linkBins lodash@3.10.1
69817npm verb linkMans lodash@3.10.1
69818npm info linkStuff mime@1.3.4
69819npm verb linkBins mime@1.3.4
69820npm verb link bins [ { mime: 'cli.js' },
69821npm verb link bins '/var/www/manticore.git/node_modules/karma/node_modules/.bin',
69822npm verb link bins false ]
69823npm verb linkMans mime@1.3.4
69824npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma/node_modules/.bin/mime
69825npm info linkStuff minimatch@2.0.10
69826npm verb linkBins minimatch@2.0.10
69827npm verb linkMans minimatch@2.0.10
69828npm info linkStuff minimist@0.0.10
69829npm verb linkBins minimist@0.0.10
69830npm verb linkMans minimist@0.0.10
69831npm info linkStuff nan@1.0.0
69832npm verb linkBins nan@1.0.0
69833npm verb linkMans nan@1.0.0
69834npm info linkStuff q@1.4.1
69835npm verb linkBins q@1.4.1
69836npm verb linkMans q@1.4.1
69837npm info linkStuff source-map@0.4.4
69838npm verb linkBins source-map@0.4.4
69839npm verb linkMans source-map@0.4.4
69840npm info linkStuff uglify-js@1.2.5
69841npm verb linkBins uglify-js@1.2.5
69842npm verb link bins [ { uglifyjs: './bin/uglifyjs' },
69843npm verb link bins '/var/www/manticore.git/node_modules/karma/node_modules/.bin',
69844npm verb link bins false ]
69845npm verb linkMans uglify-js@1.2.5
69846npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma/node_modules/.bin/uglifyjs
69847npm info linkStuff xmlhttprequest@1.4.2
69848npm verb linkBins xmlhttprequest@1.4.2
69849npm verb linkMans xmlhttprequest@1.4.2
69850npm info linkStuff kew@0.4.0
69851npm verb linkBins kew@0.4.0
69852npm verb linkMans kew@0.4.0
69853npm info linkStuff keypress@0.1.0
69854npm verb linkBins keypress@0.1.0
69855npm verb linkMans keypress@0.1.0
69856npm info linkStuff commander@1.2.0
69857npm verb linkBins commander@1.2.0
69858npm verb linkMans commander@1.2.0
69859npm info linkStuff kind-of@3.0.2
69860npm verb linkBins kind-of@3.0.2
69861npm verb linkMans kind-of@3.0.2
69862npm info linkStuff is-number@2.1.0
69863npm verb linkBins is-number@2.1.0
69864npm verb linkMans is-number@2.1.0
69865npm info linkStuff assert-plus@0.1.5
69866npm verb linkBins assert-plus@0.1.5
69867npm verb linkMans assert-plus@0.1.5
69868npm info linkStuff ldap-filter@0.2.2
69869npm verb linkBins ldap-filter@0.2.2
69870npm verb linkMans ldap-filter@0.2.2
69871npm info linkStuff asn1@0.2.1
69872npm verb linkBins asn1@0.2.1
69873npm verb linkMans asn1@0.2.1
69874npm info linkStuff assert-plus@0.1.5
69875npm verb linkBins assert-plus@0.1.5
69876npm verb linkMans assert-plus@0.1.5
69877npm info linkStuff dtrace-provider@0.2.8
69878npm verb linkBins dtrace-provider@0.2.8
69879npm verb linkMans dtrace-provider@0.2.8
69880npm info linkStuff mv@0.0.5
69881npm verb linkBins mv@0.0.5
69882npm verb linkMans mv@0.0.5
69883npm info linkStuff bunyan@0.22.1
69884npm verb linkBins bunyan@0.22.1
69885npm verb link bins [ { bunyan: './bin/bunyan' },
69886npm verb link bins '/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin',
69887npm verb link bins false ]
69888npm verb linkMans bunyan@0.22.1
69889npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/bunyan
69890npm info linkStuff graceful-fs@4.1.2
69891npm verb linkBins graceful-fs@4.1.2
69892npm verb linkMans graceful-fs@4.1.2
69893npm info linkStuff lockfile@1.0.1
69894npm verb linkBins lockfile@1.0.1
69895npm verb linkMans lockfile@1.0.1
69896npm info linkStuff lodash@2.4.2
69897npm verb linkBins lodash@2.4.2
69898npm verb linkMans lodash@2.4.2
69899npm info linkStuff grunt-usemin@3.0.0
69900npm verb linkBins grunt-usemin@3.0.0
69901npm verb linkMans grunt-usemin@3.0.0
69902npm info linkStuff grunt-legacy-log-utils@0.1.1
69903npm verb linkBins grunt-legacy-log-utils@0.1.1
69904npm verb linkMans grunt-legacy-log-utils@0.1.1
69905npm info linkStuff grunt-legacy-log@0.1.3
69906npm verb linkBins grunt-legacy-log@0.1.3
69907npm verb linkMans grunt-legacy-log@0.1.3
69908npm info linkStuff grunt-karma@0.8.3
69909npm verb linkBins grunt-karma@0.8.3
69910npm verb linkMans grunt-karma@0.8.3
69911npm info linkStuff grunt-env@0.4.4
69912npm verb linkBins grunt-env@0.4.4
69913npm verb linkMans grunt-env@0.4.4
69914npm info linkStuff lodash._isnative@2.4.1
69915npm verb linkBins lodash._isnative@2.4.1
69916npm verb linkMans lodash._isnative@2.4.1
69917npm info linkStuff lodash._objecttypes@2.4.1
69918npm verb linkBins lodash._objecttypes@2.4.1
69919npm verb linkMans lodash._objecttypes@2.4.1
69920npm info linkStuff lodash.isfunction@2.4.1
69921npm verb linkBins lodash.isfunction@2.4.1
69922npm verb linkMans lodash.isfunction@2.4.1
69923npm info linkStuff lodash.isobject@2.4.1
69924npm verb linkBins lodash.isobject@2.4.1
69925npm verb linkMans lodash.isobject@2.4.1
69926npm info linkStuff lodash.now@2.4.1
69927npm verb linkBins lodash.now@2.4.1
69928npm verb linkMans lodash.now@2.4.1
69929npm info linkStuff lodash.debounce@2.4.1
69930npm verb linkBins lodash.debounce@2.4.1
69931npm verb linkMans lodash.debounce@2.4.1
69932npm info linkStuff async@0.2.10
69933npm verb linkBins async@0.2.10
69934npm verb linkMans async@0.2.10
69935npm info linkStuff semver@4.3.6
69936npm verb linkBins semver@4.3.6
69937npm verb link bins [ { semver: './bin/semver' },
69938npm verb link bins '/var/www/manticore.git/node_modules/log4js/node_modules/.bin',
69939npm verb link bins false ]
69940npm verb linkMans semver@4.3.6
69941npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/log4js/node_modules/.bin/semver
69942npm info linkStuff underscore@1.8.2
69943npm verb linkBins underscore@1.8.2
69944npm verb linkMans underscore@1.8.2
69945npm info linkStuff lower-case@1.1.3
69946npm verb linkBins lower-case@1.1.3
69947npm verb linkMans lower-case@1.1.3
69948npm info linkStuff is-lower-case@1.1.3
69949npm verb linkBins is-lower-case@1.1.3
69950npm verb linkMans is-lower-case@1.1.3
69951npm info linkStuff lpad@0.2.1
69952npm verb linkBins lpad@0.2.1
69953npm verb linkMans lpad@0.2.1
69954npm info linkStuff lru-cache@2.5.0
69955npm verb linkBins lru-cache@2.5.0
69956npm verb linkMans lru-cache@2.5.0
69957npm info linkStuff lru-queue@0.1.0
69958npm verb linkBins lru-queue@0.1.0
69959npm verb linkMans lru-queue@0.1.0
69960npm info linkStuff map-obj@1.0.1
69961npm verb linkBins map-obj@1.0.1
69962npm verb linkMans map-obj@1.0.1
69963npm info linkStuff camelcase-keys@2.0.0
69964npm verb linkBins camelcase-keys@2.0.0
69965npm verb linkMans camelcase-keys@2.0.0
69966npm info linkStuff camelcase-keys@1.0.0
69967npm verb linkBins camelcase-keys@1.0.0
69968npm verb linkMans camelcase-keys@1.0.0
69969npm info linkStuff ansi-styles@1.0.0
69970npm verb linkBins ansi-styles@1.0.0
69971npm verb linkMans ansi-styles@1.0.0
69972npm info linkStuff strip-ansi@0.1.1
69973npm verb linkBins strip-ansi@0.1.1
69974npm verb link bins [ { 'strip-ansi': 'cli.js' },
69975npm verb link bins '/var/www/manticore.git/node_modules/maxmin/node_modules/.bin',
69976npm verb link bins false ]
69977npm verb linkMans strip-ansi@0.1.1
69978npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/maxmin/node_modules/.bin/strip-ansi
69979npm info linkStuff chalk@0.4.0
69980npm verb linkBins chalk@0.4.0
69981npm verb linkMans chalk@0.4.0
69982npm info linkStuff is-buffer@1.0.2
69983npm verb linkBins is-buffer@1.0.2
69984npm verb linkMans is-buffer@1.0.2
69985npm info linkStuff md5@2.0.0
69986npm verb linkBins md5@2.0.0
69987npm verb linkMans md5@2.0.0
69988npm info linkStuff media-typer@0.2.0
69989npm verb linkBins media-typer@0.2.0
69990npm verb linkMans media-typer@0.2.0
69991npm info linkStuff merge-descriptors@0.0.2
69992npm verb linkBins merge-descriptors@0.0.2
69993npm verb linkMans merge-descriptors@0.0.2
69994npm info linkStuff methods@1.0.0
69995npm verb linkBins methods@1.0.0
69996npm verb linkMans methods@1.0.0
69997npm info linkStuff methods@0.1.0
69998npm verb linkBins methods@0.1.0
69999npm verb linkMans methods@0.1.0
70000npm info linkStuff mime@1.2.11
70001npm verb linkBins mime@1.2.11
70002npm verb linkMans mime@1.2.11
70003npm info linkStuff form-data@0.1.4
70004npm verb linkBins form-data@0.1.4
70005npm verb linkMans form-data@0.1.4
70006npm info linkStuff type-is@1.0.0
70007npm verb linkBins type-is@1.0.0
70008npm verb linkMans type-is@1.0.0
70009npm info linkStuff accepts@1.0.0
70010npm verb linkBins accepts@1.0.0
70011npm verb linkMans accepts@1.0.0
70012npm info linkStuff mime-db@1.12.0
70013npm verb linkBins mime-db@1.12.0
70014npm verb linkMans mime-db@1.12.0
70015npm info linkStuff mime-types@2.0.14
70016npm verb linkBins mime-types@2.0.14
70017npm verb linkMans mime-types@2.0.14
70018npm info linkStuff form-data@0.2.0
70019npm verb linkBins form-data@0.2.0
70020npm verb linkMans form-data@0.2.0
70021npm info linkStuff mime-types@1.0.2
70022npm verb linkBins mime-types@1.0.2
70023npm verb linkMans mime-types@1.0.2
70024npm info linkStuff minijasminenode@1.1.1
70025npm verb linkBins minijasminenode@1.1.1
70026npm verb link bins [ { minijasminenode: 'bin/minijn' },
70027npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70028npm verb link bins false ]
70029npm verb linkMans minijasminenode@1.1.1
70030npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/minijasminenode
70031npm info linkStuff minimalistic-assert@1.0.0
70032npm verb linkBins minimalistic-assert@1.0.0
70033npm verb linkMans minimalistic-assert@1.0.0
70034npm info linkStuff asn1.js@2.2.1
70035npm verb linkBins asn1.js@2.2.1
70036npm verb linkMans asn1.js@2.2.1
70037npm info linkStuff ecdsa-sig-formatter@1.0.2
70038npm verb linkBins ecdsa-sig-formatter@1.0.2
70039npm verb linkMans ecdsa-sig-formatter@1.0.2
70040npm info linkStuff jwa@1.1.1
70041npm verb linkBins jwa@1.1.1
70042npm verb linkMans jwa@1.1.1
70043npm info linkStuff minimatch@3.0.0
70044npm verb linkBins minimatch@3.0.0
70045npm verb linkMans minimatch@3.0.0
70046npm info linkStuff minimist@1.2.0
70047npm verb linkBins minimist@1.2.0
70048npm verb linkMans minimist@1.2.0
70049npm info linkStuff mkdirp@0.3.5
70050npm verb linkBins mkdirp@0.3.5
70051npm verb linkMans mkdirp@0.3.5
70052npm info linkStuff coffee-script@1.7.1
70053npm verb linkBins coffee-script@1.7.1
70054npm verb link bins [ { coffee: './bin/coffee', cake: './bin/cake' },
70055npm verb link bins '/var/www/manticore.git/node_modules/karma-coffee-preprocessor/node_modules/.bin',
70056npm verb link bins false ]
70057npm verb linkMans coffee-script@1.7.1
70058npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-coffee-preprocessor/node_modules/.bin/coffee
70059npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-coffee-preprocessor/node_modules/.bin/cake
70060npm info linkStuff karma-coffee-preprocessor@0.2.1
70061npm verb linkBins karma-coffee-preprocessor@0.2.1
70062npm verb linkMans karma-coffee-preprocessor@0.2.1
70063npm info linkStuff fs-extra@0.8.1
70064npm verb linkBins fs-extra@0.8.1
70065npm verb linkMans fs-extra@0.8.1
70066npm info linkStuff mkpath@0.1.0
70067npm verb linkBins mkpath@0.1.0
70068npm verb linkMans mkpath@0.1.0
70069npm info linkStuff commander@2.0.0
70070npm verb linkBins commander@2.0.0
70071npm verb linkMans commander@2.0.0
70072npm info linkStuff diff@1.0.7
70073npm verb linkBins diff@1.0.7
70074npm verb linkMans diff@1.0.7
70075npm info linkStuff graceful-fs@2.0.3
70076npm verb linkBins graceful-fs@2.0.3
70077npm verb linkMans graceful-fs@2.0.3
70078npm info linkStuff commander@0.6.1
70079npm verb linkBins commander@0.6.1
70080npm verb linkMans commander@0.6.1
70081npm info linkStuff mkdirp@0.3.0
70082npm verb linkBins mkdirp@0.3.0
70083npm verb linkMans mkdirp@0.3.0
70084npm info linkStuff jade@0.26.3
70085npm verb linkBins jade@0.26.3
70086npm verb link bins [ { jade: './bin/jade' },
70087npm verb link bins '/var/www/manticore.git/node_modules/mocha/node_modules/.bin',
70088npm verb link bins false ]
70089npm verb linkMans jade@0.26.3
70090npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/mocha/node_modules/.bin/jade
70091npm info linkStuff bson@0.4.20
70092npm verb linkBins bson@0.4.20
70093npm verb linkMans bson@0.4.20
70094npm info linkStuff async@0.9.0
70095npm verb linkBins async@0.9.0
70096npm verb linkMans async@0.9.0
70097npm info linkStuff bson@0.4.20
70098npm verb linkBins bson@0.4.20
70099npm verb linkMans bson@0.4.20
70100npm info linkStuff ms@0.1.0
70101npm verb linkBins ms@0.1.0
70102npm verb linkMans ms@0.1.0
70103npm info linkStuff bytes@0.3.0
70104npm verb linkBins bytes@0.3.0
70105npm verb linkMans bytes@0.3.0
70106npm info linkStuff mout@0.9.1
70107npm verb linkBins mout@0.9.1
70108npm verb linkMans mout@0.9.1
70109npm info linkStuff mpath@0.1.1
70110npm verb linkBins mpath@0.1.1
70111npm verb linkMans mpath@0.1.1
70112npm info linkStuff mpromise@0.5.4
70113npm verb linkBins mpromise@0.5.4
70114npm verb linkMans mpromise@0.5.4
70115npm info linkStuff ms@0.7.1
70116npm verb linkBins ms@0.7.1
70117npm verb linkMans ms@0.7.1
70118npm info linkStuff debug@2.2.0
70119npm verb linkBins debug@2.2.0
70120npm verb linkMans debug@2.2.0
70121npm info linkStuff ms@0.6.2
70122npm verb linkBins ms@0.6.2
70123npm verb linkMans ms@0.6.2
70124npm info linkStuff debug@1.0.3
70125npm verb linkBins debug@1.0.3
70126npm verb linkMans debug@1.0.3
70127npm info linkStuff debug@1.0.4
70128npm verb linkBins debug@1.0.4
70129npm verb linkMans debug@1.0.4
70130npm info linkStuff media-typer@0.3.0
70131npm verb linkBins media-typer@0.3.0
70132npm verb linkMans media-typer@0.3.0
70133npm info linkStuff mime-types@2.0.14
70134npm verb linkBins mime-types@2.0.14
70135npm verb linkMans mime-types@2.0.14
70136npm info linkStuff qs@1.2.2
70137npm verb linkBins qs@1.2.2
70138npm verb linkMans qs@1.2.2
70139npm info linkStuff type-is@1.5.7
70140npm verb linkBins type-is@1.5.7
70141npm verb linkMans type-is@1.5.7
70142npm info linkStuff muri@1.0.0
70143npm verb linkBins muri@1.0.0
70144npm verb linkMans muri@1.0.0
70145npm info linkStuff mute-stream@0.0.4
70146npm verb linkBins mute-stream@0.0.4
70147npm verb linkMans mute-stream@0.0.4
70148npm info linkStuff minimist@0.0.8
70149npm verb linkBins minimist@0.0.8
70150npm verb linkMans minimist@0.0.8
70151npm info linkStuff mkdirp@0.5.1
70152npm verb linkBins mkdirp@0.5.1
70153npm verb link bins [ { mkdirp: 'bin/cmd.js' },
70154npm verb link bins '/var/www/manticore.git/node_modules/mv/node_modules/.bin',
70155npm verb link bins false ]
70156npm verb linkMans mkdirp@0.5.1
70157npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/mv/node_modules/.bin/mkdirp
70158npm info linkStuff nan@1.8.4
70159npm verb linkBins nan@1.8.4
70160npm verb linkMans nan@1.8.4
70161npm info linkStuff kerberos@0.0.11
70162npm verb linkBins kerberos@0.0.11
70163npm verb linkMans kerberos@0.0.11
70164npm info linkStuff mongodb-core@1.2.19
70165npm verb linkBins mongodb-core@1.2.19
70166npm verb linkMans mongodb-core@1.2.19
70167npm info linkStuff bson@0.2.22
70168npm verb linkBins bson@0.2.22
70169npm verb linkMans bson@0.2.22
70170npm info linkStuff ncp@2.0.0
70171npm verb linkBins ncp@2.0.0
70172npm verb link bins [ { ncp: './bin/ncp' },
70173npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70174npm verb link bins false ]
70175npm verb linkMans ncp@2.0.0
70176npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ncp
70177npm info linkStuff negotiator@0.4.7
70178npm verb linkBins negotiator@0.4.7
70179npm verb linkMans negotiator@0.4.7
70180npm info linkStuff accepts@1.0.7
70181npm verb linkBins accepts@1.0.7
70182npm verb linkMans accepts@1.0.7
70183npm info linkStuff next-tick@0.2.2
70184npm verb linkBins next-tick@0.2.2
70185npm verb linkMans next-tick@0.2.2
70186npm info linkStuff esprima@1.2.5
70187npm verb linkBins esprima@1.2.5
70188npm verb link bins [ { esparse: './bin/esparse.js',
70189npm verb link bins esvalidate: './bin/esvalidate.js' },
70190npm verb link bins '/var/www/manticore.git/node_modules/ng-annotate/node_modules/.bin',
70191npm verb link bins false ]
70192npm verb linkMans esprima@1.2.5
70193npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ng-annotate/node_modules/.bin/esparse
70194npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ng-annotate/node_modules/.bin/esvalidate
70195npm info linkStuff minimist@0.0.10
70196npm verb linkBins minimist@0.0.10
70197npm verb linkMans minimist@0.0.10
70198npm info linkStuff source-map@0.1.43
70199npm verb linkBins source-map@0.1.43
70200npm verb linkMans source-map@0.1.43
70201npm info linkStuff css-parse@1.7.0
70202npm verb linkBins css-parse@1.7.0
70203npm verb linkMans css-parse@1.7.0
70204npm info linkStuff sax@0.5.8
70205npm verb linkBins sax@0.5.8
70206npm verb linkMans sax@0.5.8
70207npm info linkStuff async@0.9.2
70208npm verb linkBins async@0.9.2
70209npm verb linkMans async@0.9.2
70210npm info linkStuff cookie@0.1.3
70211npm verb linkBins cookie@0.1.3
70212npm verb linkMans cookie@0.1.3
70213npm info linkStuff cookie-signature@1.0.6
70214npm verb linkBins cookie-signature@1.0.6
70215npm verb linkMans cookie-signature@1.0.6
70216npm info linkStuff depd@1.0.1
70217npm verb linkBins depd@1.0.1
70218npm verb linkMans depd@1.0.1
70219npm info linkStuff escape-html@1.0.2
70220npm verb linkBins escape-html@1.0.2
70221npm verb linkMans escape-html@1.0.2
70222npm info linkStuff fresh@0.3.0
70223npm verb linkBins fresh@0.3.0
70224npm verb linkMans fresh@0.3.0
70225npm info linkStuff media-typer@0.3.0
70226npm verb linkBins media-typer@0.3.0
70227npm verb linkMans media-typer@0.3.0
70228npm info linkStuff merge-descriptors@1.0.0
70229npm verb linkBins merge-descriptors@1.0.0
70230npm verb linkMans merge-descriptors@1.0.0
70231npm info linkStuff methods@1.1.1
70232npm verb linkBins methods@1.1.1
70233npm verb linkMans methods@1.1.1
70234npm info linkStuff mime@1.3.4
70235npm verb linkBins mime@1.3.4
70236npm verb link bins [ { mime: 'cli.js' },
70237npm verb link bins '/var/www/manticore.git/node_modules/node-inspector/node_modules/.bin',
70238npm verb link bins false ]
70239npm verb linkMans mime@1.3.4
70240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-inspector/node_modules/.bin/mime
70241npm info linkStuff mime-db@1.20.0
70242npm verb linkBins mime-db@1.20.0
70243npm verb linkMans mime-db@1.20.0
70244npm info linkStuff mime-types@2.1.8
70245npm verb linkBins mime-types@2.1.8
70246npm verb linkMans mime-types@2.1.8
70247npm info linkStuff minimatch@2.0.10
70248npm verb linkBins minimatch@2.0.10
70249npm verb linkMans minimatch@2.0.10
70250npm info linkStuff ms@0.7.1
70251npm verb linkBins ms@0.7.1
70252npm verb linkMans ms@0.7.1
70253npm info linkStuff debug@2.2.0
70254npm verb linkBins debug@2.2.0
70255npm verb linkMans debug@2.2.0
70256npm info linkStuff nan@1.0.0
70257npm verb linkBins nan@1.0.0
70258npm verb linkMans nan@1.0.0
70259npm info linkStuff negotiator@0.5.3
70260npm verb linkBins negotiator@0.5.3
70261npm verb linkMans negotiator@0.5.3
70262npm info linkStuff accepts@1.2.13
70263npm verb linkBins accepts@1.2.13
70264npm verb linkMans accepts@1.2.13
70265npm info linkStuff parseurl@1.3.0
70266npm verb linkBins parseurl@1.3.0
70267npm verb linkMans parseurl@1.3.0
70268npm info linkStuff path-to-regexp@0.1.7
70269npm verb linkBins path-to-regexp@0.1.7
70270npm verb linkMans path-to-regexp@0.1.7
70271npm info linkStuff qs@4.0.0
70272npm verb linkBins qs@4.0.0
70273npm verb linkMans qs@4.0.0
70274npm info linkStuff range-parser@1.0.3
70275npm verb linkBins range-parser@1.0.3
70276npm verb linkMans range-parser@1.0.3
70277npm info linkStuff semver@3.0.1
70278npm verb linkBins semver@3.0.1
70279npm verb link bins [ { semver: './bin/semver' },
70280npm verb link bins '/var/www/manticore.git/node_modules/node-inspector/node_modules/.bin',
70281npm verb link bins false ]
70282npm verb linkMans semver@3.0.1
70283npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-inspector/node_modules/.bin/semver
70284npm info linkStuff debug@2.2.0
70285npm verb linkBins debug@2.2.0
70286npm verb linkMans debug@2.2.0
70287npm info linkStuff serve-favicon@2.3.0
70288npm verb linkBins serve-favicon@2.3.0
70289npm verb linkMans serve-favicon@2.3.0
70290npm info linkStuff type-is@1.6.10
70291npm verb linkBins type-is@1.6.10
70292npm verb linkMans type-is@1.6.10
70293npm info linkStuff yargs@1.3.3
70294npm verb linkBins yargs@1.3.3
70295npm verb linkMans yargs@1.3.3
70296npm info linkStuff minimist@0.0.8
70297npm verb linkBins minimist@0.0.8
70298npm verb linkMans minimist@0.0.8
70299npm info linkStuff mkdirp@0.5.1
70300npm verb linkBins mkdirp@0.5.1
70301npm verb link bins [ { mkdirp: 'bin/cmd.js' },
70302npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin',
70303npm verb link bins false ]
70304npm verb linkMans mkdirp@0.5.1
70305npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin/mkdirp
70306npm info linkStuff abbrev@1.0.7
70307npm verb linkBins abbrev@1.0.7
70308npm verb linkMans abbrev@1.0.7
70309npm info linkStuff nopt@3.0.6
70310npm verb linkBins nopt@3.0.6
70311npm verb link bins [ { nopt: './bin/nopt.js' },
70312npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin',
70313npm verb link bins false ]
70314npm verb linkMans nopt@3.0.6
70315npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin/nopt
70316npm info linkStuff ansi@0.3.0
70317npm verb linkBins ansi@0.3.0
70318npm verb linkMans ansi@0.3.0
70319npm info linkStuff delegates@0.1.0
70320npm verb linkBins delegates@0.1.0
70321npm verb linkMans delegates@0.1.0
70322npm info linkStuff core-util-is@1.0.2
70323npm verb linkBins core-util-is@1.0.2
70324npm verb linkMans core-util-is@1.0.2
70325npm info linkStuff inherits@2.0.1
70326npm verb linkBins inherits@2.0.1
70327npm verb linkMans inherits@2.0.1
70328npm info linkStuff isarray@0.0.1
70329npm verb linkBins isarray@0.0.1
70330npm verb linkMans isarray@0.0.1
70331npm info linkStuff process-nextick-args@1.0.6
70332npm verb linkBins process-nextick-args@1.0.6
70333npm verb linkMans process-nextick-args@1.0.6
70334npm info linkStuff string_decoder@0.10.31
70335npm verb linkBins string_decoder@0.10.31
70336npm verb linkMans string_decoder@0.10.31
70337npm info linkStuff util-deprecate@1.0.2
70338npm verb linkBins util-deprecate@1.0.2
70339npm verb linkMans util-deprecate@1.0.2
70340npm info linkStuff readable-stream@2.0.5
70341npm verb linkBins readable-stream@2.0.5
70342npm verb linkMans readable-stream@2.0.5
70343npm info linkStuff are-we-there-yet@1.0.5
70344npm verb linkBins are-we-there-yet@1.0.5
70345npm verb linkMans are-we-there-yet@1.0.5
70346npm info linkStuff has-unicode@1.0.1
70347npm verb linkBins has-unicode@1.0.1
70348npm verb linkMans has-unicode@1.0.1
70349npm info linkStuff lodash._basetostring@3.0.1
70350npm verb linkBins lodash._basetostring@3.0.1
70351npm verb linkMans lodash._basetostring@3.0.1
70352npm info linkStuff lodash.repeat@3.0.1
70353npm verb linkBins lodash.repeat@3.0.1
70354npm verb linkMans lodash.repeat@3.0.1
70355npm info linkStuff lodash._createpadding@3.6.1
70356npm verb linkBins lodash._createpadding@3.6.1
70357npm verb linkMans lodash._createpadding@3.6.1
70358npm info linkStuff lodash.pad@3.1.1
70359npm verb linkBins lodash.pad@3.1.1
70360npm verb linkMans lodash.pad@3.1.1
70361npm info linkStuff lodash._basetostring@3.0.1
70362npm verb linkBins lodash._basetostring@3.0.1
70363npm verb linkMans lodash._basetostring@3.0.1
70364npm info linkStuff lodash.repeat@3.0.1
70365npm verb linkBins lodash.repeat@3.0.1
70366npm verb linkMans lodash.repeat@3.0.1
70367npm info linkStuff lodash._createpadding@3.6.1
70368npm verb linkBins lodash._createpadding@3.6.1
70369npm verb linkMans lodash._createpadding@3.6.1
70370npm info linkStuff lodash.padleft@3.1.1
70371npm verb linkBins lodash.padleft@3.1.1
70372npm verb linkMans lodash.padleft@3.1.1
70373npm info linkStuff lodash._basetostring@3.0.1
70374npm verb linkBins lodash._basetostring@3.0.1
70375npm verb linkMans lodash._basetostring@3.0.1
70376npm info linkStuff lodash.repeat@3.0.1
70377npm verb linkBins lodash.repeat@3.0.1
70378npm verb linkMans lodash.repeat@3.0.1
70379npm info linkStuff lodash._createpadding@3.6.1
70380npm verb linkBins lodash._createpadding@3.6.1
70381npm verb linkMans lodash._createpadding@3.6.1
70382npm info linkStuff lodash.padright@3.1.1
70383npm verb linkBins lodash.padright@3.1.1
70384npm verb linkMans lodash.padright@3.1.1
70385npm info linkStuff gauge@1.2.2
70386npm verb linkBins gauge@1.2.2
70387npm verb linkMans gauge@1.2.2
70388npm info linkStuff npmlog@2.0.0
70389npm verb linkBins npmlog@2.0.0
70390npm verb linkMans npmlog@2.0.0
70391npm info linkStuff deep-extend@0.4.0
70392npm verb linkBins deep-extend@0.4.0
70393npm verb linkMans deep-extend@0.4.0
70394npm info linkStuff ini@1.3.4
70395npm verb linkBins ini@1.3.4
70396npm verb linkMans ini@1.3.4
70397npm info linkStuff minimist@1.2.0
70398npm verb linkBins minimist@1.2.0
70399npm verb linkMans minimist@1.2.0
70400npm info linkStuff strip-json-comments@1.0.4
70401npm verb linkBins strip-json-comments@1.0.4
70402npm verb link bins [ { 'strip-json-comments': 'cli.js' },
70403npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/rc/node_modules/.bin',
70404npm verb link bins false ]
70405npm verb linkMans strip-json-comments@1.0.4
70406npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/rc/node_modules/.bin/strip-json-comments
70407npm info linkStuff rc@1.1.5
70408npm verb linkBins rc@1.1.5
70409npm verb link bins [ { rc: './index.js' },
70410npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin',
70411npm verb link bins false ]
70412npm verb linkMans rc@1.1.5
70413npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin/rc
70414npm info linkStuff aws-sign2@0.6.0
70415npm verb linkBins aws-sign2@0.6.0
70416npm verb linkMans aws-sign2@0.6.0
70417npm info linkStuff core-util-is@1.0.2
70418npm verb linkBins core-util-is@1.0.2
70419npm verb linkMans core-util-is@1.0.2
70420npm info linkStuff inherits@2.0.1
70421npm verb linkBins inherits@2.0.1
70422npm verb linkMans inherits@2.0.1
70423npm info linkStuff isarray@0.0.1
70424npm verb linkBins isarray@0.0.1
70425npm verb linkMans isarray@0.0.1
70426npm info linkStuff process-nextick-args@1.0.6
70427npm verb linkBins process-nextick-args@1.0.6
70428npm verb linkMans process-nextick-args@1.0.6
70429npm info linkStuff string_decoder@0.10.31
70430npm verb linkBins string_decoder@0.10.31
70431npm verb linkMans string_decoder@0.10.31
70432npm info linkStuff util-deprecate@1.0.2
70433npm verb linkBins util-deprecate@1.0.2
70434npm verb linkMans util-deprecate@1.0.2
70435npm info linkStuff readable-stream@2.0.5
70436npm verb linkBins readable-stream@2.0.5
70437npm verb linkMans readable-stream@2.0.5
70438npm info linkStuff bl@1.0.0
70439npm verb linkBins bl@1.0.0
70440npm verb linkMans bl@1.0.0
70441npm info linkStuff caseless@0.11.0
70442npm verb linkBins caseless@0.11.0
70443npm verb linkMans caseless@0.11.0
70444npm info linkStuff delayed-stream@1.0.0
70445npm verb linkBins delayed-stream@1.0.0
70446npm verb linkMans delayed-stream@1.0.0
70447npm info linkStuff combined-stream@1.0.5
70448npm verb linkBins combined-stream@1.0.5
70449npm verb linkMans combined-stream@1.0.5
70450npm info linkStuff extend@3.0.0
70451npm verb linkBins extend@3.0.0
70452npm verb linkMans extend@3.0.0
70453npm info linkStuff forever-agent@0.6.1
70454npm verb linkBins forever-agent@0.6.1
70455npm verb linkMans forever-agent@0.6.1
70456npm info linkStuff async@1.5.0
70457npm verb linkBins async@1.5.0
70458npm verb linkMans async@1.5.0
70459npm info linkStuff ansi-styles@2.1.0
70460npm verb linkBins ansi-styles@2.1.0
70461npm verb linkMans ansi-styles@2.1.0
70462npm info linkStuff escape-string-regexp@1.0.3
70463npm verb linkBins escape-string-regexp@1.0.3
70464npm verb linkMans escape-string-regexp@1.0.3
70465npm info linkStuff ansi-regex@2.0.0
70466npm verb linkBins ansi-regex@2.0.0
70467npm verb linkMans ansi-regex@2.0.0
70468npm info linkStuff has-ansi@2.0.0
70469npm verb linkBins has-ansi@2.0.0
70470npm verb linkMans has-ansi@2.0.0
70471npm info linkStuff ansi-regex@2.0.0
70472npm verb linkBins ansi-regex@2.0.0
70473npm verb linkMans ansi-regex@2.0.0
70474npm info linkStuff strip-ansi@3.0.0
70475npm verb linkBins strip-ansi@3.0.0
70476npm verb linkMans strip-ansi@3.0.0
70477npm info linkStuff supports-color@2.0.0
70478npm verb linkBins supports-color@2.0.0
70479npm verb linkMans supports-color@2.0.0
70480npm info linkStuff chalk@1.1.1
70481npm verb linkBins chalk@1.1.1
70482npm verb linkMans chalk@1.1.1
70483npm info linkStuff graceful-readlink@1.0.1
70484npm verb linkBins graceful-readlink@1.0.1
70485npm verb linkMans graceful-readlink@1.0.1
70486npm info linkStuff commander@2.9.0
70487npm verb linkBins commander@2.9.0
70488npm verb linkMans commander@2.9.0
70489npm info linkStuff generate-function@2.0.0
70490npm verb linkBins generate-function@2.0.0
70491npm verb linkMans generate-function@2.0.0
70492npm info linkStuff is-property@1.0.2
70493npm verb linkBins is-property@1.0.2
70494npm verb linkMans is-property@1.0.2
70495npm info linkStuff generate-object-property@1.2.0
70496npm verb linkBins generate-object-property@1.2.0
70497npm verb linkMans generate-object-property@1.2.0
70498npm info linkStuff jsonpointer@2.0.0
70499npm verb linkBins jsonpointer@2.0.0
70500npm verb linkMans jsonpointer@2.0.0
70501npm info linkStuff xtend@4.0.1
70502npm verb linkBins xtend@4.0.1
70503npm verb linkMans xtend@4.0.1
70504npm info linkStuff is-my-json-valid@2.12.3
70505npm verb linkBins is-my-json-valid@2.12.3
70506npm verb linkMans is-my-json-valid@2.12.3
70507npm info linkStuff pinkie@2.0.1
70508npm verb linkBins pinkie@2.0.1
70509npm verb linkMans pinkie@2.0.1
70510npm info linkStuff pinkie-promise@2.0.0
70511npm verb linkBins pinkie-promise@2.0.0
70512npm verb linkMans pinkie-promise@2.0.0
70513npm info linkStuff har-validator@2.0.3
70514npm verb linkBins har-validator@2.0.3
70515npm verb link bins [ { 'har-validator': 'bin/har-validator' },
70516npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/request/node_modules/.bin',
70517npm verb link bins false ]
70518npm verb linkMans har-validator@2.0.3
70519npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/request/node_modules/.bin/har-validator
70520npm info linkStuff hoek@2.16.3
70521npm verb linkBins hoek@2.16.3
70522npm verb linkMans hoek@2.16.3
70523npm info linkStuff boom@2.10.1
70524npm verb linkBins boom@2.10.1
70525npm verb linkMans boom@2.10.1
70526npm info linkStuff cryptiles@2.0.5
70527npm verb linkBins cryptiles@2.0.5
70528npm verb linkMans cryptiles@2.0.5
70529npm info linkStuff sntp@1.0.9
70530npm verb linkBins sntp@1.0.9
70531npm verb linkMans sntp@1.0.9
70532npm info linkStuff hawk@3.1.2
70533npm verb linkBins hawk@3.1.2
70534npm verb linkMans hawk@3.1.2
70535npm info linkStuff assert-plus@0.1.5
70536npm verb linkBins assert-plus@0.1.5
70537npm verb linkMans assert-plus@0.1.5
70538npm info linkStuff extsprintf@1.0.2
70539npm verb linkBins extsprintf@1.0.2
70540npm verb linkMans extsprintf@1.0.2
70541npm info linkStuff json-schema@0.2.2
70542npm verb linkBins json-schema@0.2.2
70543npm verb linkMans json-schema@0.2.2
70544npm info linkStuff verror@1.3.6
70545npm verb linkBins verror@1.3.6
70546npm verb linkMans verror@1.3.6
70547npm info linkStuff jsprim@1.2.2
70548npm verb linkBins jsprim@1.2.2
70549npm verb linkMans jsprim@1.2.2
70550npm info linkStuff asn1@0.2.3
70551npm verb linkBins asn1@0.2.3
70552npm verb linkMans asn1@0.2.3
70553npm info linkStuff assert-plus@0.2.0
70554npm verb linkBins assert-plus@0.2.0
70555npm verb linkMans assert-plus@0.2.0
70556npm info linkStuff assert-plus@0.1.5
70557npm verb linkBins assert-plus@0.1.5
70558npm verb linkMans assert-plus@0.1.5
70559npm info linkStuff dashdash@1.10.1
70560npm verb linkBins dashdash@1.10.1
70561npm verb linkMans dashdash@1.10.1
70562npm info linkStuff jsbn@0.1.0
70563npm verb linkBins jsbn@0.1.0
70564npm verb linkMans jsbn@0.1.0
70565npm info linkStuff jodid25519@1.0.2
70566npm verb linkBins jodid25519@1.0.2
70567npm verb linkMans jodid25519@1.0.2
70568npm info linkStuff ecc-jsbn@0.1.1
70569npm verb linkBins ecc-jsbn@0.1.1
70570npm verb linkMans ecc-jsbn@0.1.1
70571npm info linkStuff tweetnacl@0.13.2
70572npm verb linkBins tweetnacl@0.13.2
70573npm verb linkMans tweetnacl@0.13.2
70574npm info linkStuff sshpk@1.7.1
70575npm verb linkBins sshpk@1.7.1
70576npm verb link bins [ { 'sshpk-conv': 'bin/sshpk-conv' },
70577npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/.bin',
70578npm verb link bins false ]
70579npm verb linkMans sshpk@1.7.1
70580npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/.bin/sshpk-conv
70581npm info linkStuff http-signature@1.1.0
70582npm verb linkBins http-signature@1.1.0
70583npm verb linkMans http-signature@1.1.0
70584npm info linkStuff is-typedarray@1.0.0
70585npm verb linkBins is-typedarray@1.0.0
70586npm verb linkMans is-typedarray@1.0.0
70587npm info linkStuff isstream@0.1.2
70588npm verb linkBins isstream@0.1.2
70589npm verb linkMans isstream@0.1.2
70590npm info linkStuff json-stringify-safe@5.0.1
70591npm verb linkBins json-stringify-safe@5.0.1
70592npm verb linkMans json-stringify-safe@5.0.1
70593npm info linkStuff mime-db@1.20.0
70594npm verb linkBins mime-db@1.20.0
70595npm verb linkMans mime-db@1.20.0
70596npm info linkStuff mime-types@2.1.8
70597npm verb linkBins mime-types@2.1.8
70598npm verb linkMans mime-types@2.1.8
70599npm info linkStuff form-data@1.0.0-rc3
70600npm verb linkBins form-data@1.0.0-rc3
70601npm verb linkMans form-data@1.0.0-rc3
70602npm info linkStuff node-uuid@1.4.7
70603npm verb linkBins node-uuid@1.4.7
70604npm verb link bins [ { uuid: './bin/uuid' },
70605npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/request/node_modules/.bin',
70606npm verb link bins false ]
70607npm verb linkMans node-uuid@1.4.7
70608npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/request/node_modules/.bin/uuid
70609npm info linkStuff oauth-sign@0.8.0
70610npm verb linkBins oauth-sign@0.8.0
70611npm verb linkMans oauth-sign@0.8.0
70612npm info linkStuff qs@5.2.0
70613npm verb linkBins qs@5.2.0
70614npm verb linkMans qs@5.2.0
70615npm info linkStuff stringstream@0.0.5
70616npm verb linkBins stringstream@0.0.5
70617npm verb linkMans stringstream@0.0.5
70618npm info linkStuff tough-cookie@2.2.1
70619npm verb linkBins tough-cookie@2.2.1
70620npm verb linkMans tough-cookie@2.2.1
70621npm info linkStuff tunnel-agent@0.4.2
70622npm verb linkBins tunnel-agent@0.4.2
70623npm verb linkMans tunnel-agent@0.4.2
70624npm info linkStuff request@2.67.0
70625npm verb linkBins request@2.67.0
70626npm verb linkMans request@2.67.0
70627npm info linkStuff wrappy@1.0.1
70628npm verb linkBins wrappy@1.0.1
70629npm verb linkMans wrappy@1.0.1
70630npm info linkStuff inherits@2.0.1
70631npm verb linkBins inherits@2.0.1
70632npm verb linkMans inherits@2.0.1
70633npm info linkStuff balanced-match@0.3.0
70634npm verb linkBins balanced-match@0.3.0
70635npm verb linkMans balanced-match@0.3.0
70636npm info linkStuff concat-map@0.0.1
70637npm verb linkBins concat-map@0.0.1
70638npm verb linkMans concat-map@0.0.1
70639npm info linkStuff brace-expansion@1.1.2
70640npm verb linkBins brace-expansion@1.1.2
70641npm verb linkMans brace-expansion@1.1.2
70642npm info linkStuff minimatch@3.0.0
70643npm verb linkBins minimatch@3.0.0
70644npm verb linkMans minimatch@3.0.0
70645npm info linkStuff wrappy@1.0.1
70646npm verb linkBins wrappy@1.0.1
70647npm verb linkMans wrappy@1.0.1
70648npm info linkStuff once@1.3.3
70649npm verb linkBins once@1.3.3
70650npm verb linkMans once@1.3.3
70651npm info linkStuff inflight@1.0.4
70652npm verb linkBins inflight@1.0.4
70653npm verb linkMans inflight@1.0.4
70654npm info linkStuff path-is-absolute@1.0.0
70655npm verb linkBins path-is-absolute@1.0.0
70656npm verb linkMans path-is-absolute@1.0.0
70657npm info linkStuff glob@5.0.15
70658npm verb linkBins glob@5.0.15
70659npm verb linkMans glob@5.0.15
70660npm info linkStuff rimraf@2.4.4
70661npm verb linkBins rimraf@2.4.4
70662npm verb link bins [ { rimraf: './bin.js' },
70663npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin',
70664npm verb link bins false ]
70665npm verb linkMans rimraf@2.4.4
70666npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin/rimraf
70667npm info linkStuff semver@5.1.0
70668npm verb linkBins semver@5.1.0
70669npm verb link bins [ { semver: './bin/semver' },
70670npm verb link bins '/var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin',
70671npm verb link bins false ]
70672npm verb linkMans semver@5.1.0
70673npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/.bin/semver
70674npm info linkStuff debug@0.7.4
70675npm verb linkBins debug@0.7.4
70676npm verb linkMans debug@0.7.4
70677npm info linkStuff inherits@2.0.1
70678npm verb linkBins inherits@2.0.1
70679npm verb linkMans inherits@2.0.1
70680npm info linkStuff balanced-match@0.3.0
70681npm verb linkBins balanced-match@0.3.0
70682npm verb linkMans balanced-match@0.3.0
70683npm info linkStuff concat-map@0.0.1
70684npm verb linkBins concat-map@0.0.1
70685npm verb linkMans concat-map@0.0.1
70686npm info linkStuff brace-expansion@1.1.2
70687npm verb linkBins brace-expansion@1.1.2
70688npm verb linkMans brace-expansion@1.1.2
70689npm info linkStuff minimatch@3.0.0
70690npm verb linkBins minimatch@3.0.0
70691npm verb linkMans minimatch@3.0.0
70692npm info linkStuff graceful-fs@4.1.2
70693npm verb linkBins graceful-fs@4.1.2
70694npm verb linkMans graceful-fs@4.1.2
70695npm info linkStuff inherits@2.0.1
70696npm verb linkBins inherits@2.0.1
70697npm verb linkMans inherits@2.0.1
70698npm info linkStuff fstream@1.0.8
70699npm verb linkBins fstream@1.0.8
70700npm verb linkMans fstream@1.0.8
70701npm info linkStuff fstream-ignore@1.0.3
70702npm verb linkBins fstream-ignore@1.0.3
70703npm verb linkMans fstream-ignore@1.0.3
70704npm info linkStuff once@1.1.1
70705npm verb linkBins once@1.1.1
70706npm verb linkMans once@1.1.1
70707npm info linkStuff core-util-is@1.0.2
70708npm verb linkBins core-util-is@1.0.2
70709npm verb linkMans core-util-is@1.0.2
70710npm info linkStuff inherits@2.0.1
70711npm verb linkBins inherits@2.0.1
70712npm verb linkMans inherits@2.0.1
70713npm info linkStuff isarray@0.0.1
70714npm verb linkBins isarray@0.0.1
70715npm verb linkMans isarray@0.0.1
70716npm info linkStuff process-nextick-args@1.0.6
70717npm verb linkBins process-nextick-args@1.0.6
70718npm verb linkMans process-nextick-args@1.0.6
70719npm info linkStuff string_decoder@0.10.31
70720npm verb linkBins string_decoder@0.10.31
70721npm verb linkMans string_decoder@0.10.31
70722npm info linkStuff util-deprecate@1.0.2
70723npm verb linkBins util-deprecate@1.0.2
70724npm verb linkMans util-deprecate@1.0.2
70725npm info linkStuff readable-stream@2.0.5
70726npm verb linkBins readable-stream@2.0.5
70727npm verb linkMans readable-stream@2.0.5
70728npm info linkStuff uid-number@0.0.3
70729npm verb linkBins uid-number@0.0.3
70730npm verb linkMans uid-number@0.0.3
70731npm info linkStuff graceful-fs@4.1.2
70732npm verb linkBins graceful-fs@4.1.2
70733npm verb linkMans graceful-fs@4.1.2
70734npm info linkStuff inherits@2.0.1
70735npm verb linkBins inherits@2.0.1
70736npm verb linkMans inherits@2.0.1
70737npm info linkStuff fstream@1.0.8
70738npm verb linkBins fstream@1.0.8
70739npm verb linkMans fstream@1.0.8
70740npm info linkStuff block-stream@0.0.8
70741npm verb linkBins block-stream@0.0.8
70742npm verb linkMans block-stream@0.0.8
70743npm info linkStuff tar@2.2.1
70744npm verb linkBins tar@2.2.1
70745npm verb linkMans tar@2.2.1
70746npm info linkStuff tar-pack@3.1.2
70747npm verb linkBins tar-pack@3.1.2
70748npm verb linkMans tar-pack@3.1.2
70749npm info linkStuff node-pre-gyp@0.6.18
70750npm verb linkBins node-pre-gyp@0.6.18
70751npm verb link bins [ { 'node-pre-gyp': './bin/node-pre-gyp' },
70752npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70753npm verb link bins false ]
70754npm verb linkMans node-pre-gyp@0.6.18
70755npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/node-pre-gyp
70756npm info linkStuff node-uuid@1.3.3
70757npm verb linkBins node-uuid@1.3.3
70758npm verb linkMans node-uuid@1.3.3
70759npm info linkStuff ansi-styles@1.0.0
70760npm verb linkBins ansi-styles@1.0.0
70761npm verb linkMans ansi-styles@1.0.0
70762npm info linkStuff strip-ansi@0.1.1
70763npm verb linkBins strip-ansi@0.1.1
70764npm verb link bins [ { 'strip-ansi': 'cli.js' },
70765npm verb link bins '/var/www/manticore.git/node_modules/nodemon/node_modules/.bin',
70766npm verb link bins false ]
70767npm verb linkMans strip-ansi@0.1.1
70768npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/nodemon/node_modules/.bin/strip-ansi
70769npm info linkStuff chalk@0.4.0
70770npm verb linkBins chalk@0.4.0
70771npm verb linkMans chalk@0.4.0
70772npm info linkStuff nopt@2.1.1
70773npm verb linkBins nopt@2.1.1
70774npm verb link bins [ { nopt: './bin/nopt.js' },
70775npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70776npm verb link bins false ]
70777npm verb linkMans nopt@2.1.1
70778npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/nopt
70779npm info linkStuff nopt@2.0.0
70780npm verb linkBins nopt@2.0.0
70781npm verb link bins [ { nopt: './bin/nopt.js' },
70782npm verb link bins '/var/www/manticore.git/node_modules/noptify/node_modules/.bin',
70783npm verb link bins false ]
70784npm verb linkMans nopt@2.0.0
70785npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/noptify/node_modules/.bin/nopt
70786npm info linkStuff noptify@0.0.3
70787npm verb linkBins noptify@0.0.3
70788npm verb linkMans noptify@0.0.3
70789npm info linkStuff normalize-path@2.0.1
70790npm verb linkBins normalize-path@2.0.1
70791npm verb linkMans normalize-path@2.0.1
70792npm info linkStuff minimist@0.0.8
70793npm verb linkBins minimist@0.0.8
70794npm verb linkMans minimist@0.0.8
70795npm info linkStuff mkdirp@0.5.1
70796npm verb linkBins mkdirp@0.5.1
70797npm verb link bins [ { mkdirp: 'bin/cmd.js' },
70798npm verb link bins '/var/www/manticore.git/node_modules/npmconf/node_modules/.bin',
70799npm verb link bins false ]
70800npm verb linkMans mkdirp@0.5.1
70801npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/npmconf/node_modules/.bin/mkdirp
70802npm info linkStuff nopt@3.0.6
70803npm verb linkBins nopt@3.0.6
70804npm verb link bins [ { nopt: './bin/nopt.js' },
70805npm verb link bins '/var/www/manticore.git/node_modules/npmconf/node_modules/.bin',
70806npm verb link bins false ]
70807npm verb linkMans nopt@3.0.6
70808npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/npmconf/node_modules/.bin/nopt
70809npm info linkStuff nth-check@1.0.1
70810npm verb linkBins nth-check@1.0.1
70811npm verb linkMans nth-check@1.0.1
70812npm info linkStuff CSSselect@0.7.0
70813npm verb linkBins CSSselect@0.7.0
70814npm verb linkMans CSSselect@0.7.0
70815npm info linkStuff cheerio-select@0.0.3
70816npm verb linkBins cheerio-select@0.0.3
70817npm verb linkMans cheerio-select@0.0.3
70818npm info linkStuff number-is-nan@1.0.0
70819npm verb linkBins number-is-nan@1.0.0
70820npm verb linkMans number-is-nan@1.0.0
70821npm info linkStuff is-finite@1.0.1
70822npm verb linkBins is-finite@1.0.1
70823npm verb linkMans is-finite@1.0.1
70824npm info linkStuff oauth-sign@0.8.0
70825npm verb linkBins oauth-sign@0.8.0
70826npm verb linkMans oauth-sign@0.8.0
70827npm info linkStuff object-assign@1.0.0
70828npm verb linkBins object-assign@1.0.0
70829npm verb linkMans object-assign@1.0.0
70830npm info linkStuff object-component@0.0.3
70831npm verb linkBins object-component@0.0.3
70832npm verb linkMans object-component@0.0.3
70833npm info linkStuff object-keys@1.0.1
70834npm verb linkBins object-keys@1.0.1
70835npm verb linkMans object-keys@1.0.1
70836npm info linkStuff object.omit@2.0.0
70837npm verb linkBins object.omit@2.0.0
70838npm verb linkMans object.omit@2.0.0
70839npm info linkStuff on-finished@2.3.0
70840npm verb linkBins on-finished@2.3.0
70841npm verb linkMans on-finished@2.3.0
70842npm info linkStuff on-headers@1.0.1
70843npm verb linkBins on-headers@1.0.1
70844npm verb linkMans on-headers@1.0.1
70845npm info linkStuff morgan@1.6.1
70846npm verb linkBins morgan@1.6.1
70847npm verb linkMans morgan@1.6.1
70848npm info linkStuff open@0.0.5
70849npm verb linkBins open@0.0.5
70850npm verb linkMans open@0.0.5
70851npm info linkStuff grunt-open@0.2.3
70852npm verb linkBins grunt-open@0.2.3
70853npm verb link bins [ { 'grunt-open': 'bin/grunt-open' },
70854npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70855npm verb link bins false ]
70856npm verb linkMans grunt-open@0.2.3
70857npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/grunt-open
70858npm info linkStuff opn@1.0.2
70859npm verb linkBins opn@1.0.2
70860npm verb link bins [ { opn: 'cli.js' },
70861npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70862npm verb link bins false ]
70863npm verb linkMans opn@1.0.2
70864npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/opn
70865npm info linkStuff options@0.0.6
70866npm verb linkBins options@0.0.6
70867npm verb linkMans options@0.0.6
70868npm info linkStuff ordered-esprima-props@1.0.0
70869npm verb linkBins ordered-esprima-props@1.0.0
70870npm verb linkMans ordered-esprima-props@1.0.0
70871npm info linkStuff ordered-ast-traverse@0.1.1
70872npm verb linkBins ordered-ast-traverse@0.1.1
70873npm verb linkMans ordered-ast-traverse@0.1.1
70874npm info linkStuff os-homedir@1.0.1
70875npm verb linkBins os-homedir@1.0.1
70876npm verb linkMans os-homedir@1.0.1
70877npm info linkStuff osenv@0.1.0
70878npm verb linkBins osenv@0.1.0
70879npm verb linkMans osenv@0.1.0
70880npm info linkStuff osx-release@1.1.0
70881npm verb linkBins osx-release@1.1.0
70882npm verb link bins [ { 'osx-release': 'cli.js' },
70883npm verb link bins '/var/www/manticore.git/node_modules/.bin',
70884npm verb link bins false ]
70885npm verb linkMans osx-release@1.1.0
70886npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/osx-release
70887npm info linkStuff object-assign@0.3.1
70888npm verb linkBins object-assign@0.3.1
70889npm verb linkMans object-assign@0.3.1
70890npm info linkStuff got@0.3.0
70891npm verb linkBins got@0.3.0
70892npm verb linkMans got@0.3.0
70893npm info linkStuff pad-stdio@0.1.1
70894npm verb linkBins pad-stdio@0.1.1
70895npm verb linkMans pad-stdio@0.1.1
70896npm info linkStuff grunt-concurrent@0.5.0
70897npm verb linkBins grunt-concurrent@0.5.0
70898npm verb linkMans grunt-concurrent@0.5.0
70899npm info linkStuff parse-glob@3.0.4
70900npm verb linkBins parse-glob@3.0.4
70901npm verb linkMans parse-glob@3.0.4
70902npm info linkStuff parse-json@2.2.0
70903npm verb linkBins parse-json@2.2.0
70904npm verb linkMans parse-json@2.2.0
70905npm info linkStuff parsejson@0.0.1
70906npm verb linkBins parsejson@0.0.1
70907npm verb linkMans parsejson@0.0.1
70908npm info linkStuff parseqs@0.0.2
70909npm verb linkBins parseqs@0.0.2
70910npm verb linkMans parseqs@0.0.2
70911npm info linkStuff parseuri@0.0.2
70912npm verb linkBins parseuri@0.0.2
70913npm verb linkMans parseuri@0.0.2
70914npm info linkStuff parseurl@1.0.1
70915npm verb linkBins parseurl@1.0.1
70916npm verb linkMans parseurl@1.0.1
70917npm info linkStuff passport-strategy@1.0.0
70918npm verb linkBins passport-strategy@1.0.0
70919npm verb linkMans passport-strategy@1.0.0
70920npm info linkStuff path-is-absolute@1.0.0
70921npm verb linkBins path-is-absolute@1.0.0
70922npm verb linkMans path-is-absolute@1.0.0
70923npm info linkStuff path-to-regexp@0.1.2
70924npm verb linkBins path-to-regexp@0.1.2
70925npm verb linkMans path-to-regexp@0.1.2
70926npm info linkStuff graceful-fs@4.1.2
70927npm verb linkBins graceful-fs@4.1.2
70928npm verb linkMans graceful-fs@4.1.2
70929npm info linkStuff pause@0.0.1
70930npm verb linkBins pause@0.0.1
70931npm verb linkMans pause@0.0.1
70932npm info linkStuff adm-zip@0.4.4
70933npm verb linkBins adm-zip@0.4.4
70934npm verb linkMans adm-zip@0.4.4
70935npm info linkStuff asn1@0.1.11
70936npm verb linkBins asn1@0.1.11
70937npm verb linkMans asn1@0.1.11
70938npm info linkStuff assert-plus@0.1.5
70939npm verb linkBins assert-plus@0.1.5
70940npm verb linkMans assert-plus@0.1.5
70941npm info linkStuff async@0.9.2
70942npm verb linkBins async@0.9.2
70943npm verb linkMans async@0.9.2
70944npm info linkStuff caseless@0.6.0
70945npm verb linkBins caseless@0.6.0
70946npm verb linkMans caseless@0.6.0
70947npm info linkStuff delayed-stream@0.0.5
70948npm verb linkBins delayed-stream@0.0.5
70949npm verb linkMans delayed-stream@0.0.5
70950npm info linkStuff combined-stream@0.0.7
70951npm verb linkBins combined-stream@0.0.7
70952npm verb linkMans combined-stream@0.0.7
70953npm info linkStuff forever-agent@0.5.2
70954npm verb linkBins forever-agent@0.5.2
70955npm verb linkMans forever-agent@0.5.2
70956npm info linkStuff form-data@0.1.4
70957npm verb linkBins form-data@0.1.4
70958npm verb linkMans form-data@0.1.4
70959npm info linkStuff graceful-fs@4.1.2
70960npm verb linkBins graceful-fs@4.1.2
70961npm verb linkMans graceful-fs@4.1.2
70962npm info linkStuff hoek@0.9.1
70963npm verb linkBins hoek@0.9.1
70964npm verb linkMans hoek@0.9.1
70965npm info linkStuff boom@0.4.2
70966npm verb linkBins boom@0.4.2
70967npm verb linkMans boom@0.4.2
70968npm info linkStuff cryptiles@0.2.2
70969npm verb linkBins cryptiles@0.2.2
70970npm verb linkMans cryptiles@0.2.2
70971npm info linkStuff http-signature@0.10.1
70972npm verb linkBins http-signature@0.10.1
70973npm verb linkMans http-signature@0.10.1
70974npm info linkStuff jsonfile@2.2.3
70975npm verb linkBins jsonfile@2.2.3
70976npm verb linkMans jsonfile@2.2.3
70977npm info linkStuff minimist@0.0.8
70978npm verb linkBins minimist@0.0.8
70979npm verb linkMans minimist@0.0.8
70980npm info linkStuff mkdirp@0.5.1
70981npm verb linkBins mkdirp@0.5.1
70982npm verb link bins [ { mkdirp: 'bin/cmd.js' },
70983npm verb link bins '/var/www/manticore.git/node_modules/phantomjs/node_modules/.bin',
70984npm verb link bins false ]
70985npm verb linkMans mkdirp@0.5.1
70986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/phantomjs/node_modules/.bin/mkdirp
70987npm info linkStuff node-uuid@1.4.7
70988npm verb linkBins node-uuid@1.4.7
70989npm verb link bins [ { uuid: './bin/uuid' },
70990npm verb link bins '/var/www/manticore.git/node_modules/phantomjs/node_modules/.bin',
70991npm verb link bins false ]
70992npm verb linkMans node-uuid@1.4.7
70993npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/phantomjs/node_modules/.bin/uuid
70994npm info linkStuff nopt@3.0.6
70995npm verb linkBins nopt@3.0.6
70996npm verb link bins [ { nopt: './bin/nopt.js' },
70997npm verb link bins '/var/www/manticore.git/node_modules/phantomjs/node_modules/.bin',
70998npm verb link bins false ]
70999npm verb linkMans nopt@3.0.6
71000npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/phantomjs/node_modules/.bin/nopt
71001npm info linkStuff oauth-sign@0.4.0
71002npm verb linkBins oauth-sign@0.4.0
71003npm verb linkMans oauth-sign@0.4.0
71004npm info linkStuff qs@1.2.2
71005npm verb linkBins qs@1.2.2
71006npm verb linkMans qs@1.2.2
71007npm info linkStuff sntp@0.2.4
71008npm verb linkBins sntp@0.2.4
71009npm verb linkMans sntp@0.2.4
71010npm info linkStuff hawk@1.1.1
71011npm verb linkBins hawk@1.1.1
71012npm verb linkMans hawk@1.1.1
71013npm info linkStuff pify@2.3.0
71014npm verb linkBins pify@2.3.0
71015npm verb linkMans pify@2.3.0
71016npm info linkStuff pinkie@2.0.1
71017npm verb linkBins pinkie@2.0.1
71018npm verb linkMans pinkie@2.0.1
71019npm info linkStuff pinkie-promise@2.0.0
71020npm verb linkBins pinkie-promise@2.0.0
71021npm verb linkMans pinkie-promise@2.0.0
71022npm info linkStuff path-type@1.1.0
71023npm verb linkBins path-type@1.1.0
71024npm verb linkMans path-type@1.1.0
71025npm info linkStuff path-exists@2.1.0
71026npm verb linkBins path-exists@2.1.0
71027npm verb linkMans path-exists@2.1.0
71028npm info linkStuff find-up@1.1.0
71029npm verb linkBins find-up@1.1.0
71030npm verb linkMans find-up@1.1.0
71031npm info linkStuff pkginfo@0.2.3
71032npm verb linkBins pkginfo@0.2.3
71033npm verb linkMans pkginfo@0.2.3
71034npm info linkStuff passport@0.1.18
71035npm verb linkBins passport@0.1.18
71036npm verb linkMans passport@0.1.18
71037npm info linkStuff policyfile@0.0.4
71038npm verb linkBins policyfile@0.0.4
71039npm verb linkMans policyfile@0.0.4
71040npm info linkStuff assert-plus@0.1.5
71041npm verb linkBins assert-plus@0.1.5
71042npm verb linkMans assert-plus@0.1.5
71043npm info linkStuff dtrace-provider@0.2.8
71044npm verb linkBins dtrace-provider@0.2.8
71045npm verb linkMans dtrace-provider@0.2.8
71046npm info linkStuff extsprintf@1.0.0
71047npm verb linkBins extsprintf@1.0.0
71048npm verb linkMans extsprintf@1.0.0
71049npm info linkStuff mv@0.0.5
71050npm verb linkBins mv@0.0.5
71051npm verb linkMans mv@0.0.5
71052npm info linkStuff bunyan@0.22.1
71053npm verb linkBins bunyan@0.22.1
71054npm verb link bins [ { bunyan: './bin/bunyan' },
71055npm verb link bins '/var/www/manticore.git/node_modules/pooling/node_modules/.bin',
71056npm verb link bins false ]
71057npm verb linkMans bunyan@0.22.1
71058npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/pooling/node_modules/.bin/bunyan
71059npm info linkStuff once@1.3.0
71060npm verb linkBins once@1.3.0
71061npm verb linkMans once@1.3.0
71062npm info linkStuff verror@1.1.0
71063npm verb linkBins verror@1.1.0
71064npm verb linkMans verror@1.1.0
71065npm info linkStuff vasync@1.4.0
71066npm verb linkBins vasync@1.4.0
71067npm verb linkMans vasync@1.4.0
71068npm info linkStuff pooling@0.4.6
71069npm verb linkBins pooling@0.4.6
71070npm verb linkMans pooling@0.4.6
71071npm info linkStuff ldapjs@0.7.1
71072npm verb linkBins ldapjs@0.7.1
71073npm verb link bins [ { 'ldapjs-add': 'bin/ldapjs-add',
71074npm verb link bins 'ldapjs-compare': 'bin/ldapjs-compare',
71075npm verb link bins 'ldapjs-delete': 'bin/ldapjs-delete',
71076npm verb link bins 'ldapjs-modify': 'bin/ldapjs-modify',
71077npm verb link bins 'ldapjs-search': 'bin/ldapjs-search' },
71078npm verb link bins '/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin',
71079npm verb link bins false ]
71080npm verb linkMans ldapjs@0.7.1
71081npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/ldapjs-add
71082npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/ldapjs-compare
71083npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/ldapjs-delete
71084npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/ldapjs-modify
71085npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin/ldapjs-search
71086npm info linkStuff ldapauth-fork@2.3.3
71087npm verb linkBins ldapauth-fork@2.3.3
71088npm verb linkMans ldapauth-fork@2.3.3
71089npm info linkStuff precond@0.2.3
71090npm verb linkBins precond@0.2.3
71091npm verb linkMans precond@0.2.3
71092npm info linkStuff backoff@2.4.1
71093npm verb linkBins backoff@2.4.1
71094npm verb linkMans backoff@2.4.1
71095npm info linkStuff preserve@0.2.0
71096npm verb linkBins preserve@0.2.0
71097npm verb linkMans preserve@0.2.0
71098npm info linkStuff pretty-bytes@0.1.2
71099npm verb linkBins pretty-bytes@0.1.2
71100npm verb link bins [ { 'pretty-bytes': 'cli.js' },
71101npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71102npm verb link bins false ]
71103npm verb linkMans pretty-bytes@0.1.2
71104npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/pretty-bytes
71105npm info linkStuff grunt-contrib-htmlmin@0.2.0
71106npm verb linkBins grunt-contrib-htmlmin@0.2.0
71107npm verb linkMans grunt-contrib-htmlmin@0.2.0
71108npm info linkStuff pretty-ms@0.1.0
71109npm verb linkBins pretty-ms@0.1.0
71110npm verb link bins [ { 'pretty-ms': 'cli.js' },
71111npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71112npm verb link bins false ]
71113npm verb linkMans pretty-ms@0.1.0
71114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/pretty-ms
71115npm info linkStuff process-nextick-args@1.0.6
71116npm verb linkBins process-nextick-args@1.0.6
71117npm verb linkMans process-nextick-args@1.0.6
71118npm info linkStuff progress@1.1.8
71119npm verb linkBins progress@1.1.8
71120npm verb linkMans progress@1.1.8
71121npm info linkStuff promise@2.0.0
71122npm verb linkBins promise@2.0.0
71123npm verb linkMans promise@2.0.0
71124npm info linkStuff propprop@0.3.0
71125npm verb linkBins propprop@0.3.0
71126npm verb linkMans propprop@0.3.0
71127npm info linkStuff proto-list@1.2.4
71128npm verb linkBins proto-list@1.2.4
71129npm verb linkMans proto-list@1.2.4
71130npm info linkStuff config-chain@1.1.9
71131npm verb linkBins config-chain@1.1.9
71132npm verb linkMans config-chain@1.1.9
71133npm info linkStuff adm-zip@0.4.4
71134npm verb linkBins adm-zip@0.4.4
71135npm verb linkMans adm-zip@0.4.4
71136npm info linkStuff asn1@0.1.11
71137npm verb linkBins asn1@0.1.11
71138npm verb linkMans asn1@0.1.11
71139npm info linkStuff assert-plus@0.1.5
71140npm verb linkBins assert-plus@0.1.5
71141npm verb linkMans assert-plus@0.1.5
71142npm info linkStuff async@0.9.2
71143npm verb linkBins async@0.9.2
71144npm verb linkMans async@0.9.2
71145npm info linkStuff delayed-stream@0.0.5
71146npm verb linkBins delayed-stream@0.0.5
71147npm verb linkMans delayed-stream@0.0.5
71148npm info linkStuff combined-stream@0.0.7
71149npm verb linkBins combined-stream@0.0.7
71150npm verb linkMans combined-stream@0.0.7
71151npm info linkStuff forever-agent@0.5.2
71152npm verb linkBins forever-agent@0.5.2
71153npm verb linkMans forever-agent@0.5.2
71154npm info linkStuff form-data@0.1.4
71155npm verb linkBins form-data@0.1.4
71156npm verb linkMans form-data@0.1.4
71157npm info linkStuff hoek@0.9.1
71158npm verb linkBins hoek@0.9.1
71159npm verb linkMans hoek@0.9.1
71160npm info linkStuff boom@0.4.2
71161npm verb linkBins boom@0.4.2
71162npm verb linkMans boom@0.4.2
71163npm info linkStuff cryptiles@0.2.2
71164npm verb linkBins cryptiles@0.2.2
71165npm verb linkMans cryptiles@0.2.2
71166npm info linkStuff http-signature@0.10.1
71167npm verb linkBins http-signature@0.10.1
71168npm verb linkMans http-signature@0.10.1
71169npm info linkStuff minimist@0.0.10
71170npm verb linkBins minimist@0.0.10
71171npm verb linkMans minimist@0.0.10
71172npm info linkStuff node-uuid@1.4.7
71173npm verb linkBins node-uuid@1.4.7
71174npm verb link bins [ { uuid: './bin/uuid' },
71175npm verb link bins '/var/www/manticore.git/node_modules/protractor/node_modules/.bin',
71176npm verb link bins false ]
71177npm verb linkMans node-uuid@1.4.7
71178npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/protractor/node_modules/.bin/uuid
71179npm info linkStuff oauth-sign@0.3.0
71180npm verb linkBins oauth-sign@0.3.0
71181npm verb linkMans oauth-sign@0.3.0
71182npm info linkStuff q@1.0.0
71183npm verb linkBins q@1.0.0
71184npm verb linkMans q@1.0.0
71185npm info linkStuff sntp@0.2.4
71186npm verb linkBins sntp@0.2.4
71187npm verb linkMans sntp@0.2.4
71188npm info linkStuff hawk@1.0.0
71189npm verb linkBins hawk@1.0.0
71190npm verb linkMans hawk@1.0.0
71191npm info linkStuff proxy-addr@1.0.10
71192npm verb linkBins proxy-addr@1.0.10
71193npm verb linkMans proxy-addr@1.0.10
71194npm info linkStuff once@1.2.0
71195npm verb linkBins once@1.2.0
71196npm verb linkMans once@1.2.0
71197npm info linkStuff punycode@1.4.0
71198npm verb linkBins punycode@1.4.0
71199npm verb linkMans punycode@1.4.0
71200npm info linkStuff tough-cookie@0.12.1
71201npm verb linkBins tough-cookie@0.12.1
71202npm verb linkMans tough-cookie@0.12.1
71203npm info linkStuff q@0.9.7
71204npm verb linkBins q@0.9.7
71205npm verb linkMans q@0.9.7
71206npm info linkStuff p-throttler@0.1.0
71207npm verb linkBins p-throttler@0.1.0
71208npm verb linkMans p-throttler@0.1.0
71209npm info linkStuff coa@0.4.1
71210npm verb linkBins coa@0.4.1
71211npm verb linkMans coa@0.4.1
71212npm info linkStuff qs@0.6.6
71213npm verb linkBins qs@0.6.6
71214npm verb linkMans qs@0.6.6
71215npm info linkStuff randomatic@1.1.5
71216npm verb linkBins randomatic@1.1.5
71217npm verb linkMans randomatic@1.1.5
71218npm info linkStuff range-parser@1.0.0
71219npm verb linkBins range-parser@1.0.0
71220npm verb linkMans range-parser@1.0.0
71221npm info linkStuff raw-body@1.3.0
71222npm verb linkBins raw-body@1.3.0
71223npm verb linkMans raw-body@1.3.0
71224npm info linkStuff minimist@0.0.10
71225npm verb linkBins minimist@0.0.10
71226npm verb linkMans minimist@0.0.10
71227npm info linkStuff strip-json-comments@0.1.3
71228npm verb linkBins strip-json-comments@0.1.3
71229npm verb link bins [ { 'strip-json-comments': 'cli.js' },
71230npm verb link bins '/var/www/manticore.git/node_modules/rc/node_modules/.bin',
71231npm verb link bins false ]
71232npm verb linkMans strip-json-comments@0.1.3
71233npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/rc/node_modules/.bin/strip-json-comments
71234npm info linkStuff rc@0.5.5
71235npm verb linkBins rc@0.5.5
71236npm verb link bins [ { rc: './index.js' },
71237npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71238npm verb link bins false ]
71239npm verb linkMans rc@0.5.5
71240npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/rc
71241npm info linkStuff read@1.0.7
71242npm verb linkBins read@1.0.7
71243npm verb linkMans read@1.0.7
71244npm info linkStuff promptly@0.2.0
71245npm verb linkBins promptly@0.2.0
71246npm verb linkMans promptly@0.2.0
71247npm info linkStuff read-chunk@0.1.0
71248npm verb linkBins read-chunk@0.1.0
71249npm verb linkMans read-chunk@0.1.0
71250npm info linkStuff image-type@0.1.4
71251npm verb linkBins image-type@0.1.4
71252npm verb link bins [ { 'image-type': 'cli.js' },
71253npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71254npm verb link bins false ]
71255npm verb linkMans image-type@0.1.4
71256npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/image-type
71257npm info linkStuff readdirp@0.2.5
71258npm verb linkBins readdirp@0.2.5
71259npm verb linkMans readdirp@0.2.5
71260npm info linkStuff monocle@1.1.51
71261npm verb linkBins monocle@1.1.51
71262npm verb linkMans monocle@1.1.51
71263npm info linkStuff monocle@0.1.48
71264npm verb linkBins monocle@0.1.48
71265npm verb linkMans monocle@0.1.48
71266npm info linkStuff ansi-regex@1.1.1
71267npm verb linkBins ansi-regex@1.1.1
71268npm verb linkMans ansi-regex@1.1.1
71269npm info linkStuff strip-ansi@2.0.1
71270npm verb linkBins strip-ansi@2.0.1
71271npm verb link bins [ { 'strip-ansi': 'cli.js' },
71272npm verb link bins '/var/www/manticore.git/node_modules/readline2/node_modules/.bin',
71273npm verb link bins false ]
71274npm verb linkMans strip-ansi@2.0.1
71275npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/readline2/node_modules/.bin/strip-ansi
71276npm info linkStuff readline2@0.1.1
71277npm verb linkBins readline2@0.1.1
71278npm verb linkMans readline2@0.1.1
71279npm info linkStuff repeating@2.0.0
71280npm verb linkBins repeating@2.0.0
71281npm verb linkMans repeating@2.0.0
71282npm info linkStuff indent-string@2.1.0
71283npm verb linkBins indent-string@2.1.0
71284npm verb linkMans indent-string@2.1.0
71285npm info linkStuff redeyed@0.4.4
71286npm verb linkBins redeyed@0.4.4
71287npm verb linkMans redeyed@0.4.4
71288npm info linkStuff cardinal@0.4.0
71289npm verb linkBins cardinal@0.4.0
71290npm verb link bins [ { cdl: './bin/cdl.js' },
71291npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71292npm verb link bins false ]
71293npm verb linkMans cardinal@0.4.0
71294npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/cdl
71295npm info linkStuff redis@0.7.3
71296npm verb linkBins redis@0.7.3
71297npm verb linkMans redis@0.7.3
71298npm info linkStuff reduce-component@1.0.1
71299npm verb linkBins reduce-component@1.0.1
71300npm verb linkMans reduce-component@1.0.1
71301npm info linkStuff regex-cache@0.4.2
71302npm verb linkBins regex-cache@0.4.2
71303npm verb linkMans regex-cache@0.4.2
71304npm info linkStuff regexp-clone@0.0.1
71305npm verb linkBins regexp-clone@0.0.1
71306npm verb linkMans regexp-clone@0.0.1
71307npm info linkStuff regexp-quote@0.0.0
71308npm verb linkBins regexp-quote@0.0.0
71309npm verb linkMans regexp-quote@0.0.0
71310npm info linkStuff relateurl@0.2.6
71311npm verb linkBins relateurl@0.2.6
71312npm verb linkMans relateurl@0.2.6
71313npm info linkStuff repeat-element@1.1.2
71314npm verb linkBins repeat-element@1.1.2
71315npm verb linkMans repeat-element@1.1.2
71316npm info linkStuff repeat-string@1.5.2
71317npm verb linkBins repeat-string@1.5.2
71318npm verb linkMans repeat-string@1.5.2
71319npm info linkStuff fill-range@2.2.3
71320npm verb linkBins fill-range@2.2.3
71321npm verb linkMans fill-range@2.2.3
71322npm info linkStuff expand-range@1.8.1
71323npm verb linkBins expand-range@1.8.1
71324npm verb linkMans expand-range@1.8.1
71325npm info linkStuff braces@1.8.3
71326npm verb linkBins braces@1.8.3
71327npm verb linkMans braces@1.8.3
71328npm info linkStuff repeating@1.1.3
71329npm verb linkBins repeating@1.1.3
71330npm verb link bins [ { repeating: 'cli.js' },
71331npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71332npm verb link bins false ]
71333npm verb linkMans repeating@1.1.3
71334npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/repeating
71335npm info linkStuff indent-string@1.2.2
71336npm verb linkBins indent-string@1.2.2
71337npm verb link bins [ { 'indent-string': 'cli.js' },
71338npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71339npm verb link bins false ]
71340npm verb linkMans indent-string@1.2.2
71341npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/indent-string
71342npm info linkStuff meow@2.0.0
71343npm verb linkBins meow@2.0.0
71344npm verb linkMans meow@2.0.0
71345npm info linkStuff mime-db@1.20.0
71346npm verb linkBins mime-db@1.20.0
71347npm verb linkMans mime-db@1.20.0
71348npm info linkStuff mime-types@2.1.8
71349npm verb linkBins mime-types@2.1.8
71350npm verb linkMans mime-types@2.1.8
71351npm info linkStuff node-uuid@1.4.7
71352npm verb linkBins node-uuid@1.4.7
71353npm verb link bins [ { uuid: './bin/uuid' },
71354npm verb link bins '/var/www/manticore.git/node_modules/request/node_modules/.bin',
71355npm verb link bins false ]
71356npm verb linkMans node-uuid@1.4.7
71357npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/request/node_modules/.bin/uuid
71358npm info linkStuff qs@4.0.0
71359npm verb linkBins qs@4.0.0
71360npm verb linkMans qs@4.0.0
71361npm info linkStuff requirejs@2.1.22
71362npm verb linkBins requirejs@2.1.22
71363npm verb link bins [ { 'r.js': './bin/r.js' },
71364npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71365npm verb link bins false ]
71366npm verb linkMans requirejs@2.1.22
71367npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/r.js
71368npm info linkStuff depd@1.0.1
71369npm verb linkBins depd@1.0.1
71370npm verb linkMans depd@1.0.1
71371npm info linkStuff response-time@2.3.1
71372npm verb linkBins response-time@2.3.1
71373npm verb linkMans response-time@2.3.1
71374npm info linkStuff retry@0.6.0
71375npm verb linkBins retry@0.6.0
71376npm verb linkMans retry@0.6.0
71377npm info linkStuff request-replay@0.2.0
71378npm verb linkBins request-replay@0.2.0
71379npm verb linkMans request-replay@0.2.0
71380npm info linkStuff rndm@1.1.1
71381npm verb linkBins rndm@1.1.1
71382npm verb linkMans rndm@1.1.1
71383npm info linkStuff rx@2.5.3
71384npm verb linkBins rx@2.5.3
71385npm verb linkMans rx@2.5.3
71386npm info linkStuff safe-json-stringify@1.0.3
71387npm verb linkBins safe-json-stringify@1.0.3
71388npm verb linkMans safe-json-stringify@1.0.3
71389npm info linkStuff saucelabs@0.1.1
71390npm verb linkBins saucelabs@0.1.1
71391npm verb linkMans saucelabs@0.1.1
71392npm info linkStuff sax@0.6.1
71393npm verb linkBins sax@0.6.1
71394npm verb linkMans sax@0.6.1
71395npm info linkStuff scmp@1.0.0
71396npm verb linkBins scmp@1.0.0
71397npm verb linkMans scmp@1.0.0
71398npm info linkStuff adm-zip@0.4.4
71399npm verb linkBins adm-zip@0.4.4
71400npm verb linkMans adm-zip@0.4.4
71401npm info linkStuff tmp@0.0.24
71402npm verb linkBins tmp@0.0.24
71403npm verb linkMans tmp@0.0.24
71404npm info linkStuff semver@2.3.2
71405npm verb linkBins semver@2.3.2
71406npm verb link bins [ { semver: './bin/semver' },
71407npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71408npm verb link bins false ]
71409npm verb linkMans semver@2.3.2
71410npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/semver
71411npm info linkStuff semver-diff@0.1.0
71412npm verb linkBins semver-diff@0.1.0
71413npm verb linkMans semver-diff@0.1.0
71414npm info linkStuff semver-utils@1.1.1
71415npm verb linkBins semver-utils@1.1.1
71416npm verb linkMans semver-utils@1.1.1
71417npm info linkStuff bower@1.7.1
71418npm verb linkBins bower@1.7.1
71419npm verb link bins [ { bower: 'bin/bower' },
71420npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71421npm verb link bins false ]
71422npm verb linkMans bower@1.7.1
71423npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/bower
71424npm info linkStuff send@0.2.0
71425npm verb linkBins send@0.2.0
71426npm verb linkMans send@0.2.0
71427npm info linkStuff sentence-case@1.1.3
71428npm verb linkBins sentence-case@1.1.3
71429npm verb linkMans sentence-case@1.1.3
71430npm info linkStuff path-case@1.1.2
71431npm verb linkBins path-case@1.1.2
71432npm verb linkMans path-case@1.1.2
71433npm info linkStuff param-case@1.1.2
71434npm verb linkBins param-case@1.1.2
71435npm verb linkMans param-case@1.1.2
71436npm info linkStuff dot-case@1.1.2
71437npm verb linkBins dot-case@1.1.2
71438npm verb linkMans dot-case@1.1.2
71439npm info linkStuff escape-html@1.0.2
71440npm verb linkBins escape-html@1.0.2
71441npm verb linkMans escape-html@1.0.2
71442npm info linkStuff mime-db@1.20.0
71443npm verb linkBins mime-db@1.20.0
71444npm verb linkMans mime-db@1.20.0
71445npm info linkStuff mime-types@2.1.8
71446npm verb linkBins mime-types@2.1.8
71447npm verb linkMans mime-types@2.1.8
71448npm info linkStuff ms@0.7.1
71449npm verb linkBins ms@0.7.1
71450npm verb linkMans ms@0.7.1
71451npm info linkStuff debug@2.2.0
71452npm verb linkBins debug@2.2.0
71453npm verb linkMans debug@2.2.0
71454npm info linkStuff negotiator@0.5.3
71455npm verb linkBins negotiator@0.5.3
71456npm verb linkMans negotiator@0.5.3
71457npm info linkStuff accepts@1.2.13
71458npm verb linkBins accepts@1.2.13
71459npm verb linkMans accepts@1.2.13
71460npm info linkStuff parseurl@1.3.0
71461npm verb linkBins parseurl@1.3.0
71462npm verb linkMans parseurl@1.3.0
71463npm info linkStuff fresh@0.2.0
71464npm verb linkBins fresh@0.2.0
71465npm verb linkMans fresh@0.2.0
71466npm info linkStuff range-parser@0.0.4
71467npm verb linkBins range-parser@0.0.4
71468npm verb linkMans range-parser@0.0.4
71469npm info linkStuff send@0.1.4
71470npm verb linkBins send@0.1.4
71471npm verb linkMans send@0.1.4
71472npm info linkStuff serve-static@1.0.1
71473npm verb linkBins serve-static@1.0.1
71474npm verb linkMans serve-static@1.0.1
71475npm info linkStuff shell-quote@1.4.3
71476npm verb linkBins shell-quote@1.4.3
71477npm verb linkMans shell-quote@1.4.3
71478npm info linkStuff shelljs@0.2.6
71479npm verb linkBins shelljs@0.2.6
71480npm verb link bins [ { shjs: './bin/shjs' },
71481npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71482npm verb link bins false ]
71483npm verb linkMans shelljs@0.2.6
71484npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/shjs
71485npm info linkStuff grunt-build-control@0.1.3
71486npm verb linkBins grunt-build-control@0.1.3
71487npm verb linkMans grunt-build-control@0.1.3
71488npm info linkStuff sockjs-client@0.0.0-unreleasable
71489npm verb linkBins sockjs-client@0.0.0-unreleasable
71490npm verb linkMans sockjs-client@0.0.0-unreleasable
71491npm info linkStuff should@3.3.2
71492npm verb linkBins should@3.3.2
71493npm verb linkMans should@3.3.2
71494npm info linkStuff sigmund@1.0.1
71495npm verb linkBins sigmund@1.0.1
71496npm verb linkMans sigmund@1.0.1
71497npm info linkStuff minimatch@0.3.0
71498npm verb linkBins minimatch@0.3.0
71499npm verb linkMans minimatch@0.3.0
71500npm info linkStuff glob@3.2.11
71501npm verb linkBins glob@3.2.11
71502npm verb linkMans glob@3.2.11
71503npm info linkStuff minimatch@0.2.14
71504npm verb linkBins minimatch@0.2.14
71505npm verb linkMans minimatch@0.2.14
71506npm info linkStuff minimatch@0.3.0
71507npm verb linkBins minimatch@0.3.0
71508npm verb linkMans minimatch@0.3.0
71509npm info linkStuff glob@3.2.11
71510npm verb linkBins glob@3.2.11
71511npm verb linkMans glob@3.2.11
71512npm info linkStuff minimatch@0.2.14
71513npm verb linkBins minimatch@0.2.14
71514npm verb linkMans minimatch@0.2.14
71515npm info linkStuff glob@3.2.3
71516npm verb linkBins glob@3.2.3
71517npm verb linkMans glob@3.2.3
71518npm info linkStuff mocha@1.18.2
71519npm verb linkBins mocha@1.18.2
71520npm verb link bins [ { mocha: './bin/mocha', _mocha: './bin/_mocha' },
71521npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71522npm verb link bins false ]
71523npm verb linkMans mocha@1.18.2
71524npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/mocha
71525npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/_mocha
71526npm info linkStuff grunt-mocha-test@0.10.2
71527npm verb linkBins grunt-mocha-test@0.10.2
71528npm verb linkMans grunt-mocha-test@0.10.2
71529npm info linkStuff minimatch@1.0.0
71530npm verb linkBins minimatch@1.0.0
71531npm verb linkMans minimatch@1.0.0
71532npm info linkStuff minimatch@0.3.0
71533npm verb linkBins minimatch@0.3.0
71534npm verb linkMans minimatch@0.3.0
71535npm info linkStuff glob@3.2.11
71536npm verb linkBins glob@3.2.11
71537npm verb linkMans glob@3.2.11
71538npm info linkStuff jasmine@2.1.1
71539npm verb linkBins jasmine@2.1.1
71540npm verb link bins [ { jasmine: './bin/jasmine.js' },
71541npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71542npm verb link bins false ]
71543npm verb linkMans jasmine@2.1.1
71544npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/jasmine
71545npm info linkStuff minimatch@0.2.14
71546npm verb linkBins minimatch@0.2.14
71547npm verb linkMans minimatch@0.2.14
71548npm info linkStuff glob@3.1.21
71549npm verb linkBins glob@3.1.21
71550npm verb linkMans glob@3.1.21
71551npm info linkStuff minimatch@1.0.0
71552npm verb linkBins minimatch@1.0.0
71553npm verb linkMans minimatch@1.0.0
71554npm info linkStuff minimatch@0.2.14
71555npm verb linkBins minimatch@0.2.14
71556npm verb linkMans minimatch@0.2.14
71557npm info linkStuff glob@3.1.21
71558npm verb linkBins glob@3.1.21
71559npm verb linkMans glob@3.1.21
71560npm info linkStuff globule@0.1.0
71561npm verb linkBins globule@0.1.0
71562npm verb linkMans globule@0.1.0
71563npm info linkStuff gaze@0.5.2
71564npm verb linkBins gaze@0.5.2
71565npm verb linkMans gaze@0.5.2
71566npm info linkStuff minimatch@0.3.0
71567npm verb linkBins minimatch@0.3.0
71568npm verb linkMans minimatch@0.3.0
71569npm info linkStuff glob@3.2.11
71570npm verb linkBins glob@3.2.11
71571npm verb linkMans glob@3.2.11
71572npm info linkStuff findup-sync@0.1.3
71573npm verb linkBins findup-sync@0.1.3
71574npm verb linkMans findup-sync@0.1.3
71575npm info linkStuff minimatch@0.3.0
71576npm verb linkBins minimatch@0.3.0
71577npm verb linkMans minimatch@0.3.0
71578npm info linkStuff glob@3.2.11
71579npm verb linkBins glob@3.2.11
71580npm verb linkMans glob@3.2.11
71581npm info linkStuff cli@0.6.6
71582npm verb linkBins cli@0.6.6
71583npm verb linkMans cli@0.6.6
71584npm info linkStuff signal-exit@2.1.2
71585npm verb linkBins signal-exit@2.1.2
71586npm verb linkMans signal-exit@2.1.2
71587npm info linkStuff loud-rejection@1.2.0
71588npm verb linkBins loud-rejection@1.2.0
71589npm verb linkMans loud-rejection@1.2.0
71590npm info linkStuff simple-fmt@0.1.0
71591npm verb linkBins simple-fmt@0.1.0
71592npm verb linkMans simple-fmt@0.1.0
71593npm info linkStuff simple-is@0.2.0
71594npm verb linkBins simple-is@0.2.0
71595npm verb linkMans simple-is@0.2.0
71596npm info linkStuff sliced@0.0.5
71597npm verb linkBins sliced@0.0.5
71598npm verb linkMans sliced@0.0.5
71599npm info linkStuff mquery@1.6.3
71600npm verb linkBins mquery@1.6.3
71601npm verb linkMans mquery@1.6.3
71602npm info linkStuff snake-case@1.1.2
71603npm verb linkBins snake-case@1.1.2
71604npm verb linkMans snake-case@1.1.2
71605npm info linkStuff sntp@1.0.9
71606npm verb linkBins sntp@1.0.9
71607npm verb linkMans sntp@1.0.9
71608npm info linkStuff hawk@3.1.2
71609npm verb linkBins hawk@3.1.2
71610npm verb linkMans hawk@3.1.2
71611npm info linkStuff debug@1.0.2
71612npm verb linkBins debug@1.0.2
71613npm verb linkMans debug@1.0.2
71614npm info linkStuff debug@0.7.4
71615npm verb linkBins debug@0.7.4
71616npm verb linkMans debug@0.7.4
71617npm info linkStuff socket.io-parser@2.2.2
71618npm verb linkBins socket.io-parser@2.2.2
71619npm verb linkMans socket.io-parser@2.2.2
71620npm info linkStuff socket.io-adapter@0.3.1
71621npm verb linkBins socket.io-adapter@0.3.1
71622npm verb linkMans socket.io-adapter@0.3.1
71623npm info linkStuff debug@0.7.4
71624npm verb linkBins debug@0.7.4
71625npm verb linkMans debug@0.7.4
71626npm info linkStuff has-binary@0.1.6
71627npm verb linkBins has-binary@0.1.6
71628npm verb linkMans has-binary@0.1.6
71629npm info linkStuff debug@0.7.4
71630npm verb linkBins debug@0.7.4
71631npm verb linkMans debug@0.7.4
71632npm info linkStuff socket.io-parser@2.2.4
71633npm verb linkBins socket.io-parser@2.2.4
71634npm verb linkMans socket.io-parser@2.2.4
71635npm info linkStuff debug@2.1.0
71636npm verb linkBins debug@2.1.0
71637npm verb linkMans debug@2.1.0
71638npm info linkStuff object-keys@0.4.0
71639npm verb linkBins object-keys@0.4.0
71640npm verb linkMans object-keys@0.4.0
71641npm info linkStuff xtend@2.1.2
71642npm verb linkBins xtend@2.1.2
71643npm verb linkMans xtend@2.1.2
71644npm info linkStuff sockjs@0.3.7
71645npm verb linkBins sockjs@0.3.7
71646npm verb linkMans sockjs@0.3.7
71647npm info linkStuff shoe@0.0.15
71648npm verb linkBins shoe@0.0.15
71649npm verb linkMans shoe@0.0.15
71650npm info linkStuff source-map@0.1.34
71651npm verb linkBins source-map@0.1.34
71652npm verb linkMans source-map@0.1.34
71653npm info linkStuff postcss@0.3.5
71654npm verb linkBins postcss@0.3.5
71655npm verb linkMans postcss@0.3.5
71656npm info linkStuff stylus@0.49.3
71657npm verb linkBins stylus@0.49.3
71658npm verb link bins [ { stylus: './bin/stylus' },
71659npm verb link bins '/var/www/manticore.git/node_modules/nib/node_modules/.bin',
71660npm verb link bins false ]
71661npm verb linkMans stylus@0.49.3
71662npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/nib/node_modules/.bin/stylus
71663npm info linkStuff nib@1.1.0
71664npm verb linkBins nib@1.1.0
71665npm verb linkMans nib@1.1.0
71666npm info linkStuff source-map@0.1.32
71667npm verb linkBins source-map@0.1.32
71668npm verb linkMans source-map@0.1.32
71669npm info linkStuff source-map-support@0.2.10
71670npm verb linkBins source-map-support@0.2.10
71671npm verb linkMans source-map-support@0.2.10
71672npm info linkStuff spdx-exceptions@1.0.4
71673npm verb linkBins spdx-exceptions@1.0.4
71674npm verb linkMans spdx-exceptions@1.0.4
71675npm info linkStuff spdx-license-ids@1.1.0
71676npm verb linkBins spdx-license-ids@1.1.0
71677npm verb linkMans spdx-license-ids@1.1.0
71678npm info linkStuff spdx-expression-parse@1.0.2
71679npm verb linkBins spdx-expression-parse@1.0.2
71680npm verb linkMans spdx-expression-parse@1.0.2
71681npm info linkStuff spdx-correct@1.0.2
71682npm verb linkBins spdx-correct@1.0.2
71683npm verb linkMans spdx-correct@1.0.2
71684npm info linkStuff sprintf-js@1.0.3
71685npm verb linkBins sprintf-js@1.0.3
71686npm verb linkMans sprintf-js@1.0.3
71687npm info linkStuff argparse@1.0.3
71688npm verb linkBins argparse@1.0.3
71689npm verb linkMans argparse@1.0.3
71690npm info linkStuff js-yaml@3.4.6
71691npm verb linkBins js-yaml@3.4.6
71692npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
71693npm verb link bins '/var/www/manticore.git/node_modules/configstore/node_modules/.bin',
71694npm verb link bins false ]
71695npm verb linkMans js-yaml@3.4.6
71696npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/configstore/node_modules/.bin/js-yaml
71697npm info linkStuff stable@0.1.5
71698npm verb linkBins stable@0.1.5
71699npm verb linkMans stable@0.1.5
71700npm info linkStuff alter@0.2.0
71701npm verb linkBins alter@0.2.0
71702npm verb linkMans alter@0.2.0
71703npm info linkStuff stat-mode@0.2.1
71704npm verb linkBins stat-mode@0.2.1
71705npm verb linkMans stat-mode@0.2.1
71706npm info linkStuff statuses@1.2.1
71707npm verb linkBins statuses@1.2.1
71708npm verb linkMans statuses@1.2.1
71709npm info linkStuff http-errors@1.3.1
71710npm verb linkBins http-errors@1.3.1
71711npm verb linkMans http-errors@1.3.1
71712npm info linkStuff serve-index@1.7.2
71713npm verb linkBins serve-index@1.7.2
71714npm verb linkMans serve-index@1.7.2
71715npm info linkStuff send@0.13.0
71716npm verb linkBins send@0.13.0
71717npm verb linkMans send@0.13.0
71718npm info linkStuff serve-static@1.10.0
71719npm verb linkBins serve-static@1.10.0
71720npm verb linkMans serve-static@1.10.0
71721npm info linkStuff connect-timeout@1.6.2
71722npm verb linkBins connect-timeout@1.6.2
71723npm verb linkMans connect-timeout@1.6.2
71724npm info linkStuff send@0.13.0
71725npm verb linkBins send@0.13.0
71726npm verb linkMans send@0.13.0
71727npm info linkStuff serve-static@1.10.0
71728npm verb linkBins serve-static@1.10.0
71729npm verb linkMans serve-static@1.10.0
71730npm info linkStuff stream-combiner@0.0.4
71731npm verb linkBins stream-combiner@0.0.4
71732npm verb linkMans stream-combiner@0.0.4
71733npm info linkStuff streamsearch@0.1.2
71734npm verb linkBins streamsearch@0.1.2
71735npm verb linkMans streamsearch@0.1.2
71736npm info linkStuff ansi-regex@0.1.0
71737npm verb linkBins ansi-regex@0.1.0
71738npm verb linkMans ansi-regex@0.1.0
71739npm info linkStuff strip-ansi@0.2.2
71740npm verb linkBins strip-ansi@0.2.2
71741npm verb link bins [ { 'strip-ansi': 'cli.js' },
71742npm verb link bins '/var/www/manticore.git/node_modules/string-length/node_modules/.bin',
71743npm verb link bins false ]
71744npm verb linkMans strip-ansi@0.2.2
71745npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/string-length/node_modules/.bin/strip-ansi
71746npm info linkStuff string-length@0.1.2
71747npm verb linkBins string-length@0.1.2
71748npm verb linkMans string-length@0.1.2
71749npm info linkStuff string_decoder@0.10.31
71750npm verb linkBins string_decoder@0.10.31
71751npm verb linkMans string_decoder@0.10.31
71752npm info linkStuff readable-stream@1.1.13
71753npm verb linkBins readable-stream@1.1.13
71754npm verb linkMans readable-stream@1.1.13
71755npm info linkStuff stream-counter@0.2.0
71756npm verb linkBins stream-counter@0.2.0
71757npm verb linkMans stream-counter@0.2.0
71758npm info linkStuff readable-stream@1.0.33
71759npm verb linkBins readable-stream@1.0.33
71760npm verb linkMans readable-stream@1.0.33
71761npm info linkStuff bl@0.9.4
71762npm verb linkBins bl@0.9.4
71763npm verb linkMans bl@0.9.4
71764npm info linkStuff readable-stream@1.1.13
71765npm verb linkBins readable-stream@1.1.13
71766npm verb linkMans readable-stream@1.1.13
71767npm info linkStuff multiparty@3.3.2
71768npm verb linkBins multiparty@3.3.2
71769npm verb linkMans multiparty@3.3.2
71770npm info linkStuff readable-stream@1.0.31
71771npm verb linkBins readable-stream@1.0.31
71772npm verb linkMans readable-stream@1.0.31
71773npm info linkStuff mongodb@2.0.46
71774npm verb linkBins mongodb@2.0.46
71775npm verb linkMans mongodb@2.0.46
71776npm info linkStuff readable-stream@1.0.33
71777npm verb linkBins readable-stream@1.0.33
71778npm verb linkMans readable-stream@1.0.33
71779npm info linkStuff log4js@0.6.29
71780npm verb linkBins log4js@0.6.29
71781npm verb linkMans log4js@0.6.29
71782npm info linkStuff readable-stream@1.1.13
71783npm verb linkBins readable-stream@1.1.13
71784npm verb linkMans readable-stream@1.1.13
71785npm info linkStuff htmlparser2@3.8.3
71786npm verb linkBins htmlparser2@3.8.3
71787npm verb linkMans htmlparser2@3.8.3
71788npm info linkStuff readable-stream@1.0.33
71789npm verb linkBins readable-stream@1.0.33
71790npm verb linkMans readable-stream@1.0.33
71791npm info linkStuff readable-stream@1.0.33
71792npm verb linkBins readable-stream@1.0.33
71793npm verb linkMans readable-stream@1.0.33
71794npm info linkStuff through2@0.5.1
71795npm verb linkBins through2@0.5.1
71796npm verb linkMans through2@0.5.1
71797npm info linkStuff readable-stream@1.0.33
71798npm verb linkBins readable-stream@1.0.33
71799npm verb linkMans readable-stream@1.0.33
71800npm info linkStuff bl@0.9.4
71801npm verb linkBins bl@0.9.4
71802npm verb linkMans bl@0.9.4
71803npm info linkStuff readable-stream@1.1.13
71804npm verb linkBins readable-stream@1.1.13
71805npm verb linkMans readable-stream@1.1.13
71806npm info linkStuff dicer@0.2.5
71807npm verb linkBins dicer@0.2.5
71808npm verb linkMans dicer@0.2.5
71809npm info linkStuff readable-stream@1.1.13
71810npm verb linkBins readable-stream@1.1.13
71811npm verb linkMans readable-stream@1.1.13
71812npm info linkStuff readable-stream@1.1.13
71813npm verb linkBins readable-stream@1.1.13
71814npm verb linkMans readable-stream@1.1.13
71815npm info linkStuff readable-stream@1.0.33
71816npm verb linkBins readable-stream@1.0.33
71817npm verb linkMans readable-stream@1.0.33
71818npm info linkStuff htmlparser2@3.1.4
71819npm verb linkBins htmlparser2@3.1.4
71820npm verb linkMans htmlparser2@3.1.4
71821npm info linkStuff cheerio@0.12.4
71822npm verb linkBins cheerio@0.12.4
71823npm verb linkMans cheerio@0.12.4
71824npm info linkStuff grunt-dom-munger@3.4.0
71825npm verb linkBins grunt-dom-munger@3.4.0
71826npm verb linkMans grunt-dom-munger@3.4.0
71827npm info linkStuff readable-stream@1.1.13
71828npm verb linkBins readable-stream@1.1.13
71829npm verb linkMans readable-stream@1.1.13
71830npm info linkStuff busboy@0.2.12
71831npm verb linkBins busboy@0.2.12
71832npm verb linkMans busboy@0.2.12
71833npm info linkStuff readable-stream@1.0.33
71834npm verb linkBins readable-stream@1.0.33
71835npm verb linkMans readable-stream@1.0.33
71836npm info linkStuff bl@0.9.4
71837npm verb linkBins bl@0.9.4
71838npm verb linkMans bl@0.9.4
71839npm info linkStuff stringify-object@1.0.1
71840npm verb linkBins stringify-object@1.0.1
71841npm verb linkMans stringify-object@1.0.1
71842npm info linkStuff stringmap@0.2.2
71843npm verb linkBins stringmap@0.2.2
71844npm verb linkMans stringmap@0.2.2
71845npm info linkStuff stringset@0.2.1
71846npm verb linkBins stringset@0.2.1
71847npm verb linkMans stringset@0.2.1
71848npm info linkStuff stringstream@0.0.5
71849npm verb linkBins stringstream@0.0.5
71850npm verb linkMans stringstream@0.0.5
71851npm info linkStuff strip-ansi@3.0.0
71852npm verb linkBins strip-ansi@3.0.0
71853npm verb linkMans strip-ansi@3.0.0
71854npm info linkStuff strip-bom@2.0.0
71855npm verb linkBins strip-bom@2.0.0
71856npm verb linkMans strip-bom@2.0.0
71857npm info linkStuff load-json-file@1.1.0
71858npm verb linkBins load-json-file@1.1.0
71859npm verb linkMans load-json-file@1.1.0
71860npm info linkStuff strip-indent@1.0.1
71861npm verb linkBins strip-indent@1.0.1
71862npm verb link bins [ { 'strip-indent': 'cli.js' },
71863npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71864npm verb link bins false ]
71865npm verb linkMans strip-indent@1.0.1
71866npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/strip-indent
71867npm info linkStuff redent@1.0.0
71868npm verb linkBins redent@1.0.0
71869npm verb linkMans redent@1.0.0
71870npm info linkStuff strip-json-comments@1.0.4
71871npm verb linkBins strip-json-comments@1.0.4
71872npm verb link bins [ { 'strip-json-comments': 'cli.js' },
71873npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71874npm verb link bins false ]
71875npm verb linkMans strip-json-comments@1.0.4
71876npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/strip-json-comments
71877npm info linkStuff jshint@2.5.11
71878npm WARN prefer global jshint@2.5.11 should be installed with -g
71879npm verb linkBins jshint@2.5.11
71880npm verb link bins [ { jshint: './bin/jshint' },
71881npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71882npm verb link bins false ]
71883npm verb linkMans jshint@2.5.11
71884npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/jshint
71885npm info linkStuff grunt-contrib-jshint@0.10.0
71886npm verb linkBins grunt-contrib-jshint@0.10.0
71887npm verb linkMans grunt-contrib-jshint@0.10.0
71888npm info linkStuff css-parse@1.7.0
71889npm verb linkBins css-parse@1.7.0
71890npm verb linkMans css-parse@1.7.0
71891npm info linkStuff minimatch@0.3.0
71892npm verb linkBins minimatch@0.3.0
71893npm verb linkMans minimatch@0.3.0
71894npm info linkStuff glob@3.2.11
71895npm verb linkBins glob@3.2.11
71896npm verb linkMans glob@3.2.11
71897npm info linkStuff minimist@0.0.8
71898npm verb linkBins minimist@0.0.8
71899npm verb linkMans minimist@0.0.8
71900npm info linkStuff mkdirp@0.5.1
71901npm verb linkBins mkdirp@0.5.1
71902npm verb link bins [ { mkdirp: 'bin/cmd.js' },
71903npm verb link bins '/var/www/manticore.git/node_modules/stylus/node_modules/.bin',
71904npm verb link bins false ]
71905npm verb linkMans mkdirp@0.5.1
71906npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/stylus/node_modules/.bin/mkdirp
71907npm info linkStuff sax@0.5.8
71908npm verb linkBins sax@0.5.8
71909npm verb linkMans sax@0.5.8
71910npm info linkStuff stylus@0.52.4
71911npm verb linkBins stylus@0.52.4
71912npm verb link bins [ { stylus: './bin/stylus' },
71913npm verb link bins '/var/www/manticore.git/node_modules/.bin',
71914npm verb link bins false ]
71915npm verb linkMans stylus@0.52.4
71916npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/stylus
71917npm info linkStuff success-symbol@0.1.0
71918npm verb linkBins success-symbol@0.1.0
71919npm verb linkMans success-symbol@0.1.0
71920npm info linkStuff extglob@0.3.1
71921npm verb linkBins extglob@0.3.1
71922npm verb linkMans extglob@0.3.1
71923npm info linkStuff micromatch@2.3.7
71924npm verb linkBins micromatch@2.3.7
71925npm verb linkMans micromatch@2.3.7
71926npm info linkStuff anymatch@1.3.0
71927npm verb linkBins anymatch@1.3.0
71928npm verb linkMans anymatch@1.3.0
71929npm info linkStuff debug@0.7.4
71930npm verb linkBins debug@0.7.4
71931npm verb linkMans debug@0.7.4
71932npm info linkStuff extend@1.2.1
71933npm verb linkBins extend@1.2.1
71934npm verb linkMans extend@1.2.1
71935npm info linkStuff methods@0.0.1
71936npm verb linkBins methods@0.0.1
71937npm verb linkMans methods@0.0.1
71938npm info linkStuff mime@1.2.5
71939npm verb linkBins mime@1.2.5
71940npm verb linkMans mime@1.2.5
71941npm info linkStuff qs@0.6.5
71942npm verb linkBins qs@0.6.5
71943npm verb linkMans qs@0.6.5
71944npm info linkStuff superagent@0.17.0
71945npm verb linkBins superagent@0.17.0
71946npm verb linkMans superagent@0.17.0
71947npm info linkStuff supertest@0.11.0
71948npm verb linkBins supertest@0.11.0
71949npm verb linkMans supertest@0.11.0
71950npm info linkStuff supports-color@2.0.0
71951npm verb linkBins supports-color@2.0.0
71952npm verb linkMans supports-color@2.0.0
71953npm info linkStuff chalk@1.1.1
71954npm verb linkBins chalk@1.1.1
71955npm verb linkMans chalk@1.1.1
71956npm info linkStuff log-symbols@1.0.2
71957npm verb linkBins log-symbols@1.0.2
71958npm verb linkMans log-symbols@1.0.2
71959npm info linkStuff grunt-filerev@2.2.0
71960npm verb linkBins grunt-filerev@2.2.0
71961npm verb linkMans grunt-filerev@2.2.0
71962npm info linkStuff grunt-contrib-stylus@0.22.0
71963npm verb linkBins grunt-contrib-stylus@0.22.0
71964npm verb linkMans grunt-contrib-stylus@0.22.0
71965npm info linkStuff tape@0.2.2
71966npm verb linkBins tape@0.2.2
71967npm verb link bins [ {}, '/var/www/manticore.git/node_modules/.bin', false ]
71968npm verb linkMans tape@0.2.2
71969npm info linkStuff minimist@0.0.8
71970npm verb linkBins minimist@0.0.8
71971npm verb linkMans minimist@0.0.8
71972npm info linkStuff mkdirp@0.5.1
71973npm verb linkBins mkdirp@0.5.1
71974npm verb link bins [ { mkdirp: 'bin/cmd.js' },
71975npm verb link bins '/var/www/manticore.git/node_modules/tar-fs/node_modules/.bin',
71976npm verb link bins false ]
71977npm verb linkMans mkdirp@0.5.1
71978npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/tar-fs/node_modules/.bin/mkdirp
71979npm info linkStuff readable-stream@1.0.33
71980npm verb linkBins readable-stream@1.0.33
71981npm verb linkMans readable-stream@1.0.33
71982npm info linkStuff bl@0.9.4
71983npm verb linkBins bl@0.9.4
71984npm verb linkMans bl@0.9.4
71985npm info linkStuff readable-stream@1.1.13
71986npm verb linkBins readable-stream@1.1.13
71987npm verb linkMans readable-stream@1.1.13
71988npm info linkStuff text-table@0.2.0
71989npm verb linkBins text-table@0.2.0
71990npm verb linkMans text-table@0.2.0
71991npm info linkStuff jshint-stylish@0.1.5
71992npm verb linkBins jshint-stylish@0.1.5
71993npm verb linkMans jshint-stylish@0.1.5
71994npm info linkStuff throttleit@0.0.2
71995npm verb linkBins throttleit@0.0.2
71996npm verb linkMans throttleit@0.0.2
71997npm info linkStuff request-progress@0.3.0
71998npm verb linkBins request-progress@0.3.0
71999npm verb linkMans request-progress@0.3.0
72000npm info linkStuff request-progress@0.3.1
72001npm verb linkBins request-progress@0.3.1
72002npm verb linkMans request-progress@0.3.1
72003npm info linkStuff through@2.3.8
72004npm verb linkBins through@2.3.8
72005npm verb linkMans through@2.3.8
72006npm info linkStuff split@0.3.3
72007npm verb linkBins split@0.3.3
72008npm verb linkMans split@0.3.3
72009npm info linkStuff object-keys@0.4.0
72010npm verb linkBins object-keys@0.4.0
72011npm verb linkMans object-keys@0.4.0
72012npm info linkStuff readable-stream@1.0.33
72013npm verb linkBins readable-stream@1.0.33
72014npm verb linkMans readable-stream@1.0.33
72015npm info linkStuff xtend@2.1.2
72016npm verb linkBins xtend@2.1.2
72017npm verb linkMans xtend@2.1.2
72018npm info linkStuff through2@0.4.2
72019npm verb linkBins through2@0.4.2
72020npm verb linkMans through2@0.4.2
72021npm info linkStuff ansi-styles@1.0.0
72022npm verb linkBins ansi-styles@1.0.0
72023npm verb linkMans ansi-styles@1.0.0
72024npm info linkStuff strip-ansi@0.1.1
72025npm verb linkBins strip-ansi@0.1.1
72026npm verb link bins [ { 'strip-ansi': 'cli.js' },
72027npm verb link bins '/var/www/manticore.git/node_modules/time-grunt/node_modules/.bin',
72028npm verb link bins false ]
72029npm verb linkMans strip-ansi@0.1.1
72030npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/time-grunt/node_modules/.bin/strip-ansi
72031npm info linkStuff chalk@0.4.0
72032npm verb linkBins chalk@0.4.0
72033npm verb linkMans chalk@0.4.0
72034npm info linkStuff time-grunt@0.3.2
72035npm verb linkBins time-grunt@0.3.2
72036npm verb linkMans time-grunt@0.3.2
72037npm info linkStuff timers-ext@0.1.0
72038npm verb linkBins timers-ext@0.1.0
72039npm verb linkMans timers-ext@0.1.0
72040npm info linkStuff memoizee@0.3.9
72041npm verb linkBins memoizee@0.3.9
72042npm verb linkMans memoizee@0.3.9
72043npm info linkStuff cli-color@0.3.3
72044npm verb linkBins cli-color@0.3.3
72045npm verb linkMans cli-color@0.3.3
72046npm info linkStuff inquirer@0.6.0
72047npm verb linkBins inquirer@0.6.0
72048npm verb linkMans inquirer@0.6.0
72049npm info linkStuff inquirer@0.7.1
72050npm verb linkBins inquirer@0.7.1
72051npm verb linkMans inquirer@0.7.1
72052npm info linkStuff debug@0.7.4
72053npm verb linkBins debug@0.7.4
72054npm verb linkMans debug@0.7.4
72055npm info linkStuff qs@0.5.6
72056npm verb linkBins qs@0.5.6
72057npm verb linkMans qs@0.5.6
72058npm info linkStuff tiny-lr-fork@0.0.5
72059npm verb linkBins tiny-lr-fork@0.0.5
72060npm verb link bins [ { 'tiny-lr-fork': './bin/tiny-lr' },
72061npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72062npm verb link bins false ]
72063npm verb linkMans tiny-lr-fork@0.0.5
72064npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/tiny-lr-fork
72065npm info linkStuff grunt-contrib-watch@0.6.1
72066npm verb linkBins grunt-contrib-watch@0.6.1
72067npm verb linkMans grunt-contrib-watch@0.6.1
72068npm info linkStuff tinycolor@0.0.1
72069npm verb linkBins tinycolor@0.0.1
72070npm verb linkMans tinycolor@0.0.1
72071npm info linkStuff ws@0.4.32
72072npm verb linkBins ws@0.4.32
72073npm verb link bins [ { wscat: './bin/wscat' },
72074npm verb link bins '/var/www/manticore.git/node_modules/node-inspector/node_modules/.bin',
72075npm verb link bins false ]
72076npm verb linkMans ws@0.4.32
72077npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-inspector/node_modules/.bin/wscat
72078npm info linkStuff ws@0.4.32
72079npm verb linkBins ws@0.4.32
72080npm verb link bins [ { wscat: './bin/wscat' },
72081npm verb link bins '/var/www/manticore.git/node_modules/karma/node_modules/.bin',
72082npm verb link bins false ]
72083npm verb linkMans ws@0.4.32
72084npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma/node_modules/.bin/wscat
72085npm info linkStuff ws@0.4.31
72086npm verb linkBins ws@0.4.31
72087npm verb link bins [ { wscat: './bin/wscat' },
72088npm verb link bins '/var/www/manticore.git/node_modules/engine.io-client/node_modules/.bin',
72089npm verb link bins false ]
72090npm verb linkMans ws@0.4.31
72091npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/engine.io-client/node_modules/.bin/wscat
72092npm info linkStuff tmp@0.0.23
72093npm verb linkBins tmp@0.0.23
72094npm verb linkMans tmp@0.0.23
72095npm info linkStuff to-array@0.1.3
72096npm verb linkBins to-array@0.1.3
72097npm verb linkMans to-array@0.1.3
72098npm info linkStuff nopt@1.0.10
72099npm verb linkBins nopt@1.0.10
72100npm verb link bins [ { nopt: './bin/nopt.js' },
72101npm verb link bins '/var/www/manticore.git/node_modules/touch/node_modules/.bin',
72102npm verb link bins false ]
72103npm verb linkMans nopt@1.0.10
72104npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/touch/node_modules/.bin/nopt
72105npm info linkStuff touch@0.0.2
72106npm verb linkBins touch@0.0.2
72107npm verb linkMans touch@0.0.2
72108npm info linkStuff decompress-zip@0.0.8
72109npm verb linkBins decompress-zip@0.0.8
72110npm verb link bins [ { 'decompress-zip': 'bin/decompress-zip' },
72111npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72112npm verb link bins false ]
72113npm verb linkMans decompress-zip@0.0.8
72114npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/decompress-zip
72115npm info linkStuff tough-cookie@2.2.1
72116npm verb linkBins tough-cookie@2.2.1
72117npm verb linkMans tough-cookie@2.2.1
72118npm info linkStuff traverse@0.6.6
72119npm verb linkBins traverse@0.6.6
72120npm verb linkMans traverse@0.6.6
72121npm info linkStuff dnode-protocol@0.2.2
72122npm verb linkBins dnode-protocol@0.2.2
72123npm verb linkMans dnode-protocol@0.2.2
72124npm info linkStuff trim-newlines@1.0.0
72125npm verb linkBins trim-newlines@1.0.0
72126npm verb linkMans trim-newlines@1.0.0
72127npm info linkStuff truncate@1.0.5
72128npm verb linkBins truncate@1.0.5
72129npm verb linkMans truncate@1.0.5
72130npm info linkStuff strong-data-uri@0.1.1
72131npm verb linkBins strong-data-uri@0.1.1
72132npm verb linkMans strong-data-uri@0.1.1
72133npm info linkStuff tryor@0.1.2
72134npm verb linkBins tryor@0.1.2
72135npm verb linkMans tryor@0.1.2
72136npm info linkStuff tunnel-agent@0.4.2
72137npm verb linkBins tunnel-agent@0.4.2
72138npm verb linkMans tunnel-agent@0.4.2
72139npm info linkStuff request@2.36.0
72140npm verb linkBins request@2.36.0
72141npm verb linkMans request@2.36.0
72142npm info linkStuff request@2.42.0
72143npm verb linkBins request@2.42.0
72144npm verb linkMans request@2.42.0
72145npm info linkStuff request@2.42.0
72146npm verb linkBins request@2.42.0
72147npm verb linkMans request@2.42.0
72148npm info linkStuff request@2.51.0
72149npm verb linkBins request@2.51.0
72150npm verb linkMans request@2.51.0
72151npm info linkStuff type-is@1.3.2
72152npm verb linkBins type-is@1.3.2
72153npm verb linkMans type-is@1.3.2
72154npm info linkStuff typedarray@0.0.6
72155npm verb linkBins typedarray@0.0.6
72156npm verb linkMans typedarray@0.0.6
72157npm info linkStuff concat-stream@1.4.10
72158npm verb linkBins concat-stream@1.4.10
72159npm verb linkMans concat-stream@1.4.10
72160npm info linkStuff base64url@1.0.5
72161npm verb linkBins base64url@1.0.5
72162npm verb link bins [ { base64url: './bin/base64url' },
72163npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72164npm verb link bins false ]
72165npm verb linkMans base64url@1.0.5
72166npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/base64url
72167npm info linkStuff jws@3.1.0
72168npm verb linkBins jws@3.1.0
72169npm verb linkMans jws@3.1.0
72170npm info linkStuff jsonwebtoken@5.4.1
72171npm verb linkBins jsonwebtoken@5.4.1
72172npm verb linkMans jsonwebtoken@5.4.1
72173npm info linkStuff async@0.2.10
72174npm verb linkBins async@0.2.10
72175npm verb linkMans async@0.2.10
72176npm info linkStuff uglify-to-browserify@1.0.2
72177npm verb linkBins uglify-to-browserify@1.0.2
72178npm verb linkMans uglify-to-browserify@1.0.2
72179npm info linkStuff uid@0.0.2
72180npm verb linkBins uid@0.0.2
72181npm verb link bins [ { uid: './bin/uid' },
72182npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72183npm verb link bins false ]
72184npm verb linkMans uid@0.0.2
72185npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/uid
72186npm info linkStuff uid-number@0.0.5
72187npm verb linkBins uid-number@0.0.5
72188npm verb linkMans uid-number@0.0.5
72189npm info linkStuff uid-safe@2.0.0
72190npm verb linkBins uid-safe@2.0.0
72191npm verb linkMans uid-safe@2.0.0
72192npm info linkStuff csrf@3.0.0
72193npm verb linkBins csrf@3.0.0
72194npm verb linkMans csrf@3.0.0
72195npm info linkStuff csurf@1.8.3
72196npm verb linkBins csurf@1.8.3
72197npm verb linkMans csurf@1.8.3
72198npm info linkStuff uid2@0.0.3
72199npm verb linkBins uid2@0.0.3
72200npm verb linkMans uid2@0.0.3
72201npm info linkStuff ultron@1.0.2
72202npm verb linkBins ultron@1.0.2
72203npm verb linkMans ultron@1.0.2
72204npm info linkStuff underscore@1.7.0
72205npm verb linkBins underscore@1.7.0
72206npm verb linkMans underscore@1.7.0
72207npm info linkStuff argparse@0.1.16
72208npm verb linkBins argparse@0.1.16
72209npm verb linkMans argparse@0.1.16
72210npm info linkStuff js-yaml@2.1.3
72211npm verb linkBins js-yaml@2.1.3
72212npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
72213npm verb link bins '/var/www/manticore.git/node_modules/svgo/node_modules/.bin',
72214npm verb link bins false ]
72215npm verb linkMans js-yaml@2.1.3
72216npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/svgo/node_modules/.bin/js-yaml
72217npm info linkStuff js-yaml@2.0.5
72218npm verb linkBins js-yaml@2.0.5
72219npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
72220npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72221npm verb link bins false ]
72222npm verb linkMans js-yaml@2.0.5
72223npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/js-yaml
72224npm info linkStuff underscore.string@2.2.1
72225npm verb linkBins underscore.string@2.2.1
72226npm verb linkMans underscore.string@2.2.1
72227npm info linkStuff unpipe@1.0.0
72228npm verb linkBins unpipe@1.0.0
72229npm verb linkMans unpipe@1.0.0
72230npm info linkStuff finalhandler@0.4.0
72231npm verb linkBins finalhandler@0.4.0
72232npm verb linkMans finalhandler@0.4.0
72233npm info linkStuff raw-body@2.1.5
72234npm verb linkBins raw-body@2.1.5
72235npm verb linkMans raw-body@2.1.5
72236npm info linkStuff body-parser@1.13.3
72237npm verb linkBins body-parser@1.13.3
72238npm verb linkMans body-parser@1.13.3
72239npm info linkStuff untildify@2.1.0
72240npm verb linkBins untildify@2.1.0
72241npm verb linkMans untildify@2.1.0
72242npm info linkStuff ansi-regex@0.2.1
72243npm verb linkBins ansi-regex@0.2.1
72244npm verb linkMans ansi-regex@0.2.1
72245npm info linkStuff ansi-styles@1.1.0
72246npm verb linkBins ansi-styles@1.1.0
72247npm verb linkMans ansi-styles@1.1.0
72248npm info linkStuff has-ansi@0.1.0
72249npm verb linkBins has-ansi@0.1.0
72250npm verb link bins [ { 'has-ansi': 'cli.js' },
72251npm verb link bins '/var/www/manticore.git/node_modules/update-notifier/node_modules/.bin',
72252npm verb link bins false ]
72253npm verb linkMans has-ansi@0.1.0
72254npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/update-notifier/node_modules/.bin/has-ansi
72255npm info linkStuff strip-ansi@0.3.0
72256npm verb linkBins strip-ansi@0.3.0
72257npm verb link bins [ { 'strip-ansi': 'cli.js' },
72258npm verb link bins '/var/www/manticore.git/node_modules/update-notifier/node_modules/.bin',
72259npm verb link bins false ]
72260npm verb linkMans strip-ansi@0.3.0
72261npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/update-notifier/node_modules/.bin/strip-ansi
72262npm info linkStuff supports-color@0.2.0
72263npm verb linkBins supports-color@0.2.0
72264npm verb link bins [ { 'supports-color': 'cli.js' },
72265npm verb link bins '/var/www/manticore.git/node_modules/update-notifier/node_modules/.bin',
72266npm verb link bins false ]
72267npm verb linkMans supports-color@0.2.0
72268npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/update-notifier/node_modules/.bin/supports-color
72269npm info linkStuff chalk@0.5.1
72270npm verb linkBins chalk@0.5.1
72271npm verb linkMans chalk@0.5.1
72272npm info linkStuff upper-case@1.1.3
72273npm verb linkBins upper-case@1.1.3
72274npm verb linkMans upper-case@1.1.3
72275npm info linkStuff title-case@1.1.2
72276npm verb linkBins title-case@1.1.2
72277npm verb linkMans title-case@1.1.2
72278npm info linkStuff swap-case@1.1.2
72279npm verb linkBins swap-case@1.1.2
72280npm verb linkMans swap-case@1.1.2
72281npm info linkStuff is-upper-case@1.1.2
72282npm verb linkBins is-upper-case@1.1.2
72283npm verb linkMans is-upper-case@1.1.2
72284npm info linkStuff constant-case@1.1.2
72285npm verb linkBins constant-case@1.1.2
72286npm verb linkMans constant-case@1.1.2
72287npm info linkStuff camel-case@1.2.2
72288npm verb linkBins camel-case@1.2.2
72289npm verb linkMans camel-case@1.2.2
72290npm info linkStuff upper-case-first@1.1.2
72291npm verb linkBins upper-case-first@1.1.2
72292npm verb linkMans upper-case-first@1.1.2
72293npm info linkStuff pascal-case@1.1.2
72294npm verb linkBins pascal-case@1.1.2
72295npm verb linkMans pascal-case@1.1.2
72296npm info linkStuff change-case@2.1.6
72297npm verb linkBins change-case@2.1.6
72298npm verb linkMans change-case@2.1.6
72299npm info linkStuff user-home@1.1.1
72300npm verb linkBins user-home@1.1.1
72301npm verb link bins [ { 'user-home': 'cli.js' },
72302npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72303npm verb link bins false ]
72304npm verb linkMans user-home@1.1.1
72305npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/user-home
72306npm info linkStuff lru-cache@2.2.4
72307npm verb linkBins lru-cache@2.2.4
72308npm verb linkMans lru-cache@2.2.4
72309npm info linkStuff useragent@2.1.8
72310npm verb linkBins useragent@2.1.8
72311npm verb linkMans useragent@2.1.8
72312npm info linkStuff utf8@2.0.0
72313npm verb linkBins utf8@2.0.0
72314npm verb linkMans utf8@2.0.0
72315npm info linkStuff engine.io-parser@1.2.1
72316npm verb linkBins engine.io-parser@1.2.1
72317npm verb linkMans engine.io-parser@1.2.1
72318npm info linkStuff engine.io-client@1.5.1
72319npm verb linkBins engine.io-client@1.5.1
72320npm verb linkMans engine.io-client@1.5.1
72321npm info linkStuff socket.io-client@1.3.5
72322npm verb linkBins socket.io-client@1.3.5
72323npm verb linkMans socket.io-client@1.3.5
72324npm info linkStuff util-deprecate@1.0.2
72325npm verb linkBins util-deprecate@1.0.2
72326npm verb linkMans util-deprecate@1.0.2
72327npm info linkStuff readable-stream@2.0.5
72328npm verb linkBins readable-stream@2.0.5
72329npm verb linkMans readable-stream@2.0.5
72330npm info linkStuff mongodb@1.4.39
72331npm verb linkBins mongodb@1.4.39
72332npm verb linkMans mongodb@1.4.39
72333npm info linkStuff readdirp@2.0.0
72334npm verb linkBins readdirp@2.0.0
72335npm verb linkMans readdirp@2.0.0
72336npm info linkStuff chokidar@1.4.1
72337npm verb linkBins chokidar@1.4.1
72338npm verb linkMans chokidar@1.4.1
72339npm info linkStuff bl@1.0.0
72340npm verb linkBins bl@1.0.0
72341npm verb linkMans bl@1.0.0
72342npm info linkStuff async@0.2.10
72343npm verb linkBins async@0.2.10
72344npm verb linkMans async@0.2.10
72345npm info linkStuff ncp@0.4.2
72346npm verb linkBins ncp@0.4.2
72347npm verb link bins [ { ncp: './bin/ncp' },
72348npm verb link bins '/var/www/manticore.git/node_modules/utile/node_modules/.bin',
72349npm verb link bins false ]
72350npm verb linkMans ncp@0.4.2
72351npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/utile/node_modules/.bin/ncp
72352npm info linkStuff utils-merge@1.0.0
72353npm verb linkBins utils-merge@1.0.0
72354npm verb linkMans utils-merge@1.0.0
72355npm info linkStuff express-session@1.11.3
72356npm verb linkBins express-session@1.11.3
72357npm verb linkMans express-session@1.11.3
72358npm info linkStuff uuid@1.4.2
72359npm verb linkBins uuid@1.4.2
72360npm verb linkMans uuid@1.4.2
72361npm info linkStuff tempfile@0.1.3
72362npm verb linkBins tempfile@0.1.3
72363npm verb linkMans tempfile@0.1.3
72364npm info linkStuff v8-debug@0.4.6
72365npm verb linkBins v8-debug@0.4.6
72366npm verb linkMans v8-debug@0.4.6
72367npm info linkStuff nan@2.0.9
72368npm verb linkBins nan@2.0.9
72369npm verb linkMans nan@2.0.9
72370npm info linkStuff v8-profiler@5.2.12
72371npm verb linkBins v8-profiler@5.2.12
72372npm verb linkMans v8-profiler@5.2.12
72373npm info linkStuff validate-npm-package-license@3.0.1
72374npm verb linkBins validate-npm-package-license@3.0.1
72375npm verb linkMans validate-npm-package-license@3.0.1
72376npm info linkStuff normalize-package-data@2.3.5
72377npm verb linkBins normalize-package-data@2.3.5
72378npm verb linkMans normalize-package-data@2.3.5
72379npm info linkStuff read-pkg@1.1.0
72380npm verb linkBins read-pkg@1.1.0
72381npm verb linkMans read-pkg@1.1.0
72382npm info linkStuff read-pkg-up@1.0.1
72383npm verb linkBins read-pkg-up@1.0.1
72384npm verb linkMans read-pkg-up@1.0.1
72385npm info linkStuff meow@3.6.0
72386npm verb linkBins meow@3.6.0
72387npm verb linkMans meow@3.6.0
72388npm info linkStuff default-browser-id@1.0.4
72389npm verb linkBins default-browser-id@1.0.4
72390npm verb link bins [ { 'default-browser-id': 'cli.js' },
72391npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72392npm verb link bins false ]
72393npm verb linkMans default-browser-id@1.0.4
72394npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/default-browser-id
72395npm info linkStuff vary@1.0.1
72396npm verb linkBins vary@1.0.1
72397npm verb linkMans vary@1.0.1
72398npm info linkStuff express@4.13.3
72399npm verb linkBins express@4.13.3
72400npm verb linkMans express@4.13.3
72401npm info linkStuff method-override@2.3.5
72402npm verb linkBins method-override@2.3.5
72403npm verb linkMans method-override@2.3.5
72404npm info linkStuff compression@1.5.2
72405npm verb linkBins compression@1.5.2
72406npm verb linkMans compression@1.5.2
72407npm info linkStuff verror@1.6.0
72408npm verb linkBins verror@1.6.0
72409npm verb linkMans verror@1.6.0
72410npm info linkStuff vasync@1.6.3
72411npm verb linkBins vasync@1.6.3
72412npm verb linkMans vasync@1.6.3
72413npm info linkStuff vhost@3.0.2
72414npm verb linkBins vhost@3.0.2
72415npm verb linkMans vhost@3.0.2
72416npm info linkStuff connect@2.30.2
72417npm verb linkBins connect@2.30.2
72418npm verb linkMans connect@2.30.2
72419npm info linkStuff ware@0.3.0
72420npm verb linkBins ware@0.3.0
72421npm verb linkMans ware@0.3.0
72422npm info linkStuff nan@2.1.0
72423npm verb linkBins nan@2.1.0
72424npm verb linkMans nan@2.1.0
72425npm info linkStuff weak@1.0.0
72426npm verb linkBins weak@1.0.0
72427npm verb linkMans weak@1.0.0
72428npm info linkStuff dnode@1.2.2
72429npm verb linkBins dnode@1.2.2
72430npm verb linkMans dnode@1.2.2
72431npm info linkStuff whet.extend@0.9.9
72432npm verb linkBins whet.extend@0.9.9
72433npm verb linkMans whet.extend@0.9.9
72434npm info linkStuff svgo@0.4.5
72435npm verb linkBins svgo@0.4.5
72436npm verb link bins [ { svgo: './bin/svgo' },
72437npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72438npm verb link bins false ]
72439npm verb linkMans svgo@0.4.5
72440npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/svgo
72441npm info linkStuff imagemin-svgo@0.1.1
72442npm verb linkBins imagemin-svgo@0.1.1
72443npm verb linkMans imagemin-svgo@0.1.1
72444npm info linkStuff grunt-svgmin@0.4.0
72445npm verb linkBins grunt-svgmin@0.4.0
72446npm verb linkMans grunt-svgmin@0.4.0
72447npm info linkStuff which@1.0.9
72448npm verb linkBins which@1.0.9
72449npm verb link bins [ { which: './bin/which' },
72450npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72451npm verb link bins false ]
72452npm verb linkMans which@1.0.9
72453npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/which
72454npm info linkStuff karma-chrome-launcher@0.1.12
72455npm verb linkBins karma-chrome-launcher@0.1.12
72456npm verb linkMans karma-chrome-launcher@0.1.12
72457npm info linkStuff grunt-legacy-util@0.2.0
72458npm verb linkBins grunt-legacy-util@0.2.0
72459npm verb linkMans grunt-legacy-util@0.2.0
72460npm info linkStuff grunt@0.4.5
72461npm verb linkBins grunt@0.4.5
72462npm verb linkMans grunt@0.4.5
72463npm info linkStuff ms@0.7.1
72464npm verb linkBins ms@0.7.1
72465npm verb linkMans ms@0.7.1
72466npm info linkStuff debug@2.2.0
72467npm verb linkBins debug@2.2.0
72468npm verb linkMans debug@2.2.0
72469npm info linkStuff yargs@1.3.3
72470npm verb linkBins yargs@1.3.3
72471npm verb linkMans yargs@1.3.3
72472npm info linkStuff semver@5.1.0
72473npm verb linkBins semver@5.1.0
72474npm verb link bins [ { semver: './bin/semver' },
72475npm verb link bins '/var/www/manticore.git/node_modules/win-release/node_modules/.bin',
72476npm verb link bins false ]
72477npm verb linkMans semver@5.1.0
72478npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/win-release/node_modules/.bin/semver
72479npm info linkStuff win-release@1.1.1
72480npm verb linkBins win-release@1.1.1
72481npm verb linkMans win-release@1.1.1
72482npm info linkStuff os-name@1.0.3
72483npm verb linkBins os-name@1.0.3
72484npm verb link bins [ { 'os-name': 'cli.js' },
72485npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72486npm verb link bins false ]
72487npm verb linkMans os-name@1.0.3
72488npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/os-name
72489npm info linkStuff win-spawn@2.0.0
72490npm verb linkBins win-spawn@2.0.0
72491npm verb link bins [ { 'win-spawn': './bin/win-spawn' },
72492npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72493npm verb link bins false ]
72494npm verb linkMans win-spawn@2.0.0
72495npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/win-spawn
72496npm info linkStuff window-size@0.1.0
72497npm verb linkBins window-size@0.1.0
72498npm verb linkMans window-size@0.1.0
72499npm info linkStuff ansi-styles@0.1.2
72500npm verb linkBins ansi-styles@0.1.2
72501npm verb linkMans ansi-styles@0.1.2
72502npm info linkStuff chalk@0.1.1
72503npm verb linkBins chalk@0.1.1
72504npm verb linkMans chalk@0.1.1
72505npm info linkStuff lodash@1.3.1
72506npm verb linkBins lodash@1.3.1
72507npm verb linkMans lodash@1.3.1
72508npm info linkStuff wiredep@0.4.2
72509npm verb linkBins wiredep@0.4.2
72510npm verb linkMans wiredep@0.4.2
72511npm info linkStuff grunt-asset-injector@0.1.0
72512npm verb linkBins grunt-asset-injector@0.1.0
72513npm verb linkMans grunt-asset-injector@0.1.0
72514npm info linkStuff async@0.2.10
72515npm verb linkBins async@0.2.10
72516npm verb linkMans async@0.2.10
72517npm info linkStuff wordwrap@0.0.2
72518npm verb linkBins wordwrap@0.0.2
72519npm verb linkMans wordwrap@0.0.2
72520npm info linkStuff optimist@0.6.1
72521npm verb linkBins optimist@0.6.1
72522npm verb linkMans optimist@0.6.1
72523npm info linkStuff optimist@0.3.7
72524npm verb linkBins optimist@0.3.7
72525npm verb linkMans optimist@0.3.7
72526npm info linkStuff uglify-js@2.4.0
72527npm verb linkBins uglify-js@2.4.0
72528npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
72529npm verb link bins '/var/www/manticore.git/node_modules/with/node_modules/.bin',
72530npm verb link bins false ]
72531npm verb linkMans uglify-js@2.4.0
72532npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/with/node_modules/.bin/uglifyjs
72533npm info linkStuff with@2.0.0
72534npm verb linkBins with@2.0.0
72535npm verb linkMans with@2.0.0
72536npm info linkStuff uglify-js@2.2.5
72537npm verb linkBins uglify-js@2.2.5
72538npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
72539npm verb link bins '/var/www/manticore.git/node_modules/transformers/node_modules/.bin',
72540npm verb link bins false ]
72541npm verb linkMans uglify-js@2.2.5
72542npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/transformers/node_modules/.bin/uglifyjs
72543npm info linkStuff transformers@2.1.0
72544npm verb linkBins transformers@2.1.0
72545npm verb linkMans transformers@2.1.0
72546npm info linkStuff uglify-js@2.4.0
72547npm verb linkBins uglify-js@2.4.0
72548npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
72549npm verb link bins '/var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/with/node_modules/.bin',
72550npm verb link bins false ]
72551npm verb linkMans uglify-js@2.4.0
72552npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/with/node_modules/.bin/uglifyjs
72553npm info linkStuff with@1.1.1
72554npm verb linkBins with@1.1.1
72555npm verb linkMans with@1.1.1
72556npm info linkStuff uglify-js@2.2.5
72557npm verb linkBins uglify-js@2.2.5
72558npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
72559npm verb link bins '/var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/transformers/node_modules/.bin',
72560npm verb link bins false ]
72561npm verb linkMans uglify-js@2.2.5
72562npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/transformers/node_modules/.bin/uglifyjs
72563npm info linkStuff transformers@2.0.1
72564npm verb linkBins transformers@2.0.1
72565npm verb linkMans transformers@2.0.1
72566npm info linkStuff uglify-js@2.3.6
72567npm verb linkBins uglify-js@2.3.6
72568npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
72569npm verb link bins '/var/www/manticore.git/node_modules/handlebars/node_modules/.bin',
72570npm verb link bins false ]
72571npm verb linkMans uglify-js@2.3.6
72572npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/handlebars/node_modules/.bin/uglifyjs
72573npm info linkStuff handlebars@2.0.0
72574npm verb linkBins handlebars@2.0.0
72575npm verb link bins [ { handlebars: 'bin/handlebars' },
72576npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72577npm verb link bins false ]
72578npm verb linkMans handlebars@2.0.0
72579npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/handlebars
72580npm info linkStuff optimist@0.6.1
72581npm verb linkBins optimist@0.6.1
72582npm verb linkMans optimist@0.6.1
72583npm info linkStuff ng-annotate@0.9.11
72584npm verb linkBins ng-annotate@0.9.11
72585npm verb link bins [ { 'ng-annotate': './build/es5/ng-annotate' },
72586npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72587npm verb link bins false ]
72588npm verb linkMans ng-annotate@0.9.11
72589npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ng-annotate
72590npm info linkStuff grunt-ng-annotate@0.2.3
72591npm verb linkBins grunt-ng-annotate@0.2.3
72592npm verb linkMans grunt-ng-annotate@0.2.3
72593npm info linkStuff optimist@0.6.1
72594npm verb linkBins optimist@0.6.1
72595npm verb linkMans optimist@0.6.1
72596npm info linkStuff optimist@0.6.1
72597npm verb linkBins optimist@0.6.1
72598npm verb linkMans optimist@0.6.1
72599npm info linkStuff optimist@0.2.8
72600npm verb linkBins optimist@0.2.8
72601npm verb linkMans optimist@0.2.8
72602npm info linkStuff event-stream@0.5.3
72603npm verb linkBins event-stream@0.5.3
72604npm verb linkMans event-stream@0.5.3
72605npm info linkStuff ps-tree@0.0.3
72606npm verb linkBins ps-tree@0.0.3
72607npm verb linkMans ps-tree@0.0.3
72608npm info linkStuff optimist@0.6.1
72609npm verb linkBins optimist@0.6.1
72610npm verb linkMans optimist@0.6.1
72611npm info linkStuff bower-config@0.5.2
72612npm verb linkBins bower-config@0.5.2
72613npm verb linkMans bower-config@0.5.2
72614npm info linkStuff bower-registry-client@0.2.4
72615npm verb linkBins bower-registry-client@0.2.4
72616npm verb linkMans bower-registry-client@0.2.4
72617npm info linkStuff wrappy@1.0.1
72618npm verb linkBins wrappy@1.0.1
72619npm verb linkMans wrappy@1.0.1
72620npm info linkStuff once@1.3.2
72621npm verb linkBins once@1.3.2
72622npm verb linkMans once@1.3.2
72623npm info linkStuff npmconf@2.1.1
72624npm verb linkBins npmconf@2.1.1
72625npm verb linkMans npmconf@2.1.1
72626npm info linkStuff npmconf@2.1.2
72627npm verb linkBins npmconf@2.1.2
72628npm verb linkMans npmconf@2.1.2
72629npm info linkStuff registry-url@0.1.1
72630npm verb linkBins registry-url@0.1.1
72631npm verb linkMans registry-url@0.1.1
72632npm info linkStuff package-json@0.2.0
72633npm verb linkBins package-json@0.2.0
72634npm verb linkMans package-json@0.2.0
72635npm info linkStuff latest-version@0.2.0
72636npm verb linkBins latest-version@0.2.0
72637npm verb link bins [ { 'latest-version': 'cli.js' },
72638npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72639npm verb link bins false ]
72640npm verb linkMans latest-version@0.2.0
72641npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/latest-version
72642npm info linkStuff glob@4.0.6
72643npm verb linkBins glob@4.0.6
72644npm verb linkMans glob@4.0.6
72645npm info linkStuff end-of-stream@1.0.0
72646npm verb linkBins end-of-stream@1.0.0
72647npm verb linkMans end-of-stream@1.0.0
72648npm info linkStuff pump@0.3.5
72649npm verb linkBins pump@0.3.5
72650npm verb linkMans pump@0.3.5
72651npm info linkStuff inflight@1.0.4
72652npm verb linkBins inflight@1.0.4
72653npm verb linkMans inflight@1.0.4
72654npm info linkStuff glob@4.5.3
72655npm verb linkBins glob@4.5.3
72656npm verb linkMans glob@4.5.3
72657npm info linkStuff glob@5.0.15
72658npm verb linkBins glob@5.0.15
72659npm verb linkMans glob@5.0.15
72660npm info linkStuff glob@4.5.3
72661npm verb linkBins glob@4.5.3
72662npm verb linkMans glob@4.5.3
72663npm info linkStuff glob@6.0.3
72664npm verb linkBins glob@6.0.3
72665npm verb linkMans glob@6.0.3
72666npm info linkStuff rimraf@2.4.5
72667npm verb linkBins rimraf@2.4.5
72668npm verb link bins [ { rimraf: './bin.js' },
72669npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72670npm verb link bins false ]
72671npm verb linkMans rimraf@2.4.5
72672npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/rimraf
72673npm info linkStuff utile@0.2.1
72674npm verb linkBins utile@0.2.1
72675npm verb linkMans utile@0.2.1
72676npm info linkStuff http-proxy@0.10.4
72677npm verb linkBins http-proxy@0.10.4
72678npm verb link bins [ { 'node-http-proxy': './bin/node-http-proxy' },
72679npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72680npm verb link bins false ]
72681npm verb linkMans http-proxy@0.10.4
72682npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/node-http-proxy
72683npm info linkStuff fs-extra@0.23.1
72684npm verb linkBins fs-extra@0.23.1
72685npm verb linkMans fs-extra@0.23.1
72686npm info linkStuff phantomjs@1.9.19
72687npm verb linkBins phantomjs@1.9.19
72688npm verb link bins [ { phantomjs: './bin/phantomjs' },
72689npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72690npm verb link bins false ]
72691npm verb linkMans phantomjs@1.9.19
72692npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/phantomjs
72693npm info linkStuff karma-phantomjs-launcher@0.1.4
72694npm verb linkBins karma-phantomjs-launcher@0.1.4
72695npm verb linkMans karma-phantomjs-launcher@0.1.4
72696npm info linkStuff mv@2.1.1
72697npm verb linkBins mv@2.1.1
72698npm verb linkMans mv@2.1.1
72699npm info linkStuff bunyan@1.5.1
72700npm verb linkBins bunyan@1.5.1
72701npm verb link bins [ { bunyan: './bin/bunyan' },
72702npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72703npm verb link bins false ]
72704npm verb linkMans bunyan@1.5.1
72705npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/bunyan
72706npm info linkStuff fs-extra@0.10.0
72707npm verb linkBins fs-extra@0.10.0
72708npm verb linkMans fs-extra@0.10.0
72709npm info linkStuff fstream@1.0.8
72710npm verb linkBins fstream@1.0.8
72711npm verb linkMans fstream@1.0.8
72712npm info linkStuff fstream-ignore@1.0.3
72713npm verb linkBins fstream-ignore@1.0.3
72714npm verb linkMans fstream-ignore@1.0.3
72715npm info linkStuff fstream@0.1.31
72716npm verb linkBins fstream@0.1.31
72717npm verb linkMans fstream@0.1.31
72718npm info linkStuff tar@0.1.20
72719npm verb linkBins tar@0.1.20
72720npm verb linkMans tar@0.1.20
72721npm info linkStuff fs-extra@0.9.1
72722npm verb linkBins fs-extra@0.9.1
72723npm verb linkMans fs-extra@0.9.1
72724npm info linkStuff autoprefixer@1.3.1
72725npm verb linkBins autoprefixer@1.3.1
72726npm verb link bins [ { autoprefixer: './bin/autoprefixer' },
72727npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72728npm verb link bins false ]
72729npm verb linkMans autoprefixer@1.3.1
72730npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/autoprefixer
72731npm info linkStuff grunt-autoprefixer@0.7.6
72732npm verb linkBins grunt-autoprefixer@0.7.6
72733npm verb linkMans grunt-autoprefixer@0.7.6
72734npm info linkStuff exec-buffer@0.1.1
72735npm verb linkBins exec-buffer@0.1.1
72736npm verb linkMans exec-buffer@0.1.1
72737npm info linkStuff decompress@0.2.5
72738npm verb linkBins decompress@0.2.5
72739npm verb link bins [ { decompress: 'cli.js' },
72740npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72741npm verb link bins false ]
72742npm verb linkMans decompress@0.2.5
72743npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/decompress
72744npm info linkStuff nan@1.4.3
72745npm verb linkBins nan@1.4.3
72746npm verb linkMans nan@1.4.3
72747npm info linkStuff ws@0.5.0
72748npm verb linkBins ws@0.5.0
72749npm verb linkMans ws@0.5.0
72750npm info linkStuff engine.io@1.5.1
72751npm verb linkBins engine.io@1.5.1
72752npm verb linkMans engine.io@1.5.1
72753npm info linkStuff x-default-browser@0.3.1
72754npm verb linkBins x-default-browser@0.3.1
72755npm verb link bins [ { 'x-default-browser': 'bin/x-default-browser.js' },
72756npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72757npm verb link bins false ]
72758npm verb linkMans x-default-browser@0.3.1
72759npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/x-default-browser
72760npm info linkStuff xdg-basedir@1.0.1
72761npm verb linkBins xdg-basedir@1.0.1
72762npm verb linkMans xdg-basedir@1.0.1
72763npm info linkStuff configstore@0.3.2
72764npm verb linkBins configstore@0.3.2
72765npm verb linkMans configstore@0.3.2
72766npm info linkStuff update-notifier@0.2.0
72767npm verb linkBins update-notifier@0.2.0
72768npm verb linkMans update-notifier@0.2.0
72769npm info linkStuff lodash@3.10.1
72770npm verb linkBins lodash@3.10.1
72771npm verb linkMans lodash@3.10.1
72772npm info linkStuff xmlbuilder@4.0.0
72773npm verb linkBins xmlbuilder@4.0.0
72774npm verb linkMans xmlbuilder@4.0.0
72775npm info linkStuff xml2js@0.4.4
72776npm verb linkBins xml2js@0.4.4
72777npm verb linkMans xml2js@0.4.4
72778npm info linkStuff selenium-webdriver@2.44.0
72779npm verb linkBins selenium-webdriver@2.44.0
72780npm verb linkMans selenium-webdriver@2.44.0
72781npm info linkStuff protractor@1.8.0
72782npm verb linkBins protractor@1.8.0
72783npm verb link bins [ { protractor: 'bin/protractor',
72784npm verb link bins 'webdriver-manager': 'bin/webdriver-manager' },
72785npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72786npm verb link bins false ]
72787npm verb linkMans protractor@1.8.0
72788npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/protractor
72789npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/webdriver-manager
72790npm info linkStuff grunt-protractor-runner@1.2.1
72791npm verb linkBins grunt-protractor-runner@1.2.1
72792npm verb linkMans grunt-protractor-runner@1.2.1
72793npm info linkStuff xmldom@0.1.19
72794npm verb linkBins xmldom@0.1.19
72795npm verb linkMans xmldom@0.1.19
72796npm info linkStuff plist@1.2.0
72797npm verb linkBins plist@1.2.0
72798npm verb linkMans plist@1.2.0
72799npm info linkStuff xmlhttprequest@1.8.0
72800npm verb linkBins xmlhttprequest@1.8.0
72801npm verb linkMans xmlhttprequest@1.8.0
72802npm info linkStuff xtend@4.0.1
72803npm verb linkBins xtend@4.0.1
72804npm verb linkMans xtend@4.0.1
72805npm info linkStuff win-detect-browsers@1.0.2
72806npm verb linkBins win-detect-browsers@1.0.2
72807npm verb link bins [ { 'win-detect-browsers': './bin/detect-browsers' },
72808npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72809npm verb link bins false ]
72810npm verb linkMans win-detect-browsers@1.0.2
72811npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/win-detect-browsers
72812npm info linkStuff browser-launcher2@0.4.6
72813npm verb linkBins browser-launcher2@0.4.6
72814npm verb linkMans browser-launcher2@0.4.6
72815npm info linkStuff biased-opener@0.2.7
72816npm verb linkBins biased-opener@0.2.7
72817npm verb link bins [ { 'biased-opener': 'bin/biased-opener.js' },
72818npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72819npm verb link bins false ]
72820npm verb linkMans biased-opener@0.2.7
72821npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/biased-opener
72822npm info linkStuff node-inspector@0.9.2
72823npm WARN prefer global node-inspector@0.9.2 should be installed with -g
72824npm verb linkBins node-inspector@0.9.2
72825npm verb link bins [ { 'node-inspector': './bin/inspector.js',
72826npm verb link bins 'node-debug': './bin/node-debug.js' },
72827npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72828npm verb link bins false ]
72829npm verb linkMans node-inspector@0.9.2
72830npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/node-inspector
72831npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/node-debug
72832npm info linkStuff grunt-node-inspector@0.1.6
72833npm verb linkBins grunt-node-inspector@0.1.6
72834npm verb linkMans grunt-node-inspector@0.1.6
72835npm info linkStuff tar-stream@0.4.7
72836npm verb linkBins tar-stream@0.4.7
72837npm verb linkMans tar-stream@0.4.7
72838npm info linkStuff tar-fs@0.5.2
72839npm verb linkBins tar-fs@0.5.2
72840npm verb linkMans tar-fs@0.5.2
72841npm info linkStuff is-my-json-valid@2.12.3
72842npm verb linkBins is-my-json-valid@2.12.3
72843npm verb linkMans is-my-json-valid@2.12.3
72844npm info linkStuff har-validator@1.8.0
72845npm verb linkBins har-validator@1.8.0
72846npm verb link bins [ { 'har-validator': 'bin/har-validator' },
72847npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72848npm verb link bins false ]
72849npm verb linkMans har-validator@1.8.0
72850npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/har-validator
72851npm info linkStuff request@2.60.0
72852npm verb linkBins request@2.60.0
72853npm verb linkMans request@2.60.0
72854npm info linkStuff update-notifier@0.1.10
72855npm verb linkBins update-notifier@0.1.10
72856npm verb linkMans update-notifier@0.1.10
72857npm info linkStuff nodemon@1.0.20
72858npm WARN prefer global nodemon@1.0.20 should be installed with -g
72859npm verb linkBins nodemon@1.0.20
72860npm verb link bins [ { nodemon: './bin/nodemon.js' },
72861npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72862npm verb link bins false ]
72863npm verb linkMans nodemon@1.0.20
72864npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/nodemon
72865npm info linkStuff grunt-nodemon@0.2.1
72866npm verb linkBins grunt-nodemon@0.2.1
72867npm verb linkMans grunt-nodemon@0.2.1
72868npm info linkStuff insight@0.4.3
72869npm verb linkBins insight@0.4.3
72870npm verb linkMans insight@0.4.3
72871npm info linkStuff bower@1.3.12
72872npm verb linkBins bower@1.3.12
72873npm verb link bins [ { bower: 'bin/bower' },
72874npm verb link bins '/var/www/manticore.git/node_modules/google-cdn/node_modules/.bin',
72875npm verb link bins false ]
72876npm verb linkMans bower@1.3.12
72877npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/google-cdn/node_modules/.bin/bower
72878npm info linkStuff google-cdn@0.7.0
72879npm verb linkBins google-cdn@0.7.0
72880npm verb linkMans google-cdn@0.7.0
72881npm info linkStuff grunt-google-cdn@0.4.3
72882npm verb linkBins grunt-google-cdn@0.4.3
72883npm verb linkMans grunt-google-cdn@0.4.3
72884npm info linkStuff download@0.1.19
72885npm verb linkBins download@0.1.19
72886npm verb link bins [ { download: 'cli.js' },
72887npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72888npm verb link bins false ]
72889npm verb linkMans download@0.1.19
72890npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/download
72891npm info linkStuff bin-wrapper@0.3.4
72892npm verb linkBins bin-wrapper@0.3.4
72893npm verb linkMans bin-wrapper@0.3.4
72894npm info linkStuff bin-build@0.1.1
72895npm verb linkBins bin-build@0.1.1
72896npm verb linkMans bin-build@0.1.1
72897npm info linkStuff pngquant-bin@0.3.5
72898npm verb linkBins pngquant-bin@0.3.5
72899npm verb link bins [ { pngquant: 'cli.js' },
72900npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72901npm verb link bins false ]
72902npm verb linkMans pngquant-bin@0.3.5
72903npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/pngquant
72904npm info linkStuff imagemin-pngquant@0.1.3
72905npm verb linkBins imagemin-pngquant@0.1.3
72906npm verb linkMans imagemin-pngquant@0.1.3
72907npm info linkStuff optipng-bin@0.3.11
72908npm verb linkBins optipng-bin@0.3.11
72909npm verb link bins [ { optipng: 'cli.js' },
72910npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72911npm verb link bins false ]
72912npm verb linkMans optipng-bin@0.3.11
72913npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/optipng
72914npm info linkStuff imagemin-optipng@0.1.0
72915npm verb linkBins imagemin-optipng@0.1.0
72916npm verb linkMans imagemin-optipng@0.1.0
72917npm info linkStuff jpegtran-bin@0.2.8
72918npm verb linkBins jpegtran-bin@0.2.8
72919npm verb link bins [ { jpegtran: 'cli.js' },
72920npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72921npm verb link bins false ]
72922npm verb linkMans jpegtran-bin@0.2.8
72923npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/jpegtran
72924npm info linkStuff imagemin-jpegtran@0.1.0
72925npm verb linkBins imagemin-jpegtran@0.1.0
72926npm verb linkMans imagemin-jpegtran@0.1.0
72927npm info linkStuff gifsicle@0.1.7
72928npm verb linkBins gifsicle@0.1.7
72929npm verb link bins [ { gifsicle: 'cli.js' },
72930npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72931npm verb link bins false ]
72932npm verb linkMans gifsicle@0.1.7
72933npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/gifsicle
72934npm info linkStuff imagemin-gifsicle@0.1.1
72935npm verb linkBins imagemin-gifsicle@0.1.1
72936npm verb linkMans imagemin-gifsicle@0.1.1
72937npm info linkStuff imagemin@0.4.9
72938npm verb linkBins imagemin@0.4.9
72939npm verb link bins [ { imagemin: 'cli.js' },
72940npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72941npm verb link bins false ]
72942npm verb linkMans imagemin@0.4.9
72943npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/imagemin
72944npm info linkStuff grunt-contrib-imagemin@0.7.2
72945npm verb linkBins grunt-contrib-imagemin@0.7.2
72946npm verb linkMans grunt-contrib-imagemin@0.7.2
72947npm info linkStuff through2@0.6.5
72948npm verb linkBins through2@0.6.5
72949npm verb linkMans through2@0.6.5
72950npm info linkStuff wiredep@1.8.6
72951npm verb linkBins wiredep@1.8.6
72952npm verb link bins [ { wiredep: './wiredep-cli.js' },
72953npm verb link bins '/var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin',
72954npm verb link bins false ]
72955npm verb linkMans wiredep@1.8.6
72956npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/grunt-wiredep/node_modules/.bin/wiredep
72957npm info linkStuff grunt-wiredep@1.8.0
72958npm verb linkBins grunt-wiredep@1.8.0
72959npm verb linkMans grunt-wiredep@1.8.0
72960npm info linkStuff yargs@3.5.4
72961npm verb linkBins yargs@3.5.4
72962npm verb linkMans yargs@3.5.4
72963npm info linkStuff uglify-js@2.4.24
72964npm verb linkBins uglify-js@2.4.24
72965npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
72966npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72967npm verb link bins false ]
72968npm verb linkMans uglify-js@2.4.24
72969npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/uglifyjs
72970npm info linkStuff with@3.0.1
72971npm verb linkBins with@3.0.1
72972npm verb linkMans with@3.0.1
72973npm info linkStuff constantinople@1.0.2
72974npm verb linkBins constantinople@1.0.2
72975npm verb linkMans constantinople@1.0.2
72976npm info linkStuff jade@0.33.0
72977npm verb linkBins jade@0.33.0
72978npm verb link bins [ { jade: './bin/jade' },
72979npm verb link bins '/var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/.bin',
72980npm verb link bins false ]
72981npm verb linkMans jade@0.33.0
72982npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-jade-preprocessor/node_modules/.bin/jade
72983npm info linkStuff karma-jade-preprocessor@0.0.11
72984npm verb linkBins karma-jade-preprocessor@0.0.11
72985npm verb linkMans karma-jade-preprocessor@0.0.11
72986npm info linkStuff html-minifier@0.6.9
72987npm verb linkBins html-minifier@0.6.9
72988npm verb link bins [ { 'html-minifier': './cli.js' },
72989npm verb link bins '/var/www/manticore.git/node_modules/.bin',
72990npm verb link bins false ]
72991npm verb linkMans html-minifier@0.6.9
72992npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/html-minifier
72993npm info linkStuff grunt-angular-templates@0.5.9
72994npm verb linkBins grunt-angular-templates@0.5.9
72995npm verb linkMans grunt-angular-templates@0.5.9
72996npm info linkStuff constantinople@2.0.1
72997npm verb linkBins constantinople@2.0.1
72998npm verb linkMans constantinople@2.0.1
72999npm info linkStuff jade@1.3.1
73000npm verb linkBins jade@1.3.1
73001npm verb link bins [ { jade: './bin/jade.js' },
73002npm verb link bins '/var/www/manticore.git/node_modules/karma-ng-jade2js-preprocessor/node_modules/.bin',
73003npm verb link bins false ]
73004npm verb linkMans jade@1.3.1
73005npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/karma-ng-jade2js-preprocessor/node_modules/.bin/jade
73006npm info linkStuff karma-ng-jade2js-preprocessor@0.1.5
73007npm verb linkBins karma-ng-jade2js-preprocessor@0.1.5
73008npm verb linkMans karma-ng-jade2js-preprocessor@0.1.5
73009npm info linkStuff jade@1.2.0
73010npm verb linkBins jade@1.2.0
73011npm verb link bins [ { jade: './bin/jade.js' },
73012npm verb link bins '/var/www/manticore.git/node_modules/.bin',
73013npm verb link bins false ]
73014npm verb linkMans jade@1.2.0
73015npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/jade
73016npm info linkStuff grunt-contrib-jade@0.11.0
73017npm verb linkBins grunt-contrib-jade@0.11.0
73018npm verb linkMans grunt-contrib-jade@0.11.0
73019npm info linkStuff zeparser@0.0.5
73020npm verb linkBins zeparser@0.0.5
73021npm verb linkMans zeparser@0.0.5
73022npm info linkStuff active-x-obfuscator@0.0.1
73023npm verb linkBins active-x-obfuscator@0.0.1
73024npm verb linkMans active-x-obfuscator@0.0.1
73025npm info linkStuff socket.io-client@0.9.16
73026npm verb linkBins socket.io-client@0.9.16
73027npm verb linkMans socket.io-client@0.9.16
73028npm info linkStuff socket.io@0.9.16
73029npm verb linkBins socket.io@0.9.16
73030npm verb linkMans socket.io@0.9.16
73031npm info linkStuff karma@0.12.37
73032npm verb linkBins karma@0.12.37
73033npm verb link bins [ { karma: './bin/karma' },
73034npm verb link bins '/var/www/manticore.git/node_modules/.bin',
73035npm verb link bins false ]
73036npm verb linkMans karma@0.12.37
73037npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/karma
73038npm info linkStuff zlib-browserify@0.0.3
73039npm verb linkBins zlib-browserify@0.0.3
73040npm verb linkMans zlib-browserify@0.0.3
73041npm info linkStuff gzip-size@0.1.1
73042npm verb linkBins gzip-size@0.1.1
73043npm verb link bins [ { 'gzip-size': 'cli.js' },
73044npm verb link bins '/var/www/manticore.git/node_modules/.bin',
73045npm verb link bins false ]
73046npm verb linkMans gzip-size@0.1.1
73047npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/gzip-size
73048npm info linkStuff maxmin@0.1.0
73049npm verb linkBins maxmin@0.1.0
73050npm verb linkMans maxmin@0.1.0
73051npm info linkStuff grunt-contrib-uglify@0.4.1
73052npm verb linkBins grunt-contrib-uglify@0.4.1
73053npm verb linkMans grunt-contrib-uglify@0.4.1
73054npm info linkStuff grunt-contrib-cssmin@0.9.0
73055npm verb linkBins grunt-contrib-cssmin@0.9.0
73056npm verb linkMans grunt-contrib-cssmin@0.9.0
73057npm info linkStuff async@1.3.0
73058npm verb linkBins async@1.3.0
73059npm verb linkMans async@1.3.0
73060npm info linkStuff body-parser@1.5.2
73061npm verb linkBins body-parser@1.5.2
73062npm verb linkMans body-parser@1.5.2
73063npm info linkStuff composable-middleware@0.3.0
73064npm verb linkBins composable-middleware@0.3.0
73065npm verb linkMans composable-middleware@0.3.0
73066npm info linkStuff compression@1.0.11
73067npm verb linkBins compression@1.0.11
73068npm verb linkMans compression@1.0.11
73069npm info linkStuff connect-mongo@0.4.2
73070npm verb linkBins connect-mongo@0.4.2
73071npm verb linkMans connect-mongo@0.4.2
73072npm info linkStuff cookie-parser@1.0.1
73073npm verb linkBins cookie-parser@1.0.1
73074npm verb linkMans cookie-parser@1.0.1
73075npm info linkStuff dav@1.7.8
73076npm verb linkBins dav@1.7.8
73077npm verb linkMans dav@1.7.8
73078npm info linkStuff errorhandler@1.0.2
73079npm verb linkBins errorhandler@1.0.2
73080npm verb linkMans errorhandler@1.0.2
73081npm info linkStuff express@4.0.0
73082npm verb linkBins express@4.0.0
73083npm verb linkMans express@4.0.0
73084npm info linkStuff express-jwt@3.1.0
73085npm verb linkBins express-jwt@3.1.0
73086npm verb linkMans express-jwt@3.1.0
73087npm info linkStuff express-session@1.0.4
73088npm verb linkBins express-session@1.0.4
73089npm verb linkMans express-session@1.0.4
73090npm info linkStuff gridfs-stream@1.1.1
73091npm verb linkBins gridfs-stream@1.1.1
73092npm verb linkMans gridfs-stream@1.1.1
73093npm info linkStuff ldapjs@1.0.0
73094npm verb linkBins ldapjs@1.0.0
73095npm verb link bins [ { 'ldapjs-add': 'bin/ldapjs-add',
73096npm verb link bins 'ldapjs-compare': 'bin/ldapjs-compare',
73097npm verb link bins 'ldapjs-delete': 'bin/ldapjs-delete',
73098npm verb link bins 'ldapjs-modify': 'bin/ldapjs-modify',
73099npm verb link bins 'ldapjs-search': 'bin/ldapjs-search' },
73100npm verb link bins '/var/www/manticore.git/node_modules/.bin',
73101npm verb link bins false ]
73102npm verb linkMans ldapjs@1.0.0
73103npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ldapjs-compare
73104npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ldapjs-delete
73105npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ldapjs-modify
73106npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ldapjs-search
73107npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/.bin/ldapjs-add
73108npm info linkStuff method-override@1.0.2
73109npm verb linkBins method-override@1.0.2
73110npm verb linkMans method-override@1.0.2
73111npm info linkStuff mongoose@4.1.12
73112npm verb linkBins mongoose@4.1.12
73113npm verb linkMans mongoose@4.1.12
73114npm info linkStuff morgan@1.0.1
73115npm verb linkBins morgan@1.0.1
73116npm verb linkMans morgan@1.0.1
73117npm info linkStuff multer@0.1.8
73118npm verb linkBins multer@0.1.8
73119npm verb linkMans multer@0.1.8
73120npm info linkStuff passport@0.2.2
73121npm verb linkBins passport@0.2.2
73122npm verb linkMans passport@0.2.2
73123npm info linkStuff passport-ldapauth@0.3.0
73124npm verb linkBins passport-ldapauth@0.3.0
73125npm verb linkMans passport-ldapauth@0.3.0
73126npm info linkStuff passport-local@0.1.6
73127npm verb linkBins passport-local@0.1.6
73128npm verb linkMans passport-local@0.1.6
73129npm info linkStuff phantom@0.7.2
73130npm verb linkBins phantom@0.7.2
73131npm verb linkMans phantom@0.7.2
73132npm info linkStuff serve-favicon@2.0.1
73133npm verb linkBins serve-favicon@2.0.1
73134npm verb linkMans serve-favicon@2.0.1
73135npm info linkStuff socket.io@1.3.5
73136npm verb linkBins socket.io@1.3.5
73137npm verb linkMans socket.io@1.3.5
73138npm info linkStuff socketio-jwt@4.3.3
73139npm verb linkBins socketio-jwt@4.3.3
73140npm verb linkMans socketio-jwt@4.3.3
73141npm info lifecycle CSSwhat@0.4.7~install: CSSwhat@0.4.7
73142npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
73143npm info lifecycle accessibility-developer-tools@2.6.0~install: accessibility-developer-tools@2.6.0
73144npm info lifecycle adm-zip@0.4.7~install: adm-zip@0.4.7
73145npm info lifecycle after@0.8.1~install: after@0.8.1
73146npm info lifecycle amdefine@1.0.0~install: amdefine@1.0.0
73147npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
73148npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
73149npm info lifecycle ansi-wrap@0.1.0~install: ansi-wrap@0.1.0
73150npm info lifecycle ansi-green@0.1.1~install: ansi-green@0.1.1
73151npm info lifecycle archy@0.0.2~install: archy@0.0.2
73152npm info lifecycle underscore.string@2.4.0~install: underscore.string@2.4.0
73153npm info lifecycle arr-flatten@1.0.1~install: arr-flatten@1.0.1
73154npm info lifecycle arr-diff@2.0.0~install: arr-diff@2.0.0
73155npm info lifecycle array-filter@0.0.1~install: array-filter@0.0.1
73156npm info lifecycle array-flatten@1.1.1~install: array-flatten@1.1.1
73157npm info lifecycle array-map@0.0.0~install: array-map@0.0.0
73158npm info lifecycle array-reduce@0.0.0~install: array-reduce@0.0.0
73159npm info lifecycle array-unique@0.2.1~install: array-unique@0.2.1
73160npm info lifecycle arraybuffer.slice@0.0.6~install: arraybuffer.slice@0.0.6
73161npm info lifecycle arrify@1.0.1~install: arrify@1.0.1
73162npm info lifecycle asn1@0.2.3~install: asn1@0.2.3
73163npm info lifecycle assert-plus@0.2.0~install: assert-plus@0.2.0
73164npm info lifecycle async-each@0.1.6~install: async-each@0.1.6
73165npm info lifecycle aws-sign2@0.5.0~install: aws-sign2@0.5.0
73166npm info lifecycle backo2@1.0.2~install: backo2@1.0.2
73167npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
73168npm info lifecycle base64-arraybuffer@0.1.2~install: base64-arraybuffer@0.1.2
73169npm info lifecycle base64-js@0.0.8~install: base64-js@0.0.8
73170npm info lifecycle base64-url@1.2.1~install: base64-url@1.2.1
73171npm info lifecycle base64id@0.1.0~install: base64id@0.1.0
73172npm info lifecycle basic-auth@1.0.3~install: basic-auth@1.0.3
73173npm info lifecycle basic-auth-connect@1.0.0~install: basic-auth-connect@1.0.0
73174npm info lifecycle batch@0.5.2~install: batch@0.5.2
73175npm info lifecycle bcryptjs@2.1.0~install: bcryptjs@2.1.0
73176npm info lifecycle benchmark@1.0.0~install: benchmark@1.0.0
73177npm info lifecycle big-integer@1.6.9~install: big-integer@1.6.9
73178npm info lifecycle binary-extensions@1.4.0~install: binary-extensions@1.4.0
73179npm info lifecycle bindings@1.2.1~install: bindings@1.2.1
73180npm info lifecycle blob@0.0.2~install: blob@0.0.2
73181npm info lifecycle bluebird@2.9.26~install: bluebird@2.9.26
73182npm info lifecycle bn.js@2.2.0~install: bn.js@2.2.0
73183npm info lifecycle boolbase@1.0.0~install: boolbase@1.0.0
73184npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
73185npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
73186npm info lifecycle osenv@0.0.3~install: osenv@0.0.3
73187npm info lifecycle bower-endpoint-parser@0.2.2~install: bower-endpoint-parser@0.2.2
73188npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
73189npm info lifecycle bower-logger@0.2.2~install: bower-logger@0.2.2
73190npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
73191npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
73192npm info lifecycle async@0.2.10~install: async@0.2.10
73193npm info lifecycle caseless@0.8.0~install: caseless@0.8.0
73194npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
73195npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
73196npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
73197npm info lifecycle async@0.9.2~install: async@0.9.2
73198npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
73199npm info lifecycle hoek@0.9.1~install: hoek@0.9.1
73200npm info lifecycle boom@0.4.2~install: boom@0.4.2
73201npm info lifecycle cryptiles@0.2.2~install: cryptiles@0.2.2
73202npm info lifecycle lru-cache@2.3.1~install: lru-cache@2.3.1
73203npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
73204npm info lifecycle oauth-sign@0.5.0~install: oauth-sign@0.5.0
73205npm info lifecycle qs@2.3.3~install: qs@2.3.3
73206npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
73207npm info lifecycle sntp@0.2.4~install: sntp@0.2.4
73208npm info lifecycle hawk@1.1.1~install: hawk@1.1.1
73209npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
73210npm info lifecycle archy@1.0.0~install: archy@1.0.0
73211npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
73212npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
73213npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
73214npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
73215npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
73216npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
73217npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
73218npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
73219npm info lifecycle untildify@2.1.0~install: untildify@2.1.0
73220npm info lifecycle bower-endpoint-parser@0.2.2~install: bower-endpoint-parser@0.2.2
73221npm info lifecycle deep-extend@0.2.11~install: deep-extend@0.2.11
73222npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
73223npm info lifecycle intersect@0.0.3~install: intersect@0.0.3
73224npm info lifecycle bower-json@0.4.0~install: bower-json@0.4.0
73225npm info lifecycle bower-logger@0.2.2~install: bower-logger@0.2.2
73226npm info lifecycle async@0.2.10~install: async@0.2.10
73227npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
73228npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
73229npm info lifecycle ansicolors@0.2.1~install: ansicolors@0.2.1
73230npm info lifecycle esprima@1.0.4~install: esprima@1.0.4
73231npm info lifecycle redeyed@0.4.4~install: redeyed@0.4.4
73232npm info lifecycle cardinal@0.4.4~install: cardinal@0.4.4
73233npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
73234npm info lifecycle escape-string-regexp@1.0.3~install: escape-string-regexp@1.0.3
73235npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
73236npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
73237npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
73238npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
73239npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
73240npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
73241npm info lifecycle chmodr@1.0.2~install: chmodr@1.0.2
73242npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
73243npm info lifecycle sprintf-js@1.0.3~install: sprintf-js@1.0.3
73244npm info lifecycle argparse@1.0.3~install: argparse@1.0.3
73245npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
73246npm info lifecycle inherit@2.2.2~install: inherit@2.2.2
73247npm info lifecycle js-yaml@3.4.6~install: js-yaml@3.4.6
73248npm info lifecycle object-assign@2.1.1~install: object-assign@2.1.1
73249npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
73250npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
73251npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
73252npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
73253npm info lifecycle buffers@0.1.1~install: buffers@0.1.1
73254npm info lifecycle traverse@0.3.9~install: traverse@0.3.9
73255npm info lifecycle chainsaw@0.1.0~install: chainsaw@0.1.0
73256npm info lifecycle binary@0.3.0~install: binary@0.3.0
73257npm info lifecycle mkpath@0.1.0~install: mkpath@0.1.0
73258npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
73259npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73260npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
73261npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
73262npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
73263npm info lifecycle nopt@1.0.10~install: nopt@1.0.10
73264npm info lifecycle touch@0.0.3~install: touch@0.0.3
73265npm info lifecycle destroy@1.0.3~install: destroy@1.0.3
73266npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
73267npm info lifecycle iferr@0.1.5~install: iferr@0.1.5
73268npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
73269npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
73270npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73271npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
73272npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
73273npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
73274npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
73275npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
73276npm info lifecycle fs-write-stream-atomic@1.0.7~install: fs-write-stream-atomic@1.0.7
73277npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73278npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
73279npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
73280npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
73281npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
73282npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
73283npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73284npm info lifecycle mime@1.3.4~install: mime@1.3.4
73285npm info lifecycle github@0.2.4~install: github@0.2.4
73286npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
73287npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73288npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
73289npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
73290npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
73291npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
73292npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
73293npm info lifecycle once@1.3.3~install: once@1.3.3
73294npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
73295npm info lifecycle glob@4.5.3~install: glob@4.5.3
73296npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
73297npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
73298npm info lifecycle optimist@0.3.7~install: optimist@0.3.7
73299npm info lifecycle async@0.2.10~install: async@0.2.10
73300npm info lifecycle amdefine@1.0.0~install: amdefine@1.0.0
73301npm info lifecycle source-map@0.1.43~install: source-map@0.1.43
73302npm info lifecycle uglify-js@2.3.6~install: uglify-js@2.3.6
73303npm info lifecycle handlebars@2.0.0~install: handlebars@2.0.0
73304npm info lifecycle ansi-escapes@1.1.0~install: ansi-escapes@1.1.0
73305npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
73306npm info lifecycle exit-hook@1.1.1~install: exit-hook@1.1.1
73307npm info lifecycle onetime@1.0.0~install: onetime@1.0.0
73308npm info lifecycle restore-cursor@1.0.1~install: restore-cursor@1.0.1
73309npm info lifecycle cli-cursor@1.0.2~install: cli-cursor@1.0.2
73310npm info lifecycle cli-width@1.1.0~install: cli-width@1.1.0
73311npm info lifecycle figures@1.4.0~install: figures@1.4.0
73312npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
73313npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
73314npm info lifecycle code-point-at@1.0.0~install: code-point-at@1.0.0
73315npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
73316npm info lifecycle is-fullwidth-code-point@1.0.0~install: is-fullwidth-code-point@1.0.0
73317npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
73318npm info lifecycle readline2@1.0.1~install: readline2@1.0.1
73319npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
73320npm info lifecycle once@1.3.3~install: once@1.3.3
73321npm info lifecycle run-async@0.1.0~install: run-async@0.1.0
73322npm info lifecycle rx-lite@3.1.2~install: rx-lite@3.1.2
73323npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
73324npm info lifecycle through@2.3.8~install: through@2.3.8
73325npm info lifecycle inquirer@0.10.0~install: inquirer@0.10.0
73326npm info lifecycle async@1.5.0~install: async@1.5.0
73327npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
73328npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
73329npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
73330npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
73331npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
73332npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
73333npm info lifecycle slide@1.1.6~install: slide@1.1.6
73334npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
73335npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
73336npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
73337npm info lifecycle lodash._getnative@3.9.1~install: lodash._getnative@3.9.1
73338npm info lifecycle lodash.debounce@3.1.1~install: lodash.debounce@3.1.1
73339npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
73340npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
73341npm info lifecycle osx-release@1.1.0~install: osx-release@1.1.0
73342npm info lifecycle semver@5.1.0~install: semver@5.1.0
73343npm info lifecycle win-release@1.1.1~install: win-release@1.1.1
73344npm info lifecycle os-name@1.0.3~install: os-name@1.0.3
73345npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
73346npm info lifecycle is-root@1.0.0~install: is-root@1.0.0
73347npm info lifecycle junk@1.0.2~install: junk@1.0.2
73348npm info lifecycle lockfile@1.0.1~install: lockfile@1.0.1
73349npm info lifecycle lru-cache@2.7.3~install: lru-cache@2.7.3
73350npm info lifecycle md5-o-matic@0.1.1~install: md5-o-matic@0.1.1
73351npm info lifecycle md5-hex@1.1.0~install: md5-hex@1.1.0
73352npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
73353npm info lifecycle mkdirp@0.5.0~install: mkdirp@0.5.0
73354npm info lifecycle configstore@1.4.0~install: configstore@1.4.0
73355npm info lifecycle mout@0.11.1~install: mout@0.11.1
73356npm info lifecycle bower-config@1.3.0~install: bower-config@1.3.0
73357npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
73358npm info lifecycle opn@1.0.2~install: opn@1.0.2
73359npm info lifecycle q@0.9.7~install: q@0.9.7
73360npm info lifecycle p-throttler@0.1.1~install: p-throttler@0.1.1
73361npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
73362npm info lifecycle read@1.0.7~install: read@1.0.7
73363npm info lifecycle promptly@0.2.0~install: promptly@0.2.0
73364npm info lifecycle q@1.4.1~install: q@1.4.1
73365npm info lifecycle decompress-zip@0.1.0~install: decompress-zip@0.1.0
73366npm info lifecycle throttleit@0.0.2~install: throttleit@0.0.2
73367npm info lifecycle request-progress@0.3.1~install: request-progress@0.3.1
73368npm info lifecycle aws-sign2@0.5.0~install: aws-sign2@0.5.0
73369npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
73370npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73371npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
73372npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
73373npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
73374npm info lifecycle bl@0.9.4~install: bl@0.9.4
73375npm info lifecycle caseless@0.9.0~install: caseless@0.9.0
73376npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
73377npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
73378npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
73379npm info lifecycle async@0.9.2~install: async@0.9.2
73380npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
73381npm info lifecycle boom@2.10.1~install: boom@2.10.1
73382npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
73383npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
73384npm info lifecycle hawk@2.3.1~install: hawk@2.3.1
73385npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
73386npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
73387npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
73388npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
73389npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
73390npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
73391npm info lifecycle mime-db@1.12.0~install: mime-db@1.12.0
73392npm info lifecycle mime-types@2.0.14~install: mime-types@2.0.14
73393npm info lifecycle form-data@0.2.0~install: form-data@0.2.0
73394npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
73395npm info lifecycle oauth-sign@0.6.0~install: oauth-sign@0.6.0
73396npm info lifecycle qs@2.3.3~install: qs@2.3.3
73397npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
73398npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
73399npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
73400npm info lifecycle request@2.53.0~install: request@2.53.0
73401npm info lifecycle insight@0.7.0~install: insight@0.7.0
73402npm info lifecycle retry@0.6.1~install: retry@0.6.1
73403npm info lifecycle request-replay@0.2.0~install: request-replay@0.2.0
73404npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
73405npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73406npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
73407npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
73408npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
73409npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
73410npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
73411npm info lifecycle once@1.3.3~install: once@1.3.3
73412npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
73413npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
73414npm info lifecycle glob@5.0.15~install: glob@5.0.15
73415npm info lifecycle rimraf@2.4.4~install: rimraf@2.4.4
73416npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
73417npm info lifecycle fstream-ignore@1.0.3~install: fstream-ignore@1.0.3
73418npm info lifecycle bower-registry-client@1.0.0~install: bower-registry-client@1.0.0
73419npm info lifecycle semver@2.3.2~install: semver@2.3.2
73420npm info lifecycle array-filter@0.0.1~install: array-filter@0.0.1
73421npm info lifecycle array-map@0.0.0~install: array-map@0.0.0
73422npm info lifecycle array-reduce@0.0.0~install: array-reduce@0.0.0
73423npm info lifecycle jsonify@0.0.0~install: jsonify@0.0.0
73424npm info lifecycle shell-quote@1.4.3~install: shell-quote@1.4.3
73425npm info lifecycle stringify-object@1.0.1~install: stringify-object@1.0.1
73426npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
73427npm info lifecycle once@1.3.3~install: once@1.3.3
73428npm info lifecycle end-of-stream@1.1.0~install: end-of-stream@1.1.0
73429npm info lifecycle pump@1.0.1~install: pump@1.0.1
73430npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
73431npm info lifecycle once@1.3.3~install: once@1.3.3
73432npm info lifecycle end-of-stream@1.1.0~install: end-of-stream@1.1.0
73433npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
73434npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73435npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
73436npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
73437npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
73438npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
73439npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
73440npm info lifecycle bl@1.0.0~install: bl@1.0.0
73441npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
73442npm info lifecycle tar-stream@1.3.1~install: tar-stream@1.3.1
73443npm info lifecycle tar-fs@1.8.1~install: tar-fs@1.8.1
73444npm info lifecycle tmp@0.0.24~install: tmp@0.0.24
73445npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
73446npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
73447npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
73448npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
73449npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
73450npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
73451npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
73452npm info lifecycle slide@1.1.6~install: slide@1.1.6
73453npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
73454npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
73455npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
73456npm info lifecycle configstore@1.4.0~install: configstore@1.4.0
73457npm info lifecycle is-npm@1.0.0~install: is-npm@1.0.0
73458npm info lifecycle capture-stack-trace@1.0.0~install: capture-stack-trace@1.0.0
73459npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73460npm info lifecycle create-error-class@2.0.1~install: create-error-class@2.0.1
73461npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
73462npm info lifecycle once@1.3.3~install: once@1.3.3
73463npm info lifecycle end-of-stream@1.0.0~install: end-of-stream@1.0.0
73464npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
73465npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73466npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
73467npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
73468npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
73469npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
73470npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
73471npm info lifecycle duplexify@3.4.2~install: duplexify@3.4.2
73472npm info lifecycle is-plain-obj@1.1.0~install: is-plain-obj@1.1.0
73473npm info lifecycle is-redirect@1.0.0~install: is-redirect@1.0.0
73474npm info lifecycle is-stream@1.0.1~install: is-stream@1.0.1
73475npm info lifecycle lowercase-keys@1.0.0~install: lowercase-keys@1.0.0
73476npm info lifecycle node-status-codes@1.0.0~install: node-status-codes@1.0.0
73477npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
73478npm info lifecycle is-arrayish@0.2.1~install: is-arrayish@0.2.1
73479npm info lifecycle error-ex@1.3.0~install: error-ex@1.3.0
73480npm info lifecycle parse-json@2.2.0~install: parse-json@2.2.0
73481npm info lifecycle pinkie@2.0.1~install: pinkie@2.0.1
73482npm info lifecycle pinkie-promise@2.0.0~install: pinkie-promise@2.0.0
73483npm info lifecycle pinkie@1.0.0~install: pinkie@1.0.0
73484npm info lifecycle pinkie-promise@1.0.0~install: pinkie-promise@1.0.0
73485npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
73486npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73487npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
73488npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
73489npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
73490npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
73491npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
73492npm info lifecycle read-all-stream@3.0.1~install: read-all-stream@3.0.1
73493npm info lifecycle timed-out@2.0.0~install: timed-out@2.0.0
73494npm info lifecycle unzip-response@1.0.0~install: unzip-response@1.0.0
73495npm info lifecycle prepend-http@1.0.3~install: prepend-http@1.0.3
73496npm info lifecycle url-parse-lax@1.0.0~install: url-parse-lax@1.0.0
73497npm info lifecycle got@5.2.0~install: got@5.2.0
73498npm info lifecycle deep-extend@0.4.0~install: deep-extend@0.4.0
73499npm info lifecycle ini@1.3.4~install: ini@1.3.4
73500npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
73501npm info lifecycle strip-json-comments@1.0.4~install: strip-json-comments@1.0.4
73502npm info lifecycle rc@1.1.5~install: rc@1.1.5
73503npm info lifecycle registry-url@3.0.3~install: registry-url@3.0.3
73504npm info lifecycle semver@5.1.0~install: semver@5.1.0
73505npm info lifecycle package-json@2.3.0~install: package-json@2.3.0
73506npm info lifecycle latest-version@2.0.0~install: latest-version@2.0.0
73507npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
73508npm info lifecycle is-finite@1.0.1~install: is-finite@1.0.1
73509npm info lifecycle repeating@2.0.0~install: repeating@2.0.0
73510npm info lifecycle semver@5.1.0~install: semver@5.1.0
73511npm info lifecycle semver-diff@2.1.0~install: semver-diff@2.1.0
73512npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
73513npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
73514npm info lifecycle string-length@1.0.1~install: string-length@1.0.1
73515npm info lifecycle update-notifier@0.6.0~install: update-notifier@0.6.0
73516npm info lifecycle user-home@1.1.1~install: user-home@1.1.1
73517npm info lifecycle xdg-basedir@1.0.1~install: xdg-basedir@1.0.1
73518npm info lifecycle configstore@0.3.2~install: configstore@0.3.2
73519npm info lifecycle is-relative@0.1.3~install: is-relative@0.1.3
73520npm info lifecycle is-absolute@0.1.7~install: is-absolute@0.1.7
73521npm info lifecycle which@1.2.0~install: which@1.2.0
73522npm info lifecycle bplist-parser@0.1.1~install: bplist-parser@0.1.1
73523npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
73524npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
73525npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
73526npm info lifecycle buffer-crc32@0.2.1~install: buffer-crc32@0.2.1
73527npm info lifecycle buffer-equal-constant-time@1.0.1~install: buffer-equal-constant-time@1.0.1
73528npm info lifecycle buffers@0.1.1~install: buffers@0.1.1
73529npm info lifecycle builtin-modules@1.1.0~install: builtin-modules@1.1.0
73530npm info lifecycle bytes@1.0.0~install: bytes@1.0.0
73531npm info lifecycle callsite@1.0.0~install: callsite@1.0.0
73532npm info lifecycle better-assert@1.0.2~install: better-assert@1.0.2
73533npm info lifecycle camelcase@1.2.1~install: camelcase@1.2.1
73534npm info lifecycle caniuse-db@1.0.30000382~install: caniuse-db@1.0.30000382
73535npm info lifecycle caseless@0.11.0~install: caseless@0.11.0
73536npm info lifecycle semver@5.0.3~install: semver@5.0.3
73537npm info lifecycle cdnjs-cdn-data@0.1.2~install: cdnjs-cdn-data@0.1.2
73538npm info lifecycle traverse@0.3.9~install: traverse@0.3.9
73539npm info lifecycle chainsaw@0.1.0~install: chainsaw@0.1.0
73540npm info lifecycle binary@0.3.0~install: binary@0.3.0
73541npm info lifecycle character-parser@1.2.0~install: character-parser@1.2.0
73542npm info lifecycle charenc@0.0.1~install: charenc@0.0.1
73543npm info lifecycle entities@0.5.0~install: entities@0.5.0
73544npm info lifecycle underscore@1.4.4~install: underscore@1.4.4
73545npm info lifecycle chmodr@0.1.0~install: chmodr@0.1.0
73546npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
73547npm info lifecycle commander@2.2.0~install: commander@2.2.0
73548npm info lifecycle clean-css@2.2.23~install: clean-css@2.2.23
73549npm info lifecycle co@4.6.0~install: co@4.6.0
73550npm info lifecycle coffee-script@1.3.3~install: coffee-script@1.3.3
73551npm info lifecycle colors@0.6.2~install: colors@0.6.2
73552npm info lifecycle commander@2.1.0~install: commander@2.1.0
73553npm info lifecycle component-bind@1.0.0~install: component-bind@1.0.0
73554npm info lifecycle component-emitter@1.1.2~install: component-emitter@1.1.2
73555npm info lifecycle component-inherit@0.0.3~install: component-inherit@0.0.3
73556npm info lifecycle compressible@1.1.1~install: compressible@1.1.1
73557npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
73558npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
73559npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
73560npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
73561npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
73562npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
73563npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
73564npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
73565npm info lifecycle object-assign@2.1.1~install: object-assign@2.1.1
73566npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
73567npm info lifecycle connect-livereload@0.4.1~install: connect-livereload@0.4.1
73568npm info lifecycle ms@0.7.1~install: ms@0.7.1
73569npm info lifecycle debug@2.2.0~install: debug@2.2.0
73570npm info lifecycle bytes@2.1.0~install: bytes@2.1.0
73571npm info lifecycle cookie@0.1.3~install: cookie@0.1.3
73572npm info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6
73573npm info lifecycle cookie-parser@1.3.5~install: cookie-parser@1.3.5
73574npm info lifecycle depd@1.0.1~install: depd@1.0.1
73575npm info lifecycle escape-html@1.0.2~install: escape-html@1.0.2
73576npm info lifecycle fresh@0.3.0~install: fresh@0.3.0
73577npm info lifecycle iconv-lite@0.4.11~install: iconv-lite@0.4.11
73578npm info lifecycle media-typer@0.3.0~install: media-typer@0.3.0
73579npm info lifecycle methods@1.1.1~install: methods@1.1.1
73580npm info lifecycle mime@1.3.4~install: mime@1.3.4
73581npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
73582npm info lifecycle compressible@2.0.6~install: compressible@2.0.6
73583npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
73584npm info lifecycle ms@0.7.1~install: ms@0.7.1
73585npm info lifecycle debug@2.2.0~install: debug@2.2.0
73586npm info lifecycle negotiator@0.5.3~install: negotiator@0.5.3
73587npm info lifecycle accepts@1.2.13~install: accepts@1.2.13
73588npm info lifecycle errorhandler@1.4.2~install: errorhandler@1.4.2
73589npm info lifecycle parseurl@1.3.0~install: parseurl@1.3.0
73590npm info lifecycle pause@0.1.0~install: pause@0.1.0
73591npm info lifecycle qs@4.0.0~install: qs@4.0.0
73592npm info lifecycle range-parser@1.0.3~install: range-parser@1.0.3
73593npm info lifecycle bytes@2.2.0~install: bytes@2.2.0
73594npm info lifecycle iconv-lite@0.4.13~install: iconv-lite@0.4.13
73595npm info lifecycle type-is@1.6.10~install: type-is@1.6.10
73596npm info lifecycle content-disposition@0.5.0~install: content-disposition@0.5.0
73597npm info lifecycle content-type@1.0.1~install: content-type@1.0.1
73598npm info lifecycle convert-source-map@0.4.1~install: convert-source-map@0.4.1
73599npm info lifecycle cookie@0.1.0~install: cookie@0.1.0
73600npm info lifecycle cookie-signature@1.0.3~install: cookie-signature@1.0.3
73601npm info lifecycle cookiejar@1.3.0~install: cookiejar@1.3.0
73602npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
73603npm info lifecycle crc@3.3.0~install: crc@3.3.0
73604npm info lifecycle crypt@0.0.1~install: crypt@0.0.1
73605npm info lifecycle css-parse@1.0.4~install: css-parse@1.0.4
73606npm info lifecycle css-stringify@1.0.5~install: css-stringify@1.0.5
73607npm info lifecycle css@1.0.8~install: css@1.0.8
73608npm info lifecycle cookie@0.1.3~install: cookie@0.1.3
73609npm info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6
73610npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
73611npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
73612npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
73613npm info lifecycle dashdash@1.10.1~install: dashdash@1.10.1
73614npm info lifecycle date-now@0.1.4~install: date-now@0.1.4
73615npm info lifecycle console-browserify@1.1.0~install: console-browserify@1.1.0
73616npm info lifecycle date-time@0.1.1~install: date-time@0.1.1
73617npm info lifecycle dateformat@1.0.2-1.2.3~install: dateformat@1.0.2-1.2.3
73618npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
73619npm info lifecycle nopt@2.2.1~install: nopt@2.2.1
73620npm info lifecycle q@1.0.1~install: q@1.0.1
73621npm info lifecycle get-stdin@0.1.0~install: get-stdin@0.1.0
73622npm info lifecycle nopt@2.2.1~install: nopt@2.2.1
73623npm info lifecycle deep-equal@0.0.0~install: deep-equal@0.0.0
73624npm info lifecycle deep-extend@0.2.11~install: deep-extend@0.2.11
73625npm info lifecycle camelcase@2.0.1~install: camelcase@2.0.1
73626npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
73627npm info lifecycle defined@0.0.0~install: defined@0.0.0
73628npm info lifecycle delayed-stream@1.0.0~install: delayed-stream@1.0.0
73629npm info lifecycle combined-stream@1.0.5~install: combined-stream@1.0.5
73630npm info lifecycle depd@0.4.4~install: depd@0.4.4
73631npm info lifecycle destroy@1.0.3~install: destroy@1.0.3
73632npm info lifecycle di@0.0.1~install: di@0.0.1
73633npm info lifecycle diff@1.0.8~install: diff@1.0.8
73634npm info lifecycle domelementtype@1.1.3~install: domelementtype@1.1.3
73635npm info lifecycle entities@1.1.1~install: entities@1.1.1
73636npm info lifecycle dom-serializer@0.1.0~install: dom-serializer@0.1.0
73637npm info lifecycle domelementtype@1.3.0~install: domelementtype@1.3.0
73638npm info lifecycle domutils@1.1.6~install: domutils@1.1.6
73639npm info lifecycle domhandler@2.0.3~install: domhandler@2.0.3
73640npm info lifecycle domutils@1.4.3~install: domutils@1.4.3
73641npm info lifecycle domhandler@2.3.0~install: domhandler@2.3.0
73642npm info lifecycle domutils@1.5.1~install: domutils@1.5.1
73643npm info lifecycle get-stdin@0.1.0~install: get-stdin@0.1.0
73644npm info lifecycle nopt@2.2.1~install: nopt@2.2.1
73645npm info lifecycle nan@2.1.0~install: nan@2.1.0
73646npm info lifecycle dtrace-provider@0.6.0~install: dtrace-provider@0.6.0
73647
73648> dtrace-provider@0.6.0 install /var/www/manticore.git/node_modules/dtrace-provider
73649> node scripts/install.js
73650
73651npm verb lifecycle dtrace-provider@0.6.0~install: unsafe-perm in lifecycle false
73652npm verb lifecycle dtrace-provider@0.6.0~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/dtrace-provider/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
73653npm verb lifecycle dtrace-provider@0.6.0~install: CWD: /var/www/manticore.git/node_modules/dtrace-provider
73654npm info lifecycle duplexer@0.1.1~install: duplexer@0.1.1
73655npm info lifecycle each-async@0.1.3~install: each-async@0.1.3
73656npm info lifecycle ee-first@1.1.1~install: ee-first@1.1.1
73657npm info lifecycle emitter-component@1.0.0~install: emitter-component@1.0.0
73658npm info lifecycle commander@0.6.1~install: commander@0.6.1
73659npm info lifecycle nan@0.3.2~install: nan@0.3.2
73660npm info lifecycle parseuri@0.0.4~install: parseuri@0.0.4
73661npm info lifecycle xmlhttprequest@1.5.0~install: xmlhttprequest@1.5.0
73662npm info lifecycle entities@1.0.0~install: entities@1.0.0
73663npm info lifecycle es6-promise@2.1.1~install: es6-promise@2.1.1
73664npm info lifecycle es6-symbol@3.0.2~install: es6-symbol@3.0.2
73665npm info lifecycle es5-ext@0.10.11~install: es5-ext@0.10.11
73666npm info lifecycle d@0.1.1~install: d@0.1.1
73667npm info lifecycle es6-iterator@2.0.0~install: es6-iterator@2.0.0
73668npm info lifecycle es6-symbol@2.0.1~install: es6-symbol@2.0.1
73669npm info lifecycle es6-iterator@0.1.3~install: es6-iterator@0.1.3
73670npm info lifecycle es6-weak-map@0.1.4~install: es6-weak-map@0.1.4
73671npm info lifecycle escape-html@1.0.1~install: escape-html@1.0.1
73672npm info lifecycle escape-string-regexp@1.0.4~install: escape-string-regexp@1.0.4
73673npm info lifecycle decamelize@1.1.2~install: decamelize@1.1.2
73674npm info lifecycle esprima@1.0.4~install: esprima@1.0.4
73675npm info lifecycle etag@1.7.0~install: etag@1.7.0
73676npm info lifecycle serve-favicon@2.3.0~install: serve-favicon@2.3.0
73677npm info lifecycle event-emitter@0.3.4~install: event-emitter@0.3.4
73678npm info lifecycle eventemitter2@0.4.14~install: eventemitter2@0.4.14
73679npm info lifecycle executable@0.1.3~install: executable@0.1.3
73680npm info lifecycle bin-check@0.1.5~install: bin-check@0.1.5
73681npm info lifecycle exit@0.1.2~install: exit@0.1.2
73682npm info lifecycle expand-brackets@0.1.4~install: expand-brackets@0.1.4
73683npm info lifecycle async@0.9.2~install: async@0.9.2
73684npm info lifecycle cookie@0.1.2~install: cookie@0.1.2
73685npm info lifecycle debug@0.8.1~install: debug@0.8.1
73686npm info lifecycle express-unless@0.3.0~install: express-unless@0.3.0
73687npm info lifecycle debug@0.8.1~install: debug@0.8.1
73688npm info lifecycle negotiator@0.3.0~install: negotiator@0.3.0
73689npm info lifecycle underscore.string@2.3.3~install: underscore.string@2.3.3
73690npm info lifecycle extend@3.0.0~install: extend@3.0.0
73691npm info lifecycle extsprintf@1.2.0~install: extsprintf@1.2.0
73692npm info lifecycle faye-websocket@0.4.4~install: faye-websocket@0.4.4
73693npm info lifecycle figures@1.4.0~install: figures@1.4.0
73694npm info lifecycle filename-regex@2.0.0~install: filename-regex@2.0.0
73695npm info lifecycle escape-html@1.0.2~install: escape-html@1.0.2
73696npm info lifecycle ms@0.7.1~install: ms@0.7.1
73697npm info lifecycle debug@2.2.0~install: debug@2.2.0
73698npm info lifecycle find-file@0.1.4~install: find-file@0.1.4
73699npm info lifecycle flushwritable@1.0.0~install: flushwritable@1.0.0
73700npm info lifecycle for-in@0.1.4~install: for-in@0.1.4
73701npm info lifecycle for-own@0.1.3~install: for-own@0.1.3
73702npm info lifecycle forever-agent@0.6.1~install: forever-agent@0.6.1
73703npm info lifecycle async@1.5.0~install: async@1.5.0
73704npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
73705npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
73706npm info lifecycle form-data@1.0.0-rc3~install: form-data@1.0.0-rc3
73707npm info lifecycle formidable@1.0.14~install: formidable@1.0.14
73708npm info lifecycle forwarded@0.1.0~install: forwarded@0.1.0
73709npm info lifecycle fresh@0.2.2~install: fresh@0.2.2
73710npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
73711npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
73712npm info lifecycle ncp@0.5.1~install: ncp@0.5.1
73713npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
73714npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
73715npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
73716npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
73717npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
73718npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
73719npm info lifecycle generate-function@2.0.0~install: generate-function@2.0.0
73720npm info lifecycle get-stdin@4.0.1~install: get-stdin@4.0.1
73721npm info lifecycle get-urls@0.1.2~install: get-urls@0.1.2
73722npm info lifecycle getobject@0.1.0~install: getobject@0.1.0
73723npm info lifecycle global@2.0.1~install: global@2.0.1
73724npm info lifecycle inherits@1.0.2~install: inherits@1.0.2
73725npm info lifecycle lodash@1.0.2~install: lodash@1.0.2
73726npm info lifecycle google-cdn-data@0.1.23~install: google-cdn-data@0.1.23
73727npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
73728npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
73729npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
73730npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
73731npm info lifecycle async@0.9.2~install: async@0.9.2
73732npm info lifecycle caseless@0.6.0~install: caseless@0.6.0
73733npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
73734npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
73735npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
73736npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
73737npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
73738npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
73739npm info lifecycle hoek@0.9.1~install: hoek@0.9.1
73740npm info lifecycle boom@0.4.2~install: boom@0.4.2
73741npm info lifecycle cryptiles@0.2.2~install: cryptiles@0.2.2
73742npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
73743npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
73744npm info lifecycle mkdirp@0.5.0~install: mkdirp@0.5.0
73745npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
73746npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
73747npm info lifecycle oauth-sign@0.4.0~install: oauth-sign@0.4.0
73748npm info lifecycle q@1.0.1~install: q@1.0.1
73749npm info lifecycle qs@1.2.2~install: qs@1.2.2
73750npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
73751npm info lifecycle sntp@0.2.4~install: sntp@0.2.4
73752npm info lifecycle hawk@1.1.1~install: hawk@1.1.1
73753npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
73754npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
73755npm info lifecycle chalk@0.5.0~install: chalk@0.5.0
73756npm info lifecycle object-assign@0.3.1~install: object-assign@0.3.1
73757npm info lifecycle got@0.2.0~install: got@0.2.0
73758npm info lifecycle ext-list@0.2.0~install: ext-list@0.2.0
73759npm info lifecycle ext-name@1.0.1~install: ext-name@1.0.1
73760npm info lifecycle graceful-fs@1.2.3~install: graceful-fs@1.2.3
73761npm info lifecycle graceful-readlink@1.0.1~install: graceful-readlink@1.0.1
73762npm info lifecycle growl@1.7.0~install: growl@1.7.0
73763npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
73764npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
73765npm info lifecycle async@0.2.10~install: async@0.2.10
73766npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
73767npm info lifecycle grunt-contrib-clean@0.5.0~install: grunt-contrib-clean@0.5.0
73768npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
73769npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
73770npm info lifecycle grunt-contrib-copy@0.5.0~install: grunt-contrib-copy@0.5.0
73771npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
73772npm info lifecycle clean-css@2.1.8~install: clean-css@2.1.8
73773npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
73774npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
73775npm info lifecycle html-minifier@0.5.6~install: html-minifier@0.5.6
73776npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
73777npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
73778npm info lifecycle async@0.7.0~install: async@0.7.0
73779npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
73780npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
73781npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
73782npm info lifecycle async@0.9.2~install: async@0.9.2
73783npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
73784npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
73785npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
73786npm info lifecycle async@0.2.10~install: async@0.2.10
73787npm info lifecycle grunt-express-server@0.4.19~install: grunt-express-server@0.4.19
73788npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
73789npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
73790npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
73791npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
73792npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
73793npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
73794npm info lifecycle underscore.string@2.3.3~install: underscore.string@2.3.3
73795npm info lifecycle underscore.string@2.3.3~install: underscore.string@2.3.3
73796npm info lifecycle async@0.1.22~install: async@0.1.22
73797npm info lifecycle lodash@0.9.2~install: lodash@0.9.2
73798npm info lifecycle zlib-browserify@0.0.1~install: zlib-browserify@0.0.1
73799npm info lifecycle grunt-lib-contrib@0.6.1~install: grunt-lib-contrib@0.6.1
73800npm info lifecycle ncp@0.4.2~install: ncp@0.4.2
73801npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
73802npm info lifecycle async@0.2.10~install: async@0.2.10
73803npm info lifecycle rimraf@2.2.6~install: rimraf@2.2.6
73804npm info lifecycle grunt-newer@0.7.0~install: grunt-newer@0.7.0
73805npm info lifecycle xtend@3.0.0~install: xtend@3.0.0
73806npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
73807npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
73808npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
73809npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
73810npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
73811npm info lifecycle ms@0.7.0~install: ms@0.7.0
73812npm info lifecycle debug@2.1.3~install: debug@2.1.3
73813npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
73814npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
73815npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
73816npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
73817npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
73818npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
73819npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
73820npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
73821npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
73822npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
73823npm info lifecycle async@0.1.22~install: async@0.1.22
73824npm info lifecycle iconv-lite@0.2.11~install: iconv-lite@0.2.11
73825npm info lifecycle inherits@1.0.2~install: inherits@1.0.2
73826npm info lifecycle lodash@0.9.2~install: lodash@0.9.2
73827npm info lifecycle nopt@1.0.10~install: nopt@1.0.10
73828npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
73829npm info lifecycle async@0.2.10~install: async@0.2.10
73830npm info lifecycle bluebird@2.10.2~install: bluebird@2.10.2
73831npm info lifecycle commander@2.9.0~install: commander@2.9.0
73832npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
73833npm info lifecycle has-color@0.1.7~install: has-color@0.1.7
73834npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
73835npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
73836npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
73837npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
73838npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
73839npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
73840npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
73841npm info lifecycle grunt-contrib-concat@0.4.0~install: grunt-contrib-concat@0.4.0
73842npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
73843npm info lifecycle has-cors@1.0.3~install: has-cors@1.0.3
73844npm info lifecycle headless@0.1.7~install: headless@0.1.7
73845npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
73846npm info lifecycle boom@2.10.1~install: boom@2.10.1
73847npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
73848npm info lifecycle hooker@0.2.3~install: hooker@0.2.3
73849npm info lifecycle hooks-fixed@1.1.0~install: hooks-fixed@1.1.0
73850npm info lifecycle hosted-git-info@2.1.4~install: hosted-git-info@2.1.4
73851npm info lifecycle html-entities@1.1.3~install: html-entities@1.1.3
73852npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
73853npm info lifecycle pkginfo@0.3.1~install: pkginfo@0.3.1
73854npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
73855npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
73856npm info lifecycle http-signature@0.11.0~install: http-signature@0.11.0
73857npm info lifecycle i@0.3.3~install: i@0.3.3
73858npm info lifecycle iconv-lite@0.4.4~install: iconv-lite@0.4.4
73859npm info lifecycle jsonfile@1.2.0~install: jsonfile@1.2.0
73860npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
73861npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
73862npm info lifecycle ncp@0.5.1~install: ncp@0.5.1
73863npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
73864npm info lifecycle indexof@0.0.1~install: indexof@0.0.1
73865npm info lifecycle inherit@2.2.2~install: inherit@2.2.2
73866npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
73867npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
73868npm info lifecycle block-stream@0.0.8~install: block-stream@0.0.8
73869npm info lifecycle ini@1.3.4~install: ini@1.3.4
73870npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
73871npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
73872npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
73873npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
73874npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
73875npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
73876npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
73877npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
73878npm info lifecycle async@0.9.2~install: async@0.9.2
73879npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
73880npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
73881npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
73882npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
73883npm info lifecycle intersect@0.0.3~install: intersect@0.0.3
73884npm info lifecycle bower-json@0.4.0~install: bower-json@0.4.0
73885npm info lifecycle ipaddr.js@1.0.5~install: ipaddr.js@1.0.5
73886npm info lifecycle is-arrayish@0.2.1~install: is-arrayish@0.2.1
73887npm info lifecycle error-ex@1.3.0~install: error-ex@1.3.0
73888npm info lifecycle is-binary-path@1.0.1~install: is-binary-path@1.0.1
73889npm info lifecycle is-bmp@0.1.1~install: is-bmp@0.1.1
73890npm info lifecycle is-buffer@1.1.0~install: is-buffer@1.1.0
73891npm info lifecycle is-builtin-module@1.0.0~install: is-builtin-module@1.0.0
73892npm info lifecycle is-dotfile@1.0.2~install: is-dotfile@1.0.2
73893npm info lifecycle is-extendable@0.1.1~install: is-extendable@0.1.1
73894npm info lifecycle is-extglob@1.0.0~install: is-extglob@1.0.0
73895npm info lifecycle is-gif@0.1.1~install: is-gif@0.1.1
73896npm info lifecycle is-glob@2.0.1~install: is-glob@2.0.1
73897npm info lifecycle glob-parent@2.0.0~install: glob-parent@2.0.0
73898npm info lifecycle glob-base@0.3.0~install: glob-base@0.3.0
73899npm info lifecycle is-jpg@0.1.2~install: is-jpg@0.1.2
73900npm info lifecycle is-jxr@0.1.1~install: is-jxr@0.1.1
73901npm info lifecycle is-png@0.1.1~install: is-png@0.1.1
73902npm info lifecycle is-primitive@2.0.0~install: is-primitive@2.0.0
73903npm info lifecycle is-equal-shallow@0.1.3~install: is-equal-shallow@0.1.3
73904npm info lifecycle is-promise@1.0.1~install: is-promise@1.0.1
73905npm info lifecycle is-property@1.0.2~install: is-property@1.0.2
73906npm info lifecycle generate-object-property@1.2.0~install: generate-object-property@1.2.0
73907npm info lifecycle is-psd@0.1.1~install: is-psd@0.1.1
73908npm info lifecycle is-root@1.0.0~install: is-root@1.0.0
73909npm info lifecycle is-svg@0.1.2~install: is-svg@0.1.2
73910npm info lifecycle is-tif@0.1.1~install: is-tif@0.1.1
73911npm info lifecycle is-utf8@0.2.1~install: is-utf8@0.2.1
73912npm info lifecycle is-webp@0.1.1~install: is-webp@0.1.1
73913npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
73914npm info lifecycle has-binary-data@0.1.3~install: has-binary-data@0.1.3
73915npm info lifecycle has-binary@0.1.5~install: has-binary@0.1.5
73916npm info lifecycle isobject@2.0.0~install: isobject@2.0.0
73917npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
73918npm info lifecycle jasmine-core@2.1.3~install: jasmine-core@2.1.3
73919npm info lifecycle jasminewd@1.1.0~install: jasminewd@1.1.0
73920npm info lifecycle jasminewd2@0.0.2~install: jasminewd2@0.0.2
73921npm info lifecycle jit-grunt@0.5.0~install: jit-grunt@0.5.0
73922npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
73923npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
73924npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
73925npm info lifecycle shelljs@0.3.0~install: shelljs@0.3.0
73926npm info lifecycle underscore@1.6.0~install: underscore@1.6.0
73927npm info lifecycle json-schema@0.2.2~install: json-schema@0.2.2
73928npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
73929npm info lifecycle json3@3.2.6~install: json3@3.2.6
73930npm info lifecycle jsonfile@1.1.1~install: jsonfile@1.1.1
73931npm info lifecycle jsonify@0.0.0~install: jsonify@0.0.0
73932npm info lifecycle jsonpointer@2.0.0~install: jsonpointer@2.0.0
73933npm info lifecycle ms@0.7.1~install: ms@0.7.1
73934npm info lifecycle extsprintf@1.0.0~install: extsprintf@1.0.0
73935npm info lifecycle verror@1.3.3~install: verror@1.3.3
73936npm info lifecycle jsprim@0.3.0~install: jsprim@0.3.0
73937npm info lifecycle junk@1.0.2~install: junk@1.0.2
73938npm info lifecycle base64url@0.0.6~install: base64url@0.0.6
73939npm info lifecycle kareem@1.0.1~install: kareem@1.0.1
73940npm info lifecycle karma-firefox-launcher@0.1.7~install: karma-firefox-launcher@0.1.7
73941npm info lifecycle karma-html2js-preprocessor@0.1.0~install: karma-html2js-preprocessor@0.1.0
73942npm info lifecycle async@0.2.10~install: async@0.2.10
73943npm info lifecycle character-parser@1.0.2~install: character-parser@1.0.2
73944npm info lifecycle karma-jasmine@0.1.6~install: karma-jasmine@0.1.6
73945npm info lifecycle karma-ng-html2js-preprocessor@0.1.2~install: karma-ng-html2js-preprocessor@0.1.2
73946npm info lifecycle karma-ng-scenario@0.1.0~install: karma-ng-scenario@0.1.0
73947npm info lifecycle karma-requirejs@0.2.2~install: karma-requirejs@0.2.2
73948npm info lifecycle karma-script-launcher@0.1.0~install: karma-script-launcher@0.1.0
73949npm info lifecycle colors@1.1.2~install: colors@1.1.2
73950npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
73951npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
73952npm info lifecycle mime@1.3.4~install: mime@1.3.4
73953npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
73954npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
73955npm info lifecycle nan@1.0.0~install: nan@1.0.0
73956npm info lifecycle q@1.4.1~install: q@1.4.1
73957npm info lifecycle source-map@0.4.4~install: source-map@0.4.4
73958npm info lifecycle uglify-js@1.2.5~install: uglify-js@1.2.5
73959npm info lifecycle xmlhttprequest@1.4.2~install: xmlhttprequest@1.4.2
73960npm info lifecycle kew@0.4.0~install: kew@0.4.0
73961npm info lifecycle keypress@0.1.0~install: keypress@0.1.0
73962npm info lifecycle commander@1.2.0~install: commander@1.2.0
73963npm info lifecycle kind-of@3.0.2~install: kind-of@3.0.2
73964npm info lifecycle is-number@2.1.0~install: is-number@2.1.0
73965npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
73966npm info lifecycle ldap-filter@0.2.2~install: ldap-filter@0.2.2
73967npm info lifecycle asn1@0.2.1~install: asn1@0.2.1
73968npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
73969npm info lifecycle dtrace-provider@0.2.8~install: dtrace-provider@0.2.8
73970
73971> dtrace-provider@0.2.8 install /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider
73972> node-gyp rebuild
73973
73974gyp info it worked if it ends with ok
73975gyp verb cli [ 'node',
73976gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
73977gyp verb cli 'rebuild' ]
73978gyp info using node-gyp@3.2.1
73979gyp info using node@0.12.8 | linux | x64
73980gyp verb command rebuild []
73981gyp verb command clean []
73982gyp verb clean removing "build" directory
73983gyp verb command configure []
73984gyp verb check python checking for Python executable "python2" in the PATH
73985gyp verb `which` succeeded python2 /usr/bin/python2
73986gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.5\n"
73987gyp verb get node dir no --target version specified, falling back to host node version: 0.12.8
73988gyp verb command install [ '0.12.8' ]
73989gyp verb install input version string "0.12.8"
73990gyp verb install installing version: 0.12.8
73991gyp verb install --ensure was passed, so won't reinstall if already installed
73992gyp verb install version not already installed, continuing with install 0.12.8
73993gyp verb ensuring nodedir is created /root/.node-gyp/0.12.8
73994gyp verb created nodedir /root/.node-gyp
73995gyp http GET https://nodejs.org/dist/v0.12.8/node-v0.12.8.tar.gz
73996gyp http 200 https://nodejs.org/dist/v0.12.8/node-v0.12.8.tar.gz
73997gyp verb extracted file from tarball common.gypi
73998gyp verb extracted file from tarball tools/wrk/src/ae.h
73999gyp verb extracted file from tarball tools/wrk/src/aprintf.h
74000gyp verb extracted file from tarball tools/wrk/src/config.h
74001gyp verb extracted file from tarball tools/wrk/src/http_parser.h
74002gyp verb extracted file from tarball tools/wrk/src/main.h
74003gyp verb extracted file from tarball tools/wrk/src/net.h
74004gyp verb extracted file from tarball tools/wrk/src/script.h
74005gyp verb extracted file from tarball tools/wrk/src/ssl.h
74006gyp verb extracted file from tarball tools/wrk/src/stats.h
74007gyp verb extracted file from tarball tools/wrk/src/tinymt64.h
74008gyp verb extracted file from tarball tools/wrk/src/units.h
74009gyp verb extracted file from tarball tools/wrk/src/wrk.h
74010gyp verb extracted file from tarball tools/wrk/src/zmalloc.h
74011gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lauxlib.h
74012gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_alloc.h
74013gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_arch.h
74014gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_asm.h
74015gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_asm_arm.h
74016gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_asm_mips.h
74017gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_asm_ppc.h
74018gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_asm_x86.h
74019gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_bc.h
74020gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_bcdump.h
74021gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_carith.h
74022gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ccall.h
74023gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ccallback.h
74024gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_cconv.h
74025gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_cdata.h
74026gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_char.h
74027gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_clib.h
74028gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_cparse.h
74029gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_crecord.h
74030gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ctype.h
74031gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_debug.h
74032gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_def.h
74033gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_dispatch.h
74034gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_emit_arm.h
74035gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_emit_mips.h
74036gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_emit_ppc.h
74037gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_emit_x86.h
74038gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_err.h
74039gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_errmsg.h
74040gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ff.h
74041gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ffrecord.h
74042gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_frame.h
74043gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_func.h
74044gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_gc.h
74045gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_gdbjit.h
74046gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ir.h
74047gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_ircall.h
74048gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_iropt.h
74049gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_jit.h
74050gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_lex.h
74051gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_lib.h
74052gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_mcode.h
74053gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_meta.h
74054gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_obj.h
74055gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_parse.h
74056gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_record.h
74057gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_snap.h
74058gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_state.h
74059gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_str.h
74060gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_strscan.h
74061gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_tab.h
74062gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_target.h
74063gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_target_arm.h
74064gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_target_mips.h
74065gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_target_ppc.h
74066gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_target_x86.h
74067gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_trace.h
74068gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_traceerr.h
74069gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_udata.h
74070gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_vm.h
74071gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lj_vmevent.h
74072gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lua.h
74073gyp verb extracted file from tarball tools/wrk/deps/luajit/src/luaconf.h
74074gyp verb extracted file from tarball tools/wrk/deps/luajit/src/luajit.h
74075gyp verb extracted file from tarball tools/wrk/deps/luajit/src/lualib.h
74076gyp verb extracted file from tarball tools/wrk/deps/luajit/src/host/buildvm.h
74077gyp verb extracted file from tarball tools/wrk/deps/luajit/dynasm/dasm_arm.h
74078gyp verb extracted file from tarball tools/wrk/deps/luajit/dynasm/dasm_mips.h
74079gyp verb extracted file from tarball tools/wrk/deps/luajit/dynasm/dasm_ppc.h
74080gyp verb extracted file from tarball tools/wrk/deps/luajit/dynasm/dasm_proto.h
74081gyp verb extracted file from tarball tools/wrk/deps/luajit/dynasm/dasm_x86.h
74082gyp verb extracted file from tarball tools/msvs/genfiles/node_etw_provider.h
74083gyp verb extracted file from tarball tools/msvs/genfiles/node_perfctr_provider.h
74084gyp verb extracted file from tarball src/async-wrap-inl.h
74085gyp verb extracted file from tarball src/async-wrap.h
74086gyp verb extracted file from tarball src/base-object-inl.h
74087gyp verb extracted file from tarball src/base-object.h
74088gyp verb extracted file from tarball src/env-inl.h
74089gyp verb extracted file from tarball src/env.h
74090gyp verb extracted file from tarball src/handle_wrap.h
74091gyp verb extracted file from tarball src/node.h
74092gyp verb extracted file from tarball src/node_buffer.h
74093gyp verb extracted file from tarball src/node_constants.h
74094gyp verb extracted file from tarball src/node_counters.h
74095gyp verb extracted file from tarball src/node_crypto.h
74096gyp verb extracted file from tarball src/node_crypto_bio.h
74097gyp verb extracted file from tarball src/node_crypto_clienthello-inl.h
74098gyp verb extracted file from tarball src/node_crypto_clienthello.h
74099gyp verb extracted file from tarball src/node_crypto_groups.h
74100gyp verb extracted file from tarball src/node_dtrace.h
74101gyp verb extracted file from tarball src/node_file.h
74102gyp verb extracted file from tarball src/node_http_parser.h
74103gyp verb extracted file from tarball src/node_i18n.h
74104gyp verb extracted file from tarball src/node_internals.h
74105gyp verb extracted file from tarball src/node_javascript.h
74106gyp verb extracted file from tarball src/node_object_wrap.h
74107gyp verb extracted file from tarball src/node_root_certs.h
74108gyp verb extracted file from tarball src/node_stat_watcher.h
74109gyp verb extracted file from tarball src/node_version.h
74110gyp verb extracted file from tarball src/node_watchdog.h
74111gyp verb extracted file from tarball src/node_win32_etw_provider-inl.h
74112gyp verb extracted file from tarball src/node_win32_etw_provider.h
74113gyp verb extracted file from tarball src/node_win32_perfctr_provider.h
74114gyp verb extracted file from tarball src/node_wrap.h
74115gyp verb extracted file from tarball src/pipe_wrap.h
74116gyp verb extracted file from tarball src/queue.h
74117gyp verb extracted file from tarball src/req_wrap.h
74118gyp verb extracted file from tarball src/smalloc.h
74119gyp verb extracted file from tarball src/spawn_sync.h
74120gyp verb extracted file from tarball src/stream_wrap.h
74121gyp verb extracted file from tarball src/string_bytes.h
74122gyp verb extracted file from tarball src/tcp_wrap.h
74123gyp verb extracted file from tarball src/tls_wrap.h
74124gyp verb extracted file from tarball src/tree.h
74125gyp verb extracted file from tarball src/tty_wrap.h
74126gyp verb extracted file from tarball src/udp_wrap.h
74127gyp verb extracted file from tarball src/util-inl.h
74128gyp verb extracted file from tarball src/util.h
74129gyp verb extracted file from tarball src/v8abbr.h
74130gyp verb extracted file from tarball deps/zlib/crc32.h
74131gyp verb extracted file from tarball deps/zlib/deflate.h
74132gyp verb extracted file from tarball deps/zlib/gzguts.h
74133gyp verb extracted file from tarball deps/zlib/inffast.h
74134gyp verb extracted file from tarball deps/zlib/inffixed.h
74135gyp verb extracted file from tarball deps/zlib/inflate.h
74136gyp verb extracted file from tarball deps/zlib/inftrees.h
74137gyp verb extracted file from tarball deps/zlib/trees.h
74138gyp verb extracted file from tarball deps/zlib/zconf.h
74139gyp verb extracted file from tarball deps/zlib/zlib.h
74140gyp verb extracted file from tarball deps/zlib/zutil.h
74141gyp verb extracted file from tarball deps/zlib/examples/gzlog.h
74142gyp verb extracted file from tarball deps/zlib/contrib/puff/puff.h
74143gyp verb extracted file from tarball deps/zlib/contrib/minizip/crypt.h
74144gyp verb extracted file from tarball deps/zlib/contrib/minizip/ioapi.h
74145gyp verb extracted file from tarball deps/zlib/contrib/minizip/iowin32.h
74146gyp verb extracted file from tarball deps/zlib/contrib/minizip/mztools.h
74147gyp verb extracted file from tarball deps/zlib/contrib/minizip/unzip.h
74148gyp verb extracted file from tarball deps/zlib/contrib/minizip/zip.h
74149gyp verb extracted file from tarball deps/zlib/contrib/iostream3/zfstream.h
74150gyp verb extracted file from tarball deps/zlib/contrib/iostream2/zstream.h
74151gyp verb extracted file from tarball deps/zlib/contrib/iostream/zfstream.h
74152gyp verb extracted file from tarball deps/zlib/contrib/infback9/infback9.h
74153gyp verb extracted file from tarball deps/zlib/contrib/infback9/inffix9.h
74154gyp verb extracted file from tarball deps/zlib/contrib/infback9/inflate9.h
74155gyp verb extracted file from tarball deps/zlib/contrib/infback9/inftree9.h
74156gyp verb extracted file from tarball deps/zlib/contrib/blast/blast.h
74157gyp verb extracted file from tarball deps/v8/tools/shell-utils.h
74158gyp verb extracted file from tarball deps/v8/third_party/fdlibm/fdlibm.h
74159gyp verb extracted file from tarball deps/v8/src/accessors.h
74160gyp verb extracted file from tarball deps/v8/src/allocation-site-scopes.h
74161gyp verb extracted file from tarball deps/v8/src/allocation-tracker.h
74162gyp verb extracted file from tarball deps/v8/src/allocation.h
74163gyp verb extracted file from tarball deps/v8/src/api.h
74164gyp verb extracted file from tarball deps/v8/src/arguments.h
74165gyp verb extracted file from tarball deps/v8/src/assembler.h
74166gyp verb extracted file from tarball deps/v8/src/assert-scope.h
74167gyp verb extracted file from tarball deps/v8/src/ast-value-factory.h
74168gyp verb extracted file from tarball deps/v8/src/ast.h
74169gyp verb extracted file from tarball deps/v8/src/bignum-dtoa.h
74170gyp verb extracted file from tarball deps/v8/src/bignum.h
74171gyp verb extracted file from tarball deps/v8/src/bootstrapper.h
74172gyp verb extracted file from tarball deps/v8/src/builtins.h
74173gyp verb extracted file from tarball deps/v8/src/bytecodes-irregexp.h
74174gyp verb extracted file from tarball deps/v8/src/cached-powers.h
74175gyp verb extracted file from tarball deps/v8/src/char-predicates-inl.h
74176gyp verb extracted file from tarball deps/v8/src/char-predicates.h
74177gyp verb extracted file from tarball deps/v8/src/checks.h
74178gyp verb extracted file from tarball deps/v8/src/circular-queue-inl.h
74179gyp verb extracted file from tarball deps/v8/src/circular-queue.h
74180gyp verb extracted file from tarball deps/v8/src/code-stubs.h
74181gyp verb extracted file from tarball deps/v8/src/code.h
74182gyp verb extracted file from tarball deps/v8/src/codegen.h
74183gyp verb extracted file from tarball deps/v8/src/compilation-cache.h
74184gyp verb extracted file from tarball deps/v8/src/compiler-intrinsics.h
74185gyp verb extracted file from tarball deps/v8/src/compiler.h
74186gyp verb extracted file from tarball deps/v8/src/contexts.h
74187gyp verb extracted file from tarball deps/v8/src/conversions-inl.h
74188gyp verb extracted file from tarball deps/v8/src/conversions.h
74189gyp verb extracted file from tarball deps/v8/src/counters.h
74190gyp verb extracted file from tarball deps/v8/src/cpu-profiler-inl.h
74191gyp verb extracted file from tarball deps/v8/src/cpu-profiler.h
74192gyp verb extracted file from tarball deps/v8/src/d8-debug.h
74193gyp verb extracted file from tarball deps/v8/src/d8.h
74194gyp verb extracted file from tarball deps/v8/src/data-flow.h
74195gyp verb extracted file from tarball deps/v8/src/date.h
74196gyp verb extracted file from tarball deps/v8/src/dateparser-inl.h
74197gyp verb extracted file from tarball deps/v8/src/dateparser.h
74198gyp verb extracted file from tarball deps/v8/src/debug.h
74199gyp verb extracted file from tarball deps/v8/src/deoptimizer.h
74200gyp verb extracted file from tarball deps/v8/src/disasm.h
74201gyp verb extracted file from tarball deps/v8/src/disassembler.h
74202gyp verb extracted file from tarball deps/v8/src/diy-fp.h
74203gyp verb extracted file from tarball deps/v8/src/double.h
74204gyp verb extracted file from tarball deps/v8/src/dtoa.h
74205gyp verb extracted file from tarball deps/v8/src/effects.h
74206gyp verb extracted file from tarball deps/v8/src/elements-kind.h
74207gyp verb extracted file from tarball deps/v8/src/elements.h
74208gyp verb extracted file from tarball deps/v8/src/execution.h
74209gyp verb extracted file from tarball deps/v8/src/factory.h
74210gyp verb extracted file from tarball deps/v8/src/fast-dtoa.h
74211gyp verb extracted file from tarball deps/v8/src/feedback-slots.h
74212gyp verb extracted file from tarball deps/v8/src/field-index-inl.h
74213gyp verb extracted file from tarball deps/v8/src/field-index.h
74214gyp verb extracted file from tarball deps/v8/src/fixed-dtoa.h
74215gyp verb extracted file from tarball deps/v8/src/flag-definitions.h
74216gyp verb extracted file from tarball deps/v8/src/flags.h
74217gyp verb extracted file from tarball deps/v8/src/frames-inl.h
74218gyp verb extracted file from tarball deps/v8/src/frames.h
74219gyp verb extracted file from tarball deps/v8/src/full-codegen.h
74220gyp verb extracted file from tarball deps/v8/src/func-name-inferrer.h
74221gyp verb extracted file from tarball deps/v8/src/gdb-jit.h
74222gyp verb extracted file from tarball deps/v8/src/global-handles.h
74223gyp verb extracted file from tarball deps/v8/src/globals.h
74224gyp verb extracted file from tarball deps/v8/src/handles-inl.h
74225gyp verb extracted file from tarball deps/v8/src/handles.h
74226gyp verb extracted file from tarball deps/v8/src/hashmap.h
74227gyp verb extracted file from tarball deps/v8/src/heap-profiler.h
74228gyp verb extracted file from tarball deps/v8/src/heap-snapshot-generator-inl.h
74229gyp verb extracted file from tarball deps/v8/src/heap-snapshot-generator.h
74230gyp verb extracted file from tarball deps/v8/src/hydrogen-alias-analysis.h
74231gyp verb extracted file from tarball deps/v8/src/hydrogen-bce.h
74232gyp verb extracted file from tarball deps/v8/src/hydrogen-bch.h
74233gyp verb extracted file from tarball deps/v8/src/hydrogen-canonicalize.h
74234gyp verb extracted file from tarball deps/v8/src/hydrogen-check-elimination.h
74235gyp verb extracted file from tarball deps/v8/src/hydrogen-dce.h
74236gyp verb extracted file from tarball deps/v8/src/hydrogen-dehoist.h
74237gyp verb extracted file from tarball deps/v8/src/hydrogen-environment-liveness.h
74238gyp verb extracted file from tarball deps/v8/src/hydrogen-escape-analysis.h
74239gyp verb extracted file from tarball deps/v8/src/hydrogen-flow-engine.h
74240gyp verb extracted file from tarball deps/v8/src/hydrogen-gvn.h
74241gyp verb extracted file from tarball deps/v8/src/hydrogen-infer-representation.h
74242gyp verb extracted file from tarball deps/v8/src/hydrogen-infer-types.h
74243gyp verb extracted file from tarball deps/v8/src/hydrogen-instructions.h
74244gyp verb extracted file from tarball deps/v8/src/hydrogen-load-elimination.h
74245gyp verb extracted file from tarball deps/v8/src/hydrogen-mark-deoptimize.h
74246gyp verb extracted file from tarball deps/v8/src/hydrogen-mark-unreachable.h
74247gyp verb extracted file from tarball deps/v8/src/hydrogen-osr.h
74248gyp verb extracted file from tarball deps/v8/src/hydrogen-range-analysis.h
74249gyp verb extracted file from tarball deps/v8/src/hydrogen-redundant-phi.h
74250gyp verb extracted file from tarball deps/v8/src/hydrogen-removable-simulates.h
74251gyp verb extracted file from tarball deps/v8/src/hydrogen-representation-changes.h
74252gyp verb extracted file from tarball deps/v8/src/hydrogen-sce.h
74253gyp verb extracted file from tarball deps/v8/src/hydrogen-store-elimination.h
74254gyp verb extracted file from tarball deps/v8/src/hydrogen-types.h
74255gyp verb extracted file from tarball deps/v8/src/hydrogen-uint32-analysis.h
74256gyp verb extracted file from tarball deps/v8/src/hydrogen.h
74257gyp verb extracted file from tarball deps/v8/src/i18n.h
74258gyp verb extracted file from tarball deps/v8/src/ic-inl.h
74259gyp verb extracted file from tarball deps/v8/src/ic.h
74260gyp verb extracted file from tarball deps/v8/src/icu_util.h
74261gyp verb extracted file from tarball deps/v8/src/interface.h
74262gyp verb extracted file from tarball deps/v8/src/interpreter-irregexp.h
74263gyp verb extracted file from tarball deps/v8/src/isolate-inl.h
74264gyp verb extracted file from tarball deps/v8/src/isolate.h
74265gyp verb extracted file from tarball deps/v8/src/json-parser.h
74266gyp verb extracted file from tarball deps/v8/src/json-stringifier.h
74267gyp verb extracted file from tarball deps/v8/src/jsregexp-inl.h
74268gyp verb extracted file from tarball deps/v8/src/jsregexp.h
74269gyp verb extracted file from tarball deps/v8/src/list-inl.h
74270gyp verb extracted file from tarball deps/v8/src/list.h
74271gyp verb extracted file from tarball deps/v8/src/lithium-allocator-inl.h
74272gyp verb extracted file from tarball deps/v8/src/lithium-allocator.h
74273gyp verb extracted file from tarball deps/v8/src/lithium-codegen.h
74274gyp verb extracted file from tarball deps/v8/src/lithium-inl.h
74275gyp verb extracted file from tarball deps/v8/src/lithium.h
74276gyp verb extracted file from tarball deps/v8/src/liveedit.h
74277gyp verb extracted file from tarball deps/v8/src/log-inl.h
74278gyp verb extracted file from tarball deps/v8/src/log-utils.h
74279gyp verb extracted file from tarball deps/v8/src/log.h
74280gyp verb extracted file from tarball deps/v8/src/lookup-inl.h
74281gyp verb extracted file from tarball deps/v8/src/lookup.h
74282gyp verb extracted file from tarball deps/v8/src/macro-assembler.h
74283gyp verb extracted file from tarball deps/v8/src/messages.h
74284gyp verb extracted file from tarball deps/v8/src/misc-intrinsics.h
74285gyp verb extracted file from tarball deps/v8/src/msan.h
74286gyp verb extracted file from tarball deps/v8/src/natives.h
74287gyp verb extracted file from tarball deps/v8/src/objects-inl.h
74288gyp verb extracted file from tarball deps/v8/src/objects.h
74289gyp verb extracted file from tarball deps/v8/src/optimizing-compiler-thread.h
74290gyp verb extracted file from tarball deps/v8/src/ostreams.h
74291gyp verb extracted file from tarball deps/v8/src/parser.h
74292gyp verb extracted file from tarball deps/v8/src/perf-jit.h
74293gyp verb extracted file from tarball deps/v8/src/preparse-data-format.h
74294gyp verb extracted file from tarball deps/v8/src/preparse-data.h
74295gyp verb extracted file from tarball deps/v8/src/preparser.h
74296gyp verb extracted file from tarball deps/v8/src/prettyprinter.h
74297gyp verb extracted file from tarball deps/v8/src/profile-generator-inl.h
74298gyp verb extracted file from tarball deps/v8/src/profile-generator.h
74299gyp verb extracted file from tarball deps/v8/src/property-details-inl.h
74300gyp verb extracted file from tarball deps/v8/src/property-details.h
74301gyp verb extracted file from tarball deps/v8/src/property.h
74302gyp verb extracted file from tarball deps/v8/src/prototype.h
74303gyp verb extracted file from tarball deps/v8/src/regexp-macro-assembler-irregexp-inl.h
74304gyp verb extracted file from tarball deps/v8/src/regexp-macro-assembler-irregexp.h
74305gyp verb extracted file from tarball deps/v8/src/regexp-macro-assembler-tracer.h
74306gyp verb extracted file from tarball deps/v8/src/regexp-macro-assembler.h
74307gyp verb extracted file from tarball deps/v8/src/regexp-stack.h
74308gyp verb extracted file from tarball deps/v8/src/rewriter.h
74309gyp verb extracted file from tarball deps/v8/src/runtime-profiler.h
74310gyp verb extracted file from tarball deps/v8/src/runtime.h
74311gyp verb extracted file from tarball deps/v8/src/safepoint-table.h
74312gyp verb extracted file from tarball deps/v8/src/sampler.h
74313gyp verb extracted file from tarball deps/v8/src/scanner-character-streams.h
74314gyp verb extracted file from tarball deps/v8/src/scanner.h
74315gyp verb extracted file from tarball deps/v8/src/scopeinfo.h
74316gyp verb extracted file from tarball deps/v8/src/scopes.h
74317gyp verb extracted file from tarball deps/v8/src/serialize.h
74318gyp verb extracted file from tarball deps/v8/src/simulator.h
74319gyp verb extracted file from tarball deps/v8/src/small-pointer-list.h
74320gyp verb extracted file from tarball deps/v8/src/smart-pointers.h
74321gyp verb extracted file from tarball deps/v8/src/snapshot-source-sink.h
74322gyp verb extracted file from tarball deps/v8/src/snapshot.h
74323gyp verb extracted file from tarball deps/v8/src/splay-tree-inl.h
74324gyp verb extracted file from tarball deps/v8/src/splay-tree.h
74325gyp verb extracted file from tarball deps/v8/src/string-search.h
74326gyp verb extracted file from tarball deps/v8/src/string-stream.h
74327gyp verb extracted file from tarball deps/v8/src/strtod.h
74328gyp verb extracted file from tarball deps/v8/src/stub-cache.h
74329gyp verb extracted file from tarball deps/v8/src/token.h
74330gyp verb extracted file from tarball deps/v8/src/transitions-inl.h
74331gyp verb extracted file from tarball deps/v8/src/transitions.h
74332gyp verb extracted file from tarball deps/v8/src/type-info.h
74333gyp verb extracted file from tarball deps/v8/src/types-inl.h
74334gyp verb extracted file from tarball deps/v8/src/types.h
74335gyp verb extracted file from tarball deps/v8/src/typing.h
74336gyp verb extracted file from tarball deps/v8/src/unbound-queue-inl.h
74337gyp verb extracted file from tarball deps/v8/src/unbound-queue.h
74338gyp verb extracted file from tarball deps/v8/src/unicode-inl.h
74339gyp verb extracted file from tarball deps/v8/src/unicode.h
74340gyp verb extracted file from tarball deps/v8/src/unique.h
74341gyp verb extracted file from tarball deps/v8/src/uri.h
74342gyp verb extracted file from tarball deps/v8/src/utils-inl.h
74343gyp verb extracted file from tarball deps/v8/src/utils.h
74344gyp verb extracted file from tarball deps/v8/src/v8.h
74345gyp verb extracted file from tarball deps/v8/src/v8memory.h
74346gyp verb extracted file from tarball deps/v8/src/v8threads.h
74347gyp verb extracted file from tarball deps/v8/src/variables.h
74348gyp verb extracted file from tarball deps/v8/src/vector.h
74349gyp verb extracted file from tarball deps/v8/src/version.h
74350gyp verb extracted file from tarball deps/v8/src/vm-state-inl.h
74351gyp verb extracted file from tarball deps/v8/src/vm-state.h
74352gyp verb extracted file from tarball deps/v8/src/zone-allocator.h
74353gyp verb extracted file from tarball deps/v8/src/zone-containers.h
74354gyp verb extracted file from tarball deps/v8/src/zone-inl.h
74355gyp verb extracted file from tarball deps/v8/src/zone.h
74356gyp verb extracted file from tarball deps/v8/src/x87/assembler-x87-inl.h
74357gyp verb extracted file from tarball deps/v8/src/x87/assembler-x87.h
74358gyp verb extracted file from tarball deps/v8/src/x87/code-stubs-x87.h
74359gyp verb extracted file from tarball deps/v8/src/x87/codegen-x87.h
74360gyp verb extracted file from tarball deps/v8/src/x87/frames-x87.h
74361gyp verb extracted file from tarball deps/v8/src/x87/lithium-codegen-x87.h
74362gyp verb extracted file from tarball deps/v8/src/x87/lithium-gap-resolver-x87.h
74363gyp verb extracted file from tarball deps/v8/src/x87/lithium-x87.h
74364gyp verb extracted file from tarball deps/v8/src/x87/macro-assembler-x87.h
74365gyp verb extracted file from tarball deps/v8/src/x87/regexp-macro-assembler-x87.h
74366gyp verb extracted file from tarball deps/v8/src/x87/simulator-x87.h
74367gyp verb extracted file from tarball deps/v8/src/x64/assembler-x64-inl.h
74368gyp verb extracted file from tarball deps/v8/src/x64/assembler-x64.h
74369gyp verb extracted file from tarball deps/v8/src/x64/code-stubs-x64.h
74370gyp verb extracted file from tarball deps/v8/src/x64/codegen-x64.h
74371gyp verb extracted file from tarball deps/v8/src/x64/frames-x64.h
74372gyp verb extracted file from tarball deps/v8/src/x64/lithium-codegen-x64.h
74373gyp verb extracted file from tarball deps/v8/src/x64/lithium-gap-resolver-x64.h
74374gyp verb extracted file from tarball deps/v8/src/x64/lithium-x64.h
74375gyp verb extracted file from tarball deps/v8/src/x64/macro-assembler-x64.h
74376gyp verb extracted file from tarball deps/v8/src/x64/regexp-macro-assembler-x64.h
74377gyp verb extracted file from tarball deps/v8/src/x64/simulator-x64.h
74378gyp verb extracted file from tarball deps/v8/src/third_party/vtune/ittnotify_config.h
74379gyp verb extracted file from tarball deps/v8/src/third_party/vtune/ittnotify_types.h
74380gyp verb extracted file from tarball deps/v8/src/third_party/vtune/jitprofiling.h
74381gyp verb extracted file from tarball deps/v8/src/third_party/vtune/v8-vtune.h
74382gyp verb extracted file from tarball deps/v8/src/third_party/vtune/vtune-jit.h
74383gyp verb extracted file from tarball deps/v8/src/third_party/valgrind/valgrind.h
74384gyp verb extracted file from tarball deps/v8/src/third_party/kernel/tools/perf/util/jitdump.h
74385gyp verb extracted file from tarball deps/v8/src/mips64/assembler-mips64-inl.h
74386gyp verb extracted file from tarball deps/v8/src/mips64/assembler-mips64.h
74387gyp verb extracted file from tarball deps/v8/src/mips64/code-stubs-mips64.h
74388gyp verb extracted file from tarball deps/v8/src/mips64/codegen-mips64.h
74389gyp verb extracted file from tarball deps/v8/src/mips64/constants-mips64.h
74390gyp verb extracted file from tarball deps/v8/src/mips64/frames-mips64.h
74391gyp verb extracted file from tarball deps/v8/src/mips64/lithium-codegen-mips64.h
74392gyp verb extracted file from tarball deps/v8/src/mips64/lithium-gap-resolver-mips64.h
74393gyp verb extracted file from tarball deps/v8/src/mips64/lithium-mips64.h
74394gyp verb extracted file from tarball deps/v8/src/mips64/macro-assembler-mips64.h
74395gyp verb extracted file from tarball deps/v8/src/mips64/regexp-macro-assembler-mips64.h
74396gyp verb extracted file from tarball deps/v8/src/mips64/simulator-mips64.h
74397gyp verb extracted file from tarball deps/v8/src/mips/assembler-mips-inl.h
74398gyp verb extracted file from tarball deps/v8/src/mips/assembler-mips.h
74399gyp verb extracted file from tarball deps/v8/src/mips/code-stubs-mips.h
74400gyp verb extracted file from tarball deps/v8/src/mips/codegen-mips.h
74401gyp verb extracted file from tarball deps/v8/src/mips/constants-mips.h
74402gyp verb extracted file from tarball deps/v8/src/mips/frames-mips.h
74403gyp verb extracted file from tarball deps/v8/src/mips/lithium-codegen-mips.h
74404gyp verb extracted file from tarball deps/v8/src/mips/lithium-gap-resolver-mips.h
74405gyp verb extracted file from tarball deps/v8/src/mips/lithium-mips.h
74406gyp verb extracted file from tarball deps/v8/src/mips/macro-assembler-mips.h
74407gyp verb extracted file from tarball deps/v8/src/mips/regexp-macro-assembler-mips.h
74408gyp verb extracted file from tarball deps/v8/src/mips/simulator-mips.h
74409gyp verb extracted file from tarball deps/v8/src/libplatform/default-platform.h
74410gyp verb extracted file from tarball deps/v8/src/libplatform/task-queue.h
74411gyp verb extracted file from tarball deps/v8/src/libplatform/worker-thread.h
74412gyp verb extracted file from tarball deps/v8/src/ia32/assembler-ia32-inl.h
74413gyp verb extracted file from tarball deps/v8/src/ia32/assembler-ia32.h
74414gyp verb extracted file from tarball deps/v8/src/ia32/code-stubs-ia32.h
74415gyp verb extracted file from tarball deps/v8/src/ia32/codegen-ia32.h
74416gyp verb extracted file from tarball deps/v8/src/ia32/frames-ia32.h
74417gyp verb extracted file from tarball deps/v8/src/ia32/lithium-codegen-ia32.h
74418gyp verb extracted file from tarball deps/v8/src/ia32/lithium-gap-resolver-ia32.h
74419gyp verb extracted file from tarball deps/v8/src/ia32/lithium-ia32.h
74420gyp verb extracted file from tarball deps/v8/src/ia32/macro-assembler-ia32.h
74421gyp verb extracted file from tarball deps/v8/src/ia32/regexp-macro-assembler-ia32.h
74422gyp verb extracted file from tarball deps/v8/src/ia32/simulator-ia32.h
74423gyp verb extracted file from tarball deps/v8/src/heap/gc-tracer.h
74424gyp verb extracted file from tarball deps/v8/src/heap/heap-inl.h
74425gyp verb extracted file from tarball deps/v8/src/heap/heap.h
74426gyp verb extracted file from tarball deps/v8/src/heap/incremental-marking-inl.h
74427gyp verb extracted file from tarball deps/v8/src/heap/incremental-marking.h
74428gyp verb extracted file from tarball deps/v8/src/heap/mark-compact-inl.h
74429gyp verb extracted file from tarball deps/v8/src/heap/mark-compact.h
74430gyp verb extracted file from tarball deps/v8/src/heap/objects-visiting-inl.h
74431gyp verb extracted file from tarball deps/v8/src/heap/objects-visiting.h
74432gyp verb extracted file from tarball deps/v8/src/heap/spaces-inl.h
74433gyp verb extracted file from tarball deps/v8/src/heap/spaces.h
74434gyp verb extracted file from tarball deps/v8/src/heap/store-buffer-inl.h
74435gyp verb extracted file from tarball deps/v8/src/heap/store-buffer.h
74436gyp verb extracted file from tarball deps/v8/src/heap/sweeper-thread.h
74437gyp verb extracted file from tarball deps/v8/src/extensions/externalize-string-extension.h
74438gyp verb extracted file from tarball deps/v8/src/extensions/free-buffer-extension.h
74439gyp verb extracted file from tarball deps/v8/src/extensions/gc-extension.h
74440gyp verb extracted file from tarball deps/v8/src/extensions/statistics-extension.h
74441gyp verb extracted file from tarball deps/v8/src/extensions/trigger-failure-extension.h
74442gyp verb extracted file from tarball deps/v8/src/compiler/ast-graph-builder.h
74443gyp verb extracted file from tarball deps/v8/src/compiler/code-generator-impl.h
74444gyp verb extracted file from tarball deps/v8/src/compiler/code-generator.h
74445gyp verb extracted file from tarball deps/v8/src/compiler/common-node-cache.h
74446gyp verb extracted file from tarball deps/v8/src/compiler/common-operator.h
74447gyp verb extracted file from tarball deps/v8/src/compiler/control-builders.h
74448gyp verb extracted file from tarball deps/v8/src/compiler/frame.h
74449gyp verb extracted file from tarball deps/v8/src/compiler/gap-resolver.h
74450gyp verb extracted file from tarball deps/v8/src/compiler/generic-algorithm-inl.h
74451gyp verb extracted file from tarball deps/v8/src/compiler/generic-algorithm.h
74452gyp verb extracted file from tarball deps/v8/src/compiler/generic-graph.h
74453gyp verb extracted file from tarball deps/v8/src/compiler/generic-node-inl.h
74454gyp verb extracted file from tarball deps/v8/src/compiler/generic-node.h
74455gyp verb extracted file from tarball deps/v8/src/compiler/graph-builder.h
74456gyp verb extracted file from tarball deps/v8/src/compiler/graph-inl.h
74457gyp verb extracted file from tarball deps/v8/src/compiler/graph-reducer.h
74458gyp verb extracted file from tarball deps/v8/src/compiler/graph-replay.h
74459gyp verb extracted file from tarball deps/v8/src/compiler/graph-visualizer.h
74460gyp verb extracted file from tarball deps/v8/src/compiler/graph.h
74461gyp verb extracted file from tarball deps/v8/src/compiler/instruction-codes.h
74462gyp verb extracted file from tarball deps/v8/src/compiler/instruction-selector-impl.h
74463gyp verb extracted file from tarball deps/v8/src/compiler/instruction-selector.h
74464gyp verb extracted file from tarball deps/v8/src/compiler/instruction.h
74465gyp verb extracted file from tarball deps/v8/src/compiler/js-context-specialization.h
74466gyp verb extracted file from tarball deps/v8/src/compiler/js-generic-lowering.h
74467gyp verb extracted file from tarball deps/v8/src/compiler/js-graph.h
74468gyp verb extracted file from tarball deps/v8/src/compiler/js-operator.h
74469gyp verb extracted file from tarball deps/v8/src/compiler/js-typed-lowering.h
74470gyp verb extracted file from tarball deps/v8/src/compiler/linkage-impl.h
74471gyp verb extracted file from tarball deps/v8/src/compiler/linkage.h
74472gyp verb extracted file from tarball deps/v8/src/compiler/lowering-builder.h
74473gyp verb extracted file from tarball deps/v8/src/compiler/machine-node-factory.h
74474gyp verb extracted file from tarball deps/v8/src/compiler/machine-operator-reducer.h
74475gyp verb extracted file from tarball deps/v8/src/compiler/machine-operator.h
74476gyp verb extracted file from tarball deps/v8/src/compiler/machine-type.h
74477gyp verb extracted file from tarball deps/v8/src/compiler/node-aux-data-inl.h
74478gyp verb extracted file from tarball deps/v8/src/compiler/node-aux-data.h
74479gyp verb extracted file from tarball deps/v8/src/compiler/node-cache.h
74480gyp verb extracted file from tarball deps/v8/src/compiler/node-matchers.h
74481gyp verb extracted file from tarball deps/v8/src/compiler/node-properties-inl.h
74482gyp verb extracted file from tarball deps/v8/src/compiler/node-properties.h
74483gyp verb extracted file from tarball deps/v8/src/compiler/node.h
74484gyp verb extracted file from tarball deps/v8/src/compiler/opcodes.h
74485gyp verb extracted file from tarball deps/v8/src/compiler/operator-properties-inl.h
74486gyp verb extracted file from tarball deps/v8/src/compiler/operator-properties.h
74487gyp verb extracted file from tarball deps/v8/src/compiler/operator.h
74488gyp verb extracted file from tarball deps/v8/src/compiler/phi-reducer.h
74489gyp verb extracted file from tarball deps/v8/src/compiler/pipeline.h
74490gyp verb extracted file from tarball deps/v8/src/compiler/raw-machine-assembler.h
74491gyp verb extracted file from tarball deps/v8/src/compiler/register-allocator.h
74492gyp verb extracted file from tarball deps/v8/src/compiler/representation-change.h
74493gyp verb extracted file from tarball deps/v8/src/compiler/schedule.h
74494gyp verb extracted file from tarball deps/v8/src/compiler/scheduler.h
74495gyp verb extracted file from tarball deps/v8/src/compiler/simplified-lowering.h
74496gyp verb extracted file from tarball deps/v8/src/compiler/simplified-node-factory.h
74497gyp verb extracted file from tarball deps/v8/src/compiler/simplified-operator.h
74498gyp verb extracted file from tarball deps/v8/src/compiler/source-position.h
74499gyp verb extracted file from tarball deps/v8/src/compiler/structured-machine-assembler.h
74500gyp verb extracted file from tarball deps/v8/src/compiler/typer.h
74501gyp verb extracted file from tarball deps/v8/src/compiler/verifier.h
74502gyp verb extracted file from tarball deps/v8/src/compiler/x64/instruction-codes-x64.h
74503gyp verb extracted file from tarball deps/v8/src/compiler/ia32/instruction-codes-ia32.h
74504gyp verb extracted file from tarball deps/v8/src/compiler/arm64/instruction-codes-arm64.h
74505gyp verb extracted file from tarball deps/v8/src/compiler/arm/instruction-codes-arm.h
74506gyp verb extracted file from tarball deps/v8/src/base/atomicops.h
74507gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_arm64_gcc.h
74508gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_arm_gcc.h
74509gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_atomicword_compat.h
74510gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_mac.h
74511gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_mips64_gcc.h
74512gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_mips_gcc.h
74513gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_tsan.h
74514gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_x86_gcc.h
74515gyp verb extracted file from tarball deps/v8/src/base/atomicops_internals_x86_msvc.h
74516gyp verb extracted file from tarball deps/v8/src/base/build_config.h
74517gyp verb extracted file from tarball deps/v8/src/base/cpu.h
74518gyp verb extracted file from tarball deps/v8/src/base/lazy-instance.h
74519gyp verb extracted file from tarball deps/v8/src/base/logging.h
74520gyp verb extracted file from tarball deps/v8/src/base/macros.h
74521gyp verb extracted file from tarball deps/v8/src/base/once.h
74522gyp verb extracted file from tarball deps/v8/src/base/qnx-math.h
74523gyp verb extracted file from tarball deps/v8/src/base/safe_conversions.h
74524gyp verb extracted file from tarball deps/v8/src/base/safe_conversions_impl.h
74525gyp verb extracted file from tarball deps/v8/src/base/safe_math.h
74526gyp verb extracted file from tarball deps/v8/src/base/safe_math_impl.h
74527gyp verb extracted file from tarball deps/v8/src/base/win32-headers.h
74528gyp verb extracted file from tarball deps/v8/src/base/win32-math.h
74529gyp verb extracted file from tarball deps/v8/src/base/utils/random-number-generator.h
74530gyp verb extracted file from tarball deps/v8/src/base/platform/condition-variable.h
74531gyp verb extracted file from tarball deps/v8/src/base/platform/elapsed-timer.h
74532gyp verb extracted file from tarball deps/v8/src/base/platform/mutex.h
74533gyp verb extracted file from tarball deps/v8/src/base/platform/platform.h
74534gyp verb extracted file from tarball deps/v8/src/base/platform/semaphore.h
74535gyp verb extracted file from tarball deps/v8/src/base/platform/time.h
74536gyp verb extracted file from tarball deps/v8/src/arm64/assembler-arm64-inl.h
74537gyp verb extracted file from tarball deps/v8/src/arm64/assembler-arm64.h
74538gyp verb extracted file from tarball deps/v8/src/arm64/code-stubs-arm64.h
74539gyp verb extracted file from tarball deps/v8/src/arm64/codegen-arm64.h
74540gyp verb extracted file from tarball deps/v8/src/arm64/constants-arm64.h
74541gyp verb extracted file from tarball deps/v8/src/arm64/decoder-arm64-inl.h
74542gyp verb extracted file from tarball deps/v8/src/arm64/decoder-arm64.h
74543gyp verb extracted file from tarball deps/v8/src/arm64/delayed-masm-arm64-inl.h
74544gyp verb extracted file from tarball deps/v8/src/arm64/delayed-masm-arm64.h
74545gyp verb extracted file from tarball deps/v8/src/arm64/disasm-arm64.h
74546gyp verb extracted file from tarball deps/v8/src/arm64/frames-arm64.h
74547gyp verb extracted file from tarball deps/v8/src/arm64/instructions-arm64.h
74548gyp verb extracted file from tarball deps/v8/src/arm64/instrument-arm64.h
74549gyp verb extracted file from tarball deps/v8/src/arm64/lithium-arm64.h
74550gyp verb extracted file from tarball deps/v8/src/arm64/lithium-codegen-arm64.h
74551gyp verb extracted file from tarball deps/v8/src/arm64/lithium-gap-resolver-arm64.h
74552gyp verb extracted file from tarball deps/v8/src/arm64/macro-assembler-arm64-inl.h
74553gyp verb extracted file from tarball deps/v8/src/arm64/macro-assembler-arm64.h
74554gyp verb extracted file from tarball deps/v8/src/arm64/regexp-macro-assembler-arm64.h
74555gyp verb extracted file from tarball deps/v8/src/arm64/simulator-arm64.h
74556gyp verb extracted file from tarball deps/v8/src/arm64/utils-arm64.h
74557gyp verb extracted file from tarball deps/v8/src/arm/assembler-arm-inl.h
74558gyp verb extracted file from tarball deps/v8/src/arm/assembler-arm.h
74559gyp verb extracted file from tarball deps/v8/src/arm/code-stubs-arm.h
74560gyp verb extracted file from tarball deps/v8/src/arm/codegen-arm.h
74561gyp verb extracted file from tarball deps/v8/src/arm/constants-arm.h
74562gyp verb extracted file from tarball deps/v8/src/arm/frames-arm.h
74563gyp verb extracted file from tarball deps/v8/src/arm/lithium-arm.h
74564gyp verb extracted file from tarball deps/v8/src/arm/lithium-codegen-arm.h
74565gyp verb extracted file from tarball deps/v8/src/arm/lithium-gap-resolver-arm.h
74566gyp verb extracted file from tarball deps/v8/src/arm/macro-assembler-arm.h
74567gyp verb extracted file from tarball deps/v8/src/arm/regexp-macro-assembler-arm.h
74568gyp verb extracted file from tarball deps/v8/src/arm/simulator-arm.h
74569gyp verb extracted file from tarball deps/v8/include/v8-debug.h
74570gyp verb extracted file from tarball deps/v8/include/v8-platform.h
74571gyp verb extracted file from tarball deps/v8/include/v8-profiler.h
74572gyp verb extracted file from tarball deps/v8/include/v8-testing.h
74573gyp verb extracted file from tarball deps/v8/include/v8-util.h
74574gyp verb extracted file from tarball deps/v8/include/v8.h
74575gyp verb extracted file from tarball deps/v8/include/v8config.h
74576gyp verb extracted file from tarball deps/v8/include/v8stdint.h
74577gyp verb extracted file from tarball deps/v8/include/libplatform/libplatform.h
74578gyp verb extracted file from tarball deps/v8/build/android.gypi
74579gyp verb extracted file from tarball deps/v8/build/features.gypi
74580gyp verb extracted file from tarball deps/v8/build/shim_headers.gypi
74581gyp verb extracted file from tarball deps/v8/build/standalone.gypi
74582gyp verb extracted file from tarball deps/v8/build/toolchain.gypi
74583gyp verb extracted file from tarball deps/uv/common.gypi
74584gyp verb extracted file from tarball deps/uv/test/benchmark-list.h
74585gyp verb extracted file from tarball deps/uv/test/runner-unix.h
74586gyp verb extracted file from tarball deps/uv/test/runner-win.h
74587gyp verb extracted file from tarball deps/uv/test/runner.h
74588gyp verb extracted file from tarball deps/uv/test/task.h
74589gyp verb extracted file from tarball deps/uv/test/test-list.h
74590gyp verb extracted file from tarball deps/uv/src/heap-inl.h
74591gyp verb extracted file from tarball deps/uv/src/queue.h
74592gyp verb extracted file from tarball deps/uv/src/uv-common.h
74593gyp verb extracted file from tarball deps/uv/src/win/atomicops-inl.h
74594gyp verb extracted file from tarball deps/uv/src/win/handle-inl.h
74595gyp verb extracted file from tarball deps/uv/src/win/internal.h
74596gyp verb extracted file from tarball deps/uv/src/win/req-inl.h
74597gyp verb extracted file from tarball deps/uv/src/win/stream-inl.h
74598gyp verb extracted file from tarball deps/uv/src/win/winapi.h
74599gyp verb extracted file from tarball deps/uv/src/win/winsock.h
74600gyp verb extracted file from tarball deps/uv/src/unix/atomic-ops.h
74601gyp verb extracted file from tarball deps/uv/src/unix/internal.h
74602gyp verb extracted file from tarball deps/uv/src/unix/linux-syscalls.h
74603gyp verb extracted file from tarball deps/uv/src/unix/spinlock.h
74604gyp verb extracted file from tarball deps/uv/samples/socks5-proxy/defs.h
74605gyp verb extracted file from tarball deps/uv/samples/socks5-proxy/s5.h
74606gyp verb extracted file from tarball deps/uv/include/android-ifaddrs.h
74607gyp verb extracted file from tarball deps/uv/include/pthread-fixes.h
74608gyp verb extracted file from tarball deps/uv/include/stdint-msvc2008.h
74609gyp verb extracted file from tarball deps/uv/include/tree.h
74610gyp verb extracted file from tarball deps/uv/include/uv-aix.h
74611gyp verb extracted file from tarball deps/uv/include/uv-bsd.h
74612gyp verb extracted file from tarball deps/uv/include/uv-darwin.h
74613gyp verb extracted file from tarball deps/uv/include/uv-errno.h
74614gyp verb extracted file from tarball deps/uv/include/uv-linux.h
74615gyp verb extracted file from tarball deps/uv/include/uv-sunos.h
74616gyp verb extracted file from tarball deps/uv/include/uv-threadpool.h
74617gyp verb extracted file from tarball deps/uv/include/uv-unix.h
74618gyp verb extracted file from tarball deps/uv/include/uv-version.h
74619gyp verb extracted file from tarball deps/uv/include/uv-win.h
74620gyp verb extracted file from tarball deps/uv/include/uv.h
74621gyp verb extracted file from tarball deps/openssl/buildinf.h
74622gyp verb extracted file from tarball deps/openssl/openssl/e_os.h
74623gyp verb extracted file from tarball deps/openssl/openssl/e_os2.h
74624gyp verb extracted file from tarball deps/openssl/openssl/test/testutil.h
74625gyp verb extracted file from tarball deps/openssl/openssl/ssl/dtls1.h
74626gyp verb extracted file from tarball deps/openssl/openssl/ssl/kssl.h
74627gyp verb extracted file from tarball deps/openssl/openssl/ssl/kssl_lcl.h
74628gyp verb extracted file from tarball deps/openssl/openssl/ssl/srtp.h
74629gyp verb extracted file from tarball deps/openssl/openssl/ssl/ssl.h
74630gyp verb extracted file from tarball deps/openssl/openssl/ssl/ssl2.h
74631gyp verb extracted file from tarball deps/openssl/openssl/ssl/ssl23.h
74632gyp verb extracted file from tarball deps/openssl/openssl/ssl/ssl3.h
74633gyp verb extracted file from tarball deps/openssl/openssl/ssl/ssl_locl.h
74634gyp verb extracted file from tarball deps/openssl/openssl/ssl/tls1.h
74635gyp verb extracted file from tarball deps/openssl/openssl/ms/tlhelp32.h
74636gyp verb extracted file from tarball deps/openssl/openssl/ms/uplink.h
74637gyp verb extracted file from tarball deps/openssl/openssl/MacOS/_MWERKS_GUSI_prefix.h
74638gyp verb extracted file from tarball deps/openssl/openssl/MacOS/_MWERKS_prefix.h
74639gyp verb extracted file from tarball deps/openssl/openssl/MacOS/buildinf.h
74640gyp verb extracted file from tarball deps/openssl/openssl/MacOS/opensslconf.h
74641gyp verb extracted file from tarball deps/openssl/openssl/MacOS/Randomizer.h
74642gyp verb extracted file from tarball deps/openssl/openssl/MacOS/GetHTTPS.src/MacSocket.h
74643gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/aes.h
74644gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/asn1.h
74645gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/asn1_mac.h
74646gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/asn1t.h
74647gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/bio.h
74648gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/blowfish.h
74649gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/bn.h
74650gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/buffer.h
74651gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/camellia.h
74652gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/cast.h
74653gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/cmac.h
74654gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/cms.h
74655gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/comp.h
74656gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/conf.h
74657gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/conf_api.h
74658gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/crypto.h
74659gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/des.h
74660gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/des_old.h
74661gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/dh.h
74662gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/dsa.h
74663gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/dso.h
74664gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/dtls1.h
74665gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/e_os2.h
74666gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ebcdic.h
74667gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ec.h
74668gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ecdh.h
74669gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ecdsa.h
74670gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/engine.h
74671gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/err.h
74672gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/evp.h
74673gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/hmac.h
74674gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/idea.h
74675gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/krb5_asn.h
74676gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/kssl.h
74677gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/lhash.h
74678gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/md4.h
74679gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/md5.h
74680gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/mdc2.h
74681gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/modes.h
74682gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/obj_mac.h
74683gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/objects.h
74684gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ocsp.h
74685gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/opensslconf.h
74686gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/opensslv.h
74687gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ossl_typ.h
74688gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/pem.h
74689gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/pem2.h
74690gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/pkcs12.h
74691gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/pkcs7.h
74692gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/pqueue.h
74693gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/rand.h
74694gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/rc2.h
74695gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/rc4.h
74696gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ripemd.h
74697gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/rsa.h
74698gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/safestack.h
74699gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/seed.h
74700gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/sha.h
74701gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/srp.h
74702gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/srtp.h
74703gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ssl.h
74704gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ssl2.h
74705gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ssl23.h
74706gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ssl3.h
74707gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/stack.h
74708gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/symhacks.h
74709gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/tls1.h
74710gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ts.h
74711gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/txt_db.h
74712gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ui.h
74713gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/ui_compat.h
74714gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/whrlpool.h
74715gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/x509.h
74716gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/x509_vfy.h
74717gyp verb extracted file from tarball deps/openssl/openssl/include/openssl/x509v3.h
74718gyp verb extracted file from tarball deps/openssl/openssl/engines/e_4758cca_err.h
74719gyp verb extracted file from tarball deps/openssl/openssl/engines/e_aep_err.h
74720gyp verb extracted file from tarball deps/openssl/openssl/engines/e_atalla_err.h
74721gyp verb extracted file from tarball deps/openssl/openssl/engines/e_capi_err.h
74722gyp verb extracted file from tarball deps/openssl/openssl/engines/e_chil_err.h
74723gyp verb extracted file from tarball deps/openssl/openssl/engines/e_cswift_err.h
74724gyp verb extracted file from tarball deps/openssl/openssl/engines/e_gmp_err.h
74725gyp verb extracted file from tarball deps/openssl/openssl/engines/e_nuron_err.h
74726gyp verb extracted file from tarball deps/openssl/openssl/engines/e_sureware_err.h
74727gyp verb extracted file from tarball deps/openssl/openssl/engines/e_ubsec_err.h
74728gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/aep.h
74729gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/atalla.h
74730gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/cswift.h
74731gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/hw_4758_cca.h
74732gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/hw_ubsec.h
74733gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/hwcryptohook.h
74734gyp verb extracted file from tarball deps/openssl/openssl/engines/vendor_defns/sureware.h
74735gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/e_gost_err.h
74736gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gost2001_keyx.h
74737gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gost89.h
74738gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gost_keywrap.h
74739gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gost_lcl.h
74740gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gost_params.h
74741gyp verb extracted file from tarball deps/openssl/openssl/engines/ccgost/gosthash.h
74742gyp verb extracted file from tarball deps/openssl/openssl/demos/tunala/tunala.h
74743gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/zencod/hw_zencod.h
74744gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/zencod/hw_zencod_err.h
74745gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/rsaref/rsaref_err.h
74746gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/ibmca/hw_ibmca_err.h
74747gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/ibmca/ica_openssl_api.h
74748gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/cluster_labs/cluster_labs.h
74749gyp verb extracted file from tarball deps/openssl/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.h
74750gyp verb extracted file from tarball deps/openssl/openssl/demos/easy_tls/easy-tls.h
74751gyp verb extracted file from tarball deps/openssl/openssl/demos/easy_tls/test.h
74752gyp verb extracted file from tarball deps/openssl/openssl/crypto/arm_arch.h
74753gyp verb extracted file from tarball deps/openssl/openssl/crypto/constant_time_locl.h
74754gyp verb extracted file from tarball deps/openssl/openssl/crypto/cryptlib.h
74755gyp verb extracted file from tarball deps/openssl/openssl/crypto/crypto.h
74756gyp verb extracted file from tarball deps/openssl/openssl/crypto/ebcdic.h
74757gyp verb extracted file from tarball deps/openssl/openssl/crypto/fips_err.h
74758gyp verb extracted file from tarball deps/openssl/openssl/crypto/md32_common.h
74759gyp verb extracted file from tarball deps/openssl/openssl/crypto/o_dir.h
74760gyp verb extracted file from tarball deps/openssl/openssl/crypto/o_str.h
74761gyp verb extracted file from tarball deps/openssl/openssl/crypto/o_time.h
74762gyp verb extracted file from tarball deps/openssl/openssl/crypto/opensslconf.h
74763gyp verb extracted file from tarball deps/openssl/openssl/crypto/opensslv.h
74764gyp verb extracted file from tarball deps/openssl/openssl/crypto/ossl_typ.h
74765gyp verb extracted file from tarball deps/openssl/openssl/crypto/symhacks.h
74766gyp verb extracted file from tarball deps/openssl/openssl/crypto/vms_rms.h
74767gyp verb extracted file from tarball deps/openssl/openssl/crypto/x509v3/ext_dat.h
74768gyp verb extracted file from tarball deps/openssl/openssl/crypto/x509v3/pcy_int.h
74769gyp verb extracted file from tarball deps/openssl/openssl/crypto/x509v3/x509v3.h
74770gyp verb extracted file from tarball deps/openssl/openssl/crypto/x509/x509.h
74771gyp verb extracted file from tarball deps/openssl/openssl/crypto/x509/x509_vfy.h
74772gyp verb extracted file from tarball deps/openssl/openssl/crypto/whrlpool/whrlpool.h
74773gyp verb extracted file from tarball deps/openssl/openssl/crypto/whrlpool/wp_locl.h
74774gyp verb extracted file from tarball deps/openssl/openssl/crypto/ui/ui.h
74775gyp verb extracted file from tarball deps/openssl/openssl/crypto/ui/ui_compat.h
74776gyp verb extracted file from tarball deps/openssl/openssl/crypto/ui/ui_locl.h
74777gyp verb extracted file from tarball deps/openssl/openssl/crypto/txt_db/txt_db.h
74778gyp verb extracted file from tarball deps/openssl/openssl/crypto/ts/ts.h
74779gyp verb extracted file from tarball deps/openssl/openssl/crypto/store/store.h
74780gyp verb extracted file from tarball deps/openssl/openssl/crypto/store/str_locl.h
74781gyp verb extracted file from tarball deps/openssl/openssl/crypto/stack/safestack.h
74782gyp verb extracted file from tarball deps/openssl/openssl/crypto/stack/stack.h
74783gyp verb extracted file from tarball deps/openssl/openssl/crypto/srp/srp.h
74784gyp verb extracted file from tarball deps/openssl/openssl/crypto/srp/srp_grps.h
74785gyp verb extracted file from tarball deps/openssl/openssl/crypto/srp/srp_lcl.h
74786gyp verb extracted file from tarball deps/openssl/openssl/crypto/sha/sha.h
74787gyp verb extracted file from tarball deps/openssl/openssl/crypto/sha/sha_locl.h
74788gyp verb extracted file from tarball deps/openssl/openssl/crypto/seed/seed.h
74789gyp verb extracted file from tarball deps/openssl/openssl/crypto/seed/seed_locl.h
74790gyp verb extracted file from tarball deps/openssl/openssl/crypto/rsa/rsa.h
74791gyp verb extracted file from tarball deps/openssl/openssl/crypto/rsa/rsa_locl.h
74792gyp verb extracted file from tarball deps/openssl/openssl/crypto/ripemd/ripemd.h
74793gyp verb extracted file from tarball deps/openssl/openssl/crypto/ripemd/rmd_locl.h
74794gyp verb extracted file from tarball deps/openssl/openssl/crypto/ripemd/rmdconst.h
74795gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc5/rc5.h
74796gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc5/rc5_locl.h
74797gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc4/rc4.h
74798gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc4/rc4_locl.h
74799gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc2/rc2.h
74800gyp verb extracted file from tarball deps/openssl/openssl/crypto/rc2/rc2_locl.h
74801gyp verb extracted file from tarball deps/openssl/openssl/crypto/rand/rand.h
74802gyp verb extracted file from tarball deps/openssl/openssl/crypto/rand/rand_lcl.h
74803gyp verb extracted file from tarball deps/openssl/openssl/crypto/pqueue/pqueue.h
74804gyp verb extracted file from tarball deps/openssl/openssl/crypto/pkcs7/pkcs7.h
74805gyp verb extracted file from tarball deps/openssl/openssl/crypto/pkcs12/pkcs12.h
74806gyp verb extracted file from tarball deps/openssl/openssl/crypto/pem/pem.h
74807gyp verb extracted file from tarball deps/openssl/openssl/crypto/pem/pem2.h
74808gyp verb extracted file from tarball deps/openssl/openssl/crypto/ocsp/ocsp.h
74809gyp verb extracted file from tarball deps/openssl/openssl/crypto/objects/obj_dat.h
74810gyp verb extracted file from tarball deps/openssl/openssl/crypto/objects/obj_mac.h
74811gyp verb extracted file from tarball deps/openssl/openssl/crypto/objects/obj_xref.h
74812gyp verb extracted file from tarball deps/openssl/openssl/crypto/objects/objects.h
74813gyp verb extracted file from tarball deps/openssl/openssl/crypto/modes/modes.h
74814gyp verb extracted file from tarball deps/openssl/openssl/crypto/modes/modes_lcl.h
74815gyp verb extracted file from tarball deps/openssl/openssl/crypto/mdc2/mdc2.h
74816gyp verb extracted file from tarball deps/openssl/openssl/crypto/md5/md5.h
74817gyp verb extracted file from tarball deps/openssl/openssl/crypto/md5/md5_locl.h
74818gyp verb extracted file from tarball deps/openssl/openssl/crypto/md4/md4.h
74819gyp verb extracted file from tarball deps/openssl/openssl/crypto/md4/md4_locl.h
74820gyp verb extracted file from tarball deps/openssl/openssl/crypto/md2/md2.h
74821gyp verb extracted file from tarball deps/openssl/openssl/crypto/lhash/lhash.h
74822gyp verb extracted file from tarball deps/openssl/openssl/crypto/krb5/krb5_asn.h
74823gyp verb extracted file from tarball deps/openssl/openssl/crypto/jpake/jpake.h
74824gyp verb extracted file from tarball deps/openssl/openssl/crypto/idea/idea.h
74825gyp verb extracted file from tarball deps/openssl/openssl/crypto/idea/idea_lcl.h
74826gyp verb extracted file from tarball deps/openssl/openssl/crypto/hmac/hmac.h
74827gyp verb extracted file from tarball deps/openssl/openssl/crypto/evp/evp.h
74828gyp verb extracted file from tarball deps/openssl/openssl/crypto/evp/evp_locl.h
74829gyp verb extracted file from tarball deps/openssl/openssl/crypto/err/err.h
74830gyp verb extracted file from tarball deps/openssl/openssl/crypto/engine/eng_int.h
74831gyp verb extracted file from tarball deps/openssl/openssl/crypto/engine/engine.h
74832gyp verb extracted file from tarball deps/openssl/openssl/crypto/ecdsa/ecdsa.h
74833gyp verb extracted file from tarball deps/openssl/openssl/crypto/ecdsa/ecs_locl.h
74834gyp verb extracted file from tarball deps/openssl/openssl/crypto/ecdh/ecdh.h
74835gyp verb extracted file from tarball deps/openssl/openssl/crypto/ecdh/ech_locl.h
74836gyp verb extracted file from tarball deps/openssl/openssl/crypto/ec/ec.h
74837gyp verb extracted file from tarball deps/openssl/openssl/crypto/ec/ec_lcl.h
74838gyp verb extracted file from tarball deps/openssl/openssl/crypto/dso/dso.h
74839gyp verb extracted file from tarball deps/openssl/openssl/crypto/dsa/dsa.h
74840gyp verb extracted file from tarball deps/openssl/openssl/crypto/dsa/dsa_locl.h
74841gyp verb extracted file from tarball deps/openssl/openssl/crypto/dh/dh.h
74842gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/des.h
74843gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/des_locl.h
74844gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/des_old.h
74845gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/des_ver.h
74846gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/rpc_des.h
74847gyp verb extracted file from tarball deps/openssl/openssl/crypto/des/spr.h
74848gyp verb extracted file from tarball deps/openssl/openssl/crypto/conf/conf.h
74849gyp verb extracted file from tarball deps/openssl/openssl/crypto/conf/conf_api.h
74850gyp verb extracted file from tarball deps/openssl/openssl/crypto/conf/conf_def.h
74851gyp verb extracted file from tarball deps/openssl/openssl/crypto/comp/comp.h
74852gyp verb extracted file from tarball deps/openssl/openssl/crypto/cms/cms.h
74853gyp verb extracted file from tarball deps/openssl/openssl/crypto/cms/cms_lcl.h
74854gyp verb extracted file from tarball deps/openssl/openssl/crypto/cmac/cmac.h
74855gyp verb extracted file from tarball deps/openssl/openssl/crypto/cast/cast.h
74856gyp verb extracted file from tarball deps/openssl/openssl/crypto/cast/cast_lcl.h
74857gyp verb extracted file from tarball deps/openssl/openssl/crypto/cast/cast_s.h
74858gyp verb extracted file from tarball deps/openssl/openssl/crypto/camellia/camellia.h
74859gyp verb extracted file from tarball deps/openssl/openssl/crypto/camellia/cmll_locl.h
74860gyp verb extracted file from tarball deps/openssl/openssl/crypto/buffer/buffer.h
74861gyp verb extracted file from tarball deps/openssl/openssl/crypto/bn/bn.h
74862gyp verb extracted file from tarball deps/openssl/openssl/crypto/bn/bn_lcl.h
74863gyp verb extracted file from tarball deps/openssl/openssl/crypto/bn/bn_prime.h
74864gyp verb extracted file from tarball deps/openssl/openssl/crypto/bio/bio.h
74865gyp verb extracted file from tarball deps/openssl/openssl/crypto/bio/bio_lcl.h
74866gyp verb extracted file from tarball deps/openssl/openssl/crypto/bf/bf_locl.h
74867gyp verb extracted file from tarball deps/openssl/openssl/crypto/bf/bf_pi.h
74868gyp verb extracted file from tarball deps/openssl/openssl/crypto/bf/blowfish.h
74869gyp verb extracted file from tarball deps/openssl/openssl/crypto/asn1/asn1.h
74870gyp verb extracted file from tarball deps/openssl/openssl/crypto/asn1/asn1_locl.h
74871gyp verb extracted file from tarball deps/openssl/openssl/crypto/asn1/asn1_mac.h
74872gyp verb extracted file from tarball deps/openssl/openssl/crypto/asn1/asn1t.h
74873gyp verb extracted file from tarball deps/openssl/openssl/crypto/asn1/charmap.h
74874gyp verb extracted file from tarball deps/openssl/openssl/crypto/aes/aes.h
74875gyp verb extracted file from tarball deps/openssl/openssl/crypto/aes/aes_locl.h
74876gyp verb extracted file from tarball deps/openssl/openssl/apps/apps.h
74877gyp verb extracted file from tarball deps/openssl/openssl/apps/progs.h
74878gyp verb extracted file from tarball deps/openssl/openssl/apps/s_apps.h
74879gyp verb extracted file from tarball deps/openssl/openssl/apps/testdsa.h
74880gyp verb extracted file from tarball deps/openssl/openssl/apps/testrsa.h
74881gyp verb extracted file from tarball deps/openssl/openssl/apps/timeouts.h
74882gyp verb extracted file from tarball deps/openssl/config/opensslconf.h
74883gyp verb extracted file from tarball deps/npm/node_modules/node-gyp/addon.gypi
74884gyp verb extracted file from tarball deps/mdb_v8/v8cfg.h
74885gyp verb extracted file from tarball deps/mdb_v8/v8dbg.h
74886gyp verb extracted file from tarball deps/http_parser/http_parser.h
74887gyp verb extracted file from tarball deps/debugger-agent/src/agent.h
74888gyp verb extracted file from tarball deps/debugger-agent/include/debugger-agent.h
74889gyp verb extracted file from tarball deps/cares/common.gypi
74890gyp verb extracted file from tarball deps/cares/src/ares_data.h
74891gyp verb extracted file from tarball deps/cares/src/ares_dns.h
74892gyp verb extracted file from tarball deps/cares/src/ares_getenv.h
74893gyp verb extracted file from tarball deps/cares/src/ares_getopt.h
74894gyp verb extracted file from tarball deps/cares/src/ares_inet_net_pton.h
74895gyp verb extracted file from tarball deps/cares/src/ares_iphlpapi.h
74896gyp verb extracted file from tarball deps/cares/src/ares_ipv6.h
74897gyp verb extracted file from tarball deps/cares/src/ares_library_init.h
74898gyp verb extracted file from tarball deps/cares/src/ares_llist.h
74899gyp verb extracted file from tarball deps/cares/src/ares_nowarn.h
74900gyp verb extracted file from tarball deps/cares/src/ares_platform.h
74901gyp verb extracted file from tarball deps/cares/src/ares_private.h
74902gyp verb extracted file from tarball deps/cares/src/ares_rules.h
74903gyp verb extracted file from tarball deps/cares/src/ares_setup.h
74904gyp verb extracted file from tarball deps/cares/src/ares_strcasecmp.h
74905gyp verb extracted file from tarball deps/cares/src/ares_strdup.h
74906gyp verb extracted file from tarball deps/cares/src/ares_writev.h
74907gyp verb extracted file from tarball deps/cares/src/bitncmp.h
74908gyp verb extracted file from tarball deps/cares/src/setup_once.h
74909gyp verb extracted file from tarball deps/cares/include/ares.h
74910gyp verb extracted file from tarball deps/cares/include/ares_version.h
74911gyp verb extracted file from tarball deps/cares/include/nameser.h
74912gyp verb extracted file from tarball deps/cares/config/win32/ares_config.h
74913gyp verb extracted file from tarball deps/cares/config/sunos/ares_config.h
74914gyp verb extracted file from tarball deps/cares/config/openbsd/ares_config.h
74915gyp verb extracted file from tarball deps/cares/config/netbsd/ares_config.h
74916gyp verb extracted file from tarball deps/cares/config/linux/ares_config.h
74917gyp verb extracted file from tarball deps/cares/config/freebsd/ares_config.h
74918gyp verb extracted file from tarball deps/cares/config/darwin/ares_config.h
74919gyp verb extracted file from tarball deps/cares/config/cygwin/ares_config.h
74920gyp verb extracted file from tarball deps/cares/config/android/ares_config.h
74921gyp verb content checksum node-v0.12.8.tar.gz e0c96a6702978e2ed7f031315bebeb86b042e2c80e66d99af8ad864dc0e56436
74922gyp verb tarball done parsing tarball
74923gyp verb check download content checksum, need to download `SHASUMS256.txt`...
74924gyp verb checksum url https://nodejs.org/dist/v0.12.8/SHASUMS256.txt
74925gyp http GET https://nodejs.org/dist/v0.12.8/SHASUMS256.txt
74926gyp http 200 https://nodejs.org/dist/v0.12.8/SHASUMS256.txt
74927gyp verb checksum data {"node.exe":"c510a03310053182b20af10e4400877421255c1a72d9c98d8ad87bb7602fcdf5","node.exp":"495c1e492874bac2cdaf0bbb6507476bc33ec2b8c30799d9dc50692d4d5ab553","node.lib":"60d6248a9073130e6c16ae79eafcce53acabe5565249364855242e15aa7de86b","node.pdb":"aa790268a830e32678a851356dc9a848b2caa26b64ccf2a897f9a63447322cc0","node-v0.12.8-darwin-x64.tar.gz":"857155d09d62b59c675baf4091a4e76af0972f8c99a26259a18e3ac99575697b","node-v0.12.8-darwin-x86.tar.gz":"2ec14c53fa69836caf79822b2de071659fadb2c105b1344371b404df398bad39","node-v0.12.8-headers.tar.gz":"9ad0c77d0c5c2236ba42519dbd7375e9462412e812b6c60e776fcc129ef97084","node-v0.12.8-linux-x64.tar.gz":"99f9f8792850867a21caeaf12b1f84da9f64d0cf0ac602920facc0fc4b81e8b4","node-v0.12.8-linux-x86.tar.gz":"b82e3b4a01f9be1f130d97cf6a8534ae727396448fb1bfeb7eb74ec58592bd88","node-v0.12.8.pkg":"94c46f6418175d43b47229b57d54c25d2ed9bb9a6cd51331de0c3b7df86be1e2","node-v0.12.8-sunos-x64.tar.gz":"c8ca60698f99b7dc7722b94c5b4110636d08d3a20cb3df80807bd420e2c34376","node-v0.12.8-sunos-x86.tar.gz":"8d9553a684b6717f0f0f2f5dcc8ed78139db50129e1402ce6033e2494c06cfd3","node-v0.12.8.tar.gz":"e0c96a6702978e2ed7f031315bebeb86b042e2c80e66d99af8ad864dc0e56436","node-v0.12.8-x86.msi":"d9c97de01f95bd99fcb9a21dc36db1916c46db6a4b1992f235c01acc1dba8b0c","openssl-cli.exe":"4ce3651ccb4c0c3ffc968d2580ea9cd219a4697b0bd3e3c18b3e478d80402cfe","openssl-cli.pdb":"745e656d36508a38ec307a81f540425d3e0befa1c8614d86cdc3dcb38de2cd3c","x64/node.exe":"5d0455af75857a96d53593f23defb38e55706697cd638e0b442f6d7208864256","x64/node.exp":"c546e1e8f21ac580c30b8ca7d1653b180b6dd9ba07cca0fd661fa5c0c432f4f4","x64/node.lib":"44173c6b7b0978e28bb78b865954ec8d68a9b8843daf8586c67b520bc4f0c0a6","x64/node.pdb":"f5f0ba7d83ff186fed1bae22700218d406335f8a668975993c0a94ec6fc4a959","x64/node-v0.12.8-x64.msi":"d0b235299d85527b30f5901e059b4f56cf289b1f99d49d404b7776aa53f873f1","x64/openssl-cli.exe":"2dc5b7ceaa8ae58d77c00701d97c5d52c2d369410f94a1b3f43b4e6aa7e01c3d","x64/openssl-cli.pdb":"8bbc2c70d4afa149b58f60aa8ca5d835540a46bb92759b950a9d18c626db329f"}
74928gyp verb download contents checksum {"node-v0.12.8.tar.gz":"e0c96a6702978e2ed7f031315bebeb86b042e2c80e66d99af8ad864dc0e56436"}
74929gyp verb validating download checksum for node-v0.12.8.tar.gz (e0c96a6702978e2ed7f031315bebeb86b042e2c80e66d99af8ad864dc0e56436 == e0c96a6702978e2ed7f031315bebeb86b042e2c80e66d99af8ad864dc0e56436)
74930gyp verb get node dir target node version installed: 0.12.8
74931gyp verb build dir attempting to create "build" dir: /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build
74932gyp verb build dir "build" dir needed to be created? /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build
74933gyp verb build/config.gypi creating config file
74934gyp verb build/config.gypi writing out config file: /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build/config.gypi
74935gyp verb config.gypi checking for gypi file: /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/config.gypi
74936gyp verb common.gypi checking for gypi file: /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/common.gypi
74937gyp verb gyp gyp format was not specified; forcing "make"
74938gyp info spawn /usr/bin/python2
74939gyp info spawn args [ '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
74940gyp info spawn args 'binding.gyp',
74941gyp info spawn args '-f',
74942gyp info spawn args 'make',
74943gyp info spawn args '-I',
74944gyp info spawn args '/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build/config.gypi',
74945gyp info spawn args '-I',
74946gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
74947gyp info spawn args '-I',
74948gyp info spawn args '/root/.node-gyp/0.12.8/common.gypi',
74949gyp info spawn args '-Dlibrary=shared_library',
74950gyp info spawn args '-Dvisibility=default',
74951gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.12.8',
74952gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',
74953gyp info spawn args '-Dnode_lib_file=node.lib',
74954gyp info spawn args '-Dmodule_root_dir=/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider',
74955gyp info spawn args '--depth=.',
74956gyp info spawn args '--no-parallel',
74957gyp info spawn args '--generator-output',
74958gyp info spawn args 'build',
74959gyp info spawn args '-Goutput_dir=.' ]
74960gyp verb command build []
74961gyp verb build type Release
74962gyp verb architecture x64
74963gyp verb node dev dir /root/.node-gyp/0.12.8
74964gyp verb `which` succeeded for `make` /usr/bin/make
74965gyp info spawn make
74966gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
74967make: Entering directory `/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build'
74968 touch Release/obj.target/DTraceProviderStub.stamp
74969make: Leaving directory `/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/build'
74970gyp info ok
74971npm verb lifecycle dtrace-provider@0.2.8~install: unsafe-perm in lifecycle false
74972npm verb lifecycle dtrace-provider@0.2.8~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider/node_modules/.bin:/var/www/manticore.git/node_modules/ldapauth-fork/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
74973npm verb lifecycle dtrace-provider@0.2.8~install: CWD: /var/www/manticore.git/node_modules/ldapauth-fork/node_modules/dtrace-provider
74974npm info lifecycle mv@0.0.5~install: mv@0.0.5
74975npm info lifecycle bunyan@0.22.1~install: bunyan@0.22.1
74976npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
74977npm info lifecycle lockfile@1.0.1~install: lockfile@1.0.1
74978npm info lifecycle lodash@2.4.2~install: lodash@2.4.2
74979npm info lifecycle grunt-usemin@3.0.0~install: grunt-usemin@3.0.0
74980npm info lifecycle grunt-legacy-log-utils@0.1.1~install: grunt-legacy-log-utils@0.1.1
74981npm info lifecycle grunt-legacy-log@0.1.3~install: grunt-legacy-log@0.1.3
74982npm info lifecycle grunt-karma@0.8.3~install: grunt-karma@0.8.3
74983npm info lifecycle grunt-env@0.4.4~install: grunt-env@0.4.4
74984npm info lifecycle lodash._isnative@2.4.1~install: lodash._isnative@2.4.1
74985npm info lifecycle lodash._objecttypes@2.4.1~install: lodash._objecttypes@2.4.1
74986npm info lifecycle lodash.isfunction@2.4.1~install: lodash.isfunction@2.4.1
74987npm info lifecycle lodash.isobject@2.4.1~install: lodash.isobject@2.4.1
74988npm info lifecycle lodash.now@2.4.1~install: lodash.now@2.4.1
74989npm info lifecycle lodash.debounce@2.4.1~install: lodash.debounce@2.4.1
74990npm info lifecycle async@0.2.10~install: async@0.2.10
74991npm info lifecycle semver@4.3.6~install: semver@4.3.6
74992npm info lifecycle underscore@1.8.2~install: underscore@1.8.2
74993npm info lifecycle lower-case@1.1.3~install: lower-case@1.1.3
74994npm info lifecycle is-lower-case@1.1.3~install: is-lower-case@1.1.3
74995npm info lifecycle lpad@0.2.1~install: lpad@0.2.1
74996npm info lifecycle lru-cache@2.5.0~install: lru-cache@2.5.0
74997npm info lifecycle lru-queue@0.1.0~install: lru-queue@0.1.0
74998npm info lifecycle map-obj@1.0.1~install: map-obj@1.0.1
74999npm info lifecycle camelcase-keys@2.0.0~install: camelcase-keys@2.0.0
75000npm info lifecycle camelcase-keys@1.0.0~install: camelcase-keys@1.0.0
75001npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
75002npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
75003npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
75004npm info lifecycle is-buffer@1.0.2~install: is-buffer@1.0.2
75005npm info lifecycle md5@2.0.0~install: md5@2.0.0
75006npm info lifecycle media-typer@0.2.0~install: media-typer@0.2.0
75007npm info lifecycle merge-descriptors@0.0.2~install: merge-descriptors@0.0.2
75008npm info lifecycle methods@1.0.0~install: methods@1.0.0
75009npm info lifecycle methods@0.1.0~install: methods@0.1.0
75010npm info lifecycle mime@1.2.11~install: mime@1.2.11
75011npm info lifecycle form-data@0.1.4~install: form-data@0.1.4
75012npm info lifecycle type-is@1.0.0~install: type-is@1.0.0
75013npm info lifecycle accepts@1.0.0~install: accepts@1.0.0
75014npm info lifecycle mime-db@1.12.0~install: mime-db@1.12.0
75015npm info lifecycle mime-types@2.0.14~install: mime-types@2.0.14
75016npm info lifecycle form-data@0.2.0~install: form-data@0.2.0
75017npm info lifecycle mime-types@1.0.2~install: mime-types@1.0.2
75018npm info lifecycle minijasminenode@1.1.1~install: minijasminenode@1.1.1
75019npm info lifecycle minimalistic-assert@1.0.0~install: minimalistic-assert@1.0.0
75020npm info lifecycle asn1.js@2.2.1~install: asn1.js@2.2.1
75021npm info lifecycle ecdsa-sig-formatter@1.0.2~install: ecdsa-sig-formatter@1.0.2
75022npm info lifecycle jwa@1.1.1~install: jwa@1.1.1
75023npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
75024npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
75025npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
75026npm info lifecycle coffee-script@1.7.1~install: coffee-script@1.7.1
75027npm info lifecycle karma-coffee-preprocessor@0.2.1~install: karma-coffee-preprocessor@0.2.1
75028npm info lifecycle fs-extra@0.8.1~install: fs-extra@0.8.1
75029npm info lifecycle mkpath@0.1.0~install: mkpath@0.1.0
75030npm info lifecycle commander@2.0.0~install: commander@2.0.0
75031npm info lifecycle diff@1.0.7~install: diff@1.0.7
75032npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
75033npm info lifecycle commander@0.6.1~install: commander@0.6.1
75034npm info lifecycle mkdirp@0.3.0~install: mkdirp@0.3.0
75035npm info lifecycle jade@0.26.3~install: jade@0.26.3
75036npm info lifecycle bson@0.4.20~install: bson@0.4.20
75037npm info lifecycle async@0.9.0~install: async@0.9.0
75038npm info lifecycle bson@0.4.20~install: bson@0.4.20
75039npm info lifecycle ms@0.1.0~install: ms@0.1.0
75040npm info lifecycle bytes@0.3.0~install: bytes@0.3.0
75041npm info lifecycle mout@0.9.1~install: mout@0.9.1
75042npm info lifecycle mpath@0.1.1~install: mpath@0.1.1
75043npm info lifecycle mpromise@0.5.4~install: mpromise@0.5.4
75044npm info lifecycle ms@0.7.1~install: ms@0.7.1
75045npm info lifecycle debug@2.2.0~install: debug@2.2.0
75046npm info lifecycle ms@0.6.2~install: ms@0.6.2
75047npm info lifecycle debug@1.0.3~install: debug@1.0.3
75048npm info lifecycle debug@1.0.4~install: debug@1.0.4
75049npm info lifecycle media-typer@0.3.0~install: media-typer@0.3.0
75050npm info lifecycle mime-types@2.0.14~install: mime-types@2.0.14
75051npm info lifecycle qs@1.2.2~install: qs@1.2.2
75052npm info lifecycle type-is@1.5.7~install: type-is@1.5.7
75053npm info lifecycle muri@1.0.0~install: muri@1.0.0
75054npm info lifecycle mute-stream@0.0.4~install: mute-stream@0.0.4
75055npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
75056npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
75057npm info lifecycle nan@1.8.4~install: nan@1.8.4
75058npm info lifecycle kerberos@0.0.11~install: kerberos@0.0.11
75059
75060> kerberos@0.0.11 install /var/www/manticore.git/node_modules/kerberos
75061> (node-gyp rebuild 2> builderror.log) || (exit 0)
75062
75063make: Entering directory `/var/www/manticore.git/node_modules/kerberos/build'
75064 g++ '-DNODE_GYP_MODULE_NAME=kerberos' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../../nan -I/usr/include/mit-krb5 -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -MMD -MF ./Release/.deps/Release/obj.target/kerberos/lib/kerberos.o.d.raw -c -o Release/obj.target/kerberos/lib/kerberos.o ../lib/kerberos.cc
75065 g++ '-DNODE_GYP_MODULE_NAME=kerberos' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../../nan -I/usr/include/mit-krb5 -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -MMD -MF ./Release/.deps/Release/obj.target/kerberos/lib/worker.o.d.raw -c -o Release/obj.target/kerberos/lib/worker.o ../lib/worker.cc
75066 cc '-DNODE_GYP_MODULE_NAME=kerberos' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../../nan -I/usr/include/mit-krb5 -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -MMD -MF ./Release/.deps/Release/obj.target/kerberos/lib/kerberosgss.o.d.raw -c -o Release/obj.target/kerberos/lib/kerberosgss.o ../lib/kerberosgss.c
75067 cc '-DNODE_GYP_MODULE_NAME=kerberos' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../../nan -I/usr/include/mit-krb5 -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -MMD -MF ./Release/.deps/Release/obj.target/kerberos/lib/base64.o.d.raw -c -o Release/obj.target/kerberos/lib/base64.o ../lib/base64.c
75068 g++ '-DNODE_GYP_MODULE_NAME=kerberos' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../../nan -I/usr/include/mit-krb5 -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -MMD -MF ./Release/.deps/Release/obj.target/kerberos/lib/kerberos_context.o.d.raw -c -o Release/obj.target/kerberos/lib/kerberos_context.o ../lib/kerberos_context.cc
75069 g++ -shared -pthread -rdynamic -m64 -Wl,-soname=kerberos.node -o Release/obj.target/kerberos.node -Wl,--start-group Release/obj.target/kerberos/lib/kerberos.o Release/obj.target/kerberos/lib/worker.o Release/obj.target/kerberos/lib/kerberosgss.o Release/obj.target/kerberos/lib/base64.o Release/obj.target/kerberos/lib/kerberos_context.o -Wl,--end-group
75070 rm -rf "Release/kerberos.node" && cp -af "Release/obj.target/kerberos.node" "Release/kerberos.node"
75071make: Leaving directory `/var/www/manticore.git/node_modules/kerberos/build'
75072npm verb lifecycle kerberos@0.0.11~install: unsafe-perm in lifecycle false
75073npm verb lifecycle kerberos@0.0.11~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/kerberos/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
75074npm verb lifecycle kerberos@0.0.11~install: CWD: /var/www/manticore.git/node_modules/kerberos
75075npm info lifecycle mongodb-core@1.2.19~install: mongodb-core@1.2.19
75076npm info lifecycle bson@0.2.22~install: bson@0.2.22
75077
75078> bson@0.2.22 install /var/www/manticore.git/node_modules/bson
75079> (node-gyp rebuild 2> builderror.log) || (exit 0)
75080
75081make: Entering directory `/var/www/manticore.git/node_modules/bson/build'
75082 g++ '-DNODE_GYP_MODULE_NAME=bson' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../../nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -MMD -MF ./Release/.deps/Release/obj.target/bson/ext/bson.o.d.raw -c -o Release/obj.target/bson/ext/bson.o ../ext/bson.cc
75083 g++ -shared -pthread -rdynamic -m64 -Wl,-soname=bson.node -o Release/obj.target/bson.node -Wl,--start-group Release/obj.target/bson/ext/bson.o -Wl,--end-group
75084 rm -rf "Release/bson.node" && cp -af "Release/obj.target/bson.node" "Release/bson.node"
75085make: Leaving directory `/var/www/manticore.git/node_modules/bson/build'
75086npm verb lifecycle bson@0.2.22~install: unsafe-perm in lifecycle false
75087npm verb lifecycle bson@0.2.22~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/bson/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
75088npm verb lifecycle bson@0.2.22~install: CWD: /var/www/manticore.git/node_modules/bson
75089npm info lifecycle ncp@2.0.0~install: ncp@2.0.0
75090npm info lifecycle negotiator@0.4.7~install: negotiator@0.4.7
75091npm info lifecycle accepts@1.0.7~install: accepts@1.0.7
75092npm info lifecycle next-tick@0.2.2~install: next-tick@0.2.2
75093npm info lifecycle esprima@1.2.5~install: esprima@1.2.5
75094npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
75095npm info lifecycle source-map@0.1.43~install: source-map@0.1.43
75096npm info lifecycle css-parse@1.7.0~install: css-parse@1.7.0
75097npm info lifecycle sax@0.5.8~install: sax@0.5.8
75098npm info lifecycle async@0.9.2~install: async@0.9.2
75099npm info lifecycle cookie@0.1.3~install: cookie@0.1.3
75100npm info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6
75101npm info lifecycle depd@1.0.1~install: depd@1.0.1
75102npm info lifecycle escape-html@1.0.2~install: escape-html@1.0.2
75103npm info lifecycle fresh@0.3.0~install: fresh@0.3.0
75104npm info lifecycle media-typer@0.3.0~install: media-typer@0.3.0
75105npm info lifecycle merge-descriptors@1.0.0~install: merge-descriptors@1.0.0
75106npm info lifecycle methods@1.1.1~install: methods@1.1.1
75107npm info lifecycle mime@1.3.4~install: mime@1.3.4
75108npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
75109npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
75110npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
75111npm info lifecycle ms@0.7.1~install: ms@0.7.1
75112npm info lifecycle debug@2.2.0~install: debug@2.2.0
75113npm info lifecycle nan@1.0.0~install: nan@1.0.0
75114npm info lifecycle negotiator@0.5.3~install: negotiator@0.5.3
75115npm info lifecycle accepts@1.2.13~install: accepts@1.2.13
75116npm info lifecycle parseurl@1.3.0~install: parseurl@1.3.0
75117npm info lifecycle path-to-regexp@0.1.7~install: path-to-regexp@0.1.7
75118npm info lifecycle qs@4.0.0~install: qs@4.0.0
75119npm info lifecycle range-parser@1.0.3~install: range-parser@1.0.3
75120npm info lifecycle semver@3.0.1~install: semver@3.0.1
75121npm info lifecycle debug@2.2.0~install: debug@2.2.0
75122npm info lifecycle serve-favicon@2.3.0~install: serve-favicon@2.3.0
75123npm info lifecycle type-is@1.6.10~install: type-is@1.6.10
75124npm info lifecycle yargs@1.3.3~install: yargs@1.3.3
75125npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
75126npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
75127npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
75128npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
75129npm info lifecycle ansi@0.3.0~install: ansi@0.3.0
75130npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
75131npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
75132npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
75133npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
75134npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
75135npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
75136npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
75137npm info lifecycle readable-stream@2.0.5~install: readable-stream@2.0.5
75138npm info lifecycle are-we-there-yet@1.0.5~install: are-we-there-yet@1.0.5
75139npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
75140npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
75141npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
75142npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
75143npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
75144npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
75145npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
75146npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
75147npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
75148npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
75149npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
75150npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
75151npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
75152npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
75153npm info lifecycle npmlog@2.0.0~install: npmlog@2.0.0
75154npm info lifecycle deep-extend@0.4.0~install: deep-extend@0.4.0
75155npm info lifecycle ini@1.3.4~install: ini@1.3.4
75156npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
75157npm info lifecycle strip-json-comments@1.0.4~install: strip-json-comments@1.0.4
75158npm info lifecycle rc@1.1.5~install: rc@1.1.5
75159npm info lifecycle aws-sign2@0.6.0~install: aws-sign2@0.6.0
75160npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
75161npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
75162npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
75163npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
75164npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
75165npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
75166npm info lifecycle readable-stream@2.0.5~install: readable-stream@2.0.5
75167npm info lifecycle bl@1.0.0~install: bl@1.0.0
75168npm info lifecycle caseless@0.11.0~install: caseless@0.11.0
75169npm info lifecycle delayed-stream@1.0.0~install: delayed-stream@1.0.0
75170npm info lifecycle combined-stream@1.0.5~install: combined-stream@1.0.5
75171npm info lifecycle extend@3.0.0~install: extend@3.0.0
75172npm info lifecycle forever-agent@0.6.1~install: forever-agent@0.6.1
75173npm info lifecycle async@1.5.0~install: async@1.5.0
75174npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
75175npm info lifecycle escape-string-regexp@1.0.3~install: escape-string-regexp@1.0.3
75176npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
75177npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
75178npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
75179npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
75180npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
75181npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
75182npm info lifecycle graceful-readlink@1.0.1~install: graceful-readlink@1.0.1
75183npm info lifecycle commander@2.9.0~install: commander@2.9.0
75184npm info lifecycle generate-function@2.0.0~install: generate-function@2.0.0
75185npm info lifecycle is-property@1.0.2~install: is-property@1.0.2
75186npm info lifecycle generate-object-property@1.2.0~install: generate-object-property@1.2.0
75187npm info lifecycle jsonpointer@2.0.0~install: jsonpointer@2.0.0
75188npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
75189npm info lifecycle is-my-json-valid@2.12.3~install: is-my-json-valid@2.12.3
75190npm info lifecycle pinkie@2.0.1~install: pinkie@2.0.1
75191npm info lifecycle pinkie-promise@2.0.0~install: pinkie-promise@2.0.0
75192npm info lifecycle har-validator@2.0.3~install: har-validator@2.0.3
75193npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
75194npm info lifecycle boom@2.10.1~install: boom@2.10.1
75195npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
75196npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
75197npm info lifecycle hawk@3.1.2~install: hawk@3.1.2
75198npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
75199npm info lifecycle extsprintf@1.0.2~install: extsprintf@1.0.2
75200npm info lifecycle json-schema@0.2.2~install: json-schema@0.2.2
75201npm info lifecycle verror@1.3.6~install: verror@1.3.6
75202npm info lifecycle jsprim@1.2.2~install: jsprim@1.2.2
75203npm info lifecycle asn1@0.2.3~install: asn1@0.2.3
75204npm info lifecycle assert-plus@0.2.0~install: assert-plus@0.2.0
75205npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
75206npm info lifecycle dashdash@1.10.1~install: dashdash@1.10.1
75207npm info lifecycle jsbn@0.1.0~install: jsbn@0.1.0
75208npm info lifecycle jodid25519@1.0.2~install: jodid25519@1.0.2
75209npm info lifecycle ecc-jsbn@0.1.1~install: ecc-jsbn@0.1.1
75210npm info lifecycle tweetnacl@0.13.2~install: tweetnacl@0.13.2
75211npm info lifecycle sshpk@1.7.1~install: sshpk@1.7.1
75212npm info lifecycle http-signature@1.1.0~install: http-signature@1.1.0
75213npm info lifecycle is-typedarray@1.0.0~install: is-typedarray@1.0.0
75214npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
75215npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
75216npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
75217npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
75218npm info lifecycle form-data@1.0.0-rc3~install: form-data@1.0.0-rc3
75219npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
75220npm info lifecycle oauth-sign@0.8.0~install: oauth-sign@0.8.0
75221npm info lifecycle qs@5.2.0~install: qs@5.2.0
75222npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
75223npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
75224npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
75225npm info lifecycle request@2.67.0~install: request@2.67.0
75226npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
75227npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
75228npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
75229npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
75230npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
75231npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
75232npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
75233npm info lifecycle once@1.3.3~install: once@1.3.3
75234npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
75235npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
75236npm info lifecycle glob@5.0.15~install: glob@5.0.15
75237npm info lifecycle rimraf@2.4.4~install: rimraf@2.4.4
75238npm info lifecycle semver@5.1.0~install: semver@5.1.0
75239npm info lifecycle debug@0.7.4~install: debug@0.7.4
75240npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
75241npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
75242npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
75243npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
75244npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
75245npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
75246npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
75247npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
75248npm info lifecycle fstream-ignore@1.0.3~install: fstream-ignore@1.0.3
75249npm info lifecycle once@1.1.1~install: once@1.1.1
75250npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
75251npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
75252npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
75253npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
75254npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
75255npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
75256npm info lifecycle readable-stream@2.0.5~install: readable-stream@2.0.5
75257npm info lifecycle uid-number@0.0.3~install: uid-number@0.0.3
75258npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
75259npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
75260npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
75261npm info lifecycle block-stream@0.0.8~install: block-stream@0.0.8
75262npm info lifecycle tar@2.2.1~install: tar@2.2.1
75263npm info lifecycle tar-pack@3.1.2~install: tar-pack@3.1.2
75264npm info lifecycle node-pre-gyp@0.6.18~install: node-pre-gyp@0.6.18
75265npm info lifecycle node-uuid@1.3.3~install: node-uuid@1.3.3
75266npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
75267npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
75268npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
75269npm info lifecycle nopt@2.1.1~install: nopt@2.1.1
75270npm info lifecycle nopt@2.0.0~install: nopt@2.0.0
75271npm info lifecycle noptify@0.0.3~install: noptify@0.0.3
75272npm info lifecycle normalize-path@2.0.1~install: normalize-path@2.0.1
75273npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
75274npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
75275npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
75276npm info lifecycle nth-check@1.0.1~install: nth-check@1.0.1
75277npm info lifecycle CSSselect@0.7.0~install: CSSselect@0.7.0
75278npm info lifecycle cheerio-select@0.0.3~install: cheerio-select@0.0.3
75279npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
75280npm info lifecycle is-finite@1.0.1~install: is-finite@1.0.1
75281npm info lifecycle oauth-sign@0.8.0~install: oauth-sign@0.8.0
75282npm info lifecycle object-assign@1.0.0~install: object-assign@1.0.0
75283npm info lifecycle object-component@0.0.3~install: object-component@0.0.3
75284npm info lifecycle object-keys@1.0.1~install: object-keys@1.0.1
75285npm info lifecycle object.omit@2.0.0~install: object.omit@2.0.0
75286npm info lifecycle on-finished@2.3.0~install: on-finished@2.3.0
75287npm info lifecycle on-headers@1.0.1~install: on-headers@1.0.1
75288npm info lifecycle morgan@1.6.1~install: morgan@1.6.1
75289npm info lifecycle open@0.0.5~install: open@0.0.5
75290npm info lifecycle grunt-open@0.2.3~install: grunt-open@0.2.3
75291npm info lifecycle opn@1.0.2~install: opn@1.0.2
75292npm info lifecycle options@0.0.6~install: options@0.0.6
75293npm info lifecycle ordered-esprima-props@1.0.0~install: ordered-esprima-props@1.0.0
75294npm info lifecycle ordered-ast-traverse@0.1.1~install: ordered-ast-traverse@0.1.1
75295npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
75296npm info lifecycle osenv@0.1.0~install: osenv@0.1.0
75297npm info lifecycle osx-release@1.1.0~install: osx-release@1.1.0
75298npm info lifecycle object-assign@0.3.1~install: object-assign@0.3.1
75299npm info lifecycle got@0.3.0~install: got@0.3.0
75300npm info lifecycle pad-stdio@0.1.1~install: pad-stdio@0.1.1
75301npm info lifecycle grunt-concurrent@0.5.0~install: grunt-concurrent@0.5.0
75302npm info lifecycle parse-glob@3.0.4~install: parse-glob@3.0.4
75303npm info lifecycle parse-json@2.2.0~install: parse-json@2.2.0
75304npm info lifecycle parsejson@0.0.1~install: parsejson@0.0.1
75305npm info lifecycle parseqs@0.0.2~install: parseqs@0.0.2
75306npm info lifecycle parseuri@0.0.2~install: parseuri@0.0.2
75307npm info lifecycle parseurl@1.0.1~install: parseurl@1.0.1
75308npm info lifecycle passport-strategy@1.0.0~install: passport-strategy@1.0.0
75309npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
75310npm info lifecycle path-to-regexp@0.1.2~install: path-to-regexp@0.1.2
75311npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
75312npm info lifecycle pause@0.0.1~install: pause@0.0.1
75313npm info lifecycle adm-zip@0.4.4~install: adm-zip@0.4.4
75314npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
75315npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
75316npm info lifecycle async@0.9.2~install: async@0.9.2
75317npm info lifecycle caseless@0.6.0~install: caseless@0.6.0
75318npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
75319npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
75320npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
75321npm info lifecycle form-data@0.1.4~install: form-data@0.1.4
75322npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
75323npm info lifecycle hoek@0.9.1~install: hoek@0.9.1
75324npm info lifecycle boom@0.4.2~install: boom@0.4.2
75325npm info lifecycle cryptiles@0.2.2~install: cryptiles@0.2.2
75326npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
75327npm info lifecycle jsonfile@2.2.3~install: jsonfile@2.2.3
75328npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
75329npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
75330npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
75331npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
75332npm info lifecycle oauth-sign@0.4.0~install: oauth-sign@0.4.0
75333npm info lifecycle qs@1.2.2~install: qs@1.2.2
75334npm info lifecycle sntp@0.2.4~install: sntp@0.2.4
75335npm info lifecycle hawk@1.1.1~install: hawk@1.1.1
75336npm info lifecycle pify@2.3.0~install: pify@2.3.0
75337npm info lifecycle pinkie@2.0.1~install: pinkie@2.0.1
75338npm info lifecycle pinkie-promise@2.0.0~install: pinkie-promise@2.0.0
75339npm info lifecycle path-type@1.1.0~install: path-type@1.1.0
75340npm info lifecycle path-exists@2.1.0~install: path-exists@2.1.0
75341npm info lifecycle find-up@1.1.0~install: find-up@1.1.0
75342npm info lifecycle pkginfo@0.2.3~install: pkginfo@0.2.3
75343npm info lifecycle passport@0.1.18~install: passport@0.1.18
75344npm info lifecycle policyfile@0.0.4~install: policyfile@0.0.4
75345npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
75346npm info lifecycle dtrace-provider@0.2.8~install: dtrace-provider@0.2.8
75347
75348> dtrace-provider@0.2.8 install /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider
75349> node-gyp rebuild
75350
75351gyp info it worked if it ends with ok
75352gyp verb cli [ 'node',
75353gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
75354gyp verb cli 'rebuild' ]
75355gyp info using node-gyp@3.2.1
75356gyp info using node@0.12.8 | linux | x64
75357gyp verb command rebuild []
75358gyp verb command clean []
75359gyp verb clean removing "build" directory
75360gyp verb command configure []
75361gyp verb check python checking for Python executable "python2" in the PATH
75362gyp verb `which` succeeded python2 /usr/bin/python2
75363gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.5\n"
75364gyp verb get node dir no --target version specified, falling back to host node version: 0.12.8
75365gyp verb command install [ '0.12.8' ]
75366gyp verb install input version string "0.12.8"
75367gyp verb install installing version: 0.12.8
75368gyp verb install --ensure was passed, so won't reinstall if already installed
75369gyp verb install version is already installed, need to check "installVersion"
75370gyp verb got "installVersion" 9
75371gyp verb needs "installVersion" 9
75372gyp verb install version is good
75373gyp verb get node dir target node version installed: 0.12.8
75374gyp verb build dir attempting to create "build" dir: /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build
75375gyp verb build dir "build" dir needed to be created? /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build
75376gyp verb build/config.gypi creating config file
75377gyp verb build/config.gypi writing out config file: /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build/config.gypi
75378gyp verb config.gypi checking for gypi file: /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/config.gypi
75379gyp verb common.gypi checking for gypi file: /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/common.gypi
75380gyp verb gyp gyp format was not specified; forcing "make"
75381gyp info spawn /usr/bin/python2
75382gyp info spawn args [ '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
75383gyp info spawn args 'binding.gyp',
75384gyp info spawn args '-f',
75385gyp info spawn args 'make',
75386gyp info spawn args '-I',
75387gyp info spawn args '/var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build/config.gypi',
75388gyp info spawn args '-I',
75389gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
75390gyp info spawn args '-I',
75391gyp info spawn args '/root/.node-gyp/0.12.8/common.gypi',
75392gyp info spawn args '-Dlibrary=shared_library',
75393gyp info spawn args '-Dvisibility=default',
75394gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.12.8',
75395gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',
75396gyp info spawn args '-Dnode_lib_file=node.lib',
75397gyp info spawn args '-Dmodule_root_dir=/var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider',
75398gyp info spawn args '--depth=.',
75399gyp info spawn args '--no-parallel',
75400gyp info spawn args '--generator-output',
75401gyp info spawn args 'build',
75402gyp info spawn args '-Goutput_dir=.' ]
75403gyp verb command build []
75404gyp verb build type Release
75405gyp verb architecture x64
75406gyp verb node dev dir /root/.node-gyp/0.12.8
75407gyp verb `which` succeeded for `make` /usr/bin/make
75408gyp info spawn make
75409gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
75410make: Entering directory `/var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build'
75411 touch Release/obj.target/DTraceProviderStub.stamp
75412make: Leaving directory `/var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/build'
75413gyp info ok
75414npm verb lifecycle dtrace-provider@0.2.8~install: unsafe-perm in lifecycle false
75415npm verb lifecycle dtrace-provider@0.2.8~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider/node_modules/.bin:/var/www/manticore.git/node_modules/pooling/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
75416npm verb lifecycle dtrace-provider@0.2.8~install: CWD: /var/www/manticore.git/node_modules/pooling/node_modules/dtrace-provider
75417npm info lifecycle extsprintf@1.0.0~install: extsprintf@1.0.0
75418npm info lifecycle mv@0.0.5~install: mv@0.0.5
75419npm info lifecycle bunyan@0.22.1~install: bunyan@0.22.1
75420npm info lifecycle once@1.3.0~install: once@1.3.0
75421npm info lifecycle verror@1.1.0~install: verror@1.1.0
75422npm info lifecycle vasync@1.4.0~install: vasync@1.4.0
75423npm info lifecycle pooling@0.4.6~install: pooling@0.4.6
75424npm info lifecycle ldapjs@0.7.1~install: ldapjs@0.7.1
75425npm info lifecycle ldapauth-fork@2.3.3~install: ldapauth-fork@2.3.3
75426npm info lifecycle precond@0.2.3~install: precond@0.2.3
75427npm info lifecycle backoff@2.4.1~install: backoff@2.4.1
75428npm info lifecycle preserve@0.2.0~install: preserve@0.2.0
75429npm info lifecycle pretty-bytes@0.1.2~install: pretty-bytes@0.1.2
75430npm info lifecycle grunt-contrib-htmlmin@0.2.0~install: grunt-contrib-htmlmin@0.2.0
75431npm info lifecycle pretty-ms@0.1.0~install: pretty-ms@0.1.0
75432npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
75433npm info lifecycle progress@1.1.8~install: progress@1.1.8
75434npm info lifecycle promise@2.0.0~install: promise@2.0.0
75435npm info lifecycle propprop@0.3.0~install: propprop@0.3.0
75436npm info lifecycle proto-list@1.2.4~install: proto-list@1.2.4
75437npm info lifecycle config-chain@1.1.9~install: config-chain@1.1.9
75438npm info lifecycle adm-zip@0.4.4~install: adm-zip@0.4.4
75439npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
75440npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
75441npm info lifecycle async@0.9.2~install: async@0.9.2
75442npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
75443npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
75444npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
75445npm info lifecycle form-data@0.1.4~install: form-data@0.1.4
75446npm info lifecycle hoek@0.9.1~install: hoek@0.9.1
75447npm info lifecycle boom@0.4.2~install: boom@0.4.2
75448npm info lifecycle cryptiles@0.2.2~install: cryptiles@0.2.2
75449npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
75450npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
75451npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
75452npm info lifecycle oauth-sign@0.3.0~install: oauth-sign@0.3.0
75453npm info lifecycle q@1.0.0~install: q@1.0.0
75454npm info lifecycle sntp@0.2.4~install: sntp@0.2.4
75455npm info lifecycle hawk@1.0.0~install: hawk@1.0.0
75456npm info lifecycle proxy-addr@1.0.10~install: proxy-addr@1.0.10
75457npm info lifecycle once@1.2.0~install: once@1.2.0
75458npm info lifecycle punycode@1.4.0~install: punycode@1.4.0
75459npm info lifecycle tough-cookie@0.12.1~install: tough-cookie@0.12.1
75460npm info lifecycle q@0.9.7~install: q@0.9.7
75461npm info lifecycle p-throttler@0.1.0~install: p-throttler@0.1.0
75462npm info lifecycle coa@0.4.1~install: coa@0.4.1
75463npm info lifecycle qs@0.6.6~install: qs@0.6.6
75464npm info lifecycle randomatic@1.1.5~install: randomatic@1.1.5
75465npm info lifecycle range-parser@1.0.0~install: range-parser@1.0.0
75466npm info lifecycle raw-body@1.3.0~install: raw-body@1.3.0
75467npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
75468npm info lifecycle strip-json-comments@0.1.3~install: strip-json-comments@0.1.3
75469npm info lifecycle rc@0.5.5~install: rc@0.5.5
75470npm info lifecycle read@1.0.7~install: read@1.0.7
75471npm info lifecycle promptly@0.2.0~install: promptly@0.2.0
75472npm info lifecycle read-chunk@0.1.0~install: read-chunk@0.1.0
75473npm info lifecycle image-type@0.1.4~install: image-type@0.1.4
75474npm info lifecycle readdirp@0.2.5~install: readdirp@0.2.5
75475npm info lifecycle monocle@1.1.51~install: monocle@1.1.51
75476npm info lifecycle monocle@0.1.48~install: monocle@0.1.48
75477npm info lifecycle ansi-regex@1.1.1~install: ansi-regex@1.1.1
75478npm info lifecycle strip-ansi@2.0.1~install: strip-ansi@2.0.1
75479npm info lifecycle readline2@0.1.1~install: readline2@0.1.1
75480npm info lifecycle repeating@2.0.0~install: repeating@2.0.0
75481npm info lifecycle indent-string@2.1.0~install: indent-string@2.1.0
75482npm info lifecycle redeyed@0.4.4~install: redeyed@0.4.4
75483npm info lifecycle cardinal@0.4.0~install: cardinal@0.4.0
75484npm info lifecycle redis@0.7.3~install: redis@0.7.3
75485npm info lifecycle reduce-component@1.0.1~install: reduce-component@1.0.1
75486npm info lifecycle regex-cache@0.4.2~install: regex-cache@0.4.2
75487npm info lifecycle regexp-clone@0.0.1~install: regexp-clone@0.0.1
75488npm info lifecycle regexp-quote@0.0.0~install: regexp-quote@0.0.0
75489npm info lifecycle relateurl@0.2.6~install: relateurl@0.2.6
75490npm info lifecycle repeat-element@1.1.2~install: repeat-element@1.1.2
75491npm info lifecycle repeat-string@1.5.2~install: repeat-string@1.5.2
75492npm info lifecycle fill-range@2.2.3~install: fill-range@2.2.3
75493npm info lifecycle expand-range@1.8.1~install: expand-range@1.8.1
75494npm info lifecycle braces@1.8.3~install: braces@1.8.3
75495npm info lifecycle repeating@1.1.3~install: repeating@1.1.3
75496npm info lifecycle indent-string@1.2.2~install: indent-string@1.2.2
75497npm info lifecycle meow@2.0.0~install: meow@2.0.0
75498npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
75499npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
75500npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
75501npm info lifecycle qs@4.0.0~install: qs@4.0.0
75502npm info lifecycle requirejs@2.1.22~install: requirejs@2.1.22
75503npm info lifecycle depd@1.0.1~install: depd@1.0.1
75504npm info lifecycle response-time@2.3.1~install: response-time@2.3.1
75505npm info lifecycle retry@0.6.0~install: retry@0.6.0
75506npm info lifecycle request-replay@0.2.0~install: request-replay@0.2.0
75507npm info lifecycle rndm@1.1.1~install: rndm@1.1.1
75508npm info lifecycle rx@2.5.3~install: rx@2.5.3
75509npm info lifecycle safe-json-stringify@1.0.3~install: safe-json-stringify@1.0.3
75510npm info lifecycle saucelabs@0.1.1~install: saucelabs@0.1.1
75511npm info lifecycle sax@0.6.1~install: sax@0.6.1
75512npm info lifecycle scmp@1.0.0~install: scmp@1.0.0
75513npm info lifecycle adm-zip@0.4.4~install: adm-zip@0.4.4
75514npm info lifecycle tmp@0.0.24~install: tmp@0.0.24
75515npm info lifecycle semver@2.3.2~install: semver@2.3.2
75516npm info lifecycle semver-diff@0.1.0~install: semver-diff@0.1.0
75517npm info lifecycle semver-utils@1.1.1~install: semver-utils@1.1.1
75518npm info lifecycle bower@1.7.1~install: bower@1.7.1
75519npm info lifecycle send@0.2.0~install: send@0.2.0
75520npm info lifecycle sentence-case@1.1.3~install: sentence-case@1.1.3
75521npm info lifecycle path-case@1.1.2~install: path-case@1.1.2
75522npm info lifecycle param-case@1.1.2~install: param-case@1.1.2
75523npm info lifecycle dot-case@1.1.2~install: dot-case@1.1.2
75524npm info lifecycle escape-html@1.0.2~install: escape-html@1.0.2
75525npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
75526npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
75527npm info lifecycle ms@0.7.1~install: ms@0.7.1
75528npm info lifecycle debug@2.2.0~install: debug@2.2.0
75529npm info lifecycle negotiator@0.5.3~install: negotiator@0.5.3
75530npm info lifecycle accepts@1.2.13~install: accepts@1.2.13
75531npm info lifecycle parseurl@1.3.0~install: parseurl@1.3.0
75532npm info lifecycle fresh@0.2.0~install: fresh@0.2.0
75533npm info lifecycle range-parser@0.0.4~install: range-parser@0.0.4
75534npm info lifecycle send@0.1.4~install: send@0.1.4
75535npm info lifecycle serve-static@1.0.1~install: serve-static@1.0.1
75536npm info lifecycle shell-quote@1.4.3~install: shell-quote@1.4.3
75537npm info lifecycle shelljs@0.2.6~install: shelljs@0.2.6
75538npm info lifecycle grunt-build-control@0.1.3~install: grunt-build-control@0.1.3
75539npm info lifecycle sockjs-client@0.0.0-unreleasable~install: sockjs-client@0.0.0-unreleasable
75540npm info lifecycle should@3.3.2~install: should@3.3.2
75541npm info lifecycle sigmund@1.0.1~install: sigmund@1.0.1
75542npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
75543npm info lifecycle glob@3.2.11~install: glob@3.2.11
75544npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
75545npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
75546npm info lifecycle glob@3.2.11~install: glob@3.2.11
75547npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
75548npm info lifecycle glob@3.2.3~install: glob@3.2.3
75549npm info lifecycle mocha@1.18.2~install: mocha@1.18.2
75550npm info lifecycle grunt-mocha-test@0.10.2~install: grunt-mocha-test@0.10.2
75551npm info lifecycle minimatch@1.0.0~install: minimatch@1.0.0
75552npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
75553npm info lifecycle glob@3.2.11~install: glob@3.2.11
75554npm info lifecycle jasmine@2.1.1~install: jasmine@2.1.1
75555npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
75556npm info lifecycle glob@3.1.21~install: glob@3.1.21
75557npm info lifecycle minimatch@1.0.0~install: minimatch@1.0.0
75558npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
75559npm info lifecycle glob@3.1.21~install: glob@3.1.21
75560npm info lifecycle globule@0.1.0~install: globule@0.1.0
75561npm info lifecycle gaze@0.5.2~install: gaze@0.5.2
75562npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
75563npm info lifecycle glob@3.2.11~install: glob@3.2.11
75564npm info lifecycle findup-sync@0.1.3~install: findup-sync@0.1.3
75565npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
75566npm info lifecycle glob@3.2.11~install: glob@3.2.11
75567npm info lifecycle cli@0.6.6~install: cli@0.6.6
75568npm info lifecycle signal-exit@2.1.2~install: signal-exit@2.1.2
75569npm info lifecycle loud-rejection@1.2.0~install: loud-rejection@1.2.0
75570npm info lifecycle simple-fmt@0.1.0~install: simple-fmt@0.1.0
75571npm info lifecycle simple-is@0.2.0~install: simple-is@0.2.0
75572npm info lifecycle sliced@0.0.5~install: sliced@0.0.5
75573npm info lifecycle mquery@1.6.3~install: mquery@1.6.3
75574npm info lifecycle snake-case@1.1.2~install: snake-case@1.1.2
75575npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
75576npm info lifecycle hawk@3.1.2~install: hawk@3.1.2
75577npm info lifecycle debug@1.0.2~install: debug@1.0.2
75578npm info lifecycle debug@0.7.4~install: debug@0.7.4
75579npm info lifecycle socket.io-parser@2.2.2~install: socket.io-parser@2.2.2
75580npm info lifecycle socket.io-adapter@0.3.1~install: socket.io-adapter@0.3.1
75581npm info lifecycle debug@0.7.4~install: debug@0.7.4
75582npm info lifecycle has-binary@0.1.6~install: has-binary@0.1.6
75583npm info lifecycle debug@0.7.4~install: debug@0.7.4
75584npm info lifecycle socket.io-parser@2.2.4~install: socket.io-parser@2.2.4
75585npm info lifecycle debug@2.1.0~install: debug@2.1.0
75586npm info lifecycle object-keys@0.4.0~install: object-keys@0.4.0
75587npm info lifecycle xtend@2.1.2~install: xtend@2.1.2
75588npm info lifecycle sockjs@0.3.7~install: sockjs@0.3.7
75589npm info lifecycle shoe@0.0.15~install: shoe@0.0.15
75590npm info lifecycle source-map@0.1.34~install: source-map@0.1.34
75591npm info lifecycle postcss@0.3.5~install: postcss@0.3.5
75592npm info lifecycle stylus@0.49.3~install: stylus@0.49.3
75593npm info lifecycle nib@1.1.0~install: nib@1.1.0
75594npm info lifecycle source-map@0.1.32~install: source-map@0.1.32
75595npm info lifecycle source-map-support@0.2.10~install: source-map-support@0.2.10
75596npm info lifecycle spdx-exceptions@1.0.4~install: spdx-exceptions@1.0.4
75597npm info lifecycle spdx-license-ids@1.1.0~install: spdx-license-ids@1.1.0
75598npm info lifecycle spdx-expression-parse@1.0.2~install: spdx-expression-parse@1.0.2
75599npm info lifecycle spdx-correct@1.0.2~install: spdx-correct@1.0.2
75600npm info lifecycle sprintf-js@1.0.3~install: sprintf-js@1.0.3
75601npm info lifecycle argparse@1.0.3~install: argparse@1.0.3
75602npm info lifecycle js-yaml@3.4.6~install: js-yaml@3.4.6
75603npm info lifecycle stable@0.1.5~install: stable@0.1.5
75604npm info lifecycle alter@0.2.0~install: alter@0.2.0
75605npm info lifecycle stat-mode@0.2.1~install: stat-mode@0.2.1
75606npm info lifecycle statuses@1.2.1~install: statuses@1.2.1
75607npm info lifecycle http-errors@1.3.1~install: http-errors@1.3.1
75608npm info lifecycle serve-index@1.7.2~install: serve-index@1.7.2
75609npm info lifecycle send@0.13.0~install: send@0.13.0
75610npm info lifecycle serve-static@1.10.0~install: serve-static@1.10.0
75611npm info lifecycle connect-timeout@1.6.2~install: connect-timeout@1.6.2
75612npm info lifecycle send@0.13.0~install: send@0.13.0
75613npm info lifecycle serve-static@1.10.0~install: serve-static@1.10.0
75614npm info lifecycle stream-combiner@0.0.4~install: stream-combiner@0.0.4
75615npm info lifecycle streamsearch@0.1.2~install: streamsearch@0.1.2
75616npm info lifecycle ansi-regex@0.1.0~install: ansi-regex@0.1.0
75617npm info lifecycle strip-ansi@0.2.2~install: strip-ansi@0.2.2
75618npm info lifecycle string-length@0.1.2~install: string-length@0.1.2
75619npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
75620npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
75621npm info lifecycle stream-counter@0.2.0~install: stream-counter@0.2.0
75622npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
75623npm info lifecycle bl@0.9.4~install: bl@0.9.4
75624npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
75625npm info lifecycle multiparty@3.3.2~install: multiparty@3.3.2
75626npm info lifecycle readable-stream@1.0.31~install: readable-stream@1.0.31
75627npm info lifecycle mongodb@2.0.46~install: mongodb@2.0.46
75628npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
75629npm info lifecycle log4js@0.6.29~install: log4js@0.6.29
75630npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
75631npm info lifecycle htmlparser2@3.8.3~install: htmlparser2@3.8.3
75632npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
75633npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
75634npm info lifecycle through2@0.5.1~install: through2@0.5.1
75635npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
75636npm info lifecycle bl@0.9.4~install: bl@0.9.4
75637npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
75638npm info lifecycle dicer@0.2.5~install: dicer@0.2.5
75639npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
75640npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
75641npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
75642npm info lifecycle htmlparser2@3.1.4~install: htmlparser2@3.1.4
75643npm info lifecycle cheerio@0.12.4~install: cheerio@0.12.4
75644npm info lifecycle grunt-dom-munger@3.4.0~install: grunt-dom-munger@3.4.0
75645npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
75646npm info lifecycle busboy@0.2.12~install: busboy@0.2.12
75647npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
75648npm info lifecycle bl@0.9.4~install: bl@0.9.4
75649npm info lifecycle stringify-object@1.0.1~install: stringify-object@1.0.1
75650npm info lifecycle stringmap@0.2.2~install: stringmap@0.2.2
75651npm info lifecycle stringset@0.2.1~install: stringset@0.2.1
75652npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
75653npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
75654npm info lifecycle strip-bom@2.0.0~install: strip-bom@2.0.0
75655npm info lifecycle load-json-file@1.1.0~install: load-json-file@1.1.0
75656npm info lifecycle strip-indent@1.0.1~install: strip-indent@1.0.1
75657npm info lifecycle redent@1.0.0~install: redent@1.0.0
75658npm info lifecycle strip-json-comments@1.0.4~install: strip-json-comments@1.0.4
75659npm info lifecycle jshint@2.5.11~install: jshint@2.5.11
75660npm info lifecycle grunt-contrib-jshint@0.10.0~install: grunt-contrib-jshint@0.10.0
75661npm info lifecycle css-parse@1.7.0~install: css-parse@1.7.0
75662npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
75663npm info lifecycle glob@3.2.11~install: glob@3.2.11
75664npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
75665npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
75666npm info lifecycle sax@0.5.8~install: sax@0.5.8
75667npm info lifecycle stylus@0.52.4~install: stylus@0.52.4
75668npm info lifecycle success-symbol@0.1.0~install: success-symbol@0.1.0
75669npm info lifecycle extglob@0.3.1~install: extglob@0.3.1
75670npm info lifecycle micromatch@2.3.7~install: micromatch@2.3.7
75671npm info lifecycle anymatch@1.3.0~install: anymatch@1.3.0
75672npm info lifecycle debug@0.7.4~install: debug@0.7.4
75673npm info lifecycle extend@1.2.1~install: extend@1.2.1
75674npm info lifecycle methods@0.0.1~install: methods@0.0.1
75675npm info lifecycle mime@1.2.5~install: mime@1.2.5
75676npm info lifecycle qs@0.6.5~install: qs@0.6.5
75677npm info lifecycle superagent@0.17.0~install: superagent@0.17.0
75678npm info lifecycle supertest@0.11.0~install: supertest@0.11.0
75679npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
75680npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
75681npm info lifecycle log-symbols@1.0.2~install: log-symbols@1.0.2
75682npm info lifecycle grunt-filerev@2.2.0~install: grunt-filerev@2.2.0
75683npm info lifecycle grunt-contrib-stylus@0.22.0~install: grunt-contrib-stylus@0.22.0
75684npm info lifecycle tape@0.2.2~install: tape@0.2.2
75685npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
75686npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
75687npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
75688npm info lifecycle bl@0.9.4~install: bl@0.9.4
75689npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
75690npm info lifecycle text-table@0.2.0~install: text-table@0.2.0
75691npm info lifecycle jshint-stylish@0.1.5~install: jshint-stylish@0.1.5
75692npm info lifecycle throttleit@0.0.2~install: throttleit@0.0.2
75693npm info lifecycle request-progress@0.3.0~install: request-progress@0.3.0
75694npm info lifecycle request-progress@0.3.1~install: request-progress@0.3.1
75695npm info lifecycle through@2.3.8~install: through@2.3.8
75696npm info lifecycle split@0.3.3~install: split@0.3.3
75697npm info lifecycle object-keys@0.4.0~install: object-keys@0.4.0
75698npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
75699npm info lifecycle xtend@2.1.2~install: xtend@2.1.2
75700npm info lifecycle through2@0.4.2~install: through2@0.4.2
75701npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
75702npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
75703npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
75704npm info lifecycle time-grunt@0.3.2~install: time-grunt@0.3.2
75705npm info lifecycle timers-ext@0.1.0~install: timers-ext@0.1.0
75706npm info lifecycle memoizee@0.3.9~install: memoizee@0.3.9
75707npm info lifecycle cli-color@0.3.3~install: cli-color@0.3.3
75708npm info lifecycle inquirer@0.6.0~install: inquirer@0.6.0
75709npm info lifecycle inquirer@0.7.1~install: inquirer@0.7.1
75710npm info lifecycle debug@0.7.4~install: debug@0.7.4
75711npm info lifecycle qs@0.5.6~install: qs@0.5.6
75712npm info lifecycle tiny-lr-fork@0.0.5~install: tiny-lr-fork@0.0.5
75713npm info lifecycle grunt-contrib-watch@0.6.1~install: grunt-contrib-watch@0.6.1
75714npm info lifecycle tinycolor@0.0.1~install: tinycolor@0.0.1
75715npm info lifecycle ws@0.4.32~install: ws@0.4.32
75716
75717> ws@0.4.32 install /var/www/manticore.git/node_modules/node-inspector/node_modules/ws
75718> (node-gyp rebuild 2> builderror.log) || (exit 0)
75719
75720make: Entering directory `/var/www/manticore.git/node_modules/node-inspector/node_modules/ws/build'
75721 g++ '-DNODE_GYP_MODULE_NAME=bufferutil' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../../nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/bufferutil/src/bufferutil.o.d.raw -c -o Release/obj.target/bufferutil/src/bufferutil.o ../src/bufferutil.cc
75722 g++ -shared -pthread -rdynamic -m64 -Wl,-soname=bufferutil.node -o Release/obj.target/bufferutil.node -Wl,--start-group Release/obj.target/bufferutil/src/bufferutil.o -Wl,--end-group
75723 rm -rf "Release/bufferutil.node" && cp -af "Release/obj.target/bufferutil.node" "Release/bufferutil.node"
75724 g++ '-DNODE_GYP_MODULE_NAME=validation' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../../nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/validation/src/validation.o.d.raw -c -o Release/obj.target/validation/src/validation.o ../src/validation.cc
75725 g++ -shared -pthread -rdynamic -m64 -Wl,-soname=validation.node -o Release/obj.target/validation.node -Wl,--start-group Release/obj.target/validation/src/validation.o -Wl,--end-group
75726 rm -rf "Release/validation.node" && cp -af "Release/obj.target/validation.node" "Release/validation.node"
75727make: Leaving directory `/var/www/manticore.git/node_modules/node-inspector/node_modules/ws/build'
75728npm verb lifecycle ws@0.4.32~install: unsafe-perm in lifecycle false
75729npm verb lifecycle ws@0.4.32~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/node-inspector/node_modules/ws/node_modules/.bin:/var/www/manticore.git/node_modules/node-inspector/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
75730npm verb lifecycle ws@0.4.32~install: CWD: /var/www/manticore.git/node_modules/node-inspector/node_modules/ws
75731npm info lifecycle ws@0.4.32~install: ws@0.4.32
75732
75733> ws@0.4.32 install /var/www/manticore.git/node_modules/karma/node_modules/ws
75734> (node-gyp rebuild 2> builderror.log) || (exit 0)
75735
75736make: Entering directory `/var/www/manticore.git/node_modules/karma/node_modules/ws/build'
75737 g++ '-DNODE_GYP_MODULE_NAME=bufferutil' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../../nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/bufferutil/src/bufferutil.o.d.raw -c -o Release/obj.target/bufferutil/src/bufferutil.o ../src/bufferutil.cc
75738 g++ -shared -pthread -rdynamic -m64 -Wl,-soname=bufferutil.node -o Release/obj.target/bufferutil.node -Wl,--start-group Release/obj.target/bufferutil/src/bufferutil.o -Wl,--end-group
75739 rm -rf "Release/bufferutil.node" && cp -af "Release/obj.target/bufferutil.node" "Release/bufferutil.node"
75740 g++ '-DNODE_GYP_MODULE_NAME=validation' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../../nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/validation/src/validation.o.d.raw -c -o Release/obj.target/validation/src/validation.o ../src/validation.cc
75741 g++ -shared -pthread -rdynamic -m64 -Wl,-soname=validation.node -o Release/obj.target/validation.node -Wl,--start-group Release/obj.target/validation/src/validation.o -Wl,--end-group
75742 rm -rf "Release/validation.node" && cp -af "Release/obj.target/validation.node" "Release/validation.node"
75743make: Leaving directory `/var/www/manticore.git/node_modules/karma/node_modules/ws/build'
75744npm verb lifecycle ws@0.4.32~install: unsafe-perm in lifecycle false
75745npm verb lifecycle ws@0.4.32~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/karma/node_modules/ws/node_modules/.bin:/var/www/manticore.git/node_modules/karma/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
75746npm verb lifecycle ws@0.4.32~install: CWD: /var/www/manticore.git/node_modules/karma/node_modules/ws
75747npm info lifecycle ws@0.4.31~install: ws@0.4.31
75748
75749> ws@0.4.31 install /var/www/manticore.git/node_modules/engine.io-client/node_modules/ws
75750> (node-gyp rebuild 2> builderror.log) || (exit 0)
75751
75752make: Entering directory `/var/www/manticore.git/node_modules/engine.io-client/node_modules/ws/build'
75753 g++ '-DNODE_GYP_MODULE_NAME=bufferutil' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I/var/www/manticore.git/node_modules/engine.io-client/node_modules/nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/bufferutil/src/bufferutil.o.d.raw -c -o Release/obj.target/bufferutil/src/bufferutil.o ../src/bufferutil.cc
75754make: Leaving directory `/var/www/manticore.git/node_modules/engine.io-client/node_modules/ws/build'
75755npm verb lifecycle ws@0.4.31~install: unsafe-perm in lifecycle false
75756npm verb lifecycle ws@0.4.31~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/engine.io-client/node_modules/ws/node_modules/.bin:/var/www/manticore.git/node_modules/engine.io-client/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
75757npm verb lifecycle ws@0.4.31~install: CWD: /var/www/manticore.git/node_modules/engine.io-client/node_modules/ws
75758npm info lifecycle tmp@0.0.23~install: tmp@0.0.23
75759npm info lifecycle to-array@0.1.3~install: to-array@0.1.3
75760npm info lifecycle nopt@1.0.10~install: nopt@1.0.10
75761npm info lifecycle touch@0.0.2~install: touch@0.0.2
75762npm info lifecycle decompress-zip@0.0.8~install: decompress-zip@0.0.8
75763npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
75764npm info lifecycle traverse@0.6.6~install: traverse@0.6.6
75765npm info lifecycle dnode-protocol@0.2.2~install: dnode-protocol@0.2.2
75766npm info lifecycle trim-newlines@1.0.0~install: trim-newlines@1.0.0
75767npm info lifecycle truncate@1.0.5~install: truncate@1.0.5
75768npm info lifecycle strong-data-uri@0.1.1~install: strong-data-uri@0.1.1
75769npm info lifecycle tryor@0.1.2~install: tryor@0.1.2
75770npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
75771npm info lifecycle request@2.36.0~install: request@2.36.0
75772npm info lifecycle request@2.42.0~install: request@2.42.0
75773npm info lifecycle request@2.42.0~install: request@2.42.0
75774npm info lifecycle request@2.51.0~install: request@2.51.0
75775npm info lifecycle type-is@1.3.2~install: type-is@1.3.2
75776npm info lifecycle typedarray@0.0.6~install: typedarray@0.0.6
75777npm info lifecycle concat-stream@1.4.10~install: concat-stream@1.4.10
75778npm info lifecycle base64url@1.0.5~install: base64url@1.0.5
75779npm info lifecycle jws@3.1.0~install: jws@3.1.0
75780npm info lifecycle jsonwebtoken@5.4.1~install: jsonwebtoken@5.4.1
75781npm info lifecycle async@0.2.10~install: async@0.2.10
75782npm info lifecycle uglify-to-browserify@1.0.2~install: uglify-to-browserify@1.0.2
75783npm info lifecycle uid@0.0.2~install: uid@0.0.2
75784npm info lifecycle uid-number@0.0.5~install: uid-number@0.0.5
75785npm info lifecycle uid-safe@2.0.0~install: uid-safe@2.0.0
75786npm info lifecycle csrf@3.0.0~install: csrf@3.0.0
75787npm info lifecycle csurf@1.8.3~install: csurf@1.8.3
75788npm info lifecycle uid2@0.0.3~install: uid2@0.0.3
75789npm info lifecycle ultron@1.0.2~install: ultron@1.0.2
75790npm info lifecycle underscore@1.7.0~install: underscore@1.7.0
75791npm info lifecycle argparse@0.1.16~install: argparse@0.1.16
75792npm info lifecycle js-yaml@2.1.3~install: js-yaml@2.1.3
75793npm info lifecycle js-yaml@2.0.5~install: js-yaml@2.0.5
75794npm info lifecycle underscore.string@2.2.1~install: underscore.string@2.2.1
75795npm info lifecycle unpipe@1.0.0~install: unpipe@1.0.0
75796npm info lifecycle finalhandler@0.4.0~install: finalhandler@0.4.0
75797npm info lifecycle raw-body@2.1.5~install: raw-body@2.1.5
75798npm info lifecycle body-parser@1.13.3~install: body-parser@1.13.3
75799npm info lifecycle untildify@2.1.0~install: untildify@2.1.0
75800npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
75801npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
75802npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
75803npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
75804npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
75805npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
75806npm info lifecycle upper-case@1.1.3~install: upper-case@1.1.3
75807npm info lifecycle title-case@1.1.2~install: title-case@1.1.2
75808npm info lifecycle swap-case@1.1.2~install: swap-case@1.1.2
75809npm info lifecycle is-upper-case@1.1.2~install: is-upper-case@1.1.2
75810npm info lifecycle constant-case@1.1.2~install: constant-case@1.1.2
75811npm info lifecycle camel-case@1.2.2~install: camel-case@1.2.2
75812npm info lifecycle upper-case-first@1.1.2~install: upper-case-first@1.1.2
75813npm info lifecycle pascal-case@1.1.2~install: pascal-case@1.1.2
75814npm info lifecycle change-case@2.1.6~install: change-case@2.1.6
75815npm info lifecycle user-home@1.1.1~install: user-home@1.1.1
75816npm info lifecycle lru-cache@2.2.4~install: lru-cache@2.2.4
75817npm info lifecycle useragent@2.1.8~install: useragent@2.1.8
75818npm info lifecycle utf8@2.0.0~install: utf8@2.0.0
75819npm info lifecycle engine.io-parser@1.2.1~install: engine.io-parser@1.2.1
75820npm info lifecycle engine.io-client@1.5.1~install: engine.io-client@1.5.1
75821npm info lifecycle socket.io-client@1.3.5~install: socket.io-client@1.3.5
75822npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
75823npm info lifecycle readable-stream@2.0.5~install: readable-stream@2.0.5
75824npm info lifecycle mongodb@1.4.39~install: mongodb@1.4.39
75825npm info lifecycle readdirp@2.0.0~install: readdirp@2.0.0
75826npm info lifecycle chokidar@1.4.1~install: chokidar@1.4.1
75827npm info lifecycle bl@1.0.0~install: bl@1.0.0
75828npm info lifecycle async@0.2.10~install: async@0.2.10
75829npm info lifecycle ncp@0.4.2~install: ncp@0.4.2
75830npm info lifecycle utils-merge@1.0.0~install: utils-merge@1.0.0
75831npm info lifecycle express-session@1.11.3~install: express-session@1.11.3
75832npm info lifecycle uuid@1.4.2~install: uuid@1.4.2
75833npm info lifecycle tempfile@0.1.3~install: tempfile@0.1.3
75834npm info lifecycle v8-debug@0.4.6~install: v8-debug@0.4.6
75835
75836> v8-debug@0.4.6 install /var/www/manticore.git/node_modules/v8-debug
75837> node-pre-gyp install --fallback-to-build
75838
75839node-pre-gyp info it worked if it ends with ok
75840node-pre-gyp verb cli [ 'node',
75841node-pre-gyp verb cli '/var/www/manticore.git/node_modules/.bin/node-pre-gyp',
75842node-pre-gyp verb cli 'install',
75843node-pre-gyp verb cli '--fallback-to-build' ]
75844node-pre-gyp info using node-pre-gyp@0.6.18
75845node-pre-gyp info using node@0.12.8 | linux | x64
75846node-pre-gyp verb command install []
75847node-pre-gyp info check checked for "/var/www/manticore.git/node_modules/v8-debug/build/debug/v0.4.6/node-v14-linux-x64/debug.node" (not found)
75848node-pre-gyp http GET https://node-inspector.s3.amazonaws.com/debug/v0.4.6/node-v14-linux-x64.tar.gz
75849node-pre-gyp http 404 https://node-inspector.s3.amazonaws.com/debug/v0.4.6/node-v14-linux-x64.tar.gz
75850node-pre-gyp http Pre-built binary not available for your system, looked for https://node-inspector.s3.amazonaws.com/debug/v0.4.6/node-v14-linux-x64.tar.gz (falling back to source compile with node-gyp)
75851node-pre-gyp verb command build [ 'rebuild' ]
75852gyp info it worked if it ends with ok
75853gyp verb cli [ '/usr/bin/node',
75854gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
75855gyp verb cli 'clean' ]
75856gyp info using node-gyp@3.2.1
75857gyp info using node@0.12.8 | linux | x64
75858gyp verb command clean []
75859gyp verb clean removing "build" directory
75860gyp info ok
75861gyp info it worked if it ends with ok
75862gyp verb cli [ '/usr/bin/node',
75863gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
75864gyp verb cli 'configure',
75865gyp verb cli '--fallback-to-build',
75866gyp verb cli '--module=/var/www/manticore.git/node_modules/v8-debug/build/debug/v0.4.6/node-v14-linux-x64/debug.node',
75867gyp verb cli '--module_name=debug',
75868gyp verb cli '--module_path=/var/www/manticore.git/node_modules/v8-debug/build/debug/v0.4.6/node-v14-linux-x64' ]
75869gyp info using node-gyp@3.2.1
75870gyp info using node@0.12.8 | linux | x64
75871gyp verb command configure []
75872gyp verb check python checking for Python executable "python2" in the PATH
75873gyp verb `which` succeeded python2 /usr/bin/python2
75874gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.5\n"
75875gyp verb get node dir no --target version specified, falling back to host node version: 0.12.8
75876gyp verb command install [ '0.12.8' ]
75877gyp verb install input version string "0.12.8"
75878gyp verb install installing version: 0.12.8
75879gyp verb install --ensure was passed, so won't reinstall if already installed
75880gyp verb install version is already installed, need to check "installVersion"
75881gyp verb got "installVersion" 9
75882gyp verb needs "installVersion" 9
75883gyp verb install version is good
75884gyp verb get node dir target node version installed: 0.12.8
75885gyp verb build dir attempting to create "build" dir: /var/www/manticore.git/node_modules/v8-debug/build
75886gyp verb build dir "build" dir needed to be created? /var/www/manticore.git/node_modules/v8-debug/build
75887gyp verb build/config.gypi creating config file
75888gyp verb build/config.gypi writing out config file: /var/www/manticore.git/node_modules/v8-debug/build/config.gypi
75889gyp verb config.gypi checking for gypi file: /var/www/manticore.git/node_modules/v8-debug/config.gypi
75890gyp verb common.gypi checking for gypi file: /var/www/manticore.git/node_modules/v8-debug/common.gypi
75891gyp verb gyp gyp format was not specified; forcing "make"
75892gyp info spawn /usr/bin/python2
75893gyp info spawn args [ '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
75894gyp info spawn args 'binding.gyp',
75895gyp info spawn args '-f',
75896gyp info spawn args 'make',
75897gyp info spawn args '-I',
75898gyp info spawn args '/var/www/manticore.git/node_modules/v8-debug/build/config.gypi',
75899gyp info spawn args '-I',
75900gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
75901gyp info spawn args '-I',
75902gyp info spawn args '/root/.node-gyp/0.12.8/common.gypi',
75903gyp info spawn args '-Dlibrary=shared_library',
75904gyp info spawn args '-Dvisibility=default',
75905gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.12.8',
75906gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',
75907gyp info spawn args '-Dnode_lib_file=node.lib',
75908gyp info spawn args '-Dmodule_root_dir=/var/www/manticore.git/node_modules/v8-debug',
75909gyp info spawn args '--depth=.',
75910gyp info spawn args '--no-parallel',
75911gyp info spawn args '--generator-output',
75912gyp info spawn args 'build',
75913gyp info spawn args '-Goutput_dir=.' ]
75914gyp info ok
75915gyp info it worked if it ends with ok
75916gyp verb cli [ '/usr/bin/node',
75917gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
75918gyp verb cli 'build',
75919gyp verb cli '--fallback-to-build',
75920gyp verb cli '--module=/var/www/manticore.git/node_modules/v8-debug/build/debug/v0.4.6/node-v14-linux-x64/debug.node',
75921gyp verb cli '--module_name=debug',
75922gyp verb cli '--module_path=/var/www/manticore.git/node_modules/v8-debug/build/debug/v0.4.6/node-v14-linux-x64' ]
75923gyp info using node-gyp@3.2.1
75924gyp info using node@0.12.8 | linux | x64
75925gyp verb command build []
75926gyp verb build type Release
75927gyp verb architecture x64
75928gyp verb node dev dir /root/.node-gyp/0.12.8
75929gyp verb `which` succeeded for `make` /usr/bin/make
75930gyp info spawn make
75931gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
75932make: Entering directory `/var/www/manticore.git/node_modules/v8-debug/build'
75933 g++ '-DNODE_GYP_MODULE_NAME=debug' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../../nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/debug/src/debug.o.d.raw -c -o Release/obj.target/debug/src/debug.o ../src/debug.cc
75934../src/debug.cc: In static member function 'static void nodex::Debug::InternalConstructorName(const v8::FunctionCallbackInfo<v8::Value>&)':
75935../src/debug.cc:194:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
75936 result_type = "";
75937 ^
75938 g++ -shared -pthread -rdynamic -m64 -Wl,-soname=debug.node -o Release/obj.target/debug.node -Wl,--start-group Release/obj.target/debug/src/debug.o -Wl,--end-group
75939 rm -rf "Release/debug.node" && cp -af "Release/obj.target/debug.node" "Release/debug.node"
75940 rm -rf "/var/www/manticore.git/node_modules/v8-debug/build/debug/v0.4.6/node-v14-linux-x64/debug.node" && cp -af "Release/debug.node" "/var/www/manticore.git/node_modules/v8-debug/build/debug/v0.4.6/node-v14-linux-x64/debug.node"
75941 touch Release/obj.target/action_after_build.stamp
75942make: Leaving directory `/var/www/manticore.git/node_modules/v8-debug/build'
75943gyp info ok
75944node-pre-gyp info ok
75945npm verb lifecycle v8-debug@0.4.6~install: unsafe-perm in lifecycle false
75946npm verb lifecycle v8-debug@0.4.6~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/v8-debug/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
75947npm verb lifecycle v8-debug@0.4.6~install: CWD: /var/www/manticore.git/node_modules/v8-debug
75948npm info lifecycle nan@2.0.9~install: nan@2.0.9
75949npm info lifecycle v8-profiler@5.2.12~install: v8-profiler@5.2.12
75950
75951> v8-profiler@5.2.12 install /var/www/manticore.git/node_modules/v8-profiler
75952> node-pre-gyp install --fallback-to-build
75953
75954node-pre-gyp info it worked if it ends with ok
75955node-pre-gyp verb cli [ 'node',
75956node-pre-gyp verb cli '/var/www/manticore.git/node_modules/.bin/node-pre-gyp',
75957node-pre-gyp verb cli 'install',
75958node-pre-gyp verb cli '--fallback-to-build' ]
75959node-pre-gyp info using node-pre-gyp@0.6.18
75960node-pre-gyp info using node@0.12.8 | linux | x64
75961node-pre-gyp verb command install []
75962node-pre-gyp info check checked for "/var/www/manticore.git/node_modules/v8-profiler/build/profiler/v5.2.12/node-v14-linux-x64/profiler.node" (not found)
75963node-pre-gyp http GET https://node-inspector.s3.amazonaws.com/profiler/v5.2.12/node-v14-linux-x64.tar.gz
75964node-pre-gyp http 200 https://node-inspector.s3.amazonaws.com/profiler/v5.2.12/node-v14-linux-x64.tar.gz
75965node-pre-gyp info install unpacking profiler.node
75966node-pre-gyp info tarball done parsing tarball
75967node-pre-gyp info validate Running test command: '/usr/bin/node --eval 'require(\'/var/www/manticore.git/node_modules/v8-profiler/build/profiler/v5.2.12/node-v14-linux-x64/profiler.node\')''
75968[v8-profiler] Success: "/var/www/manticore.git/node_modules/v8-profiler/build/profiler/v5.2.12/node-v14-linux-x64/profiler.node" is installed via remote
75969node-pre-gyp info ok
75970npm verb lifecycle v8-profiler@5.2.12~install: unsafe-perm in lifecycle false
75971npm verb lifecycle v8-profiler@5.2.12~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/v8-profiler/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
75972npm verb lifecycle v8-profiler@5.2.12~install: CWD: /var/www/manticore.git/node_modules/v8-profiler
75973npm info lifecycle validate-npm-package-license@3.0.1~install: validate-npm-package-license@3.0.1
75974npm info lifecycle normalize-package-data@2.3.5~install: normalize-package-data@2.3.5
75975npm info lifecycle read-pkg@1.1.0~install: read-pkg@1.1.0
75976npm info lifecycle read-pkg-up@1.0.1~install: read-pkg-up@1.0.1
75977npm info lifecycle meow@3.6.0~install: meow@3.6.0
75978npm info lifecycle default-browser-id@1.0.4~install: default-browser-id@1.0.4
75979npm info lifecycle vary@1.0.1~install: vary@1.0.1
75980npm info lifecycle express@4.13.3~install: express@4.13.3
75981npm info lifecycle method-override@2.3.5~install: method-override@2.3.5
75982npm info lifecycle compression@1.5.2~install: compression@1.5.2
75983npm info lifecycle verror@1.6.0~install: verror@1.6.0
75984npm info lifecycle vasync@1.6.3~install: vasync@1.6.3
75985npm info lifecycle vhost@3.0.2~install: vhost@3.0.2
75986npm info lifecycle connect@2.30.2~install: connect@2.30.2
75987npm info lifecycle ware@0.3.0~install: ware@0.3.0
75988npm info lifecycle nan@2.1.0~install: nan@2.1.0
75989npm info lifecycle weak@1.0.0~install: weak@1.0.0
75990
75991> weak@1.0.0 install /var/www/manticore.git/node_modules/weak
75992> node-gyp rebuild
75993
75994gyp info it worked if it ends with ok
75995gyp verb cli [ 'node',
75996gyp verb cli '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js',
75997gyp verb cli 'rebuild' ]
75998gyp info using node-gyp@3.2.1
75999gyp info using node@0.12.8 | linux | x64
76000gyp verb command rebuild []
76001gyp verb command clean []
76002gyp verb clean removing "build" directory
76003gyp verb command configure []
76004gyp verb check python checking for Python executable "python2" in the PATH
76005gyp verb `which` succeeded python2 /usr/bin/python2
76006gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.5\n"
76007gyp verb get node dir no --target version specified, falling back to host node version: 0.12.8
76008gyp verb command install [ '0.12.8' ]
76009gyp verb install input version string "0.12.8"
76010gyp verb install installing version: 0.12.8
76011gyp verb install --ensure was passed, so won't reinstall if already installed
76012gyp verb install version is already installed, need to check "installVersion"
76013gyp verb got "installVersion" 9
76014gyp verb needs "installVersion" 9
76015gyp verb install version is good
76016gyp verb get node dir target node version installed: 0.12.8
76017gyp verb build dir attempting to create "build" dir: /var/www/manticore.git/node_modules/weak/build
76018gyp verb build dir "build" dir needed to be created? /var/www/manticore.git/node_modules/weak/build
76019gyp verb build/config.gypi creating config file
76020gyp verb build/config.gypi writing out config file: /var/www/manticore.git/node_modules/weak/build/config.gypi
76021gyp verb config.gypi checking for gypi file: /var/www/manticore.git/node_modules/weak/config.gypi
76022gyp verb common.gypi checking for gypi file: /var/www/manticore.git/node_modules/weak/common.gypi
76023gyp verb gyp gyp format was not specified; forcing "make"
76024gyp info spawn /usr/bin/python2
76025gyp info spawn args [ '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
76026gyp info spawn args 'binding.gyp',
76027gyp info spawn args '-f',
76028gyp info spawn args 'make',
76029gyp info spawn args '-I',
76030gyp info spawn args '/var/www/manticore.git/node_modules/weak/build/config.gypi',
76031gyp info spawn args '-I',
76032gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
76033gyp info spawn args '-I',
76034gyp info spawn args '/root/.node-gyp/0.12.8/common.gypi',
76035gyp info spawn args '-Dlibrary=shared_library',
76036gyp info spawn args '-Dvisibility=default',
76037gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.12.8',
76038gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',
76039gyp info spawn args '-Dnode_lib_file=node.lib',
76040gyp info spawn args '-Dmodule_root_dir=/var/www/manticore.git/node_modules/weak',
76041gyp info spawn args '--depth=.',
76042gyp info spawn args '--no-parallel',
76043gyp info spawn args '--generator-output',
76044gyp info spawn args 'build',
76045gyp info spawn args '-Goutput_dir=.' ]
76046gyp verb command build []
76047gyp verb build type Release
76048gyp verb architecture x64
76049gyp verb node dev dir /root/.node-gyp/0.12.8
76050gyp verb `which` succeeded for `make` /usr/bin/make
76051gyp info spawn make
76052gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
76053make: Entering directory `/var/www/manticore.git/node_modules/weak/build'
76054 g++ '-DNODE_GYP_MODULE_NAME=weakref' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../node_modules/nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/weakref/src/weakref.o.d.raw -c -o Release/obj.target/weakref/src/weakref.o ../src/weakref.cc
76055 g++ -shared -pthread -rdynamic -m64 -Wl,-soname=weakref.node -o Release/obj.target/weakref.node -Wl,--start-group Release/obj.target/weakref/src/weakref.o -Wl,--end-group
76056 rm -rf "Release/weakref.node" && cp -af "Release/obj.target/weakref.node" "Release/weakref.node"
76057make: Leaving directory `/var/www/manticore.git/node_modules/weak/build'
76058gyp info ok
76059npm verb lifecycle weak@1.0.0~install: unsafe-perm in lifecycle false
76060npm verb lifecycle weak@1.0.0~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/weak/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
76061npm verb lifecycle weak@1.0.0~install: CWD: /var/www/manticore.git/node_modules/weak
76062npm info lifecycle dnode@1.2.2~install: dnode@1.2.2
76063npm info lifecycle whet.extend@0.9.9~install: whet.extend@0.9.9
76064npm info lifecycle svgo@0.4.5~install: svgo@0.4.5
76065npm info lifecycle imagemin-svgo@0.1.1~install: imagemin-svgo@0.1.1
76066npm info lifecycle grunt-svgmin@0.4.0~install: grunt-svgmin@0.4.0
76067npm info lifecycle which@1.0.9~install: which@1.0.9
76068npm info lifecycle karma-chrome-launcher@0.1.12~install: karma-chrome-launcher@0.1.12
76069npm info lifecycle grunt-legacy-util@0.2.0~install: grunt-legacy-util@0.2.0
76070npm info lifecycle grunt@0.4.5~install: grunt@0.4.5
76071npm info lifecycle ms@0.7.1~install: ms@0.7.1
76072npm info lifecycle debug@2.2.0~install: debug@2.2.0
76073npm info lifecycle yargs@1.3.3~install: yargs@1.3.3
76074npm info lifecycle semver@5.1.0~install: semver@5.1.0
76075npm info lifecycle win-release@1.1.1~install: win-release@1.1.1
76076npm info lifecycle os-name@1.0.3~install: os-name@1.0.3
76077npm info lifecycle win-spawn@2.0.0~install: win-spawn@2.0.0
76078npm info lifecycle window-size@0.1.0~install: window-size@0.1.0
76079npm info lifecycle ansi-styles@0.1.2~install: ansi-styles@0.1.2
76080npm info lifecycle chalk@0.1.1~install: chalk@0.1.1
76081npm info lifecycle lodash@1.3.1~install: lodash@1.3.1
76082npm info lifecycle wiredep@0.4.2~install: wiredep@0.4.2
76083npm info lifecycle grunt-asset-injector@0.1.0~install: grunt-asset-injector@0.1.0
76084npm info lifecycle async@0.2.10~install: async@0.2.10
76085npm info lifecycle wordwrap@0.0.2~install: wordwrap@0.0.2
76086npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
76087npm info lifecycle optimist@0.3.7~install: optimist@0.3.7
76088npm info lifecycle uglify-js@2.4.0~install: uglify-js@2.4.0
76089npm info lifecycle with@2.0.0~install: with@2.0.0
76090npm info lifecycle uglify-js@2.2.5~install: uglify-js@2.2.5
76091npm info lifecycle transformers@2.1.0~install: transformers@2.1.0
76092npm info lifecycle uglify-js@2.4.0~install: uglify-js@2.4.0
76093npm info lifecycle with@1.1.1~install: with@1.1.1
76094npm info lifecycle uglify-js@2.2.5~install: uglify-js@2.2.5
76095npm info lifecycle transformers@2.0.1~install: transformers@2.0.1
76096npm info lifecycle uglify-js@2.3.6~install: uglify-js@2.3.6
76097npm info lifecycle handlebars@2.0.0~install: handlebars@2.0.0
76098npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
76099npm info lifecycle ng-annotate@0.9.11~install: ng-annotate@0.9.11
76100npm info lifecycle grunt-ng-annotate@0.2.3~install: grunt-ng-annotate@0.2.3
76101npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
76102npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
76103npm info lifecycle optimist@0.2.8~install: optimist@0.2.8
76104npm info lifecycle event-stream@0.5.3~install: event-stream@0.5.3
76105npm info lifecycle ps-tree@0.0.3~install: ps-tree@0.0.3
76106npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
76107npm info lifecycle bower-config@0.5.2~install: bower-config@0.5.2
76108npm info lifecycle bower-registry-client@0.2.4~install: bower-registry-client@0.2.4
76109npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
76110npm info lifecycle once@1.3.2~install: once@1.3.2
76111npm info lifecycle npmconf@2.1.1~install: npmconf@2.1.1
76112npm info lifecycle npmconf@2.1.2~install: npmconf@2.1.2
76113npm info lifecycle registry-url@0.1.1~install: registry-url@0.1.1
76114npm info lifecycle package-json@0.2.0~install: package-json@0.2.0
76115npm info lifecycle latest-version@0.2.0~install: latest-version@0.2.0
76116npm info lifecycle glob@4.0.6~install: glob@4.0.6
76117npm info lifecycle end-of-stream@1.0.0~install: end-of-stream@1.0.0
76118npm info lifecycle pump@0.3.5~install: pump@0.3.5
76119npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
76120npm info lifecycle glob@4.5.3~install: glob@4.5.3
76121npm info lifecycle glob@5.0.15~install: glob@5.0.15
76122npm info lifecycle glob@4.5.3~install: glob@4.5.3
76123npm info lifecycle glob@6.0.3~install: glob@6.0.3
76124npm info lifecycle rimraf@2.4.5~install: rimraf@2.4.5
76125npm info lifecycle utile@0.2.1~install: utile@0.2.1
76126npm info lifecycle http-proxy@0.10.4~install: http-proxy@0.10.4
76127npm info lifecycle fs-extra@0.23.1~install: fs-extra@0.23.1
76128npm info lifecycle phantomjs@1.9.19~install: phantomjs@1.9.19
76129
76130> phantomjs@1.9.19 install /var/www/manticore.git/node_modules/phantomjs
76131> node install.js
76132
76133Looks like an `npm install -g`; unable to check for already installed version.
76134Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
76135Saving to /var/www/manticore.git/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
76136Receiving...
76137
76138Received 12854K total.
76139Extracting tar contents (via spawned process)
76140Removing /var/www/manticore.git/node_modules/phantomjs/lib/phantom
76141Copying extracted folder /var/www/manticore.git/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2-extract-1451417966499/phantomjs-1.9.8-linux-x86_64 -> /var/www/manticore.git/node_modules/phantomjs/lib/phantom
76142Writing location.js file
76143Done. Phantomjs binary available at /var/www/manticore.git/node_modules/phantomjs/lib/phantom/bin/phantomjs
76144npm verb lifecycle phantomjs@1.9.19~install: unsafe-perm in lifecycle false
76145npm verb lifecycle phantomjs@1.9.19~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/phantomjs/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
76146npm verb lifecycle phantomjs@1.9.19~install: CWD: /var/www/manticore.git/node_modules/phantomjs
76147npm info lifecycle karma-phantomjs-launcher@0.1.4~install: karma-phantomjs-launcher@0.1.4
76148npm info lifecycle mv@2.1.1~install: mv@2.1.1
76149npm info lifecycle bunyan@1.5.1~install: bunyan@1.5.1
76150npm info lifecycle fs-extra@0.10.0~install: fs-extra@0.10.0
76151npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
76152npm info lifecycle fstream-ignore@1.0.3~install: fstream-ignore@1.0.3
76153npm info lifecycle fstream@0.1.31~install: fstream@0.1.31
76154npm info lifecycle tar@0.1.20~install: tar@0.1.20
76155npm info lifecycle fs-extra@0.9.1~install: fs-extra@0.9.1
76156npm info lifecycle autoprefixer@1.3.1~install: autoprefixer@1.3.1
76157npm info lifecycle grunt-autoprefixer@0.7.6~install: grunt-autoprefixer@0.7.6
76158npm info lifecycle exec-buffer@0.1.1~install: exec-buffer@0.1.1
76159npm info lifecycle decompress@0.2.5~install: decompress@0.2.5
76160npm info lifecycle nan@1.4.3~install: nan@1.4.3
76161npm info lifecycle ws@0.5.0~install: ws@0.5.0
76162
76163> ws@0.5.0 install /var/www/manticore.git/node_modules/ws
76164> (node-gyp rebuild 2> builderror.log) || (exit 0)
76165
76166make: Entering directory `/var/www/manticore.git/node_modules/ws/build'
76167 g++ '-DNODE_GYP_MODULE_NAME=bufferutil' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../node_modules/nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/bufferutil/src/bufferutil.o.d.raw -c -o Release/obj.target/bufferutil/src/bufferutil.o ../src/bufferutil.cc
76168 g++ -shared -pthread -rdynamic -m64 -Wl,-soname=bufferutil.node -o Release/obj.target/bufferutil.node -Wl,--start-group Release/obj.target/bufferutil/src/bufferutil.o -Wl,--end-group
76169 rm -rf "Release/bufferutil.node" && cp -af "Release/obj.target/bufferutil.node" "Release/bufferutil.node"
76170 g++ '-DNODE_GYP_MODULE_NAME=validation' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/root/.node-gyp/0.12.8/include/node -I/root/.node-gyp/0.12.8/src -I/root/.node-gyp/0.12.8/deps/uv/include -I/root/.node-gyp/0.12.8/deps/v8/include -I../node_modules/nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -O3 -ffunction-sections -fdata-sections -fno-tree-vrp -fno-omit-frame-pointer -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/validation/src/validation.o.d.raw -c -o Release/obj.target/validation/src/validation.o ../src/validation.cc
76171 g++ -shared -pthread -rdynamic -m64 -Wl,-soname=validation.node -o Release/obj.target/validation.node -Wl,--start-group Release/obj.target/validation/src/validation.o -Wl,--end-group
76172 rm -rf "Release/validation.node" && cp -af "Release/obj.target/validation.node" "Release/validation.node"
76173make: Leaving directory `/var/www/manticore.git/node_modules/ws/build'
76174npm verb lifecycle ws@0.5.0~install: unsafe-perm in lifecycle false
76175npm verb lifecycle ws@0.5.0~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/ws/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
76176npm verb lifecycle ws@0.5.0~install: CWD: /var/www/manticore.git/node_modules/ws
76177npm info lifecycle engine.io@1.5.1~install: engine.io@1.5.1
76178npm info lifecycle x-default-browser@0.3.1~install: x-default-browser@0.3.1
76179npm info lifecycle xdg-basedir@1.0.1~install: xdg-basedir@1.0.1
76180npm info lifecycle configstore@0.3.2~install: configstore@0.3.2
76181npm info lifecycle update-notifier@0.2.0~install: update-notifier@0.2.0
76182npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
76183npm info lifecycle xmlbuilder@4.0.0~install: xmlbuilder@4.0.0
76184npm info lifecycle xml2js@0.4.4~install: xml2js@0.4.4
76185npm info lifecycle selenium-webdriver@2.44.0~install: selenium-webdriver@2.44.0
76186npm info lifecycle protractor@1.8.0~install: protractor@1.8.0
76187npm info lifecycle grunt-protractor-runner@1.2.1~install: grunt-protractor-runner@1.2.1
76188npm info lifecycle xmldom@0.1.19~install: xmldom@0.1.19
76189npm info lifecycle plist@1.2.0~install: plist@1.2.0
76190npm info lifecycle xmlhttprequest@1.8.0~install: xmlhttprequest@1.8.0
76191npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
76192npm info lifecycle win-detect-browsers@1.0.2~install: win-detect-browsers@1.0.2
76193npm info lifecycle browser-launcher2@0.4.6~install: browser-launcher2@0.4.6
76194npm info lifecycle biased-opener@0.2.7~install: biased-opener@0.2.7
76195npm info lifecycle node-inspector@0.9.2~install: node-inspector@0.9.2
76196npm info lifecycle grunt-node-inspector@0.1.6~install: grunt-node-inspector@0.1.6
76197npm info lifecycle tar-stream@0.4.7~install: tar-stream@0.4.7
76198npm info lifecycle tar-fs@0.5.2~install: tar-fs@0.5.2
76199npm info lifecycle is-my-json-valid@2.12.3~install: is-my-json-valid@2.12.3
76200npm info lifecycle har-validator@1.8.0~install: har-validator@1.8.0
76201npm info lifecycle request@2.60.0~install: request@2.60.0
76202npm info lifecycle update-notifier@0.1.10~install: update-notifier@0.1.10
76203npm info lifecycle nodemon@1.0.20~install: nodemon@1.0.20
76204npm info lifecycle grunt-nodemon@0.2.1~install: grunt-nodemon@0.2.1
76205npm info lifecycle insight@0.4.3~install: insight@0.4.3
76206npm info lifecycle bower@1.3.12~install: bower@1.3.12
76207npm info lifecycle google-cdn@0.7.0~install: google-cdn@0.7.0
76208npm info lifecycle grunt-google-cdn@0.4.3~install: grunt-google-cdn@0.4.3
76209npm info lifecycle download@0.1.19~install: download@0.1.19
76210npm info lifecycle bin-wrapper@0.3.4~install: bin-wrapper@0.3.4
76211npm info lifecycle bin-build@0.1.1~install: bin-build@0.1.1
76212npm info lifecycle pngquant-bin@0.3.5~install: pngquant-bin@0.3.5
76213npm info lifecycle imagemin-pngquant@0.1.3~install: imagemin-pngquant@0.1.3
76214npm info lifecycle optipng-bin@0.3.11~install: optipng-bin@0.3.11
76215npm info lifecycle imagemin-optipng@0.1.0~install: imagemin-optipng@0.1.0
76216npm info lifecycle jpegtran-bin@0.2.8~install: jpegtran-bin@0.2.8
76217npm info lifecycle imagemin-jpegtran@0.1.0~install: imagemin-jpegtran@0.1.0
76218npm info lifecycle gifsicle@0.1.7~install: gifsicle@0.1.7
76219npm info lifecycle imagemin-gifsicle@0.1.1~install: imagemin-gifsicle@0.1.1
76220npm info lifecycle imagemin@0.4.9~install: imagemin@0.4.9
76221npm info lifecycle grunt-contrib-imagemin@0.7.2~install: grunt-contrib-imagemin@0.7.2
76222npm info lifecycle through2@0.6.5~install: through2@0.6.5
76223npm info lifecycle wiredep@1.8.6~install: wiredep@1.8.6
76224npm info lifecycle grunt-wiredep@1.8.0~install: grunt-wiredep@1.8.0
76225npm info lifecycle yargs@3.5.4~install: yargs@3.5.4
76226npm info lifecycle uglify-js@2.4.24~install: uglify-js@2.4.24
76227npm info lifecycle with@3.0.1~install: with@3.0.1
76228npm info lifecycle constantinople@1.0.2~install: constantinople@1.0.2
76229npm info lifecycle jade@0.33.0~install: jade@0.33.0
76230npm info lifecycle karma-jade-preprocessor@0.0.11~install: karma-jade-preprocessor@0.0.11
76231npm info lifecycle html-minifier@0.6.9~install: html-minifier@0.6.9
76232npm info lifecycle grunt-angular-templates@0.5.9~install: grunt-angular-templates@0.5.9
76233npm info lifecycle constantinople@2.0.1~install: constantinople@2.0.1
76234npm info lifecycle jade@1.3.1~install: jade@1.3.1
76235npm info lifecycle karma-ng-jade2js-preprocessor@0.1.5~install: karma-ng-jade2js-preprocessor@0.1.5
76236npm info lifecycle jade@1.2.0~install: jade@1.2.0
76237npm info lifecycle grunt-contrib-jade@0.11.0~install: grunt-contrib-jade@0.11.0
76238npm info lifecycle zeparser@0.0.5~install: zeparser@0.0.5
76239npm info lifecycle active-x-obfuscator@0.0.1~install: active-x-obfuscator@0.0.1
76240npm info lifecycle socket.io-client@0.9.16~install: socket.io-client@0.9.16
76241npm info lifecycle socket.io@0.9.16~install: socket.io@0.9.16
76242npm info lifecycle karma@0.12.37~install: karma@0.12.37
76243npm info lifecycle zlib-browserify@0.0.3~install: zlib-browserify@0.0.3
76244npm info lifecycle gzip-size@0.1.1~install: gzip-size@0.1.1
76245npm info lifecycle maxmin@0.1.0~install: maxmin@0.1.0
76246npm info lifecycle grunt-contrib-uglify@0.4.1~install: grunt-contrib-uglify@0.4.1
76247npm info lifecycle grunt-contrib-cssmin@0.9.0~install: grunt-contrib-cssmin@0.9.0
76248npm info lifecycle async@1.3.0~install: async@1.3.0
76249npm info lifecycle body-parser@1.5.2~install: body-parser@1.5.2
76250npm info lifecycle composable-middleware@0.3.0~install: composable-middleware@0.3.0
76251npm info lifecycle compression@1.0.11~install: compression@1.0.11
76252npm info lifecycle connect-mongo@0.4.2~install: connect-mongo@0.4.2
76253npm info lifecycle cookie-parser@1.0.1~install: cookie-parser@1.0.1
76254npm info lifecycle dav@1.7.8~install: dav@1.7.8
76255npm info lifecycle errorhandler@1.0.2~install: errorhandler@1.0.2
76256npm info lifecycle express@4.0.0~install: express@4.0.0
76257npm info lifecycle express-jwt@3.1.0~install: express-jwt@3.1.0
76258npm info lifecycle express-session@1.0.4~install: express-session@1.0.4
76259npm info lifecycle gridfs-stream@1.1.1~install: gridfs-stream@1.1.1
76260npm info lifecycle ldapjs@1.0.0~install: ldapjs@1.0.0
76261npm info lifecycle method-override@1.0.2~install: method-override@1.0.2
76262npm info lifecycle mongoose@4.1.12~install: mongoose@4.1.12
76263npm info lifecycle morgan@1.0.1~install: morgan@1.0.1
76264npm info lifecycle multer@0.1.8~install: multer@0.1.8
76265npm info lifecycle passport@0.2.2~install: passport@0.2.2
76266npm info lifecycle passport-ldapauth@0.3.0~install: passport-ldapauth@0.3.0
76267npm info lifecycle passport-local@0.1.6~install: passport-local@0.1.6
76268npm info lifecycle phantom@0.7.2~install: phantom@0.7.2
76269npm info lifecycle serve-favicon@2.0.1~install: serve-favicon@2.0.1
76270npm info lifecycle socket.io@1.3.5~install: socket.io@1.3.5
76271npm info lifecycle socketio-jwt@4.3.3~install: socketio-jwt@4.3.3
76272npm info lifecycle CSSwhat@0.4.7~postinstall: CSSwhat@0.4.7
76273npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
76274npm info lifecycle accessibility-developer-tools@2.6.0~postinstall: accessibility-developer-tools@2.6.0
76275npm info lifecycle adm-zip@0.4.7~postinstall: adm-zip@0.4.7
76276npm info lifecycle after@0.8.1~postinstall: after@0.8.1
76277npm info lifecycle amdefine@1.0.0~postinstall: amdefine@1.0.0
76278npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
76279npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
76280npm info lifecycle ansi-wrap@0.1.0~postinstall: ansi-wrap@0.1.0
76281npm info lifecycle ansi-green@0.1.1~postinstall: ansi-green@0.1.1
76282npm info lifecycle archy@0.0.2~postinstall: archy@0.0.2
76283npm info lifecycle underscore.string@2.4.0~postinstall: underscore.string@2.4.0
76284npm info lifecycle arr-flatten@1.0.1~postinstall: arr-flatten@1.0.1
76285npm info lifecycle arr-diff@2.0.0~postinstall: arr-diff@2.0.0
76286npm info lifecycle array-filter@0.0.1~postinstall: array-filter@0.0.1
76287npm info lifecycle array-flatten@1.1.1~postinstall: array-flatten@1.1.1
76288npm info lifecycle array-map@0.0.0~postinstall: array-map@0.0.0
76289npm info lifecycle array-reduce@0.0.0~postinstall: array-reduce@0.0.0
76290npm info lifecycle array-unique@0.2.1~postinstall: array-unique@0.2.1
76291npm info lifecycle arraybuffer.slice@0.0.6~postinstall: arraybuffer.slice@0.0.6
76292npm info lifecycle arrify@1.0.1~postinstall: arrify@1.0.1
76293npm info lifecycle asn1@0.2.3~postinstall: asn1@0.2.3
76294npm info lifecycle assert-plus@0.2.0~postinstall: assert-plus@0.2.0
76295npm info lifecycle async-each@0.1.6~postinstall: async-each@0.1.6
76296npm info lifecycle aws-sign2@0.5.0~postinstall: aws-sign2@0.5.0
76297npm info lifecycle backo2@1.0.2~postinstall: backo2@1.0.2
76298npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
76299npm info lifecycle base64-arraybuffer@0.1.2~postinstall: base64-arraybuffer@0.1.2
76300npm info lifecycle base64-js@0.0.8~postinstall: base64-js@0.0.8
76301npm info lifecycle base64-url@1.2.1~postinstall: base64-url@1.2.1
76302npm info lifecycle base64id@0.1.0~postinstall: base64id@0.1.0
76303npm info lifecycle basic-auth@1.0.3~postinstall: basic-auth@1.0.3
76304npm info lifecycle basic-auth-connect@1.0.0~postinstall: basic-auth-connect@1.0.0
76305npm info lifecycle batch@0.5.2~postinstall: batch@0.5.2
76306npm info lifecycle bcryptjs@2.1.0~postinstall: bcryptjs@2.1.0
76307npm info lifecycle benchmark@1.0.0~postinstall: benchmark@1.0.0
76308npm info lifecycle big-integer@1.6.9~postinstall: big-integer@1.6.9
76309npm info lifecycle binary-extensions@1.4.0~postinstall: binary-extensions@1.4.0
76310npm info lifecycle bindings@1.2.1~postinstall: bindings@1.2.1
76311npm info lifecycle blob@0.0.2~postinstall: blob@0.0.2
76312npm info lifecycle bluebird@2.9.26~postinstall: bluebird@2.9.26
76313npm info lifecycle bn.js@2.2.0~postinstall: bn.js@2.2.0
76314npm info lifecycle boolbase@1.0.0~postinstall: boolbase@1.0.0
76315npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
76316npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
76317npm info lifecycle osenv@0.0.3~postinstall: osenv@0.0.3
76318npm info lifecycle bower-endpoint-parser@0.2.2~postinstall: bower-endpoint-parser@0.2.2
76319npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
76320npm info lifecycle bower-logger@0.2.2~postinstall: bower-logger@0.2.2
76321npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
76322npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
76323npm info lifecycle async@0.2.10~postinstall: async@0.2.10
76324npm info lifecycle caseless@0.8.0~postinstall: caseless@0.8.0
76325npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
76326npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
76327npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
76328npm info lifecycle async@0.9.2~postinstall: async@0.9.2
76329npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
76330npm info lifecycle hoek@0.9.1~postinstall: hoek@0.9.1
76331npm info lifecycle boom@0.4.2~postinstall: boom@0.4.2
76332npm info lifecycle cryptiles@0.2.2~postinstall: cryptiles@0.2.2
76333npm info lifecycle lru-cache@2.3.1~postinstall: lru-cache@2.3.1
76334npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
76335npm info lifecycle oauth-sign@0.5.0~postinstall: oauth-sign@0.5.0
76336npm info lifecycle qs@2.3.3~postinstall: qs@2.3.3
76337npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
76338npm info lifecycle sntp@0.2.4~postinstall: sntp@0.2.4
76339npm info lifecycle hawk@1.1.1~postinstall: hawk@1.1.1
76340npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
76341npm info lifecycle archy@1.0.0~postinstall: archy@1.0.0
76342npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
76343npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
76344npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
76345npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
76346npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
76347npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
76348npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
76349npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
76350npm info lifecycle untildify@2.1.0~postinstall: untildify@2.1.0
76351npm info lifecycle bower-endpoint-parser@0.2.2~postinstall: bower-endpoint-parser@0.2.2
76352npm info lifecycle deep-extend@0.2.11~postinstall: deep-extend@0.2.11
76353npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
76354npm info lifecycle intersect@0.0.3~postinstall: intersect@0.0.3
76355npm info lifecycle bower-json@0.4.0~postinstall: bower-json@0.4.0
76356npm info lifecycle bower-logger@0.2.2~postinstall: bower-logger@0.2.2
76357npm info lifecycle async@0.2.10~postinstall: async@0.2.10
76358npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
76359npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
76360npm info lifecycle ansicolors@0.2.1~postinstall: ansicolors@0.2.1
76361npm info lifecycle esprima@1.0.4~postinstall: esprima@1.0.4
76362npm info lifecycle redeyed@0.4.4~postinstall: redeyed@0.4.4
76363npm info lifecycle cardinal@0.4.4~postinstall: cardinal@0.4.4
76364npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
76365npm info lifecycle escape-string-regexp@1.0.3~postinstall: escape-string-regexp@1.0.3
76366npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
76367npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
76368npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
76369npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
76370npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
76371npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
76372npm info lifecycle chmodr@1.0.2~postinstall: chmodr@1.0.2
76373npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
76374npm info lifecycle sprintf-js@1.0.3~postinstall: sprintf-js@1.0.3
76375npm info lifecycle argparse@1.0.3~postinstall: argparse@1.0.3
76376npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
76377npm info lifecycle inherit@2.2.2~postinstall: inherit@2.2.2
76378npm info lifecycle js-yaml@3.4.6~postinstall: js-yaml@3.4.6
76379npm info lifecycle object-assign@2.1.1~postinstall: object-assign@2.1.1
76380npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
76381npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
76382npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
76383npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
76384npm info lifecycle buffers@0.1.1~postinstall: buffers@0.1.1
76385npm info lifecycle traverse@0.3.9~postinstall: traverse@0.3.9
76386npm info lifecycle chainsaw@0.1.0~postinstall: chainsaw@0.1.0
76387npm info lifecycle binary@0.3.0~postinstall: binary@0.3.0
76388npm info lifecycle mkpath@0.1.0~postinstall: mkpath@0.1.0
76389npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
76390npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76391npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
76392npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
76393npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
76394npm info lifecycle nopt@1.0.10~postinstall: nopt@1.0.10
76395npm info lifecycle touch@0.0.3~postinstall: touch@0.0.3
76396npm info lifecycle destroy@1.0.3~postinstall: destroy@1.0.3
76397npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
76398npm info lifecycle iferr@0.1.5~postinstall: iferr@0.1.5
76399npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
76400npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
76401npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76402npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
76403npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
76404npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
76405npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
76406npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
76407npm info lifecycle fs-write-stream-atomic@1.0.7~postinstall: fs-write-stream-atomic@1.0.7
76408npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76409npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
76410npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
76411npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
76412npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
76413npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
76414npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76415npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
76416npm info lifecycle github@0.2.4~postinstall: github@0.2.4
76417npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
76418npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76419npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
76420npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
76421npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
76422npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
76423npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
76424npm info lifecycle once@1.3.3~postinstall: once@1.3.3
76425npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
76426npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
76427npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
76428npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
76429npm info lifecycle optimist@0.3.7~postinstall: optimist@0.3.7
76430npm info lifecycle async@0.2.10~postinstall: async@0.2.10
76431npm info lifecycle amdefine@1.0.0~postinstall: amdefine@1.0.0
76432npm info lifecycle source-map@0.1.43~postinstall: source-map@0.1.43
76433npm info lifecycle uglify-js@2.3.6~postinstall: uglify-js@2.3.6
76434npm info lifecycle handlebars@2.0.0~postinstall: handlebars@2.0.0
76435npm info lifecycle ansi-escapes@1.1.0~postinstall: ansi-escapes@1.1.0
76436npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
76437npm info lifecycle exit-hook@1.1.1~postinstall: exit-hook@1.1.1
76438npm info lifecycle onetime@1.0.0~postinstall: onetime@1.0.0
76439npm info lifecycle restore-cursor@1.0.1~postinstall: restore-cursor@1.0.1
76440npm info lifecycle cli-cursor@1.0.2~postinstall: cli-cursor@1.0.2
76441npm info lifecycle cli-width@1.1.0~postinstall: cli-width@1.1.0
76442npm info lifecycle figures@1.4.0~postinstall: figures@1.4.0
76443npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
76444npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
76445npm info lifecycle code-point-at@1.0.0~postinstall: code-point-at@1.0.0
76446npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
76447npm info lifecycle is-fullwidth-code-point@1.0.0~postinstall: is-fullwidth-code-point@1.0.0
76448npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
76449npm info lifecycle readline2@1.0.1~postinstall: readline2@1.0.1
76450npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
76451npm info lifecycle once@1.3.3~postinstall: once@1.3.3
76452npm info lifecycle run-async@0.1.0~postinstall: run-async@0.1.0
76453npm info lifecycle rx-lite@3.1.2~postinstall: rx-lite@3.1.2
76454npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
76455npm info lifecycle through@2.3.8~postinstall: through@2.3.8
76456npm info lifecycle inquirer@0.10.0~postinstall: inquirer@0.10.0
76457npm info lifecycle async@1.5.0~postinstall: async@1.5.0
76458npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
76459npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
76460npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
76461npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
76462npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
76463npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
76464npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
76465npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
76466npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
76467npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
76468npm info lifecycle lodash._getnative@3.9.1~postinstall: lodash._getnative@3.9.1
76469npm info lifecycle lodash.debounce@3.1.1~postinstall: lodash.debounce@3.1.1
76470npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
76471npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
76472npm info lifecycle osx-release@1.1.0~postinstall: osx-release@1.1.0
76473npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
76474npm info lifecycle win-release@1.1.1~postinstall: win-release@1.1.1
76475npm info lifecycle os-name@1.0.3~postinstall: os-name@1.0.3
76476npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
76477npm info lifecycle is-root@1.0.0~postinstall: is-root@1.0.0
76478npm info lifecycle junk@1.0.2~postinstall: junk@1.0.2
76479npm info lifecycle lockfile@1.0.1~postinstall: lockfile@1.0.1
76480npm info lifecycle lru-cache@2.7.3~postinstall: lru-cache@2.7.3
76481npm info lifecycle md5-o-matic@0.1.1~postinstall: md5-o-matic@0.1.1
76482npm info lifecycle md5-hex@1.1.0~postinstall: md5-hex@1.1.0
76483npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
76484npm info lifecycle mkdirp@0.5.0~postinstall: mkdirp@0.5.0
76485npm info lifecycle configstore@1.4.0~postinstall: configstore@1.4.0
76486npm info lifecycle mout@0.11.1~postinstall: mout@0.11.1
76487npm info lifecycle bower-config@1.3.0~postinstall: bower-config@1.3.0
76488npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
76489npm info lifecycle opn@1.0.2~postinstall: opn@1.0.2
76490npm info lifecycle q@0.9.7~postinstall: q@0.9.7
76491npm info lifecycle p-throttler@0.1.1~postinstall: p-throttler@0.1.1
76492npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
76493npm info lifecycle read@1.0.7~postinstall: read@1.0.7
76494npm info lifecycle promptly@0.2.0~postinstall: promptly@0.2.0
76495npm info lifecycle q@1.4.1~postinstall: q@1.4.1
76496npm info lifecycle decompress-zip@0.1.0~postinstall: decompress-zip@0.1.0
76497npm info lifecycle throttleit@0.0.2~postinstall: throttleit@0.0.2
76498npm info lifecycle request-progress@0.3.1~postinstall: request-progress@0.3.1
76499npm info lifecycle aws-sign2@0.5.0~postinstall: aws-sign2@0.5.0
76500npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
76501npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76502npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
76503npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
76504npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
76505npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
76506npm info lifecycle caseless@0.9.0~postinstall: caseless@0.9.0
76507npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
76508npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
76509npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
76510npm info lifecycle async@0.9.2~postinstall: async@0.9.2
76511npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
76512npm info lifecycle boom@2.10.1~postinstall: boom@2.10.1
76513npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
76514npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
76515npm info lifecycle hawk@2.3.1~postinstall: hawk@2.3.1
76516npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
76517npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
76518npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
76519npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
76520npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
76521npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
76522npm info lifecycle mime-db@1.12.0~postinstall: mime-db@1.12.0
76523npm info lifecycle mime-types@2.0.14~postinstall: mime-types@2.0.14
76524npm info lifecycle form-data@0.2.0~postinstall: form-data@0.2.0
76525npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
76526npm info lifecycle oauth-sign@0.6.0~postinstall: oauth-sign@0.6.0
76527npm info lifecycle qs@2.3.3~postinstall: qs@2.3.3
76528npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
76529npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
76530npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
76531npm info lifecycle request@2.53.0~postinstall: request@2.53.0
76532npm info lifecycle insight@0.7.0~postinstall: insight@0.7.0
76533npm info lifecycle retry@0.6.1~postinstall: retry@0.6.1
76534npm info lifecycle request-replay@0.2.0~postinstall: request-replay@0.2.0
76535npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
76536npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76537npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
76538npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
76539npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
76540npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
76541npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
76542npm info lifecycle once@1.3.3~postinstall: once@1.3.3
76543npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
76544npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
76545npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
76546npm info lifecycle rimraf@2.4.4~postinstall: rimraf@2.4.4
76547npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
76548npm info lifecycle fstream-ignore@1.0.3~postinstall: fstream-ignore@1.0.3
76549npm info lifecycle bower-registry-client@1.0.0~postinstall: bower-registry-client@1.0.0
76550npm info lifecycle semver@2.3.2~postinstall: semver@2.3.2
76551npm info lifecycle array-filter@0.0.1~postinstall: array-filter@0.0.1
76552npm info lifecycle array-map@0.0.0~postinstall: array-map@0.0.0
76553npm info lifecycle array-reduce@0.0.0~postinstall: array-reduce@0.0.0
76554npm info lifecycle jsonify@0.0.0~postinstall: jsonify@0.0.0
76555npm info lifecycle shell-quote@1.4.3~postinstall: shell-quote@1.4.3
76556npm info lifecycle stringify-object@1.0.1~postinstall: stringify-object@1.0.1
76557npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
76558npm info lifecycle once@1.3.3~postinstall: once@1.3.3
76559npm info lifecycle end-of-stream@1.1.0~postinstall: end-of-stream@1.1.0
76560npm info lifecycle pump@1.0.1~postinstall: pump@1.0.1
76561npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
76562npm info lifecycle once@1.3.3~postinstall: once@1.3.3
76563npm info lifecycle end-of-stream@1.1.0~postinstall: end-of-stream@1.1.0
76564npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
76565npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76566npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
76567npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
76568npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
76569npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
76570npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
76571npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
76572npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
76573npm info lifecycle tar-stream@1.3.1~postinstall: tar-stream@1.3.1
76574npm info lifecycle tar-fs@1.8.1~postinstall: tar-fs@1.8.1
76575npm info lifecycle tmp@0.0.24~postinstall: tmp@0.0.24
76576npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
76577npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
76578npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
76579npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
76580npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
76581npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
76582npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
76583npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
76584npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
76585npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
76586npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
76587npm info lifecycle configstore@1.4.0~postinstall: configstore@1.4.0
76588npm info lifecycle is-npm@1.0.0~postinstall: is-npm@1.0.0
76589npm info lifecycle capture-stack-trace@1.0.0~postinstall: capture-stack-trace@1.0.0
76590npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76591npm info lifecycle create-error-class@2.0.1~postinstall: create-error-class@2.0.1
76592npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
76593npm info lifecycle once@1.3.3~postinstall: once@1.3.3
76594npm info lifecycle end-of-stream@1.0.0~postinstall: end-of-stream@1.0.0
76595npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
76596npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76597npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
76598npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
76599npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
76600npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
76601npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
76602npm info lifecycle duplexify@3.4.2~postinstall: duplexify@3.4.2
76603npm info lifecycle is-plain-obj@1.1.0~postinstall: is-plain-obj@1.1.0
76604npm info lifecycle is-redirect@1.0.0~postinstall: is-redirect@1.0.0
76605npm info lifecycle is-stream@1.0.1~postinstall: is-stream@1.0.1
76606npm info lifecycle lowercase-keys@1.0.0~postinstall: lowercase-keys@1.0.0
76607npm info lifecycle node-status-codes@1.0.0~postinstall: node-status-codes@1.0.0
76608npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
76609npm info lifecycle is-arrayish@0.2.1~postinstall: is-arrayish@0.2.1
76610npm info lifecycle error-ex@1.3.0~postinstall: error-ex@1.3.0
76611npm info lifecycle parse-json@2.2.0~postinstall: parse-json@2.2.0
76612npm info lifecycle pinkie@2.0.1~postinstall: pinkie@2.0.1
76613npm info lifecycle pinkie-promise@2.0.0~postinstall: pinkie-promise@2.0.0
76614npm info lifecycle pinkie@1.0.0~postinstall: pinkie@1.0.0
76615npm info lifecycle pinkie-promise@1.0.0~postinstall: pinkie-promise@1.0.0
76616npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
76617npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76618npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
76619npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
76620npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
76621npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
76622npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
76623npm info lifecycle read-all-stream@3.0.1~postinstall: read-all-stream@3.0.1
76624npm info lifecycle timed-out@2.0.0~postinstall: timed-out@2.0.0
76625npm info lifecycle unzip-response@1.0.0~postinstall: unzip-response@1.0.0
76626npm info lifecycle prepend-http@1.0.3~postinstall: prepend-http@1.0.3
76627npm info lifecycle url-parse-lax@1.0.0~postinstall: url-parse-lax@1.0.0
76628npm info lifecycle got@5.2.0~postinstall: got@5.2.0
76629npm info lifecycle deep-extend@0.4.0~postinstall: deep-extend@0.4.0
76630npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
76631npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
76632npm info lifecycle strip-json-comments@1.0.4~postinstall: strip-json-comments@1.0.4
76633npm info lifecycle rc@1.1.5~postinstall: rc@1.1.5
76634npm info lifecycle registry-url@3.0.3~postinstall: registry-url@3.0.3
76635npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
76636npm info lifecycle package-json@2.3.0~postinstall: package-json@2.3.0
76637npm info lifecycle latest-version@2.0.0~postinstall: latest-version@2.0.0
76638npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
76639npm info lifecycle is-finite@1.0.1~postinstall: is-finite@1.0.1
76640npm info lifecycle repeating@2.0.0~postinstall: repeating@2.0.0
76641npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
76642npm info lifecycle semver-diff@2.1.0~postinstall: semver-diff@2.1.0
76643npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
76644npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
76645npm info lifecycle string-length@1.0.1~postinstall: string-length@1.0.1
76646npm info lifecycle update-notifier@0.6.0~postinstall: update-notifier@0.6.0
76647npm info lifecycle user-home@1.1.1~postinstall: user-home@1.1.1
76648npm info lifecycle xdg-basedir@1.0.1~postinstall: xdg-basedir@1.0.1
76649npm info lifecycle configstore@0.3.2~postinstall: configstore@0.3.2
76650npm info lifecycle is-relative@0.1.3~postinstall: is-relative@0.1.3
76651npm info lifecycle is-absolute@0.1.7~postinstall: is-absolute@0.1.7
76652npm info lifecycle which@1.2.0~postinstall: which@1.2.0
76653npm info lifecycle bplist-parser@0.1.1~postinstall: bplist-parser@0.1.1
76654npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
76655npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
76656npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
76657npm info lifecycle buffer-crc32@0.2.1~postinstall: buffer-crc32@0.2.1
76658npm info lifecycle buffer-equal-constant-time@1.0.1~postinstall: buffer-equal-constant-time@1.0.1
76659npm info lifecycle buffers@0.1.1~postinstall: buffers@0.1.1
76660npm info lifecycle builtin-modules@1.1.0~postinstall: builtin-modules@1.1.0
76661npm info lifecycle bytes@1.0.0~postinstall: bytes@1.0.0
76662npm info lifecycle callsite@1.0.0~postinstall: callsite@1.0.0
76663npm info lifecycle better-assert@1.0.2~postinstall: better-assert@1.0.2
76664npm info lifecycle camelcase@1.2.1~postinstall: camelcase@1.2.1
76665npm info lifecycle caniuse-db@1.0.30000382~postinstall: caniuse-db@1.0.30000382
76666npm info lifecycle caseless@0.11.0~postinstall: caseless@0.11.0
76667npm info lifecycle semver@5.0.3~postinstall: semver@5.0.3
76668npm info lifecycle cdnjs-cdn-data@0.1.2~postinstall: cdnjs-cdn-data@0.1.2
76669npm info lifecycle traverse@0.3.9~postinstall: traverse@0.3.9
76670npm info lifecycle chainsaw@0.1.0~postinstall: chainsaw@0.1.0
76671npm info lifecycle binary@0.3.0~postinstall: binary@0.3.0
76672npm info lifecycle character-parser@1.2.0~postinstall: character-parser@1.2.0
76673npm info lifecycle charenc@0.0.1~postinstall: charenc@0.0.1
76674npm info lifecycle entities@0.5.0~postinstall: entities@0.5.0
76675npm info lifecycle underscore@1.4.4~postinstall: underscore@1.4.4
76676npm info lifecycle chmodr@0.1.0~postinstall: chmodr@0.1.0
76677npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
76678npm info lifecycle commander@2.2.0~postinstall: commander@2.2.0
76679npm info lifecycle clean-css@2.2.23~postinstall: clean-css@2.2.23
76680npm info lifecycle co@4.6.0~postinstall: co@4.6.0
76681npm info lifecycle coffee-script@1.3.3~postinstall: coffee-script@1.3.3
76682npm info lifecycle colors@0.6.2~postinstall: colors@0.6.2
76683npm info lifecycle commander@2.1.0~postinstall: commander@2.1.0
76684npm info lifecycle component-bind@1.0.0~postinstall: component-bind@1.0.0
76685npm info lifecycle component-emitter@1.1.2~postinstall: component-emitter@1.1.2
76686npm info lifecycle component-inherit@0.0.3~postinstall: component-inherit@0.0.3
76687npm info lifecycle compressible@1.1.1~postinstall: compressible@1.1.1
76688npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
76689npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
76690npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
76691npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
76692npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
76693npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
76694npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
76695npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
76696npm info lifecycle object-assign@2.1.1~postinstall: object-assign@2.1.1
76697npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
76698npm info lifecycle connect-livereload@0.4.1~postinstall: connect-livereload@0.4.1
76699npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
76700npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
76701npm info lifecycle bytes@2.1.0~postinstall: bytes@2.1.0
76702npm info lifecycle cookie@0.1.3~postinstall: cookie@0.1.3
76703npm info lifecycle cookie-signature@1.0.6~postinstall: cookie-signature@1.0.6
76704npm info lifecycle cookie-parser@1.3.5~postinstall: cookie-parser@1.3.5
76705npm info lifecycle depd@1.0.1~postinstall: depd@1.0.1
76706npm info lifecycle escape-html@1.0.2~postinstall: escape-html@1.0.2
76707npm info lifecycle fresh@0.3.0~postinstall: fresh@0.3.0
76708npm info lifecycle iconv-lite@0.4.11~postinstall: iconv-lite@0.4.11
76709npm info lifecycle media-typer@0.3.0~postinstall: media-typer@0.3.0
76710npm info lifecycle methods@1.1.1~postinstall: methods@1.1.1
76711npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
76712npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
76713npm info lifecycle compressible@2.0.6~postinstall: compressible@2.0.6
76714npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
76715npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
76716npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
76717npm info lifecycle negotiator@0.5.3~postinstall: negotiator@0.5.3
76718npm info lifecycle accepts@1.2.13~postinstall: accepts@1.2.13
76719npm info lifecycle errorhandler@1.4.2~postinstall: errorhandler@1.4.2
76720npm info lifecycle parseurl@1.3.0~postinstall: parseurl@1.3.0
76721npm info lifecycle pause@0.1.0~postinstall: pause@0.1.0
76722npm info lifecycle qs@4.0.0~postinstall: qs@4.0.0
76723npm info lifecycle range-parser@1.0.3~postinstall: range-parser@1.0.3
76724npm info lifecycle bytes@2.2.0~postinstall: bytes@2.2.0
76725npm info lifecycle iconv-lite@0.4.13~postinstall: iconv-lite@0.4.13
76726npm info lifecycle type-is@1.6.10~postinstall: type-is@1.6.10
76727npm info lifecycle content-disposition@0.5.0~postinstall: content-disposition@0.5.0
76728npm info lifecycle content-type@1.0.1~postinstall: content-type@1.0.1
76729npm info lifecycle convert-source-map@0.4.1~postinstall: convert-source-map@0.4.1
76730npm info lifecycle cookie@0.1.0~postinstall: cookie@0.1.0
76731npm info lifecycle cookie-signature@1.0.3~postinstall: cookie-signature@1.0.3
76732npm info lifecycle cookiejar@1.3.0~postinstall: cookiejar@1.3.0
76733npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
76734npm info lifecycle crc@3.3.0~postinstall: crc@3.3.0
76735npm info lifecycle crypt@0.0.1~postinstall: crypt@0.0.1
76736npm info lifecycle css-parse@1.0.4~postinstall: css-parse@1.0.4
76737npm info lifecycle css-stringify@1.0.5~postinstall: css-stringify@1.0.5
76738npm info lifecycle css@1.0.8~postinstall: css@1.0.8
76739npm info lifecycle cookie@0.1.3~postinstall: cookie@0.1.3
76740npm info lifecycle cookie-signature@1.0.6~postinstall: cookie-signature@1.0.6
76741npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
76742npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
76743npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
76744npm info lifecycle dashdash@1.10.1~postinstall: dashdash@1.10.1
76745npm info lifecycle date-now@0.1.4~postinstall: date-now@0.1.4
76746npm info lifecycle console-browserify@1.1.0~postinstall: console-browserify@1.1.0
76747npm info lifecycle date-time@0.1.1~postinstall: date-time@0.1.1
76748npm info lifecycle dateformat@1.0.2-1.2.3~postinstall: dateformat@1.0.2-1.2.3
76749npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
76750npm info lifecycle nopt@2.2.1~postinstall: nopt@2.2.1
76751npm info lifecycle q@1.0.1~postinstall: q@1.0.1
76752npm info lifecycle get-stdin@0.1.0~postinstall: get-stdin@0.1.0
76753npm info lifecycle nopt@2.2.1~postinstall: nopt@2.2.1
76754npm info lifecycle deep-equal@0.0.0~postinstall: deep-equal@0.0.0
76755npm info lifecycle deep-extend@0.2.11~postinstall: deep-extend@0.2.11
76756npm info lifecycle camelcase@2.0.1~postinstall: camelcase@2.0.1
76757npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
76758npm info lifecycle defined@0.0.0~postinstall: defined@0.0.0
76759npm info lifecycle delayed-stream@1.0.0~postinstall: delayed-stream@1.0.0
76760npm info lifecycle combined-stream@1.0.5~postinstall: combined-stream@1.0.5
76761npm info lifecycle depd@0.4.4~postinstall: depd@0.4.4
76762npm info lifecycle destroy@1.0.3~postinstall: destroy@1.0.3
76763npm info lifecycle di@0.0.1~postinstall: di@0.0.1
76764npm info lifecycle diff@1.0.8~postinstall: diff@1.0.8
76765npm info lifecycle domelementtype@1.1.3~postinstall: domelementtype@1.1.3
76766npm info lifecycle entities@1.1.1~postinstall: entities@1.1.1
76767npm info lifecycle dom-serializer@0.1.0~postinstall: dom-serializer@0.1.0
76768npm info lifecycle domelementtype@1.3.0~postinstall: domelementtype@1.3.0
76769npm info lifecycle domutils@1.1.6~postinstall: domutils@1.1.6
76770npm info lifecycle domhandler@2.0.3~postinstall: domhandler@2.0.3
76771npm info lifecycle domutils@1.4.3~postinstall: domutils@1.4.3
76772npm info lifecycle domhandler@2.3.0~postinstall: domhandler@2.3.0
76773npm info lifecycle domutils@1.5.1~postinstall: domutils@1.5.1
76774npm info lifecycle get-stdin@0.1.0~postinstall: get-stdin@0.1.0
76775npm info lifecycle nopt@2.2.1~postinstall: nopt@2.2.1
76776npm info lifecycle nan@2.1.0~postinstall: nan@2.1.0
76777npm info lifecycle dtrace-provider@0.6.0~postinstall: dtrace-provider@0.6.0
76778npm info lifecycle duplexer@0.1.1~postinstall: duplexer@0.1.1
76779npm info lifecycle each-async@0.1.3~postinstall: each-async@0.1.3
76780npm info lifecycle ee-first@1.1.1~postinstall: ee-first@1.1.1
76781npm info lifecycle emitter-component@1.0.0~postinstall: emitter-component@1.0.0
76782npm info lifecycle commander@0.6.1~postinstall: commander@0.6.1
76783npm info lifecycle nan@0.3.2~postinstall: nan@0.3.2
76784npm info lifecycle parseuri@0.0.4~postinstall: parseuri@0.0.4
76785npm info lifecycle xmlhttprequest@1.5.0~postinstall: xmlhttprequest@1.5.0
76786npm info lifecycle entities@1.0.0~postinstall: entities@1.0.0
76787npm info lifecycle es6-promise@2.1.1~postinstall: es6-promise@2.1.1
76788npm info lifecycle es6-symbol@3.0.2~postinstall: es6-symbol@3.0.2
76789npm info lifecycle es5-ext@0.10.11~postinstall: es5-ext@0.10.11
76790npm info lifecycle d@0.1.1~postinstall: d@0.1.1
76791npm info lifecycle es6-iterator@2.0.0~postinstall: es6-iterator@2.0.0
76792npm info lifecycle es6-symbol@2.0.1~postinstall: es6-symbol@2.0.1
76793npm info lifecycle es6-iterator@0.1.3~postinstall: es6-iterator@0.1.3
76794npm info lifecycle es6-weak-map@0.1.4~postinstall: es6-weak-map@0.1.4
76795npm info lifecycle escape-html@1.0.1~postinstall: escape-html@1.0.1
76796npm info lifecycle escape-string-regexp@1.0.4~postinstall: escape-string-regexp@1.0.4
76797npm info lifecycle decamelize@1.1.2~postinstall: decamelize@1.1.2
76798npm info lifecycle esprima@1.0.4~postinstall: esprima@1.0.4
76799npm info lifecycle etag@1.7.0~postinstall: etag@1.7.0
76800npm info lifecycle serve-favicon@2.3.0~postinstall: serve-favicon@2.3.0
76801npm info lifecycle event-emitter@0.3.4~postinstall: event-emitter@0.3.4
76802npm info lifecycle eventemitter2@0.4.14~postinstall: eventemitter2@0.4.14
76803npm info lifecycle executable@0.1.3~postinstall: executable@0.1.3
76804npm info lifecycle bin-check@0.1.5~postinstall: bin-check@0.1.5
76805npm info lifecycle exit@0.1.2~postinstall: exit@0.1.2
76806npm info lifecycle expand-brackets@0.1.4~postinstall: expand-brackets@0.1.4
76807npm info lifecycle async@0.9.2~postinstall: async@0.9.2
76808npm info lifecycle cookie@0.1.2~postinstall: cookie@0.1.2
76809npm info lifecycle debug@0.8.1~postinstall: debug@0.8.1
76810npm info lifecycle express-unless@0.3.0~postinstall: express-unless@0.3.0
76811npm info lifecycle debug@0.8.1~postinstall: debug@0.8.1
76812npm info lifecycle negotiator@0.3.0~postinstall: negotiator@0.3.0
76813npm info lifecycle underscore.string@2.3.3~postinstall: underscore.string@2.3.3
76814npm info lifecycle extend@3.0.0~postinstall: extend@3.0.0
76815npm info lifecycle extsprintf@1.2.0~postinstall: extsprintf@1.2.0
76816npm info lifecycle faye-websocket@0.4.4~postinstall: faye-websocket@0.4.4
76817npm info lifecycle figures@1.4.0~postinstall: figures@1.4.0
76818npm info lifecycle filename-regex@2.0.0~postinstall: filename-regex@2.0.0
76819npm info lifecycle escape-html@1.0.2~postinstall: escape-html@1.0.2
76820npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
76821npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
76822npm info lifecycle find-file@0.1.4~postinstall: find-file@0.1.4
76823npm info lifecycle flushwritable@1.0.0~postinstall: flushwritable@1.0.0
76824npm info lifecycle for-in@0.1.4~postinstall: for-in@0.1.4
76825npm info lifecycle for-own@0.1.3~postinstall: for-own@0.1.3
76826npm info lifecycle forever-agent@0.6.1~postinstall: forever-agent@0.6.1
76827npm info lifecycle async@1.5.0~postinstall: async@1.5.0
76828npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
76829npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
76830npm info lifecycle form-data@1.0.0-rc3~postinstall: form-data@1.0.0-rc3
76831npm info lifecycle formidable@1.0.14~postinstall: formidable@1.0.14
76832npm info lifecycle forwarded@0.1.0~postinstall: forwarded@0.1.0
76833npm info lifecycle fresh@0.2.2~postinstall: fresh@0.2.2
76834npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
76835npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
76836npm info lifecycle ncp@0.5.1~postinstall: ncp@0.5.1
76837npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
76838npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
76839npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
76840npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
76841npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
76842npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
76843npm info lifecycle generate-function@2.0.0~postinstall: generate-function@2.0.0
76844npm info lifecycle get-stdin@4.0.1~postinstall: get-stdin@4.0.1
76845npm info lifecycle get-urls@0.1.2~postinstall: get-urls@0.1.2
76846npm info lifecycle getobject@0.1.0~postinstall: getobject@0.1.0
76847npm info lifecycle global@2.0.1~postinstall: global@2.0.1
76848npm info lifecycle inherits@1.0.2~postinstall: inherits@1.0.2
76849npm info lifecycle lodash@1.0.2~postinstall: lodash@1.0.2
76850npm info lifecycle google-cdn-data@0.1.23~postinstall: google-cdn-data@0.1.23
76851npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
76852npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
76853npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
76854npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
76855npm info lifecycle async@0.9.2~postinstall: async@0.9.2
76856npm info lifecycle caseless@0.6.0~postinstall: caseless@0.6.0
76857npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
76858npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
76859npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
76860npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
76861npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
76862npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
76863npm info lifecycle hoek@0.9.1~postinstall: hoek@0.9.1
76864npm info lifecycle boom@0.4.2~postinstall: boom@0.4.2
76865npm info lifecycle cryptiles@0.2.2~postinstall: cryptiles@0.2.2
76866npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
76867npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
76868npm info lifecycle mkdirp@0.5.0~postinstall: mkdirp@0.5.0
76869npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
76870npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
76871npm info lifecycle oauth-sign@0.4.0~postinstall: oauth-sign@0.4.0
76872npm info lifecycle q@1.0.1~postinstall: q@1.0.1
76873npm info lifecycle qs@1.2.2~postinstall: qs@1.2.2
76874npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
76875npm info lifecycle sntp@0.2.4~postinstall: sntp@0.2.4
76876npm info lifecycle hawk@1.1.1~postinstall: hawk@1.1.1
76877npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
76878npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
76879npm info lifecycle chalk@0.5.0~postinstall: chalk@0.5.0
76880npm info lifecycle object-assign@0.3.1~postinstall: object-assign@0.3.1
76881npm info lifecycle got@0.2.0~postinstall: got@0.2.0
76882npm info lifecycle ext-list@0.2.0~postinstall: ext-list@0.2.0
76883npm info lifecycle ext-name@1.0.1~postinstall: ext-name@1.0.1
76884npm info lifecycle graceful-fs@1.2.3~postinstall: graceful-fs@1.2.3
76885npm info lifecycle graceful-readlink@1.0.1~postinstall: graceful-readlink@1.0.1
76886npm info lifecycle growl@1.7.0~postinstall: growl@1.7.0
76887npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
76888npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
76889npm info lifecycle async@0.2.10~postinstall: async@0.2.10
76890npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
76891npm info lifecycle grunt-contrib-clean@0.5.0~postinstall: grunt-contrib-clean@0.5.0
76892npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
76893npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
76894npm info lifecycle grunt-contrib-copy@0.5.0~postinstall: grunt-contrib-copy@0.5.0
76895npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
76896npm info lifecycle clean-css@2.1.8~postinstall: clean-css@2.1.8
76897npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
76898npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
76899npm info lifecycle html-minifier@0.5.6~postinstall: html-minifier@0.5.6
76900npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
76901npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
76902npm info lifecycle async@0.7.0~postinstall: async@0.7.0
76903npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
76904npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
76905npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
76906npm info lifecycle async@0.9.2~postinstall: async@0.9.2
76907npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
76908npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
76909npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
76910npm info lifecycle async@0.2.10~postinstall: async@0.2.10
76911npm info lifecycle grunt-express-server@0.4.19~postinstall: grunt-express-server@0.4.19
76912npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
76913npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
76914npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
76915npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
76916npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
76917npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
76918npm info lifecycle underscore.string@2.3.3~postinstall: underscore.string@2.3.3
76919npm info lifecycle underscore.string@2.3.3~postinstall: underscore.string@2.3.3
76920npm info lifecycle async@0.1.22~postinstall: async@0.1.22
76921npm info lifecycle lodash@0.9.2~postinstall: lodash@0.9.2
76922npm info lifecycle zlib-browserify@0.0.1~postinstall: zlib-browserify@0.0.1
76923npm info lifecycle grunt-lib-contrib@0.6.1~postinstall: grunt-lib-contrib@0.6.1
76924npm info lifecycle ncp@0.4.2~postinstall: ncp@0.4.2
76925npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
76926npm info lifecycle async@0.2.10~postinstall: async@0.2.10
76927npm info lifecycle rimraf@2.2.6~postinstall: rimraf@2.2.6
76928npm info lifecycle grunt-newer@0.7.0~postinstall: grunt-newer@0.7.0
76929npm info lifecycle xtend@3.0.0~postinstall: xtend@3.0.0
76930npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
76931npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
76932npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
76933npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
76934npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
76935npm info lifecycle ms@0.7.0~postinstall: ms@0.7.0
76936npm info lifecycle debug@2.1.3~postinstall: debug@2.1.3
76937npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
76938npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
76939npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
76940npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
76941npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
76942npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
76943npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
76944npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
76945npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
76946npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
76947npm info lifecycle async@0.1.22~postinstall: async@0.1.22
76948npm info lifecycle iconv-lite@0.2.11~postinstall: iconv-lite@0.2.11
76949npm info lifecycle inherits@1.0.2~postinstall: inherits@1.0.2
76950npm info lifecycle lodash@0.9.2~postinstall: lodash@0.9.2
76951npm info lifecycle nopt@1.0.10~postinstall: nopt@1.0.10
76952npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
76953npm info lifecycle async@0.2.10~postinstall: async@0.2.10
76954npm info lifecycle bluebird@2.10.2~postinstall: bluebird@2.10.2
76955npm info lifecycle commander@2.9.0~postinstall: commander@2.9.0
76956npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
76957npm info lifecycle has-color@0.1.7~postinstall: has-color@0.1.7
76958npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
76959npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
76960npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
76961npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
76962npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
76963npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
76964npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
76965npm info lifecycle grunt-contrib-concat@0.4.0~postinstall: grunt-contrib-concat@0.4.0
76966npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
76967npm info lifecycle has-cors@1.0.3~postinstall: has-cors@1.0.3
76968npm info lifecycle headless@0.1.7~postinstall: headless@0.1.7
76969npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
76970npm info lifecycle boom@2.10.1~postinstall: boom@2.10.1
76971npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
76972npm info lifecycle hooker@0.2.3~postinstall: hooker@0.2.3
76973npm info lifecycle hooks-fixed@1.1.0~postinstall: hooks-fixed@1.1.0
76974npm info lifecycle hosted-git-info@2.1.4~postinstall: hosted-git-info@2.1.4
76975npm info lifecycle html-entities@1.1.3~postinstall: html-entities@1.1.3
76976npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
76977npm info lifecycle pkginfo@0.3.1~postinstall: pkginfo@0.3.1
76978npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
76979npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
76980npm info lifecycle http-signature@0.11.0~postinstall: http-signature@0.11.0
76981npm info lifecycle i@0.3.3~postinstall: i@0.3.3
76982npm info lifecycle iconv-lite@0.4.4~postinstall: iconv-lite@0.4.4
76983npm info lifecycle jsonfile@1.2.0~postinstall: jsonfile@1.2.0
76984npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
76985npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
76986npm info lifecycle ncp@0.5.1~postinstall: ncp@0.5.1
76987npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
76988npm info lifecycle indexof@0.0.1~postinstall: indexof@0.0.1
76989npm info lifecycle inherit@2.2.2~postinstall: inherit@2.2.2
76990npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
76991npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
76992npm info lifecycle block-stream@0.0.8~postinstall: block-stream@0.0.8
76993npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
76994npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
76995npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
76996npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
76997npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
76998npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
76999npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
77000npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
77001npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
77002npm info lifecycle async@0.9.2~postinstall: async@0.9.2
77003npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
77004npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
77005npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
77006npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
77007npm info lifecycle intersect@0.0.3~postinstall: intersect@0.0.3
77008npm info lifecycle bower-json@0.4.0~postinstall: bower-json@0.4.0
77009npm info lifecycle ipaddr.js@1.0.5~postinstall: ipaddr.js@1.0.5
77010npm info lifecycle is-arrayish@0.2.1~postinstall: is-arrayish@0.2.1
77011npm info lifecycle error-ex@1.3.0~postinstall: error-ex@1.3.0
77012npm info lifecycle is-binary-path@1.0.1~postinstall: is-binary-path@1.0.1
77013npm info lifecycle is-bmp@0.1.1~postinstall: is-bmp@0.1.1
77014npm info lifecycle is-buffer@1.1.0~postinstall: is-buffer@1.1.0
77015npm info lifecycle is-builtin-module@1.0.0~postinstall: is-builtin-module@1.0.0
77016npm info lifecycle is-dotfile@1.0.2~postinstall: is-dotfile@1.0.2
77017npm info lifecycle is-extendable@0.1.1~postinstall: is-extendable@0.1.1
77018npm info lifecycle is-extglob@1.0.0~postinstall: is-extglob@1.0.0
77019npm info lifecycle is-gif@0.1.1~postinstall: is-gif@0.1.1
77020npm info lifecycle is-glob@2.0.1~postinstall: is-glob@2.0.1
77021npm info lifecycle glob-parent@2.0.0~postinstall: glob-parent@2.0.0
77022npm info lifecycle glob-base@0.3.0~postinstall: glob-base@0.3.0
77023npm info lifecycle is-jpg@0.1.2~postinstall: is-jpg@0.1.2
77024npm info lifecycle is-jxr@0.1.1~postinstall: is-jxr@0.1.1
77025npm info lifecycle is-png@0.1.1~postinstall: is-png@0.1.1
77026npm info lifecycle is-primitive@2.0.0~postinstall: is-primitive@2.0.0
77027npm info lifecycle is-equal-shallow@0.1.3~postinstall: is-equal-shallow@0.1.3
77028npm info lifecycle is-promise@1.0.1~postinstall: is-promise@1.0.1
77029npm info lifecycle is-property@1.0.2~postinstall: is-property@1.0.2
77030npm info lifecycle generate-object-property@1.2.0~postinstall: generate-object-property@1.2.0
77031npm info lifecycle is-psd@0.1.1~postinstall: is-psd@0.1.1
77032npm info lifecycle is-root@1.0.0~postinstall: is-root@1.0.0
77033npm info lifecycle is-svg@0.1.2~postinstall: is-svg@0.1.2
77034npm info lifecycle is-tif@0.1.1~postinstall: is-tif@0.1.1
77035npm info lifecycle is-utf8@0.2.1~postinstall: is-utf8@0.2.1
77036npm info lifecycle is-webp@0.1.1~postinstall: is-webp@0.1.1
77037npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
77038npm info lifecycle has-binary-data@0.1.3~postinstall: has-binary-data@0.1.3
77039npm info lifecycle has-binary@0.1.5~postinstall: has-binary@0.1.5
77040npm info lifecycle isobject@2.0.0~postinstall: isobject@2.0.0
77041npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
77042npm info lifecycle jasmine-core@2.1.3~postinstall: jasmine-core@2.1.3
77043npm info lifecycle jasminewd@1.1.0~postinstall: jasminewd@1.1.0
77044npm info lifecycle jasminewd2@0.0.2~postinstall: jasminewd2@0.0.2
77045npm info lifecycle jit-grunt@0.5.0~postinstall: jit-grunt@0.5.0
77046npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
77047npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
77048npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
77049npm info lifecycle shelljs@0.3.0~postinstall: shelljs@0.3.0
77050npm info lifecycle underscore@1.6.0~postinstall: underscore@1.6.0
77051npm info lifecycle json-schema@0.2.2~postinstall: json-schema@0.2.2
77052npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
77053npm info lifecycle json3@3.2.6~postinstall: json3@3.2.6
77054npm info lifecycle jsonfile@1.1.1~postinstall: jsonfile@1.1.1
77055npm info lifecycle jsonify@0.0.0~postinstall: jsonify@0.0.0
77056npm info lifecycle jsonpointer@2.0.0~postinstall: jsonpointer@2.0.0
77057npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
77058npm info lifecycle extsprintf@1.0.0~postinstall: extsprintf@1.0.0
77059npm info lifecycle verror@1.3.3~postinstall: verror@1.3.3
77060npm info lifecycle jsprim@0.3.0~postinstall: jsprim@0.3.0
77061npm info lifecycle junk@1.0.2~postinstall: junk@1.0.2
77062npm info lifecycle base64url@0.0.6~postinstall: base64url@0.0.6
77063npm info lifecycle kareem@1.0.1~postinstall: kareem@1.0.1
77064npm info lifecycle karma-firefox-launcher@0.1.7~postinstall: karma-firefox-launcher@0.1.7
77065npm info lifecycle karma-html2js-preprocessor@0.1.0~postinstall: karma-html2js-preprocessor@0.1.0
77066npm info lifecycle async@0.2.10~postinstall: async@0.2.10
77067npm info lifecycle character-parser@1.0.2~postinstall: character-parser@1.0.2
77068npm info lifecycle karma-jasmine@0.1.6~postinstall: karma-jasmine@0.1.6
77069npm info lifecycle karma-ng-html2js-preprocessor@0.1.2~postinstall: karma-ng-html2js-preprocessor@0.1.2
77070npm info lifecycle karma-ng-scenario@0.1.0~postinstall: karma-ng-scenario@0.1.0
77071npm info lifecycle karma-requirejs@0.2.2~postinstall: karma-requirejs@0.2.2
77072npm info lifecycle karma-script-launcher@0.1.0~postinstall: karma-script-launcher@0.1.0
77073npm info lifecycle colors@1.1.2~postinstall: colors@1.1.2
77074npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
77075npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
77076npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
77077npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
77078npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
77079npm info lifecycle nan@1.0.0~postinstall: nan@1.0.0
77080npm info lifecycle q@1.4.1~postinstall: q@1.4.1
77081npm info lifecycle source-map@0.4.4~postinstall: source-map@0.4.4
77082npm info lifecycle uglify-js@1.2.5~postinstall: uglify-js@1.2.5
77083npm info lifecycle xmlhttprequest@1.4.2~postinstall: xmlhttprequest@1.4.2
77084npm info lifecycle kew@0.4.0~postinstall: kew@0.4.0
77085npm info lifecycle keypress@0.1.0~postinstall: keypress@0.1.0
77086npm info lifecycle commander@1.2.0~postinstall: commander@1.2.0
77087npm info lifecycle kind-of@3.0.2~postinstall: kind-of@3.0.2
77088npm info lifecycle is-number@2.1.0~postinstall: is-number@2.1.0
77089npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
77090npm info lifecycle ldap-filter@0.2.2~postinstall: ldap-filter@0.2.2
77091npm info lifecycle asn1@0.2.1~postinstall: asn1@0.2.1
77092npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
77093npm info lifecycle dtrace-provider@0.2.8~postinstall: dtrace-provider@0.2.8
77094npm info lifecycle mv@0.0.5~postinstall: mv@0.0.5
77095npm info lifecycle bunyan@0.22.1~postinstall: bunyan@0.22.1
77096npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
77097npm info lifecycle lockfile@1.0.1~postinstall: lockfile@1.0.1
77098npm info lifecycle lodash@2.4.2~postinstall: lodash@2.4.2
77099npm info lifecycle grunt-usemin@3.0.0~postinstall: grunt-usemin@3.0.0
77100npm info lifecycle grunt-legacy-log-utils@0.1.1~postinstall: grunt-legacy-log-utils@0.1.1
77101npm info lifecycle grunt-legacy-log@0.1.3~postinstall: grunt-legacy-log@0.1.3
77102npm info lifecycle grunt-karma@0.8.3~postinstall: grunt-karma@0.8.3
77103npm info lifecycle grunt-env@0.4.4~postinstall: grunt-env@0.4.4
77104npm info lifecycle lodash._isnative@2.4.1~postinstall: lodash._isnative@2.4.1
77105npm info lifecycle lodash._objecttypes@2.4.1~postinstall: lodash._objecttypes@2.4.1
77106npm info lifecycle lodash.isfunction@2.4.1~postinstall: lodash.isfunction@2.4.1
77107npm info lifecycle lodash.isobject@2.4.1~postinstall: lodash.isobject@2.4.1
77108npm info lifecycle lodash.now@2.4.1~postinstall: lodash.now@2.4.1
77109npm info lifecycle lodash.debounce@2.4.1~postinstall: lodash.debounce@2.4.1
77110npm info lifecycle async@0.2.10~postinstall: async@0.2.10
77111npm info lifecycle semver@4.3.6~postinstall: semver@4.3.6
77112npm info lifecycle underscore@1.8.2~postinstall: underscore@1.8.2
77113npm info lifecycle lower-case@1.1.3~postinstall: lower-case@1.1.3
77114npm info lifecycle is-lower-case@1.1.3~postinstall: is-lower-case@1.1.3
77115npm info lifecycle lpad@0.2.1~postinstall: lpad@0.2.1
77116npm info lifecycle lru-cache@2.5.0~postinstall: lru-cache@2.5.0
77117npm info lifecycle lru-queue@0.1.0~postinstall: lru-queue@0.1.0
77118npm info lifecycle map-obj@1.0.1~postinstall: map-obj@1.0.1
77119npm info lifecycle camelcase-keys@2.0.0~postinstall: camelcase-keys@2.0.0
77120npm info lifecycle camelcase-keys@1.0.0~postinstall: camelcase-keys@1.0.0
77121npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
77122npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
77123npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
77124npm info lifecycle is-buffer@1.0.2~postinstall: is-buffer@1.0.2
77125npm info lifecycle md5@2.0.0~postinstall: md5@2.0.0
77126npm info lifecycle media-typer@0.2.0~postinstall: media-typer@0.2.0
77127npm info lifecycle merge-descriptors@0.0.2~postinstall: merge-descriptors@0.0.2
77128npm info lifecycle methods@1.0.0~postinstall: methods@1.0.0
77129npm info lifecycle methods@0.1.0~postinstall: methods@0.1.0
77130npm info lifecycle mime@1.2.11~postinstall: mime@1.2.11
77131npm info lifecycle form-data@0.1.4~postinstall: form-data@0.1.4
77132npm info lifecycle type-is@1.0.0~postinstall: type-is@1.0.0
77133npm info lifecycle accepts@1.0.0~postinstall: accepts@1.0.0
77134npm info lifecycle mime-db@1.12.0~postinstall: mime-db@1.12.0
77135npm info lifecycle mime-types@2.0.14~postinstall: mime-types@2.0.14
77136npm info lifecycle form-data@0.2.0~postinstall: form-data@0.2.0
77137npm info lifecycle mime-types@1.0.2~postinstall: mime-types@1.0.2
77138npm info lifecycle minijasminenode@1.1.1~postinstall: minijasminenode@1.1.1
77139npm info lifecycle minimalistic-assert@1.0.0~postinstall: minimalistic-assert@1.0.0
77140npm info lifecycle asn1.js@2.2.1~postinstall: asn1.js@2.2.1
77141npm info lifecycle ecdsa-sig-formatter@1.0.2~postinstall: ecdsa-sig-formatter@1.0.2
77142npm info lifecycle jwa@1.1.1~postinstall: jwa@1.1.1
77143npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
77144npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
77145npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
77146npm info lifecycle coffee-script@1.7.1~postinstall: coffee-script@1.7.1
77147npm info lifecycle karma-coffee-preprocessor@0.2.1~postinstall: karma-coffee-preprocessor@0.2.1
77148npm info lifecycle fs-extra@0.8.1~postinstall: fs-extra@0.8.1
77149npm info lifecycle mkpath@0.1.0~postinstall: mkpath@0.1.0
77150npm info lifecycle commander@2.0.0~postinstall: commander@2.0.0
77151npm info lifecycle diff@1.0.7~postinstall: diff@1.0.7
77152npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
77153npm info lifecycle commander@0.6.1~postinstall: commander@0.6.1
77154npm info lifecycle mkdirp@0.3.0~postinstall: mkdirp@0.3.0
77155npm info lifecycle jade@0.26.3~postinstall: jade@0.26.3
77156npm info lifecycle bson@0.4.20~postinstall: bson@0.4.20
77157npm info lifecycle async@0.9.0~postinstall: async@0.9.0
77158npm info lifecycle bson@0.4.20~postinstall: bson@0.4.20
77159npm info lifecycle ms@0.1.0~postinstall: ms@0.1.0
77160npm info lifecycle bytes@0.3.0~postinstall: bytes@0.3.0
77161npm info lifecycle mout@0.9.1~postinstall: mout@0.9.1
77162npm info lifecycle mpath@0.1.1~postinstall: mpath@0.1.1
77163npm info lifecycle mpromise@0.5.4~postinstall: mpromise@0.5.4
77164npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
77165npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
77166npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
77167npm info lifecycle debug@1.0.3~postinstall: debug@1.0.3
77168npm info lifecycle debug@1.0.4~postinstall: debug@1.0.4
77169npm info lifecycle media-typer@0.3.0~postinstall: media-typer@0.3.0
77170npm info lifecycle mime-types@2.0.14~postinstall: mime-types@2.0.14
77171npm info lifecycle qs@1.2.2~postinstall: qs@1.2.2
77172npm info lifecycle type-is@1.5.7~postinstall: type-is@1.5.7
77173npm info lifecycle muri@1.0.0~postinstall: muri@1.0.0
77174npm info lifecycle mute-stream@0.0.4~postinstall: mute-stream@0.0.4
77175npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
77176npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
77177npm info lifecycle nan@1.8.4~postinstall: nan@1.8.4
77178npm info lifecycle kerberos@0.0.11~postinstall: kerberos@0.0.11
77179npm info lifecycle mongodb-core@1.2.19~postinstall: mongodb-core@1.2.19
77180npm info lifecycle bson@0.2.22~postinstall: bson@0.2.22
77181npm info lifecycle ncp@2.0.0~postinstall: ncp@2.0.0
77182npm info lifecycle negotiator@0.4.7~postinstall: negotiator@0.4.7
77183npm info lifecycle accepts@1.0.7~postinstall: accepts@1.0.7
77184npm info lifecycle next-tick@0.2.2~postinstall: next-tick@0.2.2
77185npm info lifecycle esprima@1.2.5~postinstall: esprima@1.2.5
77186npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
77187npm info lifecycle source-map@0.1.43~postinstall: source-map@0.1.43
77188npm info lifecycle css-parse@1.7.0~postinstall: css-parse@1.7.0
77189npm info lifecycle sax@0.5.8~postinstall: sax@0.5.8
77190npm info lifecycle async@0.9.2~postinstall: async@0.9.2
77191npm info lifecycle cookie@0.1.3~postinstall: cookie@0.1.3
77192npm info lifecycle cookie-signature@1.0.6~postinstall: cookie-signature@1.0.6
77193npm info lifecycle depd@1.0.1~postinstall: depd@1.0.1
77194npm info lifecycle escape-html@1.0.2~postinstall: escape-html@1.0.2
77195npm info lifecycle fresh@0.3.0~postinstall: fresh@0.3.0
77196npm info lifecycle media-typer@0.3.0~postinstall: media-typer@0.3.0
77197npm info lifecycle merge-descriptors@1.0.0~postinstall: merge-descriptors@1.0.0
77198npm info lifecycle methods@1.1.1~postinstall: methods@1.1.1
77199npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
77200npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
77201npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
77202npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
77203npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
77204npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
77205npm info lifecycle nan@1.0.0~postinstall: nan@1.0.0
77206npm info lifecycle negotiator@0.5.3~postinstall: negotiator@0.5.3
77207npm info lifecycle accepts@1.2.13~postinstall: accepts@1.2.13
77208npm info lifecycle parseurl@1.3.0~postinstall: parseurl@1.3.0
77209npm info lifecycle path-to-regexp@0.1.7~postinstall: path-to-regexp@0.1.7
77210npm info lifecycle qs@4.0.0~postinstall: qs@4.0.0
77211npm info lifecycle range-parser@1.0.3~postinstall: range-parser@1.0.3
77212npm info lifecycle semver@3.0.1~postinstall: semver@3.0.1
77213npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
77214npm info lifecycle serve-favicon@2.3.0~postinstall: serve-favicon@2.3.0
77215npm info lifecycle type-is@1.6.10~postinstall: type-is@1.6.10
77216npm info lifecycle yargs@1.3.3~postinstall: yargs@1.3.3
77217npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
77218npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
77219npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
77220npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
77221npm info lifecycle ansi@0.3.0~postinstall: ansi@0.3.0
77222npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
77223npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
77224npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
77225npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
77226npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
77227npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
77228npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
77229npm info lifecycle readable-stream@2.0.5~postinstall: readable-stream@2.0.5
77230npm info lifecycle are-we-there-yet@1.0.5~postinstall: are-we-there-yet@1.0.5
77231npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
77232npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
77233npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
77234npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
77235npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
77236npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
77237npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
77238npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
77239npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
77240npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
77241npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
77242npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
77243npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
77244npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
77245npm info lifecycle npmlog@2.0.0~postinstall: npmlog@2.0.0
77246npm info lifecycle deep-extend@0.4.0~postinstall: deep-extend@0.4.0
77247npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
77248npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
77249npm info lifecycle strip-json-comments@1.0.4~postinstall: strip-json-comments@1.0.4
77250npm info lifecycle rc@1.1.5~postinstall: rc@1.1.5
77251npm info lifecycle aws-sign2@0.6.0~postinstall: aws-sign2@0.6.0
77252npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
77253npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
77254npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
77255npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
77256npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
77257npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
77258npm info lifecycle readable-stream@2.0.5~postinstall: readable-stream@2.0.5
77259npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
77260npm info lifecycle caseless@0.11.0~postinstall: caseless@0.11.0
77261npm info lifecycle delayed-stream@1.0.0~postinstall: delayed-stream@1.0.0
77262npm info lifecycle combined-stream@1.0.5~postinstall: combined-stream@1.0.5
77263npm info lifecycle extend@3.0.0~postinstall: extend@3.0.0
77264npm info lifecycle forever-agent@0.6.1~postinstall: forever-agent@0.6.1
77265npm info lifecycle async@1.5.0~postinstall: async@1.5.0
77266npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
77267npm info lifecycle escape-string-regexp@1.0.3~postinstall: escape-string-regexp@1.0.3
77268npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
77269npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
77270npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
77271npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
77272npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
77273npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
77274npm info lifecycle graceful-readlink@1.0.1~postinstall: graceful-readlink@1.0.1
77275npm info lifecycle commander@2.9.0~postinstall: commander@2.9.0
77276npm info lifecycle generate-function@2.0.0~postinstall: generate-function@2.0.0
77277npm info lifecycle is-property@1.0.2~postinstall: is-property@1.0.2
77278npm info lifecycle generate-object-property@1.2.0~postinstall: generate-object-property@1.2.0
77279npm info lifecycle jsonpointer@2.0.0~postinstall: jsonpointer@2.0.0
77280npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
77281npm info lifecycle is-my-json-valid@2.12.3~postinstall: is-my-json-valid@2.12.3
77282npm info lifecycle pinkie@2.0.1~postinstall: pinkie@2.0.1
77283npm info lifecycle pinkie-promise@2.0.0~postinstall: pinkie-promise@2.0.0
77284npm info lifecycle har-validator@2.0.3~postinstall: har-validator@2.0.3
77285npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
77286npm info lifecycle boom@2.10.1~postinstall: boom@2.10.1
77287npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
77288npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
77289npm info lifecycle hawk@3.1.2~postinstall: hawk@3.1.2
77290npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
77291npm info lifecycle extsprintf@1.0.2~postinstall: extsprintf@1.0.2
77292npm info lifecycle json-schema@0.2.2~postinstall: json-schema@0.2.2
77293npm info lifecycle verror@1.3.6~postinstall: verror@1.3.6
77294npm info lifecycle jsprim@1.2.2~postinstall: jsprim@1.2.2
77295npm info lifecycle asn1@0.2.3~postinstall: asn1@0.2.3
77296npm info lifecycle assert-plus@0.2.0~postinstall: assert-plus@0.2.0
77297npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
77298npm info lifecycle dashdash@1.10.1~postinstall: dashdash@1.10.1
77299npm info lifecycle jsbn@0.1.0~postinstall: jsbn@0.1.0
77300npm info lifecycle jodid25519@1.0.2~postinstall: jodid25519@1.0.2
77301npm info lifecycle ecc-jsbn@0.1.1~postinstall: ecc-jsbn@0.1.1
77302npm info lifecycle tweetnacl@0.13.2~postinstall: tweetnacl@0.13.2
77303npm info lifecycle sshpk@1.7.1~postinstall: sshpk@1.7.1
77304npm info lifecycle http-signature@1.1.0~postinstall: http-signature@1.1.0
77305npm info lifecycle is-typedarray@1.0.0~postinstall: is-typedarray@1.0.0
77306npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
77307npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
77308npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
77309npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
77310npm info lifecycle form-data@1.0.0-rc3~postinstall: form-data@1.0.0-rc3
77311npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
77312npm info lifecycle oauth-sign@0.8.0~postinstall: oauth-sign@0.8.0
77313npm info lifecycle qs@5.2.0~postinstall: qs@5.2.0
77314npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
77315npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
77316npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
77317npm info lifecycle request@2.67.0~postinstall: request@2.67.0
77318npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
77319npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
77320npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
77321npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
77322npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
77323npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
77324npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
77325npm info lifecycle once@1.3.3~postinstall: once@1.3.3
77326npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
77327npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
77328npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
77329npm info lifecycle rimraf@2.4.4~postinstall: rimraf@2.4.4
77330npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
77331npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
77332npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
77333npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
77334npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
77335npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
77336npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
77337npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
77338npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
77339npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
77340npm info lifecycle fstream-ignore@1.0.3~postinstall: fstream-ignore@1.0.3
77341npm info lifecycle once@1.1.1~postinstall: once@1.1.1
77342npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
77343npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
77344npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
77345npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
77346npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
77347npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
77348npm info lifecycle readable-stream@2.0.5~postinstall: readable-stream@2.0.5
77349npm info lifecycle uid-number@0.0.3~postinstall: uid-number@0.0.3
77350npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
77351npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
77352npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
77353npm info lifecycle block-stream@0.0.8~postinstall: block-stream@0.0.8
77354npm info lifecycle tar@2.2.1~postinstall: tar@2.2.1
77355npm info lifecycle tar-pack@3.1.2~postinstall: tar-pack@3.1.2
77356npm info lifecycle node-pre-gyp@0.6.18~postinstall: node-pre-gyp@0.6.18
77357npm info lifecycle node-uuid@1.3.3~postinstall: node-uuid@1.3.3
77358npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
77359npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
77360npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
77361npm info lifecycle nopt@2.1.1~postinstall: nopt@2.1.1
77362npm info lifecycle nopt@2.0.0~postinstall: nopt@2.0.0
77363npm info lifecycle noptify@0.0.3~postinstall: noptify@0.0.3
77364npm info lifecycle normalize-path@2.0.1~postinstall: normalize-path@2.0.1
77365npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
77366npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
77367npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
77368npm info lifecycle nth-check@1.0.1~postinstall: nth-check@1.0.1
77369npm info lifecycle CSSselect@0.7.0~postinstall: CSSselect@0.7.0
77370npm info lifecycle cheerio-select@0.0.3~postinstall: cheerio-select@0.0.3
77371npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
77372npm info lifecycle is-finite@1.0.1~postinstall: is-finite@1.0.1
77373npm info lifecycle oauth-sign@0.8.0~postinstall: oauth-sign@0.8.0
77374npm info lifecycle object-assign@1.0.0~postinstall: object-assign@1.0.0
77375npm info lifecycle object-component@0.0.3~postinstall: object-component@0.0.3
77376npm info lifecycle object-keys@1.0.1~postinstall: object-keys@1.0.1
77377npm info lifecycle object.omit@2.0.0~postinstall: object.omit@2.0.0
77378npm info lifecycle on-finished@2.3.0~postinstall: on-finished@2.3.0
77379npm info lifecycle on-headers@1.0.1~postinstall: on-headers@1.0.1
77380npm info lifecycle morgan@1.6.1~postinstall: morgan@1.6.1
77381npm info lifecycle open@0.0.5~postinstall: open@0.0.5
77382npm info lifecycle grunt-open@0.2.3~postinstall: grunt-open@0.2.3
77383npm info lifecycle opn@1.0.2~postinstall: opn@1.0.2
77384npm info lifecycle options@0.0.6~postinstall: options@0.0.6
77385npm info lifecycle ordered-esprima-props@1.0.0~postinstall: ordered-esprima-props@1.0.0
77386npm info lifecycle ordered-ast-traverse@0.1.1~postinstall: ordered-ast-traverse@0.1.1
77387npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
77388npm info lifecycle osenv@0.1.0~postinstall: osenv@0.1.0
77389npm info lifecycle osx-release@1.1.0~postinstall: osx-release@1.1.0
77390npm info lifecycle object-assign@0.3.1~postinstall: object-assign@0.3.1
77391npm info lifecycle got@0.3.0~postinstall: got@0.3.0
77392npm info lifecycle pad-stdio@0.1.1~postinstall: pad-stdio@0.1.1
77393npm info lifecycle grunt-concurrent@0.5.0~postinstall: grunt-concurrent@0.5.0
77394npm info lifecycle parse-glob@3.0.4~postinstall: parse-glob@3.0.4
77395npm info lifecycle parse-json@2.2.0~postinstall: parse-json@2.2.0
77396npm info lifecycle parsejson@0.0.1~postinstall: parsejson@0.0.1
77397npm info lifecycle parseqs@0.0.2~postinstall: parseqs@0.0.2
77398npm info lifecycle parseuri@0.0.2~postinstall: parseuri@0.0.2
77399npm info lifecycle parseurl@1.0.1~postinstall: parseurl@1.0.1
77400npm info lifecycle passport-strategy@1.0.0~postinstall: passport-strategy@1.0.0
77401npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
77402npm info lifecycle path-to-regexp@0.1.2~postinstall: path-to-regexp@0.1.2
77403npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
77404npm info lifecycle pause@0.0.1~postinstall: pause@0.0.1
77405npm info lifecycle adm-zip@0.4.4~postinstall: adm-zip@0.4.4
77406npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
77407npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
77408npm info lifecycle async@0.9.2~postinstall: async@0.9.2
77409npm info lifecycle caseless@0.6.0~postinstall: caseless@0.6.0
77410npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
77411npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
77412npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
77413npm info lifecycle form-data@0.1.4~postinstall: form-data@0.1.4
77414npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
77415npm info lifecycle hoek@0.9.1~postinstall: hoek@0.9.1
77416npm info lifecycle boom@0.4.2~postinstall: boom@0.4.2
77417npm info lifecycle cryptiles@0.2.2~postinstall: cryptiles@0.2.2
77418npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
77419npm info lifecycle jsonfile@2.2.3~postinstall: jsonfile@2.2.3
77420npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
77421npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
77422npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
77423npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
77424npm info lifecycle oauth-sign@0.4.0~postinstall: oauth-sign@0.4.0
77425npm info lifecycle qs@1.2.2~postinstall: qs@1.2.2
77426npm info lifecycle sntp@0.2.4~postinstall: sntp@0.2.4
77427npm info lifecycle hawk@1.1.1~postinstall: hawk@1.1.1
77428npm info lifecycle pify@2.3.0~postinstall: pify@2.3.0
77429npm info lifecycle pinkie@2.0.1~postinstall: pinkie@2.0.1
77430npm info lifecycle pinkie-promise@2.0.0~postinstall: pinkie-promise@2.0.0
77431npm info lifecycle path-type@1.1.0~postinstall: path-type@1.1.0
77432npm info lifecycle path-exists@2.1.0~postinstall: path-exists@2.1.0
77433npm info lifecycle find-up@1.1.0~postinstall: find-up@1.1.0
77434npm info lifecycle pkginfo@0.2.3~postinstall: pkginfo@0.2.3
77435npm info lifecycle passport@0.1.18~postinstall: passport@0.1.18
77436npm info lifecycle policyfile@0.0.4~postinstall: policyfile@0.0.4
77437npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
77438npm info lifecycle dtrace-provider@0.2.8~postinstall: dtrace-provider@0.2.8
77439npm info lifecycle extsprintf@1.0.0~postinstall: extsprintf@1.0.0
77440npm info lifecycle mv@0.0.5~postinstall: mv@0.0.5
77441npm info lifecycle bunyan@0.22.1~postinstall: bunyan@0.22.1
77442npm info lifecycle once@1.3.0~postinstall: once@1.3.0
77443npm info lifecycle verror@1.1.0~postinstall: verror@1.1.0
77444npm info lifecycle vasync@1.4.0~postinstall: vasync@1.4.0
77445npm info lifecycle pooling@0.4.6~postinstall: pooling@0.4.6
77446npm info lifecycle ldapjs@0.7.1~postinstall: ldapjs@0.7.1
77447npm info lifecycle ldapauth-fork@2.3.3~postinstall: ldapauth-fork@2.3.3
77448npm info lifecycle precond@0.2.3~postinstall: precond@0.2.3
77449npm info lifecycle backoff@2.4.1~postinstall: backoff@2.4.1
77450npm info lifecycle preserve@0.2.0~postinstall: preserve@0.2.0
77451npm info lifecycle pretty-bytes@0.1.2~postinstall: pretty-bytes@0.1.2
77452npm info lifecycle grunt-contrib-htmlmin@0.2.0~postinstall: grunt-contrib-htmlmin@0.2.0
77453npm info lifecycle pretty-ms@0.1.0~postinstall: pretty-ms@0.1.0
77454npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
77455npm info lifecycle progress@1.1.8~postinstall: progress@1.1.8
77456npm info lifecycle promise@2.0.0~postinstall: promise@2.0.0
77457npm info lifecycle propprop@0.3.0~postinstall: propprop@0.3.0
77458npm info lifecycle proto-list@1.2.4~postinstall: proto-list@1.2.4
77459npm info lifecycle config-chain@1.1.9~postinstall: config-chain@1.1.9
77460npm info lifecycle adm-zip@0.4.4~postinstall: adm-zip@0.4.4
77461npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
77462npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
77463npm info lifecycle async@0.9.2~postinstall: async@0.9.2
77464npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
77465npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
77466npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
77467npm info lifecycle form-data@0.1.4~postinstall: form-data@0.1.4
77468npm info lifecycle hoek@0.9.1~postinstall: hoek@0.9.1
77469npm info lifecycle boom@0.4.2~postinstall: boom@0.4.2
77470npm info lifecycle cryptiles@0.2.2~postinstall: cryptiles@0.2.2
77471npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
77472npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
77473npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
77474npm info lifecycle oauth-sign@0.3.0~postinstall: oauth-sign@0.3.0
77475npm info lifecycle q@1.0.0~postinstall: q@1.0.0
77476npm info lifecycle sntp@0.2.4~postinstall: sntp@0.2.4
77477npm info lifecycle hawk@1.0.0~postinstall: hawk@1.0.0
77478npm info lifecycle proxy-addr@1.0.10~postinstall: proxy-addr@1.0.10
77479npm info lifecycle once@1.2.0~postinstall: once@1.2.0
77480npm info lifecycle punycode@1.4.0~postinstall: punycode@1.4.0
77481npm info lifecycle tough-cookie@0.12.1~postinstall: tough-cookie@0.12.1
77482npm info lifecycle q@0.9.7~postinstall: q@0.9.7
77483npm info lifecycle p-throttler@0.1.0~postinstall: p-throttler@0.1.0
77484npm info lifecycle coa@0.4.1~postinstall: coa@0.4.1
77485npm info lifecycle qs@0.6.6~postinstall: qs@0.6.6
77486npm info lifecycle randomatic@1.1.5~postinstall: randomatic@1.1.5
77487npm info lifecycle range-parser@1.0.0~postinstall: range-parser@1.0.0
77488npm info lifecycle raw-body@1.3.0~postinstall: raw-body@1.3.0
77489npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
77490npm info lifecycle strip-json-comments@0.1.3~postinstall: strip-json-comments@0.1.3
77491npm info lifecycle rc@0.5.5~postinstall: rc@0.5.5
77492npm info lifecycle read@1.0.7~postinstall: read@1.0.7
77493npm info lifecycle promptly@0.2.0~postinstall: promptly@0.2.0
77494npm info lifecycle read-chunk@0.1.0~postinstall: read-chunk@0.1.0
77495npm info lifecycle image-type@0.1.4~postinstall: image-type@0.1.4
77496npm info lifecycle readdirp@0.2.5~postinstall: readdirp@0.2.5
77497npm info lifecycle monocle@1.1.51~postinstall: monocle@1.1.51
77498npm info lifecycle monocle@0.1.48~postinstall: monocle@0.1.48
77499npm info lifecycle ansi-regex@1.1.1~postinstall: ansi-regex@1.1.1
77500npm info lifecycle strip-ansi@2.0.1~postinstall: strip-ansi@2.0.1
77501npm info lifecycle readline2@0.1.1~postinstall: readline2@0.1.1
77502npm info lifecycle repeating@2.0.0~postinstall: repeating@2.0.0
77503npm info lifecycle indent-string@2.1.0~postinstall: indent-string@2.1.0
77504npm info lifecycle redeyed@0.4.4~postinstall: redeyed@0.4.4
77505npm info lifecycle cardinal@0.4.0~postinstall: cardinal@0.4.0
77506npm info lifecycle redis@0.7.3~postinstall: redis@0.7.3
77507npm info lifecycle reduce-component@1.0.1~postinstall: reduce-component@1.0.1
77508npm info lifecycle regex-cache@0.4.2~postinstall: regex-cache@0.4.2
77509npm info lifecycle regexp-clone@0.0.1~postinstall: regexp-clone@0.0.1
77510npm info lifecycle regexp-quote@0.0.0~postinstall: regexp-quote@0.0.0
77511npm info lifecycle relateurl@0.2.6~postinstall: relateurl@0.2.6
77512npm info lifecycle repeat-element@1.1.2~postinstall: repeat-element@1.1.2
77513npm info lifecycle repeat-string@1.5.2~postinstall: repeat-string@1.5.2
77514npm info lifecycle fill-range@2.2.3~postinstall: fill-range@2.2.3
77515npm info lifecycle expand-range@1.8.1~postinstall: expand-range@1.8.1
77516npm info lifecycle braces@1.8.3~postinstall: braces@1.8.3
77517npm info lifecycle repeating@1.1.3~postinstall: repeating@1.1.3
77518npm info lifecycle indent-string@1.2.2~postinstall: indent-string@1.2.2
77519npm info lifecycle meow@2.0.0~postinstall: meow@2.0.0
77520npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
77521npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
77522npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
77523npm info lifecycle qs@4.0.0~postinstall: qs@4.0.0
77524npm info lifecycle requirejs@2.1.22~postinstall: requirejs@2.1.22
77525npm info lifecycle depd@1.0.1~postinstall: depd@1.0.1
77526npm info lifecycle response-time@2.3.1~postinstall: response-time@2.3.1
77527npm info lifecycle retry@0.6.0~postinstall: retry@0.6.0
77528npm info lifecycle request-replay@0.2.0~postinstall: request-replay@0.2.0
77529npm info lifecycle rndm@1.1.1~postinstall: rndm@1.1.1
77530npm info lifecycle rx@2.5.3~postinstall: rx@2.5.3
77531npm info lifecycle safe-json-stringify@1.0.3~postinstall: safe-json-stringify@1.0.3
77532npm info lifecycle saucelabs@0.1.1~postinstall: saucelabs@0.1.1
77533npm info lifecycle sax@0.6.1~postinstall: sax@0.6.1
77534npm info lifecycle scmp@1.0.0~postinstall: scmp@1.0.0
77535npm info lifecycle adm-zip@0.4.4~postinstall: adm-zip@0.4.4
77536npm info lifecycle tmp@0.0.24~postinstall: tmp@0.0.24
77537npm info lifecycle semver@2.3.2~postinstall: semver@2.3.2
77538npm info lifecycle semver-diff@0.1.0~postinstall: semver-diff@0.1.0
77539npm info lifecycle semver-utils@1.1.1~postinstall: semver-utils@1.1.1
77540npm info lifecycle bower@1.7.1~postinstall: bower@1.7.1
77541npm info lifecycle send@0.2.0~postinstall: send@0.2.0
77542npm info lifecycle sentence-case@1.1.3~postinstall: sentence-case@1.1.3
77543npm info lifecycle path-case@1.1.2~postinstall: path-case@1.1.2
77544npm info lifecycle param-case@1.1.2~postinstall: param-case@1.1.2
77545npm info lifecycle dot-case@1.1.2~postinstall: dot-case@1.1.2
77546npm info lifecycle escape-html@1.0.2~postinstall: escape-html@1.0.2
77547npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
77548npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
77549npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
77550npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
77551npm info lifecycle negotiator@0.5.3~postinstall: negotiator@0.5.3
77552npm info lifecycle accepts@1.2.13~postinstall: accepts@1.2.13
77553npm info lifecycle parseurl@1.3.0~postinstall: parseurl@1.3.0
77554npm info lifecycle fresh@0.2.0~postinstall: fresh@0.2.0
77555npm info lifecycle range-parser@0.0.4~postinstall: range-parser@0.0.4
77556npm info lifecycle send@0.1.4~postinstall: send@0.1.4
77557npm info lifecycle serve-static@1.0.1~postinstall: serve-static@1.0.1
77558npm info lifecycle shell-quote@1.4.3~postinstall: shell-quote@1.4.3
77559npm info lifecycle shelljs@0.2.6~postinstall: shelljs@0.2.6
77560npm info lifecycle grunt-build-control@0.1.3~postinstall: grunt-build-control@0.1.3
77561npm info lifecycle sockjs-client@0.0.0-unreleasable~postinstall: sockjs-client@0.0.0-unreleasable
77562npm info lifecycle should@3.3.2~postinstall: should@3.3.2
77563npm info lifecycle sigmund@1.0.1~postinstall: sigmund@1.0.1
77564npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
77565npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
77566npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
77567npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
77568npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
77569npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
77570npm info lifecycle glob@3.2.3~postinstall: glob@3.2.3
77571npm info lifecycle mocha@1.18.2~postinstall: mocha@1.18.2
77572npm info lifecycle grunt-mocha-test@0.10.2~postinstall: grunt-mocha-test@0.10.2
77573npm info lifecycle minimatch@1.0.0~postinstall: minimatch@1.0.0
77574npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
77575npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
77576npm info lifecycle jasmine@2.1.1~postinstall: jasmine@2.1.1
77577npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
77578npm info lifecycle glob@3.1.21~postinstall: glob@3.1.21
77579npm info lifecycle minimatch@1.0.0~postinstall: minimatch@1.0.0
77580npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
77581npm info lifecycle glob@3.1.21~postinstall: glob@3.1.21
77582npm info lifecycle globule@0.1.0~postinstall: globule@0.1.0
77583npm info lifecycle gaze@0.5.2~postinstall: gaze@0.5.2
77584npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
77585npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
77586npm info lifecycle findup-sync@0.1.3~postinstall: findup-sync@0.1.3
77587npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
77588npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
77589npm info lifecycle cli@0.6.6~postinstall: cli@0.6.6
77590npm info lifecycle signal-exit@2.1.2~postinstall: signal-exit@2.1.2
77591npm info lifecycle loud-rejection@1.2.0~postinstall: loud-rejection@1.2.0
77592npm info lifecycle simple-fmt@0.1.0~postinstall: simple-fmt@0.1.0
77593npm info lifecycle simple-is@0.2.0~postinstall: simple-is@0.2.0
77594npm info lifecycle sliced@0.0.5~postinstall: sliced@0.0.5
77595npm info lifecycle mquery@1.6.3~postinstall: mquery@1.6.3
77596npm info lifecycle snake-case@1.1.2~postinstall: snake-case@1.1.2
77597npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
77598npm info lifecycle hawk@3.1.2~postinstall: hawk@3.1.2
77599npm info lifecycle debug@1.0.2~postinstall: debug@1.0.2
77600npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
77601npm info lifecycle socket.io-parser@2.2.2~postinstall: socket.io-parser@2.2.2
77602npm info lifecycle socket.io-adapter@0.3.1~postinstall: socket.io-adapter@0.3.1
77603npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
77604npm info lifecycle has-binary@0.1.6~postinstall: has-binary@0.1.6
77605npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
77606npm info lifecycle socket.io-parser@2.2.4~postinstall: socket.io-parser@2.2.4
77607npm info lifecycle debug@2.1.0~postinstall: debug@2.1.0
77608npm info lifecycle object-keys@0.4.0~postinstall: object-keys@0.4.0
77609npm info lifecycle xtend@2.1.2~postinstall: xtend@2.1.2
77610npm info lifecycle sockjs@0.3.7~postinstall: sockjs@0.3.7
77611npm info lifecycle shoe@0.0.15~postinstall: shoe@0.0.15
77612npm info lifecycle source-map@0.1.34~postinstall: source-map@0.1.34
77613npm info lifecycle postcss@0.3.5~postinstall: postcss@0.3.5
77614npm info lifecycle stylus@0.49.3~postinstall: stylus@0.49.3
77615npm info lifecycle nib@1.1.0~postinstall: nib@1.1.0
77616npm info lifecycle source-map@0.1.32~postinstall: source-map@0.1.32
77617npm info lifecycle source-map-support@0.2.10~postinstall: source-map-support@0.2.10
77618npm info lifecycle spdx-exceptions@1.0.4~postinstall: spdx-exceptions@1.0.4
77619npm info lifecycle spdx-license-ids@1.1.0~postinstall: spdx-license-ids@1.1.0
77620npm info lifecycle spdx-expression-parse@1.0.2~postinstall: spdx-expression-parse@1.0.2
77621npm info lifecycle spdx-correct@1.0.2~postinstall: spdx-correct@1.0.2
77622npm info lifecycle sprintf-js@1.0.3~postinstall: sprintf-js@1.0.3
77623npm info lifecycle argparse@1.0.3~postinstall: argparse@1.0.3
77624npm info lifecycle js-yaml@3.4.6~postinstall: js-yaml@3.4.6
77625npm info lifecycle stable@0.1.5~postinstall: stable@0.1.5
77626npm info lifecycle alter@0.2.0~postinstall: alter@0.2.0
77627npm info lifecycle stat-mode@0.2.1~postinstall: stat-mode@0.2.1
77628npm info lifecycle statuses@1.2.1~postinstall: statuses@1.2.1
77629npm info lifecycle http-errors@1.3.1~postinstall: http-errors@1.3.1
77630npm info lifecycle serve-index@1.7.2~postinstall: serve-index@1.7.2
77631npm info lifecycle send@0.13.0~postinstall: send@0.13.0
77632npm info lifecycle serve-static@1.10.0~postinstall: serve-static@1.10.0
77633npm info lifecycle connect-timeout@1.6.2~postinstall: connect-timeout@1.6.2
77634npm info lifecycle send@0.13.0~postinstall: send@0.13.0
77635npm info lifecycle serve-static@1.10.0~postinstall: serve-static@1.10.0
77636npm info lifecycle stream-combiner@0.0.4~postinstall: stream-combiner@0.0.4
77637npm info lifecycle streamsearch@0.1.2~postinstall: streamsearch@0.1.2
77638npm info lifecycle ansi-regex@0.1.0~postinstall: ansi-regex@0.1.0
77639npm info lifecycle strip-ansi@0.2.2~postinstall: strip-ansi@0.2.2
77640npm info lifecycle string-length@0.1.2~postinstall: string-length@0.1.2
77641npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
77642npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
77643npm info lifecycle stream-counter@0.2.0~postinstall: stream-counter@0.2.0
77644npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
77645npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
77646npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
77647npm info lifecycle multiparty@3.3.2~postinstall: multiparty@3.3.2
77648npm info lifecycle readable-stream@1.0.31~postinstall: readable-stream@1.0.31
77649npm info lifecycle mongodb@2.0.46~postinstall: mongodb@2.0.46
77650npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
77651npm info lifecycle log4js@0.6.29~postinstall: log4js@0.6.29
77652npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
77653npm info lifecycle htmlparser2@3.8.3~postinstall: htmlparser2@3.8.3
77654npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
77655npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
77656npm info lifecycle through2@0.5.1~postinstall: through2@0.5.1
77657npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
77658npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
77659npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
77660npm info lifecycle dicer@0.2.5~postinstall: dicer@0.2.5
77661npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
77662npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
77663npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
77664npm info lifecycle htmlparser2@3.1.4~postinstall: htmlparser2@3.1.4
77665npm info lifecycle cheerio@0.12.4~postinstall: cheerio@0.12.4
77666npm info lifecycle grunt-dom-munger@3.4.0~postinstall: grunt-dom-munger@3.4.0
77667npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
77668npm info lifecycle busboy@0.2.12~postinstall: busboy@0.2.12
77669npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
77670npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
77671npm info lifecycle stringify-object@1.0.1~postinstall: stringify-object@1.0.1
77672npm info lifecycle stringmap@0.2.2~postinstall: stringmap@0.2.2
77673npm info lifecycle stringset@0.2.1~postinstall: stringset@0.2.1
77674npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
77675npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
77676npm info lifecycle strip-bom@2.0.0~postinstall: strip-bom@2.0.0
77677npm info lifecycle load-json-file@1.1.0~postinstall: load-json-file@1.1.0
77678npm info lifecycle strip-indent@1.0.1~postinstall: strip-indent@1.0.1
77679npm info lifecycle redent@1.0.0~postinstall: redent@1.0.0
77680npm info lifecycle strip-json-comments@1.0.4~postinstall: strip-json-comments@1.0.4
77681npm info lifecycle jshint@2.5.11~postinstall: jshint@2.5.11
77682npm info lifecycle grunt-contrib-jshint@0.10.0~postinstall: grunt-contrib-jshint@0.10.0
77683npm info lifecycle css-parse@1.7.0~postinstall: css-parse@1.7.0
77684npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
77685npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
77686npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
77687npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
77688npm info lifecycle sax@0.5.8~postinstall: sax@0.5.8
77689npm info lifecycle stylus@0.52.4~postinstall: stylus@0.52.4
77690npm info lifecycle success-symbol@0.1.0~postinstall: success-symbol@0.1.0
77691npm info lifecycle extglob@0.3.1~postinstall: extglob@0.3.1
77692npm info lifecycle micromatch@2.3.7~postinstall: micromatch@2.3.7
77693npm info lifecycle anymatch@1.3.0~postinstall: anymatch@1.3.0
77694npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
77695npm info lifecycle extend@1.2.1~postinstall: extend@1.2.1
77696npm info lifecycle methods@0.0.1~postinstall: methods@0.0.1
77697npm info lifecycle mime@1.2.5~postinstall: mime@1.2.5
77698npm info lifecycle qs@0.6.5~postinstall: qs@0.6.5
77699npm info lifecycle superagent@0.17.0~postinstall: superagent@0.17.0
77700npm info lifecycle supertest@0.11.0~postinstall: supertest@0.11.0
77701npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
77702npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
77703npm info lifecycle log-symbols@1.0.2~postinstall: log-symbols@1.0.2
77704npm info lifecycle grunt-filerev@2.2.0~postinstall: grunt-filerev@2.2.0
77705npm info lifecycle grunt-contrib-stylus@0.22.0~postinstall: grunt-contrib-stylus@0.22.0
77706npm info lifecycle tape@0.2.2~postinstall: tape@0.2.2
77707npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
77708npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
77709npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
77710npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
77711npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
77712npm info lifecycle text-table@0.2.0~postinstall: text-table@0.2.0
77713npm info lifecycle jshint-stylish@0.1.5~postinstall: jshint-stylish@0.1.5
77714npm info lifecycle throttleit@0.0.2~postinstall: throttleit@0.0.2
77715npm info lifecycle request-progress@0.3.0~postinstall: request-progress@0.3.0
77716npm info lifecycle request-progress@0.3.1~postinstall: request-progress@0.3.1
77717npm info lifecycle through@2.3.8~postinstall: through@2.3.8
77718npm info lifecycle split@0.3.3~postinstall: split@0.3.3
77719npm info lifecycle object-keys@0.4.0~postinstall: object-keys@0.4.0
77720npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
77721npm info lifecycle xtend@2.1.2~postinstall: xtend@2.1.2
77722npm info lifecycle through2@0.4.2~postinstall: through2@0.4.2
77723npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
77724npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
77725npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
77726npm info lifecycle time-grunt@0.3.2~postinstall: time-grunt@0.3.2
77727npm info lifecycle timers-ext@0.1.0~postinstall: timers-ext@0.1.0
77728npm info lifecycle memoizee@0.3.9~postinstall: memoizee@0.3.9
77729npm info lifecycle cli-color@0.3.3~postinstall: cli-color@0.3.3
77730npm info lifecycle inquirer@0.6.0~postinstall: inquirer@0.6.0
77731npm info lifecycle inquirer@0.7.1~postinstall: inquirer@0.7.1
77732npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
77733npm info lifecycle qs@0.5.6~postinstall: qs@0.5.6
77734npm info lifecycle tiny-lr-fork@0.0.5~postinstall: tiny-lr-fork@0.0.5
77735npm info lifecycle grunt-contrib-watch@0.6.1~postinstall: grunt-contrib-watch@0.6.1
77736npm info lifecycle tinycolor@0.0.1~postinstall: tinycolor@0.0.1
77737npm info lifecycle ws@0.4.32~postinstall: ws@0.4.32
77738npm info lifecycle ws@0.4.32~postinstall: ws@0.4.32
77739npm info lifecycle ws@0.4.31~postinstall: ws@0.4.31
77740npm info lifecycle tmp@0.0.23~postinstall: tmp@0.0.23
77741npm info lifecycle to-array@0.1.3~postinstall: to-array@0.1.3
77742npm info lifecycle nopt@1.0.10~postinstall: nopt@1.0.10
77743npm info lifecycle touch@0.0.2~postinstall: touch@0.0.2
77744npm info lifecycle decompress-zip@0.0.8~postinstall: decompress-zip@0.0.8
77745npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
77746npm info lifecycle traverse@0.6.6~postinstall: traverse@0.6.6
77747npm info lifecycle dnode-protocol@0.2.2~postinstall: dnode-protocol@0.2.2
77748npm info lifecycle trim-newlines@1.0.0~postinstall: trim-newlines@1.0.0
77749npm info lifecycle truncate@1.0.5~postinstall: truncate@1.0.5
77750npm info lifecycle strong-data-uri@0.1.1~postinstall: strong-data-uri@0.1.1
77751npm info lifecycle tryor@0.1.2~postinstall: tryor@0.1.2
77752npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
77753npm info lifecycle request@2.36.0~postinstall: request@2.36.0
77754npm info lifecycle request@2.42.0~postinstall: request@2.42.0
77755npm info lifecycle request@2.42.0~postinstall: request@2.42.0
77756npm info lifecycle request@2.51.0~postinstall: request@2.51.0
77757npm info lifecycle type-is@1.3.2~postinstall: type-is@1.3.2
77758npm info lifecycle typedarray@0.0.6~postinstall: typedarray@0.0.6
77759npm info lifecycle concat-stream@1.4.10~postinstall: concat-stream@1.4.10
77760npm info lifecycle base64url@1.0.5~postinstall: base64url@1.0.5
77761npm info lifecycle jws@3.1.0~postinstall: jws@3.1.0
77762npm info lifecycle jsonwebtoken@5.4.1~postinstall: jsonwebtoken@5.4.1
77763npm info lifecycle async@0.2.10~postinstall: async@0.2.10
77764npm info lifecycle uglify-to-browserify@1.0.2~postinstall: uglify-to-browserify@1.0.2
77765npm info lifecycle uid@0.0.2~postinstall: uid@0.0.2
77766npm info lifecycle uid-number@0.0.5~postinstall: uid-number@0.0.5
77767npm info lifecycle uid-safe@2.0.0~postinstall: uid-safe@2.0.0
77768npm info lifecycle csrf@3.0.0~postinstall: csrf@3.0.0
77769npm info lifecycle csurf@1.8.3~postinstall: csurf@1.8.3
77770npm info lifecycle uid2@0.0.3~postinstall: uid2@0.0.3
77771npm info lifecycle ultron@1.0.2~postinstall: ultron@1.0.2
77772npm info lifecycle underscore@1.7.0~postinstall: underscore@1.7.0
77773npm info lifecycle argparse@0.1.16~postinstall: argparse@0.1.16
77774npm info lifecycle js-yaml@2.1.3~postinstall: js-yaml@2.1.3
77775npm info lifecycle js-yaml@2.0.5~postinstall: js-yaml@2.0.5
77776npm info lifecycle underscore.string@2.2.1~postinstall: underscore.string@2.2.1
77777npm info lifecycle unpipe@1.0.0~postinstall: unpipe@1.0.0
77778npm info lifecycle finalhandler@0.4.0~postinstall: finalhandler@0.4.0
77779npm info lifecycle raw-body@2.1.5~postinstall: raw-body@2.1.5
77780npm info lifecycle body-parser@1.13.3~postinstall: body-parser@1.13.3
77781npm info lifecycle untildify@2.1.0~postinstall: untildify@2.1.0
77782npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
77783npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
77784npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
77785npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
77786npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
77787npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
77788npm info lifecycle upper-case@1.1.3~postinstall: upper-case@1.1.3
77789npm info lifecycle title-case@1.1.2~postinstall: title-case@1.1.2
77790npm info lifecycle swap-case@1.1.2~postinstall: swap-case@1.1.2
77791npm info lifecycle is-upper-case@1.1.2~postinstall: is-upper-case@1.1.2
77792npm info lifecycle constant-case@1.1.2~postinstall: constant-case@1.1.2
77793npm info lifecycle camel-case@1.2.2~postinstall: camel-case@1.2.2
77794npm info lifecycle upper-case-first@1.1.2~postinstall: upper-case-first@1.1.2
77795npm info lifecycle pascal-case@1.1.2~postinstall: pascal-case@1.1.2
77796npm info lifecycle change-case@2.1.6~postinstall: change-case@2.1.6
77797npm info lifecycle user-home@1.1.1~postinstall: user-home@1.1.1
77798npm info lifecycle lru-cache@2.2.4~postinstall: lru-cache@2.2.4
77799npm info lifecycle useragent@2.1.8~postinstall: useragent@2.1.8
77800npm info lifecycle utf8@2.0.0~postinstall: utf8@2.0.0
77801npm info lifecycle engine.io-parser@1.2.1~postinstall: engine.io-parser@1.2.1
77802npm info lifecycle engine.io-client@1.5.1~postinstall: engine.io-client@1.5.1
77803npm info lifecycle socket.io-client@1.3.5~postinstall: socket.io-client@1.3.5
77804npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
77805npm info lifecycle readable-stream@2.0.5~postinstall: readable-stream@2.0.5
77806npm info lifecycle mongodb@1.4.39~postinstall: mongodb@1.4.39
77807npm info lifecycle readdirp@2.0.0~postinstall: readdirp@2.0.0
77808npm info lifecycle chokidar@1.4.1~postinstall: chokidar@1.4.1
77809npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
77810npm info lifecycle async@0.2.10~postinstall: async@0.2.10
77811npm info lifecycle ncp@0.4.2~postinstall: ncp@0.4.2
77812npm info lifecycle utils-merge@1.0.0~postinstall: utils-merge@1.0.0
77813npm info lifecycle express-session@1.11.3~postinstall: express-session@1.11.3
77814npm info lifecycle uuid@1.4.2~postinstall: uuid@1.4.2
77815npm info lifecycle tempfile@0.1.3~postinstall: tempfile@0.1.3
77816npm info lifecycle v8-debug@0.4.6~postinstall: v8-debug@0.4.6
77817npm info lifecycle nan@2.0.9~postinstall: nan@2.0.9
77818npm info lifecycle v8-profiler@5.2.12~postinstall: v8-profiler@5.2.12
77819npm info lifecycle validate-npm-package-license@3.0.1~postinstall: validate-npm-package-license@3.0.1
77820npm info lifecycle normalize-package-data@2.3.5~postinstall: normalize-package-data@2.3.5
77821npm info lifecycle read-pkg@1.1.0~postinstall: read-pkg@1.1.0
77822npm info lifecycle read-pkg-up@1.0.1~postinstall: read-pkg-up@1.0.1
77823npm info lifecycle meow@3.6.0~postinstall: meow@3.6.0
77824npm info lifecycle default-browser-id@1.0.4~postinstall: default-browser-id@1.0.4
77825npm info lifecycle vary@1.0.1~postinstall: vary@1.0.1
77826npm info lifecycle express@4.13.3~postinstall: express@4.13.3
77827npm info lifecycle method-override@2.3.5~postinstall: method-override@2.3.5
77828npm info lifecycle compression@1.5.2~postinstall: compression@1.5.2
77829npm info lifecycle verror@1.6.0~postinstall: verror@1.6.0
77830npm info lifecycle vasync@1.6.3~postinstall: vasync@1.6.3
77831npm info lifecycle vhost@3.0.2~postinstall: vhost@3.0.2
77832npm info lifecycle connect@2.30.2~postinstall: connect@2.30.2
77833npm info lifecycle ware@0.3.0~postinstall: ware@0.3.0
77834npm info lifecycle nan@2.1.0~postinstall: nan@2.1.0
77835npm info lifecycle weak@1.0.0~postinstall: weak@1.0.0
77836npm info lifecycle dnode@1.2.2~postinstall: dnode@1.2.2
77837npm info lifecycle whet.extend@0.9.9~postinstall: whet.extend@0.9.9
77838npm info lifecycle svgo@0.4.5~postinstall: svgo@0.4.5
77839npm info lifecycle imagemin-svgo@0.1.1~postinstall: imagemin-svgo@0.1.1
77840npm info lifecycle grunt-svgmin@0.4.0~postinstall: grunt-svgmin@0.4.0
77841npm info lifecycle which@1.0.9~postinstall: which@1.0.9
77842npm info lifecycle karma-chrome-launcher@0.1.12~postinstall: karma-chrome-launcher@0.1.12
77843npm info lifecycle grunt-legacy-util@0.2.0~postinstall: grunt-legacy-util@0.2.0
77844npm info lifecycle grunt@0.4.5~postinstall: grunt@0.4.5
77845npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
77846npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
77847npm info lifecycle yargs@1.3.3~postinstall: yargs@1.3.3
77848npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
77849npm info lifecycle win-release@1.1.1~postinstall: win-release@1.1.1
77850npm info lifecycle os-name@1.0.3~postinstall: os-name@1.0.3
77851npm info lifecycle win-spawn@2.0.0~postinstall: win-spawn@2.0.0
77852npm info lifecycle window-size@0.1.0~postinstall: window-size@0.1.0
77853npm info lifecycle ansi-styles@0.1.2~postinstall: ansi-styles@0.1.2
77854npm info lifecycle chalk@0.1.1~postinstall: chalk@0.1.1
77855npm info lifecycle lodash@1.3.1~postinstall: lodash@1.3.1
77856npm info lifecycle wiredep@0.4.2~postinstall: wiredep@0.4.2
77857npm info lifecycle grunt-asset-injector@0.1.0~postinstall: grunt-asset-injector@0.1.0
77858npm info lifecycle async@0.2.10~postinstall: async@0.2.10
77859npm info lifecycle wordwrap@0.0.2~postinstall: wordwrap@0.0.2
77860npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
77861npm info lifecycle optimist@0.3.7~postinstall: optimist@0.3.7
77862npm info lifecycle uglify-js@2.4.0~postinstall: uglify-js@2.4.0
77863npm info lifecycle with@2.0.0~postinstall: with@2.0.0
77864npm info lifecycle uglify-js@2.2.5~postinstall: uglify-js@2.2.5
77865npm info lifecycle transformers@2.1.0~postinstall: transformers@2.1.0
77866npm info lifecycle uglify-js@2.4.0~postinstall: uglify-js@2.4.0
77867npm info lifecycle with@1.1.1~postinstall: with@1.1.1
77868npm info lifecycle uglify-js@2.2.5~postinstall: uglify-js@2.2.5
77869npm info lifecycle transformers@2.0.1~postinstall: transformers@2.0.1
77870npm info lifecycle uglify-js@2.3.6~postinstall: uglify-js@2.3.6
77871npm info lifecycle handlebars@2.0.0~postinstall: handlebars@2.0.0
77872npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
77873npm info lifecycle ng-annotate@0.9.11~postinstall: ng-annotate@0.9.11
77874npm info lifecycle grunt-ng-annotate@0.2.3~postinstall: grunt-ng-annotate@0.2.3
77875npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
77876npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
77877npm info lifecycle optimist@0.2.8~postinstall: optimist@0.2.8
77878npm info lifecycle event-stream@0.5.3~postinstall: event-stream@0.5.3
77879npm info lifecycle ps-tree@0.0.3~postinstall: ps-tree@0.0.3
77880npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
77881npm info lifecycle bower-config@0.5.2~postinstall: bower-config@0.5.2
77882npm info lifecycle bower-registry-client@0.2.4~postinstall: bower-registry-client@0.2.4
77883npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
77884npm info lifecycle once@1.3.2~postinstall: once@1.3.2
77885npm info lifecycle npmconf@2.1.1~postinstall: npmconf@2.1.1
77886npm info lifecycle npmconf@2.1.2~postinstall: npmconf@2.1.2
77887npm info lifecycle registry-url@0.1.1~postinstall: registry-url@0.1.1
77888npm info lifecycle package-json@0.2.0~postinstall: package-json@0.2.0
77889npm info lifecycle latest-version@0.2.0~postinstall: latest-version@0.2.0
77890npm info lifecycle glob@4.0.6~postinstall: glob@4.0.6
77891npm info lifecycle end-of-stream@1.0.0~postinstall: end-of-stream@1.0.0
77892npm info lifecycle pump@0.3.5~postinstall: pump@0.3.5
77893npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
77894npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
77895npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
77896npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
77897npm info lifecycle glob@6.0.3~postinstall: glob@6.0.3
77898npm info lifecycle rimraf@2.4.5~postinstall: rimraf@2.4.5
77899npm info lifecycle utile@0.2.1~postinstall: utile@0.2.1
77900npm info lifecycle http-proxy@0.10.4~postinstall: http-proxy@0.10.4
77901npm info lifecycle fs-extra@0.23.1~postinstall: fs-extra@0.23.1
77902npm info lifecycle phantomjs@1.9.19~postinstall: phantomjs@1.9.19
77903npm info lifecycle karma-phantomjs-launcher@0.1.4~postinstall: karma-phantomjs-launcher@0.1.4
77904npm info lifecycle mv@2.1.1~postinstall: mv@2.1.1
77905npm info lifecycle bunyan@1.5.1~postinstall: bunyan@1.5.1
77906npm info lifecycle fs-extra@0.10.0~postinstall: fs-extra@0.10.0
77907npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
77908npm info lifecycle fstream-ignore@1.0.3~postinstall: fstream-ignore@1.0.3
77909npm info lifecycle fstream@0.1.31~postinstall: fstream@0.1.31
77910npm info lifecycle tar@0.1.20~postinstall: tar@0.1.20
77911npm info lifecycle fs-extra@0.9.1~postinstall: fs-extra@0.9.1
77912npm info lifecycle autoprefixer@1.3.1~postinstall: autoprefixer@1.3.1
77913npm info lifecycle grunt-autoprefixer@0.7.6~postinstall: grunt-autoprefixer@0.7.6
77914npm info lifecycle exec-buffer@0.1.1~postinstall: exec-buffer@0.1.1
77915npm info lifecycle decompress@0.2.5~postinstall: decompress@0.2.5
77916npm info lifecycle nan@1.4.3~postinstall: nan@1.4.3
77917npm info lifecycle ws@0.5.0~postinstall: ws@0.5.0
77918npm info lifecycle engine.io@1.5.1~postinstall: engine.io@1.5.1
77919npm info lifecycle x-default-browser@0.3.1~postinstall: x-default-browser@0.3.1
77920npm info lifecycle xdg-basedir@1.0.1~postinstall: xdg-basedir@1.0.1
77921npm info lifecycle configstore@0.3.2~postinstall: configstore@0.3.2
77922npm info lifecycle update-notifier@0.2.0~postinstall: update-notifier@0.2.0
77923npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
77924npm info lifecycle xmlbuilder@4.0.0~postinstall: xmlbuilder@4.0.0
77925npm info lifecycle xml2js@0.4.4~postinstall: xml2js@0.4.4
77926npm info lifecycle selenium-webdriver@2.44.0~postinstall: selenium-webdriver@2.44.0
77927npm info lifecycle protractor@1.8.0~postinstall: protractor@1.8.0
77928npm info lifecycle grunt-protractor-runner@1.2.1~postinstall: grunt-protractor-runner@1.2.1
77929npm info lifecycle xmldom@0.1.19~postinstall: xmldom@0.1.19
77930npm info lifecycle plist@1.2.0~postinstall: plist@1.2.0
77931npm info lifecycle xmlhttprequest@1.8.0~postinstall: xmlhttprequest@1.8.0
77932npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
77933npm info lifecycle win-detect-browsers@1.0.2~postinstall: win-detect-browsers@1.0.2
77934npm info lifecycle browser-launcher2@0.4.6~postinstall: browser-launcher2@0.4.6
77935npm info lifecycle biased-opener@0.2.7~postinstall: biased-opener@0.2.7
77936npm info lifecycle node-inspector@0.9.2~postinstall: node-inspector@0.9.2
77937npm info lifecycle grunt-node-inspector@0.1.6~postinstall: grunt-node-inspector@0.1.6
77938npm info lifecycle tar-stream@0.4.7~postinstall: tar-stream@0.4.7
77939npm info lifecycle tar-fs@0.5.2~postinstall: tar-fs@0.5.2
77940npm info lifecycle is-my-json-valid@2.12.3~postinstall: is-my-json-valid@2.12.3
77941npm info lifecycle har-validator@1.8.0~postinstall: har-validator@1.8.0
77942npm info lifecycle request@2.60.0~postinstall: request@2.60.0
77943npm info lifecycle update-notifier@0.1.10~postinstall: update-notifier@0.1.10
77944npm info lifecycle nodemon@1.0.20~postinstall: nodemon@1.0.20
77945npm info lifecycle grunt-nodemon@0.2.1~postinstall: grunt-nodemon@0.2.1
77946npm info lifecycle insight@0.4.3~postinstall: insight@0.4.3
77947npm info lifecycle bower@1.3.12~postinstall: bower@1.3.12
77948npm info lifecycle google-cdn@0.7.0~postinstall: google-cdn@0.7.0
77949npm info lifecycle grunt-google-cdn@0.4.3~postinstall: grunt-google-cdn@0.4.3
77950npm info lifecycle download@0.1.19~postinstall: download@0.1.19
77951npm info lifecycle bin-wrapper@0.3.4~postinstall: bin-wrapper@0.3.4
77952npm info lifecycle bin-build@0.1.1~postinstall: bin-build@0.1.1
77953npm info lifecycle pngquant-bin@0.3.5~postinstall: pngquant-bin@0.3.5
77954
77955> pngquant-bin@0.3.5 postinstall /var/www/manticore.git/node_modules/pngquant-bin
77956> node index.js
77957
77958⚠ pre-build test failed, compiling from source...
77959✔ pngquant built successfully!
77960npm verb lifecycle pngquant-bin@0.3.5~postinstall: unsafe-perm in lifecycle false
77961npm verb lifecycle pngquant-bin@0.3.5~postinstall: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/pngquant-bin/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
77962npm verb lifecycle pngquant-bin@0.3.5~postinstall: CWD: /var/www/manticore.git/node_modules/pngquant-bin
77963npm info lifecycle imagemin-pngquant@0.1.3~postinstall: imagemin-pngquant@0.1.3
77964npm info lifecycle optipng-bin@0.3.11~postinstall: optipng-bin@0.3.11
77965
77966> optipng-bin@0.3.11 postinstall /var/www/manticore.git/node_modules/optipng-bin
77967> node index.js
77968
77969✔ pre-build test passed successfully!
77970npm verb lifecycle optipng-bin@0.3.11~postinstall: unsafe-perm in lifecycle false
77971npm verb lifecycle optipng-bin@0.3.11~postinstall: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/optipng-bin/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
77972npm verb lifecycle optipng-bin@0.3.11~postinstall: CWD: /var/www/manticore.git/node_modules/optipng-bin
77973npm info lifecycle imagemin-optipng@0.1.0~postinstall: imagemin-optipng@0.1.0
77974npm info lifecycle jpegtran-bin@0.2.8~postinstall: jpegtran-bin@0.2.8
77975
77976> jpegtran-bin@0.2.8 postinstall /var/www/manticore.git/node_modules/jpegtran-bin
77977> node index.js
77978
77979npm verb lifecycle jpegtran-bin@0.2.8~postinstall: unsafe-perm in lifecycle false
77980npm verb lifecycle jpegtran-bin@0.2.8~postinstall: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/jpegtran-bin/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
77981npm verb lifecycle jpegtran-bin@0.2.8~postinstall: CWD: /var/www/manticore.git/node_modules/jpegtran-bin
77982npm info lifecycle imagemin-jpegtran@0.1.0~postinstall: imagemin-jpegtran@0.1.0
77983npm info lifecycle gifsicle@0.1.7~postinstall: gifsicle@0.1.7
77984
77985> gifsicle@0.1.7 postinstall /var/www/manticore.git/node_modules/gifsicle
77986> node index.js
77987
77988✔ pre-build test passed successfully!
77989npm verb lifecycle gifsicle@0.1.7~postinstall: unsafe-perm in lifecycle false
77990npm verb lifecycle gifsicle@0.1.7~postinstall: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/manticore.git/node_modules/gifsicle/node_modules/.bin:/var/www/manticore.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
77991npm verb lifecycle gifsicle@0.1.7~postinstall: CWD: /var/www/manticore.git/node_modules/gifsicle
77992npm info lifecycle imagemin-gifsicle@0.1.1~postinstall: imagemin-gifsicle@0.1.1
77993npm info lifecycle imagemin@0.4.9~postinstall: imagemin@0.4.9
77994npm info lifecycle grunt-contrib-imagemin@0.7.2~postinstall: grunt-contrib-imagemin@0.7.2
77995npm info lifecycle through2@0.6.5~postinstall: through2@0.6.5
77996npm info lifecycle wiredep@1.8.6~postinstall: wiredep@1.8.6
77997npm info lifecycle grunt-wiredep@1.8.0~postinstall: grunt-wiredep@1.8.0
77998npm info lifecycle yargs@3.5.4~postinstall: yargs@3.5.4
77999npm info lifecycle uglify-js@2.4.24~postinstall: uglify-js@2.4.24
78000npm info lifecycle with@3.0.1~postinstall: with@3.0.1
78001npm info lifecycle constantinople@1.0.2~postinstall: constantinople@1.0.2
78002npm info lifecycle jade@0.33.0~postinstall: jade@0.33.0
78003npm info lifecycle karma-jade-preprocessor@0.0.11~postinstall: karma-jade-preprocessor@0.0.11
78004npm info lifecycle html-minifier@0.6.9~postinstall: html-minifier@0.6.9
78005npm info lifecycle grunt-angular-templates@0.5.9~postinstall: grunt-angular-templates@0.5.9
78006npm info lifecycle constantinople@2.0.1~postinstall: constantinople@2.0.1
78007npm info lifecycle jade@1.3.1~postinstall: jade@1.3.1
78008npm info lifecycle karma-ng-jade2js-preprocessor@0.1.5~postinstall: karma-ng-jade2js-preprocessor@0.1.5
78009npm info lifecycle jade@1.2.0~postinstall: jade@1.2.0
78010npm info lifecycle grunt-contrib-jade@0.11.0~postinstall: grunt-contrib-jade@0.11.0
78011npm info lifecycle zeparser@0.0.5~postinstall: zeparser@0.0.5
78012npm info lifecycle active-x-obfuscator@0.0.1~postinstall: active-x-obfuscator@0.0.1
78013npm info lifecycle socket.io-client@0.9.16~postinstall: socket.io-client@0.9.16
78014npm info lifecycle socket.io@0.9.16~postinstall: socket.io@0.9.16
78015npm info lifecycle karma@0.12.37~postinstall: karma@0.12.37
78016npm info lifecycle zlib-browserify@0.0.3~postinstall: zlib-browserify@0.0.3
78017npm info lifecycle gzip-size@0.1.1~postinstall: gzip-size@0.1.1
78018npm info lifecycle maxmin@0.1.0~postinstall: maxmin@0.1.0
78019npm info lifecycle grunt-contrib-uglify@0.4.1~postinstall: grunt-contrib-uglify@0.4.1
78020npm info lifecycle grunt-contrib-cssmin@0.9.0~postinstall: grunt-contrib-cssmin@0.9.0
78021npm info lifecycle async@1.3.0~postinstall: async@1.3.0
78022npm info lifecycle body-parser@1.5.2~postinstall: body-parser@1.5.2
78023npm info lifecycle composable-middleware@0.3.0~postinstall: composable-middleware@0.3.0
78024npm info lifecycle compression@1.0.11~postinstall: compression@1.0.11
78025npm info lifecycle connect-mongo@0.4.2~postinstall: connect-mongo@0.4.2
78026npm info lifecycle cookie-parser@1.0.1~postinstall: cookie-parser@1.0.1
78027npm info lifecycle dav@1.7.8~postinstall: dav@1.7.8
78028npm info lifecycle errorhandler@1.0.2~postinstall: errorhandler@1.0.2
78029npm info lifecycle express@4.0.0~postinstall: express@4.0.0
78030npm info lifecycle express-jwt@3.1.0~postinstall: express-jwt@3.1.0
78031npm info lifecycle express-session@1.0.4~postinstall: express-session@1.0.4
78032npm info lifecycle gridfs-stream@1.1.1~postinstall: gridfs-stream@1.1.1
78033npm info lifecycle ldapjs@1.0.0~postinstall: ldapjs@1.0.0
78034npm info lifecycle method-override@1.0.2~postinstall: method-override@1.0.2
78035npm info lifecycle mongoose@4.1.12~postinstall: mongoose@4.1.12
78036npm info lifecycle morgan@1.0.1~postinstall: morgan@1.0.1
78037npm info lifecycle multer@0.1.8~postinstall: multer@0.1.8
78038npm info lifecycle passport@0.2.2~postinstall: passport@0.2.2
78039npm info lifecycle passport-ldapauth@0.3.0~postinstall: passport-ldapauth@0.3.0
78040npm info lifecycle passport-local@0.1.6~postinstall: passport-local@0.1.6
78041npm info lifecycle phantom@0.7.2~postinstall: phantom@0.7.2
78042npm info lifecycle serve-favicon@2.0.1~postinstall: serve-favicon@2.0.1
78043npm info lifecycle socket.io@1.3.5~postinstall: socket.io@1.3.5
78044npm info lifecycle socketio-jwt@4.3.3~postinstall: socketio-jwt@4.3.3
78045npm verb unlock done using /root/.npm/_locks/staging-49e37be2827399f3.lock for /var/www/manticore.git/node_modules/.staging
78046npm info lifecycle manticore@0.0.0~preinstall: manticore@0.0.0
78047npm info linkStuff manticore@0.0.0
78048npm verb linkBins manticore@0.0.0
78049npm verb linkMans manticore@0.0.0
78050npm info lifecycle manticore@0.0.0~install: manticore@0.0.0
78051npm info lifecycle manticore@0.0.0~postinstall: manticore@0.0.0
78052npm info lifecycle manticore@0.0.0~prepublish: manticore@0.0.0
78053manticore@0.0.0 /var/www/manticore.git
78054+-- async@1.3.0
78055+-- body-parser@1.5.2
78056| +-- bytes@1.0.0
78057| +-- depd@0.4.4
78058| +-- iconv-lite@0.4.4
78059| +-- media-typer@0.2.0
78060| +-- qs@0.6.6
78061| +-- raw-body@1.3.0
78062| `-- type-is@1.3.2
78063| `-- mime-types@1.0.2
78064+-- composable-middleware@0.3.0
78065+-- compression@1.0.11
78066| +-- accepts@1.0.7
78067| | `-- negotiator@0.4.7
78068| +-- compressible@1.1.1
78069| +-- debug@1.0.4
78070| | `-- ms@0.6.2
78071| +-- on-headers@1.0.1
78072| `-- vary@1.0.1
78073+-- connect-livereload@0.4.1
78074+-- connect-mongo@0.4.2
78075| `-- mongodb@1.4.39
78076| +-- bson@0.2.22
78077| | `-- nan@1.8.4
78078| +-- kerberos@0.0.11
78079| `-- readable-stream@2.0.5
78080| +-- core-util-is@1.0.2
78081| +-- process-nextick-args@1.0.6
78082| +-- string_decoder@0.10.31
78083| `-- util-deprecate@1.0.2
78084+-- cookie-parser@1.0.1
78085| +-- cookie@0.1.0
78086| `-- cookie-signature@1.0.3
78087+-- dav@1.7.8
78088| +-- co@4.6.0
78089| +-- xmldom@0.1.19
78090| `-- xmlhttprequest@1.8.0
78091+-- errorhandler@1.0.2
78092+-- express@4.0.0
78093| +-- accepts@1.0.0
78094| | +-- mime@1.2.11
78095| | `-- negotiator@0.3.0
78096| +-- buffer-crc32@0.2.1
78097| +-- debug@0.8.1
78098| +-- escape-html@1.0.1
78099| +-- fresh@0.2.2
78100| +-- merge-descriptors@0.0.2
78101| +-- methods@0.1.0
78102| +-- parseurl@1.0.1
78103| +-- path-to-regexp@0.1.2
78104| +-- range-parser@1.0.0
78105| +-- send@0.2.0
78106| +-- serve-static@1.0.1
78107| | `-- send@0.1.4
78108| | +-- fresh@0.2.0
78109| | `-- range-parser@0.0.4
78110| +-- type-is@1.0.0
78111| `-- utils-merge@1.0.0
78112+-- express-jwt@3.1.0
78113| +-- async@0.9.2
78114| `-- express-unless@0.3.0
78115+-- express-session@1.0.4
78116| +-- cookie@0.1.2
78117| +-- debug@0.8.1
78118| `-- uid2@0.0.3
78119+-- gridfs-stream@1.1.1
78120| `-- flushwritable@1.0.0
78121+-- grunt@0.4.5
78122| +-- async@0.1.22
78123| +-- coffee-script@1.3.3
78124| +-- colors@0.6.2
78125| +-- dateformat@1.0.2-1.2.3
78126| +-- eventemitter2@0.4.14
78127| +-- exit@0.1.2
78128| +-- findup-sync@0.1.3
78129| | `-- glob@3.2.11
78130| | `-- minimatch@0.3.0
78131| +-- getobject@0.1.0
78132| +-- glob@3.1.21
78133| | +-- graceful-fs@1.2.3
78134| | `-- inherits@1.0.2
78135| +-- grunt-legacy-log@0.1.3
78136| | +-- grunt-legacy-log-utils@0.1.1
78137| | | `-- underscore.string@2.3.3
78138| | `-- underscore.string@2.3.3
78139| +-- grunt-legacy-util@0.2.0
78140| | +-- async@0.1.22
78141| | `-- lodash@0.9.2
78142| +-- hooker@0.2.3
78143| +-- iconv-lite@0.2.11
78144| +-- js-yaml@2.0.5
78145| | +-- argparse@0.1.16
78146| | | +-- underscore@1.7.0
78147| | | `-- underscore.string@2.4.0
78148| | `-- esprima@1.0.4
78149| +-- lodash@0.9.2
78150| +-- minimatch@0.2.14
78151| | +-- lru-cache@2.5.0
78152| | `-- sigmund@1.0.1
78153| +-- nopt@1.0.10
78154| | `-- abbrev@1.0.7
78155| +-- rimraf@2.2.8
78156| +-- underscore.string@2.2.1
78157| `-- which@1.0.9
78158+-- grunt-angular-templates@0.5.9
78159| `-- html-minifier@0.6.9
78160| +-- change-case@2.1.6
78161| | +-- camel-case@1.2.2
78162| | +-- constant-case@1.1.2
78163| | +-- dot-case@1.1.2
78164| | +-- is-lower-case@1.1.3
78165| | +-- is-upper-case@1.1.2
78166| | +-- lower-case@1.1.3
78167| | +-- param-case@1.1.2
78168| | +-- pascal-case@1.1.2
78169| | +-- path-case@1.1.2
78170| | +-- sentence-case@1.1.3
78171| | +-- snake-case@1.1.2
78172| | +-- swap-case@1.1.2
78173| | +-- title-case@1.1.2
78174| | +-- upper-case@1.1.3
78175| | `-- upper-case-first@1.1.2
78176| +-- clean-css@2.2.23
78177| | `-- commander@2.2.0
78178| +-- cli@0.6.6
78179| | `-- glob@3.2.11
78180| | `-- minimatch@0.3.0
78181| `-- relateurl@0.2.6
78182+-- grunt-asset-injector@0.1.0
78183| `-- wiredep@0.4.2
78184| +-- chalk@0.1.1
78185| | `-- ansi-styles@0.1.2
78186| `-- lodash@1.3.1
78187+-- grunt-autoprefixer@0.7.6
78188| +-- autoprefixer@1.3.1
78189| | +-- caniuse-db@1.0.30000382
78190| | +-- fs-extra@0.9.1
78191| | | +-- mkdirp@0.5.1
78192| | | | `-- minimist@0.0.8
78193| | | `-- ncp@0.5.1
78194| | `-- postcss@0.3.5
78195| | `-- base64-js@0.0.8
78196| +-- chalk@0.4.0
78197| | +-- ansi-styles@1.0.0
78198| | +-- has-color@0.1.7
78199| | `-- strip-ansi@0.1.1
78200| `-- diff@1.0.8
78201+-- grunt-build-control@0.1.3 (git://github.com/daftmonk/grunt-build-control.git#3d03ebbe49f8f963ef43c50af1084a15f56611fa)
78202| `-- shelljs@0.2.6
78203+-- grunt-concurrent@0.5.0
78204| +-- async@0.2.10
78205| `-- pad-stdio@0.1.1
78206| `-- lpad@0.2.1
78207+-- grunt-contrib-clean@0.5.0
78208| `-- rimraf@2.2.8
78209+-- grunt-contrib-concat@0.4.0
78210| `-- chalk@0.4.0
78211| +-- ansi-styles@1.0.0
78212| `-- strip-ansi@0.1.1
78213+-- grunt-contrib-copy@0.5.0
78214+-- grunt-contrib-cssmin@0.9.0
78215| +-- chalk@0.4.0
78216| | +-- ansi-styles@1.0.0
78217| | `-- strip-ansi@0.1.1
78218| +-- clean-css@2.1.8
78219| `-- maxmin@0.1.0
78220| +-- chalk@0.4.0
78221| | +-- ansi-styles@1.0.0
78222| | `-- strip-ansi@0.1.1
78223| `-- gzip-size@0.1.1
78224| +-- concat-stream@1.4.10
78225| | +-- readable-stream@1.1.13
78226| | `-- typedarray@0.0.6
78227| `-- zlib-browserify@0.0.3
78228| `-- tape@0.2.2
78229| `-- defined@0.0.0
78230+-- grunt-contrib-htmlmin@0.2.0
78231| +-- chalk@0.4.0
78232| | +-- ansi-styles@1.0.0
78233| | `-- strip-ansi@0.1.1
78234| +-- each-async@0.1.3
78235| +-- html-minifier@0.5.6
78236| `-- pretty-bytes@0.1.2
78237+-- grunt-contrib-imagemin@0.7.2
78238| +-- async@0.7.0
78239| +-- chalk@0.4.0
78240| | +-- ansi-styles@1.0.0
78241| | `-- strip-ansi@0.1.1
78242| `-- imagemin@0.4.9
78243| +-- fs-extra@0.10.0
78244| | +-- jsonfile@1.2.0
78245| | +-- mkdirp@0.5.1
78246| | | `-- minimist@0.0.8
78247| | `-- ncp@0.5.1
78248| +-- image-type@0.1.4
78249| | +-- is-bmp@0.1.1
78250| | +-- is-gif@0.1.1
78251| | +-- is-jpg@0.1.2
78252| | +-- is-jxr@0.1.1
78253| | +-- is-png@0.1.1
78254| | +-- is-psd@0.1.1
78255| | +-- is-tif@0.1.1
78256| | +-- is-webp@0.1.1
78257| | `-- read-chunk@0.1.0
78258| +-- imagemin-gifsicle@0.1.1
78259| | +-- exec-buffer@0.1.1
78260| | `-- gifsicle@0.1.7
78261| | +-- bin-build@0.1.1
78262| | | `-- download@0.1.19
78263| | | +-- decompress@0.2.5
78264| | | | +-- adm-zip@0.4.7
78265| | | | +-- ext-name@1.0.1
78266| | | | | +-- ext-list@0.2.0
78267| | | | | | `-- got@0.2.0
78268| | | | | | `-- object-assign@0.3.1
78269| | | | | `-- underscore.string@2.3.3
78270| | | | +-- get-stdin@0.1.0
78271| | | | +-- nopt@2.2.1
78272| | | | +-- stream-combiner@0.0.4
78273| | | | | `-- duplexer@0.1.1
78274| | | | `-- tar@0.1.20
78275| | | | +-- block-stream@0.0.8
78276| | | | `-- fstream@0.1.31
78277| | | | +-- graceful-fs@3.0.8
78278| | | | `-- mkdirp@0.5.1
78279| | | | `-- minimist@0.0.8
78280| | | +-- get-stdin@0.1.0
78281| | | +-- get-urls@0.1.2
78282| | | +-- nopt@2.2.1
78283| | | `-- through2@0.4.2
78284| | | +-- readable-stream@1.0.33
78285| | | `-- xtend@2.1.2
78286| | | `-- object-keys@0.4.0
78287| | +-- bin-wrapper@0.3.4
78288| | | +-- bin-check@0.1.5
78289| | | | `-- executable@0.1.3
78290| | | `-- find-file@0.1.4
78291| | `-- log-symbols@1.0.2
78292| +-- imagemin-jpegtran@0.1.0
78293| | `-- jpegtran-bin@0.2.8
78294| +-- imagemin-optipng@0.1.0
78295| | `-- optipng-bin@0.3.11
78296| +-- imagemin-pngquant@0.1.3
78297| | `-- pngquant-bin@0.3.5
78298| +-- imagemin-svgo@0.1.1
78299| | `-- is-svg@0.1.2
78300| +-- nopt@3.0.6
78301| +-- stat-mode@0.2.1
78302| +-- tempfile@0.1.3
78303| | `-- uuid@1.4.2
78304| `-- ware@0.3.0
78305+-- grunt-contrib-jade@0.11.0
78306| +-- chalk@0.4.0
78307| | +-- ansi-styles@1.0.0
78308| | `-- strip-ansi@0.1.1
78309| `-- grunt-lib-contrib@0.6.1
78310| `-- zlib-browserify@0.0.1
78311+-- grunt-contrib-jshint@0.10.0
78312| `-- jshint@2.5.11
78313| +-- console-browserify@1.1.0
78314| | `-- date-now@0.1.4
78315| +-- htmlparser2@3.8.3
78316| | +-- domelementtype@1.3.0
78317| | +-- domhandler@2.3.0
78318| | +-- domutils@1.5.1
78319| | | `-- dom-serializer@0.1.0
78320| | | +-- domelementtype@1.1.3
78321| | | `-- entities@1.1.1
78322| | +-- entities@1.0.0
78323| | `-- readable-stream@1.1.13
78324| +-- minimatch@1.0.0
78325| +-- shelljs@0.3.0
78326| +-- strip-json-comments@1.0.4
78327| `-- underscore@1.6.0
78328+-- grunt-contrib-stylus@0.22.0
78329| +-- async@0.9.2
78330| +-- chalk@1.1.1
78331| | +-- ansi-styles@2.1.0
78332| | +-- escape-string-regexp@1.0.4
78333| | +-- has-ansi@2.0.0
78334| | | `-- ansi-regex@2.0.0
78335| | +-- strip-ansi@3.0.0
78336| | `-- supports-color@2.0.0
78337| +-- lodash@3.10.1
78338| +-- nib@1.1.0
78339| | `-- stylus@0.49.3
78340| | +-- css-parse@1.7.0
78341| | +-- glob@3.2.11
78342| | | `-- minimatch@0.3.0
78343| | `-- sax@0.5.8
78344| `-- stylus@0.52.4
78345| +-- css-parse@1.7.0
78346| +-- glob@3.2.11
78347| | `-- minimatch@0.3.0
78348| +-- mkdirp@0.5.1
78349| | `-- minimist@0.0.8
78350| +-- sax@0.5.8
78351| `-- source-map@0.1.34
78352+-- grunt-contrib-uglify@0.4.1
78353| +-- chalk@0.4.0
78354| | +-- ansi-styles@1.0.0
78355| | `-- strip-ansi@0.1.1
78356| `-- uglify-js@2.4.24
78357| +-- async@0.2.10
78358| +-- uglify-to-browserify@1.0.2
78359| `-- yargs@3.5.4
78360| +-- camelcase@1.2.1
78361| +-- decamelize@1.1.2
78362| `-- window-size@0.1.0
78363+-- grunt-contrib-watch@0.6.1
78364| +-- async@0.2.10
78365| +-- gaze@0.5.2
78366| | `-- globule@0.1.0
78367| | +-- glob@3.1.21
78368| | | `-- inherits@1.0.2
78369| | +-- lodash@1.0.2
78370| | `-- minimatch@0.2.14
78371| `-- tiny-lr-fork@0.0.5
78372| +-- debug@0.7.4
78373| +-- faye-websocket@0.4.4
78374| +-- noptify@0.0.3
78375| | `-- nopt@2.0.0
78376| `-- qs@0.5.6
78377+-- grunt-dom-munger@3.4.0
78378| `-- cheerio@0.12.4
78379| +-- cheerio-select@0.0.3
78380| | `-- CSSselect@0.7.0
78381| | +-- boolbase@1.0.0
78382| | +-- CSSwhat@0.4.7
78383| | +-- domutils@1.4.3
78384| | `-- nth-check@1.0.1
78385| +-- entities@0.5.0
78386| +-- htmlparser2@3.1.4
78387| | +-- domhandler@2.0.3
78388| | +-- domutils@1.1.6
78389| | `-- readable-stream@1.0.33
78390| `-- underscore@1.4.4
78391+-- grunt-env@0.4.4
78392| `-- ini@1.3.4
78393+-- grunt-express-server@0.4.19
78394+-- grunt-filerev@2.2.0
78395+-- grunt-google-cdn@0.4.3
78396| +-- bower@1.7.1
78397| | +-- abbrev@1.0.7
78398| | +-- archy@1.0.0
78399| | +-- bower-config@1.3.0
78400| | | +-- graceful-fs@4.1.2
78401| | | +-- optimist@0.6.1
78402| | | | +-- minimist@0.0.10
78403| | | | `-- wordwrap@0.0.3
78404| | | +-- osenv@0.1.3
78405| | | | +-- os-homedir@1.0.1
78406| | | | `-- os-tmpdir@1.0.1
78407| | | `-- untildify@2.1.0
78408| | | `-- os-homedir@1.0.1
78409| | +-- bower-endpoint-parser@0.2.2
78410| | +-- bower-json@0.4.0
78411| | | +-- deep-extend@0.2.11
78412| | | +-- graceful-fs@2.0.3
78413| | | `-- intersect@0.0.3
78414| | +-- bower-logger@0.2.2
78415| | +-- bower-registry-client@1.0.0
78416| | | +-- async@0.2.10
78417| | | +-- graceful-fs@4.1.2
78418| | | +-- mkdirp@0.3.5
78419| | | `-- request-replay@0.2.0
78420| | +-- cardinal@0.4.4
78421| | | +-- ansicolors@0.2.1
78422| | | `-- redeyed@0.4.4
78423| | | `-- esprima@1.0.4
78424| | +-- chalk@1.1.1
78425| | | +-- ansi-styles@2.1.0
78426| | | +-- escape-string-regexp@1.0.3
78427| | | +-- has-ansi@2.0.0
78428| | | | `-- ansi-regex@2.0.0
78429| | | +-- strip-ansi@3.0.0
78430| | | | `-- ansi-regex@2.0.0
78431| | | `-- supports-color@2.0.0
78432| | +-- chmodr@1.0.2
78433| | +-- configstore@0.3.2
78434| | | +-- js-yaml@3.4.6
78435| | | | +-- argparse@1.0.3
78436| | | | | +-- lodash@3.10.1
78437| | | | | `-- sprintf-js@1.0.3
78438| | | | +-- esprima@2.7.1
78439| | | | `-- inherit@2.2.2
78440| | | +-- object-assign@2.1.1
78441| | | +-- osenv@0.1.3
78442| | | | +-- os-homedir@1.0.1
78443| | | | `-- os-tmpdir@1.0.1
78444| | | +-- uuid@2.0.1
78445| | | `-- xdg-basedir@1.0.1
78446| | +-- decompress-zip@0.1.0
78447| | | +-- binary@0.3.0
78448| | | | +-- buffers@0.1.1
78449| | | | `-- chainsaw@0.1.0
78450| | | | `-- traverse@0.3.9
78451| | | +-- mkpath@0.1.0
78452| | | +-- readable-stream@1.1.13
78453| | | | +-- core-util-is@1.0.2
78454| | | | +-- inherits@2.0.1
78455| | | | +-- isarray@0.0.1
78456| | | | `-- string_decoder@0.10.31
78457| | | `-- touch@0.0.3
78458| | | `-- nopt@1.0.10
78459| | +-- destroy@1.0.3
78460| | +-- fs-write-stream-atomic@1.0.7
78461| | | +-- graceful-fs@4.1.2
78462| | | +-- iferr@0.1.5
78463| | | +-- imurmurhash@0.1.4
78464| | | `-- readable-stream@2.0.4
78465| | | +-- core-util-is@1.0.2
78466| | | +-- inherits@2.0.1
78467| | | +-- isarray@0.0.1
78468| | | +-- process-nextick-args@1.0.6
78469| | | +-- string_decoder@0.10.31
78470| | | `-- util-deprecate@1.0.2
78471| | +-- fstream@1.0.8
78472| | | +-- graceful-fs@4.1.2
78473| | | `-- inherits@2.0.1
78474| | +-- fstream-ignore@1.0.3
78475| | | +-- inherits@2.0.1
78476| | | `-- minimatch@3.0.0
78477| | | `-- brace-expansion@1.1.2
78478| | | +-- balanced-match@0.3.0
78479| | | `-- concat-map@0.0.1
78480| | +-- github@0.2.4
78481| | | `-- mime@1.3.4
78482| | +-- glob@4.5.3
78483| | | +-- inflight@1.0.4
78484| | | | `-- wrappy@1.0.1
78485| | | +-- inherits@2.0.1
78486| | | +-- minimatch@2.0.10
78487| | | | `-- brace-expansion@1.1.2
78488| | | | +-- balanced-match@0.3.0
78489| | | | `-- concat-map@0.0.1
78490| | | `-- once@1.3.3
78491| | | `-- wrappy@1.0.1
78492| | +-- graceful-fs@3.0.8
78493| | +-- handlebars@2.0.0
78494| | | +-- optimist@0.3.7
78495| | | | `-- wordwrap@0.0.3
78496| | | `-- uglify-js@2.3.6
78497| | | +-- async@0.2.10
78498| | | `-- source-map@0.1.43
78499| | | `-- amdefine@1.0.0
78500| | +-- inquirer@0.10.0
78501| | | +-- ansi-escapes@1.1.0
78502| | | +-- ansi-regex@2.0.0
78503| | | +-- cli-cursor@1.0.2
78504| | | | `-- restore-cursor@1.0.1
78505| | | | +-- exit-hook@1.1.1
78506| | | | `-- onetime@1.0.0
78507| | | +-- cli-width@1.1.0
78508| | | +-- figures@1.4.0
78509| | | +-- lodash@3.10.1
78510| | | +-- readline2@1.0.1
78511| | | | +-- code-point-at@1.0.0
78512| | | | | `-- number-is-nan@1.0.0
78513| | | | +-- is-fullwidth-code-point@1.0.0
78514| | | | | `-- number-is-nan@1.0.0
78515| | | | `-- mute-stream@0.0.5
78516| | | +-- run-async@0.1.0
78517| | | | `-- once@1.3.3
78518| | | | `-- wrappy@1.0.1
78519| | | +-- rx-lite@3.1.2
78520| | | +-- strip-ansi@3.0.0
78521| | | `-- through@2.3.8
78522| | +-- insight@0.7.0
78523| | | +-- async@1.5.0
78524| | | +-- configstore@1.4.0
78525| | | | +-- graceful-fs@4.1.2
78526| | | | +-- os-tmpdir@1.0.1
78527| | | | +-- osenv@0.1.3
78528| | | | | `-- os-homedir@1.0.1
78529| | | | +-- uuid@2.0.1
78530| | | | +-- write-file-atomic@1.1.4
78531| | | | | +-- imurmurhash@0.1.4
78532| | | | | `-- slide@1.1.6
78533| | | | `-- xdg-basedir@2.0.0
78534| | | | `-- os-homedir@1.0.1
78535| | | +-- lodash.debounce@3.1.1
78536| | | | `-- lodash._getnative@3.9.1
78537| | | +-- object-assign@4.0.1
78538| | | +-- os-name@1.0.3
78539| | | | +-- osx-release@1.1.0
78540| | | | | `-- minimist@1.2.0
78541| | | | `-- win-release@1.1.1
78542| | | | `-- semver@5.1.0
78543| | | `-- tough-cookie@2.2.1
78544| | +-- is-root@1.0.0
78545| | +-- junk@1.0.2
78546| | +-- lockfile@1.0.1
78547| | +-- lru-cache@2.7.3
78548| | +-- md5-hex@1.1.0
78549| | | `-- md5-o-matic@0.1.1
78550| | +-- mkdirp@0.5.0
78551| | | `-- minimist@0.0.8
78552| | +-- mout@0.11.1
78553| | +-- nopt@3.0.6
78554| | +-- opn@1.0.2
78555| | +-- p-throttler@0.1.1
78556| | | `-- q@0.9.7
78557| | +-- promptly@0.2.0
78558| | | `-- read@1.0.7
78559| | | `-- mute-stream@0.0.5
78560| | +-- q@1.4.1
78561| | +-- request@2.53.0
78562| | | +-- aws-sign2@0.5.0
78563| | | +-- bl@0.9.4
78564| | | | `-- readable-stream@1.0.33
78565| | | | +-- core-util-is@1.0.2
78566| | | | +-- inherits@2.0.1
78567| | | | +-- isarray@0.0.1
78568| | | | `-- string_decoder@0.10.31
78569| | | +-- caseless@0.9.0
78570| | | +-- combined-stream@0.0.7
78571| | | | `-- delayed-stream@0.0.5
78572| | | +-- forever-agent@0.5.2
78573| | | +-- form-data@0.2.0
78574| | | | `-- async@0.9.2
78575| | | +-- hawk@2.3.1
78576| | | | +-- boom@2.10.1
78577| | | | +-- cryptiles@2.0.5
78578| | | | +-- hoek@2.16.3
78579| | | | `-- sntp@1.0.9
78580| | | +-- http-signature@0.10.1
78581| | | | +-- asn1@0.1.11
78582| | | | +-- assert-plus@0.1.5
78583| | | | `-- ctype@0.5.3
78584| | | +-- isstream@0.1.2
78585| | | +-- json-stringify-safe@5.0.1
78586| | | +-- mime-types@2.0.14
78587| | | | `-- mime-db@1.12.0
78588| | | +-- node-uuid@1.4.7
78589| | | +-- oauth-sign@0.6.0
78590| | | +-- qs@2.3.3
78591| | | +-- stringstream@0.0.5
78592| | | +-- tough-cookie@2.2.1
78593| | | `-- tunnel-agent@0.4.2
78594| | +-- request-progress@0.3.1
78595| | | `-- throttleit@0.0.2
78596| | +-- retry@0.6.1
78597| | +-- rimraf@2.4.4
78598| | | `-- glob@5.0.15
78599| | | +-- inflight@1.0.4
78600| | | | `-- wrappy@1.0.1
78601| | | +-- inherits@2.0.1
78602| | | +-- minimatch@3.0.0
78603| | | | `-- brace-expansion@1.1.2
78604| | | | +-- balanced-match@0.3.0
78605| | | | `-- concat-map@0.0.1
78606| | | +-- once@1.3.3
78607| | | | `-- wrappy@1.0.1
78608| | | `-- path-is-absolute@1.0.0
78609| | +-- semver@2.3.2
78610| | +-- semver-utils@1.1.1
78611| | +-- shell-quote@1.4.3
78612| | | +-- array-filter@0.0.1
78613| | | +-- array-map@0.0.0
78614| | | +-- array-reduce@0.0.0
78615| | | `-- jsonify@0.0.0
78616| | +-- stringify-object@1.0.1
78617| | +-- tar-fs@1.8.1
78618| | | +-- pump@1.0.1
78619| | | | +-- end-of-stream@1.1.0
78620| | | | `-- once@1.3.3
78621| | | | `-- wrappy@1.0.1
78622| | | `-- tar-stream@1.3.1
78623| | | +-- bl@1.0.0
78624| | | +-- end-of-stream@1.1.0
78625| | | | `-- once@1.3.3
78626| | | | `-- wrappy@1.0.1
78627| | | +-- readable-stream@2.0.4
78628| | | | +-- core-util-is@1.0.2
78629| | | | +-- inherits@2.0.1
78630| | | | +-- isarray@0.0.1
78631| | | | +-- process-nextick-args@1.0.6
78632| | | | +-- string_decoder@0.10.31
78633| | | | `-- util-deprecate@1.0.2
78634| | | `-- xtend@4.0.1
78635| | +-- tmp@0.0.24
78636| | +-- update-notifier@0.6.0
78637| | | +-- configstore@1.4.0
78638| | | | +-- graceful-fs@4.1.2
78639| | | | +-- object-assign@4.0.1
78640| | | | +-- os-tmpdir@1.0.1
78641| | | | +-- osenv@0.1.3
78642| | | | | `-- os-homedir@1.0.1
78643| | | | +-- uuid@2.0.1
78644| | | | +-- write-file-atomic@1.1.4
78645| | | | | +-- imurmurhash@0.1.4
78646| | | | | `-- slide@1.1.6
78647| | | | `-- xdg-basedir@2.0.0
78648| | | | `-- os-homedir@1.0.1
78649| | | +-- is-npm@1.0.0
78650| | | +-- latest-version@2.0.0
78651| | | | `-- package-json@2.3.0
78652| | | | +-- got@5.2.0
78653| | | | | +-- create-error-class@2.0.1
78654| | | | | | +-- capture-stack-trace@1.0.0
78655| | | | | | `-- inherits@2.0.1
78656| | | | | +-- duplexify@3.4.2
78657| | | | | | +-- end-of-stream@1.0.0
78658| | | | | | | `-- once@1.3.3
78659| | | | | | | `-- wrappy@1.0.1
78660| | | | | | `-- readable-stream@2.0.4
78661| | | | | | +-- core-util-is@1.0.2
78662| | | | | | +-- inherits@2.0.1
78663| | | | | | +-- isarray@0.0.1
78664| | | | | | +-- process-nextick-args@1.0.6
78665| | | | | | +-- string_decoder@0.10.31
78666| | | | | | `-- util-deprecate@1.0.2
78667| | | | | +-- is-plain-obj@1.1.0
78668| | | | | +-- is-redirect@1.0.0
78669| | | | | +-- is-stream@1.0.1
78670| | | | | +-- lowercase-keys@1.0.0
78671| | | | | +-- node-status-codes@1.0.0
78672| | | | | +-- object-assign@4.0.1
78673| | | | | +-- parse-json@2.2.0
78674| | | | | | `-- error-ex@1.3.0
78675| | | | | | `-- is-arrayish@0.2.1
78676| | | | | +-- pinkie-promise@2.0.0
78677| | | | | | `-- pinkie@2.0.1
78678| | | | | +-- read-all-stream@3.0.1
78679| | | | | | +-- pinkie-promise@1.0.0
78680| | | | | | | `-- pinkie@1.0.0
78681| | | | | | `-- readable-stream@2.0.4
78682| | | | | | +-- core-util-is@1.0.2
78683| | | | | | +-- inherits@2.0.1
78684| | | | | | +-- isarray@0.0.1
78685| | | | | | +-- process-nextick-args@1.0.6
78686| | | | | | +-- string_decoder@0.10.31
78687| | | | | | `-- util-deprecate@1.0.2
78688| | | | | +-- timed-out@2.0.0
78689| | | | | +-- unzip-response@1.0.0
78690| | | | | `-- url-parse-lax@1.0.0
78691| | | | | `-- prepend-http@1.0.3
78692| | | | +-- rc@1.1.5
78693| | | | | +-- deep-extend@0.4.0
78694| | | | | +-- ini@1.3.4
78695| | | | | +-- minimist@1.2.0
78696| | | | | `-- strip-json-comments@1.0.4
78697| | | | +-- registry-url@3.0.3
78698| | | | `-- semver@5.1.0
78699| | | +-- repeating@2.0.0
78700| | | | `-- is-finite@1.0.1
78701| | | | `-- number-is-nan@1.0.0
78702| | | +-- semver-diff@2.1.0
78703| | | | `-- semver@5.1.0
78704| | | `-- string-length@1.0.1
78705| | | `-- strip-ansi@3.0.0
78706| | | `-- ansi-regex@2.0.0
78707| | +-- user-home@1.1.1
78708| | `-- which@1.2.0
78709| | `-- is-absolute@0.1.7
78710| | `-- is-relative@0.1.3
78711| +-- chalk@0.5.1
78712| | +-- ansi-styles@1.1.0
78713| | +-- has-ansi@0.1.0
78714| | | `-- ansi-regex@0.2.1
78715| | +-- strip-ansi@0.3.0
78716| | `-- supports-color@0.2.0
78717| `-- google-cdn@0.7.0
78718| +-- async@0.9.2
78719| +-- bower@1.3.12
78720| | +-- archy@0.0.2
78721| | +-- bower-endpoint-parser@0.2.2
78722| | +-- bower-json@0.4.0
78723| | | +-- graceful-fs@2.0.3
78724| | | `-- intersect@0.0.3
78725| | +-- bower-logger@0.2.2
78726| | +-- bower-registry-client@0.2.4
78727| | | +-- async@0.2.10
78728| | | +-- graceful-fs@2.0.3
78729| | | +-- lru-cache@2.3.1
78730| | | +-- request@2.51.0
78731| | | | +-- bl@0.9.4
78732| | | | | `-- readable-stream@1.0.33
78733| | | | +-- caseless@0.8.0
78734| | | | +-- combined-stream@0.0.7
78735| | | | | `-- delayed-stream@0.0.5
78736| | | | +-- forever-agent@0.5.2
78737| | | | +-- form-data@0.2.0
78738| | | | | +-- async@0.9.2
78739| | | | | `-- mime-types@2.0.14
78740| | | | +-- hawk@1.1.1
78741| | | | | +-- boom@0.4.2
78742| | | | | +-- cryptiles@0.2.2
78743| | | | | +-- hoek@0.9.1
78744| | | | | `-- sntp@0.2.4
78745| | | | +-- http-signature@0.10.1
78746| | | | | +-- asn1@0.1.11
78747| | | | | `-- assert-plus@0.1.5
78748| | | | +-- node-uuid@1.4.7
78749| | | | +-- oauth-sign@0.5.0
78750| | | | `-- qs@2.3.3
78751| | | +-- request-replay@0.2.0
78752| | | `-- rimraf@2.2.8
78753| | +-- cardinal@0.4.0
78754| | | `-- redeyed@0.4.4
78755| | +-- chalk@0.5.0
78756| | | +-- ansi-styles@1.1.0
78757| | | +-- has-ansi@0.1.0
78758| | | | `-- ansi-regex@0.2.1
78759| | | +-- strip-ansi@0.3.0
78760| | | `-- supports-color@0.2.0
78761| | +-- chmodr@0.1.0
78762| | +-- decompress-zip@0.0.8
78763| | | +-- binary@0.3.0
78764| | | | +-- buffers@0.1.1
78765| | | | `-- chainsaw@0.1.0
78766| | | | `-- traverse@0.3.9
78767| | | +-- graceful-fs@3.0.8
78768| | | +-- mkpath@0.1.0
78769| | | +-- nopt@2.2.1
78770| | | +-- q@1.0.1
78771| | | +-- readable-stream@1.1.13
78772| | | `-- touch@0.0.2
78773| | | `-- nopt@1.0.10
78774| | +-- fstream@1.0.8
78775| | | `-- graceful-fs@4.1.2
78776| | +-- fstream-ignore@1.0.3
78777| | | `-- fstream@1.0.8
78778| | | +-- graceful-fs@4.1.2
78779| | | `-- mkdirp@0.5.1
78780| | | `-- minimist@0.0.8
78781| | +-- glob@4.0.6
78782| | | `-- minimatch@1.0.0
78783| | +-- graceful-fs@3.0.8
78784| | +-- handlebars@2.0.0
78785| | | `-- uglify-js@2.3.6
78786| | | `-- async@0.2.10
78787| | +-- inquirer@0.7.1
78788| | | +-- chalk@0.5.1
78789| | | | +-- ansi-styles@1.1.0
78790| | | | +-- has-ansi@0.1.0
78791| | | | | `-- ansi-regex@0.2.1
78792| | | | +-- strip-ansi@0.3.0
78793| | | | `-- supports-color@0.2.0
78794| | | +-- cli-color@0.3.3
78795| | | | +-- d@0.1.1
78796| | | | +-- es5-ext@0.10.11
78797| | | | | +-- es6-iterator@2.0.0
78798| | | | | `-- es6-symbol@3.0.2
78799| | | | +-- memoizee@0.3.9
78800| | | | | +-- es6-weak-map@0.1.4
78801| | | | | | +-- es6-iterator@0.1.3
78802| | | | | | `-- es6-symbol@2.0.1
78803| | | | | +-- event-emitter@0.3.4
78804| | | | | +-- lru-queue@0.1.0
78805| | | | | `-- next-tick@0.2.2
78806| | | | `-- timers-ext@0.1.0
78807| | | +-- figures@1.4.0
78808| | | +-- mute-stream@0.0.4
78809| | | +-- readline2@0.1.1
78810| | | | `-- strip-ansi@2.0.1
78811| | | | `-- ansi-regex@1.1.1
78812| | | `-- rx@2.5.3
78813| | +-- insight@0.4.3
78814| | | +-- async@0.9.2
78815| | | +-- chalk@0.5.1
78816| | | | +-- ansi-styles@1.1.0
78817| | | | +-- has-ansi@0.1.0
78818| | | | | `-- ansi-regex@0.2.1
78819| | | | +-- strip-ansi@0.3.0
78820| | | | `-- supports-color@0.2.0
78821| | | +-- inquirer@0.6.0
78822| | | +-- lodash.debounce@2.4.1
78823| | | | +-- lodash.isfunction@2.4.1
78824| | | | +-- lodash.isobject@2.4.1
78825| | | | | `-- lodash._objecttypes@2.4.1
78826| | | | `-- lodash.now@2.4.1
78827| | | | `-- lodash._isnative@2.4.1
78828| | | +-- object-assign@1.0.0
78829| | | +-- os-name@1.0.3
78830| | | | +-- osx-release@1.1.0
78831| | | | `-- win-release@1.1.1
78832| | | | `-- semver@5.1.0
78833| | | `-- tough-cookie@0.12.1
78834| | | `-- punycode@1.4.0
78835| | +-- is-root@1.0.0
78836| | +-- junk@1.0.2
78837| | +-- lockfile@1.0.1
78838| | +-- mkdirp@0.5.0
78839| | | `-- minimist@0.0.8
78840| | +-- mout@0.9.1
78841| | +-- nopt@3.0.6
78842| | +-- opn@1.0.2
78843| | +-- osenv@0.1.0
78844| | +-- p-throttler@0.1.0
78845| | +-- promptly@0.2.0
78846| | | `-- read@1.0.7
78847| | +-- q@1.0.1
78848| | +-- request@2.42.0
78849| | | +-- bl@0.9.4
78850| | | | `-- readable-stream@1.0.33
78851| | | +-- caseless@0.6.0
78852| | | +-- forever-agent@0.5.2
78853| | | +-- form-data@0.1.4
78854| | | | `-- combined-stream@0.0.7
78855| | | | `-- delayed-stream@0.0.5
78856| | | +-- hawk@1.1.1
78857| | | | +-- boom@0.4.2
78858| | | | +-- cryptiles@0.2.2
78859| | | | +-- hoek@0.9.1
78860| | | | `-- sntp@0.2.4
78861| | | +-- http-signature@0.10.1
78862| | | | +-- asn1@0.1.11
78863| | | | `-- assert-plus@0.1.5
78864| | | +-- node-uuid@1.4.7
78865| | | +-- oauth-sign@0.4.0
78866| | | `-- qs@1.2.2
78867| | +-- request-progress@0.3.0
78868| | +-- retry@0.6.0
78869| | +-- rimraf@2.2.8
78870| | +-- shell-quote@1.4.3
78871| | | +-- array-filter@0.0.1
78872| | | +-- array-map@0.0.0
78873| | | `-- array-reduce@0.0.0
78874| | +-- stringify-object@1.0.1
78875| | +-- tar-fs@0.5.2
78876| | | +-- mkdirp@0.5.1
78877| | | | `-- minimist@0.0.8
78878| | | +-- pump@0.3.5
78879| | | | +-- end-of-stream@1.0.0
78880| | | | `-- once@1.2.0
78881| | | `-- tar-stream@0.4.7
78882| | | +-- bl@0.9.4
78883| | | | `-- readable-stream@1.0.33
78884| | | `-- readable-stream@1.1.13
78885| | +-- tmp@0.0.23
78886| | `-- update-notifier@0.2.0
78887| | +-- chalk@0.5.1
78888| | | +-- ansi-styles@1.1.0
78889| | | +-- has-ansi@0.1.0
78890| | | | `-- ansi-regex@0.2.1
78891| | | +-- strip-ansi@0.3.0
78892| | | `-- supports-color@0.2.0
78893| | +-- latest-version@0.2.0
78894| | | `-- package-json@0.2.0
78895| | | +-- got@0.3.0
78896| | | | `-- object-assign@0.3.1
78897| | | `-- registry-url@0.1.1
78898| | | `-- npmconf@2.1.2
78899| | | +-- mkdirp@0.5.1
78900| | | | `-- minimist@0.0.8
78901| | | `-- nopt@3.0.6
78902| | +-- semver-diff@0.1.0
78903| | `-- string-length@0.1.2
78904| | `-- strip-ansi@0.2.2
78905| | `-- ansi-regex@0.1.0
78906| +-- cdnjs-cdn-data@0.1.2
78907| | `-- semver@5.0.3
78908| +-- google-cdn-data@0.1.23
78909| +-- regexp-quote@0.0.0
78910| `-- semver@2.3.2
78911+-- grunt-karma@0.8.3
78912+-- grunt-mocha-test@0.10.2
78913| +-- fs-extra@0.8.1
78914| | +-- jsonfile@1.1.1
78915| | +-- ncp@0.4.2
78916| | `-- rimraf@2.2.8
78917| `-- mocha@1.18.2
78918| +-- commander@2.0.0
78919| +-- diff@1.0.7
78920| +-- glob@3.2.3
78921| | +-- graceful-fs@2.0.3
78922| | `-- minimatch@0.2.14
78923| +-- growl@1.7.0
78924| `-- jade@0.26.3
78925| +-- commander@0.6.1
78926| `-- mkdirp@0.3.0
78927+-- grunt-newer@0.7.0
78928| +-- async@0.2.10
78929| `-- rimraf@2.2.6
78930+-- grunt-ng-annotate@0.2.3
78931| `-- ng-annotate@0.9.11
78932| +-- alter@0.2.0
78933| +-- convert-source-map@0.4.1
78934| +-- esprima@1.2.5
78935| +-- optimist@0.6.1
78936| | `-- minimist@0.0.10
78937| +-- ordered-ast-traverse@0.1.1
78938| | `-- ordered-esprima-props@1.0.0
78939| +-- simple-fmt@0.1.0
78940| +-- simple-is@0.2.0
78941| +-- source-map@0.1.43
78942| +-- stable@0.1.5
78943| +-- stringmap@0.2.2
78944| +-- stringset@0.2.1
78945| `-- tryor@0.1.2
78946+-- grunt-node-inspector@0.1.6
78947| `-- node-inspector@0.9.2
78948| +-- async@0.9.2
78949| +-- biased-opener@0.2.7
78950| | +-- browser-launcher2@0.4.6
78951| | | +-- headless@0.1.7
78952| | | +-- mkdirp@0.5.1
78953| | | | `-- minimist@0.0.8
78954| | | +-- plist@1.2.0
78955| | | +-- rimraf@2.2.8
78956| | | +-- uid@0.0.2
78957| | | `-- win-detect-browsers@1.0.2
78958| | | +-- debug@2.2.0
78959| | | | `-- ms@0.7.1
78960| | | `-- yargs@1.3.3
78961| | `-- x-default-browser@0.3.1
78962| | `-- default-browser-id@1.0.4
78963| | +-- bplist-parser@0.1.1
78964| | | `-- big-integer@1.6.9
78965| | +-- meow@3.6.0
78966| | | +-- camelcase-keys@2.0.0
78967| | | | `-- camelcase@2.0.1
78968| | | +-- loud-rejection@1.2.0
78969| | | | `-- signal-exit@2.1.2
78970| | | +-- normalize-package-data@2.3.5
78971| | | | +-- hosted-git-info@2.1.4
78972| | | | +-- is-builtin-module@1.0.0
78973| | | | | `-- builtin-modules@1.1.0
78974| | | | `-- validate-npm-package-license@3.0.1
78975| | | | +-- spdx-correct@1.0.2
78976| | | | | `-- spdx-license-ids@1.1.0
78977| | | | `-- spdx-expression-parse@1.0.2
78978| | | | `-- spdx-exceptions@1.0.4
78979| | | +-- object-assign@4.0.1
78980| | | +-- read-pkg-up@1.0.1
78981| | | | +-- find-up@1.1.0
78982| | | | | +-- path-exists@2.1.0
78983| | | | | `-- pinkie-promise@2.0.0
78984| | | | | `-- pinkie@2.0.1
78985| | | | `-- read-pkg@1.1.0
78986| | | | +-- load-json-file@1.1.0
78987| | | | | +-- graceful-fs@4.1.2
78988| | | | | +-- parse-json@2.2.0
78989| | | | | | `-- error-ex@1.3.0
78990| | | | | | `-- is-arrayish@0.2.1
78991| | | | | +-- pify@2.3.0
78992| | | | | `-- strip-bom@2.0.0
78993| | | | | `-- is-utf8@0.2.1
78994| | | | `-- path-type@1.1.0
78995| | | | `-- graceful-fs@4.1.2
78996| | | +-- redent@1.0.0
78997| | | | +-- indent-string@2.1.0
78998| | | | | `-- repeating@2.0.0
78999| | | | `-- strip-indent@1.0.1
79000| | | `-- trim-newlines@1.0.0
79001| | `-- untildify@2.1.0
79002| | `-- os-homedir@1.0.1
79003| +-- express@4.13.3
79004| | +-- accepts@1.2.13
79005| | | +-- mime-types@2.1.8
79006| | | | `-- mime-db@1.20.0
79007| | | `-- negotiator@0.5.3
79008| | +-- array-flatten@1.1.1
79009| | +-- content-disposition@0.5.0
79010| | +-- cookie@0.1.3
79011| | +-- cookie-signature@1.0.6
79012| | +-- debug@2.2.0
79013| | +-- depd@1.0.1
79014| | +-- escape-html@1.0.2
79015| | +-- etag@1.7.0
79016| | +-- fresh@0.3.0
79017| | +-- merge-descriptors@1.0.0
79018| | +-- methods@1.1.1
79019| | +-- on-finished@2.3.0
79020| | | `-- ee-first@1.1.1
79021| | +-- parseurl@1.3.0
79022| | +-- path-to-regexp@0.1.7
79023| | +-- proxy-addr@1.0.10
79024| | | +-- forwarded@0.1.0
79025| | | `-- ipaddr.js@1.0.5
79026| | +-- qs@4.0.0
79027| | +-- range-parser@1.0.3
79028| | +-- send@0.13.0
79029| | | +-- debug@2.2.0
79030| | | +-- destroy@1.0.3
79031| | | `-- mime@1.3.4
79032| | +-- serve-static@1.10.0
79033| | `-- type-is@1.6.10
79034| | `-- media-typer@0.3.0
79035| +-- glob@4.5.3
79036| | `-- minimatch@2.0.10
79037| +-- rc@0.5.5
79038| | +-- deep-extend@0.2.11
79039| | +-- minimist@0.0.10
79040| | `-- strip-json-comments@0.1.3
79041| +-- semver@3.0.1
79042| +-- serve-favicon@2.3.0
79043| | `-- ms@0.7.1
79044| +-- strong-data-uri@0.1.1
79045| | `-- truncate@1.0.5
79046| +-- v8-debug@0.4.6
79047| | `-- node-pre-gyp@0.6.18
79048| | +-- mkdirp@0.5.1
79049| | | `-- minimist@0.0.8
79050| | +-- nopt@3.0.6
79051| | | `-- abbrev@1.0.7
79052| | +-- npmlog@2.0.0
79053| | | +-- ansi@0.3.0
79054| | | +-- are-we-there-yet@1.0.5
79055| | | | +-- delegates@0.1.0
79056| | | | `-- readable-stream@2.0.5
79057| | | | +-- core-util-is@1.0.2
79058| | | | +-- inherits@2.0.1
79059| | | | +-- isarray@0.0.1
79060| | | | +-- process-nextick-args@1.0.6
79061| | | | +-- string_decoder@0.10.31
79062| | | | `-- util-deprecate@1.0.2
79063| | | `-- gauge@1.2.2
79064| | | +-- has-unicode@1.0.1
79065| | | +-- lodash.pad@3.1.1
79066| | | | +-- lodash._basetostring@3.0.1
79067| | | | `-- lodash._createpadding@3.6.1
79068| | | | `-- lodash.repeat@3.0.1
79069| | | +-- lodash.padleft@3.1.1
79070| | | | +-- lodash._basetostring@3.0.1
79071| | | | `-- lodash._createpadding@3.6.1
79072| | | | `-- lodash.repeat@3.0.1
79073| | | `-- lodash.padright@3.1.1
79074| | | +-- lodash._basetostring@3.0.1
79075| | | `-- lodash._createpadding@3.6.1
79076| | | `-- lodash.repeat@3.0.1
79077| | +-- rc@1.1.5
79078| | | +-- deep-extend@0.4.0
79079| | | +-- ini@1.3.4
79080| | | +-- minimist@1.2.0
79081| | | `-- strip-json-comments@1.0.4
79082| | +-- request@2.67.0
79083| | | +-- aws-sign2@0.6.0
79084| | | +-- bl@1.0.0
79085| | | | `-- readable-stream@2.0.5
79086| | | | +-- core-util-is@1.0.2
79087| | | | +-- inherits@2.0.1
79088| | | | +-- isarray@0.0.1
79089| | | | +-- process-nextick-args@1.0.6
79090| | | | +-- string_decoder@0.10.31
79091| | | | `-- util-deprecate@1.0.2
79092| | | +-- caseless@0.11.0
79093| | | +-- combined-stream@1.0.5
79094| | | | `-- delayed-stream@1.0.0
79095| | | +-- extend@3.0.0
79096| | | +-- forever-agent@0.6.1
79097| | | +-- form-data@1.0.0-rc3
79098| | | | `-- async@1.5.0
79099| | | +-- har-validator@2.0.3
79100| | | | +-- chalk@1.1.1
79101| | | | | +-- ansi-styles@2.1.0
79102| | | | | +-- escape-string-regexp@1.0.3
79103| | | | | +-- has-ansi@2.0.0
79104| | | | | | `-- ansi-regex@2.0.0
79105| | | | | +-- strip-ansi@3.0.0
79106| | | | | | `-- ansi-regex@2.0.0
79107| | | | | `-- supports-color@2.0.0
79108| | | | +-- commander@2.9.0
79109| | | | | `-- graceful-readlink@1.0.1
79110| | | | +-- is-my-json-valid@2.12.3
79111| | | | | +-- generate-function@2.0.0
79112| | | | | +-- generate-object-property@1.2.0
79113| | | | | | `-- is-property@1.0.2
79114| | | | | +-- jsonpointer@2.0.0
79115| | | | | `-- xtend@4.0.1
79116| | | | `-- pinkie-promise@2.0.0
79117| | | | `-- pinkie@2.0.1
79118| | | +-- hawk@3.1.2
79119| | | | +-- boom@2.10.1
79120| | | | +-- cryptiles@2.0.5
79121| | | | +-- hoek@2.16.3
79122| | | | `-- sntp@1.0.9
79123| | | +-- http-signature@1.1.0
79124| | | | +-- assert-plus@0.1.5
79125| | | | +-- jsprim@1.2.2
79126| | | | | +-- extsprintf@1.0.2
79127| | | | | +-- json-schema@0.2.2
79128| | | | | `-- verror@1.3.6
79129| | | | `-- sshpk@1.7.1
79130| | | | +-- asn1@0.2.3
79131| | | | +-- assert-plus@0.2.0
79132| | | | +-- dashdash@1.10.1
79133| | | | | `-- assert-plus@0.1.5
79134| | | | +-- ecc-jsbn@0.1.1
79135| | | | +-- jodid25519@1.0.2
79136| | | | +-- jsbn@0.1.0
79137| | | | `-- tweetnacl@0.13.2
79138| | | +-- is-typedarray@1.0.0
79139| | | +-- isstream@0.1.2
79140| | | +-- json-stringify-safe@5.0.1
79141| | | +-- mime-types@2.1.8
79142| | | | `-- mime-db@1.20.0
79143| | | +-- node-uuid@1.4.7
79144| | | +-- oauth-sign@0.8.0
79145| | | +-- qs@5.2.0
79146| | | +-- stringstream@0.0.5
79147| | | +-- tough-cookie@2.2.1
79148| | | `-- tunnel-agent@0.4.2
79149| | +-- rimraf@2.4.4
79150| | | `-- glob@5.0.15
79151| | | +-- inflight@1.0.4
79152| | | | `-- wrappy@1.0.1
79153| | | +-- inherits@2.0.1
79154| | | +-- minimatch@3.0.0
79155| | | | `-- brace-expansion@1.1.2
79156| | | | +-- balanced-match@0.3.0
79157| | | | `-- concat-map@0.0.1
79158| | | +-- once@1.3.3
79159| | | | `-- wrappy@1.0.1
79160| | | `-- path-is-absolute@1.0.0
79161| | +-- semver@5.1.0
79162| | +-- tar@2.2.1
79163| | | +-- block-stream@0.0.8
79164| | | +-- fstream@1.0.8
79165| | | | `-- graceful-fs@4.1.2
79166| | | `-- inherits@2.0.1
79167| | `-- tar-pack@3.1.2
79168| | +-- debug@0.7.4
79169| | +-- fstream@1.0.8
79170| | | +-- graceful-fs@4.1.2
79171| | | `-- inherits@2.0.1
79172| | +-- fstream-ignore@1.0.3
79173| | | +-- inherits@2.0.1
79174| | | `-- minimatch@3.0.0
79175| | | `-- brace-expansion@1.1.2
79176| | | +-- balanced-match@0.3.0
79177| | | `-- concat-map@0.0.1
79178| | +-- once@1.1.1
79179| | +-- readable-stream@2.0.5
79180| | | +-- core-util-is@1.0.2
79181| | | +-- inherits@2.0.1
79182| | | +-- isarray@0.0.1
79183| | | +-- process-nextick-args@1.0.6
79184| | | +-- string_decoder@0.10.31
79185| | | `-- util-deprecate@1.0.2
79186| | `-- uid-number@0.0.3
79187| +-- v8-profiler@5.2.12
79188| | `-- nan@2.0.9
79189| +-- ws@0.4.32
79190| | +-- nan@1.0.0
79191| | +-- options@0.0.6
79192| | `-- tinycolor@0.0.1
79193| `-- yargs@1.3.3
79194+-- grunt-nodemon@0.2.1
79195| `-- nodemon@1.0.20
79196| +-- minimatch@0.2.14
79197| +-- ps-tree@0.0.3
79198| | `-- event-stream@0.5.3
79199| | `-- optimist@0.2.8
79200| `-- update-notifier@0.1.10
79201| +-- chalk@0.4.0
79202| | +-- ansi-styles@1.0.0
79203| | `-- strip-ansi@0.1.1
79204| `-- configstore@0.3.2
79205| +-- graceful-fs@3.0.8
79206| +-- js-yaml@3.4.6
79207| | +-- argparse@1.0.3
79208| | | +-- lodash@3.10.1
79209| | | `-- sprintf-js@1.0.3
79210| | +-- esprima@2.7.1
79211| | `-- inherit@2.2.2
79212| +-- mkdirp@0.5.1
79213| | `-- minimist@0.0.8
79214| +-- object-assign@2.1.1
79215| +-- user-home@1.1.1
79216| +-- uuid@2.0.1
79217| `-- xdg-basedir@1.0.1
79218+-- grunt-open@0.2.3
79219+-- grunt-protractor-runner@1.2.1
79220| +-- protractor@1.8.0
79221| | +-- accessibility-developer-tools@2.6.0
79222| | +-- adm-zip@0.4.4
79223| | +-- glob@3.2.11
79224| | | `-- minimatch@0.3.0
79225| | +-- html-entities@1.1.3
79226| | +-- jasmine@2.1.1
79227| | | +-- glob@3.2.11
79228| | | | `-- minimatch@0.3.0
79229| | | `-- jasmine-core@2.1.3
79230| | +-- jasminewd@1.1.0
79231| | +-- jasminewd2@0.0.2
79232| | +-- minijasminenode@1.1.1
79233| | +-- optimist@0.6.1
79234| | | `-- minimist@0.0.10
79235| | +-- q@1.0.0
79236| | +-- request@2.36.0
79237| | | +-- forever-agent@0.5.2
79238| | | +-- form-data@0.1.4
79239| | | | +-- async@0.9.2
79240| | | | `-- combined-stream@0.0.7
79241| | | | `-- delayed-stream@0.0.5
79242| | | +-- hawk@1.0.0
79243| | | | +-- boom@0.4.2
79244| | | | +-- cryptiles@0.2.2
79245| | | | +-- hoek@0.9.1
79246| | | | `-- sntp@0.2.4
79247| | | +-- http-signature@0.10.1
79248| | | | +-- asn1@0.1.11
79249| | | | `-- assert-plus@0.1.5
79250| | | +-- node-uuid@1.4.7
79251| | | `-- oauth-sign@0.3.0
79252| | +-- saucelabs@0.1.1
79253| | +-- selenium-webdriver@2.44.0
79254| | | +-- adm-zip@0.4.4
79255| | | +-- tmp@0.0.24
79256| | | `-- xml2js@0.4.4
79257| | | `-- xmlbuilder@4.0.0
79258| | | `-- lodash@3.10.1
79259| | `-- source-map-support@0.2.10
79260| | `-- source-map@0.1.32
79261| +-- split@0.3.3
79262| | `-- through@2.3.8
79263| `-- through2@0.5.1
79264| +-- readable-stream@1.0.33
79265| `-- xtend@3.0.0
79266+-- grunt-svgmin@0.4.0
79267| +-- chalk@0.4.0
79268| | +-- ansi-styles@1.0.0
79269| | `-- strip-ansi@0.1.1
79270| `-- svgo@0.4.5
79271| +-- coa@0.4.1
79272| | `-- q@0.9.7
79273| +-- js-yaml@2.1.3
79274| +-- sax@0.6.1
79275| `-- whet.extend@0.9.9
79276+-- grunt-usemin@3.0.0
79277| +-- chalk@0.5.1
79278| | +-- ansi-styles@1.1.0
79279| | +-- has-ansi@0.1.0
79280| | | `-- ansi-regex@0.2.1
79281| | +-- strip-ansi@0.3.0
79282| | `-- supports-color@0.2.0
79283| `-- debug@2.1.3
79284| `-- ms@0.7.0
79285+-- grunt-wiredep@1.8.0
79286| `-- wiredep@1.8.6
79287| +-- bower-config@0.5.2
79288| | +-- graceful-fs@2.0.3
79289| | +-- optimist@0.6.1
79290| | | `-- minimist@0.0.10
79291| | `-- osenv@0.0.3
79292| +-- chalk@0.5.1
79293| | +-- ansi-styles@1.1.0
79294| | +-- has-ansi@0.1.0
79295| | | `-- ansi-regex@0.2.1
79296| | +-- strip-ansi@0.3.0
79297| | `-- supports-color@0.2.0
79298| +-- glob@4.5.3
79299| | `-- minimatch@2.0.10
79300| +-- minimist@1.2.0
79301| +-- propprop@0.3.0
79302| `-- through2@0.6.5
79303| +-- readable-stream@1.0.33
79304| `-- xtend@4.0.1
79305+-- jade@1.2.0
79306| +-- character-parser@1.2.0
79307| +-- commander@2.1.0
79308| +-- constantinople@2.0.1
79309| +-- mkdirp@0.3.5
79310| +-- monocle@1.1.51
79311| | `-- readdirp@0.2.5
79312| | `-- minimatch@3.0.0
79313| +-- transformers@2.1.0
79314| | +-- css@1.0.8
79315| | | +-- css-parse@1.0.4
79316| | | `-- css-stringify@1.0.5
79317| | +-- promise@2.0.0
79318| | | `-- is-promise@1.0.1
79319| | `-- uglify-js@2.2.5
79320| | `-- optimist@0.3.7
79321| `-- with@2.0.0
79322| `-- uglify-js@2.4.0
79323| `-- async@0.2.10
79324+-- jit-grunt@0.5.0
79325+-- jshint-stylish@0.1.5
79326| +-- chalk@0.4.0
79327| | +-- ansi-styles@1.0.0
79328| | `-- strip-ansi@0.1.1
79329| `-- text-table@0.2.0
79330+-- jsonwebtoken@5.4.1
79331| +-- jws@3.1.0
79332| | +-- base64url@1.0.5
79333| | | `-- meow@2.0.0
79334| | | +-- camelcase-keys@1.0.0
79335| | | | `-- map-obj@1.0.1
79336| | | `-- indent-string@1.2.2
79337| | | +-- get-stdin@4.0.1
79338| | | `-- repeating@1.1.3
79339| | | `-- is-finite@1.0.1
79340| | | `-- number-is-nan@1.0.0
79341| | `-- jwa@1.1.1
79342| | +-- base64url@0.0.6
79343| | +-- buffer-equal-constant-time@1.0.1
79344| | `-- ecdsa-sig-formatter@1.0.2
79345| | +-- asn1.js@2.2.1
79346| | | +-- bn.js@2.2.0
79347| | | `-- minimalistic-assert@1.0.0
79348| | `-- base64-url@1.2.1
79349| `-- ms@0.7.1
79350+-- karma@0.12.37
79351| +-- chokidar@1.4.1
79352| | +-- anymatch@1.3.0
79353| | | +-- arrify@1.0.1
79354| | | `-- micromatch@2.3.7
79355| | | +-- arr-diff@2.0.0
79356| | | | `-- arr-flatten@1.0.1
79357| | | +-- array-unique@0.2.1
79358| | | +-- braces@1.8.3
79359| | | | +-- expand-range@1.8.1
79360| | | | | `-- fill-range@2.2.3
79361| | | | | +-- is-number@2.1.0
79362| | | | | +-- isobject@2.0.0
79363| | | | | +-- randomatic@1.1.5
79364| | | | | `-- repeat-string@1.5.2
79365| | | | +-- preserve@0.2.0
79366| | | | `-- repeat-element@1.1.2
79367| | | +-- expand-brackets@0.1.4
79368| | | +-- extglob@0.3.1
79369| | | | +-- ansi-green@0.1.1
79370| | | | | `-- ansi-wrap@0.1.0
79371| | | | `-- success-symbol@0.1.0
79372| | | +-- filename-regex@2.0.0
79373| | | +-- kind-of@3.0.2
79374| | | | `-- is-buffer@1.1.0
79375| | | +-- normalize-path@2.0.1
79376| | | +-- object.omit@2.0.0
79377| | | | +-- for-own@0.1.3
79378| | | | | `-- for-in@0.1.4
79379| | | | `-- is-extendable@0.1.1
79380| | | +-- parse-glob@3.0.4
79381| | | | +-- glob-base@0.3.0
79382| | | | `-- is-dotfile@1.0.2
79383| | | `-- regex-cache@0.4.2
79384| | | +-- is-equal-shallow@0.1.3
79385| | | `-- is-primitive@2.0.0
79386| | +-- async-each@0.1.6
79387| | +-- glob-parent@2.0.0
79388| | +-- inherits@2.0.1
79389| | +-- is-binary-path@1.0.1
79390| | | `-- binary-extensions@1.4.0
79391| | +-- is-glob@2.0.1
79392| | | `-- is-extglob@1.0.0
79393| | +-- path-is-absolute@1.0.0
79394| | `-- readdirp@2.0.0
79395| | +-- graceful-fs@4.1.2
79396| | `-- minimatch@2.0.10
79397| +-- colors@1.1.2
79398| +-- connect@2.30.2
79399| | +-- basic-auth-connect@1.0.0
79400| | +-- body-parser@1.13.3
79401| | | +-- iconv-lite@0.4.11
79402| | | `-- raw-body@2.1.5
79403| | | +-- bytes@2.2.0
79404| | | `-- iconv-lite@0.4.13
79405| | +-- bytes@2.1.0
79406| | +-- compression@1.5.2
79407| | | +-- accepts@1.2.13
79408| | | | `-- negotiator@0.5.3
79409| | | `-- compressible@2.0.6
79410| | | `-- mime-db@1.20.0
79411| | +-- connect-timeout@1.6.2
79412| | | +-- debug@2.2.0
79413| | | `-- ms@0.7.1
79414| | +-- content-type@1.0.1
79415| | +-- cookie@0.1.3
79416| | +-- cookie-parser@1.3.5
79417| | +-- cookie-signature@1.0.6
79418| | +-- csurf@1.8.3
79419| | | +-- cookie@0.1.3
79420| | | +-- cookie-signature@1.0.6
79421| | | `-- csrf@3.0.0
79422| | | +-- rndm@1.1.1
79423| | | `-- scmp@1.0.0
79424| | +-- debug@2.2.0
79425| | | `-- ms@0.7.1
79426| | +-- depd@1.0.1
79427| | +-- errorhandler@1.4.2
79428| | | `-- escape-html@1.0.2
79429| | +-- express-session@1.11.3
79430| | | +-- crc@3.3.0
79431| | | `-- uid-safe@2.0.0
79432| | +-- finalhandler@0.4.0
79433| | | +-- debug@2.2.0
79434| | | | `-- ms@0.7.1
79435| | | +-- escape-html@1.0.2
79436| | | `-- unpipe@1.0.0
79437| | +-- fresh@0.3.0
79438| | +-- http-errors@1.3.1
79439| | | `-- statuses@1.2.1
79440| | +-- method-override@2.3.5
79441| | | `-- methods@1.1.1
79442| | +-- morgan@1.6.1
79443| | | `-- basic-auth@1.0.3
79444| | +-- multiparty@3.3.2
79445| | | +-- readable-stream@1.1.13
79446| | | `-- stream-counter@0.2.0
79447| | | `-- readable-stream@1.1.13
79448| | +-- parseurl@1.3.0
79449| | +-- pause@0.1.0
79450| | +-- qs@4.0.0
79451| | +-- response-time@2.3.1
79452| | | `-- depd@1.0.1
79453| | +-- serve-favicon@2.3.0
79454| | +-- serve-index@1.7.2
79455| | | +-- accepts@1.2.13
79456| | | | `-- negotiator@0.5.3
79457| | | +-- batch@0.5.2
79458| | | +-- debug@2.2.0
79459| | | | `-- ms@0.7.1
79460| | | +-- escape-html@1.0.2
79461| | | +-- mime-types@2.1.8
79462| | | | `-- mime-db@1.20.0
79463| | | `-- parseurl@1.3.0
79464| | +-- serve-static@1.10.0
79465| | | `-- send@0.13.0
79466| | | +-- mime@1.3.4
79467| | | `-- range-parser@1.0.3
79468| | +-- type-is@1.6.10
79469| | | +-- media-typer@0.3.0
79470| | | `-- mime-types@2.1.8
79471| | `-- vhost@3.0.2
79472| +-- di@0.0.1
79473| +-- glob@5.0.15
79474| | `-- inflight@1.0.4
79475| +-- graceful-fs@3.0.8
79476| +-- http-proxy@0.10.4
79477| | +-- optimist@0.6.1
79478| | | `-- minimist@0.0.10
79479| | +-- pkginfo@0.3.1
79480| | `-- utile@0.2.1
79481| | +-- async@0.2.10
79482| | +-- deep-equal@0.0.0
79483| | +-- i@0.3.3
79484| | `-- ncp@0.4.2
79485| +-- lodash@3.10.1
79486| +-- log4js@0.6.29
79487| | +-- async@0.2.10
79488| | +-- readable-stream@1.0.33
79489| | +-- semver@4.3.6
79490| | `-- underscore@1.8.2
79491| +-- mime@1.3.4
79492| +-- minimatch@2.0.10
79493| | `-- brace-expansion@1.1.2
79494| | +-- balanced-match@0.3.0
79495| | `-- concat-map@0.0.1
79496| +-- optimist@0.6.1
79497| | +-- minimist@0.0.10
79498| | `-- wordwrap@0.0.2
79499| +-- q@1.4.1
79500| +-- rimraf@2.4.5
79501| | `-- glob@6.0.3
79502| +-- socket.io@0.9.16
79503| | +-- base64id@0.1.0
79504| | +-- policyfile@0.0.4
79505| | +-- redis@0.7.3
79506| | `-- socket.io-client@0.9.16
79507| | +-- active-x-obfuscator@0.0.1
79508| | | `-- zeparser@0.0.5
79509| | +-- uglify-js@1.2.5
79510| | +-- ws@0.4.32
79511| | | `-- nan@1.0.0
79512| | `-- xmlhttprequest@1.4.2
79513| +-- source-map@0.4.4
79514| | `-- amdefine@1.0.0
79515| `-- useragent@2.1.8
79516| `-- lru-cache@2.2.4
79517+-- karma-chrome-launcher@0.1.12
79518+-- karma-coffee-preprocessor@0.2.1
79519| `-- coffee-script@1.7.1
79520+-- karma-firefox-launcher@0.1.7
79521+-- karma-html2js-preprocessor@0.1.0
79522+-- karma-jade-preprocessor@0.0.11
79523| `-- jade@0.33.0
79524| +-- character-parser@1.0.2
79525| +-- commander@1.2.0
79526| | `-- keypress@0.1.0
79527| +-- constantinople@1.0.2
79528| +-- monocle@0.1.48
79529| +-- transformers@2.0.1
79530| | `-- uglify-js@2.2.5
79531| `-- with@1.1.1
79532| `-- uglify-js@2.4.0
79533| `-- async@0.2.10
79534+-- karma-jasmine@0.1.6
79535+-- karma-ng-html2js-preprocessor@0.1.2
79536+-- karma-ng-jade2js-preprocessor@0.1.5
79537| `-- jade@1.3.1
79538| `-- with@3.0.1
79539+-- karma-ng-scenario@0.1.0
79540+-- karma-phantomjs-launcher@0.1.4
79541| `-- phantomjs@1.9.19
79542| +-- adm-zip@0.4.4
79543| +-- fs-extra@0.23.1
79544| | +-- graceful-fs@4.1.2
79545| | `-- jsonfile@2.2.3
79546| +-- kew@0.4.0
79547| +-- md5@2.0.0
79548| | +-- charenc@0.0.1
79549| | +-- crypt@0.0.1
79550| | `-- is-buffer@1.0.2
79551| +-- npmconf@2.1.1
79552| | +-- config-chain@1.1.9
79553| | | `-- proto-list@1.2.4
79554| | +-- mkdirp@0.5.1
79555| | | `-- minimist@0.0.8
79556| | +-- nopt@3.0.6
79557| | `-- uid-number@0.0.5
79558| +-- progress@1.1.8
79559| +-- request@2.42.0
79560| | +-- bl@0.9.4
79561| | | `-- readable-stream@1.0.33
79562| | +-- caseless@0.6.0
79563| | +-- forever-agent@0.5.2
79564| | +-- form-data@0.1.4
79565| | | +-- async@0.9.2
79566| | | `-- combined-stream@0.0.7
79567| | | `-- delayed-stream@0.0.5
79568| | +-- hawk@1.1.1
79569| | | +-- boom@0.4.2
79570| | | +-- cryptiles@0.2.2
79571| | | +-- hoek@0.9.1
79572| | | `-- sntp@0.2.4
79573| | +-- http-signature@0.10.1
79574| | | +-- asn1@0.1.11
79575| | | `-- assert-plus@0.1.5
79576| | +-- node-uuid@1.4.7
79577| | +-- oauth-sign@0.4.0
79578| | `-- qs@1.2.2
79579| `-- request-progress@0.3.1
79580| `-- throttleit@0.0.2
79581+-- karma-requirejs@0.2.2
79582+-- karma-script-launcher@0.1.0
79583+-- ldapjs@1.0.0 (git://github.com/mcavage/node-ldapjs.git#540a3a1f5c2f23ade95142fa2f43fb87db585b48)
79584| +-- asn1@0.2.3
79585| +-- assert-plus@0.2.0
79586| +-- backoff@2.4.1
79587| | `-- precond@0.2.3
79588| +-- bunyan@1.5.1
79589| | +-- mv@2.1.1
79590| | | +-- mkdirp@0.5.1
79591| | | | `-- minimist@0.0.8
79592| | | `-- ncp@2.0.0
79593| | `-- safe-json-stringify@1.0.3
79594| +-- dashdash@1.10.1
79595| | `-- assert-plus@0.1.5
79596| +-- dtrace-provider@0.6.0
79597| | `-- nan@2.1.0
79598| +-- ldap-filter@0.2.2
79599| | `-- assert-plus@0.1.5
79600| +-- once@1.3.2
79601| | `-- wrappy@1.0.1
79602| +-- vasync@1.6.3
79603| `-- verror@1.6.0
79604| `-- extsprintf@1.2.0
79605+-- lodash@2.4.2
79606+-- method-override@1.0.2
79607| `-- methods@1.0.0
79608+-- mongoose@4.1.12
79609| +-- async@0.9.0
79610| +-- bson@0.4.20
79611| +-- hooks-fixed@1.1.0
79612| +-- kareem@1.0.1
79613| +-- mongodb@2.0.46
79614| | +-- es6-promise@2.1.1
79615| | +-- mongodb-core@1.2.19
79616| | | `-- bson@0.4.20
79617| | `-- readable-stream@1.0.31
79618| +-- mpath@0.1.1
79619| +-- mpromise@0.5.4
79620| +-- mquery@1.6.3
79621| | +-- bluebird@2.9.26
79622| | `-- debug@2.2.0
79623| | `-- ms@0.7.1
79624| +-- ms@0.1.0
79625| +-- muri@1.0.0
79626| +-- regexp-clone@0.0.1
79627| `-- sliced@0.0.5
79628+-- morgan@1.0.1
79629| `-- bytes@0.3.0
79630+-- multer@0.1.8
79631| +-- busboy@0.2.12
79632| | +-- dicer@0.2.5
79633| | | +-- readable-stream@1.1.13
79634| | | `-- streamsearch@0.1.2
79635| | `-- readable-stream@1.1.13
79636| +-- qs@1.2.2
79637| `-- type-is@1.5.7
79638| +-- media-typer@0.3.0
79639| `-- mime-types@2.0.14
79640| `-- mime-db@1.12.0
79641+-- open@0.0.5
79642+-- passport@0.2.2
79643| +-- passport-strategy@1.0.0
79644| `-- pause@0.0.1
79645+-- passport-ldapauth@0.3.0
79646| `-- ldapauth-fork@2.3.3
79647| +-- bcryptjs@2.1.0
79648| `-- ldapjs@0.7.1
79649| +-- asn1@0.2.1
79650| +-- assert-plus@0.1.5
79651| +-- bunyan@0.22.1
79652| | `-- mv@0.0.5
79653| +-- dtrace-provider@0.2.8
79654| +-- nopt@2.1.1
79655| `-- pooling@0.4.6
79656| +-- assert-plus@0.1.5
79657| +-- bunyan@0.22.1
79658| | `-- mv@0.0.5
79659| +-- dtrace-provider@0.2.8
79660| +-- once@1.3.0
79661| `-- vasync@1.4.0
79662| +-- jsprim@0.3.0
79663| | +-- extsprintf@1.0.0
79664| | +-- json-schema@0.2.2
79665| | `-- verror@1.3.3
79666| `-- verror@1.1.0
79667| `-- extsprintf@1.0.0
79668+-- passport-local@0.1.6
79669| +-- passport@0.1.18
79670| `-- pkginfo@0.2.3
79671+-- phantom@0.7.2
79672| +-- dnode@1.2.2
79673| | +-- dnode-protocol@0.2.2
79674| | +-- jsonify@0.0.0
79675| | `-- weak@1.0.0
79676| | +-- bindings@1.2.1
79677| | `-- nan@2.1.0
79678| +-- shoe@0.0.15
79679| | +-- sockjs@0.3.7
79680| | | `-- node-uuid@1.3.3
79681| | `-- sockjs-client@0.0.0-unreleasable
79682| +-- traverse@0.6.6
79683| `-- win-spawn@2.0.0
79684+-- request@2.60.0
79685| +-- aws-sign2@0.5.0
79686| +-- bl@1.0.0
79687| +-- caseless@0.11.0
79688| +-- combined-stream@1.0.5
79689| | `-- delayed-stream@1.0.0
79690| +-- extend@3.0.0
79691| +-- forever-agent@0.6.1
79692| +-- form-data@1.0.0-rc3
79693| | +-- async@1.5.0
79694| | `-- mime-types@2.1.8
79695| | `-- mime-db@1.20.0
79696| +-- har-validator@1.8.0
79697| | +-- bluebird@2.10.2
79698| | +-- commander@2.9.0
79699| | | `-- graceful-readlink@1.0.1
79700| | `-- is-my-json-valid@2.12.3
79701| | +-- generate-function@2.0.0
79702| | +-- generate-object-property@1.2.0
79703| | | `-- is-property@1.0.2
79704| | `-- jsonpointer@2.0.0
79705| +-- hawk@3.1.2
79706| | +-- boom@2.10.1
79707| | +-- cryptiles@2.0.5
79708| | +-- hoek@2.16.3
79709| | `-- sntp@1.0.9
79710| +-- http-signature@0.11.0
79711| | +-- asn1@0.1.11
79712| | +-- assert-plus@0.1.5
79713| | `-- ctype@0.5.3
79714| +-- isstream@0.1.2
79715| +-- json-stringify-safe@5.0.1
79716| +-- mime-types@2.1.8
79717| | `-- mime-db@1.20.0
79718| +-- node-uuid@1.4.7
79719| +-- oauth-sign@0.8.0
79720| +-- qs@4.0.0
79721| +-- stringstream@0.0.5
79722| +-- tough-cookie@2.2.1
79723| `-- tunnel-agent@0.4.2
79724+-- requirejs@2.1.22
79725+-- serve-favicon@2.0.1
79726+-- should@3.3.2
79727+-- socket.io@1.3.5
79728| +-- debug@2.1.0
79729| +-- engine.io@1.5.1
79730| | +-- debug@1.0.3
79731| | +-- engine.io-parser@1.2.1
79732| | | +-- after@0.8.1
79733| | | +-- arraybuffer.slice@0.0.6
79734| | | +-- base64-arraybuffer@0.1.2
79735| | | +-- blob@0.0.2
79736| | | +-- has-binary@0.1.5
79737| | | `-- utf8@2.0.0
79738| | `-- ws@0.5.0
79739| | +-- nan@1.4.3
79740| | `-- ultron@1.0.2
79741| +-- has-binary-data@0.1.3
79742| | `-- isarray@0.0.1
79743| +-- socket.io-adapter@0.3.1
79744| | +-- debug@1.0.2
79745| | +-- object-keys@1.0.1
79746| | `-- socket.io-parser@2.2.2
79747| | `-- debug@0.7.4
79748| +-- socket.io-client@1.3.5
79749| | +-- backo2@1.0.2
79750| | +-- component-bind@1.0.0
79751| | +-- component-emitter@1.1.2
79752| | +-- debug@0.7.4
79753| | +-- engine.io-client@1.5.1
79754| | | +-- component-inherit@0.0.3
79755| | | +-- has-cors@1.0.3
79756| | | | `-- global@2.0.1
79757| | | +-- parsejson@0.0.1
79758| | | +-- parseqs@0.0.2
79759| | | +-- parseuri@0.0.4
79760| | | +-- ws@0.4.31
79761| | | | +-- commander@0.6.1
79762| | | | `-- nan@0.3.2
79763| | | `-- xmlhttprequest@1.5.0
79764| | +-- has-binary@0.1.6
79765| | +-- indexof@0.0.1
79766| | +-- object-component@0.0.3
79767| | +-- parseuri@0.0.2
79768| | | `-- better-assert@1.0.2
79769| | | `-- callsite@1.0.0
79770| | `-- to-array@0.1.3
79771| `-- socket.io-parser@2.2.4
79772| +-- benchmark@1.0.0
79773| +-- debug@0.7.4
79774| `-- json3@3.2.6
79775+-- socketio-jwt@4.3.3
79776| `-- xtend@2.1.2
79777| `-- object-keys@0.4.0
79778+-- supertest@0.11.0
79779| `-- superagent@0.17.0
79780| +-- cookiejar@1.3.0
79781| +-- debug@0.7.4
79782| +-- emitter-component@1.0.0
79783| +-- extend@1.2.1
79784| +-- formidable@1.0.14
79785| +-- methods@0.0.1
79786| +-- mime@1.2.5
79787| +-- qs@0.6.5
79788| `-- reduce-component@1.0.1
79789`-- time-grunt@0.3.2
79790 +-- chalk@0.4.0
79791 | +-- ansi-styles@1.0.0
79792 | `-- strip-ansi@0.1.1
79793 +-- date-time@0.1.1
79794 `-- pretty-ms@0.1.0
79795
79796npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
79797npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.6
79798npm verb exit [ 0, true ]
79799npm info ok
79800npm info it worked if it ends with ok
79801npm verb cli [ 'node', '/usr/bin/npm', '--verbose', 'dedupe' ]
79802npm info using npm@3.5.2
79803npm info using node@v0.12.8
79804npm verb lock using /root/.npm/_locks/staging-49e37be2827399f3.lock for /var/www/manticore.git/node_modules/.staging
79805npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat
79806npm info lifecycle lodash.repeat@3.0.1~preuninstall: lodash.repeat@3.0.1
79807npm info lifecycle lodash.repeat@3.0.1~uninstall: lodash.repeat@3.0.1
79808npm verb unbuild rmStuff lodash.repeat@3.0.1 from /var/www/manticore.git/node_modules
79809npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules
79810npm info lifecycle lodash.repeat@3.0.1~postuninstall: lodash.repeat@3.0.1
79811npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat
79812npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding
79813npm info lifecycle lodash._createpadding@3.6.1~preuninstall: lodash._createpadding@3.6.1
79814npm info lifecycle lodash._createpadding@3.6.1~uninstall: lodash._createpadding@3.6.1
79815npm verb unbuild rmStuff lodash._createpadding@3.6.1 from /var/www/manticore.git/node_modules
79816npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules
79817npm info lifecycle lodash._createpadding@3.6.1~postuninstall: lodash._createpadding@3.6.1
79818npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding
79819npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring
79820npm info lifecycle lodash._basetostring@3.0.1~preuninstall: lodash._basetostring@3.0.1
79821npm info lifecycle lodash._basetostring@3.0.1~uninstall: lodash._basetostring@3.0.1
79822npm verb unbuild rmStuff lodash._basetostring@3.0.1 from /var/www/manticore.git/node_modules
79823npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules
79824npm info lifecycle lodash._basetostring@3.0.1~postuninstall: lodash._basetostring@3.0.1
79825npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring
79826npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat
79827npm info lifecycle lodash.repeat@3.0.1~preuninstall: lodash.repeat@3.0.1
79828npm info lifecycle lodash.repeat@3.0.1~uninstall: lodash.repeat@3.0.1
79829npm verb unbuild rmStuff lodash.repeat@3.0.1 from /var/www/manticore.git/node_modules
79830npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules
79831npm info lifecycle lodash.repeat@3.0.1~postuninstall: lodash.repeat@3.0.1
79832npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat
79833npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding
79834npm info lifecycle lodash._createpadding@3.6.1~preuninstall: lodash._createpadding@3.6.1
79835npm info lifecycle lodash._createpadding@3.6.1~uninstall: lodash._createpadding@3.6.1
79836npm verb unbuild rmStuff lodash._createpadding@3.6.1 from /var/www/manticore.git/node_modules
79837npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules
79838npm info lifecycle lodash._createpadding@3.6.1~postuninstall: lodash._createpadding@3.6.1
79839npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding
79840npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring
79841npm info lifecycle lodash._basetostring@3.0.1~preuninstall: lodash._basetostring@3.0.1
79842npm info lifecycle lodash._basetostring@3.0.1~uninstall: lodash._basetostring@3.0.1
79843npm verb unbuild rmStuff lodash._basetostring@3.0.1 from /var/www/manticore.git/node_modules
79844npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules
79845npm info lifecycle lodash._basetostring@3.0.1~postuninstall: lodash._basetostring@3.0.1
79846npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring
79847npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate
79848npm info lifecycle util-deprecate@1.0.2~preuninstall: util-deprecate@1.0.2
79849npm info lifecycle util-deprecate@1.0.2~uninstall: util-deprecate@1.0.2
79850npm verb unbuild rmStuff util-deprecate@1.0.2 from /var/www/manticore.git/node_modules
79851npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules
79852npm info lifecycle util-deprecate@1.0.2~postuninstall: util-deprecate@1.0.2
79853npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate
79854npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder
79855npm info lifecycle string_decoder@0.10.31~preuninstall: string_decoder@0.10.31
79856npm info lifecycle string_decoder@0.10.31~uninstall: string_decoder@0.10.31
79857npm verb unbuild rmStuff string_decoder@0.10.31 from /var/www/manticore.git/node_modules
79858npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules
79859npm info lifecycle string_decoder@0.10.31~postuninstall: string_decoder@0.10.31
79860npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder
79861npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args
79862npm info lifecycle process-nextick-args@1.0.6~preuninstall: process-nextick-args@1.0.6
79863npm info lifecycle process-nextick-args@1.0.6~uninstall: process-nextick-args@1.0.6
79864npm verb unbuild rmStuff process-nextick-args@1.0.6 from /var/www/manticore.git/node_modules
79865npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules
79866npm info lifecycle process-nextick-args@1.0.6~postuninstall: process-nextick-args@1.0.6
79867npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args
79868npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray
79869npm info lifecycle isarray@0.0.1~preuninstall: isarray@0.0.1
79870npm info lifecycle isarray@0.0.1~uninstall: isarray@0.0.1
79871npm verb unbuild rmStuff isarray@0.0.1 from /var/www/manticore.git/node_modules
79872npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules
79873npm info lifecycle isarray@0.0.1~postuninstall: isarray@0.0.1
79874npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray
79875npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits
79876npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
79877npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
79878npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
79879npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules
79880npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
79881npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits
79882npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is
79883npm info lifecycle core-util-is@1.0.2~preuninstall: core-util-is@1.0.2
79884npm info lifecycle core-util-is@1.0.2~uninstall: core-util-is@1.0.2
79885npm verb unbuild rmStuff core-util-is@1.0.2 from /var/www/manticore.git/node_modules
79886npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules
79887npm info lifecycle core-util-is@1.0.2~postuninstall: core-util-is@1.0.2
79888npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is
79889npm verb unbuild node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
79890npm info lifecycle readable-stream@2.0.5~preuninstall: readable-stream@2.0.5
79891npm info lifecycle readable-stream@2.0.5~uninstall: readable-stream@2.0.5
79892npm verb unbuild rmStuff readable-stream@2.0.5 from /var/www/manticore.git/node_modules
79893npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules
79894npm info lifecycle readable-stream@2.0.5~postuninstall: readable-stream@2.0.5
79895npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
79896npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate
79897npm info lifecycle util-deprecate@1.0.2~preuninstall: util-deprecate@1.0.2
79898npm info lifecycle util-deprecate@1.0.2~uninstall: util-deprecate@1.0.2
79899npm verb unbuild rmStuff util-deprecate@1.0.2 from /var/www/manticore.git/node_modules
79900npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
79901npm info lifecycle util-deprecate@1.0.2~postuninstall: util-deprecate@1.0.2
79902npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate
79903npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder
79904npm info lifecycle string_decoder@0.10.31~preuninstall: string_decoder@0.10.31
79905npm info lifecycle string_decoder@0.10.31~uninstall: string_decoder@0.10.31
79906npm verb unbuild rmStuff string_decoder@0.10.31 from /var/www/manticore.git/node_modules
79907npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
79908npm info lifecycle string_decoder@0.10.31~postuninstall: string_decoder@0.10.31
79909npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder
79910npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args
79911npm info lifecycle process-nextick-args@1.0.6~preuninstall: process-nextick-args@1.0.6
79912npm info lifecycle process-nextick-args@1.0.6~uninstall: process-nextick-args@1.0.6
79913npm verb unbuild rmStuff process-nextick-args@1.0.6 from /var/www/manticore.git/node_modules
79914npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
79915npm info lifecycle process-nextick-args@1.0.6~postuninstall: process-nextick-args@1.0.6
79916npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args
79917npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray
79918npm info lifecycle isarray@0.0.1~preuninstall: isarray@0.0.1
79919npm info lifecycle isarray@0.0.1~uninstall: isarray@0.0.1
79920npm verb unbuild rmStuff isarray@0.0.1 from /var/www/manticore.git/node_modules
79921npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
79922npm info lifecycle isarray@0.0.1~postuninstall: isarray@0.0.1
79923npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray
79924npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits
79925npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
79926npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
79927npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
79928npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
79929npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
79930npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits
79931npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is
79932npm info lifecycle core-util-is@1.0.2~preuninstall: core-util-is@1.0.2
79933npm info lifecycle core-util-is@1.0.2~uninstall: core-util-is@1.0.2
79934npm verb unbuild rmStuff core-util-is@1.0.2 from /var/www/manticore.git/node_modules
79935npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules
79936npm info lifecycle core-util-is@1.0.2~postuninstall: core-util-is@1.0.2
79937npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is
79938npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream
79939npm info lifecycle readable-stream@2.0.5~preuninstall: readable-stream@2.0.5
79940npm info lifecycle readable-stream@2.0.5~uninstall: readable-stream@2.0.5
79941npm verb unbuild rmStuff readable-stream@2.0.5 from /var/www/manticore.git/node_modules
79942npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
79943npm info lifecycle readable-stream@2.0.5~postuninstall: readable-stream@2.0.5
79944npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream
79945npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
79946npm info lifecycle concat-map@0.0.1~preuninstall: concat-map@0.0.1
79947npm info lifecycle concat-map@0.0.1~uninstall: concat-map@0.0.1
79948npm verb unbuild rmStuff concat-map@0.0.1 from /var/www/manticore.git/node_modules
79949npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules
79950npm info lifecycle concat-map@0.0.1~postuninstall: concat-map@0.0.1
79951npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
79952npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
79953npm info lifecycle balanced-match@0.3.0~preuninstall: balanced-match@0.3.0
79954npm info lifecycle balanced-match@0.3.0~uninstall: balanced-match@0.3.0
79955npm verb unbuild rmStuff balanced-match@0.3.0 from /var/www/manticore.git/node_modules
79956npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules
79957npm info lifecycle balanced-match@0.3.0~postuninstall: balanced-match@0.3.0
79958npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
79959npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion
79960npm info lifecycle brace-expansion@1.1.2~preuninstall: brace-expansion@1.1.2
79961npm info lifecycle brace-expansion@1.1.2~uninstall: brace-expansion@1.1.2
79962npm verb unbuild rmStuff brace-expansion@1.1.2 from /var/www/manticore.git/node_modules
79963npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules
79964npm info lifecycle brace-expansion@1.1.2~postuninstall: brace-expansion@1.1.2
79965npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion
79966npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch
79967npm info lifecycle minimatch@3.0.0~preuninstall: minimatch@3.0.0
79968npm info lifecycle minimatch@3.0.0~uninstall: minimatch@3.0.0
79969npm verb unbuild rmStuff minimatch@3.0.0 from /var/www/manticore.git/node_modules
79970npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules
79971npm info lifecycle minimatch@3.0.0~postuninstall: minimatch@3.0.0
79972npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch
79973npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/inherits
79974npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
79975npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
79976npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
79977npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules
79978npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
79979npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/inherits
79980npm verb unbuild node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore
79981npm info lifecycle fstream-ignore@1.0.3~preuninstall: fstream-ignore@1.0.3
79982npm info lifecycle fstream-ignore@1.0.3~uninstall: fstream-ignore@1.0.3
79983npm verb unbuild rmStuff fstream-ignore@1.0.3 from /var/www/manticore.git/node_modules
79984npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
79985npm info lifecycle fstream-ignore@1.0.3~postuninstall: fstream-ignore@1.0.3
79986npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore
79987npm verb unbuild node_modules/bower/node_modules/user-home
79988npm info lifecycle user-home@1.1.1~preuninstall: user-home@1.1.1
79989npm info lifecycle user-home@1.1.1~uninstall: user-home@1.1.1
79990npm verb unbuild rmStuff user-home@1.1.1 from /var/www/manticore.git/node_modules
79991npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
79992npm verb gentlyRm Vacuuming /var/www/manticore.git/node_modules/bower/node_modules/.bin/user-home up to /var/www/manticore.git/node_modules/bower/node_modules/.bin
79993npm info lifecycle user-home@1.1.1~postuninstall: user-home@1.1.1
79994npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/user-home
79995npm verb unbuild node_modules/bower/node_modules/stringify-object
79996npm info lifecycle stringify-object@1.0.1~preuninstall: stringify-object@1.0.1
79997npm info lifecycle stringify-object@1.0.1~uninstall: stringify-object@1.0.1
79998npm verb unbuild rmStuff stringify-object@1.0.1 from /var/www/manticore.git/node_modules
79999npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80000npm info lifecycle stringify-object@1.0.1~postuninstall: stringify-object@1.0.1
80001npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/stringify-object
80002npm verb unbuild node_modules/bower/node_modules/shell-quote/node_modules/jsonify
80003npm info lifecycle jsonify@0.0.0~preuninstall: jsonify@0.0.0
80004npm info lifecycle jsonify@0.0.0~uninstall: jsonify@0.0.0
80005npm verb unbuild rmStuff jsonify@0.0.0 from /var/www/manticore.git/node_modules
80006npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules
80007npm info lifecycle jsonify@0.0.0~postuninstall: jsonify@0.0.0
80008npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules/jsonify
80009npm verb unbuild node_modules/bower/node_modules/shell-quote/node_modules/array-reduce
80010npm info lifecycle array-reduce@0.0.0~preuninstall: array-reduce@0.0.0
80011npm info lifecycle array-reduce@0.0.0~uninstall: array-reduce@0.0.0
80012npm verb unbuild rmStuff array-reduce@0.0.0 from /var/www/manticore.git/node_modules
80013npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules
80014npm info lifecycle array-reduce@0.0.0~postuninstall: array-reduce@0.0.0
80015npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules/array-reduce
80016npm verb unbuild node_modules/bower/node_modules/shell-quote/node_modules/array-map
80017npm info lifecycle array-map@0.0.0~preuninstall: array-map@0.0.0
80018npm info lifecycle array-map@0.0.0~uninstall: array-map@0.0.0
80019npm verb unbuild rmStuff array-map@0.0.0 from /var/www/manticore.git/node_modules
80020npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules
80021npm info lifecycle array-map@0.0.0~postuninstall: array-map@0.0.0
80022npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules/array-map
80023npm verb unbuild node_modules/bower/node_modules/shell-quote/node_modules/array-filter
80024npm info lifecycle array-filter@0.0.1~preuninstall: array-filter@0.0.1
80025npm info lifecycle array-filter@0.0.1~uninstall: array-filter@0.0.1
80026npm verb unbuild rmStuff array-filter@0.0.1 from /var/www/manticore.git/node_modules
80027npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules
80028npm info lifecycle array-filter@0.0.1~postuninstall: array-filter@0.0.1
80029npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/shell-quote/node_modules/array-filter
80030npm verb unbuild node_modules/bower/node_modules/shell-quote
80031npm info lifecycle shell-quote@1.4.3~preuninstall: shell-quote@1.4.3
80032npm info lifecycle shell-quote@1.4.3~uninstall: shell-quote@1.4.3
80033npm verb unbuild rmStuff shell-quote@1.4.3 from /var/www/manticore.git/node_modules
80034npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80035npm info lifecycle shell-quote@1.4.3~postuninstall: shell-quote@1.4.3
80036npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/shell-quote
80037npm verb unbuild node_modules/bower/node_modules/semver
80038npm info lifecycle semver@2.3.2~preuninstall: semver@2.3.2
80039npm info lifecycle semver@2.3.2~uninstall: semver@2.3.2
80040npm verb unbuild rmStuff semver@2.3.2 from /var/www/manticore.git/node_modules
80041npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80042npm verb gentlyRm Vacuuming /var/www/manticore.git/node_modules/bower/node_modules/.bin/semver up to /var/www/manticore.git/node_modules/bower/node_modules/.bin
80043npm info lifecycle semver@2.3.2~postuninstall: semver@2.3.2
80044npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/semver
80045npm verb unbuild node_modules/bower/node_modules/promptly/node_modules/read/node_modules/mute-stream
80046npm info lifecycle mute-stream@0.0.5~preuninstall: mute-stream@0.0.5
80047npm info lifecycle mute-stream@0.0.5~uninstall: mute-stream@0.0.5
80048npm verb unbuild rmStuff mute-stream@0.0.5 from /var/www/manticore.git/node_modules
80049npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/promptly/node_modules/read/node_modules
80050npm info lifecycle mute-stream@0.0.5~postuninstall: mute-stream@0.0.5
80051npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/promptly/node_modules/read/node_modules/mute-stream
80052npm verb unbuild node_modules/bower/node_modules/promptly/node_modules/read
80053npm info lifecycle read@1.0.7~preuninstall: read@1.0.7
80054npm info lifecycle read@1.0.7~uninstall: read@1.0.7
80055npm verb unbuild rmStuff read@1.0.7 from /var/www/manticore.git/node_modules
80056npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/promptly/node_modules
80057npm info lifecycle read@1.0.7~postuninstall: read@1.0.7
80058npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/promptly/node_modules/read
80059npm verb unbuild node_modules/bower/node_modules/promptly
80060npm info lifecycle promptly@0.2.0~preuninstall: promptly@0.2.0
80061npm info lifecycle promptly@0.2.0~uninstall: promptly@0.2.0
80062npm verb unbuild rmStuff promptly@0.2.0 from /var/www/manticore.git/node_modules
80063npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80064npm info lifecycle promptly@0.2.0~postuninstall: promptly@0.2.0
80065npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/promptly
80066npm verb unbuild node_modules/bower/node_modules/opn
80067npm info lifecycle opn@1.0.2~preuninstall: opn@1.0.2
80068npm info lifecycle opn@1.0.2~uninstall: opn@1.0.2
80069npm verb unbuild rmStuff opn@1.0.2 from /var/www/manticore.git/node_modules
80070npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80071npm verb gentlyRm Vacuuming /var/www/manticore.git/node_modules/bower/node_modules/.bin/opn up to /var/www/manticore.git/node_modules/bower/node_modules/.bin
80072npm info lifecycle opn@1.0.2~postuninstall: opn@1.0.2
80073npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/opn
80074npm verb unbuild node_modules/bower/node_modules/lockfile
80075npm info lifecycle lockfile@1.0.1~preuninstall: lockfile@1.0.1
80076npm info lifecycle lockfile@1.0.1~uninstall: lockfile@1.0.1
80077npm verb unbuild rmStuff lockfile@1.0.1 from /var/www/manticore.git/node_modules
80078npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80079npm info lifecycle lockfile@1.0.1~postuninstall: lockfile@1.0.1
80080npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/lockfile
80081npm verb unbuild node_modules/bower/node_modules/junk
80082npm info lifecycle junk@1.0.2~preuninstall: junk@1.0.2
80083npm info lifecycle junk@1.0.2~uninstall: junk@1.0.2
80084npm verb unbuild rmStuff junk@1.0.2 from /var/www/manticore.git/node_modules
80085npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80086npm info lifecycle junk@1.0.2~postuninstall: junk@1.0.2
80087npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/junk
80088npm verb unbuild node_modules/bower/node_modules/is-root
80089npm info lifecycle is-root@1.0.0~preuninstall: is-root@1.0.0
80090npm info lifecycle is-root@1.0.0~uninstall: is-root@1.0.0
80091npm verb unbuild rmStuff is-root@1.0.0 from /var/www/manticore.git/node_modules
80092npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80093npm info lifecycle is-root@1.0.0~postuninstall: is-root@1.0.0
80094npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/is-root
80095npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map/node_modules/amdefine
80096npm info lifecycle amdefine@1.0.0~preuninstall: amdefine@1.0.0
80097npm info lifecycle amdefine@1.0.0~uninstall: amdefine@1.0.0
80098npm verb unbuild rmStuff amdefine@1.0.0 from /var/www/manticore.git/node_modules
80099npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map/node_modules
80100npm info lifecycle amdefine@1.0.0~postuninstall: amdefine@1.0.0
80101npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map/node_modules/amdefine
80102npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map
80103npm info lifecycle source-map@0.1.43~preuninstall: source-map@0.1.43
80104npm info lifecycle source-map@0.1.43~uninstall: source-map@0.1.43
80105npm verb unbuild rmStuff source-map@0.1.43 from /var/www/manticore.git/node_modules
80106npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules
80107npm info lifecycle source-map@0.1.43~postuninstall: source-map@0.1.43
80108npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map
80109npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/async
80110npm info lifecycle async@0.2.10~preuninstall: async@0.2.10
80111npm info lifecycle async@0.2.10~uninstall: async@0.2.10
80112npm verb unbuild rmStuff async@0.2.10 from /var/www/manticore.git/node_modules
80113npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules
80114npm info lifecycle async@0.2.10~postuninstall: async@0.2.10
80115npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/async
80116npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/uglify-js
80117npm info lifecycle uglify-js@2.3.6~preuninstall: uglify-js@2.3.6
80118npm info lifecycle uglify-js@2.3.6~uninstall: uglify-js@2.3.6
80119npm verb unbuild rmStuff uglify-js@2.3.6 from /var/www/manticore.git/node_modules
80120npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules
80121npm verb gentlyRm Vacuuming /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/.bin/uglifyjs up to /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/.bin
80122npm info lifecycle uglify-js@2.3.6~postuninstall: uglify-js@2.3.6
80123npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/uglify-js
80124npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/optimist/node_modules/wordwrap
80125npm info lifecycle wordwrap@0.0.3~preuninstall: wordwrap@0.0.3
80126npm info lifecycle wordwrap@0.0.3~uninstall: wordwrap@0.0.3
80127npm verb unbuild rmStuff wordwrap@0.0.3 from /var/www/manticore.git/node_modules
80128npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/optimist/node_modules
80129npm info lifecycle wordwrap@0.0.3~postuninstall: wordwrap@0.0.3
80130npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/optimist/node_modules/wordwrap
80131npm verb unbuild node_modules/bower/node_modules/handlebars/node_modules/optimist
80132npm info lifecycle optimist@0.3.7~preuninstall: optimist@0.3.7
80133npm info lifecycle optimist@0.3.7~uninstall: optimist@0.3.7
80134npm verb unbuild rmStuff optimist@0.3.7 from /var/www/manticore.git/node_modules
80135npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules
80136npm info lifecycle optimist@0.3.7~postuninstall: optimist@0.3.7
80137npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars/node_modules/optimist
80138npm verb unbuild node_modules/bower/node_modules/handlebars
80139npm info lifecycle handlebars@2.0.0~preuninstall: handlebars@2.0.0
80140npm info lifecycle handlebars@2.0.0~uninstall: handlebars@2.0.0
80141npm verb unbuild rmStuff handlebars@2.0.0 from /var/www/manticore.git/node_modules
80142npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80143npm verb gentlyRm Vacuuming /var/www/manticore.git/node_modules/bower/node_modules/.bin/handlebars up to /var/www/manticore.git/node_modules/bower/node_modules/.bin
80144npm info lifecycle handlebars@2.0.0~postuninstall: handlebars@2.0.0
80145npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/handlebars
80146npm verb unbuild node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
80147npm info lifecycle concat-map@0.0.1~preuninstall: concat-map@0.0.1
80148npm info lifecycle concat-map@0.0.1~uninstall: concat-map@0.0.1
80149npm verb unbuild rmStuff concat-map@0.0.1 from /var/www/manticore.git/node_modules
80150npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules
80151npm info lifecycle concat-map@0.0.1~postuninstall: concat-map@0.0.1
80152npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
80153npm verb unbuild node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
80154npm info lifecycle balanced-match@0.3.0~preuninstall: balanced-match@0.3.0
80155npm info lifecycle balanced-match@0.3.0~uninstall: balanced-match@0.3.0
80156npm verb unbuild rmStuff balanced-match@0.3.0 from /var/www/manticore.git/node_modules
80157npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules
80158npm info lifecycle balanced-match@0.3.0~postuninstall: balanced-match@0.3.0
80159npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
80160npm verb unbuild node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion
80161npm info lifecycle brace-expansion@1.1.2~preuninstall: brace-expansion@1.1.2
80162npm info lifecycle brace-expansion@1.1.2~uninstall: brace-expansion@1.1.2
80163npm verb unbuild rmStuff brace-expansion@1.1.2 from /var/www/manticore.git/node_modules
80164npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules
80165npm info lifecycle brace-expansion@1.1.2~postuninstall: brace-expansion@1.1.2
80166npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion
80167npm verb unbuild node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch
80168npm info lifecycle minimatch@3.0.0~preuninstall: minimatch@3.0.0
80169npm info lifecycle minimatch@3.0.0~uninstall: minimatch@3.0.0
80170npm verb unbuild rmStuff minimatch@3.0.0 from /var/www/manticore.git/node_modules
80171npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules
80172npm info lifecycle minimatch@3.0.0~postuninstall: minimatch@3.0.0
80173npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch
80174npm verb unbuild node_modules/bower/node_modules/fstream-ignore/node_modules/inherits
80175npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
80176npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
80177npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
80178npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules
80179npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
80180npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore/node_modules/inherits
80181npm verb unbuild node_modules/bower/node_modules/fstream-ignore
80182npm info lifecycle fstream-ignore@1.0.3~preuninstall: fstream-ignore@1.0.3
80183npm info lifecycle fstream-ignore@1.0.3~uninstall: fstream-ignore@1.0.3
80184npm verb unbuild rmStuff fstream-ignore@1.0.3 from /var/www/manticore.git/node_modules
80185npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80186npm info lifecycle fstream-ignore@1.0.3~postuninstall: fstream-ignore@1.0.3
80187npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/fstream-ignore
80188npm verb unbuild node_modules/bower/node_modules/destroy
80189npm info lifecycle destroy@1.0.3~preuninstall: destroy@1.0.3
80190npm info lifecycle destroy@1.0.3~uninstall: destroy@1.0.3
80191npm verb unbuild rmStuff destroy@1.0.3 from /var/www/manticore.git/node_modules
80192npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80193npm info lifecycle destroy@1.0.3~postuninstall: destroy@1.0.3
80194npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/destroy
80195npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/xdg-basedir
80196npm info lifecycle xdg-basedir@1.0.1~preuninstall: xdg-basedir@1.0.1
80197npm info lifecycle xdg-basedir@1.0.1~uninstall: xdg-basedir@1.0.1
80198npm verb unbuild rmStuff xdg-basedir@1.0.1 from /var/www/manticore.git/node_modules
80199npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules
80200npm info lifecycle xdg-basedir@1.0.1~postuninstall: xdg-basedir@1.0.1
80201npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/xdg-basedir
80202npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/uuid
80203npm info lifecycle uuid@2.0.1~preuninstall: uuid@2.0.1
80204npm info lifecycle uuid@2.0.1~uninstall: uuid@2.0.1
80205npm verb unbuild rmStuff uuid@2.0.1 from /var/www/manticore.git/node_modules
80206npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules
80207npm info lifecycle uuid@2.0.1~postuninstall: uuid@2.0.1
80208npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/uuid
80209npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules/os-tmpdir
80210npm info lifecycle os-tmpdir@1.0.1~preuninstall: os-tmpdir@1.0.1
80211npm info lifecycle os-tmpdir@1.0.1~uninstall: os-tmpdir@1.0.1
80212npm verb unbuild rmStuff os-tmpdir@1.0.1 from /var/www/manticore.git/node_modules
80213npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules
80214npm info lifecycle os-tmpdir@1.0.1~postuninstall: os-tmpdir@1.0.1
80215npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules/os-tmpdir
80216npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules/os-homedir
80217npm info lifecycle os-homedir@1.0.1~preuninstall: os-homedir@1.0.1
80218npm info lifecycle os-homedir@1.0.1~uninstall: os-homedir@1.0.1
80219npm verb unbuild rmStuff os-homedir@1.0.1 from /var/www/manticore.git/node_modules
80220npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules
80221npm info lifecycle os-homedir@1.0.1~postuninstall: os-homedir@1.0.1
80222npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules/os-homedir
80223npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/osenv
80224npm info lifecycle osenv@0.1.3~preuninstall: osenv@0.1.3
80225npm info lifecycle osenv@0.1.3~uninstall: osenv@0.1.3
80226npm verb unbuild rmStuff osenv@0.1.3 from /var/www/manticore.git/node_modules
80227npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules
80228npm info lifecycle osenv@0.1.3~postuninstall: osenv@0.1.3
80229npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/osenv
80230npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/object-assign
80231npm info lifecycle object-assign@2.1.1~preuninstall: object-assign@2.1.1
80232npm info lifecycle object-assign@2.1.1~uninstall: object-assign@2.1.1
80233npm verb unbuild rmStuff object-assign@2.1.1 from /var/www/manticore.git/node_modules
80234npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules
80235npm info lifecycle object-assign@2.1.1~postuninstall: object-assign@2.1.1
80236npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/object-assign
80237npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/inherit
80238npm info lifecycle inherit@2.2.2~preuninstall: inherit@2.2.2
80239npm info lifecycle inherit@2.2.2~uninstall: inherit@2.2.2
80240npm verb unbuild rmStuff inherit@2.2.2 from /var/www/manticore.git/node_modules
80241npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules
80242npm info lifecycle inherit@2.2.2~postuninstall: inherit@2.2.2
80243npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/inherit
80244npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/esprima
80245npm info lifecycle esprima@2.7.1~preuninstall: esprima@2.7.1
80246npm info lifecycle esprima@2.7.1~uninstall: esprima@2.7.1
80247npm verb unbuild rmStuff esprima@2.7.1 from /var/www/manticore.git/node_modules
80248npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules
80249npm verb gentlyRm Vacuuming /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin/esparse up to /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin
80250npm verb gentlyRm Vacuuming /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin/esvalidate up to /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin
80251npm info lifecycle esprima@2.7.1~postuninstall: esprima@2.7.1
80252npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/esprima
80253npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/sprintf-js
80254npm info lifecycle sprintf-js@1.0.3~preuninstall: sprintf-js@1.0.3
80255npm info lifecycle sprintf-js@1.0.3~uninstall: sprintf-js@1.0.3
80256npm verb unbuild rmStuff sprintf-js@1.0.3 from /var/www/manticore.git/node_modules
80257npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules
80258npm info lifecycle sprintf-js@1.0.3~postuninstall: sprintf-js@1.0.3
80259npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/sprintf-js
80260npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash
80261npm info lifecycle lodash@3.10.1~preuninstall: lodash@3.10.1
80262npm info lifecycle lodash@3.10.1~uninstall: lodash@3.10.1
80263npm verb unbuild rmStuff lodash@3.10.1 from /var/www/manticore.git/node_modules
80264npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules
80265npm info lifecycle lodash@3.10.1~postuninstall: lodash@3.10.1
80266npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash
80267npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse
80268npm info lifecycle argparse@1.0.3~preuninstall: argparse@1.0.3
80269npm info lifecycle argparse@1.0.3~uninstall: argparse@1.0.3
80270npm verb unbuild rmStuff argparse@1.0.3 from /var/www/manticore.git/node_modules
80271npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules
80272npm info lifecycle argparse@1.0.3~postuninstall: argparse@1.0.3
80273npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse
80274npm verb unbuild node_modules/bower/node_modules/configstore/node_modules/js-yaml
80275npm info lifecycle js-yaml@3.4.6~preuninstall: js-yaml@3.4.6
80276npm info lifecycle js-yaml@3.4.6~uninstall: js-yaml@3.4.6
80277npm verb unbuild rmStuff js-yaml@3.4.6 from /var/www/manticore.git/node_modules
80278npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules
80279npm verb gentlyRm Vacuuming /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/.bin/js-yaml up to /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/.bin
80280npm info lifecycle js-yaml@3.4.6~postuninstall: js-yaml@3.4.6
80281npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml
80282npm verb unbuild node_modules/bower/node_modules/configstore
80283npm info lifecycle configstore@0.3.2~preuninstall: configstore@0.3.2
80284npm info lifecycle configstore@0.3.2~uninstall: configstore@0.3.2
80285npm verb unbuild rmStuff configstore@0.3.2 from /var/www/manticore.git/node_modules
80286npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80287npm info lifecycle configstore@0.3.2~postuninstall: configstore@0.3.2
80288npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/configstore
80289npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/supports-color
80290npm info lifecycle supports-color@2.0.0~preuninstall: supports-color@2.0.0
80291npm info lifecycle supports-color@2.0.0~uninstall: supports-color@2.0.0
80292npm verb unbuild rmStuff supports-color@2.0.0 from /var/www/manticore.git/node_modules
80293npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules
80294npm info lifecycle supports-color@2.0.0~postuninstall: supports-color@2.0.0
80295npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/supports-color
80296npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex
80297npm info lifecycle ansi-regex@2.0.0~preuninstall: ansi-regex@2.0.0
80298npm info lifecycle ansi-regex@2.0.0~uninstall: ansi-regex@2.0.0
80299npm verb unbuild rmStuff ansi-regex@2.0.0 from /var/www/manticore.git/node_modules
80300npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/strip-ansi/node_modules
80301npm info lifecycle ansi-regex@2.0.0~postuninstall: ansi-regex@2.0.0
80302npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex
80303npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/strip-ansi
80304npm info lifecycle strip-ansi@3.0.0~preuninstall: strip-ansi@3.0.0
80305npm info lifecycle strip-ansi@3.0.0~uninstall: strip-ansi@3.0.0
80306npm verb unbuild rmStuff strip-ansi@3.0.0 from /var/www/manticore.git/node_modules
80307npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules
80308npm info lifecycle strip-ansi@3.0.0~postuninstall: strip-ansi@3.0.0
80309npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/strip-ansi
80310npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex
80311npm info lifecycle ansi-regex@2.0.0~preuninstall: ansi-regex@2.0.0
80312npm info lifecycle ansi-regex@2.0.0~uninstall: ansi-regex@2.0.0
80313npm verb unbuild rmStuff ansi-regex@2.0.0 from /var/www/manticore.git/node_modules
80314npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/has-ansi/node_modules
80315npm info lifecycle ansi-regex@2.0.0~postuninstall: ansi-regex@2.0.0
80316npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex
80317npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/has-ansi
80318npm info lifecycle has-ansi@2.0.0~preuninstall: has-ansi@2.0.0
80319npm info lifecycle has-ansi@2.0.0~uninstall: has-ansi@2.0.0
80320npm verb unbuild rmStuff has-ansi@2.0.0 from /var/www/manticore.git/node_modules
80321npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules
80322npm info lifecycle has-ansi@2.0.0~postuninstall: has-ansi@2.0.0
80323npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/has-ansi
80324npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/escape-string-regexp
80325npm info lifecycle escape-string-regexp@1.0.3~preuninstall: escape-string-regexp@1.0.3
80326npm info lifecycle escape-string-regexp@1.0.3~uninstall: escape-string-regexp@1.0.3
80327npm verb unbuild rmStuff escape-string-regexp@1.0.3 from /var/www/manticore.git/node_modules
80328npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules
80329npm info lifecycle escape-string-regexp@1.0.3~postuninstall: escape-string-regexp@1.0.3
80330npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/escape-string-regexp
80331npm verb unbuild node_modules/bower/node_modules/chalk/node_modules/ansi-styles
80332npm info lifecycle ansi-styles@2.1.0~preuninstall: ansi-styles@2.1.0
80333npm info lifecycle ansi-styles@2.1.0~uninstall: ansi-styles@2.1.0
80334npm verb unbuild rmStuff ansi-styles@2.1.0 from /var/www/manticore.git/node_modules
80335npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules
80336npm info lifecycle ansi-styles@2.1.0~postuninstall: ansi-styles@2.1.0
80337npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk/node_modules/ansi-styles
80338npm verb unbuild node_modules/bower/node_modules/chalk
80339npm info lifecycle chalk@1.1.1~preuninstall: chalk@1.1.1
80340npm info lifecycle chalk@1.1.1~uninstall: chalk@1.1.1
80341npm verb unbuild rmStuff chalk@1.1.1 from /var/www/manticore.git/node_modules
80342npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80343npm info lifecycle chalk@1.1.1~postuninstall: chalk@1.1.1
80344npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/chalk
80345npm verb unbuild node_modules/bower/node_modules/bower-logger
80346npm info lifecycle bower-logger@0.2.2~preuninstall: bower-logger@0.2.2
80347npm info lifecycle bower-logger@0.2.2~uninstall: bower-logger@0.2.2
80348npm verb unbuild rmStuff bower-logger@0.2.2 from /var/www/manticore.git/node_modules
80349npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80350npm info lifecycle bower-logger@0.2.2~postuninstall: bower-logger@0.2.2
80351npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-logger
80352npm verb unbuild node_modules/bower/node_modules/bower-json/node_modules/intersect
80353npm info lifecycle intersect@0.0.3~preuninstall: intersect@0.0.3
80354npm info lifecycle intersect@0.0.3~uninstall: intersect@0.0.3
80355npm verb unbuild rmStuff intersect@0.0.3 from /var/www/manticore.git/node_modules
80356npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules
80357npm info lifecycle intersect@0.0.3~postuninstall: intersect@0.0.3
80358npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules/intersect
80359npm verb unbuild node_modules/bower/node_modules/bower-json/node_modules/graceful-fs
80360npm info lifecycle graceful-fs@2.0.3~preuninstall: graceful-fs@2.0.3
80361npm info lifecycle graceful-fs@2.0.3~uninstall: graceful-fs@2.0.3
80362npm verb unbuild rmStuff graceful-fs@2.0.3 from /var/www/manticore.git/node_modules
80363npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules
80364npm info lifecycle graceful-fs@2.0.3~postuninstall: graceful-fs@2.0.3
80365npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules/graceful-fs
80366npm verb unbuild node_modules/bower/node_modules/bower-json/node_modules/deep-extend
80367npm info lifecycle deep-extend@0.2.11~preuninstall: deep-extend@0.2.11
80368npm info lifecycle deep-extend@0.2.11~uninstall: deep-extend@0.2.11
80369npm verb unbuild rmStuff deep-extend@0.2.11 from /var/www/manticore.git/node_modules
80370npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules
80371npm info lifecycle deep-extend@0.2.11~postuninstall: deep-extend@0.2.11
80372npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-json/node_modules/deep-extend
80373npm verb unbuild node_modules/bower/node_modules/bower-json
80374npm info lifecycle bower-json@0.4.0~preuninstall: bower-json@0.4.0
80375npm info lifecycle bower-json@0.4.0~uninstall: bower-json@0.4.0
80376npm verb unbuild rmStuff bower-json@0.4.0 from /var/www/manticore.git/node_modules
80377npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80378npm info lifecycle bower-json@0.4.0~postuninstall: bower-json@0.4.0
80379npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-json
80380npm verb unbuild node_modules/bower/node_modules/bower-endpoint-parser
80381npm info lifecycle bower-endpoint-parser@0.2.2~preuninstall: bower-endpoint-parser@0.2.2
80382npm info lifecycle bower-endpoint-parser@0.2.2~uninstall: bower-endpoint-parser@0.2.2
80383npm verb unbuild rmStuff bower-endpoint-parser@0.2.2 from /var/www/manticore.git/node_modules
80384npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80385npm info lifecycle bower-endpoint-parser@0.2.2~postuninstall: bower-endpoint-parser@0.2.2
80386npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/bower-endpoint-parser
80387npm verb unbuild node_modules/bower/node_modules/abbrev
80388npm info lifecycle abbrev@1.0.7~preuninstall: abbrev@1.0.7
80389npm info lifecycle abbrev@1.0.7~uninstall: abbrev@1.0.7
80390npm verb unbuild rmStuff abbrev@1.0.7 from /var/www/manticore.git/node_modules
80391npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80392npm info lifecycle abbrev@1.0.7~postuninstall: abbrev@1.0.7
80393npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/bower/node_modules/abbrev
80394npm info lifecycle fs-write-stream-atomic@1.0.7~preuninstall: fs-write-stream-atomic@1.0.7
80395npm info lifecycle fs-write-stream-atomic@1.0.7~uninstall: fs-write-stream-atomic@1.0.7
80396npm verb unbuild rmStuff fs-write-stream-atomic@1.0.7 from /var/www/manticore.git/node_modules
80397npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80398npm info lifecycle fs-write-stream-atomic@1.0.7~postuninstall: fs-write-stream-atomic@1.0.7
80399npm info lifecycle fs-write-stream-atomic@1.0.7~preinstall: fs-write-stream-atomic@1.0.7
80400npm info lifecycle github@0.2.4~preuninstall: github@0.2.4
80401npm info lifecycle github@0.2.4~uninstall: github@0.2.4
80402npm verb unbuild rmStuff github@0.2.4 from /var/www/manticore.git/node_modules
80403npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80404npm info lifecycle github@0.2.4~postuninstall: github@0.2.4
80405npm info lifecycle github@0.2.4~preinstall: github@0.2.4
80406npm info lifecycle md5-hex@1.1.0~preuninstall: md5-hex@1.1.0
80407npm info lifecycle md5-hex@1.1.0~uninstall: md5-hex@1.1.0
80408npm verb unbuild rmStuff md5-hex@1.1.0 from /var/www/manticore.git/node_modules
80409npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules
80410npm info lifecycle md5-hex@1.1.0~postuninstall: md5-hex@1.1.0
80411npm info lifecycle md5-hex@1.1.0~preinstall: md5-hex@1.1.0
80412npm info lifecycle npmlog@2.0.0~preuninstall: npmlog@2.0.0
80413npm info lifecycle npmlog@2.0.0~uninstall: npmlog@2.0.0
80414npm verb unbuild rmStuff npmlog@2.0.0 from /var/www/manticore.git/node_modules
80415npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules
80416npm info lifecycle npmlog@2.0.0~postuninstall: npmlog@2.0.0
80417npm info lifecycle npmlog@2.0.0~preinstall: npmlog@2.0.0
80418npm info lifecycle tar-pack@3.1.2~preuninstall: tar-pack@3.1.2
80419npm info lifecycle tar-pack@3.1.2~uninstall: tar-pack@3.1.2
80420npm verb unbuild rmStuff tar-pack@3.1.2 from /var/www/manticore.git/node_modules
80421npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules
80422npm info lifecycle tar-pack@3.1.2~postuninstall: tar-pack@3.1.2
80423npm info lifecycle tar-pack@3.1.2~preinstall: tar-pack@3.1.2
80424npm info lifecycle sockjs-client@0.0.0-unreleasable~preuninstall: sockjs-client@0.0.0-unreleasable
80425npm info lifecycle sockjs-client@0.0.0-unreleasable~uninstall: sockjs-client@0.0.0-unreleasable
80426npm verb unbuild rmStuff sockjs-client@0.0.0-unreleasable from /var/www/manticore.git/node_modules
80427npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/shoe/node_modules
80428npm info lifecycle sockjs-client@0.0.0-unreleasable~postuninstall: sockjs-client@0.0.0-unreleasable
80429npm info lifecycle sockjs-client@0.0.0-unreleasable~preinstall: sockjs-client@0.0.0-unreleasable
80430npm info lifecycle iferr@0.1.5~preuninstall: iferr@0.1.5
80431npm info lifecycle iferr@0.1.5~uninstall: iferr@0.1.5
80432npm verb unbuild rmStuff iferr@0.1.5 from /var/www/manticore.git/node_modules
80433npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules
80434npm info lifecycle iferr@0.1.5~postuninstall: iferr@0.1.5
80435npm info lifecycle iferr@0.1.5~preinstall: iferr@0.1.5
80436npm info lifecycle imurmurhash@0.1.4~preuninstall: imurmurhash@0.1.4
80437npm info lifecycle imurmurhash@0.1.4~uninstall: imurmurhash@0.1.4
80438npm verb unbuild rmStuff imurmurhash@0.1.4 from /var/www/manticore.git/node_modules
80439npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules
80440npm info lifecycle imurmurhash@0.1.4~postuninstall: imurmurhash@0.1.4
80441npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
80442npm info lifecycle graceful-fs@4.1.2~preuninstall: graceful-fs@4.1.2
80443npm info lifecycle graceful-fs@4.1.2~uninstall: graceful-fs@4.1.2
80444npm verb unbuild rmStuff graceful-fs@4.1.2 from /var/www/manticore.git/node_modules
80445npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules
80446npm info lifecycle graceful-fs@4.1.2~postuninstall: graceful-fs@4.1.2
80447npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
80448npm info lifecycle readable-stream@2.0.4~preuninstall: readable-stream@2.0.4
80449npm info lifecycle readable-stream@2.0.4~uninstall: readable-stream@2.0.4
80450npm verb unbuild rmStuff readable-stream@2.0.4 from /var/www/manticore.git/node_modules
80451npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules
80452npm info lifecycle readable-stream@2.0.4~postuninstall: readable-stream@2.0.4
80453npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
80454npm info lifecycle core-util-is@1.0.2~preuninstall: core-util-is@1.0.2
80455npm info lifecycle core-util-is@1.0.2~uninstall: core-util-is@1.0.2
80456npm verb unbuild rmStuff core-util-is@1.0.2 from /var/www/manticore.git/node_modules
80457npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
80458npm info lifecycle core-util-is@1.0.2~postuninstall: core-util-is@1.0.2
80459npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
80460npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
80461npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
80462npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
80463npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
80464npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
80465npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
80466npm info lifecycle isarray@0.0.1~preuninstall: isarray@0.0.1
80467npm info lifecycle isarray@0.0.1~uninstall: isarray@0.0.1
80468npm verb unbuild rmStuff isarray@0.0.1 from /var/www/manticore.git/node_modules
80469npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
80470npm info lifecycle isarray@0.0.1~postuninstall: isarray@0.0.1
80471npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
80472npm info lifecycle process-nextick-args@1.0.6~preuninstall: process-nextick-args@1.0.6
80473npm info lifecycle process-nextick-args@1.0.6~uninstall: process-nextick-args@1.0.6
80474npm verb unbuild rmStuff process-nextick-args@1.0.6 from /var/www/manticore.git/node_modules
80475npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
80476npm info lifecycle process-nextick-args@1.0.6~postuninstall: process-nextick-args@1.0.6
80477npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
80478npm info lifecycle string_decoder@0.10.31~preuninstall: string_decoder@0.10.31
80479npm info lifecycle string_decoder@0.10.31~uninstall: string_decoder@0.10.31
80480npm verb unbuild rmStuff string_decoder@0.10.31 from /var/www/manticore.git/node_modules
80481npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
80482npm info lifecycle string_decoder@0.10.31~postuninstall: string_decoder@0.10.31
80483npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
80484npm info lifecycle util-deprecate@1.0.2~preuninstall: util-deprecate@1.0.2
80485npm info lifecycle util-deprecate@1.0.2~uninstall: util-deprecate@1.0.2
80486npm verb unbuild rmStuff util-deprecate@1.0.2 from /var/www/manticore.git/node_modules
80487npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules
80488npm info lifecycle util-deprecate@1.0.2~postuninstall: util-deprecate@1.0.2
80489npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
80490npm info lifecycle mime@1.3.4~preuninstall: mime@1.3.4
80491npm info lifecycle mime@1.3.4~uninstall: mime@1.3.4
80492npm verb unbuild rmStuff mime@1.3.4 from /var/www/manticore.git/node_modules
80493npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/github/node_modules
80494npm verb gentlyRm Vacuuming /var/www/manticore.git/node_modules/bower/node_modules/github/node_modules/.bin/mime up to /var/www/manticore.git/node_modules/bower/node_modules/github/node_modules/.bin
80495npm info lifecycle mime@1.3.4~postuninstall: mime@1.3.4
80496npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
80497npm info lifecycle md5-o-matic@0.1.1~preuninstall: md5-o-matic@0.1.1
80498npm info lifecycle md5-o-matic@0.1.1~uninstall: md5-o-matic@0.1.1
80499npm verb unbuild rmStuff md5-o-matic@0.1.1 from /var/www/manticore.git/node_modules
80500npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/bower/node_modules/md5-hex/node_modules
80501npm info lifecycle md5-o-matic@0.1.1~postuninstall: md5-o-matic@0.1.1
80502npm info lifecycle md5-o-matic@0.1.1~preinstall: md5-o-matic@0.1.1
80503npm info lifecycle ansi@0.3.0~preuninstall: ansi@0.3.0
80504npm info lifecycle ansi@0.3.0~uninstall: ansi@0.3.0
80505npm verb unbuild rmStuff ansi@0.3.0 from /var/www/manticore.git/node_modules
80506npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules
80507npm info lifecycle ansi@0.3.0~postuninstall: ansi@0.3.0
80508npm info lifecycle ansi@0.3.0~preinstall: ansi@0.3.0
80509npm info lifecycle are-we-there-yet@1.0.5~preuninstall: are-we-there-yet@1.0.5
80510npm info lifecycle are-we-there-yet@1.0.5~uninstall: are-we-there-yet@1.0.5
80511npm verb unbuild rmStuff are-we-there-yet@1.0.5 from /var/www/manticore.git/node_modules
80512npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules
80513npm info lifecycle are-we-there-yet@1.0.5~postuninstall: are-we-there-yet@1.0.5
80514npm info lifecycle are-we-there-yet@1.0.5~preinstall: are-we-there-yet@1.0.5
80515npm info lifecycle gauge@1.2.2~preuninstall: gauge@1.2.2
80516npm info lifecycle gauge@1.2.2~uninstall: gauge@1.2.2
80517npm verb unbuild rmStuff gauge@1.2.2 from /var/www/manticore.git/node_modules
80518npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules
80519npm info lifecycle gauge@1.2.2~postuninstall: gauge@1.2.2
80520npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
80521npm info lifecycle debug@0.7.4~preuninstall: debug@0.7.4
80522npm info lifecycle debug@0.7.4~uninstall: debug@0.7.4
80523npm verb unbuild rmStuff debug@0.7.4 from /var/www/manticore.git/node_modules
80524npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
80525npm info lifecycle debug@0.7.4~postuninstall: debug@0.7.4
80526npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
80527npm info lifecycle fstream@1.0.8~preuninstall: fstream@1.0.8
80528npm info lifecycle fstream@1.0.8~uninstall: fstream@1.0.8
80529npm verb unbuild rmStuff fstream@1.0.8 from /var/www/manticore.git/node_modules
80530npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
80531npm info lifecycle fstream@1.0.8~postuninstall: fstream@1.0.8
80532npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
80533npm info lifecycle graceful-fs@4.1.2~preuninstall: graceful-fs@4.1.2
80534npm info lifecycle graceful-fs@4.1.2~uninstall: graceful-fs@4.1.2
80535npm verb unbuild rmStuff graceful-fs@4.1.2 from /var/www/manticore.git/node_modules
80536npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules
80537npm info lifecycle graceful-fs@4.1.2~postuninstall: graceful-fs@4.1.2
80538npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
80539npm info lifecycle inherits@2.0.1~preuninstall: inherits@2.0.1
80540npm info lifecycle inherits@2.0.1~uninstall: inherits@2.0.1
80541npm verb unbuild rmStuff inherits@2.0.1 from /var/www/manticore.git/node_modules
80542npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules
80543npm info lifecycle inherits@2.0.1~postuninstall: inherits@2.0.1
80544npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
80545npm info lifecycle once@1.1.1~preuninstall: once@1.1.1
80546npm info lifecycle once@1.1.1~uninstall: once@1.1.1
80547npm verb unbuild rmStuff once@1.1.1 from /var/www/manticore.git/node_modules
80548npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
80549npm info lifecycle once@1.1.1~postuninstall: once@1.1.1
80550npm info lifecycle once@1.1.1~preinstall: once@1.1.1
80551npm info lifecycle uid-number@0.0.3~preuninstall: uid-number@0.0.3
80552npm info lifecycle uid-number@0.0.3~uninstall: uid-number@0.0.3
80553npm verb unbuild rmStuff uid-number@0.0.3 from /var/www/manticore.git/node_modules
80554npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules
80555npm info lifecycle uid-number@0.0.3~postuninstall: uid-number@0.0.3
80556npm info lifecycle uid-number@0.0.3~preinstall: uid-number@0.0.3
80557npm info lifecycle delegates@0.1.0~preuninstall: delegates@0.1.0
80558npm info lifecycle delegates@0.1.0~uninstall: delegates@0.1.0
80559npm verb unbuild rmStuff delegates@0.1.0 from /var/www/manticore.git/node_modules
80560npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules
80561npm info lifecycle delegates@0.1.0~postuninstall: delegates@0.1.0
80562npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
80563npm info lifecycle has-unicode@1.0.1~preuninstall: has-unicode@1.0.1
80564npm info lifecycle has-unicode@1.0.1~uninstall: has-unicode@1.0.1
80565npm verb unbuild rmStuff has-unicode@1.0.1 from /var/www/manticore.git/node_modules
80566npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules
80567npm info lifecycle has-unicode@1.0.1~postuninstall: has-unicode@1.0.1
80568npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
80569npm info lifecycle lodash.pad@3.1.1~preuninstall: lodash.pad@3.1.1
80570npm info lifecycle lodash.pad@3.1.1~uninstall: lodash.pad@3.1.1
80571npm verb unbuild rmStuff lodash.pad@3.1.1 from /var/www/manticore.git/node_modules
80572npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules
80573npm info lifecycle lodash.pad@3.1.1~postuninstall: lodash.pad@3.1.1
80574npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
80575npm info lifecycle lodash.padleft@3.1.1~preuninstall: lodash.padleft@3.1.1
80576npm info lifecycle lodash.padleft@3.1.1~uninstall: lodash.padleft@3.1.1
80577npm verb unbuild rmStuff lodash.padleft@3.1.1 from /var/www/manticore.git/node_modules
80578npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules
80579npm info lifecycle lodash.padleft@3.1.1~postuninstall: lodash.padleft@3.1.1
80580npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
80581npm info lifecycle lodash.padright@3.1.1~preuninstall: lodash.padright@3.1.1
80582npm info lifecycle lodash.padright@3.1.1~uninstall: lodash.padright@3.1.1
80583npm verb unbuild rmStuff lodash.padright@3.1.1 from /var/www/manticore.git/node_modules
80584npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules
80585npm info lifecycle lodash.padright@3.1.1~postuninstall: lodash.padright@3.1.1
80586npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
80587npm info lifecycle lodash._basetostring@3.0.1~preuninstall: lodash._basetostring@3.0.1
80588npm info lifecycle lodash._basetostring@3.0.1~uninstall: lodash._basetostring@3.0.1
80589npm verb unbuild rmStuff lodash._basetostring@3.0.1 from /var/www/manticore.git/node_modules
80590npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules
80591npm info lifecycle lodash._basetostring@3.0.1~postuninstall: lodash._basetostring@3.0.1
80592npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
80593npm info lifecycle lodash._createpadding@3.6.1~preuninstall: lodash._createpadding@3.6.1
80594npm info lifecycle lodash._createpadding@3.6.1~uninstall: lodash._createpadding@3.6.1
80595npm verb unbuild rmStuff lodash._createpadding@3.6.1 from /var/www/manticore.git/node_modules
80596npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules
80597npm info lifecycle lodash._createpadding@3.6.1~postuninstall: lodash._createpadding@3.6.1
80598npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
80599npm info lifecycle lodash.repeat@3.0.1~preuninstall: lodash.repeat@3.0.1
80600npm info lifecycle lodash.repeat@3.0.1~uninstall: lodash.repeat@3.0.1
80601npm verb unbuild rmStuff lodash.repeat@3.0.1 from /var/www/manticore.git/node_modules
80602npm verb unbuild rmStuff in /var/www/manticore.git/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding/node_modules
80603npm info lifecycle lodash.repeat@3.0.1~postuninstall: lodash.repeat@3.0.1
80604npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
80605npm info linkStuff fs-write-stream-atomic@1.0.7
80606npm verb linkBins fs-write-stream-atomic@1.0.7
80607npm verb linkMans fs-write-stream-atomic@1.0.7
80608npm info linkStuff github@0.2.4
80609npm verb linkBins github@0.2.4
80610npm verb linkMans github@0.2.4
80611npm info linkStuff md5-hex@1.1.0
80612npm verb linkBins md5-hex@1.1.0
80613npm verb linkMans md5-hex@1.1.0
80614npm info linkStuff npmlog@2.0.0
80615npm verb linkBins npmlog@2.0.0
80616npm verb linkMans npmlog@2.0.0
80617npm info linkStuff tar-pack@3.1.2
80618npm verb linkBins tar-pack@3.1.2
80619npm verb linkMans tar-pack@3.1.2
80620npm info linkStuff sockjs-client@0.0.0-unreleasable
80621npm verb linkBins sockjs-client@0.0.0-unreleasable
80622npm verb linkMans sockjs-client@0.0.0-unreleasable
80623npm info linkStuff iferr@0.1.5
80624npm verb linkBins iferr@0.1.5
80625npm verb linkMans iferr@0.1.5
80626npm info linkStuff imurmurhash@0.1.4
80627npm verb linkBins imurmurhash@0.1.4
80628npm verb linkMans imurmurhash@0.1.4
80629npm info linkStuff graceful-fs@4.1.2
80630npm verb linkBins graceful-fs@4.1.2
80631npm verb linkMans graceful-fs@4.1.2
80632npm info linkStuff readable-stream@2.0.4
80633npm verb linkBins readable-stream@2.0.4
80634npm verb linkMans readable-stream@2.0.4
80635npm info linkStuff core-util-is@1.0.2
80636npm verb linkBins core-util-is@1.0.2
80637npm verb linkMans core-util-is@1.0.2
80638npm info linkStuff inherits@2.0.1
80639npm verb linkBins inherits@2.0.1
80640npm verb linkMans inherits@2.0.1
80641npm info linkStuff isarray@0.0.1
80642npm verb linkBins isarray@0.0.1
80643npm verb linkMans isarray@0.0.1
80644npm info linkStuff process-nextick-args@1.0.6
80645npm verb linkBins process-nextick-args@1.0.6
80646npm verb linkMans process-nextick-args@1.0.6
80647npm info linkStuff string_decoder@0.10.31
80648npm verb linkBins string_decoder@0.10.31
80649npm verb linkMans string_decoder@0.10.31
80650npm info linkStuff util-deprecate@1.0.2
80651npm verb linkBins util-deprecate@1.0.2
80652npm verb linkMans util-deprecate@1.0.2
80653npm info linkStuff mime@1.3.4
80654npm verb linkBins mime@1.3.4
80655npm verb link bins [ { mime: 'cli.js' },
80656npm verb link bins '/var/www/manticore.git/node_modules/github/node_modules/.bin',
80657npm verb link bins false ]
80658npm verb linkMans mime@1.3.4
80659npm verb gentlyRm don't care about contents; nuking /var/www/manticore.git/node_modules/github/node_modules/.bin/mime
80660npm info linkStuff md5-o-matic@0.1.1
80661npm verb linkBins md5-o-matic@0.1.1
80662npm verb linkMans md5-o-matic@0.1.1
80663npm info linkStuff ansi@0.3.0
80664npm verb linkBins ansi@0.3.0
80665npm verb linkMans ansi@0.3.0
80666npm info linkStuff are-we-there-yet@1.0.5
80667npm verb linkBins are-we-there-yet@1.0.5
80668npm verb linkMans are-we-there-yet@1.0.5
80669npm info linkStuff gauge@1.2.2
80670npm verb linkBins gauge@1.2.2
80671npm verb linkMans gauge@1.2.2
80672npm info linkStuff debug@0.7.4
80673npm verb linkBins debug@0.7.4
80674npm verb linkMans debug@0.7.4
80675npm info linkStuff fstream@1.0.8
80676npm verb linkBins fstream@1.0.8
80677npm verb linkMans fstream@1.0.8
80678npm info linkStuff graceful-fs@4.1.2
80679npm verb linkBins graceful-fs@4.1.2
80680npm verb linkMans graceful-fs@4.1.2
80681npm info linkStuff inherits@2.0.1
80682npm verb linkBins inherits@2.0.1
80683npm verb linkMans inherits@2.0.1
80684npm info linkStuff once@1.1.1
80685npm verb linkBins once@1.1.1
80686npm verb linkMans once@1.1.1
80687npm info linkStuff uid-number@0.0.3
80688npm verb linkBins uid-number@0.0.3
80689npm verb linkMans uid-number@0.0.3
80690npm info linkStuff delegates@0.1.0
80691npm verb linkBins delegates@0.1.0
80692npm verb linkMans delegates@0.1.0
80693npm info linkStuff has-unicode@1.0.1
80694npm verb linkBins has-unicode@1.0.1
80695npm verb linkMans has-unicode@1.0.1
80696npm info linkStuff lodash.pad@3.1.1
80697npm verb linkBins lodash.pad@3.1.1
80698npm verb linkMans lodash.pad@3.1.1
80699npm info linkStuff lodash.padleft@3.1.1
80700npm verb linkBins lodash.padleft@3.1.1
80701npm verb linkMans lodash.padleft@3.1.1
80702npm info linkStuff lodash.padright@3.1.1
80703npm verb linkBins lodash.padright@3.1.1
80704npm verb linkMans lodash.padright@3.1.1
80705npm info linkStuff lodash._basetostring@3.0.1
80706npm verb linkBins lodash._basetostring@3.0.1
80707npm verb linkMans lodash._basetostring@3.0.1
80708npm info linkStuff lodash._createpadding@3.6.1
80709npm verb linkBins lodash._createpadding@3.6.1
80710npm verb linkMans lodash._createpadding@3.6.1
80711npm info linkStuff lodash.repeat@3.0.1
80712npm verb linkBins lodash.repeat@3.0.1
80713npm verb linkMans lodash.repeat@3.0.1
80714npm info lifecycle fs-write-stream-atomic@1.0.7~install: fs-write-stream-atomic@1.0.7
80715npm info lifecycle github@0.2.4~install: github@0.2.4
80716npm info lifecycle md5-hex@1.1.0~install: md5-hex@1.1.0
80717npm info lifecycle npmlog@2.0.0~install: npmlog@2.0.0
80718npm info lifecycle tar-pack@3.1.2~install: tar-pack@3.1.2
80719npm info lifecycle sockjs-client@0.0.0-unreleasable~install: sockjs-client@0.0.0-unreleasable
80720npm info lifecycle iferr@0.1.5~install: iferr@0.1.5
80721npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
80722npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
80723npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
80724npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
80725npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
80726npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
80727npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
80728npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
80729npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
80730npm info lifecycle mime@1.3.4~install: mime@1.3.4
80731npm info lifecycle md5-o-matic@0.1.1~install: md5-o-matic@0.1.1
80732npm info lifecycle ansi@0.3.0~install: ansi@0.3.0
80733npm info lifecycle are-we-there-yet@1.0.5~install: are-we-there-yet@1.0.5
80734npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
80735npm info lifecycle debug@0.7.4~install: debug@0.7.4
80736npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
80737npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
80738npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
80739npm info lifecycle once@1.1.1~install: once@1.1.1
80740npm info lifecycle uid-number@0.0.3~install: uid-number@0.0.3
80741npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
80742npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
80743npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
80744npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
80745npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
80746npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
80747npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
80748npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
80749npm info lifecycle fs-write-stream-atomic@1.0.7~postinstall: fs-write-stream-atomic@1.0.7
80750npm info lifecycle github@0.2.4~postinstall: github@0.2.4
80751npm info lifecycle md5-hex@1.1.0~postinstall: md5-hex@1.1.0
80752npm info lifecycle npmlog@2.0.0~postinstall: npmlog@2.0.0
80753npm info lifecycle tar-pack@3.1.2~postinstall: tar-pack@3.1.2
80754npm info lifecycle sockjs-client@0.0.0-unreleasable~postinstall: sockjs-client@0.0.0-unreleasable
80755npm info lifecycle iferr@0.1.5~postinstall: iferr@0.1.5
80756npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
80757npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
80758npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
80759npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
80760npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
80761npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
80762npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
80763npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
80764npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
80765npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
80766npm info lifecycle md5-o-matic@0.1.1~postinstall: md5-o-matic@0.1.1
80767npm info lifecycle ansi@0.3.0~postinstall: ansi@0.3.0
80768npm info lifecycle are-we-there-yet@1.0.5~postinstall: are-we-there-yet@1.0.5
80769npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
80770npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
80771npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
80772npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
80773npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
80774npm info lifecycle once@1.1.1~postinstall: once@1.1.1
80775npm info lifecycle uid-number@0.0.3~postinstall: uid-number@0.0.3
80776npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
80777npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
80778npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
80779npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
80780npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
80781npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
80782npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
80783npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
80784npm verb unlock done using /root/.npm/_locks/staging-49e37be2827399f3.lock for /var/www/manticore.git/node_modules/.staging
80785ansi@0.3.0 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/ansi -> node_modules/ansi
80786- abbrev@1.0.7 node_modules/bower/node_modules/abbrev
80787- bower-endpoint-parser@0.2.2 node_modules/bower/node_modules/bower-endpoint-parser
80788- deep-extend@0.2.11 node_modules/bower/node_modules/bower-json/node_modules/deep-extend
80789- graceful-fs@2.0.3 node_modules/bower/node_modules/bower-json/node_modules/graceful-fs
80790- intersect@0.0.3 node_modules/bower/node_modules/bower-json/node_modules/intersect
80791- bower-json@0.4.0 node_modules/bower/node_modules/bower-json
80792- bower-logger@0.2.2 node_modules/bower/node_modules/bower-logger
80793- ansi-styles@2.1.0 node_modules/bower/node_modules/chalk/node_modules/ansi-styles
80794- escape-string-regexp@1.0.3 node_modules/bower/node_modules/chalk/node_modules/escape-string-regexp
80795- ansi-regex@2.0.0 node_modules/bower/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex
80796- has-ansi@2.0.0 node_modules/bower/node_modules/chalk/node_modules/has-ansi
80797- ansi-regex@2.0.0 node_modules/bower/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex
80798- strip-ansi@3.0.0 node_modules/bower/node_modules/chalk/node_modules/strip-ansi
80799- supports-color@2.0.0 node_modules/bower/node_modules/chalk/node_modules/supports-color
80800- chalk@1.1.1 node_modules/bower/node_modules/chalk
80801- lodash@3.10.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash
80802- sprintf-js@1.0.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/sprintf-js
80803- argparse@1.0.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse
80804- esprima@2.7.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/esprima
80805- inherit@2.2.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/inherit
80806- js-yaml@3.4.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml
80807- object-assign@2.1.1 node_modules/bower/node_modules/configstore/node_modules/object-assign
80808- os-homedir@1.0.1 node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules/os-homedir
80809- os-tmpdir@1.0.1 node_modules/bower/node_modules/configstore/node_modules/osenv/node_modules/os-tmpdir
80810- osenv@0.1.3 node_modules/bower/node_modules/configstore/node_modules/osenv
80811- uuid@2.0.1 node_modules/bower/node_modules/configstore/node_modules/uuid
80812- xdg-basedir@1.0.1 node_modules/bower/node_modules/configstore/node_modules/xdg-basedir
80813- configstore@0.3.2 node_modules/bower/node_modules/configstore
80814- destroy@1.0.3 node_modules/bower/node_modules/destroy
80815delegates@0.1.0 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates -> node_modules/delegates
80816are-we-there-yet@1.0.5 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet -> node_modules/are-we-there-yet
80817graceful-fs@4.1.2 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/graceful-fs -> node_modules/fs-write-stream-atomic/node_modules/graceful-fs
80818core-util-is@1.0.2 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/core-util-is -> node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/core-util-is
80819inherits@2.0.1 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/inherits -> node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/inherits
80820isarray@0.0.1 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/isarray -> node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/isarray
80821process-nextick-args@1.0.6 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/process-nextick-args -> node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/process-nextick-args
80822string_decoder@0.10.31 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/string_decoder -> node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/string_decoder
80823util-deprecate@1.0.2 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/util-deprecate -> node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/util-deprecate
80824readable-stream@2.0.4 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/readable-stream -> node_modules/fs-write-stream-atomic/node_modules/readable-stream
80825mime@1.3.4 node_modules/bower/node_modules/github/node_modules/mime -> node_modules/github/node_modules/mime
80826github@0.2.4 node_modules/bower/node_modules/github -> node_modules/github
80827has-unicode@1.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode -> node_modules/has-unicode
80828iferr@0.1.5 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/iferr -> node_modules/iferr
80829imurmurhash@0.1.4 node_modules/bower/node_modules/fs-write-stream-atomic/node_modules/imurmurhash -> node_modules/imurmurhash
80830fs-write-stream-atomic@1.0.7 node_modules/bower/node_modules/fs-write-stream-atomic -> node_modules/fs-write-stream-atomic
80831lodash._basetostring@3.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring -> node_modules/lodash._basetostring
80832lodash.repeat@3.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding/node_modules/lodash.repeat -> node_modules/lodash.repeat
80833lodash._createpadding@3.6.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding -> node_modules/lodash._createpadding
80834lodash.padright@3.1.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright -> node_modules/lodash.padright
80835lodash.padleft@3.1.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft -> node_modules/lodash.padleft
80836lodash.pad@3.1.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad -> node_modules/lodash.pad
80837gauge@1.2.2 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge -> node_modules/gauge
80838md5-o-matic@0.1.1 node_modules/bower/node_modules/md5-hex/node_modules/md5-o-matic -> node_modules/md5-o-matic
80839md5-hex@1.1.0 node_modules/bower/node_modules/md5-hex -> node_modules/md5-hex
80840npmlog@2.0.0 node_modules/node-pre-gyp/node_modules/npmlog -> node_modules/npmlog
80841sockjs-client@0.0.0-unreleasable node_modules/shoe/node_modules/sockjs-client -> node_modules/sockjs-client
80842debug@0.7.4 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug -> node_modules/tar-pack/node_modules/debug
80843graceful-fs@4.1.2 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/graceful-fs -> node_modules/tar-pack/node_modules/fstream/node_modules/graceful-fs
80844inherits@2.0.1 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/inherits -> node_modules/tar-pack/node_modules/fstream/node_modules/inherits
80845fstream@1.0.8 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream -> node_modules/tar-pack/node_modules/fstream
80846once@1.1.1 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once -> node_modules/tar-pack/node_modules/once
80847uid-number@0.0.3 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/uid-number -> node_modules/tar-pack/node_modules/uid-number
80848tar-pack@3.1.2 node_modules/node-pre-gyp/node_modules/tar-pack -> node_modules/tar-pack
80849- readable-stream@2.0.5 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
80850- core-util-is@1.0.2 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is
80851- inherits@2.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits
80852- isarray@0.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray
80853- process-nextick-args@1.0.6 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args
80854- string_decoder@0.10.31 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder
80855- util-deprecate@1.0.2 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate
80856- fstream-ignore@1.0.3 node_modules/bower/node_modules/fstream-ignore
80857- inherits@2.0.1 node_modules/bower/node_modules/fstream-ignore/node_modules/inherits
80858- minimatch@3.0.0 node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch
80859- brace-expansion@1.1.2 node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion
80860- balanced-match@0.3.0 node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
80861- concat-map@0.0.1 node_modules/bower/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
80862- handlebars@2.0.0 node_modules/bower/node_modules/handlebars
80863- optimist@0.3.7 node_modules/bower/node_modules/handlebars/node_modules/optimist
80864- wordwrap@0.0.3 node_modules/bower/node_modules/handlebars/node_modules/optimist/node_modules/wordwrap
80865- uglify-js@2.3.6 node_modules/bower/node_modules/handlebars/node_modules/uglify-js
80866- async@0.2.10 node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/async
80867- source-map@0.1.43 node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map
80868- amdefine@1.0.0 node_modules/bower/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map/node_modules/amdefine
80869- is-root@1.0.0 node_modules/bower/node_modules/is-root
80870- junk@1.0.2 node_modules/bower/node_modules/junk
80871- lockfile@1.0.1 node_modules/bower/node_modules/lockfile
80872- opn@1.0.2 node_modules/bower/node_modules/opn
80873- promptly@0.2.0 node_modules/bower/node_modules/promptly
80874- read@1.0.7 node_modules/bower/node_modules/promptly/node_modules/read
80875- mute-stream@0.0.5 node_modules/bower/node_modules/promptly/node_modules/read/node_modules/mute-stream
80876- semver@2.3.2 node_modules/bower/node_modules/semver
80877- shell-quote@1.4.3 node_modules/bower/node_modules/shell-quote
80878- array-filter@0.0.1 node_modules/bower/node_modules/shell-quote/node_modules/array-filter
80879- array-map@0.0.0 node_modules/bower/node_modules/shell-quote/node_modules/array-map
80880- array-reduce@0.0.0 node_modules/bower/node_modules/shell-quote/node_modules/array-reduce
80881- jsonify@0.0.0 node_modules/bower/node_modules/shell-quote/node_modules/jsonify
80882- stringify-object@1.0.1 node_modules/bower/node_modules/stringify-object
80883- user-home@1.1.1 node_modules/bower/node_modules/user-home
80884- lodash._basetostring@3.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring
80885- lodash._createpadding@3.6.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding
80886- lodash.repeat@3.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat
80887- lodash._basetostring@3.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring
80888- lodash._createpadding@3.6.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding
80889- lodash.repeat@3.0.1 node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat
80890- fstream-ignore@1.0.3 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore
80891- inherits@2.0.1 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/inherits
80892- minimatch@3.0.0 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch
80893- brace-expansion@1.1.2 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion
80894- balanced-match@0.3.0 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
80895- concat-map@0.0.1 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
80896- readable-stream@2.0.5 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream
80897- core-util-is@1.0.2 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is
80898- inherits@2.0.1 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits
80899- isarray@0.0.1 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray
80900- process-nextick-args@1.0.6 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args
80901- string_decoder@0.10.31 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder
80902- util-deprecate@1.0.2 node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate
80903npm verb exit [ 0, true ]
80904npm info ok
80905 ---> 7e4b490e1083
80906Removing intermediate container 88e33f5dc8f3
80907Step 7 : RUN bower install --allow-root
80908 ---> Running in eba2123a547b
80909bower wodo#* not-cached http://webodf.org/download/wodocollabtexteditor-0.5.8.zip#*
80910bower wodo#* resolve http://webodf.org/download/wodocollabtexteditor-0.5.8.zip#*
80911bower wodo#* download http://webodf.org/download/wodocollabtexteditor-0.5.8.zip
80912bower json3#3.3.1 not-cached git://github.com/bestiejs/json3.git#3.3.1
80913bower json3#3.3.1 resolve git://github.com/bestiejs/json3.git#3.3.1
80914bower angular-resource#1.4.1 not-cached git://github.com/angular/bower-angular-resource.git#1.4.1
80915bower angular-resource#1.4.1 resolve git://github.com/angular/bower-angular-resource.git#1.4.1
80916bower jquery#1.11.0 not-cached git://github.com/jquery/jquery.git#1.11.0
80917bower jquery#1.11.0 resolve git://github.com/jquery/jquery.git#1.11.0
80918bower angular#1.4.1 not-cached git://github.com/angular/bower-angular.git#1.4.1
80919bower angular#1.4.1 resolve git://github.com/angular/bower-angular.git#1.4.1
80920bower lodash#3.9.3 not-cached git://github.com/lodash/lodash.git#3.9.3
80921bower lodash#3.9.3 resolve git://github.com/lodash/lodash.git#3.9.3
80922bower angular-file-upload#1.1.5 not-cached git://github.com/nervgh/angular-file-upload.git#1.1.5
80923bower angular-file-upload#1.1.5 resolve git://github.com/nervgh/angular-file-upload.git#1.1.5
80924bower angular-smart-table#~2.1.0 not-cached git://github.com/lorenzofox3/Smart-Table.git#~2.1.0
80925bower angular-smart-table#~2.1.0 resolve git://github.com/lorenzofox3/Smart-Table.git#~2.1.0
80926bower angular-moment#~0.10.1 not-cached git://github.com/urish/angular-moment.git#~0.10.1
80927bower angular-moment#~0.10.1 resolve git://github.com/urish/angular-moment.git#~0.10.1
80928bower angular-bootstrap#0.13.0 not-cached git://github.com/angular-ui/bootstrap-bower.git#0.13.0
80929bower angular-bootstrap#0.13.0 resolve git://github.com/angular-ui/bootstrap-bower.git#0.13.0
80930bower angular-load#~0.2.0 not-cached git://github.com/urish/angular-load.git#~0.2.0
80931bower angular-load#~0.2.0 resolve git://github.com/urish/angular-load.git#~0.2.0
80932bower angular-mocks#1.4.1 not-cached git://github.com/angular/bower-angular-mocks.git#1.4.1
80933bower angular-mocks#1.4.1 resolve git://github.com/angular/bower-angular-mocks.git#1.4.1
80934bower wodo#* extract wodocollabtexteditor-0.5.8.zip
80935bower angular-cookies#1.4.1 not-cached git://github.com/angular/bower-angular-cookies.git#1.4.1
80936bower angular-cookies#1.4.1 resolve git://github.com/angular/bower-angular-cookies.git#1.4.1
80937bower bootstrap#~3.1.1 not-cached git://github.com/twbs/bootstrap.git#~3.1.1
80938bower bootstrap#~3.1.1 resolve git://github.com/twbs/bootstrap.git#~3.1.1
80939bower angular-file-saver#~0.0.4 not-cached git://github.com/alferov/angular-file-saver.git#~0.0.4
80940bower angular-file-saver#~0.0.4 resolve git://github.com/alferov/angular-file-saver.git#~0.0.4
80941bower angular-scenario#1.4.1 not-cached git://github.com/angular/bower-angular-scenario.git#1.4.1
80942bower angular-scenario#1.4.1 resolve git://github.com/angular/bower-angular-scenario.git#1.4.1
80943bower font-awesome#>=4.1.0 not-cached git://github.com/FortAwesome/Font-Awesome.git#>=4.1.0
80944bower font-awesome#>=4.1.0 resolve git://github.com/FortAwesome/Font-Awesome.git#>=4.1.0
80945bower angular-sanitize#1.4.1 not-cached git://github.com/angular/bower-angular-sanitize.git#1.4.1
80946bower angular-sanitize#1.4.1 resolve git://github.com/angular/bower-angular-sanitize.git#1.4.1
80947bower angular-ui-router#0.2.15 not-cached git://github.com/angular-ui/ui-router.git#0.2.15
80948bower angular-ui-router#0.2.15 resolve git://github.com/angular-ui/ui-router.git#0.2.15
80949bower es5-shim#4.1.7 not-cached git://github.com/es-shims/es5-shim.git#4.1.7
80950bower es5-shim#4.1.7 resolve git://github.com/es-shims/es5-shim.git#4.1.7
80951bower json3#3.3.1 download https://github.com/bestiejs/json3/archive/v3.3.1.tar.gz
80952bower lodash#3.9.3 download https://github.com/lodash/lodash/archive/3.9.3.tar.gz
80953bower angular-file-upload#1.1.5 download https://github.com/nervgh/angular-file-upload/archive/v1.1.5.tar.gz
80954bower angular#1.4.1 download https://github.com/angular/bower-angular/archive/v1.4.1.tar.gz
80955bower angular-bootstrap#0.13.0 download https://github.com/angular-ui/bootstrap-bower/archive/0.13.0.tar.gz
80956bower angular-moment#~0.10.1 download https://github.com/urish/angular-moment/archive/0.10.3.tar.gz
80957bower angular-smart-table#~2.1.0 download https://github.com/lorenzofox3/Smart-Table/archive/v2.1.6.tar.gz
80958bower jquery#1.11.0 download https://github.com/jquery/jquery/archive/1.11.0.tar.gz
80959bower angular-resource#1.4.1 download https://github.com/angular/bower-angular-resource/archive/v1.4.1.tar.gz
80960bower angular-file-saver#~0.0.4 download https://github.com/alferov/angular-file-saver/archive/0.0.4.tar.gz
80961bower angular-load#~0.2.0 download https://github.com/urish/angular-load/archive/0.2.0.tar.gz
80962bower angular-mocks#1.4.1 download https://github.com/angular/bower-angular-mocks/archive/v1.4.1.tar.gz
80963bower bootstrap#~3.1.1 download https://github.com/twbs/bootstrap/archive/v3.1.1.tar.gz
80964bower font-awesome#>=4.1.0 download https://github.com/FortAwesome/Font-Awesome/archive/v4.5.0.tar.gz
80965bower angular-cookies#1.4.1 download https://github.com/angular/bower-angular-cookies/archive/v1.4.1.tar.gz
80966bower angular-ui-router#0.2.15 download https://github.com/angular-ui/ui-router/archive/0.2.15.tar.gz
80967bower es5-shim#4.1.7 download https://github.com/es-shims/es5-shim/archive/v4.1.7.tar.gz
80968bower angular-sanitize#1.4.1 download https://github.com/angular/bower-angular-sanitize/archive/v1.4.1.tar.gz
80969bower angular-scenario#1.4.1 download https://github.com/angular/bower-angular-scenario/archive/v1.4.1.tar.gz
80970bower wodo#* invalid-meta wodo is missing "main" entry in bower.json
80971bower wodo#* invalid-meta wodo is missing "ignore" entry in bower.json
80972bower wodo#* resolved http://webodf.org/download/wodocollabtexteditor-0.5.8.zip#e-tag:6c4014-a3
80973bower angular-file-upload#1.1.5 extract archive.tar.gz
80974bower angular-smart-table#~2.1.0 extract archive.tar.gz
80975bower angular-file-saver#~0.0.4 extract archive.tar.gz
80976bower angular-load#~0.2.0 extract archive.tar.gz
80977bower angular-resource#1.4.1 extract archive.tar.gz
80978bower angular-moment#~0.10.1 extract archive.tar.gz
80979bower angular-mocks#1.4.1 extract archive.tar.gz
80980bower angular-cookies#1.4.1 extract archive.tar.gz
80981bower angular-bootstrap#0.13.0 extract archive.tar.gz
80982bower angular-resource#1.4.1 resolved git://github.com/angular/bower-angular-resource.git#1.4.1
80983bower angular-sanitize#1.4.1 extract archive.tar.gz
80984bower angular-mocks#1.4.1 resolved git://github.com/angular/bower-angular-mocks.git#1.4.1
80985bower angular-file-saver#~0.0.4 resolved git://github.com/alferov/angular-file-saver.git#0.0.4
80986bower angular-cookies#1.4.1 resolved git://github.com/angular/bower-angular-cookies.git#1.4.1
80987bower angular-load#~0.2.0 invalid-meta angular-load is missing "ignore" entry in bower.json
80988bower angular-load#~0.2.0 resolved git://github.com/urish/angular-load.git#0.2.0
80989bower angular#>=1.0.0 <1.4.0 not-cached git://github.com/angular/bower-angular.git#>=1.0.0 <1.4.0
80990bower angular#>=1.0.0 <1.4.0 resolve git://github.com/angular/bower-angular.git#>=1.0.0 <1.4.0
80991bower angular#>=1.0.0 <1.4.0 download https://github.com/angular/bower-angular/archive/v1.3.20.tar.gz
80992bower angular-sanitize#1.4.1 resolved git://github.com/angular/bower-angular-sanitize.git#1.4.1
80993bower angular-moment#~0.10.1 resolved git://github.com/urish/angular-moment.git#0.10.3
80994bower json3#3.3.1 extract archive.tar.gz
80995bower angular-bootstrap#0.13.0 resolved git://github.com/angular-ui/bootstrap-bower.git#0.13.0
80996bower file-saver.js#~1.20150507.2 not-cached git://github.com/Teleborder/FileSaver.js.git#~1.20150507.2
80997bower file-saver.js#~1.20150507.2 resolve git://github.com/Teleborder/FileSaver.js.git#~1.20150507.2
80998bower blob-polyfill#~1.0.20150320 not-cached git://github.com/bjornstar/blob-polyfill.git#~1.0.20150320
80999bower blob-polyfill#~1.0.20150320 resolve git://github.com/bjornstar/blob-polyfill.git#~1.0.20150320
81000bower angular-file-upload#1.1.5 resolved git://github.com/nervgh/angular-file-upload.git#1.1.5
81001bower angular#~1.2.11 not-cached git://github.com/angular/bower-angular.git#~1.2.11
81002bower angular#~1.2.11 resolve git://github.com/angular/bower-angular.git#~1.2.11
81003bower angular#~1.2.11 download https://github.com/angular/bower-angular/archive/v1.2.29.tar.gz
81004bower blob-polyfill#~1.0.20150320 download https://github.com/bjornstar/blob-polyfill/archive/1.0.20150320.tar.gz
81005bower file-saver.js#~1.20150507.2 download https://github.com/Teleborder/FileSaver.js/archive/v1.20150507.2.tar.gz
81006bower moment#>=2.8.0 <2.11.0 not-cached git://github.com/moment/moment.git#>=2.8.0 <2.11.0
81007bower moment#>=2.8.0 <2.11.0 resolve git://github.com/moment/moment.git#>=2.8.0 <2.11.0
81008bower angular-smart-table#~2.1.0 resolved git://github.com/lorenzofox3/Smart-Table.git#2.1.6
81009bower angular-scenario#1.4.1 extract archive.tar.gz
81010bower lodash#3.9.3 extract archive.tar.gz
81011bower es5-shim#4.1.7 extract archive.tar.gz
81012bower jquery#1.11.0 extract archive.tar.gz
81013bower angular-scenario#1.4.1 resolved git://github.com/angular/bower-angular-scenario.git#1.4.1
81014bower moment#>=2.8.0 <2.11.0 download https://github.com/moment/moment/archive/2.10.6.tar.gz
81015bower file-saver.js#~1.20150507.2 extract archive.tar.gz
81016bower blob-polyfill#~1.0.20150320 extract archive.tar.gz
81017bower angular#1.4.1 extract archive.tar.gz
81018bower es5-shim#4.1.7 resolved git://github.com/es-shims/es5-shim.git#4.1.7
81019bower blob-polyfill#~1.0.20150320 resolved git://github.com/bjornstar/blob-polyfill.git#1.0.20150320
81020bower file-saver.js#~1.20150507.2 resolved git://github.com/Teleborder/FileSaver.js.git#1.20150507.2
81021bower angular#1.4.1 resolved git://github.com/angular/bower-angular.git#1.4.1
81022bower angular#>=1.0.0 <1.4.0 extract archive.tar.gz
81023bower angular#>=1.0.0 <1.4.0 resolved git://github.com/angular/bower-angular.git#1.3.20
81024bower json3#3.3.1 resolved git://github.com/bestiejs/json3.git#3.3.1
81025bower lodash#3.9.3 resolved git://github.com/lodash/lodash.git#3.9.3
81026bower angular#~1.2.11 extract archive.tar.gz
81027bower angular#~1.2.11 resolved git://github.com/angular/bower-angular.git#1.2.29
81028bower jquery#1.11.0 resolved git://github.com/jquery/jquery.git#1.11.0
81029bower angular-ui-router#0.2.15 extract archive.tar.gz
81030bower bootstrap#~3.1.1 extract archive.tar.gz
81031bower angular-ui-router#0.2.15 resolved git://github.com/angular-ui/ui-router.git#0.2.15
81032bower moment#>=2.8.0 <2.11.0 extract archive.tar.gz
81033bower font-awesome#>=4.1.0 extract archive.tar.gz
81034bower bootstrap#~3.1.1 resolved git://github.com/twbs/bootstrap.git#3.1.1
81035bower moment#>=2.8.0 <2.11.0 resolved git://github.com/moment/moment.git#2.10.6
81036bower font-awesome#>=4.1.0 resolved git://github.com/FortAwesome/Font-Awesome.git#4.5.0
81037
81038Please note that,
81039 angular-file-upload#1.1.5 depends on angular#~1.2.11 which resolved to angular#1.2.29
81040 angular-load#0.2.0 depends on angular#>=1.0.0 <1.4.0 which resolved to angular#1.3.20
81041 angular-cookies#1.4.1, angular-mocks#1.4.1, angular-resource#1.4.1, angular-sanitize#1.4.1, angular-scenario#1.4.1, manticore depends on angular#1.4.1 which resolved to angular#1.4.1
81042 angular-moment#0.10.3 depends on angular#>=1.2.0 <1.5.0 which resolved to angular#1.4.1
81043 angular-bootstrap#0.13.0 depends on angular#>=1.3.0 which resolved to angular#1.4.1
81044 angular-smart-table#2.1.6 depends on angular#^1.0.0 which resolved to angular#1.4.1
81045 angular-ui-router#0.2.15 depends on angular#>= 1.0.8 which resolved to angular#1.4.1
81046Resort to using angular#1.4.1 which resolved to angular#1.4.1
81047Code incompatibilities may occur.
81048
81049bower wodo#* install wodo#e-tag:6c4014-a3
81050bower angular-resource#1.4.1 install angular-resource#1.4.1
81051bower angular-mocks#1.4.1 install angular-mocks#1.4.1
81052bower angular-file-saver#~0.0.4 install angular-file-saver#0.0.4
81053bower angular-cookies#1.4.1 install angular-cookies#1.4.1
81054bower angular-load#~0.2.0 install angular-load#0.2.0
81055bower angular-sanitize#1.4.1 install angular-sanitize#1.4.1
81056bower angular-moment#~0.10.1 install angular-moment#0.10.3
81057bower angular-bootstrap#0.13.0 install angular-bootstrap#0.13.0
81058bower angular-file-upload#1.1.5 install angular-file-upload#1.1.5
81059bower angular-smart-table#~2.1.0 install angular-smart-table#2.1.6
81060bower angular-scenario#1.4.1 install angular-scenario#1.4.1
81061bower es5-shim#4.1.7 install es5-shim#4.1.7
81062bower blob-polyfill#~1.0.20150320 install blob-polyfill#1.0.20150320
81063bower file-saver.js#~1.20150507.2 install file-saver.js#1.20150507.2
81064bower angular#1.4.1 install angular#1.4.1
81065bower json3#3.3.1 install json3#3.3.1
81066bower lodash#3.9.3 install lodash#3.9.3
81067bower jquery#1.11.0 install jquery#1.11.0
81068bower angular-ui-router#0.2.15 install angular-ui-router#0.2.15
81069bower bootstrap#~3.1.1 install bootstrap#3.1.1
81070bower moment#>=2.8.0 <2.11.0 install moment#2.10.6
81071bower font-awesome#>=4.1.0 install font-awesome#4.5.0
81072
81073wodo#e-tag:6c4014-a3 client/bower_components/wodo
81074
81075angular-resource#1.4.1 client/bower_components/angular-resource
81076└── angular#1.4.1
81077
81078angular-mocks#1.4.1 client/bower_components/angular-mocks
81079└── angular#1.4.1
81080
81081angular-file-saver#0.0.4 client/bower_components/angular-file-saver
81082├── blob-polyfill#1.0.20150320
81083└── file-saver.js#1.20150507.2
81084
81085angular-cookies#1.4.1 client/bower_components/angular-cookies
81086└── angular#1.4.1
81087
81088angular-load#0.2.0 client/bower_components/angular-load
81089└── angular#1.4.1
81090
81091angular-sanitize#1.4.1 client/bower_components/angular-sanitize
81092└── angular#1.4.1
81093
81094angular-moment#0.10.3 client/bower_components/angular-moment
81095├── angular#1.4.1
81096└── moment#2.10.6
81097
81098angular-bootstrap#0.13.0 client/bower_components/angular-bootstrap
81099└── angular#1.4.1
81100
81101angular-file-upload#1.1.5 client/bower_components/angular-file-upload
81102├── angular#1.4.1
81103└── es5-shim#4.1.7
81104
81105angular-smart-table#2.1.6 client/bower_components/angular-smart-table
81106└── angular#1.4.1
81107
81108angular-scenario#1.4.1 client/bower_components/angular-scenario
81109└── angular#1.4.1
81110
81111es5-shim#4.1.7 client/bower_components/es5-shim
81112
81113blob-polyfill#1.0.20150320 client/bower_components/blob-polyfill
81114
81115file-saver.js#1.20150507.2 client/bower_components/file-saver.js
81116
81117angular#1.4.1 client/bower_components/angular
81118
81119json3#3.3.1 client/bower_components/json3
81120
81121lodash#3.9.3 client/bower_components/lodash
81122
81123jquery#1.11.0 client/bower_components/jquery
81124
81125angular-ui-router#0.2.15 client/bower_components/angular-ui-router
81126└── angular#1.4.1
81127
81128bootstrap#3.1.1 client/bower_components/bootstrap
81129└── jquery#1.11.0
81130
81131moment#2.10.6 client/bower_components/moment
81132
81133font-awesome#4.5.0 client/bower_components/font-awesome
81134 ---> 88055e3819ad
81135Removing intermediate container eba2123a547b
81136Step 8 : RUN grunt build
81137 ---> Running in 18b4005ecc4a
81138Running "clean:dist" (clean) task
81139
81140Running "injector:stylus" (injector) task
81141Missing option `template`, using `dest` as template instead
81142Injecting styl files (15 files)
81143>> Nothing changed
81144
81145Running "concurrent:dist" (concurrent) task
81146
81147 Running "svgmin:dist" (svgmin) task
81148 Total saved: 0 B
81149
81150 Done, without errors.
81151
81152
81153 Execution Time (2015-12-29 19:43:02 UTC)
81154 loading tasks 213ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 74%
81155 svgmin:dist 73ms ▇▇▇▇▇▇▇▇▇▇▇▇ 25%
81156 Total 288ms
81157
81158 Running "imagemin:dist" (imagemin) task
81159 ✔ client/assets/images/manticore.jpg (already optimized)
81160 Minified 1 image (saved 0 B)
81161
81162 Done, without errors.
81163
81164
81165 Execution Time (2015-12-29 19:43:02 UTC)
81166 loading tasks 384ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 82%
81167 imagemin:dist 83ms ▇▇▇▇▇▇▇▇▇ 18%
81168 Total 469ms
81169
81170 Running "stylus:server" (stylus) task
81171 >> 1 file created.
81172
81173 Done, without errors.
81174
81175
81176 Execution Time (2015-12-29 19:43:02 UTC)
81177 loading tasks 183ms ▇▇▇▇▇▇▇▇▇ 19%
81178 stylus:server 792ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 81%
81179 Total 977ms
81180
81181 Running "jade:compile" (jade) task
81182 File .tmp/app/account/login/login.html created.
81183 File .tmp/app/account/settings/settings.html created.
81184 File .tmp/app/account/signup/signup.html created.
81185 File .tmp/app/editor/editor.html created.
81186 File .tmp/app/main/main.html created.
81187 File .tmp/app/templates/templates.html created.
81188 File .tmp/app/users/users.html created.
81189 File .tmp/components/createMenu/createMenu.html created.
81190 File .tmp/components/documentList/documentList.html created.
81191 File .tmp/components/exportButton/exportButton.html created.
81192 File .tmp/components/import/import.html created.
81193 File .tmp/components/labelEditor/labelEditor.html created.
81194 File .tmp/components/modal/modal.html created.
81195 File .tmp/components/navbar/navbar.html created.
81196 File .tmp/components/saveButton/saveButton.html created.
81197 File .tmp/components/titleEditor/titleEditor.html created.
81198 File .tmp/components/wodo/editor.html created.
81199
81200 Done, without errors.
81201
81202
81203 Execution Time (2015-12-29 19:43:02 UTC)
81204 loading tasks 136ms ▇▇▇▇▇▇ 11%
81205 jade:compile 1.1s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 89%
81206 Total 1.3s
81207
81208Running "injector:scripts" (injector) task
81209Missing option `template`, using `dest` as template instead
81210Injecting js files (31 files)
81211>> Nothing changed
81212
81213Running "injector:stylus" (injector) task
81214Missing option `template`, using `dest` as template instead
81215Injecting styl files (15 files)
81216>> Nothing changed
81217
81218Running "injector:css" (injector) task
81219Missing option `template`, using `dest` as template instead
81220>> Nothing changed
81221
81222Running "wiredep:target" (wiredep) task
81223
81224wodo was not injected in your file.
81225Please go take a look in "/var/www/manticore.git/client/bower_components/wodo" for the file you need, then manually include it in your file.
81226
81227Running "useminPrepare:html" (useminPrepare) task
81228Configuration changed for concat, uglify, cssmin
81229
81230Running "autoprefixer:dist" (autoprefixer) task
81231File .tmp/app/app.css created.
81232
81233Running "ngtemplates:main" (ngtemplates) task
81234>> No templates found
81235File .tmp/templates.js created.
81236Added .tmp/templates.js to <!-- build:js app/app.js -->
81237
81238Running "ngtemplates:tmp" (ngtemplates) task
81239File .tmp/tmp-templates.js created.
81240Added .tmp/tmp-templates.js to <!-- build:js app/app.js -->
81241
81242Running "concat:generated" (concat) task
81243File .tmp/concat/app/vendor.css created.
81244File .tmp/concat/app/app.css created.
81245File .tmp/concat/app/vendor.js created.
81246File .tmp/concat/app/app.js created.
81247
81248Running "ngAnnotate:dist" (ngAnnotate) task
81249>> 2 files successfully generated.
81250
81251Running "copy:dist" (copy) task
81252Created 136 directories, copied 982 files
81253
81254Running "cssmin:generated" (cssmin) task
81255>> Destination not written because minified CSS was empty.
81256File dist/public/app/app.css created: 155.74 kB → 128.38 kB
81257
81258Running "uglify:generated" (uglify) task
81259File dist/public/app/vendor.js created: 2.32 MB → 485.91 kB
81260File dist/public/app/app.js created: 65.58 kB → 34.58 kB
81261
81262Running "filerev:dist" (filerev) task
81263Revved 5 files
81264
81265Running "usemin:html" (usemin) task
81266Replaced 1 reference to assets
81267
81268Running "usemin:css" (usemin) task
81269Replaced 1 reference to assets
81270
81271Running "usemin:js" (usemin) task
81272Replaced 2 references to assets
81273
81274Done, without errors.
81275
81276
81277Execution Time (2015-12-29 19:43:01 UTC)
81278concurrent:dist 1.8s ▇▇▇▇ 9%
81279wiredep:target 401ms ▇ 2%
81280useminPrepare:html 284ms ▇ 1%
81281autoprefixer:dist 488ms ▇ 2%
81282ngAnnotate:dist 1.6s ▇▇▇▇ 7%
81283copy:dist 1.4s ▇▇▇ 7%
81284cssmin:generated 251ms ▇ 1%
81285uglify:generated 13.9s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 67%
81286Total 20.7s
81287
81288 ---> d67b00a9320b
81289Removing intermediate container 18b4005ecc4a
81290Step 9 : RUN mv server/config/local.env.sample.js server/config/local.env.js
81291 ---> Running in 7564bc2d879e
81292 ---> 9089fd2c5a8d
81293Removing intermediate container 7564bc2d879e
81294Step 10 : RUN sed -r -i -e "s|DOMAIN:.*,$|DOMAIN: 'http://localhost:8080',|g" -e "s|STORAGE:.*$|STORAGE: 'local'|g" -e "/WEBDAV_/d" -e "/LDAP_/d" -e "/LOCODOC_/d" server/config/local.env.js
81295 ---> Running in c98c8d678ca7
81296 ---> 1cc4375aa68f
81297Removing intermediate container c98c8d678ca7
81298Step 11 : RUN sed -r -i -e 's|^(\s+)root:.*,$|\1root: "/var/www/manticore.git",|g' server/config/environment/index.js
81299 ---> Running in 2f107a6b175c
81300 ---> a35ed59841b4
81301Removing intermediate container 2f107a6b175c
81302Step 12 : RUN chown nobody:nobody /var/www/manticore.git/server/config/seed.js /var/www/manticore.git/server/config/
81303 ---> Running in 0bdb374fe122
81304 ---> dc787729bd3b
81305Removing intermediate container 0bdb374fe122
81306Step 13 : RUN ln -s dist/public/ public
81307 ---> Running in 971b48d3077f
81308 ---> 5046b0b4203e
81309Removing intermediate container 971b48d3077f
81310Step 14 : ADD /entrypoint.sh /entrypoint.sh
81311 ---> af5eef990000
81312Removing intermediate container 6ef30b30281d
81313Step 15 : RUN chmod a+x /entrypoint.sh
81314 ---> Running in f8c60b7ee3c2
81315 ---> 8067c14ecf78
81316Removing intermediate container f8c60b7ee3c2
81317Step 16 : ENTRYPOINT /entrypoint.sh
81318 ---> Running in 57eb8e5104db
81319 ---> 55bd319ad120
81320Removing intermediate container 57eb8e5104db
81321Step 17 : USER nobody
81322 ---> Running in 03e3e0f6fb90
81323 ---> b3d3edaa55e3
81324Removing intermediate container 03e3e0f6fb90
81325Step 18 : ENV NODE_PATH /usr/lib/node_modules:/var/www/manticore.git/node_modules
81326 ---> Running in 580d3191d548
81327 ---> 71a57d85e606
81328Removing intermediate container 580d3191d548
81329Step 19 : ENV NODE_ENV production
81330 ---> Running in f62623046f6f
81331 ---> d8ff9cb9ff0c
81332Removing intermediate container f62623046f6f
81333Step 20 : CMD /bin/node /var/www/manticore.git/server/app.js
81334 ---> Running in 3e1b0c00ff18
81335 ---> de5664ae2ff1
81336Removing intermediate container 3e1b0c00ff18
81337Successfully built de5664ae2ff1
81338== ./03-roundcubemail ==
81339Sending build context to Docker daemon 4.608 kB
81340Sending build context to Docker daemon 4.608 kB
81341
81342Step 0 : FROM kolab/base-web-rc:latest
81343 ---> 38f04a91d09d
81344Step 1 : RUN yum -y install roundcubemail roundcubemail-plugin-contextmenu roundcubemail-plugins-kolab && yum clean all
81345 ---> Using cache
81346 ---> 15692be0d784
81347Step 2 : ADD /entrypoint.sh /entrypoint.sh
81348 ---> Using cache
81349 ---> c95062b7104a
81350Step 3 : RUN chmod a+x /entrypoint.sh
81351 ---> Using cache
81352 ---> a54c0a1508fd
81353Successfully built a54c0a1508fd
81354== ./03-roundcube-next ==
81355Sending build context to Docker daemon 4.096 kB
81356Sending build context to Docker daemon 4.096 kB
81357
81358Step 0 : FROM kolab/base-nodejs:latest
81359 ---> 2cb21f4fe69d
81360Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
81361 ---> Using cache
81362 ---> f1410c15fb82
81363Step 2 : RUN yum -y install ruby-devel rubygem-bundler && yum clean all
81364 ---> Using cache
81365 ---> d673f10a47d7
81366Step 3 : RUN npm install --verbose -g ember-cli && rm -rf /root/.npm/
81367 ---> Using cache
81368 ---> 74c9f40ce95b
81369Step 4 : RUN git clone -b ${GIT_BRANCH:-master} https://github.com/${GITHUB_ACCOUNT:-roundcube-next}/roundcube-shell.git /var/www/roundcube-shell.git/ && rm -rf /var/www/roundcube-shell.git/.git/
81370 ---> Using cache
81371 ---> 3a89f3ee76fc
81372Step 5 : WORKDIR /var/www/roundcube-shell.git/
81373 ---> Using cache
81374 ---> 65df337c01a8
81375Step 6 : RUN npm install --verbose && rm -rf /root/.npm/
81376 ---> Using cache
81377 ---> ca0d2aaba714
81378Step 7 : RUN bower --allow-root install
81379 ---> Using cache
81380 ---> b0e64f43ae20
81381Step 8 : RUN sed -i -e '/ES6 only/,+19d' node_modules/jscs/lib/config/configuration.js
81382 ---> Using cache
81383 ---> e59c9ad69999
81384Step 9 : ADD /entrypoint.sh /entrypoint.sh
81385 ---> Using cache
81386 ---> 1cab35fc6ca7
81387Step 10 : RUN chmod a+x /entrypoint.sh
81388 ---> Using cache
81389 ---> 19846fcfa7cb
81390Step 11 : CMD ember server --live-reload=false
81391 ---> Using cache
81392 ---> 88b6aff86aea
81393Successfully built 88b6aff86aea
81394== ./03-submission ==
81395Sending build context to Docker daemon 2.048 kB
81396Sending build context to Docker daemon 2.048 kB
81397
81398Step 0 : FROM kolab/base-mx:latest
81399 ---> 9f74e7d3405f
81400Step 1 : RUN yum -y install kolab-saslauthd && yum clean all
81401 ---> Using cache
81402 ---> 51d76a8ad977
81403Step 2 : EXPOSE 587
81404 ---> Using cache
81405 ---> 08c2c8065ee6
81406Successfully built 08c2c8065ee6
81407== ./03-syncroton ==
81408Sending build context to Docker daemon 3.072 kB
81409Sending build context to Docker daemon 3.072 kB
81410
81411Step 0 : FROM kolab/base-web-rc:latest
81412 ---> 38f04a91d09d
81413Step 1 : RUN yum -y install kolab-syncroton && yum clean all
81414 ---> Using cache
81415 ---> 8e19a269702f
81416Step 2 : ADD /entrypoint.sh /entrypoint.sh
81417 ---> Using cache
81418 ---> 560514aa87f5
81419Step 3 : RUN chmod a+x /entrypoint.sh
81420 ---> Using cache
81421 ---> f5518e76493a
81422Successfully built f5518e76493a
81423== ./03-wallace ==
81424Sending build context to Docker daemon 3.584 kB
81425Sending build context to Docker daemon 3.584 kB
81426
81427Step 0 : FROM kolab/base:latest
81428 ---> 2e19a966cccb
81429Step 1 : RUN yum -y install wallace && yum clean all
81430 ---> Using cache
81431 ---> 843c051fde36
81432Step 2 : ADD /entrypoint.sh /entrypoint.sh
81433 ---> Using cache
81434 ---> cc25c8f5ba34
81435Step 3 : RUN chmod a+x /entrypoint.sh
81436 ---> Using cache
81437 ---> 749a4868a7a8
81438Step 4 : VOLUME /var/spool/pykolab/wallace
81439 ---> Using cache
81440 ---> bee063bd6afa
81441Step 5 : EXPOSE 10026
81442 ---> Using cache
81443 ---> 577cf67c6e79
81444Step 6 : CMD wallaced
81445 ---> Using cache
81446 ---> 29a12c284a78
81447Successfully built 29a12c284a78
81448== ./03-webadmin ==
81449Sending build context to Docker daemon 4.608 kB
81450Sending build context to Docker daemon 4.608 kB
81451
81452Step 0 : FROM kolab/base-web-rc:latest
81453 ---> 38f04a91d09d
81454Step 1 : RUN yum -y --setopt tsflags= install kolab-webadmin && yum -y install mariadb pykolab && yum clean all
81455 ---> Using cache
81456 ---> 3e4c231221b9
81457Step 2 : ADD /entrypoint.sh /entrypoint.sh
81458 ---> Using cache
81459 ---> acafd3945a79
81460Step 3 : RUN chmod a+x /entrypoint.sh
81461 ---> Using cache
81462 ---> 957e853ee850
81463Successfully built 957e853ee850
81464== ./04-chwala-database ==
81465Sending build context to Docker daemon 2.048 kB
81466Sending build context to Docker daemon 2.048 kB
81467
81468Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
81469 ---> 458edacb7bed
81470Step 1 : RUN sed -i -r -e 's/name: mariadb/name: chwala-database/g' /application-entity/artifacts/kubernetes/*.yaml
81471 ---> Using cache
81472 ---> 2fc63947e0fd
81473Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: chwala-database-/g' /application-entity/Nulecule
81474 ---> Using cache
81475 ---> 74ac1f0f2c17
81476Successfully built 74ac1f0f2c17
81477== ./04-freebusy-database ==
81478Sending build context to Docker daemon 2.048 kB
81479Sending build context to Docker daemon 2.048 kB
81480
81481Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
81482 ---> 458edacb7bed
81483Step 1 : RUN sed -i -r -e 's/name: mariadb/name: freebusy-database/g' /application-entity/artifacts/kubernetes/*.yaml
81484 ---> Using cache
81485 ---> ab81df280fa0
81486Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: freebusy-database-/g' /application-entity/Nulecule
81487 ---> Using cache
81488 ---> 8ea246e81fe9
81489Successfully built 8ea246e81fe9
81490== ./04-irony-database ==
81491Sending build context to Docker daemon 2.048 kB
81492Sending build context to Docker daemon 2.048 kB
81493
81494Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
81495 ---> 458edacb7bed
81496Step 1 : RUN sed -i -r -e 's/name: mariadb/name: irony-database/g' /application-entity/artifacts/kubernetes/*.yaml
81497 ---> Using cache
81498 ---> ab400946cdbd
81499Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: irony-database-/g' /application-entity/Nulecule
81500 ---> Using cache
81501 ---> 0a35acae8ff8
81502Successfully built 0a35acae8ff8
81503== ./04-roundcubemail-database ==
81504Sending build context to Docker daemon 2.048 kB
81505Sending build context to Docker daemon 2.048 kB
81506
81507Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
81508 ---> 458edacb7bed
81509Step 1 : RUN sed -i -r -e 's/name: mariadb/name: roundcubemail-database/g' /application-entity/artifacts/kubernetes/*.yaml
81510 ---> Using cache
81511 ---> c921908a4ebe
81512Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: roundcubemail-database-/g' /application-entity/Nulecule
81513 ---> Using cache
81514 ---> df12995f6bfe
81515Successfully built df12995f6bfe
81516== ./04-syncroton-database ==
81517Sending build context to Docker daemon 2.048 kB
81518Sending build context to Docker daemon 2.048 kB
81519
81520Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
81521 ---> 458edacb7bed
81522Step 1 : RUN sed -i -r -e 's/name: mariadb/name: syncroton-database/g' /application-entity/artifacts/kubernetes/*.yaml
81523 ---> Using cache
81524 ---> afe6f44a7aa0
81525Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: syncroton-database-/g' /application-entity/Nulecule
81526 ---> Using cache
81527 ---> 08bd80e96948
81528Successfully built 08bd80e96948
81529== ./04-webadmin-database ==
81530Sending build context to Docker daemon 2.048 kB
81531Sending build context to Docker daemon 2.048 kB
81532
81533Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
81534 ---> 458edacb7bed
81535Step 1 : RUN sed -i -r -e 's/name: mariadb/name: webadmin-database/g' /application-entity/artifacts/kubernetes/*.yaml
81536 ---> Using cache
81537 ---> ba8bdee8917e
81538Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: webadmin-database-/g' /application-entity/Nulecule
81539 ---> Using cache
81540 ---> c422f472202a
81541Successfully built c422f472202a
81542== ./05-asav-in-atomicapp ==
81543Sending build context to Docker daemon 9.216 kB
81544Sending build context to Docker daemon 9.216 kB
81545
81546Step 0 : FROM projectatomic/atomicapp:0.3.0
81547 ---> d31c1e84399e
81548Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81549 ---> Using cache
81550 ---> 33db8c6b467d
81551Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81552 ---> Using cache
81553 ---> e39c6e93bb44
81554Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81555 ---> Using cache
81556 ---> 3534e6728c78
81557Step 4 : ADD /artifacts /application-entity/artifacts/
81558 ---> Using cache
81559 ---> 3d338caccd1c
81560Successfully built 3d338caccd1c
81561== ./05-asav-out-atomicapp ==
81562Sending build context to Docker daemon 9.216 kB
81563Sending build context to Docker daemon 9.216 kB
81564
81565Step 0 : FROM projectatomic/atomicapp:0.3.0
81566 ---> d31c1e84399e
81567Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81568 ---> Using cache
81569 ---> 33db8c6b467d
81570Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81571 ---> Using cache
81572 ---> e39c6e93bb44
81573Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81574 ---> Using cache
81575 ---> d9ef93e55d44
81576Step 4 : ADD /artifacts /application-entity/artifacts/
81577 ---> Using cache
81578 ---> 3431792bf326
81579Successfully built 3431792bf326
81580== ./05-chwala-atomicapp ==
81581Sending build context to Docker daemon 10.24 kB
81582Sending build context to Docker daemon 10.24 kB
81583
81584Step 0 : FROM projectatomic/atomicapp:0.3.0
81585 ---> d31c1e84399e
81586Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81587 ---> Using cache
81588 ---> 33db8c6b467d
81589Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81590 ---> Using cache
81591 ---> e39c6e93bb44
81592Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81593 ---> Using cache
81594 ---> 465d54a4d4e0
81595Step 4 : ADD /artifacts /application-entity/artifacts/
81596 ---> Using cache
81597 ---> 8aa217b8359b
81598Successfully built 8aa217b8359b
81599== ./05-ext-mx-in-atomicapp ==
81600Sending build context to Docker daemon 12.29 kB
81601Sending build context to Docker daemon 12.29 kB
81602
81603Step 0 : FROM projectatomic/atomicapp:0.3.0
81604 ---> d31c1e84399e
81605Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81606 ---> Using cache
81607 ---> 33db8c6b467d
81608Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81609 ---> Using cache
81610 ---> e39c6e93bb44
81611Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81612 ---> Using cache
81613 ---> 2b48026bfc67
81614Step 4 : ADD /artifacts /application-entity/artifacts/
81615 ---> Using cache
81616 ---> d0f076524648
81617Successfully built d0f076524648
81618== ./05-ext-mx-out-atomicapp ==
81619Sending build context to Docker daemon 10.75 kB
81620Sending build context to Docker daemon 10.75 kB
81621
81622Step 0 : FROM projectatomic/atomicapp:0.3.0
81623 ---> d31c1e84399e
81624Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81625 ---> Using cache
81626 ---> 33db8c6b467d
81627Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81628 ---> Using cache
81629 ---> e39c6e93bb44
81630Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81631 ---> Using cache
81632 ---> 913062ee2614
81633Step 4 : ADD /artifacts /application-entity/artifacts/
81634 ---> Using cache
81635 ---> f76f8215f00d
81636Successfully built f76f8215f00d
81637== ./05-freebusy-atomicapp ==
81638Sending build context to Docker daemon 12.29 kB
81639Sending build context to Docker daemon 12.29 kB
81640
81641Step 0 : FROM projectatomic/atomicapp:0.3.0
81642 ---> d31c1e84399e
81643Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81644 ---> Using cache
81645 ---> 33db8c6b467d
81646Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81647 ---> Using cache
81648 ---> e39c6e93bb44
81649Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81650 ---> Using cache
81651 ---> f920a74a0eec
81652Step 4 : ADD /artifacts /application-entity/artifacts/
81653 ---> Using cache
81654 ---> 21917177a8ef
81655Successfully built 21917177a8ef
81656== ./05-guam-atomicapp ==
81657Sending build context to Docker daemon 13.82 kB
81658Sending build context to Docker daemon 13.82 kB
81659
81660Step 0 : FROM projectatomic/atomicapp:0.3.0
81661 ---> d31c1e84399e
81662Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81663 ---> Using cache
81664 ---> 33db8c6b467d
81665Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81666 ---> Using cache
81667 ---> e39c6e93bb44
81668Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81669 ---> Using cache
81670 ---> c47a5132ae99
81671Step 4 : ADD /artifacts /application-entity/artifacts/
81672 ---> Using cache
81673 ---> cfb959996551
81674Successfully built cfb959996551
81675== ./05-imapb-atomicapp ==
81676Sending build context to Docker daemon 10.24 kB
81677Sending build context to Docker daemon 10.24 kB
81678
81679Step 0 : FROM projectatomic/atomicapp:0.3.0
81680 ---> d31c1e84399e
81681Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81682 ---> Using cache
81683 ---> 33db8c6b467d
81684Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81685 ---> Using cache
81686 ---> e39c6e93bb44
81687Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81688 ---> Using cache
81689 ---> 57ff3d146e01
81690Step 4 : ADD /artifacts /application-entity/artifacts/
81691 ---> Using cache
81692 ---> 53f42fde8d92
81693Successfully built 53f42fde8d92
81694== ./05-imapf-ext-atomicapp ==
81695Sending build context to Docker daemon 11.78 kB
81696Sending build context to Docker daemon 11.78 kB
81697
81698Step 0 : FROM projectatomic/atomicapp:0.3.0
81699 ---> d31c1e84399e
81700Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81701 ---> Using cache
81702 ---> 33db8c6b467d
81703Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81704 ---> Using cache
81705 ---> e39c6e93bb44
81706Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81707 ---> Using cache
81708 ---> 0d981e88789b
81709Step 4 : ADD /artifacts /application-entity/artifacts/
81710 ---> Using cache
81711 ---> d17aac846631
81712Successfully built d17aac846631
81713== ./05-imapf-int-atomicapp ==
81714Sending build context to Docker daemon 11.78 kB
81715Sending build context to Docker daemon 11.78 kB
81716
81717Step 0 : FROM projectatomic/atomicapp:0.3.0
81718 ---> d31c1e84399e
81719Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81720 ---> Using cache
81721 ---> 33db8c6b467d
81722Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81723 ---> Using cache
81724 ---> e39c6e93bb44
81725Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81726 ---> Using cache
81727 ---> 689a0bc30d6e
81728Step 4 : ADD /artifacts /application-entity/artifacts/
81729 ---> Using cache
81730 ---> eaf3201f6ba8
81731Successfully built eaf3201f6ba8
81732== ./05-imap-mupdate-atomicapp ==
81733Sending build context to Docker daemon 10.75 kB
81734Sending build context to Docker daemon 10.75 kB
81735
81736Step 0 : FROM projectatomic/atomicapp:0.3.0
81737 ---> d31c1e84399e
81738Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81739 ---> Using cache
81740 ---> 33db8c6b467d
81741Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81742 ---> Using cache
81743 ---> e39c6e93bb44
81744Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81745 ---> Using cache
81746 ---> dd6d70f08275
81747Step 4 : ADD /artifacts /application-entity/artifacts/
81748 ---> Using cache
81749 ---> 4b912c11822b
81750Successfully built 4b912c11822b
81751== ./05-int-mx-atomicapp ==
81752Sending build context to Docker daemon 12.29 kB
81753Sending build context to Docker daemon 12.29 kB
81754
81755Step 0 : FROM projectatomic/atomicapp:0.3.0
81756 ---> d31c1e84399e
81757Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81758 ---> Using cache
81759 ---> 33db8c6b467d
81760Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81761 ---> Using cache
81762 ---> e39c6e93bb44
81763Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81764 ---> Using cache
81765 ---> 6754eaa1fc6d
81766Step 4 : ADD /artifacts /application-entity/artifacts/
81767 ---> Using cache
81768 ---> b4c171faa199
81769Successfully built b4c171faa199
81770== ./05-irony-atomicapp ==
81771Sending build context to Docker daemon 10.24 kB
81772Sending build context to Docker daemon 10.24 kB
81773
81774Step 0 : FROM projectatomic/atomicapp:0.3.0
81775 ---> d31c1e84399e
81776Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81777 ---> Using cache
81778 ---> 33db8c6b467d
81779Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81780 ---> Using cache
81781 ---> e39c6e93bb44
81782Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81783 ---> Using cache
81784 ---> e7018f68a189
81785Step 4 : ADD /artifacts /application-entity/artifacts/
81786 ---> Using cache
81787 ---> 7991e35f2398
81788Successfully built 7991e35f2398
81789== ./05-jmap-proxy-atomicapp ==
81790Sending build context to Docker daemon 8.192 kB
81791Sending build context to Docker daemon 8.192 kB
81792
81793Step 0 : FROM projectatomic/atomicapp:0.3.0
81794 ---> d31c1e84399e
81795Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81796 ---> Using cache
81797 ---> 33db8c6b467d
81798Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81799 ---> Using cache
81800 ---> e39c6e93bb44
81801Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81802 ---> Using cache
81803 ---> f1a42613aa05
81804Step 4 : ADD /artifacts /application-entity/artifacts/
81805 ---> Using cache
81806 ---> 79162277e29a
81807Successfully built 79162277e29a
81808== ./05-ldap-master-atomicapp ==
81809Sending build context to Docker daemon 11.78 kB
81810Sending build context to Docker daemon 11.78 kB
81811
81812Step 0 : FROM projectatomic/atomicapp:0.3.0
81813 ---> d31c1e84399e
81814Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81815 ---> Using cache
81816 ---> 33db8c6b467d
81817Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81818 ---> Using cache
81819 ---> e39c6e93bb44
81820Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81821 ---> Using cache
81822 ---> 5845a4614c41
81823Step 4 : ADD /artifacts /application-entity/artifacts/
81824 ---> Using cache
81825 ---> 228da6672ed7
81826Successfully built 228da6672ed7
81827== ./05-ldap-slave-atomicapp ==
81828Sending build context to Docker daemon 9.216 kB
81829Sending build context to Docker daemon 9.216 kB
81830
81831Step 0 : FROM projectatomic/atomicapp:0.3.0
81832 ---> d31c1e84399e
81833Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81834 ---> Using cache
81835 ---> 33db8c6b467d
81836Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81837 ---> Using cache
81838 ---> e39c6e93bb44
81839Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81840 ---> Using cache
81841 ---> 327a62146ba7
81842Step 4 : ADD /artifacts /application-entity/artifacts/
81843 ---> Using cache
81844 ---> d1d59e5ffb9f
81845Successfully built d1d59e5ffb9f
81846== ./05-manticore-atomicapp ==
81847Sending build context to Docker daemon 10.75 kB
81848Sending build context to Docker daemon 10.75 kB
81849
81850Step 0 : FROM projectatomic/atomicapp:0.3.0
81851 ---> d31c1e84399e
81852Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81853 ---> Using cache
81854 ---> 33db8c6b467d
81855Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81856 ---> Using cache
81857 ---> e39c6e93bb44
81858Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81859 ---> Using cache
81860 ---> 68493f092f6c
81861Step 4 : ADD /artifacts /application-entity/artifacts/
81862 ---> Using cache
81863 ---> 2ab5b47f42a0
81864Successfully built 2ab5b47f42a0
81865== ./05-roundcubemail-atomicapp ==
81866Sending build context to Docker daemon 11.26 kB
81867Sending build context to Docker daemon 11.26 kB
81868
81869Step 0 : FROM projectatomic/atomicapp:0.3.0
81870 ---> d31c1e84399e
81871Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81872 ---> Using cache
81873 ---> 33db8c6b467d
81874Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81875 ---> Using cache
81876 ---> e39c6e93bb44
81877Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81878 ---> Using cache
81879 ---> 90e060678ca4
81880Step 4 : ADD /artifacts /application-entity/artifacts/
81881 ---> Using cache
81882 ---> a6af2c2a6a46
81883Successfully built a6af2c2a6a46
81884== ./05-roundcube-next-atomicapp ==
81885Sending build context to Docker daemon 10.24 kB
81886Sending build context to Docker daemon 10.24 kB
81887
81888Step 0 : FROM projectatomic/atomicapp:0.3.0
81889 ---> d31c1e84399e
81890Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81891 ---> Using cache
81892 ---> 33db8c6b467d
81893Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81894 ---> Using cache
81895 ---> e39c6e93bb44
81896Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81897 ---> Using cache
81898 ---> f42cb64a0104
81899Step 4 : ADD /artifacts /application-entity/artifacts/
81900 ---> Using cache
81901 ---> d5fa7dafedff
81902Successfully built d5fa7dafedff
81903== ./05-submission-atomicapp ==
81904Sending build context to Docker daemon 9.216 kB
81905Sending build context to Docker daemon 9.216 kB
81906
81907Step 0 : FROM projectatomic/atomicapp:0.3.0
81908 ---> d31c1e84399e
81909Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81910 ---> Using cache
81911 ---> 33db8c6b467d
81912Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81913 ---> Using cache
81914 ---> e39c6e93bb44
81915Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81916 ---> Using cache
81917 ---> 856bd342f331
81918Step 4 : ADD /artifacts /application-entity/artifacts/
81919 ---> Using cache
81920 ---> 6b9028676816
81921Successfully built 6b9028676816
81922== ./05-syncroton-atomicapp ==
81923Sending build context to Docker daemon 10.75 kB
81924Sending build context to Docker daemon 10.75 kB
81925
81926Step 0 : FROM projectatomic/atomicapp:0.3.0
81927 ---> d31c1e84399e
81928Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81929 ---> Using cache
81930 ---> 33db8c6b467d
81931Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81932 ---> Using cache
81933 ---> e39c6e93bb44
81934Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81935 ---> Using cache
81936 ---> f576004f411c
81937Step 4 : ADD /artifacts /application-entity/artifacts/
81938 ---> Using cache
81939 ---> 18e004f0e1aa
81940Successfully built 18e004f0e1aa
81941== ./05-wallace-atomicapp ==
81942Sending build context to Docker daemon 9.728 kB
81943Sending build context to Docker daemon 9.728 kB
81944
81945Step 0 : FROM projectatomic/atomicapp:0.3.0
81946 ---> d31c1e84399e
81947Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81948 ---> Using cache
81949 ---> 33db8c6b467d
81950Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81951 ---> Using cache
81952 ---> e39c6e93bb44
81953Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81954 ---> Using cache
81955 ---> 5b6ff58dfb29
81956Step 4 : ADD /artifacts /application-entity/artifacts/
81957 ---> Using cache
81958 ---> 26ea488bbb65
81959Successfully built 26ea488bbb65
81960== ./05-webadmin-atomicapp ==
81961Sending build context to Docker daemon 11.78 kB
81962Sending build context to Docker daemon 11.78 kB
81963
81964Step 0 : FROM projectatomic/atomicapp:0.3.0
81965 ---> d31c1e84399e
81966Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
81967 ---> Using cache
81968 ---> 33db8c6b467d
81969Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
81970 ---> Using cache
81971 ---> e39c6e93bb44
81972Step 3 : ADD /Nulecule /Dockerfile /application-entity/
81973 ---> Using cache
81974 ---> f684720221da
81975Step 4 : ADD /artifacts /application-entity/artifacts/
81976 ---> Using cache
81977 ---> 530b684a894c
81978Successfully built 530b684a894c
81979== ./99-ci-maipo ==
81980Sending build context to Docker daemon 37.89 kB
81981Sending build context to Docker daemon 37.89 kB
81982
81983Step 0 : FROM centos:centos7
81984 ---> 14dab3d40372
81985Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
81986 ---> Using cache
81987 ---> 3e7d88203a14
81988Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
81989
81990 ---> Using cache
81991 ---> ab7c71db9773
81992Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/3.4/CentOS_7/Kolab:3.4.repo /etc/yum.repos.d/Kolab:3.4.repo
81993
81994 ---> Using cache
81995 ---> 3fa438fc3c62
81996Step 4 : ADD http://obs.kolabsys.com/repositories/Kolab:/3.4:/Updates/CentOS_7/Kolab:3.4:Updates.repo /etc/yum.repos.d/Kolab:3.4:Updates.repo
81997
81998 ---> Using cache
81999 ---> f92d44cf6fdf
82000Step 5 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
82001 ---> Using cache
82002 ---> 5ef235ab9b71
82003Step 6 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4.repo
82004 ---> Using cache
82005 ---> 910e49db36e9
82006Step 7 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4:Updates.repo
82007 ---> Using cache
82008 ---> d1294c339231
82009Step 8 : RUN rpm --import https://ssl.kolabsys.com/community.asc
82010 ---> Using cache
82011 ---> 52a9f10af2f3
82012Step 9 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
82013
82014 ---> Using cache
82015 ---> f4cdc52062f3
82016Step 10 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
82017 ---> Using cache
82018 ---> ae324edd48db
82019Step 11 : RUN sed -i -e '/tsflags=nodocs/d' -e '/override_install_langs/d' /etc/yum.conf && sed -r -i -e 's/enabled\s*=\s*1/enabled=0/g' /etc/yum/pluginconf.d/fastestmirror.conf
82020 ---> Using cache
82021 ---> 28d0d54cbfa3
82022Step 12 : ENV IMAGE maipo
82023 ---> Using cache
82024 ---> f7884902eed9
82025Step 13 : ADD /dbus.service /etc/systemd/system/dbus.service
82026 ---> Using cache
82027 ---> a97d327daabb
82028Step 14 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
82029 ---> Using cache
82030 ---> 9cbe3c60d9d0
82031Step 15 : ADD /httpd.service /etc/systemd/system/httpd.service
82032 ---> Using cache
82033 ---> 929d32691558
82034Step 16 : ADD /systemctl /usr/bin/systemctl
82035 ---> Using cache
82036 ---> 1cb8a2a85f39
82037Step 17 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
82038 ---> Using cache
82039 ---> 7431925ad499
82040Step 18 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
82041 ---> Using cache
82042 ---> 37281693b2a6
82043Step 19 : ADD /vimrc /root/.vimrc
82044 ---> Using cache
82045 ---> 4bd6dcee9b19
82046Step 20 : RUN yum clean all && yum -y install epel-release && sed -i -e 's/#baseurl/baseurl/g' -e '/^mirrorlist/d' /etc/yum.repos.d/epel*.repo && yum -y install yum-plugin-priorities && yum -y install ant bind-utils build git lsof net-tools nmap-ncat openldap-clients osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium psmisc rpmdevtools screen strace sudo telnet traceroute vim-enhanced wget yum-utils && yum clean all
82047 ---> Using cache
82048 ---> 7f0a4abf5f74
82049Step 21 : RUN sed -i -e '/requiretty/d' /etc/sudoers
82050 ---> Using cache
82051 ---> 2b3e1fedcbb4
82052Step 22 : WORKDIR /srv
82053 ---> Using cache
82054 ---> 6d95db66eb08
82055Step 23 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
82056 ---> Using cache
82057 ---> 252aed621b30
82058Step 24 : WORKDIR /srv/closure-compiler.git
82059 ---> Using cache
82060 ---> 0ae34775d373
82061Step 25 : RUN ant jar
82062 ---> Using cache
82063 ---> cab8c0220750
82064Step 26 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
82065 ---> Running in f15e43fe354c
82066--2015-12-29 19:47:17-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
82067Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
82068Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
82069HTTP request sent, awaiting response... 200 OK
82070Length: 31750379 (30M) [application/x-java-archive]
82071Saving to: '/usr/local/lib/selenium-server-standalone.jar'
82072
82073 0K .......... .......... .......... .......... .......... 0% 19.0M 2s
82074 50K .......... .......... .......... .......... .......... 0% 32.1M 1s
82075 100K .......... .......... .......... .......... .......... 0% 21.1M 1s
82076 150K .......... .......... .......... .......... .......... 0% 26.0M 1s
82077 200K .......... .......... .......... .......... .......... 0% 23.5M 1s
82078 250K .......... .......... .......... .......... .......... 0% 26.1M 1s
82079 300K .......... .......... .......... .......... .......... 1% 30.1M 1s
82080 350K .......... .......... .......... .......... .......... 1% 29.4M 1s
82081 400K .......... .......... .......... .......... .......... 1% 26.5M 1s
82082 450K .......... .......... .......... .......... .......... 1% 32.3M 1s
82083 500K .......... .......... .......... .......... .......... 1% 25.5M 1s
82084 550K .......... .......... .......... .......... .......... 1% 31.2M 1s
82085 600K .......... .......... .......... .......... .......... 2% 32.2M 1s
82086 650K .......... .......... .......... .......... .......... 2% 31.9M 1s
82087 700K .......... .......... .......... .......... .......... 2% 32.9M 1s
82088 750K .......... .......... .......... .......... .......... 2% 34.0M 1s
82089 800K .......... .......... .......... .......... .......... 2% 33.6M 1s
82090 850K .......... .......... .......... .......... .......... 2% 32.0M 1s
82091 900K .......... .......... .......... .......... .......... 3% 28.9M 1s
82092 950K .......... .......... .......... .......... .......... 3% 30.0M 1s
82093 1000K .......... .......... .......... .......... .......... 3% 31.0M 1s
82094 1050K .......... .......... .......... .......... .......... 3% 32.0M 1s
82095 1100K .......... .......... .......... .......... .......... 3% 31.0M 1s
82096 1150K .......... .......... .......... .......... .......... 3% 34.8M 1s
82097 1200K .......... .......... .......... .......... .......... 4% 28.5M 1s
82098 1250K .......... .......... .......... .......... .......... 4% 28.3M 1s
82099 1300K .......... .......... .......... .......... .......... 4% 30.8M 1s
82100 1350K .......... .......... .......... .......... .......... 4% 36.9M 1s
82101 1400K .......... .......... .......... .......... .......... 4% 29.0M 1s
82102 1450K .......... .......... .......... .......... .......... 4% 33.1M 1s
82103 1500K .......... .......... .......... .......... .......... 4% 31.7M 1s
82104 1550K .......... .......... .......... .......... .......... 5% 27.4M 1s
82105 1600K .......... .......... .......... .......... .......... 5% 30.8M 1s
82106 1650K .......... .......... .......... .......... .......... 5% 35.8M 1s
82107 1700K .......... .......... .......... .......... .......... 5% 26.9M 1s
82108 1750K .......... .......... .......... .......... .......... 5% 36.0M 1s
82109 1800K .......... .......... .......... .......... .......... 5% 34.2M 1s
82110 1850K .......... .......... .......... .......... .......... 6% 34.0M 1s
82111 1900K .......... .......... .......... .......... .......... 6% 29.4M 1s
82112 1950K .......... .......... .......... .......... .......... 6% 32.6M 1s
82113 2000K .......... .......... .......... .......... .......... 6% 34.0M 1s
82114 2050K .......... .......... .......... .......... .......... 6% 35.2M 1s
82115 2100K .......... .......... .......... .......... .......... 6% 31.1M 1s
82116 2150K .......... .......... .......... .......... .......... 7% 33.2M 1s
82117 2200K .......... .......... .......... .......... .......... 7% 32.1M 1s
82118 2250K .......... .......... .......... .......... .......... 7% 30.8M 1s
82119 2300K .......... .......... .......... .......... .......... 7% 31.6M 1s
82120 2350K .......... .......... .......... .......... .......... 7% 30.4M 1s
82121 2400K .......... .......... .......... .......... .......... 7% 30.6M 1s
82122 2450K .......... .......... .......... .......... .......... 8% 29.7M 1s
82123 2500K .......... .......... .......... .......... .......... 8% 26.5M 1s
82124 2550K .......... .......... .......... .......... .......... 8% 29.4M 1s
82125 2600K .......... .......... .......... .......... .......... 8% 31.0M 1s
82126 2650K .......... .......... .......... .......... .......... 8% 30.7M 1s
82127 2700K .......... .......... .......... .......... .......... 8% 29.5M 1s
82128 2750K .......... .......... .......... .......... .......... 9% 32.9M 1s
82129 2800K .......... .......... .......... .......... .......... 9% 31.0M 1s
82130 2850K .......... .......... .......... .......... .......... 9% 30.1M 1s
82131 2900K .......... .......... .......... .......... .......... 9% 26.4M 1s
82132 2950K .......... .......... .......... .......... .......... 9% 26.4M 1s
82133 3000K .......... .......... .......... .......... .......... 9% 27.9M 1s
82134 3050K .......... .......... .......... .......... .......... 9% 31.3M 1s
82135 3100K .......... .......... .......... .......... .......... 10% 28.7M 1s
82136 3150K .......... .......... .......... .......... .......... 10% 31.6M 1s
82137 3200K .......... .......... .......... .......... .......... 10% 31.6M 1s
82138 3250K .......... .......... .......... .......... .......... 10% 43.5M 1s
82139 3300K .......... .......... .......... .......... .......... 10% 45.5M 1s
82140 3350K .......... .......... .......... .......... .......... 10% 60.9M 1s
82141 3400K .......... .......... .......... .......... .......... 11% 60.5M 1s
82142 3450K .......... .......... .......... .......... .......... 11% 54.3M 1s
82143 3500K .......... .......... .......... .......... .......... 11% 92.6M 1s
82144 3550K .......... .......... .......... .......... .......... 11% 55.9M 1s
82145 3600K .......... .......... .......... .......... .......... 11% 52.2M 1s
82146 3650K .......... .......... .......... .......... .......... 11% 62.9M 1s
82147 3700K .......... .......... .......... .......... .......... 12% 50.7M 1s
82148 3750K .......... .......... .......... .......... .......... 12% 76.9M 1s
82149 3800K .......... .......... .......... .......... .......... 12% 57.9M 1s
82150 3850K .......... .......... .......... .......... .......... 12% 55.0M 1s
82151 3900K .......... .......... .......... .......... .......... 12% 61.4M 1s
82152 3950K .......... .......... .......... .......... .......... 12% 45.1M 1s
82153 4000K .......... .......... .......... .......... .......... 13% 53.2M 1s
82154 4050K .......... .......... .......... .......... .......... 13% 70.6M 1s
82155 4100K .......... .......... .......... .......... .......... 13% 56.1M 1s
82156 4150K .......... .......... .......... .......... .......... 13% 70.4M 1s
82157 4200K .......... .......... .......... .......... .......... 13% 82.1M 1s
82158 4250K .......... .......... .......... .......... .......... 13% 63.1M 1s
82159 4300K .......... .......... .......... .......... .......... 14% 80.6M 1s
82160 4350K .......... .......... .......... .......... .......... 14% 68.6M 1s
82161 4400K .......... .......... .......... .......... .......... 14% 92.2M 1s
82162 4450K .......... .......... .......... .......... .......... 14% 94.7M 1s
82163 4500K .......... .......... .......... .......... .......... 14% 56.6M 1s
82164 4550K .......... .......... .......... .......... .......... 14% 71.8M 1s
82165 4600K .......... .......... .......... .......... .......... 14% 92.5M 1s
82166 4650K .......... .......... .......... .......... .......... 15% 92.8M 1s
82167 4700K .......... .......... .......... .......... .......... 15% 75.5M 1s
82168 4750K .......... .......... .......... .......... .......... 15% 110M 1s
82169 4800K .......... .......... .......... .......... .......... 15% 88.5M 1s
82170 4850K .......... .......... .......... .......... .......... 15% 79.6M 1s
82171 4900K .......... .......... .......... .......... .......... 15% 48.6M 1s
82172 4950K .......... .......... .......... .......... .......... 16% 63.2M 1s
82173 5000K .......... .......... .......... .......... .......... 16% 75.4M 1s
82174 5050K .......... .......... .......... .......... .......... 16% 62.0M 1s
82175 5100K .......... .......... .......... .......... .......... 16% 66.9M 1s
82176 5150K .......... .......... .......... .......... .......... 16% 81.8M 1s
82177 5200K .......... .......... .......... .......... .......... 16% 71.0M 1s
82178 5250K .......... .......... .......... .......... .......... 17% 56.4M 1s
82179 5300K .......... .......... .......... .......... .......... 17% 77.3M 1s
82180 5350K .......... .......... .......... .......... .......... 17% 64.3M 1s
82181 5400K .......... .......... .......... .......... .......... 17% 60.9M 1s
82182 5450K .......... .......... .......... .......... .......... 17% 67.8M 1s
82183 5500K .......... .......... .......... .......... .......... 17% 66.0M 1s
82184 5550K .......... .......... .......... .......... .......... 18% 57.0M 1s
82185 5600K .......... .......... .......... .......... .......... 18% 84.2M 1s
82186 5650K .......... .......... .......... .......... .......... 18% 53.9M 1s
82187 5700K .......... .......... .......... .......... .......... 18% 65.4M 1s
82188 5750K .......... .......... .......... .......... .......... 18% 67.7M 1s
82189 5800K .......... .......... .......... .......... .......... 18% 59.9M 1s
82190 5850K .......... .......... .......... .......... .......... 19% 76.6M 1s
82191 5900K .......... .......... .......... .......... .......... 19% 67.5M 1s
82192 5950K .......... .......... .......... .......... .......... 19% 49.2M 1s
82193 6000K .......... .......... .......... .......... .......... 19% 94.4M 1s
82194 6050K .......... .......... .......... .......... .......... 19% 74.6M 1s
82195 6100K .......... .......... .......... .......... .......... 19% 54.5M 1s
82196 6150K .......... .......... .......... .......... .......... 19% 56.9M 1s
82197 6200K .......... .......... .......... .......... .......... 20% 92.2M 1s
82198 6250K .......... .......... .......... .......... .......... 20% 63.1M 1s
82199 6300K .......... .......... .......... .......... .......... 20% 50.0M 1s
82200 6350K .......... .......... .......... .......... .......... 20% 69.8M 1s
82201 6400K .......... .......... .......... .......... .......... 20% 92.3M 1s
82202 6450K .......... .......... .......... .......... .......... 20% 62.2M 1s
82203 6500K .......... .......... .......... .......... .......... 21% 60.6M 1s
82204 6550K .......... .......... .......... .......... .......... 21% 85.6M 1s
82205 6600K .......... .......... .......... .......... .......... 21% 64.6M 1s
82206 6650K .......... .......... .......... .......... .......... 21% 60.7M 1s
82207 6700K .......... .......... .......... .......... .......... 21% 56.6M 1s
82208 6750K .......... .......... .......... .......... .......... 21% 80.4M 1s
82209 6800K .......... .......... .......... .......... .......... 22% 56.8M 1s
82210 6850K .......... .......... .......... .......... .......... 22% 72.0M 1s
82211 6900K .......... .......... .......... .......... .......... 22% 50.5M 1s
82212 6950K .......... .......... .......... .......... .......... 22% 50.3M 1s
82213 7000K .......... .......... .......... .......... .......... 22% 55.9M 1s
82214 7050K .......... .......... .......... .......... .......... 22% 79.4M 1s
82215 7100K .......... .......... .......... .......... .......... 23% 71.9M 1s
82216 7150K .......... .......... .......... .......... .......... 23% 52.8M 1s
82217 7200K .......... .......... .......... .......... .......... 23% 58.3M 1s
82218 7250K .......... .......... .......... .......... .......... 23% 75.0M 1s
82219 7300K .......... .......... .......... .......... .......... 23% 41.2M 1s
82220 7350K .......... .......... .......... .......... .......... 23% 72.8M 1s
82221 7400K .......... .......... .......... .......... .......... 24% 61.1M 1s
82222 7450K .......... .......... .......... .......... .......... 24% 56.2M 1s
82223 7500K .......... .......... .......... .......... .......... 24% 65.3M 1s
82224 7550K .......... .......... .......... .......... .......... 24% 68.3M 1s
82225 7600K .......... .......... .......... .......... .......... 24% 70.7M 1s
82226 7650K .......... .......... .......... .......... .......... 24% 60.1M 1s
82227 7700K .......... .......... .......... .......... .......... 24% 55.4M 1s
82228 7750K .......... .......... .......... .......... .......... 25% 91.1M 1s
82229 7800K .......... .......... .......... .......... .......... 25% 49.1M 1s
82230 7850K .......... .......... .......... .......... .......... 25% 70.5M 1s
82231 7900K .......... .......... .......... .......... .......... 25% 53.5M 1s
82232 7950K .......... .......... .......... .......... .......... 25% 65.0M 1s
82233 8000K .......... .......... .......... .......... .......... 25% 63.4M 1s
82234 8050K .......... .......... .......... .......... .......... 26% 72.3M 1s
82235 8100K .......... .......... .......... .......... .......... 26% 47.4M 1s
82236 8150K .......... .......... .......... .......... .......... 26% 69.9M 1s
82237 8200K .......... .......... .......... .......... .......... 26% 55.7M 1s
82238 8250K .......... .......... .......... .......... .......... 26% 8.07M 1s
82239 8300K .......... .......... .......... .......... .......... 26% 6.45M 1s
82240 8350K .......... .......... .......... .......... .......... 27% 49.2M 1s
82241 8400K .......... .......... .......... .......... .......... 27% 64.5M 1s
82242 8450K .......... .......... .......... .......... .......... 27% 39.8M 1s
82243 8500K .......... .......... .......... .......... .......... 27% 69.1M 1s
82244 8550K .......... .......... .......... .......... .......... 27% 274M 1s
82245 8600K .......... .......... .......... .......... .......... 27% 239M 1s
82246 8650K .......... .......... .......... .......... .......... 28% 81.2M 1s
82247 8700K .......... .......... .......... .......... .......... 28% 113M 1s
82248 8750K .......... .......... .......... .......... .......... 28% 81.1M 1s
82249 8800K .......... .......... .......... .......... .......... 28% 133M 1s
82250 8850K .......... .......... .......... .......... .......... 28% 199M 1s
82251 8900K .......... .......... .......... .......... .......... 28% 136M 0s
82252 8950K .......... .......... .......... .......... .......... 29% 100M 0s
82253 9000K .......... .......... .......... .......... .......... 29% 97.1M 0s
82254 9050K .......... .......... .......... .......... .......... 29% 127M 0s
82255 9100K .......... .......... .......... .......... .......... 29% 180M 0s
82256 9150K .......... .......... .......... .......... .......... 29% 188M 0s
82257 9200K .......... .......... .......... .......... .......... 29% 327M 0s
82258 9250K .......... .......... .......... .......... .......... 29% 149M 0s
82259 9300K .......... .......... .......... .......... .......... 30% 182M 0s
82260 9350K .......... .......... .......... .......... .......... 30% 220M 0s
82261 9400K .......... .......... .......... .......... .......... 30% 277M 0s
82262 9450K .......... .......... .......... .......... .......... 30% 198M 0s
82263 9500K .......... .......... .......... .......... .......... 30% 112M 0s
82264 9550K .......... .......... .......... .......... .......... 30% 192M 0s
82265 9600K .......... .......... .......... .......... .......... 31% 325M 0s
82266 9650K .......... .......... .......... .......... .......... 31% 310M 0s
82267 9700K .......... .......... .......... .......... .......... 31% 53.4M 0s
82268 9750K .......... .......... .......... .......... .......... 31% 50.6M 0s
82269 9800K .......... .......... .......... .......... .......... 31% 58.2M 0s
82270 9850K .......... .......... .......... .......... .......... 31% 47.6M 0s
82271 9900K .......... .......... .......... .......... .......... 32% 52.3M 0s
82272 9950K .......... .......... .......... .......... .......... 32% 56.9M 0s
82273 10000K .......... .......... .......... .......... .......... 32% 50.1M 0s
82274 10050K .......... .......... .......... .......... .......... 32% 60.4M 0s
82275 10100K .......... .......... .......... .......... .......... 32% 46.7M 0s
82276 10150K .......... .......... .......... .......... .......... 32% 51.4M 0s
82277 10200K .......... .......... .......... .......... .......... 33% 51.9M 0s
82278 10250K .......... .......... .......... .......... .......... 33% 84.3M 0s
82279 10300K .......... .......... .......... .......... .......... 33% 65.8M 0s
82280 10350K .......... .......... .......... .......... .......... 33% 67.3M 0s
82281 10400K .......... .......... .......... .......... .......... 33% 57.8M 0s
82282 10450K .......... .......... .......... .......... .......... 33% 57.7M 0s
82283 10500K .......... .......... .......... .......... .......... 34% 41.4M 0s
82284 10550K .......... .......... .......... .......... .......... 34% 48.4M 0s
82285 10600K .......... .......... .......... .......... .......... 34% 58.7M 0s
82286 10650K .......... .......... .......... .......... .......... 34% 49.0M 0s
82287 10700K .......... .......... .......... .......... .......... 34% 58.7M 0s
82288 10750K .......... .......... .......... .......... .......... 34% 62.4M 0s
82289 10800K .......... .......... .......... .......... .......... 34% 51.7M 0s
82290 10850K .......... .......... .......... .......... .......... 35% 85.7M 0s
82291 10900K .......... .......... .......... .......... .......... 35% 51.0M 0s
82292 10950K .......... .......... .......... .......... .......... 35% 55.0M 0s
82293 11000K .......... .......... .......... .......... .......... 35% 61.5M 0s
82294 11050K .......... .......... .......... .......... .......... 35% 54.0M 0s
82295 11100K .......... .......... .......... .......... .......... 35% 41.8M 0s
82296 11150K .......... .......... .......... .......... .......... 36% 76.9M 0s
82297 11200K .......... .......... .......... .......... .......... 36% 44.1M 0s
82298 11250K .......... .......... .......... .......... .......... 36% 73.2M 0s
82299 11300K .......... .......... .......... .......... .......... 36% 40.0M 0s
82300 11350K .......... .......... .......... .......... .......... 36% 60.1M 0s
82301 11400K .......... .......... .......... .......... .......... 36% 47.1M 0s
82302 11450K .......... .......... .......... .......... .......... 37% 51.7M 0s
82303 11500K .......... .......... .......... .......... .......... 37% 63.5M 0s
82304 11550K .......... .......... .......... .......... .......... 37% 56.1M 0s
82305 11600K .......... .......... .......... .......... .......... 37% 48.5M 0s
82306 11650K .......... .......... .......... .......... .......... 37% 47.4M 0s
82307 11700K .......... .......... .......... .......... .......... 37% 63.5M 0s
82308 11750K .......... .......... .......... .......... .......... 38% 62.6M 0s
82309 11800K .......... .......... .......... .......... .......... 38% 58.2M 0s
82310 11850K .......... .......... .......... .......... .......... 38% 51.5M 0s
82311 11900K .......... .......... .......... .......... .......... 38% 43.2M 0s
82312 11950K .......... .......... .......... .......... .......... 38% 62.2M 0s
82313 12000K .......... .......... .......... .......... .......... 38% 61.6M 0s
82314 12050K .......... .......... .......... .......... .......... 39% 47.2M 0s
82315 12100K .......... .......... .......... .......... .......... 39% 44.2M 0s
82316 12150K .......... .......... .......... .......... .......... 39% 60.8M 0s
82317 12200K .......... .......... .......... .......... .......... 39% 47.3M 0s
82318 12250K .......... .......... .......... .......... .......... 39% 55.5M 0s
82319 12300K .......... .......... .......... .......... .......... 39% 46.6M 0s
82320 12350K .......... .......... .......... .......... .......... 39% 47.4M 0s
82321 12400K .......... .......... .......... .......... .......... 40% 65.1M 0s
82322 12450K .......... .......... .......... .......... .......... 40% 47.0M 0s
82323 12500K .......... .......... .......... .......... .......... 40% 43.2M 0s
82324 12550K .......... .......... .......... .......... .......... 40% 58.0M 0s
82325 12600K .......... .......... .......... .......... .......... 40% 57.9M 0s
82326 12650K .......... .......... .......... .......... .......... 40% 45.0M 0s
82327 12700K .......... .......... .......... .......... .......... 41% 57.4M 0s
82328 12750K .......... .......... .......... .......... .......... 41% 69.8M 0s
82329 12800K .......... .......... .......... .......... .......... 41% 45.4M 0s
82330 12850K .......... .......... .......... .......... .......... 41% 53.3M 0s
82331 12900K .......... .......... .......... .......... .......... 41% 41.5M 0s
82332 12950K .......... .......... .......... .......... .......... 41% 44.1M 0s
82333 13000K .......... .......... .......... .......... .......... 42% 44.5M 0s
82334 13050K .......... .......... .......... .......... .......... 42% 55.4M 0s
82335 13100K .......... .......... .......... .......... .......... 42% 66.4M 0s
82336 13150K .......... .......... .......... .......... .......... 42% 54.2M 0s
82337 13200K .......... .......... .......... .......... .......... 42% 51.5M 0s
82338 13250K .......... .......... .......... .......... .......... 42% 60.9M 0s
82339 13300K .......... .......... .......... .......... .......... 43% 46.8M 0s
82340 13350K .......... .......... .......... .......... .......... 43% 49.6M 0s
82341 13400K .......... .......... .......... .......... .......... 43% 41.5M 0s
82342 13450K .......... .......... .......... .......... .......... 43% 72.9M 0s
82343 13500K .......... .......... .......... .......... .......... 43% 41.1M 0s
82344 13550K .......... .......... .......... .......... .......... 43% 51.7M 0s
82345 13600K .......... .......... .......... .......... .......... 44% 49.8M 0s
82346 13650K .......... .......... .......... .......... .......... 44% 66.9M 0s
82347 13700K .......... .......... .......... .......... .......... 44% 45.0M 0s
82348 13750K .......... .......... .......... .......... .......... 44% 50.2M 0s
82349 13800K .......... .......... .......... .......... .......... 44% 61.4M 0s
82350 13850K .......... .......... .......... .......... .......... 44% 59.4M 0s
82351 13900K .......... .......... .......... .......... .......... 44% 62.4M 0s
82352 13950K .......... .......... .......... .......... .......... 45% 64.2M 0s
82353 14000K .......... .......... .......... .......... .......... 45% 67.5M 0s
82354 14050K .......... .......... .......... .......... .......... 45% 47.5M 0s
82355 14100K .......... .......... .......... .......... .......... 45% 47.6M 0s
82356 14150K .......... .......... .......... .......... .......... 45% 66.7M 0s
82357 14200K .......... .......... .......... .......... .......... 45% 48.4M 0s
82358 14250K .......... .......... .......... .......... .......... 46% 63.5M 0s
82359 14300K .......... .......... .......... .......... .......... 46% 39.8M 0s
82360 14350K .......... .......... .......... .......... .......... 46% 45.2M 0s
82361 14400K .......... .......... .......... .......... .......... 46% 67.5M 0s
82362 14450K .......... .......... .......... .......... .......... 46% 55.7M 0s
82363 14500K .......... .......... .......... .......... .......... 46% 41.7M 0s
82364 14550K .......... .......... .......... .......... .......... 47% 40.2M 0s
82365 14600K .......... .......... .......... .......... .......... 47% 45.6M 0s
82366 14650K .......... .......... .......... .......... .......... 47% 68.6M 0s
82367 14700K .......... .......... .......... .......... .......... 47% 67.2M 0s
82368 14750K .......... .......... .......... .......... .......... 47% 72.9M 0s
82369 14800K .......... .......... .......... .......... .......... 47% 55.5M 0s
82370 14850K .......... .......... .......... .......... .......... 48% 65.1M 0s
82371 14900K .......... .......... .......... .......... .......... 48% 58.3M 0s
82372 14950K .......... .......... .......... .......... .......... 48% 65.7M 0s
82373 15000K .......... .......... .......... .......... .......... 48% 65.2M 0s
82374 15050K .......... .......... .......... .......... .......... 48% 80.6M 0s
82375 15100K .......... .......... .......... .......... .......... 48% 43.7M 0s
82376 15150K .......... .......... .......... .......... .......... 49% 73.3M 0s
82377 15200K .......... .......... .......... .......... .......... 49% 55.4M 0s
82378 15250K .......... .......... .......... .......... .......... 49% 57.7M 0s
82379 15300K .......... .......... .......... .......... .......... 49% 53.6M 0s
82380 15350K .......... .......... .......... .......... .......... 49% 50.5M 0s
82381 15400K .......... .......... .......... .......... .......... 49% 62.9M 0s
82382 15450K .......... .......... .......... .......... .......... 49% 49.3M 0s
82383 15500K .......... .......... .......... .......... .......... 50% 51.9M 0s
82384 15550K .......... .......... .......... .......... .......... 50% 69.5M 0s
82385 15600K .......... .......... .......... .......... .......... 50% 44.1M 0s
82386 15650K .......... .......... .......... .......... .......... 50% 51.4M 0s
82387 15700K .......... .......... .......... .......... .......... 50% 48.9M 0s
82388 15750K .......... .......... .......... .......... .......... 50% 58.2M 0s
82389 15800K .......... .......... .......... .......... .......... 51% 52.0M 0s
82390 15850K .......... .......... .......... .......... .......... 51% 42.2M 0s
82391 15900K .......... .......... .......... .......... .......... 51% 50.0M 0s
82392 15950K .......... .......... .......... .......... .......... 51% 47.7M 0s
82393 16000K .......... .......... .......... .......... .......... 51% 46.2M 0s
82394 16050K .......... .......... .......... .......... .......... 51% 47.5M 0s
82395 16100K .......... .......... .......... .......... .......... 52% 67.0M 0s
82396 16150K .......... .......... .......... .......... .......... 52% 52.7M 0s
82397 16200K .......... .......... .......... .......... .......... 52% 55.4M 0s
82398 16250K .......... .......... .......... .......... .......... 52% 50.6M 0s
82399 16300K .......... .......... .......... .......... .......... 52% 45.7M 0s
82400 16350K .......... .......... .......... .......... .......... 52% 50.2M 0s
82401 16400K .......... .......... .......... .......... .......... 53% 71.1M 0s
82402 16450K .......... .......... .......... .......... .......... 53% 41.9M 0s
82403 16500K .......... .......... .......... .......... .......... 53% 46.5M 0s
82404 16550K .......... .......... .......... .......... .......... 53% 68.6M 0s
82405 16600K .......... .......... .......... .......... .......... 53% 61.4M 0s
82406 16650K .......... .......... .......... .......... .......... 53% 47.0M 0s
82407 16700K .......... .......... .......... .......... .......... 54% 45.6M 0s
82408 16750K .......... .......... .......... .......... .......... 54% 42.7M 0s
82409 16800K .......... .......... .......... .......... .......... 54% 61.2M 0s
82410 16850K .......... .......... .......... .......... .......... 54% 47.8M 0s
82411 16900K .......... .......... .......... .......... .......... 54% 30.6M 0s
82412 16950K .......... .......... .......... .......... .......... 54% 48.5M 0s
82413 17000K .......... .......... .......... .......... .......... 54% 60.3M 0s
82414 17050K .......... .......... .......... .......... .......... 55% 44.6M 0s
82415 17100K .......... .......... .......... .......... .......... 55% 50.0M 0s
82416 17150K .......... .......... .......... .......... .......... 55% 66.1M 0s
82417 17200K .......... .......... .......... .......... .......... 55% 48.3M 0s
82418 17250K .......... .......... .......... .......... .......... 55% 51.3M 0s
82419 17300K .......... .......... .......... .......... .......... 55% 38.8M 0s
82420 17350K .......... .......... .......... .......... .......... 56% 49.3M 0s
82421 17400K .......... .......... .......... .......... .......... 56% 41.7M 0s
82422 17450K .......... .......... .......... .......... .......... 56% 67.9M 0s
82423 17500K .......... .......... .......... .......... .......... 56% 49.1M 0s
82424 17550K .......... .......... .......... .......... .......... 56% 52.2M 0s
82425 17600K .......... .......... .......... .......... .......... 56% 53.1M 0s
82426 17650K .......... .......... .......... .......... .......... 57% 56.2M 0s
82427 17700K .......... .......... .......... .......... .......... 57% 38.8M 0s
82428 17750K .......... .......... .......... .......... .......... 57% 42.8M 0s
82429 17800K .......... .......... .......... .......... .......... 57% 55.9M 0s
82430 17850K .......... .......... .......... .......... .......... 57% 48.3M 0s
82431 17900K .......... .......... .......... .......... .......... 57% 48.5M 0s
82432 17950K .......... .......... .......... .......... .......... 58% 65.1M 0s
82433 18000K .......... .......... .......... .......... .......... 58% 52.7M 0s
82434 18050K .......... .......... .......... .......... .......... 58% 44.9M 0s
82435 18100K .......... .......... .......... .......... .......... 58% 43.1M 0s
82436 18150K .......... .......... .......... .......... .......... 58% 43.2M 0s
82437 18200K .......... .......... .......... .......... .......... 58% 69.9M 0s
82438 18250K .......... .......... .......... .......... .......... 59% 47.8M 0s
82439 18300K .......... .......... .......... .......... .......... 59% 40.7M 0s
82440 18350K .......... .......... .......... .......... .......... 59% 40.5M 0s
82441 18400K .......... .......... .......... .......... .......... 59% 44.3M 0s
82442 18450K .......... .......... .......... .......... .......... 59% 52.8M 0s
82443 18500K .......... .......... .......... .......... .......... 59% 39.5M 0s
82444 18550K .......... .......... .......... .......... .......... 59% 53.2M 0s
82445 18600K .......... .......... .......... .......... .......... 60% 51.0M 0s
82446 18650K .......... .......... .......... .......... .......... 60% 44.4M 0s
82447 18700K .......... .......... .......... .......... .......... 60% 48.6M 0s
82448 18750K .......... .......... .......... .......... .......... 60% 41.9M 0s
82449 18800K .......... .......... .......... .......... .......... 60% 67.5M 0s
82450 18850K .......... .......... .......... .......... .......... 60% 47.1M 0s
82451 18900K .......... .......... .......... .......... .......... 61% 38.2M 0s
82452 18950K .......... .......... .......... .......... .......... 61% 60.1M 0s
82453 19000K .......... .......... .......... .......... .......... 61% 51.3M 0s
82454 19050K .......... .......... .......... .......... .......... 61% 46.2M 0s
82455 19100K .......... .......... .......... .......... .......... 61% 69.4M 0s
82456 19150K .......... .......... .......... .......... .......... 61% 53.3M 0s
82457 19200K .......... .......... .......... .......... .......... 62% 44.3M 0s
82458 19250K .......... .......... .......... .......... .......... 62% 55.0M 0s
82459 19300K .......... .......... .......... .......... .......... 62% 33.2M 0s
82460 19350K .......... .......... .......... .......... .......... 62% 45.3M 0s
82461 19400K .......... .......... .......... .......... .......... 62% 57.0M 0s
82462 19450K .......... .......... .......... .......... .......... 62% 48.6M 0s
82463 19500K .......... .......... .......... .......... .......... 63% 51.2M 0s
82464 19550K .......... .......... .......... .......... .......... 63% 62.7M 0s
82465 19600K .......... .......... .......... .......... .......... 63% 42.9M 0s
82466 19650K .......... .......... .......... .......... .......... 63% 41.5M 0s
82467 19700K .......... .......... .......... .......... .......... 63% 41.7M 0s
82468 19750K .......... .......... .......... .......... .......... 63% 46.7M 0s
82469 19800K .......... .......... .......... .......... .......... 64% 38.8M 0s
82470 19850K .......... .......... .......... .......... .......... 64% 52.7M 0s
82471 19900K .......... .......... .......... .......... .......... 64% 43.5M 0s
82472 19950K .......... .......... .......... .......... .......... 64% 42.4M 0s
82473 20000K .......... .......... .......... .......... .......... 64% 64.5M 0s
82474 20050K .......... .......... .......... .......... .......... 64% 42.0M 0s
82475 20100K .......... .......... .......... .......... .......... 64% 45.7M 0s
82476 20150K .......... .......... .......... .......... .......... 65% 43.7M 0s
82477 20200K .......... .......... .......... .......... .......... 65% 43.2M 0s
82478 20250K .......... .......... .......... .......... .......... 65% 51.7M 0s
82479 20300K .......... .......... .......... .......... .......... 65% 55.9M 0s
82480 20350K .......... .......... .......... .......... .......... 65% 60.7M 0s
82481 20400K .......... .......... .......... .......... .......... 65% 44.4M 0s
82482 20450K .......... .......... .......... .......... .......... 66% 45.5M 0s
82483 20500K .......... .......... .......... .......... .......... 66% 38.0M 0s
82484 20550K .......... .......... .......... .......... .......... 66% 51.8M 0s
82485 20600K .......... .......... .......... .......... .......... 66% 40.0M 0s
82486 20650K .......... .......... .......... .......... .......... 66% 49.8M 0s
82487 20700K .......... .......... .......... .......... .......... 66% 44.3M 0s
82488 20750K .......... .......... .......... .......... .......... 67% 66.0M 0s
82489 20800K .......... .......... .......... .......... .......... 67% 47.8M 0s
82490 20850K .......... .......... .......... .......... .......... 67% 47.1M 0s
82491 20900K .......... .......... .......... .......... .......... 67% 43.3M 0s
82492 20950K .......... .......... .......... .......... .......... 67% 44.5M 0s
82493 21000K .......... .......... .......... .......... .......... 67% 57.8M 0s
82494 21050K .......... .......... .......... .......... .......... 68% 54.2M 0s
82495 21100K .......... .......... .......... .......... .......... 68% 44.4M 0s
82496 21150K .......... .......... .......... .......... .......... 68% 40.2M 0s
82497 21200K .......... .......... .......... .......... .......... 68% 44.8M 0s
82498 21250K .......... .......... .......... .......... .......... 68% 69.3M 0s
82499 21300K .......... .......... .......... .......... .......... 68% 26.0M 0s
82500 21350K .......... .......... .......... .......... .......... 69% 92.2M 0s
82501 21400K .......... .......... .......... .......... .......... 69% 43.2M 0s
82502 21450K .......... .......... .......... .......... .......... 69% 37.6M 0s
82503 21500K .......... .......... .......... .......... .......... 69% 49.8M 0s
82504 21550K .......... .......... .......... .......... .......... 69% 63.5M 0s
82505 21600K .......... .......... .......... .......... .......... 69% 46.1M 0s
82506 21650K .......... .......... .......... .......... .......... 69% 41.4M 0s
82507 21700K .......... .......... .......... .......... .......... 70% 46.3M 0s
82508 21750K .......... .......... .......... .......... .......... 70% 60.0M 0s
82509 21800K .......... .......... .......... .......... .......... 70% 39.0M 0s
82510 21850K .......... .......... .......... .......... .......... 70% 54.7M 0s
82511 21900K .......... .......... .......... .......... .......... 70% 70.6M 0s
82512 21950K .......... .......... .......... .......... .......... 70% 42.3M 0s
82513 22000K .......... .......... .......... .......... .......... 71% 52.0M 0s
82514 22050K .......... .......... .......... .......... .......... 71% 47.5M 0s
82515 22100K .......... .......... .......... .......... .......... 71% 40.3M 0s
82516 22150K .......... .......... .......... .......... .......... 71% 55.2M 0s
82517 22200K .......... .......... .......... .......... .......... 71% 64.3M 0s
82518 22250K .......... .......... .......... .......... .......... 71% 76.5M 0s
82519 22300K .......... .......... .......... .......... .......... 72% 42.8M 0s
82520 22350K .......... .......... .......... .......... .......... 72% 39.4M 0s
82521 22400K .......... .......... .......... .......... .......... 72% 82.4M 0s
82522 22450K .......... .......... .......... .......... .......... 72% 56.0M 0s
82523 22500K .......... .......... .......... .......... .......... 72% 88.7M 0s
82524 22550K .......... .......... .......... .......... .......... 72% 37.6M 0s
82525 22600K .......... .......... .......... .......... .......... 73% 83.3M 0s
82526 22650K .......... .......... .......... .......... .......... 73% 45.4M 0s
82527 22700K .......... .......... .......... .......... .......... 73% 40.4M 0s
82528 22750K .......... .......... .......... .......... .......... 73% 75.0M 0s
82529 22800K .......... .......... .......... .......... .......... 73% 55.3M 0s
82530 22850K .......... .......... .......... .......... .......... 73% 40.7M 0s
82531 22900K .......... .......... .......... .......... .......... 74% 40.0M 0s
82532 22950K .......... .......... .......... .......... .......... 74% 109M 0s
82533 23000K .......... .......... .......... .......... .......... 74% 47.1M 0s
82534 23050K .......... .......... .......... .......... .......... 74% 40.4M 0s
82535 23100K .......... .......... .......... .......... .......... 74% 47.7M 0s
82536 23150K .......... .......... .......... .......... .......... 74% 70.6M 0s
82537 23200K .......... .......... .......... .......... .......... 74% 42.1M 0s
82538 23250K .......... .......... .......... .......... .......... 75% 49.5M 0s
82539 23300K .......... .......... .......... .......... .......... 75% 34.2M 0s
82540 23350K .......... .......... .......... .......... .......... 75% 97.2M 0s
82541 23400K .......... .......... .......... .......... .......... 75% 45.6M 0s
82542 23450K .......... .......... .......... .......... .......... 75% 45.2M 0s
82543 23500K .......... .......... .......... .......... .......... 75% 69.6M 0s
82544 23550K .......... .......... .......... .......... .......... 76% 55.1M 0s
82545 23600K .......... .......... .......... .......... .......... 76% 38.4M 0s
82546 23650K .......... .......... .......... .......... .......... 76% 75.9M 0s
82547 23700K .......... .......... .......... .......... .......... 76% 51.5M 0s
82548 23750K .......... .......... .......... .......... .......... 76% 66.8M 0s
82549 23800K .......... .......... .......... .......... .......... 76% 41.9M 0s
82550 23850K .......... .......... .......... .......... .......... 77% 38.3M 0s
82551 23900K .......... .......... .......... .......... .......... 77% 73.5M 0s
82552 23950K .......... .......... .......... .......... .......... 77% 50.0M 0s
82553 24000K .......... .......... .......... .......... .......... 77% 55.1M 0s
82554 24050K .......... .......... .......... .......... .......... 77% 44.2M 0s
82555 24100K .......... .......... .......... .......... .......... 77% 42.6M 0s
82556 24150K .......... .......... .......... .......... .......... 78% 89.2M 0s
82557 24200K .......... .......... .......... .......... .......... 78% 37.3M 0s
82558 24250K .......... .......... .......... .......... .......... 78% 51.6M 0s
82559 24300K .......... .......... .......... .......... .......... 78% 34.9M 0s
82560 24350K .......... .......... .......... .......... .......... 78% 92.4M 0s
82561 24400K .......... .......... .......... .......... .......... 78% 42.8M 0s
82562 24450K .......... .......... .......... .......... .......... 79% 51.0M 0s
82563 24500K .......... .......... .......... .......... .......... 79% 63.3M 0s
82564 24550K .......... .......... .......... .......... .......... 79% 12.3M 0s
82565 24600K .......... .......... .......... .......... .......... 79% 13.3M 0s
82566 24650K .......... .......... .......... .......... .......... 79% 43.1M 0s
82567 24700K .......... .......... .......... .......... .......... 79% 138M 0s
82568 24750K .......... .......... .......... .......... .......... 79% 44.1M 0s
82569 24800K .......... .......... .......... .......... .......... 80% 160M 0s
82570 24850K .......... .......... .......... .......... .......... 80% 11.2M 0s
82571 24900K .......... .......... .......... .......... .......... 80% 128M 0s
82572 24950K .......... .......... .......... .......... .......... 80% 214M 0s
82573 25000K .......... .......... .......... .......... .......... 80% 206M 0s
82574 25050K .......... .......... .......... .......... .......... 80% 238M 0s
82575 25100K .......... .......... .......... .......... .......... 81% 253M 0s
82576 25150K .......... .......... .......... .......... .......... 81% 314M 0s
82577 25200K .......... .......... .......... .......... .......... 81% 216M 0s
82578 25250K .......... .......... .......... .......... .......... 81% 331M 0s
82579 25300K .......... .......... .......... .......... .......... 81% 37.7M 0s
82580 25350K .......... .......... .......... .......... .......... 81% 21.3M 0s
82581 25400K .......... .......... .......... .......... .......... 82% 81.7M 0s
82582 25450K .......... .......... .......... .......... .......... 82% 40.5M 0s
82583 25500K .......... .......... .......... .......... .......... 82% 37.4M 0s
82584 25550K .......... .......... .......... .......... .......... 82% 202M 0s
82585 25600K .......... .......... .......... .......... .......... 82% 32.7M 0s
82586 25650K .......... .......... .......... .......... .......... 82% 38.4M 0s
82587 25700K .......... .......... .......... .......... .......... 83% 81.4M 0s
82588 25750K .......... .......... .......... .......... .......... 83% 7.69M 0s
82589 25800K .......... .......... .......... .......... .......... 83% 68.1M 0s
82590 25850K .......... .......... .......... .......... .......... 83% 36.7M 0s
82591 25900K .......... .......... .......... .......... .......... 83% 40.1M 0s
82592 25950K .......... .......... .......... .......... .......... 83% 247M 0s
82593 26000K .......... .......... .......... .......... .......... 84% 201M 0s
82594 26050K .......... .......... .......... .......... .......... 84% 166M 0s
82595 26100K .......... .......... .......... .......... .......... 84% 93.7M 0s
82596 26150K .......... .......... .......... .......... .......... 84% 121M 0s
82597 26200K .......... .......... .......... .......... .......... 84% 117M 0s
82598 26250K .......... .......... .......... .......... .......... 84% 200M 0s
82599 26300K .......... .......... .......... .......... .......... 84% 159M 0s
82600 26350K .......... .......... .......... .......... .......... 85% 133M 0s
82601 26400K .......... .......... .......... .......... .......... 85% 79.3M 0s
82602 26450K .......... .......... .......... .......... .......... 85% 138M 0s
82603 26500K .......... .......... .......... .......... .......... 85% 103M 0s
82604 26550K .......... .......... .......... .......... .......... 85% 196M 0s
82605 26600K .......... .......... .......... .......... .......... 85% 188M 0s
82606 26650K .......... .......... .......... .......... .......... 86% 326M 0s
82607 26700K .......... .......... .......... .......... .......... 86% 75.2M 0s
82608 26750K .......... .......... .......... .......... .......... 86% 152M 0s
82609 26800K .......... .......... .......... .......... .......... 86% 164M 0s
82610 26850K .......... .......... .......... .......... .......... 86% 156M 0s
82611 26900K .......... .......... .......... .......... .......... 86% 198M 0s
82612 26950K .......... .......... .......... .......... .......... 87% 178M 0s
82613 27000K .......... .......... .......... .......... .......... 87% 143M 0s
82614 27050K .......... .......... .......... .......... .......... 87% 227M 0s
82615 27100K .......... .......... .......... .......... .......... 87% 114M 0s
82616 27150K .......... .......... .......... .......... .......... 87% 105M 0s
82617 27200K .......... .......... .......... .......... .......... 87% 118M 0s
82618 27250K .......... .......... .......... .......... .......... 88% 238M 0s
82619 27300K .......... .......... .......... .......... .......... 88% 171M 0s
82620 27350K .......... .......... .......... .......... .......... 88% 256M 0s
82621 27400K .......... .......... .......... .......... .......... 88% 213M 0s
82622 27450K .......... .......... .......... .......... .......... 88% 208M 0s
82623 27500K .......... .......... .......... .......... .......... 88% 182M 0s
82624 27550K .......... .......... .......... .......... .......... 89% 234M 0s
82625 27600K .......... .......... .......... .......... .......... 89% 95.0M 0s
82626 27650K .......... .......... .......... .......... .......... 89% 207M 0s
82627 27700K .......... .......... .......... .......... .......... 89% 91.4M 0s
82628 27750K .......... .......... .......... .......... .......... 89% 188M 0s
82629 27800K .......... .......... .......... .......... .......... 89% 79.4M 0s
82630 27850K .......... .......... .......... .......... .......... 89% 164M 0s
82631 27900K .......... .......... .......... .......... .......... 90% 109M 0s
82632 27950K .......... .......... .......... .......... .......... 90% 118M 0s
82633 28000K .......... .......... .......... .......... .......... 90% 242M 0s
82634 28050K .......... .......... .......... .......... .......... 90% 284M 0s
82635 28100K .......... .......... .......... .......... .......... 90% 207M 0s
82636 28150K .......... .......... .......... .......... .......... 90% 117M 0s
82637 28200K .......... .......... .......... .......... .......... 91% 140M 0s
82638 28250K .......... .......... .......... .......... .......... 91% 115M 0s
82639 28300K .......... .......... .......... .......... .......... 91% 321M 0s
82640 28350K .......... .......... .......... .......... .......... 91% 79.0M 0s
82641 28400K .......... .......... .......... .......... .......... 91% 192M 0s
82642 28450K .......... .......... .......... .......... .......... 91% 133M 0s
82643 28500K .......... .......... .......... .......... .......... 92% 136M 0s
82644 28550K .......... .......... .......... .......... .......... 92% 244M 0s
82645 28600K .......... .......... .......... .......... .......... 92% 219M 0s
82646 28650K .......... .......... .......... .......... .......... 92% 319M 0s
82647 28700K .......... .......... .......... .......... .......... 92% 77.5M 0s
82648 28750K .......... .......... .......... .......... .......... 92% 136M 0s
82649 28800K .......... .......... .......... .......... .......... 93% 191M 0s
82650 28850K .......... .......... .......... .......... .......... 93% 76.5M 0s
82651 28900K .......... .......... .......... .......... .......... 93% 139M 0s
82652 28950K .......... .......... .......... .......... .......... 93% 85.1M 0s
82653 29000K .......... .......... .......... .......... .......... 93% 157M 0s
82654 29050K .......... .......... .......... .......... .......... 93% 233M 0s
82655 29100K .......... .......... .......... .......... .......... 94% 64.4M 0s
82656 29150K .......... .......... .......... .......... .......... 94% 54.9M 0s
82657 29200K .......... .......... .......... .......... .......... 94% 45.7M 0s
82658 29250K .......... .......... .......... .......... .......... 94% 57.0M 0s
82659 29300K .......... .......... .......... .......... .......... 94% 56.6M 0s
82660 29350K .......... .......... .......... .......... .......... 94% 60.5M 0s
82661 29400K .......... .......... .......... .......... .......... 94% 62.6M 0s
82662 29450K .......... .......... .......... .......... .......... 95% 64.6M 0s
82663 29500K .......... .......... .......... .......... .......... 95% 54.3M 0s
82664 29550K .......... .......... .......... .......... .......... 95% 61.6M 0s
82665 29600K .......... .......... .......... .......... .......... 95% 50.1M 0s
82666 29650K .......... .......... .......... .......... .......... 95% 59.2M 0s
82667 29700K .......... .......... .......... .......... .......... 95% 54.2M 0s
82668 29750K .......... .......... .......... .......... .......... 96% 53.7M 0s
82669 29800K .......... .......... .......... .......... .......... 96% 58.8M 0s
82670 29850K .......... .......... .......... .......... .......... 96% 61.7M 0s
82671 29900K .......... .......... .......... .......... .......... 96% 61.4M 0s
82672 29950K .......... .......... .......... .......... .......... 96% 56.9M 0s
82673 30000K .......... .......... .......... .......... .......... 96% 46.9M 0s
82674 30050K .......... .......... .......... .......... .......... 97% 54.8M 0s
82675 30100K .......... .......... .......... .......... .......... 97% 66.4M 0s
82676 30150K .......... .......... .......... .......... .......... 97% 60.9M 0s
82677 30200K .......... .......... .......... .......... .......... 97% 55.6M 0s
82678 30250K .......... .......... .......... .......... .......... 97% 51.3M 0s
82679 30300K .......... .......... .......... .......... .......... 97% 55.5M 0s
82680 30350K .......... .......... .......... .......... .......... 98% 54.8M 0s
82681 30400K .......... .......... .......... .......... .......... 98% 48.9M 0s
82682 30450K .......... .......... .......... .......... .......... 98% 54.1M 0s
82683 30500K .......... .......... .......... .......... .......... 98% 59.3M 0s
82684 30550K .......... .......... .......... .......... .......... 98% 65.6M 0s
82685 30600K .......... .......... .......... .......... .......... 98% 55.6M 0s
82686 30650K .......... .......... .......... .......... .......... 99% 59.2M 0s
82687 30700K .......... .......... .......... .......... .......... 99% 55.4M 0s
82688 30750K .......... .......... .......... .......... .......... 99% 53.6M 0s
82689 30800K .......... .......... .......... .......... .......... 99% 53.5M 0s
82690 30850K .......... .......... .......... .......... .......... 99% 56.4M 0s
82691 30900K .......... .......... .......... .......... .......... 99% 50.5M 0s
82692 30950K .......... .......... .......... .......... .......... 99% 66.9M 0s
82693 31000K ...... 100% 58.3M=0.6s
82694
826952015-12-29 19:47:17 (51.9 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
82696
82697 ---> 38ebc3fdc7bc
82698Removing intermediate container f15e43fe354c
82699Step 27 : WORKDIR /srv
82700 ---> Running in 5fd491106cba
82701 ---> af65f0b5d8d9
82702Removing intermediate container 5fd491106cba
82703Step 28 : RUN wget http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 && tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 && cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
82704 ---> Running in bdb2a966a1ad
82705--2015-12-29 19:47:31-- http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2
82706Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
82707Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... failed: Connection refused.
82708== ./99-ci-twentythree ==
82709Sending build context to Docker daemon 37.38 kB
82710Sending build context to Docker daemon 37.38 kB
82711
82712Step 0 : FROM fedora:23
82713 ---> 109b72e23ca5
82714Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
82715 ---> Using cache
82716 ---> a6512c32f6d7
82717Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/Fedora_23/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
82718
82719 ---> Using cache
82720 ---> 45ba8468fa59
82721Step 3 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
82722 ---> Using cache
82723 ---> 123b78903279
82724Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
82725 ---> Using cache
82726 ---> c37eb9c7350c
82727Step 5 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/Fedora_23/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
82728
82729 ---> Using cache
82730 ---> 2bd5800d095d
82731Step 6 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/Fedora_23/repodata/repomd.xml.key
82732 ---> Using cache
82733 ---> 2d712b86d5e5
82734Step 7 : RUN sed -i -e '/tsflags=nodocs/d' -e '/override_install_langs/d' /etc/dnf/dnf.conf && rm -rf /bin/applydeltarpm
82735 ---> Using cache
82736 ---> dddc83b14cf6
82737Step 8 : ENV IMAGE twentythree
82738 ---> Using cache
82739 ---> 96ad39280ead
82740Step 9 : ADD /dbus.service /etc/systemd/system/dbus.service
82741 ---> Using cache
82742 ---> 573638bbc145
82743Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
82744 ---> Using cache
82745 ---> 953d317bafb7
82746Step 11 : ADD /httpd.service /etc/systemd/system/httpd.service
82747 ---> Using cache
82748 ---> 6deeba8b2df5
82749Step 12 : ADD /systemctl /usr/bin/systemctl
82750 ---> Using cache
82751 ---> ba985b316db7
82752Step 13 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
82753 ---> Using cache
82754 ---> 633ae535e1db
82755Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
82756 ---> Using cache
82757 ---> 15b3adb536c2
82758Step 15 : ADD /vimrc /root/.vimrc
82759 ---> Using cache
82760 ---> 93ac74b710f1
82761Step 16 : RUN dnf clean all && dnf -y install yum-plugin-priorities && dnf -y install ant bind-utils build git lsof net-tools nmap-ncat openldap-clients osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium psmisc rpmdevtools screen strace sudo telnet traceroute vim-enhanced wget yum-utils && dnf clean all
82762 ---> Using cache
82763 ---> ea7527240d85
82764Step 17 : RUN sed -i -e '/requiretty/d' /etc/sudoers
82765 ---> Using cache
82766 ---> d9721d976b4d
82767Step 18 : WORKDIR /srv
82768 ---> Using cache
82769 ---> f5201392a3e2
82770Step 19 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
82771 ---> Using cache
82772 ---> eb23fe5ac27c
82773Step 20 : WORKDIR /srv/closure-compiler.git
82774 ---> Using cache
82775 ---> aa3a8929bcd1
82776Step 21 : RUN ant jar
82777 ---> Using cache
82778 ---> 732300a5fc2d
82779Step 22 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
82780 ---> Running in c6c3dbd44d5c
82781--2015-12-29 19:47:34-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
82782Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
82783Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
82784HTTP request sent, awaiting response... 200 OK
82785Length: 31750379 (30M) [application/x-java-archive]
82786Saving to: '/usr/local/lib/selenium-server-standalone.jar'
82787
82788 0K .......... .......... .......... .......... .......... 0% 86.1M 0s
82789 50K .......... .......... .......... .......... .......... 0% 26.3M 1s
82790 100K .......... .......... .......... .......... .......... 0% 24.9M 1s
82791 150K .......... .......... .......... .......... .......... 0% 22.3M 1s
82792 200K .......... .......... .......... .......... .......... 0% 20.7M 1s
82793 250K .......... .......... .......... .......... .......... 0% 19.0M 1s
82794 300K .......... .......... .......... .......... .......... 1% 19.6M 1s
82795 350K .......... .......... .......... .......... .......... 1% 19.3M 1s
82796 400K .......... .......... .......... .......... .......... 1% 20.9M 1s
82797 450K .......... .......... .......... .......... .......... 1% 29.1M 1s
82798 500K .......... .......... .......... .......... .......... 1% 32.2M 1s
82799 550K .......... .......... .......... .......... .......... 1% 28.1M 1s
82800 600K .......... .......... .......... .......... .......... 2% 30.3M 1s
82801 650K .......... .......... .......... .......... .......... 2% 26.6M 1s
82802 700K .......... .......... .......... .......... .......... 2% 22.6M 1s
82803 750K .......... .......... .......... .......... .......... 2% 20.2M 1s
82804 800K .......... .......... .......... .......... .......... 2% 24.7M 1s
82805 850K .......... .......... .......... .......... .......... 2% 27.3M 1s
82806 900K .......... .......... .......... .......... .......... 3% 29.3M 1s
82807 950K .......... .......... .......... .......... .......... 3% 25.7M 1s
82808 1000K .......... .......... .......... .......... .......... 3% 27.3M 1s
82809 1050K .......... .......... .......... .......... .......... 3% 19.2M 1s
82810 1100K .......... .......... .......... .......... .......... 3% 22.6M 1s
82811 1150K .......... .......... .......... .......... .......... 3% 26.9M 1s
82812 1200K .......... .......... .......... .......... .......... 4% 29.3M 1s
82813 1250K .......... .......... .......... .......... .......... 4% 27.3M 1s
82814 1300K .......... .......... .......... .......... .......... 4% 30.3M 1s
82815 1350K .......... .......... .......... .......... .......... 4% 32.7M 1s
82816 1400K .......... .......... .......... .......... .......... 4% 37.0M 1s
82817 1450K .......... .......... .......... .......... .......... 4% 34.4M 1s
82818 1500K .......... .......... .......... .......... .......... 4% 67.4M 1s
82819 1550K .......... .......... .......... .......... .......... 5% 83.4M 1s
82820 1600K .......... .......... .......... .......... .......... 5% 158M 1s
82821 1650K .......... .......... .......... .......... .......... 5% 152M 1s
82822 1700K .......... .......... .......... .......... .......... 5% 186M 1s
82823 1750K .......... .......... .......... .......... .......... 5% 105M 1s
82824 1800K .......... .......... .......... .......... .......... 5% 102M 1s
82825 1850K .......... .......... .......... .......... .......... 6% 84.5M 1s
82826 1900K .......... .......... .......... .......... .......... 6% 35.7M 1s
82827 1950K .......... .......... .......... .......... .......... 6% 16.9M 1s
82828 2000K .......... .......... .......... .......... .......... 6% 26.4M 1s
82829 2050K .......... .......... .......... .......... .......... 6% 23.9M 1s
82830 2100K .......... .......... .......... .......... .......... 6% 115M 1s
82831 2150K .......... .......... .......... .......... .......... 7% 29.0M 1s
82832 2200K .......... .......... .......... .......... .......... 7% 101M 1s
82833 2250K .......... .......... .......... .......... .......... 7% 99.5M 1s
82834 2300K .......... .......... .......... .......... .......... 7% 60.8M 1s
82835 2350K .......... .......... .......... .......... .......... 7% 33.2M 1s
82836 2400K .......... .......... .......... .......... .......... 7% 111M 1s
82837 2450K .......... .......... .......... .......... .......... 8% 64.4M 1s
82838 2500K .......... .......... .......... .......... .......... 8% 64.5M 1s
82839 2550K .......... .......... .......... .......... .......... 8% 74.9M 1s
82840 2600K .......... .......... .......... .......... .......... 8% 62.6M 1s
82841 2650K .......... .......... .......... .......... .......... 8% 63.3M 1s
82842 2700K .......... .......... .......... .......... .......... 8% 135M 1s
82843 2750K .......... .......... .......... .......... .......... 9% 45.0M 1s
82844 2800K .......... .......... .......... .......... .......... 9% 57.4M 1s
82845 2850K .......... .......... .......... .......... .......... 9% 137M 1s
82846 2900K .......... .......... .......... .......... .......... 9% 71.9M 1s
82847 2950K .......... .......... .......... .......... .......... 9% 72.0M 1s
82848 3000K .......... .......... .......... .......... .......... 9% 169M 1s
82849 3050K .......... .......... .......... .......... .......... 9% 41.7M 1s
82850 3100K .......... .......... .......... .......... .......... 10% 63.1M 1s
82851 3150K .......... .......... .......... .......... .......... 10% 217M 1s
82852 3200K .......... .......... .......... .......... .......... 10% 63.0M 1s
82853 3250K .......... .......... .......... .......... .......... 10% 139M 1s
82854 3300K .......... .......... .......... .......... .......... 10% 88.2M 1s
82855 3350K .......... .......... .......... .......... .......... 10% 65.0M 1s
82856 3400K .......... .......... .......... .......... .......... 11% 101M 1s
82857 3450K .......... .......... .......... .......... .......... 11% 72.2M 1s
82858 3500K .......... .......... .......... .......... .......... 11% 71.7M 1s
82859 3550K .......... .......... .......... .......... .......... 11% 74.6M 1s
82860 3600K .......... .......... .......... .......... .......... 11% 136M 1s
82861 3650K .......... .......... .......... .......... .......... 11% 85.6M 1s
82862 3700K .......... .......... .......... .......... .......... 12% 70.0M 1s
82863 3750K .......... .......... .......... .......... .......... 12% 70.7M 1s
82864 3800K .......... .......... .......... .......... .......... 12% 120M 1s
82865 3850K .......... .......... .......... .......... .......... 12% 66.0M 1s
82866 3900K .......... .......... .......... .......... .......... 12% 81.1M 1s
82867 3950K .......... .......... .......... .......... .......... 12% 65.5M 1s
82868 4000K .......... .......... .......... .......... .......... 13% 74.3M 1s
82869 4050K .......... .......... .......... .......... .......... 13% 70.3M 1s
82870 4100K .......... .......... .......... .......... .......... 13% 146M 1s
82871 4150K .......... .......... .......... .......... .......... 13% 71.4M 1s
82872 4200K .......... .......... .......... .......... .......... 13% 61.2M 1s
82873 4250K .......... .......... .......... .......... .......... 13% 64.9M 1s
82874 4300K .......... .......... .......... .......... .......... 14% 138M 1s
82875 4350K .......... .......... .......... .......... .......... 14% 82.5M 1s
82876 4400K .......... .......... .......... .......... .......... 14% 67.7M 1s
82877 4450K .......... .......... .......... .......... .......... 14% 60.2M 1s
82878 4500K .......... .......... .......... .......... .......... 14% 75.2M 1s
82879 4550K .......... .......... .......... .......... .......... 14% 166M 1s
82880 4600K .......... .......... .......... .......... .......... 14% 72.0M 1s
82881 4650K .......... .......... .......... .......... .......... 15% 71.9M 1s
82882 4700K .......... .......... .......... .......... .......... 15% 162M 1s
82883 4750K .......... .......... .......... .......... .......... 15% 212M 1s
82884 4800K .......... .......... .......... .......... .......... 15% 288M 1s
82885 4850K .......... .......... .......... .......... .......... 15% 163M 1s
82886 4900K .......... .......... .......... .......... .......... 15% 219M 1s
82887 4950K .......... .......... .......... .......... .......... 16% 220M 1s
82888 5000K .......... .......... .......... .......... .......... 16% 243M 1s
82889 5050K .......... .......... .......... .......... .......... 16% 190M 1s
82890 5100K .......... .......... .......... .......... .......... 16% 210M 1s
82891 5150K .......... .......... .......... .......... .......... 16% 224M 1s
82892 5200K .......... .......... .......... .......... .......... 16% 235M 1s
82893 5250K .......... .......... .......... .......... .......... 17% 189M 1s
82894 5300K .......... .......... .......... .......... .......... 17% 242M 1s
82895 5350K .......... .......... .......... .......... .......... 17% 213M 1s
82896 5400K .......... .......... .......... .......... .......... 17% 223M 0s
82897 5450K .......... .......... .......... .......... .......... 17% 211M 0s
82898 5500K .......... .......... .......... .......... .......... 17% 217M 0s
82899 5550K .......... .......... .......... .......... .......... 18% 219M 0s
82900 5600K .......... .......... .......... .......... .......... 18% 233M 0s
82901 5650K .......... .......... .......... .......... .......... 18% 199M 0s
82902 5700K .......... .......... .......... .......... .......... 18% 214M 0s
82903 5750K .......... .......... .......... .......... .......... 18% 217M 0s
82904 5800K .......... .......... .......... .......... .......... 18% 221M 0s
82905 5850K .......... .......... .......... .......... .......... 19% 193M 0s
82906 5900K .......... .......... .......... .......... .......... 19% 201M 0s
82907 5950K .......... .......... .......... .......... .......... 19% 256M 0s
82908 6000K .......... .......... .......... .......... .......... 19% 220M 0s
82909 6050K .......... .......... .......... .......... .......... 19% 202M 0s
82910 6100K .......... .......... .......... .......... .......... 19% 213M 0s
82911 6150K .......... .......... .......... .......... .......... 19% 192M 0s
82912 6200K .......... .......... .......... .......... .......... 20% 275M 0s
82913 6250K .......... .......... .......... .......... .......... 20% 201M 0s
82914 6300K .......... .......... .......... .......... .......... 20% 198M 0s
82915 6350K .......... .......... .......... .......... .......... 20% 191M 0s
82916 6400K .......... .......... .......... .......... .......... 20% 239M 0s
82917 6450K .......... .......... .......... .......... .......... 20% 221M 0s
82918 6500K .......... .......... .......... .......... .......... 21% 226M 0s
82919 6550K .......... .......... .......... .......... .......... 21% 225M 0s
82920 6600K .......... .......... .......... .......... .......... 21% 192M 0s
82921 6650K .......... .......... .......... .......... .......... 21% 218M 0s
82922 6700K .......... .......... .......... .......... .......... 21% 188M 0s
82923 6750K .......... .......... .......... .......... .......... 21% 200M 0s
82924 6800K .......... .......... .......... .......... .......... 22% 161M 0s
82925 6850K .......... .......... .......... .......... .......... 22% 196M 0s
82926 6900K .......... .......... .......... .......... .......... 22% 289M 0s
82927 6950K .......... .......... .......... .......... .......... 22% 204M 0s
82928 7000K .......... .......... .......... .......... .......... 22% 174M 0s
82929 7050K .......... .......... .......... .......... .......... 22% 179M 0s
82930 7100K .......... .......... .......... .......... .......... 23% 194M 0s
82931 7150K .......... .......... .......... .......... .......... 23% 215M 0s
82932 7200K .......... .......... .......... .......... .......... 23% 193M 0s
82933 7250K .......... .......... .......... .......... .......... 23% 157M 0s
82934 7300K .......... .......... .......... .......... .......... 23% 212M 0s
82935 7350K .......... .......... .......... .......... .......... 23% 194M 0s
82936 7400K .......... .......... .......... .......... .......... 24% 173M 0s
82937 7450K .......... .......... .......... .......... .......... 24% 172M 0s
82938 7500K .......... .......... .......... .......... .......... 24% 206M 0s
82939 7550K .......... .......... .......... .......... .......... 24% 202M 0s
82940 7600K .......... .......... .......... .......... .......... 24% 139M 0s
82941 7650K .......... .......... .......... .......... .......... 24% 190M 0s
82942 7700K .......... .......... .......... .......... .......... 24% 188M 0s
82943 7750K .......... .......... .......... .......... .......... 25% 172M 0s
82944 7800K .......... .......... .......... .......... .......... 25% 192M 0s
82945 7850K .......... .......... .......... .......... .......... 25% 209M 0s
82946 7900K .......... .......... .......... .......... .......... 25% 194M 0s
82947 7950K .......... .......... .......... .......... .......... 25% 172M 0s
82948 8000K .......... .......... .......... .......... .......... 25% 203M 0s
82949 8050K .......... .......... .......... .......... .......... 26% 205M 0s
82950 8100K .......... .......... .......... .......... .......... 26% 284M 0s
82951 8150K .......... .......... .......... .......... .......... 26% 252M 0s
82952 8200K .......... .......... .......... .......... .......... 26% 245M 0s
82953 8250K .......... .......... .......... .......... .......... 26% 249M 0s
82954 8300K .......... .......... .......... .......... .......... 26% 275M 0s
82955 8350K .......... .......... .......... .......... .......... 27% 265M 0s
82956 8400K .......... .......... .......... .......... .......... 27% 247M 0s
82957 8450K .......... .......... .......... .......... .......... 27% 213M 0s
82958 8500K .......... .......... .......... .......... .......... 27% 291M 0s
82959 8550K .......... .......... .......... .......... .......... 27% 53.0M 0s
82960 8600K .......... .......... .......... .......... .......... 27% 27.7M 0s
82961 8650K .......... .......... .......... .......... .......... 28% 26.9M 0s
82962 8700K .......... .......... .......... .......... .......... 28% 29.8M 0s
82963 8750K .......... .......... .......... .......... .......... 28% 26.3M 0s
82964 8800K .......... .......... .......... .......... .......... 28% 28.6M 0s
82965 8850K .......... .......... .......... .......... .......... 28% 25.5M 0s
82966 8900K .......... .......... .......... .......... .......... 28% 27.7M 0s
82967 8950K .......... .......... .......... .......... .......... 29% 25.5M 0s
82968 9000K .......... .......... .......... .......... .......... 29% 49.1M 0s
82969 9050K .......... .......... .......... .......... .......... 29% 103M 0s
82970 9100K .......... .......... .......... .......... .......... 29% 99.2M 0s
82971 9150K .......... .......... .......... .......... .......... 29% 105M 0s
82972 9200K .......... .......... .......... .......... .......... 29% 98.4M 0s
82973 9250K .......... .......... .......... .......... .......... 29% 96.4M 0s
82974 9300K .......... .......... .......... .......... .......... 30% 92.6M 0s
82975 9350K .......... .......... .......... .......... .......... 30% 73.7M 0s
82976 9400K .......... .......... .......... .......... .......... 30% 90.7M 0s
82977 9450K .......... .......... .......... .......... .......... 30% 84.1M 0s
82978 9500K .......... .......... .......... .......... .......... 30% 90.3M 0s
82979 9550K .......... .......... .......... .......... .......... 30% 75.3M 0s
82980 9600K .......... .......... .......... .......... .......... 31% 85.8M 0s
82981 9650K .......... .......... .......... .......... .......... 31% 87.6M 0s
82982 9700K .......... .......... .......... .......... .......... 31% 98.5M 0s
82983 9750K .......... .......... .......... .......... .......... 31% 74.1M 0s
82984 9800K .......... .......... .......... .......... .......... 31% 89.8M 0s
82985 9850K .......... .......... .......... .......... .......... 31% 91.4M 0s
82986 9900K .......... .......... .......... .......... .......... 32% 86.5M 0s
82987 9950K .......... .......... .......... .......... .......... 32% 76.3M 0s
82988 10000K .......... .......... .......... .......... .......... 32% 94.9M 0s
82989 10050K .......... .......... .......... .......... .......... 32% 81.4M 0s
82990 10100K .......... .......... .......... .......... .......... 32% 86.0M 0s
82991 10150K .......... .......... .......... .......... .......... 32% 70.8M 0s
82992 10200K .......... .......... .......... .......... .......... 33% 87.7M 0s
82993 10250K .......... .......... .......... .......... .......... 33% 89.1M 0s
82994 10300K .......... .......... .......... .......... .......... 33% 84.5M 0s
82995 10350K .......... .......... .......... .......... .......... 33% 74.2M 0s
82996 10400K .......... .......... .......... .......... .......... 33% 86.7M 0s
82997 10450K .......... .......... .......... .......... .......... 33% 110M 0s
82998 10500K .......... .......... .......... .......... .......... 34% 79.1M 0s
82999 10550K .......... .......... .......... .......... .......... 34% 78.0M 0s
83000 10600K .......... .......... .......... .......... .......... 34% 89.6M 0s
83001 10650K .......... .......... .......... .......... .......... 34% 84.7M 0s
83002 10700K .......... .......... .......... .......... .......... 34% 91.8M 0s
83003 10750K .......... .......... .......... .......... .......... 34% 72.5M 0s
83004 10800K .......... .......... .......... .......... .......... 34% 107M 0s
83005 10850K .......... .......... .......... .......... .......... 35% 83.5M 0s
83006 10900K .......... .......... .......... .......... .......... 35% 92.4M 0s
83007 10950K .......... .......... .......... .......... .......... 35% 80.7M 0s
83008 11000K .......... .......... .......... .......... .......... 35% 101M 0s
83009 11050K .......... .......... .......... .......... .......... 35% 83.6M 0s
83010 11100K .......... .......... .......... .......... .......... 35% 92.7M 0s
83011 11150K .......... .......... .......... .......... .......... 36% 89.3M 0s
83012 11200K .......... .......... .......... .......... .......... 36% 75.8M 0s
83013 11250K .......... .......... .......... .......... .......... 36% 113M 0s
83014 11300K .......... .......... .......... .......... .......... 36% 77.4M 0s
83015 11350K .......... .......... .......... .......... .......... 36% 137M 0s
83016 11400K .......... .......... .......... .......... .......... 36% 102M 0s
83017 11450K .......... .......... .......... .......... .......... 37% 123M 0s
83018 11500K .......... .......... .......... .......... .......... 37% 131M 0s
83019 11550K .......... .......... .......... .......... .......... 37% 109M 0s
83020 11600K .......... .......... .......... .......... .......... 37% 104M 0s
83021 11650K .......... .......... .......... .......... .......... 37% 98.4M 0s
83022 11700K .......... .......... .......... .......... .......... 37% 171M 0s
83023 11750K .......... .......... .......... .......... .......... 38% 92.2M 0s
83024 11800K .......... .......... .......... .......... .......... 38% 106M 0s
83025 11850K .......... .......... .......... .......... .......... 38% 105M 0s
83026 11900K .......... .......... .......... .......... .......... 38% 101M 0s
83027 11950K .......... .......... .......... .......... .......... 38% 63.5M 0s
83028 12000K .......... .......... .......... .......... .......... 38% 108M 0s
83029 12050K .......... .......... .......... .......... .......... 39% 84.6M 0s
83030 12100K .......... .......... .......... .......... .......... 39% 96.5M 0s
83031 12150K .......... .......... .......... .......... .......... 39% 95.6M 0s
83032 12200K .......... .......... .......... .......... .......... 39% 155M 0s
83033 12250K .......... .......... .......... .......... .......... 39% 102M 0s
83034 12300K .......... .......... .......... .......... .......... 39% 100M 0s
83035 12350K .......... .......... .......... .......... .......... 39% 85.6M 0s
83036 12400K .......... .......... .......... .......... .......... 40% 136M 0s
83037 12450K .......... .......... .......... .......... .......... 40% 120M 0s
83038 12500K .......... .......... .......... .......... .......... 40% 112M 0s
83039 12550K .......... .......... .......... .......... .......... 40% 88.7M 0s
83040 12600K .......... .......... .......... .......... .......... 40% 130M 0s
83041 12650K .......... .......... .......... .......... .......... 40% 141M 0s
83042 12700K .......... .......... .......... .......... .......... 41% 105M 0s
83043 12750K .......... .......... .......... .......... .......... 41% 92.0M 0s
83044 12800K .......... .......... .......... .......... .......... 41% 108M 0s
83045 12850K .......... .......... .......... .......... .......... 41% 137M 0s
83046 12900K .......... .......... .......... .......... .......... 41% 112M 0s
83047 12950K .......... .......... .......... .......... .......... 41% 100M 0s
83048 13000K .......... .......... .......... .......... .......... 42% 100M 0s
83049 13050K .......... .......... .......... .......... .......... 42% 109M 0s
83050 13100K .......... .......... .......... .......... .......... 42% 151M 0s
83051 13150K .......... .......... .......... .......... .......... 42% 105M 0s
83052 13200K .......... .......... .......... .......... .......... 42% 109M 0s
83053 13250K .......... .......... .......... .......... .......... 42% 96.7M 0s
83054 13300K .......... .......... .......... .......... .......... 43% 110M 0s
83055 13350K .......... .......... .......... .......... .......... 43% 99.2M 0s
83056 13400K .......... .......... .......... .......... .......... 43% 110M 0s
83057 13450K .......... .......... .......... .......... .......... 43% 98.1M 0s
83058 13500K .......... .......... .......... .......... .......... 43% 101M 0s
83059 13550K .......... .......... .......... .......... .......... 43% 95.7M 0s
83060 13600K .......... .......... .......... .......... .......... 44% 201M 0s
83061 13650K .......... .......... .......... .......... .......... 44% 111M 0s
83062 13700K .......... .......... .......... .......... .......... 44% 96.8M 0s
83063 13750K .......... .......... .......... .......... .......... 44% 95.1M 0s
83064 13800K .......... .......... .......... .......... .......... 44% 108M 0s
83065 13850K .......... .......... .......... .......... .......... 44% 109M 0s
83066 13900K .......... .......... .......... .......... .......... 44% 92.2M 0s
83067 13950K .......... .......... .......... .......... .......... 45% 89.4M 0s
83068 14000K .......... .......... .......... .......... .......... 45% 96.3M 0s
83069 14050K .......... .......... .......... .......... .......... 45% 82.7M 0s
83070 14100K .......... .......... .......... .......... .......... 45% 125M 0s
83071 14150K .......... .......... .......... .......... .......... 45% 91.4M 0s
83072 14200K .......... .......... .......... .......... .......... 45% 105M 0s
83073 14250K .......... .......... .......... .......... .......... 46% 116M 0s
83074 14300K .......... .......... .......... .......... .......... 46% 81.9M 0s
83075 14350K .......... .......... .......... .......... .......... 46% 96.6M 0s
83076 14400K .......... .......... .......... .......... .......... 46% 94.9M 0s
83077 14450K .......... .......... .......... .......... .......... 46% 133M 0s
83078 14500K .......... .......... .......... .......... .......... 46% 162M 0s
83079 14550K .......... .......... .......... .......... .......... 47% 141M 0s
83080 14600K .......... .......... .......... .......... .......... 47% 181M 0s
83081 14650K .......... .......... .......... .......... .......... 47% 183M 0s
83082 14700K .......... .......... .......... .......... .......... 47% 156M 0s
83083 14750K .......... .......... .......... .......... .......... 47% 101M 0s
83084 14800K .......... .......... .......... .......... .......... 47% 174M 0s
83085 14850K .......... .......... .......... .......... .......... 48% 155M 0s
83086 14900K .......... .......... .......... .......... .......... 48% 183M 0s
83087 14950K .......... .......... .......... .......... .......... 48% 154M 0s
83088 15000K .......... .......... .......... .......... .......... 48% 129M 0s
83089 15050K .......... .......... .......... .......... .......... 48% 11.3M 0s
83090 15100K .......... .......... .......... .......... .......... 48% 27.7M 0s
83091 15150K .......... .......... .......... .......... .......... 49% 31.0M 0s
83092 15200K .......... .......... .......... .......... .......... 49% 70.6M 0s
83093 15250K .......... .......... .......... .......... .......... 49% 178M 0s
83094 15300K .......... .......... .......... .......... .......... 49% 129M 0s
83095 15350K .......... .......... .......... .......... .......... 49% 87.5M 0s
83096 15400K .......... .......... .......... .......... .......... 49% 98.6M 0s
83097 15450K .......... .......... .......... .......... .......... 49% 111M 0s
83098 15500K .......... .......... .......... .......... .......... 50% 99.3M 0s
83099 15550K .......... .......... .......... .......... .......... 50% 87.6M 0s
83100 15600K .......... .......... .......... .......... .......... 50% 111M 0s
83101 15650K .......... .......... .......... .......... .......... 50% 108M 0s
83102 15700K .......... .......... .......... .......... .......... 50% 107M 0s
83103 15750K .......... .......... .......... .......... .......... 50% 127M 0s
83104 15800K .......... .......... .......... .......... .......... 51% 173M 0s
83105 15850K .......... .......... .......... .......... .......... 51% 110M 0s
83106 15900K .......... .......... .......... .......... .......... 51% 125M 0s
83107 15950K .......... .......... .......... .......... .......... 51% 111M 0s
83108 16000K .......... .......... .......... .......... .......... 51% 121M 0s
83109 16050K .......... .......... .......... .......... .......... 51% 176M 0s
83110 16100K .......... .......... .......... .......... .......... 52% 117M 0s
83111 16150K .......... .......... .......... .......... .......... 52% 114M 0s
83112 16200K .......... .......... .......... .......... .......... 52% 118M 0s
83113 16250K .......... .......... .......... .......... .......... 52% 162M 0s
83114 16300K .......... .......... .......... .......... .......... 52% 225M 0s
83115 16350K .......... .......... .......... .......... .......... 52% 170M 0s
83116 16400K .......... .......... .......... .......... .......... 53% 169M 0s
83117 16450K .......... .......... .......... .......... .......... 53% 161M 0s
83118 16500K .......... .......... .......... .......... .......... 53% 155M 0s
83119 16550K .......... .......... .......... .......... .......... 53% 126M 0s
83120 16600K .......... .......... .......... .......... .......... 53% 111M 0s
83121 16650K .......... .......... .......... .......... .......... 53% 104M 0s
83122 16700K .......... .......... .......... .......... .......... 54% 101M 0s
83123 16750K .......... .......... .......... .......... .......... 54% 109M 0s
83124 16800K .......... .......... .......... .......... .......... 54% 112M 0s
83125 16850K .......... .......... .......... .......... .......... 54% 111M 0s
83126 16900K .......... .......... .......... .......... .......... 54% 112M 0s
83127 16950K .......... .......... .......... .......... .......... 54% 111M 0s
83128 17000K .......... .......... .......... .......... .......... 54% 121M 0s
83129 17050K .......... .......... .......... .......... .......... 55% 104M 0s
83130 17100K .......... .......... .......... .......... .......... 55% 99.7M 0s
83131 17150K .......... .......... .......... .......... .......... 55% 99.6M 0s
83132 17200K .......... .......... .......... .......... .......... 55% 136M 0s
83133 17250K .......... .......... .......... .......... .......... 55% 122M 0s
83134 17300K .......... .......... .......... .......... .......... 55% 108M 0s
83135 17350K .......... .......... .......... .......... .......... 56% 88.7M 0s
83136 17400K .......... .......... .......... .......... .......... 56% 102M 0s
83137 17450K .......... .......... .......... .......... .......... 56% 142M 0s
83138 17500K .......... .......... .......... .......... .......... 56% 114M 0s
83139 17550K .......... .......... .......... .......... .......... 56% 83.0M 0s
83140 17600K .......... .......... .......... .......... .......... 56% 114M 0s
83141 17650K .......... .......... .......... .......... .......... 57% 119M 0s
83142 17700K .......... .......... .......... .......... .......... 57% 124M 0s
83143 17750K .......... .......... .......... .......... .......... 57% 104M 0s
83144 17800K .......... .......... .......... .......... .......... 57% 98.0M 0s
83145 17850K .......... .......... .......... .......... .......... 57% 116M 0s
83146 17900K .......... .......... .......... .......... .......... 57% 117M 0s
83147 17950K .......... .......... .......... .......... .......... 58% 109M 0s
83148 18000K .......... .......... .......... .......... .......... 58% 12.9M 0s
83149 18050K .......... .......... .......... .......... .......... 58% 60.3M 0s
83150 18100K .......... .......... .......... .......... .......... 58% 45.1M 0s
83151 18150K .......... .......... .......... .......... .......... 58% 96.6M 0s
83152 18200K .......... .......... .......... .......... .......... 58% 175M 0s
83153 18250K .......... .......... .......... .......... .......... 59% 210M 0s
83154 18300K .......... .......... .......... .......... .......... 59% 224M 0s
83155 18350K .......... .......... .......... .......... .......... 59% 195M 0s
83156 18400K .......... .......... .......... .......... .......... 59% 241M 0s
83157 18450K .......... .......... .......... .......... .......... 59% 169M 0s
83158 18500K .......... .......... .......... .......... .......... 59% 153M 0s
83159 18550K .......... .......... .......... .......... .......... 59% 17.6M 0s
83160 18600K .......... .......... .......... .......... .......... 60% 128M 0s
83161 18650K .......... .......... .......... .......... .......... 60% 117M 0s
83162 18700K .......... .......... .......... .......... .......... 60% 45.7M 0s
83163 18750K .......... .......... .......... .......... .......... 60% 46.7M 0s
83164 18800K .......... .......... .......... .......... .......... 60% 130M 0s
83165 18850K .......... .......... .......... .......... .......... 60% 176M 0s
83166 18900K .......... .......... .......... .......... .......... 61% 102M 0s
83167 18950K .......... .......... .......... .......... .......... 61% 109M 0s
83168 19000K .......... .......... .......... .......... .......... 61% 79.7M 0s
83169 19050K .......... .......... .......... .......... .......... 61% 107M 0s
83170 19100K .......... .......... .......... .......... .......... 61% 181M 0s
83171 19150K .......... .......... .......... .......... .......... 61% 87.6M 0s
83172 19200K .......... .......... .......... .......... .......... 62% 115M 0s
83173 19250K .......... .......... .......... .......... .......... 62% 143M 0s
83174 19300K .......... .......... .......... .......... .......... 62% 213M 0s
83175 19350K .......... .......... .......... .......... .......... 62% 184M 0s
83176 19400K .......... .......... .......... .......... .......... 62% 171M 0s
83177 19450K .......... .......... .......... .......... .......... 62% 198M 0s
83178 19500K .......... .......... .......... .......... .......... 63% 214M 0s
83179 19550K .......... .......... .......... .......... .......... 63% 189M 0s
83180 19600K .......... .......... .......... .......... .......... 63% 176M 0s
83181 19650K .......... .......... .......... .......... .......... 63% 206M 0s
83182 19700K .......... .......... .......... .......... .......... 63% 202M 0s
83183 19750K .......... .......... .......... .......... .......... 63% 172M 0s
83184 19800K .......... .......... .......... .......... .......... 64% 242M 0s
83185 19850K .......... .......... .......... .......... .......... 64% 201M 0s
83186 19900K .......... .......... .......... .......... .......... 64% 211M 0s
83187 19950K .......... .......... .......... .......... .......... 64% 162M 0s
83188 20000K .......... .......... .......... .......... .......... 64% 233M 0s
83189 20050K .......... .......... .......... .......... .......... 64% 235M 0s
83190 20100K .......... .......... .......... .......... .......... 64% 165M 0s
83191 20150K .......... .......... .......... .......... .......... 65% 102M 0s
83192 20200K .......... .......... .......... .......... .......... 65% 145M 0s
83193 20250K .......... .......... .......... .......... .......... 65% 180M 0s
83194 20300K .......... .......... .......... .......... .......... 65% 143M 0s
83195 20350K .......... .......... .......... .......... .......... 65% 149M 0s
83196 20400K .......... .......... .......... .......... .......... 65% 99.2M 0s
83197 20450K .......... .......... .......... .......... .......... 66% 10.0M 0s
83198 20500K .......... .......... .......... .......... .......... 66% 8.49M 0s
83199 20550K .......... .......... .......... .......... .......... 66% 62.5M 0s
83200 20600K .......... .......... .......... .......... .......... 66% 156M 0s
83201 20650K .......... .......... .......... .......... .......... 66% 171M 0s
83202 20700K .......... .......... .......... .......... .......... 66% 206M 0s
83203 20750K .......... .......... .......... .......... .......... 67% 104M 0s
83204 20800K .......... .......... .......... .......... .......... 67% 82.5M 0s
83205 20850K .......... .......... .......... .......... .......... 67% 125M 0s
83206 20900K .......... .......... .......... .......... .......... 67% 109M 0s
83207 20950K .......... .......... .......... .......... .......... 67% 195M 0s
83208 21000K .......... .......... .......... .......... .......... 67% 99.0M 0s
83209 21050K .......... .......... .......... .......... .......... 68% 110M 0s
83210 21100K .......... .......... .......... .......... .......... 68% 122M 0s
83211 21150K .......... .......... .......... .......... .......... 68% 109M 0s
83212 21200K .......... .......... .......... .......... .......... 68% 144M 0s
83213 21250K .......... .......... .......... .......... .......... 68% 118M 0s
83214 21300K .......... .......... .......... .......... .......... 68% 97.5M 0s
83215 21350K .......... .......... .......... .......... .......... 69% 74.7M 0s
83216 21400K .......... .......... .......... .......... .......... 69% 256M 0s
83217 21450K .......... .......... .......... .......... .......... 69% 82.2M 0s
83218 21500K .......... .......... .......... .......... .......... 69% 215M 0s
83219 21550K .......... .......... .......... .......... .......... 69% 104M 0s
83220 21600K .......... .......... .......... .......... .......... 69% 111M 0s
83221 21650K .......... .......... .......... .......... .......... 69% 229M 0s
83222 21700K .......... .......... .......... .......... .......... 70% 119M 0s
83223 21750K .......... .......... .......... .......... .......... 70% 29.0M 0s
83224 21800K .......... .......... .......... .......... .......... 70% 16.6M 0s
83225 21850K .......... .......... .......... .......... .......... 70% 20.0M 0s
83226 21900K .......... .......... .......... .......... .......... 70% 25.6M 0s
83227 21950K .......... .......... .......... .......... .......... 70% 47.5M 0s
83228 22000K .......... .......... .......... .......... .......... 71% 74.5M 0s
83229 22050K .......... .......... .......... .......... .......... 71% 172M 0s
83230 22100K .......... .......... .......... .......... .......... 71% 149M 0s
83231 22150K .......... .......... .......... .......... .......... 71% 140M 0s
83232 22200K .......... .......... .......... .......... .......... 71% 184M 0s
83233 22250K .......... .......... .......... .......... .......... 71% 187M 0s
83234 22300K .......... .......... .......... .......... .......... 72% 210M 0s
83235 22350K .......... .......... .......... .......... .......... 72% 46.4M 0s
83236 22400K .......... .......... .......... .......... .......... 72% 176M 0s
83237 22450K .......... .......... .......... .......... .......... 72% 179M 0s
83238 22500K .......... .......... .......... .......... .......... 72% 138M 0s
83239 22550K .......... .......... .......... .......... .......... 72% 144M 0s
83240 22600K .......... .......... .......... .......... .......... 73% 210M 0s
83241 22650K .......... .......... .......... .......... .......... 73% 22.1M 0s
83242 22700K .......... .......... .......... .......... .......... 73% 9.66M 0s
83243 22750K .......... .......... .......... .......... .......... 73% 14.4M 0s
83244 22800K .......... .......... .......... .......... .......... 73% 38.7M 0s
83245 22850K .......... .......... .......... .......... .......... 73% 41.1M 0s
83246 22900K .......... .......... .......... .......... .......... 74% 34.9M 0s
83247 22950K .......... .......... .......... .......... .......... 74% 66.9M 0s
83248 23000K .......... .......... .......... .......... .......... 74% 156M 0s
83249 23050K .......... .......... .......... .......... .......... 74% 280M 0s
83250 23100K .......... .......... .......... .......... .......... 74% 194M 0s
83251 23150K .......... .......... .......... .......... .......... 74% 183M 0s
83252 23200K .......... .......... .......... .......... .......... 74% 175M 0s
83253 23250K .......... .......... .......... .......... .......... 75% 237M 0s
83254 23300K .......... .......... .......... .......... .......... 75% 158M 0s
83255 23350K .......... .......... .......... .......... .......... 75% 84.1M 0s
83256 23400K .......... .......... .......... .......... .......... 75% 100M 0s
83257 23450K .......... .......... .......... .......... .......... 75% 106M 0s
83258 23500K .......... .......... .......... .......... .......... 75% 119M 0s
83259 23550K .......... .......... .......... .......... .......... 76% 80.9M 0s
83260 23600K .......... .......... .......... .......... .......... 76% 93.4M 0s
83261 23650K .......... .......... .......... .......... .......... 76% 100M 0s
83262 23700K .......... .......... .......... .......... .......... 76% 104M 0s
83263 23750K .......... .......... .......... .......... .......... 76% 92.2M 0s
83264 23800K .......... .......... .......... .......... .......... 76% 84.5M 0s
83265 23850K .......... .......... .......... .......... .......... 77% 74.8M 0s
83266 23900K .......... .......... .......... .......... .......... 77% 49.3M 0s
83267 23950K .......... .......... .......... .......... .......... 77% 62.1M 0s
83268 24000K .......... .......... .......... .......... .......... 77% 71.8M 0s
83269 24050K .......... .......... .......... .......... .......... 77% 82.0M 0s
83270 24100K .......... .......... .......... .......... .......... 77% 54.1M 0s
83271 24150K .......... .......... .......... .......... .......... 78% 48.0M 0s
83272 24200K .......... .......... .......... .......... .......... 78% 67.5M 0s
83273 24250K .......... .......... .......... .......... .......... 78% 58.1M 0s
83274 24300K .......... .......... .......... .......... .......... 78% 56.6M 0s
83275 24350K .......... .......... .......... .......... .......... 78% 42.2M 0s
83276 24400K .......... .......... .......... .......... .......... 78% 50.9M 0s
83277 24450K .......... .......... .......... .......... .......... 79% 97.6M 0s
83278 24500K .......... .......... .......... .......... .......... 79% 130M 0s
83279 24550K .......... .......... .......... .......... .......... 79% 84.3M 0s
83280 24600K .......... .......... .......... .......... .......... 79% 92.3M 0s
83281 24650K .......... .......... .......... .......... .......... 79% 131M 0s
83282 24700K .......... .......... .......... .......... .......... 79% 127M 0s
83283 24750K .......... .......... .......... .......... .......... 79% 84.0M 0s
83284 24800K .......... .......... .......... .......... .......... 80% 135M 0s
83285 24850K .......... .......... .......... .......... .......... 80% 83.3M 0s
83286 24900K .......... .......... .......... .......... .......... 80% 157M 0s
83287 24950K .......... .......... .......... .......... .......... 80% 86.5M 0s
83288 25000K .......... .......... .......... .......... .......... 80% 125M 0s
83289 25050K .......... .......... .......... .......... .......... 80% 94.1M 0s
83290 25100K .......... .......... .......... .......... .......... 81% 93.3M 0s
83291 25150K .......... .......... .......... .......... .......... 81% 117M 0s
83292 25200K .......... .......... .......... .......... .......... 81% 71.0M 0s
83293 25250K .......... .......... .......... .......... .......... 81% 89.2M 0s
83294 25300K .......... .......... .......... .......... .......... 81% 89.5M 0s
83295 25350K .......... .......... .......... .......... .......... 81% 103M 0s
83296 25400K .......... .......... .......... .......... .......... 82% 121M 0s
83297 25450K .......... .......... .......... .......... .......... 82% 85.9M 0s
83298 25500K .......... .......... .......... .......... .......... 82% 73.1M 0s
83299 25550K .......... .......... .......... .......... .......... 82% 75.3M 0s
83300 25600K .......... .......... .......... .......... .......... 82% 112M 0s
83301 25650K .......... .......... .......... .......... .......... 82% 131M 0s
83302 25700K .......... .......... .......... .......... .......... 83% 76.1M 0s
83303 25750K .......... .......... .......... .......... .......... 83% 57.6M 0s
83304 25800K .......... .......... .......... .......... .......... 83% 84.4M 0s
83305 25850K .......... .......... .......... .......... .......... 83% 154M 0s
83306 25900K .......... .......... .......... .......... .......... 83% 91.5M 0s
83307 25950K .......... .......... .......... .......... .......... 83% 94.3M 0s
83308 26000K .......... .......... .......... .......... .......... 84% 89.6M 0s
83309 26050K .......... .......... .......... .......... .......... 84% 103M 0s
83310 26100K .......... .......... .......... .......... .......... 84% 172M 0s
83311 26150K .......... .......... .......... .......... .......... 84% 85.3M 0s
83312 26200K .......... .......... .......... .......... .......... 84% 59.3M 0s
83313 26250K .......... .......... .......... .......... .......... 84% 40.9M 0s
83314 26300K .......... .......... .......... .......... .......... 84% 63.2M 0s
83315 26350K .......... .......... .......... .......... .......... 85% 52.6M 0s
83316 26400K .......... .......... .......... .......... .......... 85% 41.6M 0s
83317 26450K .......... .......... .......... .......... .......... 85% 42.4M 0s
83318 26500K .......... .......... .......... .......... .......... 85% 41.2M 0s
83319 26550K .......... .......... .......... .......... .......... 85% 35.0M 0s
83320 26600K .......... .......... .......... .......... .......... 85% 41.6M 0s
83321 26650K .......... .......... .......... .......... .......... 86% 35.3M 0s
83322 26700K .......... .......... .......... .......... .......... 86% 45.0M 0s
83323 26750K .......... .......... .......... .......... .......... 86% 33.6M 0s
83324 26800K .......... .......... .......... .......... .......... 86% 48.3M 0s
83325 26850K .......... .......... .......... .......... .......... 86% 49.2M 0s
83326 26900K .......... .......... .......... .......... .......... 86% 46.7M 0s
83327 26950K .......... .......... .......... .......... .......... 87% 35.3M 0s
83328 27000K .......... .......... .......... .......... .......... 87% 38.1M 0s
83329 27050K .......... .......... .......... .......... .......... 87% 60.9M 0s
83330 27100K .......... .......... .......... .......... .......... 87% 33.6M 0s
83331 27150K .......... .......... .......... .......... .......... 87% 45.8M 0s
83332 27200K .......... .......... .......... .......... .......... 87% 39.5M 0s
83333 27250K .......... .......... .......... .......... .......... 88% 58.4M 0s
83334 27300K .......... .......... .......... .......... .......... 88% 42.6M 0s
83335 27350K .......... .......... .......... .......... .......... 88% 30.9M 0s
83336 27400K .......... .......... .......... .......... .......... 88% 44.5M 0s
83337 27450K .......... .......... .......... .......... .......... 88% 43.0M 0s
83338 27500K .......... .......... .......... .......... .......... 88% 57.5M 0s
83339 27550K .......... .......... .......... .......... .......... 89% 41.6M 0s
83340 27600K .......... .......... .......... .......... .......... 89% 48.4M 0s
83341 27650K .......... .......... .......... .......... .......... 89% 41.1M 0s
83342 27700K .......... .......... .......... .......... .......... 89% 48.1M 0s
83343 27750K .......... .......... .......... .......... .......... 89% 39.4M 0s
83344 27800K .......... .......... .......... .......... .......... 89% 45.9M 0s
83345 27850K .......... .......... .......... .......... .......... 89% 39.5M 0s
83346 27900K .......... .......... .......... .......... .......... 90% 43.0M 0s
83347 27950K .......... .......... .......... .......... .......... 90% 49.2M 0s
83348 28000K .......... .......... .......... .......... .......... 90% 50.3M 0s
83349 28050K .......... .......... .......... .......... .......... 90% 39.7M 0s
83350 28100K .......... .......... .......... .......... .......... 90% 47.0M 0s
83351 28150K .......... .......... .......... .......... .......... 90% 30.4M 0s
83352 28200K .......... .......... .......... .......... .......... 91% 62.2M 0s
83353 28250K .......... .......... .......... .......... .......... 91% 40.7M 0s
83354 28300K .......... .......... .......... .......... .......... 91% 35.5M 0s
83355 28350K .......... .......... .......... .......... .......... 91% 39.2M 0s
83356 28400K .......... .......... .......... .......... .......... 91% 47.6M 0s
83357 28450K .......... .......... .......... .......... .......... 91% 50.6M 0s
83358 28500K .......... .......... .......... .......... .......... 92% 46.5M 0s
83359 28550K .......... .......... .......... .......... .......... 92% 40.0M 0s
83360 28600K .......... .......... .......... .......... .......... 92% 38.5M 0s
83361 28650K .......... .......... .......... .......... .......... 92% 67.1M 0s
83362 28700K .......... .......... .......... .......... .......... 92% 67.6M 0s
83363 28750K .......... .......... .......... .......... .......... 92% 53.3M 0s
83364 28800K .......... .......... .......... .......... .......... 93% 44.5M 0s
83365 28850K .......... .......... .......... .......... .......... 93% 43.7M 0s
83366 28900K .......... .......... .......... .......... .......... 93% 65.3M 0s
83367 28950K .......... .......... .......... .......... .......... 93% 40.0M 0s
83368 29000K .......... .......... .......... .......... .......... 93% 37.2M 0s
83369 29050K .......... .......... .......... .......... .......... 93% 57.3M 0s
83370 29100K .......... .......... .......... .......... .......... 94% 94.4M 0s
83371 29150K .......... .......... .......... .......... .......... 94% 58.4M 0s
83372 29200K .......... .......... .......... .......... .......... 94% 90.7M 0s
83373 29250K .......... .......... .......... .......... .......... 94% 61.6M 0s
83374 29300K .......... .......... .......... .......... .......... 94% 76.5M 0s
83375 29350K .......... .......... .......... .......... .......... 94% 74.7M 0s
83376 29400K .......... .......... .......... .......... .......... 94% 69.9M 0s
83377 29450K .......... .......... .......... .......... .......... 95% 78.7M 0s
83378 29500K .......... .......... .......... .......... .......... 95% 175M 0s
83379 29550K .......... .......... .......... .......... .......... 95% 187M 0s
83380 29600K .......... .......... .......... .......... .......... 95% 229M 0s
83381 29650K .......... .......... .......... .......... .......... 95% 172M 0s
83382 29700K .......... .......... .......... .......... .......... 95% 121M 0s
83383 29750K .......... .......... .......... .......... .......... 96% 104M 0s
83384 29800K .......... .......... .......... .......... .......... 96% 143M 0s
83385 29850K .......... .......... .......... .......... .......... 96% 151M 0s
83386 29900K .......... .......... .......... .......... .......... 96% 123M 0s
83387 29950K .......... .......... .......... .......... .......... 96% 155M 0s
83388 30000K .......... .......... .......... .......... .......... 96% 154M 0s
83389 30050K .......... .......... .......... .......... .......... 97% 156M 0s
83390 30100K .......... .......... .......... .......... .......... 97% 172M 0s
83391 30150K .......... .......... .......... .......... .......... 97% 150M 0s
83392 30200K .......... .......... .......... .......... .......... 97% 151M 0s
83393 30250K .......... .......... .......... .......... .......... 97% 177M 0s
83394 30300K .......... .......... .......... .......... .......... 97% 177M 0s
83395 30350K .......... .......... .......... .......... .......... 98% 122M 0s
83396 30400K .......... .......... .......... .......... .......... 98% 181M 0s
83397 30450K .......... .......... .......... .......... .......... 98% 163M 0s
83398 30500K .......... .......... .......... .......... .......... 98% 163M 0s
83399 30550K .......... .......... .......... .......... .......... 98% 133M 0s
83400 30600K .......... .......... .......... .......... .......... 98% 187M 0s
83401 30650K .......... .......... .......... .......... .......... 99% 199M 0s
83402 30700K .......... .......... .......... .......... .......... 99% 137M 0s
83403 30750K .......... .......... .......... .......... .......... 99% 150M 0s
83404 30800K .......... .......... .......... .......... .......... 99% 180M 0s
83405 30850K .......... .......... .......... .......... .......... 99% 160M 0s
83406 30900K .......... .......... .......... .......... .......... 99% 207M 0s
83407 30950K .......... .......... .......... .......... .......... 99% 148M 0s
83408 31000K ......  100% 11882G=0.4s
83409
834102015-12-29 19:47:34 (72.7 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
83411
83412 ---> 84cf238d9c2a
83413Removing intermediate container c6c3dbd44d5c
83414Step 23 : WORKDIR /srv
83415 ---> Running in db5bb956c8b6
83416 ---> 1243321d2a9d
83417Removing intermediate container db5bb956c8b6
83418Step 24 : RUN wget http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 && tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 && cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
83419 ---> Running in bbf29bb85e8c
83420--2015-12-29 19:47:48-- http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2
83421Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
83422Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
83423HTTP request sent, awaiting response... 200 OK
83424Length: 13161396 (13M) [application/x-bzip2]
83425Saving to: 'phantomjs-1.9.7-linux-x86_64.tar.bz2'
83426
83427 0K .......... .......... .......... .......... .......... 0% 23.2M 1s
83428 50K .......... .......... .......... .......... .......... 0% 60.3M 0s
83429 100K .......... .......... .......... .......... .......... 1% 125M 0s
83430 150K .......... .......... .......... .......... .......... 1% 136M 0s
83431 200K .......... .......... .......... .......... .......... 1% 110M 0s
83432 250K .......... .......... .......... .......... .......... 2% 137M 0s
83433 300K .......... .......... .......... .......... .......... 2% 116M 0s
83434 350K .......... .......... .......... .......... .......... 3% 154M 0s
83435 400K .......... .......... .......... .......... .......... 3% 151M 0s
83436 450K .......... .......... .......... .......... .......... 3% 131M 0s
83437 500K .......... .......... .......... .......... .......... 4% 168M 0s
83438 550K .......... .......... .......... .......... .......... 4% 17.0M 0s
83439 600K .......... .......... .......... .......... .......... 5% 43.5M 0s
83440 650K .......... .......... .......... .......... .......... 5% 48.1M 0s
83441 700K .......... .......... .......... .......... .......... 5% 45.7M 0s
83442 750K .......... .......... .......... .......... .......... 6% 83.0M 0s
83443 800K .......... .......... .......... .......... .......... 6% 93.5M 0s
83444 850K .......... .......... .......... .......... .......... 7% 37.4M 0s
83445 900K .......... .......... .......... .......... .......... 7% 91.4M 0s
83446 950K .......... .......... .......... .......... .......... 7% 97.0M 0s
83447 1000K .......... .......... .......... .......... .......... 8% 55.6M 0s
83448 1050K .......... .......... .......... .......... .......... 8% 50.7M 0s
83449 1100K .......... .......... .......... .......... .......... 8% 63.7M 0s
83450 1150K .......... .......... .......... .......... .......... 9% 30.4M 0s
83451 1200K .......... .......... .......... .......... .......... 9% 50.5M 0s
83452 1250K .......... .......... .......... .......... .......... 10% 26.5M 0s
83453 1300K .......... .......... .......... .......... .......... 10% 57.5M 0s
83454 1350K .......... .......... .......... .......... .......... 10% 27.7M 0s
83455 1400K .......... .......... .......... .......... .......... 11% 15.5M 0s
83456 1450K .......... .......... .......... .......... .......... 11% 8.74M 0s
83457 1500K .......... .......... .......... .......... .......... 12% 33.4M 0s
83458 1550K .......... .......... .......... .......... .......... 12% 111M 0s
83459 1600K .......... .......... .......... .......... .......... 12% 117M 0s
83460 1650K .......... .......... .......... .......... .......... 13% 78.9M 0s
83461 1700K .......... .......... .......... .......... .......... 13% 105M 0s
83462 1750K .......... .......... .......... .......... .......... 14% 104M 0s
83463 1800K .......... .......... .......... .......... .......... 14% 100M 0s
83464 1850K .......... .......... .......... .......... .......... 14% 93.6M 0s
83465 1900K .......... .......... .......... .......... .......... 15% 149M 0s
83466 1950K .......... .......... .......... .......... .......... 15% 137M 0s
83467 2000K .......... .......... .......... .......... .......... 15% 174M 0s
83468 2050K .......... .......... .......... .......... .......... 16% 143M 0s
83469 2100K .......... .......... .......... .......... .......... 16% 162M 0s
83470 2150K .......... .......... .......... .......... .......... 17% 121M 0s
83471 2200K .......... .......... .......... .......... .......... 17% 193M 0s
83472 2250K .......... .......... .......... .......... .......... 17% 182M 0s
83473 2300K .......... .......... .......... .......... .......... 18% 129M 0s
83474 2350K .......... .......... .......... .......... .......... 18% 161M 0s
83475 2400K .......... .......... .......... .......... .......... 19% 133M 0s
83476 2450K .......... .......... .......... .......... .......... 19% 121M 0s
83477 2500K .......... .......... .......... .......... .......... 19% 208M 0s
83478 2550K .......... .......... .......... .......... .......... 20% 133M 0s
83479 2600K .......... .......... .......... .......... .......... 20% 127M 0s
83480 2650K .......... .......... .......... .......... .......... 21% 137M 0s
83481 2700K .......... .......... .......... .......... .......... 21% 191M 0s
83482 2750K .......... .......... .......... .......... .......... 21% 146M 0s
83483 2800K .......... .......... .......... .......... .......... 22% 172M 0s
83484 2850K .......... .......... .......... .......... .......... 22% 153M 0s
83485 2900K .......... .......... .......... .......... .......... 22% 127M 0s
83486 2950K .......... .......... .......... .......... .......... 23% 237M 0s
83487 3000K .......... .......... .......... .......... .......... 23% 146M 0s
83488 3050K .......... .......... .......... .......... .......... 24% 128M 0s
83489 3100K .......... .......... .......... .......... .......... 24% 154M 0s
83490 3150K .......... .......... .......... .......... .......... 24% 246M 0s
83491 3200K .......... .......... .......... .......... .......... 25% 143M 0s
83492 3250K .......... .......... .......... .......... .......... 25% 133M 0s
83493 3300K .......... .......... .......... .......... .......... 26% 161M 0s
83494 3350K .......... .......... .......... .......... .......... 26% 151M 0s
83495 3400K .......... .......... .......... .......... .......... 26% 174M 0s
83496 3450K .......... .......... .......... .......... .......... 27% 150M 0s
83497 3500K .......... .......... .......... .......... .......... 27% 167M 0s
83498 3550K .......... .......... .......... .......... .......... 28% 134M 0s
83499 3600K .......... .......... .......... .......... .......... 28% 176M 0s
83500 3650K .......... .......... .......... .......... .......... 28% 159M 0s
83501 3700K .......... .......... .......... .......... .......... 29% 141M 0s
83502 3750K .......... .......... .......... .......... .......... 29% 168M 0s
83503 3800K .......... .......... .......... .......... .......... 29% 140M 0s
83504 3850K .......... .......... .......... .......... .......... 30% 121M 0s
83505 3900K .......... .......... .......... .......... .......... 30% 268M 0s
83506 3950K .......... .......... .......... .......... .......... 31% 155M 0s
83507 4000K .......... .......... .......... .......... .......... 31% 142M 0s
83508 4050K .......... .......... .......... .......... .......... 31% 144M 0s
83509 4100K .......... .......... .......... .......... .......... 32% 224M 0s
83510 4150K .......... .......... .......... .......... .......... 32% 197M 0s
83511 4200K .......... .......... .......... .......... .......... 33% 128M 0s
83512 4250K .......... .......... .......... .......... .......... 33% 160M 0s
83513 4300K .......... .......... .......... .......... .......... 33% 151M 0s
83514 4350K .......... .......... .......... .......... .......... 34% 160M 0s
83515 4400K .......... .......... .......... .......... .......... 34% 178M 0s
83516 4450K .......... .......... .......... .......... .......... 35% 139M 0s
83517 4500K .......... .......... .......... .......... .......... 35% 135M 0s
83518 4550K .......... .......... .......... .......... .......... 35% 224M 0s
83519 4600K .......... .......... .......... .......... .......... 36% 168M 0s
83520 4650K .......... .......... .......... .......... .......... 36% 126M 0s
83521 4700K .......... .......... .......... .......... .......... 36% 138M 0s
83522 4750K .......... .......... .......... .......... .......... 37% 178M 0s
83523 4800K .......... .......... .......... .......... .......... 37% 213M 0s
83524 4850K .......... .......... .......... .......... .......... 38% 125M 0s
83525 4900K .......... .......... .......... .......... .......... 38% 178M 0s
83526 4950K .......... .......... .......... .......... .......... 38% 128M 0s
83527 5000K .......... .......... .......... .......... .......... 39% 139M 0s
83528 5050K .......... .......... .......... .......... .......... 39% 178M 0s
83529 5100K .......... .......... .......... .......... .......... 40% 157M 0s
83530 5150K .......... .......... .......... .......... .......... 40% 130M 0s
83531 5200K .......... .......... .......... .......... .......... 40% 163M 0s
83532 5250K .......... .......... .......... .......... .......... 41% 145M 0s
83533 5300K .......... .......... .......... .......... .......... 41% 176M 0s
83534 5350K .......... .......... .......... .......... .......... 42% 142M 0s
83535 5400K .......... .......... .......... .......... .......... 42% 171M 0s
83536 5450K .......... .......... .......... .......... .......... 42% 115M 0s
83537 5500K .......... .......... .......... .......... .......... 43% 216M 0s
83538 5550K .......... .......... .......... .......... .......... 43% 176M 0s
83539 5600K .......... .......... .......... .......... .......... 43% 115M 0s
83540 5650K .......... .......... .......... .......... .......... 44% 161M 0s
83541 5700K .......... .......... .......... .......... .......... 44% 158M 0s
83542 5750K .......... .......... .......... .......... .......... 45% 177M 0s
83543 5800K .......... .......... .......... .......... .......... 45% 167M 0s
83544 5850K .......... .......... .......... .......... .......... 45% 143M 0s
83545 5900K .......... .......... .......... .......... .......... 46% 125M 0s
83546 5950K .......... .......... .......... .......... .......... 46% 198M 0s
83547 6000K .......... .......... .......... .......... .......... 47% 172M 0s
83548 6050K .......... .......... .......... .......... .......... 47% 142M 0s
83549 6100K .......... .......... .......... .......... .......... 47% 123M 0s
83550 6150K .......... .......... .......... .......... .......... 48% 189M 0s
83551 6200K .......... .......... .......... .......... .......... 48% 223M 0s
83552 6250K .......... .......... .......... .......... .......... 49% 119M 0s
83553 6300K .......... .......... .......... .......... .......... 49% 182M 0s
83554 6350K .......... .......... .......... .......... .......... 49% 136M 0s
83555 6400K .......... .......... .......... .......... .......... 50% 144M 0s
83556 6450K .......... .......... .......... .......... .......... 50% 174M 0s
83557 6500K .......... .......... .......... .......... .......... 50% 164M 0s
83558 6550K .......... .......... .......... .......... .......... 51% 123M 0s
83559 6600K .......... .......... .......... .......... .......... 51% 156M 0s
83560 6650K .......... .......... .......... .......... .......... 52% 145M 0s
83561 6700K .......... .......... .......... .......... .......... 52% 180M 0s
83562 6750K .......... .......... .......... .......... .......... 52% 142M 0s
83563 6800K .......... .......... .......... .......... .......... 53% 165M 0s
83564 6850K .......... .......... .......... .......... .......... 53% 113M 0s
83565 6900K .......... .......... .......... .......... .......... 54% 230M 0s
83566 6950K .......... .......... .......... .......... .......... 54% 201M 0s
83567 7000K .......... .......... .......... .......... .......... 54% 131M 0s
83568 7050K .......... .......... .......... .......... .......... 55% 138M 0s
83569 7100K .......... .......... .......... .......... .......... 55% 180M 0s
83570 7150K .......... .......... .......... .......... .......... 56% 190M 0s
83571 7200K .......... .......... .......... .......... .......... 56% 132M 0s
83572 7250K .......... .......... .......... .......... .......... 56% 149M 0s
83573 7300K .......... .......... .......... .......... .......... 57% 164M 0s
83574 7350K .......... .......... .......... .......... .......... 57% 174M 0s
83575 7400K .......... .......... .......... .......... .......... 57% 192M 0s
83576 7450K .......... .......... .......... .......... .......... 58% 147M 0s
83577 7500K .......... .......... .......... .......... .......... 58% 146M 0s
83578 7550K .......... .......... .......... .......... .......... 59% 187M 0s
83579 7600K .......... .......... .......... .......... .......... 59% 266M 0s
83580 7650K .......... .......... .......... .......... .......... 59% 140M 0s
83581 7700K .......... .......... .......... .......... .......... 60% 130M 0s
83582 7750K .......... .......... .......... .......... .......... 60% 165M 0s
83583 7800K .......... .......... .......... .......... .......... 61% 162M 0s
83584 7850K .......... .......... .......... .......... .......... 61% 148M 0s
83585 7900K .......... .......... .......... .......... .......... 61% 179M 0s
83586 7950K .......... .......... .......... .......... .......... 62% 155M 0s
83587 8000K .......... .......... .......... .......... .......... 62% 132M 0s
83588 8050K .......... .......... .......... .......... .......... 63% 135M 0s
83589 8100K .......... .......... .......... .......... .......... 63% 207M 0s
83590 8150K .......... .......... .......... .......... .......... 63% 127M 0s
83591 8200K .......... .......... .......... .......... .......... 64% 156M 0s
83592 8250K .......... .......... .......... .......... .......... 64% 139M 0s
83593 8300K .......... .......... .......... .......... .......... 64% 157M 0s
83594 8350K .......... .......... .......... .......... .......... 65% 187M 0s
83595 8400K .......... .......... .......... .......... .......... 65% 166M 0s
83596 8450K .......... .......... .......... .......... .......... 66% 104M 0s
83597 8500K .......... .......... .......... .......... .......... 66% 150M 0s
83598 8550K .......... .......... .......... .......... .......... 66% 191M 0s
83599 8600K .......... .......... .......... .......... .......... 67% 168M 0s
83600 8650K .......... .......... .......... .......... .......... 67% 123M 0s
83601 8700K .......... .......... .......... .......... .......... 68% 184M 0s
83602 8750K .......... .......... .......... .......... .......... 68% 205M 0s
83603 8800K .......... .......... .......... .......... .......... 68% 181M 0s
83604 8850K .......... .......... .......... .......... .......... 69% 173M 0s
83605 8900K .......... .......... .......... .......... .......... 69% 221M 0s
83606 8950K .......... .......... .......... .......... .......... 70% 170M 0s
83607 9000K .......... .......... .......... .......... .......... 70% 166M 0s
83608 9050K .......... .......... .......... .......... .......... 70% 131M 0s
83609 9100K .......... .......... .......... .......... .......... 71% 175M 0s
83610 9150K .......... .......... .......... .......... .......... 71% 187M 0s
83611 9200K .......... .......... .......... .......... .......... 71% 193M 0s
83612 9250K .......... .......... .......... .......... .......... 72% 179M 0s
83613 9300K .......... .......... .......... .......... .......... 72% 183M 0s
83614 9350K .......... .......... .......... .......... .......... 73% 139M 0s
83615 9400K .......... .......... .......... .......... .......... 73% 171M 0s
83616 9450K .......... .......... .......... .......... .......... 73% 148M 0s
83617 9500K .......... .......... .......... .......... .......... 74% 183M 0s
83618 9550K .......... .......... .......... .......... .......... 74% 205M 0s
83619 9600K .......... .......... .......... .......... .......... 75% 205M 0s
83620 9650K .......... .......... .......... .......... .......... 75% 172M 0s
83621 9700K .......... .......... .......... .......... .......... 75% 179M 0s
83622 9750K .......... .......... .......... .......... .......... 76% 166M 0s
83623 9800K .......... .......... .......... .......... .......... 76% 166M 0s
83624 9850K .......... .......... .......... .......... .......... 77% 131M 0s
83625 9900K .......... .......... .......... .......... .......... 77% 169M 0s
83626 9950K .......... .......... .......... .......... .......... 77% 171M 0s
83627 10000K .......... .......... .......... .......... .......... 78% 146M 0s
83628 10050K .......... .......... .......... .......... .......... 78% 143M 0s
83629 10100K .......... .......... .......... .......... .......... 78% 175M 0s
83630 10150K .......... .......... .......... .......... .......... 79% 175M 0s
83631 10200K .......... .......... .......... .......... .......... 79% 144M 0s
83632 10250K .......... .......... .......... .......... .......... 80% 149M 0s
83633 10300K .......... .......... .......... .......... .......... 80% 172M 0s
83634 10350K .......... .......... .......... .......... .......... 80% 156M 0s
83635 10400K .......... .......... .......... .......... .......... 81% 161M 0s
83636 10450K .......... .......... .......... .......... .......... 81% 131M 0s
83637 10500K .......... .......... .......... .......... .......... 82% 130M 0s
83638 10550K .......... .......... .......... .......... .......... 82% 139M 0s
83639 10600K .......... .......... .......... .......... .......... 82% 150M 0s
83640 10650K .......... .......... .......... .......... .......... 83% 111M 0s
83641 10700K .......... .......... .......... .......... .......... 83% 157M 0s
83642 10750K .......... .......... .......... .......... .......... 84% 149M 0s
83643 10800K .......... .......... .......... .......... .......... 84% 125M 0s
83644 10850K .......... .......... .......... .......... .......... 84% 149M 0s
83645 10900K .......... .......... .......... .......... .......... 85% 151M 0s
83646 10950K .......... .......... .......... .......... .......... 85% 131M 0s
83647 11000K .......... .......... .......... .......... .......... 85% 147M 0s
83648 11050K .......... .......... .......... .......... .......... 86% 125M 0s
83649 11100K .......... .......... .......... .......... .......... 86% 148M 0s
83650 11150K .......... .......... .......... .......... .......... 87% 155M 0s
83651 11200K .......... .......... .......... .......... .......... 87% 146M 0s
83652 11250K .......... .......... .......... .......... .......... 87% 125M 0s
83653 11300K .......... .......... .......... .......... .......... 88% 163M 0s
83654 11350K .......... .......... .......... .......... .......... 88% 127M 0s
83655 11400K .......... .......... .......... .......... .......... 89% 155M 0s
83656 11450K .......... .......... .......... .......... .......... 89% 116M 0s
83657 11500K .......... .......... .......... .......... .......... 89% 131M 0s
83658 11550K .......... .......... .......... .......... .......... 90% 144M 0s
83659 11600K .......... .......... .......... .......... .......... 90% 138M 0s
83660 11650K .......... .......... .......... .......... .......... 91% 126M 0s
83661 11700K .......... .......... .......... .......... .......... 91% 160M 0s
83662 11750K .......... .......... .......... .......... .......... 91% 191M 0s
83663 11800K .......... .......... .......... .......... .......... 92% 196M 0s
83664 11850K .......... .......... .......... .......... .......... 92% 159M 0s
83665 11900K .......... .......... .......... .......... .......... 92% 196M 0s
83666 11950K .......... .......... .......... .......... .......... 93% 224M 0s
83667 12000K .......... .......... .......... .......... .......... 93% 185M 0s
83668 12050K .......... .......... .......... .......... .......... 94% 219M 0s
83669 12100K .......... .......... .......... .......... .......... 94% 220M 0s
83670 12150K .......... .......... .......... .......... .......... 94% 247M 0s
83671 12200K .......... .......... .......... .......... .......... 95% 212M 0s
83672 12250K .......... .......... .......... .......... .......... 95% 211M 0s
83673 12300K .......... .......... .......... .......... .......... 96% 254M 0s
83674 12350K .......... .......... .......... .......... .......... 96% 217M 0s
83675 12400K .......... .......... .......... .......... .......... 96% 269M 0s
83676 12450K .......... .......... .......... .......... .......... 97% 193M 0s
83677 12500K .......... .......... .......... .......... .......... 97% 245M 0s
83678 12550K .......... .......... .......... .......... .......... 98% 284M 0s
83679 12600K .......... .......... .......... .......... .......... 98% 220M 0s
83680 12650K .......... .......... .......... .......... .......... 98% 227M 0s
83681 12700K .......... .......... .......... .......... .......... 99% 231M 0s
83682 12750K .......... .......... .......... .......... .......... 99% 240M 0s
83683 12800K .......... .......... .......... .......... .......... 99% 284M 0s
83684 12850K .. 100% 85.5M=0.1s
83685
836862015-12-29 19:47:48 (118 MB/s) - 'phantomjs-1.9.7-linux-x86_64.tar.bz2' saved [13161396/13161396]
83687
83688phantomjs-1.9.7-linux-x86_64/
83689phantomjs-1.9.7-linux-x86_64/bin/
83690phantomjs-1.9.7-linux-x86_64/bin/phantomjs
83691phantomjs-1.9.7-linux-x86_64/examples/
83692phantomjs-1.9.7-linux-x86_64/examples/scandir.js
83693phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
83694phantomjs-1.9.7-linux-x86_64/examples/tweets.js
83695phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
83696phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
83697phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
83698phantomjs-1.9.7-linux-x86_64/examples/follow.js
83699phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
83700phantomjs-1.9.7-linux-x86_64/examples/module.js
83701phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
83702phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
83703phantomjs-1.9.7-linux-x86_64/examples/pizza.js
83704phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
83705phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
83706phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
83707phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
83708phantomjs-1.9.7-linux-x86_64/examples/direction.js
83709phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
83710phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
83711phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
83712phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
83713phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
83714phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
83715phantomjs-1.9.7-linux-x86_64/examples/version.js
83716phantomjs-1.9.7-linux-x86_64/examples/movies.js
83717phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
83718phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
83719phantomjs-1.9.7-linux-x86_64/examples/version.coffee
83720phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
83721phantomjs-1.9.7-linux-x86_64/examples/server.js
83722phantomjs-1.9.7-linux-x86_64/examples/countdown.js
83723phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
83724phantomjs-1.9.7-linux-x86_64/examples/injectme.js
83725phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
83726phantomjs-1.9.7-linux-x86_64/examples/post.js
83727phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
83728phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
83729phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
83730phantomjs-1.9.7-linux-x86_64/examples/features.js
83731phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
83732phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
83733phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
83734phantomjs-1.9.7-linux-x86_64/examples/features.coffee
83735phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
83736phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
83737phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
83738phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
83739phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
83740phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
83741phantomjs-1.9.7-linux-x86_64/examples/printenv.js
83742phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
83743phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
83744phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
83745phantomjs-1.9.7-linux-x86_64/examples/netlog.js
83746phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
83747phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
83748phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
83749phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
83750phantomjs-1.9.7-linux-x86_64/examples/module.coffee
83751phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
83752phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
83753phantomjs-1.9.7-linux-x86_64/examples/fibo.js
83754phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
83755phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
83756phantomjs-1.9.7-linux-x86_64/examples/technews.js
83757phantomjs-1.9.7-linux-x86_64/examples/hello.js
83758phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
83759phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
83760phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
83761phantomjs-1.9.7-linux-x86_64/examples/postserver.js
83762phantomjs-1.9.7-linux-x86_64/examples/weather.js
83763phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
83764phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
83765phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
83766phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
83767phantomjs-1.9.7-linux-x86_64/examples/useragent.js
83768phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
83769phantomjs-1.9.7-linux-x86_64/examples/post.coffee
83770phantomjs-1.9.7-linux-x86_64/examples/arguments.js
83771phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
83772phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
83773phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
83774phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
83775phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
83776phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
83777phantomjs-1.9.7-linux-x86_64/examples/page_events.js
83778phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
83779phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
83780phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
83781phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
83782phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
83783phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
83784phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
83785phantomjs-1.9.7-linux-x86_64/examples/server.coffee
83786phantomjs-1.9.7-linux-x86_64/examples/universe.js
83787phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
83788phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
83789phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
83790phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
83791phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
83792phantomjs-1.9.7-linux-x86_64/ChangeLog
83793phantomjs-1.9.7-linux-x86_64/README.md
83794phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
83795phantomjs-1.9.7-linux-x86_64/third-party.txt
83796 ---> 1e98347c5942
83797Removing intermediate container bbf29bb85e8c
83798Step 25 : ADD /functions.sh /
83799 ---> fe7dcab0eac9
83800Removing intermediate container 666e7038b3cb
83801Step 26 : ADD entrypoint.sh /
83802 ---> 9c0085c6b92d
83803Removing intermediate container 90c919b4fea4
83804Step 27 : RUN chmod 755 /entrypoint.sh
83805 ---> Running in 402c329f4186
83806 ---> c86a7cff1264
83807Removing intermediate container 402c329f4186
83808Step 28 : ENTRYPOINT /entrypoint.sh
83809 ---> Running in f3e090c64bc1
83810 ---> 74031f3b6cca
83811Removing intermediate container f3e090c64bc1
83812Successfully built 74031f3b6cca
83813== ./99-ci-twentytwo ==
83814Sending build context to Docker daemon 37.38 kB
83815Sending build context to Docker daemon 37.38 kB
83816
83817Step 0 : FROM fedora:22
83818 ---> 9eb9e09c9cb3
83819Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
83820 ---> Using cache
83821 ---> 914026d05bf9
83822Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/Fedora_22/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
83823
83824 ---> Using cache
83825 ---> d4291fee43b5
83826Step 3 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
83827 ---> Using cache
83828 ---> ac191aaa5c9d
83829Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc
83830 ---> Using cache
83831 ---> bc4f48b28cb0
83832Step 5 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/Fedora_22/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
83833
83834 ---> Using cache
83835 ---> bc363abab73d
83836Step 6 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/Fedora_22/repodata/repomd.xml.key
83837 ---> Using cache
83838 ---> 4b8651a00f39
83839Step 7 : RUN sed -i -e '/tsflags=nodocs/d' -e '/override_install_langs/d' /etc/dnf/dnf.conf && rm -rf /bin/applydeltarpm
83840 ---> Using cache
83841 ---> 3e0f16ff930b
83842Step 8 : ENV IMAGE twentytwo
83843 ---> Using cache
83844 ---> 9ed13feb99fa
83845Step 9 : ADD /dbus.service /etc/systemd/system/dbus.service
83846 ---> Using cache
83847 ---> 99c2514f13b2
83848Step 10 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
83849 ---> Using cache
83850 ---> 951ffcd2dd37
83851Step 11 : ADD /httpd.service /etc/systemd/system/httpd.service
83852 ---> Using cache
83853 ---> ed2cfe9e8a1f
83854Step 12 : ADD /systemctl /usr/bin/systemctl
83855 ---> Using cache
83856 ---> 9e44bce03147
83857Step 13 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
83858 ---> Using cache
83859 ---> 29cd88a6affc
83860Step 14 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
83861 ---> Using cache
83862 ---> 88fe9a375fd0
83863Step 15 : ADD /vimrc /root/.vimrc
83864 ---> Using cache
83865 ---> 98d60e897d23
83866Step 16 : RUN dnf clean all && dnf -y install yum-plugin-priorities && dnf -y install ant bind-utils build git lsof net-tools nmap-ncat openldap-clients osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium psmisc rpmdevtools screen strace sudo telnet traceroute vim-enhanced wget yum-utils && dnf clean all
83867 ---> Using cache
83868 ---> e67ed71f7f5b
83869Step 17 : RUN sed -i -e '/requiretty/d' /etc/sudoers
83870 ---> Using cache
83871 ---> e0712bd6074a
83872Step 18 : WORKDIR /srv
83873 ---> Using cache
83874 ---> a9e216201b55
83875Step 19 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
83876 ---> Using cache
83877 ---> aafe3b4c6b01
83878Step 20 : WORKDIR /srv/closure-compiler.git
83879 ---> Using cache
83880 ---> 705e6dbe6968
83881Step 21 : RUN ant jar
83882 ---> Using cache
83883 ---> d4b65a0b382e
83884Step 22 : RUN wget -O/usr/local/lib/selenium-server-standalone.jar http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
83885 ---> Running in 806dbb7f9409
83886--2015-12-29 19:48:28-- http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar
83887Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
83888Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... connected.
83889HTTP request sent, awaiting response... 200 OK
83890Length: 31750379 (30M) [application/x-java-archive]
83891Saving to: '/usr/local/lib/selenium-server-standalone.jar'
83892
83893 0K .......... .......... .......... .......... .......... 0% 38.7M 1s
83894 50K .......... .......... .......... .......... .......... 0% 33.9M 1s
83895 100K .......... .......... .......... .......... .......... 0% 31.9M 1s
83896 150K .......... .......... .......... .......... .......... 0% 25.1M 1s
83897 200K .......... .......... .......... .......... .......... 0% 28.5M 1s
83898 250K .......... .......... .......... .......... .......... 0% 28.9M 1s
83899 300K .......... .......... .......... .......... .......... 1% 38.0M 1s
83900 350K .......... .......... .......... .......... .......... 1% 36.5M 1s
83901 400K .......... .......... .......... .......... .......... 1% 30.6M 1s
83902 450K .......... .......... .......... .......... .......... 1% 38.0M 1s
83903 500K .......... .......... .......... .......... .......... 1% 41.8M 1s
83904 550K .......... .......... .......... .......... .......... 1% 12.7M 1s
83905 600K .......... .......... .......... .......... .......... 2% 44.3M 1s
83906 650K .......... .......... .......... .......... .......... 2% 41.0M 1s
83907 700K .......... .......... .......... .......... .......... 2% 44.4M 1s
83908 750K .......... .......... .......... .......... .......... 2% 29.8M 1s
83909 800K .......... .......... .......... .......... .......... 2% 44.9M 1s
83910 850K .......... .......... .......... .......... .......... 2% 41.4M 1s
83911 900K .......... .......... .......... .......... .......... 3% 43.5M 1s
83912 950K .......... .......... .......... .......... .......... 3% 39.7M 1s
83913 1000K .......... .......... .......... .......... .......... 3% 45.5M 1s
83914 1050K .......... .......... .......... .......... .......... 3% 39.7M 1s
83915 1100K .......... .......... .......... .......... .......... 3% 43.6M 1s
83916 1150K .......... .......... .......... .......... .......... 3% 41.9M 1s
83917 1200K .......... .......... .......... .......... .......... 4% 43.2M 1s
83918 1250K .......... .......... .......... .......... .......... 4% 40.6M 1s
83919 1300K .......... .......... .......... .......... .......... 4% 43.0M 1s
83920 1350K .......... .......... .......... .......... .......... 4% 39.9M 1s
83921 1400K .......... .......... .......... .......... .......... 4% 41.4M 1s
83922 1450K .......... .......... .......... .......... .......... 4% 41.0M 1s
83923 1500K .......... .......... .......... .......... .......... 4% 44.1M 1s
83924 1550K .......... .......... .......... .......... .......... 5% 41.6M 1s
83925 1600K .......... .......... .......... .......... .......... 5% 44.3M 1s
83926 1650K .......... .......... .......... .......... .......... 5% 35.7M 1s
83927 1700K .......... .......... .......... .......... .......... 5% 44.8M 1s
83928 1750K .......... .......... .......... .......... .......... 5% 41.2M 1s
83929 1800K .......... .......... .......... .......... .......... 5% 43.2M 1s
83930 1850K .......... .......... .......... .......... .......... 6% 39.6M 1s
83931 1900K .......... .......... .......... .......... .......... 6% 42.4M 1s
83932 1950K .......... .......... .......... .......... .......... 6% 39.8M 1s
83933 2000K .......... .......... .......... .......... .......... 6% 43.6M 1s
83934 2050K .......... .......... .......... .......... .......... 6% 40.2M 1s
83935 2100K .......... .......... .......... .......... .......... 6% 40.5M 1s
83936 2150K .......... .......... .......... .......... .......... 7% 39.6M 1s
83937 2200K .......... .......... .......... .......... .......... 7% 41.4M 1s
83938 2250K .......... .......... .......... .......... .......... 7% 38.0M 1s
83939 2300K .......... .......... .......... .......... .......... 7% 44.6M 1s
83940 2350K .......... .......... .......... .......... .......... 7% 40.7M 1s
83941 2400K .......... .......... .......... .......... .......... 7% 44.2M 1s
83942 2450K .......... .......... .......... .......... .......... 8% 40.9M 1s
83943 2500K .......... .......... .......... .......... .......... 8% 43.5M 1s
83944 2550K .......... .......... .......... .......... .......... 8% 41.0M 1s
83945 2600K .......... .......... .......... .......... .......... 8% 44.0M 1s
83946 2650K .......... .......... .......... .......... .......... 8% 40.5M 1s
83947 2700K .......... .......... .......... .......... .......... 8% 43.9M 1s
83948 2750K .......... .......... .......... .......... .......... 9% 40.0M 1s
83949 2800K .......... .......... .......... .......... .......... 9% 43.0M 1s
83950 2850K .......... .......... .......... .......... .......... 9% 39.5M 1s
83951 2900K .......... .......... .......... .......... .......... 9% 43.0M 1s
83952 2950K .......... .......... .......... .......... .......... 9% 39.9M 1s
83953 3000K .......... .......... .......... .......... .......... 9% 44.1M 1s
83954 3050K .......... .......... .......... .......... .......... 9% 40.2M 1s
83955 3100K .......... .......... .......... .......... .......... 10% 43.9M 1s
83956 3150K .......... .......... .......... .......... .......... 10% 41.0M 1s
83957 3200K .......... .......... .......... .......... .......... 10% 44.9M 1s
83958 3250K .......... .......... .......... .......... .......... 10% 40.3M 1s
83959 3300K .......... .......... .......... .......... .......... 10% 44.4M 1s
83960 3350K .......... .......... .......... .......... .......... 10% 40.4M 1s
83961 3400K .......... .......... .......... .......... .......... 11% 44.2M 1s
83962 3450K .......... .......... .......... .......... .......... 11% 39.8M 1s
83963 3500K .......... .......... .......... .......... .......... 11% 43.5M 1s
83964 3550K .......... .......... .......... .......... .......... 11% 41.1M 1s
83965 3600K .......... .......... .......... .......... .......... 11% 43.0M 1s
83966 3650K .......... .......... .......... .......... .......... 11% 41.0M 1s
83967 3700K .......... .......... .......... .......... .......... 12% 42.7M 1s
83968 3750K .......... .......... .......... .......... .......... 12% 39.4M 1s
83969 3800K .......... .......... .......... .......... .......... 12% 44.3M 1s
83970 3850K .......... .......... .......... .......... .......... 12% 41.6M 1s
83971 3900K .......... .......... .......... .......... .......... 12% 44.1M 1s
83972 3950K .......... .......... .......... .......... .......... 12% 40.1M 1s
83973 4000K .......... .......... .......... .......... .......... 13% 44.9M 1s
83974 4050K .......... .......... .......... .......... .......... 13% 39.0M 1s
83975 4100K .......... .......... .......... .......... .......... 13% 43.3M 1s
83976 4150K .......... .......... .......... .......... .......... 13% 40.8M 1s
83977 4200K .......... .......... .......... .......... .......... 13% 43.1M 1s
83978 4250K .......... .......... .......... .......... .......... 13% 41.4M 1s
83979 4300K .......... .......... .......... .......... .......... 14% 43.3M 1s
83980 4350K .......... .......... .......... .......... .......... 14% 39.3M 1s
83981 4400K .......... .......... .......... .......... .......... 14% 44.8M 1s
83982 4450K .......... .......... .......... .......... .......... 14% 40.1M 1s
83983 4500K .......... .......... .......... .......... .......... 14% 43.5M 1s
83984 4550K .......... .......... .......... .......... .......... 14% 41.8M 1s
83985 4600K .......... .......... .......... .......... .......... 14% 42.7M 1s
83986 4650K .......... .......... .......... .......... .......... 15% 40.0M 1s
83987 4700K .......... .......... .......... .......... .......... 15% 43.0M 1s
83988 4750K .......... .......... .......... .......... .......... 15% 41.2M 1s
83989 4800K .......... .......... .......... .......... .......... 15% 41.5M 1s
83990 4850K .......... .......... .......... .......... .......... 15% 40.2M 1s
83991 4900K .......... .......... .......... .......... .......... 15% 42.7M 1s
83992 4950K .......... .......... .......... .......... .......... 16% 38.3M 1s
83993 5000K .......... .......... .......... .......... .......... 16% 42.8M 1s
83994 5050K .......... .......... .......... .......... .......... 16% 40.9M 1s
83995 5100K .......... .......... .......... .......... .......... 16% 43.3M 1s
83996 5150K .......... .......... .......... .......... .......... 16% 39.9M 1s
83997 5200K .......... .......... .......... .......... .......... 16% 40.7M 1s
83998 5250K .......... .......... .......... .......... .......... 17% 40.2M 1s
83999 5300K .......... .......... .......... .......... .......... 17% 42.8M 1s
84000 5350K .......... .......... .......... .......... .......... 17% 40.1M 1s
84001 5400K .......... .......... .......... .......... .......... 17% 41.8M 1s
84002 5450K .......... .......... .......... .......... .......... 17% 39.9M 1s
84003 5500K .......... .......... .......... .......... .......... 17% 43.1M 1s
84004 5550K .......... .......... .......... .......... .......... 18% 39.4M 1s
84005 5600K .......... .......... .......... .......... .......... 18% 41.5M 1s
84006 5650K .......... .......... .......... .......... .......... 18% 37.8M 1s
84007 5700K .......... .......... .......... .......... .......... 18% 41.1M 1s
84008 5750K .......... .......... .......... .......... .......... 18% 39.3M 1s
84009 5800K .......... .......... .......... .......... .......... 18% 42.9M 1s
84010 5850K .......... .......... .......... .......... .......... 19% 39.2M 1s
84011 5900K .......... .......... .......... .......... .......... 19% 43.9M 1s
84012 5950K .......... .......... .......... .......... .......... 19% 37.4M 1s
84013 6000K .......... .......... .......... .......... .......... 19% 44.4M 1s
84014 6050K .......... .......... .......... .......... .......... 19% 39.4M 1s
84015 6100K .......... .......... .......... .......... .......... 19% 42.1M 1s
84016 6150K .......... .......... .......... .......... .......... 19% 39.9M 1s
84017 6200K .......... .......... .......... .......... .......... 20% 41.2M 1s
84018 6250K .......... .......... .......... .......... .......... 20% 41.0M 1s
84019 6300K .......... .......... .......... .......... .......... 20% 43.0M 1s
84020 6350K .......... .......... .......... .......... .......... 20% 40.1M 1s
84021 6400K .......... .......... .......... .......... .......... 20% 41.4M 1s
84022 6450K .......... .......... .......... .......... .......... 20% 38.8M 1s
84023 6500K .......... .......... .......... .......... .......... 21% 43.2M 1s
84024 6550K .......... .......... .......... .......... .......... 21% 39.1M 1s
84025 6600K .......... .......... .......... .......... .......... 21% 43.3M 1s
84026 6650K .......... .......... .......... .......... .......... 21% 40.2M 1s
84027 6700K .......... .......... .......... .......... .......... 21% 43.5M 1s
84028 6750K .......... .......... .......... .......... .......... 21% 39.6M 1s
84029 6800K .......... .......... .......... .......... .......... 22% 42.1M 1s
84030 6850K .......... .......... .......... .......... .......... 22% 39.5M 1s
84031 6900K .......... .......... .......... .......... .......... 22% 41.8M 1s
84032 6950K .......... .......... .......... .......... .......... 22% 38.6M 1s
84033 7000K .......... .......... .......... .......... .......... 22% 42.9M 1s
84034 7050K .......... .......... .......... .......... .......... 22% 39.2M 1s
84035 7100K .......... .......... .......... .......... .......... 23% 43.1M 1s
84036 7150K .......... .......... .......... .......... .......... 23% 39.8M 1s
84037 7200K .......... .......... .......... .......... .......... 23% 43.2M 1s
84038 7250K .......... .......... .......... .......... .......... 23% 38.5M 1s
84039 7300K .......... .......... .......... .......... .......... 23% 42.1M 1s
84040 7350K .......... .......... .......... .......... .......... 23% 40.1M 1s
84041 7400K .......... .......... .......... .......... .......... 24% 42.1M 1s
84042 7450K .......... .......... .......... .......... .......... 24% 39.8M 1s
84043 7500K .......... .......... .......... .......... .......... 24% 44.3M 1s
84044 7550K .......... .......... .......... .......... .......... 24% 40.1M 1s
84045 7600K .......... .......... .......... .......... .......... 24% 42.5M 1s
84046 7650K .......... .......... .......... .......... .......... 24% 38.9M 1s
84047 7700K .......... .......... .......... .......... .......... 24% 43.3M 1s
84048 7750K .......... .......... .......... .......... .......... 25% 39.1M 1s
84049 7800K .......... .......... .......... .......... .......... 25% 42.0M 1s
84050 7850K .......... .......... .......... .......... .......... 25% 40.3M 1s
84051 7900K .......... .......... .......... .......... .......... 25% 43.2M 1s
84052 7950K .......... .......... .......... .......... .......... 25% 41.3M 1s
84053 8000K .......... .......... .......... .......... .......... 25% 33.9M 1s
84054 8050K .......... .......... .......... .......... .......... 26% 22.6M 1s
84055 8100K .......... .......... .......... .......... .......... 26% 23.4M 1s
84056 8150K .......... .......... .......... .......... .......... 26% 21.8M 1s
84057 8200K .......... .......... .......... .......... .......... 26% 23.7M 1s
84058 8250K .......... .......... .......... .......... .......... 26% 22.9M 1s
84059 8300K .......... .......... .......... .......... .......... 26% 23.0M 1s
84060 8350K .......... .......... .......... .......... .......... 27% 21.4M 1s
84061 8400K .......... .......... .......... .......... .......... 27% 83.6M 1s
84062 8450K .......... .......... .......... .......... .......... 27% 72.0M 1s
84063 8500K .......... .......... .......... .......... .......... 27% 77.0M 1s
84064 8550K .......... .......... .......... .......... .......... 27% 77.3M 1s
84065 8600K .......... .......... .......... .......... .......... 27% 56.0M 1s
84066 8650K .......... .......... .......... .......... .......... 28% 132M 1s
84067 8700K .......... .......... .......... .......... .......... 28% 94.1M 1s
84068 8750K .......... .......... .......... .......... .......... 28% 107M 1s
84069 8800K .......... .......... .......... .......... .......... 28% 61.2M 1s
84070 8850K .......... .......... .......... .......... .......... 28% 111M 1s
84071 8900K .......... .......... .......... .......... .......... 28% 168M 1s
84072 8950K .......... .......... .......... .......... .......... 29% 170M 1s
84073 9000K .......... .......... .......... .......... .......... 29% 154M 1s
84074 9050K .......... .......... .......... .......... .......... 29% 135M 1s
84075 9100K .......... .......... .......... .......... .......... 29% 63.6M 1s
84076 9150K .......... .......... .......... .......... .......... 29% 47.6M 1s
84077 9200K .......... .......... .......... .......... .......... 29% 48.7M 1s
84078 9250K .......... .......... .......... .......... .......... 29% 43.3M 1s
84079 9300K .......... .......... .......... .......... .......... 30% 63.2M 1s
84080 9350K .......... .......... .......... .......... .......... 30% 58.8M 1s
84081 9400K .......... .......... .......... .......... .......... 30% 65.4M 1s
84082 9450K .......... .......... .......... .......... .......... 30% 55.2M 1s
84083 9500K .......... .......... .......... .......... .......... 30% 48.4M 1s
84084 9550K .......... .......... .......... .......... .......... 30% 47.1M 1s
84085 9600K .......... .......... .......... .......... .......... 31% 148M 1s
84086 9650K .......... .......... .......... .......... .......... 31% 89.4M 1s
84087 9700K .......... .......... .......... .......... .......... 31% 51.1M 1s
84088 9750K .......... .......... .......... .......... .......... 31% 51.0M 0s
84089 9800K .......... .......... .......... .......... .......... 31% 51.3M 0s
84090 9850K .......... .......... .......... .......... .......... 31% 67.1M 0s
84091 9900K .......... .......... .......... .......... .......... 32% 156M 0s
84092 9950K .......... .......... .......... .......... .......... 32% 164M 0s
84093 10000K .......... .......... .......... .......... .......... 32% 144M 0s
84094 10050K .......... .......... .......... .......... .......... 32% 141M 0s
84095 10100K .......... .......... .......... .......... .......... 32% 164M 0s
84096 10150K .......... .......... .......... .......... .......... 32% 138M 0s
84097 10200K .......... .......... .......... .......... .......... 33% 167M 0s
84098 10250K .......... .......... .......... .......... .......... 33% 147M 0s
84099 10300K .......... .......... .......... .......... .......... 33% 161M 0s
84100 10350K .......... .......... .......... .......... .......... 33% 155M 0s
84101 10400K .......... .......... .......... .......... .......... 33% 170M 0s
84102 10450K .......... .......... .......... .......... .......... 33% 143M 0s
84103 10500K .......... .......... .......... .......... .......... 34% 80.4M 0s
84104 10550K .......... .......... .......... .......... .......... 34% 167M 0s
84105 10600K .......... .......... .......... .......... .......... 34% 154M 0s
84106 10650K .......... .......... .......... .......... .......... 34% 184M 0s
84107 10700K .......... .......... .......... .......... .......... 34% 169M 0s
84108 10750K .......... .......... .......... .......... .......... 34% 169M 0s
84109 10800K .......... .......... .......... .......... .......... 34% 152M 0s
84110 10850K .......... .......... .......... .......... .......... 35% 149M 0s
84111 10900K .......... .......... .......... .......... .......... 35% 190M 0s
84112 10950K .......... .......... .......... .......... .......... 35% 138M 0s
84113 11000K .......... .......... .......... .......... .......... 35% 171M 0s
84114 11050K .......... .......... .......... .......... .......... 35% 149M 0s
84115 11100K .......... .......... .......... .......... .......... 35% 144M 0s
84116 11150K .......... .......... .......... .......... .......... 36% 170M 0s
84117 11200K .......... .......... .......... .......... .......... 36% 174M 0s
84118 11250K .......... .......... .......... .......... .......... 36% 131M 0s
84119 11300K .......... .......... .......... .......... .......... 36% 217M 0s
84120 11350K .......... .......... .......... .......... .......... 36% 19.4M 0s
84121 11400K .......... .......... .......... .......... .......... 36% 7.33M 0s
84122 11450K .......... .......... .......... .......... .......... 37% 6.00M 0s
84123 11500K .......... .......... .......... .......... .......... 37% 15.8M 0s
84124 11550K .......... .......... .......... .......... .......... 37% 179M 0s
84125 11600K .......... .......... .......... .......... .......... 37% 282M 0s
84126 11650K .......... .......... .......... .......... .......... 37% 285M 0s
84127 11700K .......... .......... .......... .......... .......... 37% 292M 0s
84128 11750K .......... .......... .......... .......... .......... 38% 245M 0s
84129 11800K .......... .......... .......... .......... .......... 38% 276M 0s
84130 11850K .......... .......... .......... .......... .......... 38% 211M 0s
84131 11900K .......... .......... .......... .......... .......... 38% 278M 0s
84132 11950K .......... .......... .......... .......... .......... 38% 256M 0s
84133 12000K .......... .......... .......... .......... .......... 38% 284M 0s
84134 12050K .......... .......... .......... .......... .......... 39% 278M 0s
84135 12100K .......... .......... .......... .......... .......... 39% 206M 0s
84136 12150K .......... .......... .......... .......... .......... 39% 246M 0s
84137 12200K .......... .......... .......... .......... .......... 39% 294M 0s
84138 12250K .......... .......... .......... .......... .......... 39% 285M 0s
84139 12300K .......... .......... .......... .......... .......... 39% 286M 0s
84140 12350K .......... .......... .......... .......... .......... 39% 18.2M 0s
84141 12400K .......... .......... .......... .......... .......... 40% 280M 0s
84142 12450K .......... .......... .......... .......... .......... 40% 234M 0s
84143 12500K .......... .......... .......... .......... .......... 40% 186M 0s
84144 12550K .......... .......... .......... .......... .......... 40% 291M 0s
84145 12600K .......... .......... .......... .......... .......... 40% 285M 0s
84146 12650K .......... .......... .......... .......... .......... 40% 258M 0s
84147 12700K .......... .......... .......... .......... .......... 41% 83.7M 0s
84148 12750K .......... .......... .......... .......... .......... 41% 103M 0s
84149 12800K .......... .......... .......... .......... .......... 41% 92.5M 0s
84150 12850K .......... .......... .......... .......... .......... 41% 92.0M 0s
84151 12900K .......... .......... .......... .......... .......... 41% 115M 0s
84152 12950K .......... .......... .......... .......... .......... 41% 98.9M 0s
84153 13000K .......... .......... .......... .......... .......... 42% 87.2M 0s
84154 13050K .......... .......... .......... .......... .......... 42% 106M 0s
84155 13100K .......... .......... .......... .......... .......... 42% 99.9M 0s
84156 13150K .......... .......... .......... .......... .......... 42% 88.9M 0s
84157 13200K .......... .......... .......... .......... .......... 42% 121M 0s
84158 13250K .......... .......... .......... .......... .......... 42% 97.1M 0s
84159 13300K .......... .......... .......... .......... .......... 43% 93.9M 0s
84160 13350K .......... .......... .......... .......... .......... 43% 113M 0s
84161 13400K .......... .......... .......... .......... .......... 43% 102M 0s
84162 13450K .......... .......... .......... .......... .......... 43% 92.1M 0s
84163 13500K .......... .......... .......... .......... .......... 43% 116M 0s
84164 13550K .......... .......... .......... .......... .......... 43% 100M 0s
84165 13600K .......... .......... .......... .......... .......... 44% 126M 0s
84166 13650K .......... .......... .......... .......... .......... 44% 109M 0s
84167 13700K .......... .......... .......... .......... .......... 44% 93.9M 0s
84168 13750K .......... .......... .......... .......... .......... 44% 85.9M 0s
84169 13800K .......... .......... .......... .......... .......... 44% 117M 0s
84170 13850K .......... .......... .......... .......... .......... 44% 99.6M 0s
84171 13900K .......... .......... .......... .......... .......... 44% 120M 0s
84172 13950K .......... .......... .......... .......... .......... 45% 113M 0s
84173 14000K .......... .......... .......... .......... .......... 45% 126M 0s
84174 14050K .......... .......... .......... .......... .......... 45% 80.0M 0s
84175 14100K .......... .......... .......... .......... .......... 45% 145M 0s
84176 14150K .......... .......... .......... .......... .......... 45% 97.7M 0s
84177 14200K .......... .......... .......... .......... .......... 45% 118M 0s
84178 14250K .......... .......... .......... .......... .......... 46% 72.2M 0s
84179 14300K .......... .......... .......... .......... .......... 46% 128M 0s
84180 14350K .......... .......... .......... .......... .......... 46% 128M 0s
84181 14400K .......... .......... .......... .......... .......... 46% 118M 0s
84182 14450K .......... .......... .......... .......... .......... 46% 83.8M 0s
84183 14500K .......... .......... .......... .......... .......... 46% 130M 0s
84184 14550K .......... .......... .......... .......... .......... 47% 85.7M 0s
84185 14600K .......... .......... .......... .......... .......... 47% 166M 0s
84186 14650K .......... .......... .......... .......... .......... 47% 98.6M 0s
84187 14700K .......... .......... .......... .......... .......... 47% 91.8M 0s
84188 14750K .......... .......... .......... .......... .......... 47% 124M 0s
84189 14800K .......... .......... .......... .......... .......... 47% 105M 0s
84190 14850K .......... .......... .......... .......... .......... 48% 100M 0s
84191 14900K .......... .......... .......... .......... .......... 48% 133M 0s
84192 14950K .......... .......... .......... .......... .......... 48% 82.5M 0s
84193 15000K .......... .......... .......... .......... .......... 48% 124M 0s
84194 15050K .......... .......... .......... .......... .......... 48% 81.4M 0s
84195 15100K .......... .......... .......... .......... .......... 48% 124M 0s
84196 15150K .......... .......... .......... .......... .......... 49% 123M 0s
84197 15200K .......... .......... .......... .......... .......... 49% 123M 0s
84198 15250K .......... .......... .......... .......... .......... 49% 103M 0s
84199 15300K .......... .......... .......... .......... .......... 49% 48.6M 0s
84200 15350K .......... .......... .......... .......... .......... 49% 146M 0s
84201 15400K .......... .......... .......... .......... .......... 49% 182M 0s
84202 15450K .......... .......... .......... .......... .......... 49% 148M 0s
84203 15500K .......... .......... .......... .......... .......... 50% 170M 0s
84204 15550K .......... .......... .......... .......... .......... 50% 150M 0s
84205 15600K .......... .......... .......... .......... .......... 50% 161M 0s
84206 15650K .......... .......... .......... .......... .......... 50% 158M 0s
84207 15700K .......... .......... .......... .......... .......... 50% 166M 0s
84208 15750K .......... .......... .......... .......... .......... 50% 145M 0s
84209 15800K .......... .......... .......... .......... .......... 51% 10.6M 0s
84210 15850K .......... .......... .......... .......... .......... 51% 7.36M 0s
84211 15900K .......... .......... .......... .......... .......... 51% 139M 0s
84212 15950K .......... .......... .......... .......... .......... 51% 137M 0s
84213 16000K .......... .......... .......... .......... .......... 51% 162M 0s
84214 16050K .......... .......... .......... .......... .......... 51% 173M 0s
84215 16100K .......... .......... .......... .......... .......... 52% 169M 0s
84216 16150K .......... .......... .......... .......... .......... 52% 142M 0s
84217 16200K .......... .......... .......... .......... .......... 52% 273M 0s
84218 16250K .......... .......... .......... .......... .......... 52% 202M 0s
84219 16300K .......... .......... .......... .......... .......... 52% 178M 0s
84220 16350K .......... .......... .......... .......... .......... 52% 133M 0s
84221 16400K .......... .......... .......... .......... .......... 53% 172M 0s
84222 16450K .......... .......... .......... .......... .......... 53% 166M 0s
84223 16500K .......... .......... .......... .......... .......... 53% 13.3M 0s
84224 16550K .......... .......... .......... .......... .......... 53% 6.18M 0s
84225 16600K .......... .......... .......... .......... .......... 53% 26.5M 0s
84226 16650K .......... .......... .......... .......... .......... 53% 184M 0s
84227 16700K .......... .......... .......... .......... .......... 54% 264M 0s
84228 16750K .......... .......... .......... .......... .......... 54% 156M 0s
84229 16800K .......... .......... .......... .......... .......... 54% 188M 0s
84230 16850K .......... .......... .......... .......... .......... 54% 281M 0s
84231 16900K .......... .......... .......... .......... .......... 54% 126M 0s
84232 16950K .......... .......... .......... .......... .......... 54% 218M 0s
84233 17000K .......... .......... .......... .......... .......... 54% 159M 0s
84234 17050K .......... .......... .......... .......... .......... 55% 201M 0s
84235 17100K .......... .......... .......... .......... .......... 55% 201M 0s
84236 17150K .......... .......... .......... .......... .......... 55% 171M 0s
84237 17200K .......... .......... .......... .......... .......... 55% 207M 0s
84238 17250K .......... .......... .......... .......... .......... 55% 181M 0s
84239 17300K .......... .......... .......... .......... .......... 55% 162M 0s
84240 17350K .......... .......... .......... .......... .......... 56% 145M 0s
84241 17400K .......... .......... .......... .......... .......... 56% 256M 0s
84242 17450K .......... .......... .......... .......... .......... 56% 184M 0s
84243 17500K .......... .......... .......... .......... .......... 56% 183M 0s
84244 17550K .......... .......... .......... .......... .......... 56% 155M 0s
84245 17600K .......... .......... .......... .......... .......... 56% 46.4M 0s
84246 17650K .......... .......... .......... .......... .......... 57% 275M 0s
84247 17700K .......... .......... .......... .......... .......... 57% 172M 0s
84248 17750K .......... .......... .......... .......... .......... 57% 141M 0s
84249 17800K .......... .......... .......... .......... .......... 57% 238M 0s
84250 17850K .......... .......... .......... .......... .......... 57% 185M 0s
84251 17900K .......... .......... .......... .......... .......... 57% 279M 0s
84252 17950K .......... .......... .......... .......... .......... 58% 144M 0s
84253 18000K .......... .......... .......... .......... .......... 58% 226M 0s
84254 18050K .......... .......... .......... .......... .......... 58% 194M 0s
84255 18100K .......... .......... .......... .......... .......... 58% 183M 0s
84256 18150K .......... .......... .......... .......... .......... 58% 181M 0s
84257 18200K .......... .......... .......... .......... .......... 58% 186M 0s
84258 18250K .......... .......... .......... .......... .......... 59% 203M 0s
84259 18300K .......... .......... .......... .......... .......... 59% 213M 0s
84260 18350K .......... .......... .......... .......... .......... 59% 134M 0s
84261 18400K .......... .......... .......... .......... .......... 59% 281M 0s
84262 18450K .......... .......... .......... .......... .......... 59% 190M 0s
84263 18500K .......... .......... .......... .......... .......... 59% 230M 0s
84264 18550K .......... .......... .......... .......... .......... 59% 141M 0s
84265 18600K .......... .......... .......... .......... .......... 60% 184M 0s
84266 18650K .......... .......... .......... .......... .......... 60% 282M 0s
84267 18700K .......... .......... .......... .......... .......... 60% 245M 0s
84268 18750K .......... .......... .......... .......... .......... 60% 136M 0s
84269 18800K .......... .......... .......... .......... .......... 60% 172M 0s
84270 18850K .......... .......... .......... .......... .......... 60% 26.1M 0s
84271 18900K .......... .......... .......... .......... .......... 61% 43.7M 0s
84272 18950K .......... .......... .......... .......... .......... 61% 190M 0s
84273 19000K .......... .......... .......... .......... .......... 61% 174M 0s
84274 19050K .......... .......... .......... .......... .......... 61% 33.4M 0s
84275 19100K .......... .......... .......... .......... .......... 61% 171M 0s
84276 19150K .......... .......... .......... .......... .......... 61% 222M 0s
84277 19200K .......... .......... .......... .......... .......... 62% 245M 0s
84278 19250K .......... .......... .......... .......... .......... 62% 165M 0s
84279 19300K .......... .......... .......... .......... .......... 62% 197M 0s
84280 19350K .......... .......... .......... .......... .......... 62% 161M 0s
84281 19400K .......... .......... .......... .......... .......... 62% 204M 0s
84282 19450K .......... .......... .......... .......... .......... 62% 238M 0s
84283 19500K .......... .......... .......... .......... .......... 63% 47.5M 0s
84284 19550K .......... .......... .......... .......... .......... 63% 10.7M 0s
84285 19600K .......... .......... .......... .......... .......... 63% 12.4M 0s
84286 19650K .......... .......... .......... .......... .......... 63% 66.3M 0s
84287 19700K .......... .......... .......... .......... .......... 63% 253M 0s
84288 19750K .......... .......... .......... .......... .......... 63% 17.2M 0s
84289 19800K .......... .......... .......... .......... .......... 64% 27.7M 0s
84290 19850K .......... .......... .......... .......... .......... 64% 65.5M 0s
84291 19900K .......... .......... .......... .......... .......... 64% 42.8M 0s
84292 19950K .......... .......... .......... .......... .......... 64% 186M 0s
84293 20000K .......... .......... .......... .......... .......... 64% 21.1M 0s
84294 20050K .......... .......... .......... .......... .......... 64% 26.9M 0s
84295 20100K .......... .......... .......... .......... .......... 64% 88.9M 0s
84296 20150K .......... .......... .......... .......... .......... 65% 29.6M 0s
84297 20200K .......... .......... .......... .......... .......... 65% 196M 0s
84298 20250K .......... .......... .......... .......... .......... 65% 28.8M 0s
84299 20300K .......... .......... .......... .......... .......... 65% 29.6M 0s
84300 20350K .......... .......... .......... .......... .......... 65% 38.6M 0s
84301 20400K .......... .......... .......... .......... .......... 65% 31.2M 0s
84302 20450K .......... .......... .......... .......... .......... 66% 227M 0s
84303 20500K .......... .......... .......... .......... .......... 66% 67.3M 0s
84304 20550K .......... .......... .......... .......... .......... 66% 89.1M 0s
84305 20600K .......... .......... .......... .......... .......... 66% 106M 0s
84306 20650K .......... .......... .......... .......... .......... 66% 84.3M 0s
84307 20700K .......... .......... .......... .......... .......... 66% 203M 0s
84308 20750K .......... .......... .......... .......... .......... 67% 44.4M 0s
84309 20800K .......... .......... .......... .......... .......... 67% 216M 0s
84310 20850K .......... .......... .......... .......... .......... 67% 39.8M 0s
84311 20900K .......... .......... .......... .......... .......... 67% 22.9M 0s
84312 20950K .......... .......... .......... .......... .......... 67% 11.7M 0s
84313 21000K .......... .......... .......... .......... .......... 67% 78.3M 0s
84314 21050K .......... .......... .......... .......... .......... 68% 27.3M 0s
84315 21100K .......... .......... .......... .......... .......... 68% 25.8M 0s
84316 21150K .......... .......... .......... .......... .......... 68% 56.9M 0s
84317 21200K .......... .......... .......... .......... .......... 68% 230M 0s
84318 21250K .......... .......... .......... .......... .......... 68% 83.6M 0s
84319 21300K .......... .......... .......... .......... .......... 68% 37.2M 0s
84320 21350K .......... .......... .......... .......... .......... 69% 42.4M 0s
84321 21400K .......... .......... .......... .......... .......... 69% 64.7M 0s
84322 21450K .......... .......... .......... .......... .......... 69% 193M 0s
84323 21500K .......... .......... .......... .......... .......... 69% 234M 0s
84324 21550K .......... .......... .......... .......... .......... 69% 30.9M 0s
84325 21600K .......... .......... .......... .......... .......... 69% 39.9M 0s
84326 21650K .......... .......... .......... .......... .......... 69% 63.5M 0s
84327 21700K .......... .......... .......... .......... .......... 70% 206M 0s
84328 21750K .......... .......... .......... .......... .......... 70% 191M 0s
84329 21800K .......... .......... .......... .......... .......... 70% 33.2M 0s
84330 21850K .......... .......... .......... .......... .......... 70% 40.1M 0s
84331 21900K .......... .......... .......... .......... .......... 70% 61.3M 0s
84332 21950K .......... .......... .......... .......... .......... 70% 86.2M 0s
84333 22000K .......... .......... .......... .......... .......... 71% 168M 0s
84334 22050K .......... .......... .......... .......... .......... 71% 34.5M 0s
84335 22100K .......... .......... .......... .......... .......... 71% 41.4M 0s
84336 22150K .......... .......... .......... .......... .......... 71% 52.6M 0s
84337 22200K .......... .......... .......... .......... .......... 71% 159M 0s
84338 22250K .......... .......... .......... .......... .......... 71% 52.2M 0s
84339 22300K .......... .......... .......... .......... .......... 72% 38.1M 0s
84340 22350K .......... .......... .......... .......... .......... 72% 40.0M 0s
84341 22400K .......... .......... .......... .......... .......... 72% 92.0M 0s
84342 22450K .......... .......... .......... .......... .......... 72% 143M 0s
84343 22500K .......... .......... .......... .......... .......... 72% 217M 0s
84344 22550K .......... .......... .......... .......... .......... 72% 31.6M 0s
84345 22600K .......... .......... .......... .......... .......... 73% 39.3M 0s
84346 22650K .......... .......... .......... .......... .......... 73% 94.5M 0s
84347 22700K .......... .......... .......... .......... .......... 73% 93.1M 0s
84348 22750K .......... .......... .......... .......... .......... 73% 215M 0s
84349 22800K .......... .......... .......... .......... .......... 73% 29.7M 0s
84350 22850K .......... .......... .......... .......... .......... 73% 40.0M 0s
84351 22900K .......... .......... .......... .......... .......... 74% 191M 0s
84352 22950K .......... .......... .......... .......... .......... 74% 45.8M 0s
84353 23000K .......... .......... .......... .......... .......... 74% 223M 0s
84354 23050K .......... .......... .......... .......... .......... 74% 31.3M 0s
84355 23100K .......... .......... .......... .......... .......... 74% 84.7M 0s
84356 23150K .......... .......... .......... .......... .......... 74% 53.1M 0s
84357 23200K .......... .......... .......... .......... .......... 74% 99.4M 0s
84358 23250K .......... .......... .......... .......... .......... 75% 199M 0s
84359 23300K .......... .......... .......... .......... .......... 75% 69.7M 0s
84360 23350K .......... .......... .......... .......... .......... 75% 109M 0s
84361 23400K .......... .......... .......... .......... .......... 75% 121M 0s
84362 23450K .......... .......... .......... .......... .......... 75% 92.4M 0s
84363 23500K .......... .......... .......... .......... .......... 75% 194M 0s
84364 23550K .......... .......... .......... .......... .......... 76% 71.4M 0s
84365 23600K .......... .......... .......... .......... .......... 76% 207M 0s
84366 23650K .......... .......... .......... .......... .......... 76% 82.7M 0s
84367 23700K .......... .......... .......... .......... .......... 76% 83.2M 0s
84368 23750K .......... .......... .......... .......... .......... 76% 212M 0s
84369 23800K .......... .......... .......... .......... .......... 76% 70.8M 0s
84370 23850K .......... .......... .......... .......... .......... 77% 207M 0s
84371 23900K .......... .......... .......... .......... .......... 77% 85.7M 0s
84372 23950K .......... .......... .......... .......... .......... 77% 74.3M 0s
84373 24000K .......... .......... .......... .......... .......... 77% 270M 0s
84374 24050K .......... .......... .......... .......... .......... 77% 77.4M 0s
84375 24100K .......... .......... .......... .......... .......... 77% 151M 0s
84376 24150K .......... .......... .......... .......... .......... 78% 71.3M 0s
84377 24200K .......... .......... .......... .......... .......... 78% 84.5M 0s
84378 24250K .......... .......... .......... .......... .......... 78% 210M 0s
84379 24300K .......... .......... .......... .......... .......... 78% 226M 0s
84380 24350K .......... .......... .......... .......... .......... 78% 62.8M 0s
84381 24400K .......... .......... .......... .......... .......... 78% 73.9M 0s
84382 24450K .......... .......... .......... .......... .......... 79% 81.1M 0s
84383 24500K .......... .......... .......... .......... .......... 79% 272M 0s
84384 24550K .......... .......... .......... .......... .......... 79% 177M 0s
84385 24600K .......... .......... .......... .......... .......... 79% 63.2M 0s
84386 24650K .......... .......... .......... .......... .......... 79% 70.1M 0s
84387 24700K .......... .......... .......... .......... .......... 79% 80.9M 0s
84388 24750K .......... .......... .......... .......... .......... 79% 187M 0s
84389 24800K .......... .......... .......... .......... .......... 80% 292M 0s
84390 24850K .......... .......... .......... .......... .......... 80% 67.2M 0s
84391 24900K .......... .......... .......... .......... .......... 80% 82.9M 0s
84392 24950K .......... .......... .......... .......... .......... 80% 79.8M 0s
84393 25000K .......... .......... .......... .......... .......... 80% 260M 0s
84394 25050K .......... .......... .......... .......... .......... 80% 285M 0s
84395 25100K .......... .......... .......... .......... .......... 81% 65.2M 0s
84396 25150K .......... .......... .......... .......... .......... 81% 73.1M 0s
84397 25200K .......... .......... .......... .......... .......... 81% 93.2M 0s
84398 25250K .......... .......... .......... .......... .......... 81% 237M 0s
84399 25300K .......... .......... .......... .......... .......... 81% 263M 0s
84400 25350K .......... .......... .......... .......... .......... 81% 62.4M 0s
84401 25400K .......... .......... .......... .......... .......... 82% 73.3M 0s
84402 25450K .......... .......... .......... .......... .......... 82% 97.3M 0s
84403 25500K .......... .......... .......... .......... .......... 82% 185M 0s
84404 25550K .......... .......... .......... .......... .......... 82% 235M 0s
84405 25600K .......... .......... .......... .......... .......... 82% 68.5M 0s
84406 25650K .......... .......... .......... .......... .......... 82% 80.0M 0s
84407 25700K .......... .......... .......... .......... .......... 83% 201M 0s
84408 25750K .......... .......... .......... .......... .......... 83% 89.0M 0s
84409 25800K .......... .......... .......... .......... .......... 83% 270M 0s
84410 25850K .......... .......... .......... .......... .......... 83% 62.9M 0s
84411 25900K .......... .......... .......... .......... .......... 83% 110M 0s
84412 25950K .......... .......... .......... .......... .......... 83% 102M 0s
84413 26000K .......... .......... .......... .......... .......... 84% 98.1M 0s
84414 26050K .......... .......... .......... .......... .......... 84% 236M 0s
84415 26100K .......... .......... .......... .......... .......... 84% 76.9M 0s
84416 26150K .......... .......... .......... .......... .......... 84% 86.7M 0s
84417 26200K .......... .......... .......... .......... .......... 84% 137M 0s
84418 26250K .......... .......... .......... .......... .......... 84% 85.8M 0s
84419 26300K .......... .......... .......... .......... .......... 84% 277M 0s
84420 26350K .......... .......... .......... .......... .......... 85% 68.4M 0s
84421 26400K .......... .......... .......... .......... .......... 85% 223M 0s
84422 26450K .......... .......... .......... .......... .......... 85% 81.1M 0s
84423 26500K .......... .......... .......... .......... .......... 85% 89.8M 0s
84424 26550K .......... .......... .......... .......... .......... 85% 244M 0s
84425 26600K .......... .......... .......... .......... .......... 85% 67.9M 0s
84426 26650K .......... .......... .......... .......... .......... 86% 228M 0s
84427 26700K .......... .......... .......... .......... .......... 86% 77.0M 0s
84428 26750K .......... .......... .......... .......... .......... 86% 89.7M 0s
84429 26800K .......... .......... .......... .......... .......... 86% 253M 0s
84430 26850K .......... .......... .......... .......... .......... 86% 76.0M 0s
84431 26900K .......... .......... .......... .......... .......... 86% 157M 0s
84432 26950K .......... .......... .......... .......... .......... 87% 71.0M 0s
84433 27000K .......... .......... .......... .......... .......... 87% 81.8M 0s
84434 27050K .......... .......... .......... .......... .......... 87% 273M 0s
84435 27100K .......... .......... .......... .......... .......... 87% 197M 0s
84436 27150K .......... .......... .......... .......... .......... 87% 65.5M 0s
84437 27200K .......... .......... .......... .......... .......... 87% 76.0M 0s
84438 27250K .......... .......... .......... .......... .......... 88% 92.7M 0s
84439 27300K .......... .......... .......... .......... .......... 88% 267M 0s
84440 27350K .......... .......... .......... .......... .......... 88% 147M 0s
84441 27400K .......... .......... .......... .......... .......... 88% 79.2M 0s
84442 27450K .......... .......... .......... .......... .......... 88% 70.8M 0s
84443 27500K .......... .......... .......... .......... .......... 88% 97.3M 0s
84444 27550K .......... .......... .......... .......... .......... 89% 182M 0s
84445 27600K .......... .......... .......... .......... .......... 89% 287M 0s
84446 27650K .......... .......... .......... .......... .......... 89% 72.1M 0s
84447 27700K .......... .......... .......... .......... .......... 89% 73.1M 0s
84448 27750K .......... .......... .......... .......... .......... 89% 83.6M 0s
84449 27800K .......... .......... .......... .......... .......... 89% 222M 0s
84450 27850K .......... .......... .......... .......... .......... 89% 245M 0s
84451 27900K .......... .......... .......... .......... .......... 90% 68.3M 0s
84452 27950K .......... .......... .......... .......... .......... 90% 71.7M 0s
84453 28000K .......... .......... .......... .......... .......... 90% 97.1M 0s
84454 28050K .......... .......... .......... .......... .......... 90% 250M 0s
84455 28100K .......... .......... .......... .......... .......... 90% 238M 0s
84456 28150K .......... .......... .......... .......... .......... 90% 66.7M 0s
84457 28200K .......... .......... .......... .......... .......... 91% 60.2M 0s
84458 28250K .......... .......... .......... .......... .......... 91% 206M 0s
84459 28300K .......... .......... .......... .......... .......... 91% 216M 0s
84460 28350K .......... .......... .......... .......... .......... 91% 194M 0s
84461 28400K .......... .......... .......... .......... .......... 91% 150M 0s
84462 28450K .......... .......... .......... .......... .......... 91% 180M 0s
84463 28500K .......... .......... .......... .......... .......... 92% 148M 0s
84464 28550K .......... .......... .......... .......... .......... 92% 188M 0s
84465 28600K .......... .......... .......... .......... .......... 92% 246M 0s
84466 28650K .......... .......... .......... .......... .......... 92% 168M 0s
84467 28700K .......... .......... .......... .......... .......... 92% 157M 0s
84468 28750K .......... .......... .......... .......... .......... 92% 174M 0s
84469 28800K .......... .......... .......... .......... .......... 93% 215M 0s
84470 28850K .......... .......... .......... .......... .......... 93% 210M 0s
84471 28900K .......... .......... .......... .......... .......... 93% 177M 0s
84472 28950K .......... .......... .......... .......... .......... 93% 209M 0s
84473 29000K .......... .......... .......... .......... .......... 93% 250M 0s
84474 29050K .......... .......... .......... .......... .......... 93% 225M 0s
84475 29100K .......... .......... .......... .......... .......... 94% 165M 0s
84476 29150K .......... .......... .......... .......... .......... 94% 212M 0s
84477 29200K .......... .......... .......... .......... .......... 94% 243M 0s
84478 29250K .......... .......... .......... .......... .......... 94% 246M 0s
84479 29300K .......... .......... .......... .......... .......... 94% 248M 0s
84480 29350K .......... .......... .......... .......... .......... 94% 214M 0s
84481 29400K .......... .......... .......... .......... .......... 94% 280M 0s
84482 29450K .......... .......... .......... .......... .......... 95% 223M 0s
84483 29500K .......... .......... .......... .......... .......... 95% 246M 0s
84484 29550K .......... .......... .......... .......... .......... 95% 166M 0s
84485 29600K .......... .......... .......... .......... .......... 95% 245M 0s
84486 29650K .......... .......... .......... .......... .......... 95% 244M 0s
84487 29700K .......... .......... .......... .......... .......... 95% 238M 0s
84488 29750K .......... .......... .......... .......... .......... 96% 177M 0s
84489 29800K .......... .......... .......... .......... .......... 96% 192M 0s
84490 29850K .......... .......... .......... .......... .......... 96% 248M 0s
84491 29900K .......... .......... .......... .......... .......... 96% 274M 0s
84492 29950K .......... .......... .......... .......... .......... 96% 189M 0s
84493 30000K .......... .......... .......... .......... .......... 96% 216M 0s
84494 30050K .......... .......... .......... .......... .......... 97% 242M 0s
84495 30100K .......... .......... .......... .......... .......... 97% 245M 0s
84496 30150K .......... .......... .......... .......... .......... 97% 212M 0s
84497 30200K .......... .......... .......... .......... .......... 97% 235M 0s
84498 30250K .......... .......... .......... .......... .......... 97% 202M 0s
84499 30300K .......... .......... .......... .......... .......... 97% 214M 0s
84500 30350K .......... .......... .......... .......... .......... 98% 219M 0s
84501 30400K .......... .......... .......... .......... .......... 98% 243M 0s
84502 30450K .......... .......... .......... .......... .......... 98% 188M 0s
84503 30500K .......... .......... .......... .......... .......... 98% 226M 0s
84504 30550K .......... .......... .......... .......... .......... 98% 177M 0s
84505 30600K .......... .......... .......... .......... .......... 98% 249M 0s
84506 30650K .......... .......... .......... .......... .......... 99% 229M 0s
84507 30700K .......... .......... .......... .......... .......... 99% 222M 0s
84508 30750K .......... .......... .......... .......... .......... 99% 217M 0s
84509 30800K .......... .......... .......... .......... .......... 99% 240M 0s
84510 30850K .......... .......... .......... .......... .......... 99% 255M 0s
84511 30900K .......... .......... .......... .......... .......... 99% 206M 0s
84512 30950K .......... .......... .......... .......... .......... 99% 214M 0s
84513 31000K ...... 100% 11882G=0.5s
84514
845152015-12-29 19:48:29 (62.5 MB/s) - '/usr/local/lib/selenium-server-standalone.jar' saved [31750379/31750379]
84516
84517 ---> 11981a973a8f
84518Removing intermediate container 806dbb7f9409
84519Step 23 : WORKDIR /srv
84520 ---> Running in 1d9645c4ca9e
84521 ---> 89815c1c75bb
84522Removing intermediate container 1d9645c4ca9e
84523Step 24 : RUN wget http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 && tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 && cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
84524 ---> Running in fe1ba2c91123
84525--2015-12-29 19:48:41-- http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2
84526Resolving mirror.kolabsys.com (mirror.kolabsys.com)... 10.10.20.62
84527Connecting to mirror.kolabsys.com (mirror.kolabsys.com)|10.10.20.62|:80... failed: Connection refused.
84528== ./atomicapp ==
84529Sending build context to Docker daemon 9.216 kB
84530Sending build context to Docker daemon 9.216 kB
84531
84532Step 0 : FROM projectatomic/atomicapp:0.3.0
84533 ---> d31c1e84399e
84534Step 1 : MAINTAINER Kolab Systems <contact@kolabsys.com>
84535 ---> Using cache
84536 ---> e3e55df828cd
84537Step 2 : LABEL io.projectatomic.nulecule.providers "kubernetes" io.projectatomic.nulecule.specversion "0.0.2"
84538 ---> Using cache
84539 ---> 280baf68bfaf
84540Step 3 : ADD /Nulecule /Dockerfile /application-entity/
84541 ---> Using cache
84542 ---> 1fb8b161d6be
84543Step 4 : ADD /artifacts /application-entity/artifacts/
84544 ---> Using cache
84545 ---> 00ae2ab07c17
84546Successfully built 00ae2ab07c17
84547Deleted: 5f80108c34053e0000ce43f814351380be21e1d23a8d014b71d2d6e8357f5923
84548Deleted: fcc1307fbcc068add1ad734b39748bab4b305ab398cec521156c299466b46944
84549Deleted: 12cf2c652ce43d72826d2e8e804808aebf5fedc1797446a1b8dadda506b7d581
84550Deleted: c445cb3a6855f0f729578211c42aeab1b76efc1fa4744b4229a752f8c9693518
84551Deleted: 49aec6062aed9f325238331bb9dfa3c07003741fed1d2eb0e50e28ae6fc90cf7
84552Deleted: 2c068f238c593e26d20671539773edfdea59a71d38fa9dbb0272c35d0e428ccc
84553Deleted: 43babe83a5ba5ee891cc88f5b39677989d6a7d274f728cca513010a208f3b36d
84554Deleted: fea59e0d3545953ef9b85ea6df855da3fc9d79cd3ee987b5c84edcea778da521
84555Deleted: f932effa4e3319ea6362100039544f16e25e388e118f49658321c382b801e6eb
84556Deleted: 0f90efe41de09088fd294722f561cf9124034c619d6292a1efd054ac355a0f49
84557Deleted: e781523352ade3c0853254a458d42ef90e03ddff845e68257e1e52ecb070ca2f
84558Deleted: 5f12781269edca24f8b5a1d956cd64eff3b2007cb33fb5d28f3e36230e179109
84559Deleted: 7fa07a4efb5380a4a58266d3a6b52f153fa12deb749056264a72a8ae5f4b2de6
84560Deleted: b39d6d5b3425292cc0eab503205a5c44a97a7a0e900e4ae247ca5c22fb74b6a1
84561Deleted: 7b9b6d7950f997cec24f478064cba06dc4ff9e98e61404b30b8adaeb3f976ffc
84562Deleted: 7ffbc9b9bd631ffe228a11710dce5fbe288c9ab121c8262c57edb1fa04cf3af0
84563Deleted: 6e84b0fbc720a1c919e8f851f3ebb22fa838a2e8a35f144ccbf59fc91e544f31
84564Deleted: df45177d6c043b2dd4bf5cf5fc73e8850543d021ee1c682adcf48eaf753ba571
84565Deleted: 4515ef628edf181e99e28a1fe4323d8fe2f615ce3da36cca104171b947a3a0c2
84566Deleted: b710bfea393fe0585428510ec3ebea28f6279f9bc9d95c2569aa194f17a888c3
84567Deleted: 4f52486a134a234b4f29f71a2e7610df2f7afae2456c23d4d26c6b8eeca5b495
84568Deleted: 91049f3c76acfff4f3ecd8f0c448ff7564033f734736e69c937d680beafb7fab
84569Deleted: 9fe648110aa53d3a9b4ceccef2e2d1e3b549f2a332ebdb95f5018ef1507a303d
84570Deleted: 4cb7711bc216fd4c81e7e376c768cdd01631c406c4d076b64883e15a9fa8de3b
84571Deleted: 20e8473cbdac24e94afc6d7b16fbf4b480784b9d4d83b0f81b151a310add8170
84572Deleted: 835b304b8ff13ad7145af276fdda274649cd0354e7a78449d43215b410cb6fa8
84573Deleted: 789b0108a5221e8ac9a5dade162e425acf1282d6b50dadcc9ab670d3bc3a7e03
84574Deleted: 7583457df4c565779b13a4749fa58c9353b9404f48486ca72a4bd1482aaf5d7d
84575/var/drydock/workingcopy-60/repo/docker
84576

Lease Working Copy on atomic02.kolabsys.com

When
Completed at Dec 29 2015, 8:12 PM · Built instantly
Status
Passed

Event Timeline